.shiftup-core-page-inline-style {
    position: absolute !important;
    width: 0;
    height: 0;
    line-height: 1;
    display: none
}

@media only screen and (min-width:1025px) {
    .qodef-section-custom-style .elementor-column:nth-of-type(2):after {
        content: '';
        position: absolute;
        width: 12px;
        height: 12px;
        bottom: -6px;
        left: -6px;
        background-color: var(--qode-main-color)
    }
    .qodef-section-custom-style-2 .elementor-column:nth-of-type(2):after,
    .qodef-section-custom-style-2 .elementor-column:nth-of-type(2):before {
        content: '';
        position: absolute;
        width: 10px;
        height: 10px;
        left: -5px;
        background-color: var(--qode-main-color)
    }
    .qodef-section-custom-style-2 .elementor-column:nth-of-type(2):before {
        top: -10px
    }
    .qodef-section-custom-style-2 .elementor-column:nth-of-type(2):after {
        bottom: -10px
    }
}

.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-age-verification-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000;
    opacity: 0;
    z-index: 115;
    visibility: hidden;
    transition: opacity .2s ease-out
}

#qodef-age-verification-modal .qodef-m-logo {
    position: absolute;
    top: 30px;
    left: 30px
}

#qodef-age-verification-modal .qodef-m-logo a {
    position: relative;
    display: block;
    max-width: 50%
}

#qodef-age-verification-modal .qodef-m-logo img {
    display: block
}

#qodef-age-verification-modal .qodef-m-content {
    padding: 30px;
    text-align: center;
    max-width: 700px
}

#qodef-age-verification-modal .qodef-m-content-title {
    margin: 0;
    color: #fff
}

#qodef-age-verification-modal .qodef-m-content-subtitle {
    margin: 11px 0 0;
    color: var(--qode-main-color)
}

#qodef-age-verification-modal .qodef-m-content-note {
    margin: 32px 0 0;
    color: #e5dcdb
}

#qodef-age-verification-modal .qodef-m-content-prevent {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-top: 52px
}

#qodef-age-verification-modal .qodef-button.qodef-prevent--yes {
    margin-right: 10px
}

#qodef-age-verification-modal .qodef-button.qodef-prevent--no {
    color: #fff;
    border-color: #a3a19e
}

#qodef-age-verification-modal .qodef-button.qodef-prevent--no:hover {
    color: #fff;
    border-color: #28201e;
    background-color: #28201e
}

.qodef-age-verification--opened #qodef-age-verification-modal {
    opacity: 1;
    visibility: visible;
    transition: opacity .2s ease-out
}

#qodef-back-to-top {
    position: fixed;
    width: 74px;
    height: 95px;
    right: 25px;
    bottom: 25px;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 9999
}

#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: #fff;
    background-color: rgba(209, 209, 209, .25);
    overflow: hidden;
    z-index: 0;
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px)
}

#qodef-back-to-top .qodef-back-to-top-icon * {
    display: block;
    line-height: inherit
}

#qodef-back-to-top .qodef-back-to-top-icon:after {
    content: "";
    position: absolute;
    background-color: var(--qode-main-color);
    left: 0;
    bottom: 0;
    width: 100%;
    height: 6px;
    z-index: -1;
    transition: height .4s
}

#qodef-back-to-top svg {
    display: block;
    transform: translateY(-3px);
    transition: all .35s ease
}

#qodef-back-to-top svg g rect:nth-of-type(1),
#qodef-back-to-top svg g rect:nth-of-type(3) {
    width: 14px;
    transition: width .2s
}

#qodef-back-to-top svg g rect:nth-of-type(2) {
    width: 20px;
    transition: width .2s
}

#qodef-back-to-top svg.qodef-svg--button-arrow {
    transform: rotate(180deg)
}

#qodef-back-to-top:hover .qodef-back-to-top-icon:after {
    height: 100%
}

#qodef-back-to-top:hover svg {
    transform: translateY(0);
    height: 37px;
    width: 22px
}

#qodef-back-to-top:hover svg g rect:nth-of-type(1),
#qodef-back-to-top:hover svg g rect:nth-of-type(3) {
    width: 9px;
    transition: width .2s
}

#qodef-back-to-top:hover svg g rect:nth-of-type(2) {
    width: 37px !important;
    transition: width .2s
}

#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--on.qodef-light .qodef-svg--back-to-top rect {
    fill: #000;
    transition: fill .2s
}

#qodef-back-to-top.qodef--on.qodef-light:hover rect {
    fill: #fff !important;
    transition: fill .2s
}

#qodef-back-to-top.qodef--on.qodef-dark .qodef-svg--back-to-top rect {
    fill: #fff !important;
    transition: fill .2s
}

.qodef-background-text {
    position: relative
}

.qodef-background-text .qodef-m-background-text {
    color: var(--qode-main-color);
    font-family: Oxanium, cursive;
    font-size: 200px;
    line-height: 1em
}

.qodef-background-text .qodef-m-background-text-holder {
    display: flex;
    height: 100%;
    position: absolute;
    width: 100%
}

.qodef-blog.qodef-item-layout--metro {
    margin: 0
}

.qodef-blog.qodef-item-layout--metro article .qodef-e-media-image.qodef--background {
    margin-bottom: 0
}

.qodef-blog.qodef-item-layout--metro article .qodef-e-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    padding: 20px 40px 35px;
    background-color: rgba(0, 0, 0, .12)
}

.qodef-blog.qodef-item-layout--metro article .qodef-e-content a {
    position: relative;
    z-index: 3
}

.qodef-blog.qodef-item-layout--metro article .qodef-e-title {
    color: #fff
}

.qodef-blog.qodef-item-layout--metro article .qodef-e-title a {
    color: inherit
}

.qodef-blog.qodef-item-layout--metro article .qodef-e-title a:hover {
    color: var(--qode-main-color)
}

.qodef-blog.qodef-item-layout--metro article .qodef-e-info>* {
    color: #fff
}

.qodef-blog.qodef-item-layout--metro article .qodef-e-info a:hover {
    color: var(--qode-main-color)
}

.qodef-blog.qodef-item-layout--metro article .qodef-e-post-link {
    z-index: 2
}

.qodef-blog.qodef-item-layout--metro article.format-audio .qodef-e-media-image:after,
.qodef-blog.qodef-item-layout--metro article.format-gallery .qodef-e-media-image:after,
.qodef-blog.qodef-item-layout--metro article.format-video .qodef-e-media-image:after {
    position: absolute;
    top: calc(50% - 36px);
    left: calc(50% - 36px);
    content: '\45';
    font-family: ElegantIcons;
    font-size: 72px;
    line-height: 1;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    color: #fff;
    speak: none;
    -webkit-font-smoothing: antialiased;
    z-index: 1;
    border: 3px solid #fff
}

.qodef-blog.qodef-item-layout--metro article.format-gallery .qodef-e-media-image:after {
    content: '\e006'
}

.qodef-blog.qodef-item-layout--metro article.format-video .qodef-e-media-image:after {
    content: '\45'
}

.qodef-blog.qodef-item-layout--metro article.format-audio .qodef-e-media-image:after {
    content: '\e027'
}

.qodef-blog.qodef-item-layout--metro.qodef-items--fixed article.format-link .qodef-e-link {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    padding-top: 40px;
    padding-bottom: 40px
}

.qodef-blog.qodef-item-layout--metro.qodef-items--fixed article.format-quote .qodef-e-quote {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    padding-top: 40px;
    padding-bottom: 40px
}

.qodef-blog.qodef-item-layout--minimal.qodef-col-num--1 article {
    border-bottom: 4px solid #e1e1e1;
    transition: all .2s
}

.qodef-blog.qodef-item-layout--minimal.qodef-col-num--1 article:nth-of-type(1) {
    border-top: 4px solid #e1e1e1
}

.qodef-blog.qodef-item-layout--minimal.qodef-col-num--1 article:before {
    content: "";
    width: 100%;
    height: 4px;
    position: absolute;
    left: 0;
    bottom: -4px;
    background: var(--qode-main-color);
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
    transition: all .4s cubic-bezier(.25, .46, .45, .94)
}

.qodef-blog.qodef-item-layout--minimal.qodef-col-num--1 article:hover:before {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0)
}

.qodef-blog.qodef-item-layout--minimal article .qodef-e-content {
    padding: 22px 0
}

.qodef-blog.qodef-item-layout--minimal article .qodef-e-top-holder {
    display: flex;
    align-items: center;
    margin: 0
}

.qodef-blog.qodef-item-layout--minimal article .qodef-e-date {
    width: 120px;
    margin-top: -6px
}

.qodef-blog.qodef-item-layout--minimal article .qodef-e-date a {
    display: inline-flex;
    flex-direction: column;
    gap: 4px
}

.qodef-blog.qodef-item-layout--minimal article .qodef-e-date .qodef-date-month {
    font-family: Oxanium, cursive;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    font-size: 13px;
    line-height: 1.53em;
    letter-spacing: .05em
}

.qodef-blog.qodef-item-layout--minimal article .qodef-e-date .qodef-date-day {
    font-family: Oxanium, cursive;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    font-size: 30px;
    line-height: 1.2em
}

@media only screen and (max-width:680px) {
    .qodef-blog.qodef-item-layout--minimal article .qodef-e-date {
        width: 80px
    }
}

.qodef-blog.qodef-item-layout--minimal article .qodef-e-text {
    width: calc(100% - 254px);
    display: inline-flex;
    flex-direction: column
}

@media only screen and (max-width:680px) {
    .qodef-blog.qodef-item-layout--minimal article .qodef-e-text {
        width: calc(100% - 80px)
    }
}

.qodef-blog.qodef-item-layout--minimal article .qodef-e-title-link:hover {
    color: inherit
}

.qodef-blog.qodef-item-layout--minimal article .qodef-e-media-image {
    width: 134px;
    overflow: hidden;
    transition: all .2s
}

.qodef-blog.qodef-item-layout--minimal article .qodef-e-media-image img {
    width: 134px;
    height: 80px;
    -o-object-fit: cover;
    object-fit: cover;
    transform: translateX(-100%);
    transition: transform .3s cubic-bezier(.25, .46, .45, .94)
}

@media only screen and (max-width:680px) {
    .qodef-blog.qodef-item-layout--minimal article .qodef-e-media-image {
        display: none
    }
}

.qodef-blog.qodef-item-layout--minimal article:hover .qodef-e-media-image img {
    transform: translateX(0)
}

.qodef-blog-dark-skin .qodef-blog.qodef-item-layout--minimal.qodef-col-num--1 article,
.qodef-page-dark-skin .qodef-blog.qodef-item-layout--minimal.qodef-col-num--1 article {
    border-color: rgba(255, 255, 255, .2)
}

.qodef-blog-dark-skin .qodef-blog.qodef-item-layout--minimal.qodef-col-num--1 article:nth-of-type(1),
.qodef-page-dark-skin .qodef-blog.qodef-item-layout--minimal.qodef-col-num--1 article:nth-of-type(1) {
    border-color: rgba(255, 255, 255, .2)
}

.qodef-blog-dark-skin .qodef-blog.qodef-item-layout--minimal article .qodef-e-content,
.qodef-page-dark-skin .qodef-blog.qodef-item-layout--minimal article .qodef-e-content {
    padding: 22px 0
}

.qodef-blog-dark-skin .qodef-blog.qodef-item-layout--minimal article .qodef-e-top-holder,
.qodef-page-dark-skin .qodef-blog.qodef-item-layout--minimal article .qodef-e-top-holder {
    display: flex;
    align-items: center;
    margin: 0
}

.qodef-blog-dark-skin .qodef-blog.qodef-item-layout--minimal article .qodef-e-info>*,
.qodef-page-dark-skin .qodef-blog.qodef-item-layout--minimal article .qodef-e-info>* {
    color: #eee
}

.qodef-blog-dark-skin .qodef-blog.qodef-item-layout--minimal article .qodef-e-date .qodef-date-day,
.qodef-blog-dark-skin .qodef-blog.qodef-item-layout--minimal article .qodef-e-date .qodef-date-month,
.qodef-page-dark-skin .qodef-blog.qodef-item-layout--minimal article .qodef-e-date .qodef-date-day,
.qodef-page-dark-skin .qodef-blog.qodef-item-layout--minimal article .qodef-e-date .qodef-date-month {
    color: #eee
}

.qodef-blog.qodef-item-layout--simple article .qodef-e-inner {
    display: flex;
    align-items: flex-start
}

.qodef-blog.qodef-item-layout--simple article .qodef-e-media-image {
    flex-shrink: 0;
    max-width: 120px;
    margin: 0 20px 0 0
}

.qodef-blog.qodef-item-layout--simple article .qodef-e-bottom-holder {
    margin-top: 5px
}

.qodef-blog.qodef-item-layout--simple article .qodef-e-top-holder {
    margin-bottom: 0
}

.qodef-blog.qodef-item-layout--simple article .qodef-e-title-link:hover {
    color: inherit
}

.qodef-blog.qodef-item-layout--standard.qodef-col-num--1 article:not(:last-child) .qodef-e-info.qodef-info--bottom {
    margin-bottom: 36px
}

.qodef-blog.qodef-item-layout--standard.qodef-col-num--1 article:not(:last-child) .qodef-e-bottom-holder {
    margin-bottom: 20px
}

.qodef-blog.qodef-item-layout--standard.qodef-col-num--1 article:not(:last-child).format-link .qodef-e-link {
    margin-bottom: 20px
}

.qodef-blog.qodef-item-layout--standard.qodef-col-num--1 article:not(:last-child).format-quote .qodef-e-quote {
    margin-bottom: 20px
}

.qodef-blog.qodef-item-layout--standard:not(.qodef-col-num--1) article.format-link .qodef-e-link {
    padding: 76px
}

.qodef-blog.qodef-item-layout--standard:not(.qodef-col-num--1) article.format-link .qodef-e-link-icon {
    right: 40px;
    width: 140px
}

.qodef-blog.qodef-item-layout--standard:not(.qodef-col-num--1) article.format-quote .qodef-e-quote {
    padding: 76px
}

.qodef-blog.qodef-item-layout--standard:not(.qodef-col-num--1) article.format-quote .qodef-e-quote:before {
    font-size: 540px
}

.widget.widget_shiftup_core_simple_blog_list .qodef-blog.qodef-item-layout--simple article:not(:last-child) {
    margin-bottom: 20px
}

.widget.widget_shiftup_core_simple_blog_list .qodef-blog.qodef-item-layout--simple article:first-child {
    margin-top: 7px
}

.widget.widget_shiftup_core_simple_blog_list .qodef-blog.qodef-item-layout--simple article .qodef-e-media-image {
    margin-right: 20px;
    width: 80px !important
}

.widget.widget_shiftup_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article:not(:last-child) {
    margin: 0 0 13px
}

#qodef-top-area .widget.widget_shiftup_core_simple_blog_list .qodef-blog.qodef-item-layout--simple article:not(:last-child) {
    margin-bottom: 20px
}

#qodef-top-area .widget.widget_shiftup_core_simple_blog_list .qodef-blog.qodef-item-layout--simple article:first-child {
    margin-top: 7px
}

#qodef-top-area .widget.widget_shiftup_core_simple_blog_list .qodef-blog.qodef-item-layout--simple article .qodef-e-media-image {
    margin-right: 20px;
    width: 80px !important
}

#qodef-top-area .widget.widget_shiftup_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article:not(:last-child) {
    margin: 0 0 13px
}

#qodef-page-footer .widget.widget_shiftup_core_simple_blog_list .qodef-blog.qodef-item-layout--simple article:not(:last-child) {
    margin-bottom: 20px
}

#qodef-page-footer .widget.widget_shiftup_core_simple_blog_list .qodef-blog.qodef-item-layout--simple article:first-child {
    margin-top: 7px
}

#qodef-page-footer .widget.widget_shiftup_core_simple_blog_list .qodef-blog.qodef-item-layout--simple article .qodef-e-media-image {
    margin-right: 20px;
    width: 80px !important
}

#qodef-page-footer .widget.widget_shiftup_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article:not(:last-child) {
    margin: 0 0 13px
}

#qodef-side-area .widget.widget_shiftup_core_simple_blog_list .qodef-blog.qodef-item-layout--simple article:not(:last-child) {
    margin-bottom: 20px
}

#qodef-side-area .widget.widget_shiftup_core_simple_blog_list .qodef-blog.qodef-item-layout--simple article:first-child {
    margin-top: 7px
}

#qodef-side-area .widget.widget_shiftup_core_simple_blog_list .qodef-blog.qodef-item-layout--simple article .qodef-e-media-image {
    margin-right: 20px;
    width: 80px !important
}

#qodef-side-area .widget.widget_shiftup_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article:not(:last-child) {
    margin: 0 0 13px
}

.qodef-mega-menu-widget-holder .widget.widget_shiftup_core_simple_blog_list .qodef-blog.qodef-item-layout--simple article:not(:last-child) {
    margin-bottom: 20px
}

.qodef-mega-menu-widget-holder .widget.widget_shiftup_core_simple_blog_list .qodef-blog.qodef-item-layout--simple article:first-child {
    margin-top: 7px
}

.qodef-mega-menu-widget-holder .widget.widget_shiftup_core_simple_blog_list .qodef-blog.qodef-item-layout--simple article .qodef-e-media-image {
    margin-right: 20px;
    width: 80px !important
}

.qodef-mega-menu-widget-holder .widget.widget_shiftup_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article:not(:last-child) {
    margin: 0 0 13px
}

#qodef-content-bottom .widget.widget_shiftup_core_simple_blog_list .qodef-blog.qodef-item-layout--simple article:not(:last-child) {
    margin-bottom: 20px
}

#qodef-content-bottom .widget.widget_shiftup_core_simple_blog_list .qodef-blog.qodef-item-layout--simple article:first-child {
    margin-top: 7px
}

#qodef-content-bottom .widget.widget_shiftup_core_simple_blog_list .qodef-blog.qodef-item-layout--simple article .qodef-e-media-image {
    margin-right: 20px;
    width: 80px !important
}

#qodef-content-bottom .widget.widget_shiftup_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article:not(:last-child) {
    margin: 0 0 13px
}

.qodef-page-dark-skin .qodef-m-author {
    color: #eee
}

.qodef-page-dark-skin .qodef-m-author:hover a {
    color: #eee
}

.qodef-page-dark-skin .qodef-m-social-icons a {
    color: #eee
}

.qodef-page-dark-skin .qodef-m-social-icons a:hover {
    color: var(--qode-main-color)
}

#qodef-author-info {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-top: 0
}

#qodef-author-info .qodef-m-inner {
    position: relative;
    display: flex;
    align-items: center
}

#qodef-author-info .qodef-m-image {
    flex-shrink: 0;
    margin-right: 35px
}

#qodef-author-info .qodef-m-image a,
#qodef-author-info .qodef-m-image img {
    display: block
}

#qodef-author-info .qodef-m-image img {
    width: 201px;
    height: 123px;
    -o-object-fit: cover;
    object-fit: cover
}

#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: 11px 0 0;
    max-width: 360px
}

#qodef-author-info .qodef-m-social-icons {
    margin-top: 16px
}

#qodef-author-info .qodef-m-social-icons a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: 25px
}

#qodef-author-info .qodef-m-social-icons a:last-child {
    margin-right: 0
}

#qodef-related-posts {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-top: 86px
}

.qodef-page-dark-skin #qodef-single-post-navigation .qodef-m-nav.qodef--next,
.qodef-page-dark-skin #qodef-single-post-navigation .qodef-m-nav.qodef--prev {
    color: #eee
}

.qodef-page-dark-skin #qodef-single-post-navigation .qodef-m-nav-label {
    color: #eee
}

#qodef-single-post-navigation {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 98px 0 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: 0;
    display: block;
    fill: currentColor;
    stroke: none
}

#qodef-single-post-navigation .qodef-m-nav.qodef--prev {
    left: 0
}

#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-single-post-navigation .qodef-m-nav.qodef--prev {
    padding: 19px;
    background-color: var(--qode-header-dark-hover-color);
    transition: all .4s
}

#qodef-single-post-navigation .qodef-m-nav.qodef--next svg *,
#qodef-single-post-navigation .qodef-m-nav.qodef--prev svg * {
    fill: #eee
}

#qodef-single-post-navigation .qodef-m-nav.qodef--next:hover,
#qodef-single-post-navigation .qodef-m-nav.qodef--prev:hover {
    padding: 19px 56px;
    background-color: var(--qode-main-color);
    transition: all .4s
}

#qodef-single-post-navigation .qodef-m-nav.qodef--next:hover svg,
#qodef-single-post-navigation .qodef-m-nav.qodef--prev:hover svg {
    width: 37px
}

#qodef-single-post-navigation .qodef-m-nav.qodef--next:hover svg g rect:nth-of-type(1),
#qodef-single-post-navigation .qodef-m-nav.qodef--next:hover svg g rect:nth-of-type(3),
#qodef-single-post-navigation .qodef-m-nav.qodef--prev:hover svg g rect:nth-of-type(1),
#qodef-single-post-navigation .qodef-m-nav.qodef--prev:hover svg g rect:nth-of-type(3) {
    width: 9px;
    transition: width .2s
}

#qodef-single-post-navigation .qodef-m-nav.qodef--next:hover svg g rect:nth-of-type(2),
#qodef-single-post-navigation .qodef-m-nav.qodef--prev:hover svg g rect:nth-of-type(2) {
    width: 37px !important;
    transition: width .2s
}

#qodef-single-post-navigation .qodef-m-nav-label {
    font-family: Oxanium, cursive;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    font-size: 13px;
    line-height: 1.53em;
    letter-spacing: .05em;
    display: inline-flex;
    vertical-align: middle;
    flex-wrap: wrap;
    color: #9a9a9a
}

#qodef-content-bottom {
    background-color: var(--qode-header-dark-hover-color);
    padding: 154px 0 100px
}

.qodef--boxed #qodef-content-bottom {
    padding-left: 30px;
    padding-right: 30px
}

#qodef-content-bottom #qodef-content-bottom-inner {
    display: flex;
    justify-content: space-between
}

#qodef-content-bottom p {
    margin: 2px 0;
    color: #9a9a9a
}

#qodef-content-bottom h1,
#qodef-content-bottom h2,
#qodef-content-bottom h3,
#qodef-content-bottom h4,
#qodef-content-bottom h5,
#qodef-content-bottom h6 {
    margin: 0;
    color: var(--qode-header-light-color)
}

#qodef-content-bottom .qodef-button.qodef-size--large {
    padding: 0;
    height: 88px;
    width: 152px;
    display: flex;
    justify-content: center
}

#qodef-content-bottom .qodef-button.qodef-size--large.qodef-has-arrow {
    align-items: center
}

body.qodef-theme-cursor #wpadminbar {
    cursor: default
}

body.qodef-theme-cursor #wpadminbar a,
body.qodef-theme-cursor #wpadminbar input.adminbar-input {
    cursor: pointer !important
}

:not(.touchevents) body.qodef-theme-cursor * {
    cursor: none !important
}

:not(.touchevents) body.qodef-theme-cursor * #qodef-theme-cursor {
    visibility: visible;
    opacity: 1
}

:not(.touchevents) body.qodef-theme-cursor.elementor-editor-active * {
    cursor: initial !important
}

:not(.touchevents) body.qodef-theme-cursor.elementor-editor-active * #qodef-theme-cursor {
    visibility: hidden;
    opacity: 0
}

#qodef-theme-cursor {
    position: fixed;
    top: -5px;
    left: -5px;
    pointer-events: none;
    z-index: 9999999;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 12px;
    height: 12px;
    visibility: hidden;
    opacity: 0;
    color: #1b1b1b;
    transition: visibility .2s ease-out, opacity .2s ease-out
}

#qodef-theme-cursor .qodef-cursor-square {
    position: relative;
    display: block;
    width: 26px;
    height: 26px;
    z-index: 1;
    left: -7px
}

#qodef-theme-cursor .qodef-cursor-square:before {
    content: "";
    width: 26px;
    height: 26px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(209, 209, 209, .25);
    -webkit-backdrop-filter: blur(1px);
    backdrop-filter: blur(1px)
}

#qodef-theme-cursor .qodef-cursor-square:after {
    content: "";
    width: 6px;
    height: 6px;
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: var(--qode-main-color)
}

#qodef-theme-cursor .qodef-cursor-square svg g rect:nth-of-type(1) {
    fill: rgba(209, 209, 209, .25);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    transition: fill .3s
}

#qodef-theme-cursor .qodef-cursor-square svg g rect:nth-of-type(2) {
    fill: #ff4d24
}

#qodef-theme-cursor .qodef-cursor-svg-holder {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    z-index: 2
}

#qodef-theme-cursor .qodef-cursor-svg-holder>* {
    position: absolute
}

#qodef-theme-cursor .qodef-cursor-close-svg,
#qodef-theme-cursor .qodef-cursor-link-svg {
    z-index: 4;
    transform: scale(0);
    transition: transform .45s ease-in-out
}

#qodef-theme-cursor .qodef-cursor-blured-svg {
    opacity: 0;
    transition: opacity .2s ease-in-out
}

#qodef-theme-cursor .qodef-cursor-discover-text {
    opacity: 0;
    color: currentColor;
    font-family: Sarabun, sans-serif;
    font-size: 15px;
    letter-spacing: -.010em;
    font-weight: 700;
    text-transform: capitalize
}

#qodef-theme-cursor.qodef-cursor--close-svg .qodef-cursor-close-svg {
    transform: scale(1)
}

#qodef-theme-cursor.qodef-cursor--link-svg .qodef-cursor-link-svg {
    transform: scale(1)
}

#qodef-theme-cursor.qodef-cursor--blured-svg .qodef-cursor-square {
    opacity: 0;
    transition: opacity .3s ease
}

#qodef-theme-cursor.qodef-cursor--blured-svg .qodef-cursor-blured-svg {
    opacity: 1;
    transition: opacity .3s ease
}

#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
}

@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-fullscreen-area {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow-x: hidden !important;
    visibility: hidden;
    opacity: 0;
    z-index: 99
}

#qodef-fullscreen-area .qodef-content-grid {
    height: 100%
}

#qodef-fullscreen-area .qodef-content-grid .qodef-fullscreen-menu {
    width: 100%
}

.qodef-fullscreen-menu-animate--in #qodef-fullscreen-area {
    animation: qode-fade-in .25s linear both
}

.qodef-fullscreen-menu-animate--out #qodef-fullscreen-area {
    animation: qode-fade-out .25s linear both
}

#qodef-fullscreen-area-inner {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%
}

.qodef-fullscreen-menu {
    position: relative;
    top: 0;
    margin: 0 auto;
    text-align: left
}

.qodef-fullscreen-menu ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.qodef-fullscreen-menu ul li {
    position: relative;
    margin: 0;
    padding: 0
}

.qodef-fullscreen-menu ul li a .qodef-menu-item-arrow {
    display: none
}

.qodef-fullscreen-menu ul li.qodef--hide-link>a {
    cursor: default
}

.qodef-fullscreen-menu ul.sub-menu {
    display: none
}

.qodef-fullscreen-menu .qodef-menu-item-icon {
    margin-right: 5px
}

.qodef-fullscreen-menu .qodef-mega-menu-widget-holder {
    display: none
}

.qodef-fullscreen-menu>ul>li>a {
    font-family: Oxanium, cursive;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 45px;
    line-height: 1.0667em;
    color: #fff
}

.qodef-fullscreen-menu>ul>li>a:hover {
    color: var(--qode-main-color)
}

.qodef-fullscreen-menu>ul>li.current-menu-ancestor>a,
.qodef-fullscreen-menu>ul>li.current-menu-item>a {
    color: var(--qode-main-color)
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner>ul {
    padding: 10px 0 5px
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul {
    padding-left: 20px
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li>a {
    position: relative;
    display: flex;
    white-space: normal;
    margin: 19px 0;
    overflow: hidden;
    transition: padding .2s ease-out;
    padding-right: 15px;
    padding-top: 5px;
    font-family: Oxanium, cursive;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    font-size: 13px;
    line-height: 1.53em;
    letter-spacing: .05em
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li>a .qodef-menu-item-icon {
    flex-shrink: 0
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li>a:before {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    top: 10px;
    background: var(--qode-main-color);
    transition: left .2s ease-out, right .2s ease-out;
    left: -15px
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li>a:hover {
    padding-left: 15px;
    padding-right: 0
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li>a:hover:before {
    left: 0
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li.current-menu-ancestor>a,
.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li.current-menu-item>a {
    padding-left: 15px;
    padding-right: 0
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li.current-menu-ancestor>a:before,
.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li.current-menu-item>a:before {
    left: 0
}

.qodef-fullscreen-menu--opened .qodef-fullscreen-menu-opener {
    color: #fff
}

.qodef-fullscreen-menu--opened #qodef-page-header,
.qodef-fullscreen-menu--opened #qodef-page-mobile-header {
    visibility: hidden
}

.qodef-fullscreen-menu--opened .qodef-fullscreen-menu-opener,
.qodef-fullscreen-menu--opened .qodef-header-logo-image.qodef--customizer,
.qodef-fullscreen-menu--opened .qodef-header-logo-link,
.qodef-fullscreen-menu--opened .qodef-mobile-header-logo-link {
    visibility: visible
}

.qodef-fullscreen-menu--opened #qodef-page-header .qodef-header-logo-link img.qodef--light {
    opacity: 1
}

.qodef-fullscreen-menu--opened #qodef-page-header .qodef-header-logo-link img.qodef--dark,
.qodef-fullscreen-menu--opened #qodef-page-header .qodef-header-logo-link img.qodef--main {
    opacity: 0
}

.qodef-fullscreen-menu--opened.qodef-fullscreen-menu--hide-logo .qodef-header-logo-image.qodef--customizer,
.qodef-fullscreen-menu--opened.qodef-fullscreen-menu--hide-logo .qodef-header-logo-link,
.qodef-fullscreen-menu--opened.qodef-fullscreen-menu--hide-logo .qodef-mobile-header-logo-link {
    visibility: hidden
}

#qodef-page-header .qodef-widget-holder {
    display: flex;
    align-items: center;
    height: 100%;
    margin-left: 38px
}

#qodef-page-header .qodef-widget-holder .widget {
    margin: 0 19px
}

#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 {
    border-bottom: 0 solid transparent
}

#qodef-page-header-inner.qodef-content-grid {
    padding: 0
}

#qodef-page-header-inner.qodef-skin--light nav ul li.qodef-menu-item--narrow ul li>a,
.qodef-custom-header-layout.qodef-skin--light nav ul li.qodef-menu-item--narrow ul li>a {
    color: var(--qode-header-light-color) !important
}

#qodef-page-header-inner.qodef-skin--light nav>ul>li:hover,
.qodef-custom-header-layout.qodef-skin--light nav>ul>li:hover {
    background: rgba(255, 255, 255, .25) !important
}

#qodef-page-header-inner.qodef-skin--light nav>ul>li:hover:after,
.qodef-custom-header-layout.qodef-skin--light nav>ul>li:hover:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-backdrop-filter: blur(30px) !important;
    backdrop-filter: blur(30px) !important;
    z-index: -1
}

#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.current-menu-ancestor,
#qodef-page-header-inner.qodef-skin--light nav>ul>li.current-menu-item,
.qodef-custom-header-layout.qodef-skin--light nav>ul>li.current-menu-ancestor,
.qodef-custom-header-layout.qodef-skin--light nav>ul>li.current-menu-item {
    background: rgba(255, 255, 255, .25) !important
}

#qodef-page-header-inner.qodef-skin--light nav>ul>li.current-menu-ancestor:after,
#qodef-page-header-inner.qodef-skin--light nav>ul>li.current-menu-item:after,
.qodef-custom-header-layout.qodef-skin--light nav>ul>li.current-menu-ancestor:after,
.qodef-custom-header-layout.qodef-skin--light nav>ul>li.current-menu-item:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-backdrop-filter: blur(30px) !important;
    backdrop-filter: blur(30px) !important;
    z-index: -1
}

#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--light .qodef-m-opener-label,
.qodef-custom-header-layout.qodef-skin--light .qodef-m-opener-label {
    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)
}

#qodef-page-header-inner.qodef-skin--blur nav>ul>li:hover,
.qodef-custom-header-layout.qodef-skin--blur nav>ul>li:hover {
    background: rgba(255, 255, 255, .25) !important
}

#qodef-page-header-inner.qodef-skin--blur nav>ul>li:hover:after,
.qodef-custom-header-layout.qodef-skin--blur nav>ul>li:hover:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-backdrop-filter: blur(30px) !important;
    backdrop-filter: blur(30px) !important;
    z-index: -1
}

#qodef-page-header-inner.qodef-skin--blur nav>ul>li>a,
.qodef-custom-header-layout.qodef-skin--blur nav>ul>li>a {
    color: #fff !important
}

#qodef-page-header-inner.qodef-skin--blur nav>ul>li.current-menu-ancestor,
#qodef-page-header-inner.qodef-skin--blur nav>ul>li.current-menu-item,
.qodef-custom-header-layout.qodef-skin--blur nav>ul>li.current-menu-ancestor,
.qodef-custom-header-layout.qodef-skin--blur nav>ul>li.current-menu-item {
    background: rgba(255, 255, 255, .25) !important
}

#qodef-page-header-inner.qodef-skin--blur nav>ul>li.current-menu-ancestor:after,
#qodef-page-header-inner.qodef-skin--blur nav>ul>li.current-menu-item:after,
.qodef-custom-header-layout.qodef-skin--blur nav>ul>li.current-menu-ancestor:after,
.qodef-custom-header-layout.qodef-skin--blur nav>ul>li.current-menu-item:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-backdrop-filter: blur(30px) !important;
    backdrop-filter: blur(30px) !important;
    z-index: -1
}

#qodef-page-header-inner.qodef-skin--blur .qodef-opener-icon.qodef-source--icon-pack:not(.qodef--opened),
#qodef-page-header-inner.qodef-skin--blur .qodef-opener-icon.qodef-source--predefined:not(.qodef--opened),
#qodef-page-header-inner.qodef-skin--blur .qodef-opener-icon.qodef-source--svg-path:not(.qodef--opened),
.qodef-custom-header-layout.qodef-skin--blur .qodef-opener-icon.qodef-source--icon-pack:not(.qodef--opened),
.qodef-custom-header-layout.qodef-skin--blur .qodef-opener-icon.qodef-source--predefined:not(.qodef--opened),
.qodef-custom-header-layout.qodef-skin--blur .qodef-opener-icon.qodef-source--svg-path:not(.qodef--opened) {
    color: var(--qode-header-light-color) !important
}

#qodef-page-header-inner.qodef-skin--blur .qodef-m-opener-label,
.qodef-custom-header-layout.qodef-skin--blur .qodef-m-opener-label {
    color: var(--qode-header-light-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%)
}

#qodef-page-header .qodef-header-logo-link.qodef-source--svg-path svg {
    display: block;
    height: auto;
    fill: currentColor
}

#qodef-page-header .qodef-header-logo-link.qodef-source--textual {
    font-family: Oxanium, cursive;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    font-size: 20px;
    line-height: 1.2em;
    letter-spacing: .015em;
    transition: color .2s ease-out
}

#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-page-header-inner.qodef-skin--dark .qodef-header-logo-link.qodef-source--svg-path svg path {
    fill: #000
}

#qodef-page-header-inner.qodef-skin--blur .qodef-header-logo-link.qodef-source--svg-path,
#qodef-page-header-inner.qodef-skin--blur .qodef-header-logo-link.qodef-source--textual {
    color: var(--qode-header-light-color) !important
}

#qodef-page-header-inner.qodef-skin--blur .qodef-header-logo-link.qodef-source--svg-path:hover,
#qodef-page-header-inner.qodef-skin--blur .qodef-header-logo-link.qodef-source--textual:hover {
    color: var(--qode-header-light-hover-color) !important
}

.qodef-header--minimal #qodef-page-header-inner .qodef-header-logo-link {
    margin-right: auto
}

.qodef-header--minimal #qodef-page-header-inner .qodef-widget-holder {
    margin-right: 30px
}

.qodef-header--standard-extended #qodef-page-header {
    height: 162px
}

.qodef-header--standard-extended #qodef-page-header-inner {
    flex-direction: column;
    justify-content: start
}

.qodef-header--standard-extended #qodef-page-header-inner .qodef-header-section {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between
}

.qodef-header--standard-extended #qodef-page-header-inner .qodef-header-section.qodef--top {
    height: calc(100% - 95px);
    padding: 0 35px
}

.qodef-header--standard-extended #qodef-page-header-inner .qodef-header-section.qodef--bottom {
    height: 95px
}

.qodef-header--standard-extended #qodef-page-header-inner .qodef-header-navigation {
    flex: 2 1 auto
}

.qodef-header--standard-extended #qodef-page-header-inner .qodef-widget-holder.qodef--one {
    margin-right: 0
}

.qodef-header--standard-extended #qodef-page-header-inner .qodef-widget-holder.qodef--two {
    margin-right: 35px
}

.qodef-header--standard-extended #qodef-page-header-inner.qodef-skin--dark nav>ul>li>a {
    color: var(--qode-header-dark-color) !important
}

.qodef-header--standard-extended #qodef-page-header-inner.qodef-skin--dark .qodef-opener-icon.qodef-source--icon-pack:not(.qodef--opened),
.qodef-header--standard-extended #qodef-page-header-inner.qodef-skin--dark .qodef-opener-icon.qodef-source--predefined:not(.qodef--opened),
.qodef-header--standard-extended #qodef-page-header-inner.qodef-skin--dark .qodef-opener-icon.qodef-source--svg-path:not(.qodef--opened) {
    color: #fff !important
}

.qodef-header--standard-extended #qodef-page-header-inner.qodef-skin--dark .qodef-opener-icon.qodef-source--predefined .qodef-m-line {
    background-color: #fff !important
}

.qodef-header--standard-extended #qodef-page-header-inner.qodef-skin--dark .qodef-m-opener-label {
    color: #fff !important
}

.qodef-header--standard-extended #qodef-page-header-inner.qodef-skin--dark .qodef-header-logo-link img.qodef--light {
    opacity: 1
}

.qodef-header--standard-extended #qodef-page-header-inner.qodef-skin--dark .qodef-header-logo-link img.qodef--dark {
    opacity: 0
}

.qodef-header--standard-extended #qodef-page-header-inner.qodef-skin--dark .qodef-header-logo-link svg {
    fill: #fff;
    color: var(--qode-header-light-color) !important
}

.qodef-header--standard-extended #qodef-page-header-inner.qodef-skin--dark .qodef-header-logo-link svg path {
    fill: #fff;
    stroke: none
}

.qodef-header--standard-extended #qodef-page-header-inner.qodef-skin--blur .qodef-opener-icon.qodef-source--icon-pack:not(.qodef--opened),
.qodef-header--standard-extended #qodef-page-header-inner.qodef-skin--blur .qodef-opener-icon.qodef-source--predefined:not(.qodef--opened),
.qodef-header--standard-extended #qodef-page-header-inner.qodef-skin--blur .qodef-opener-icon.qodef-source--svg-path:not(.qodef--opened) {
    color: #fff !important
}

.qodef-header--standard-extended #qodef-page-header-inner.qodef-skin--blur .qodef-opener-icon.qodef-source--predefined .qodef-m-line {
    background-color: #fff !important
}

.qodef-header--standard-extended #qodef-page-header-inner .qodef-extended-dropdown-menu {
    display: flex;
    position: relative;
    z-index: 1;
    width: calc(25% - 16px);
    height: 100%;
    align-items: center
}

.qodef-header--standard-extended #qodef-page-header-inner .qodef-extended-dropdown-menu .qodef-extended-dropdown-opener {
    padding-top: 1px;
    padding-left: 32px;
    font-family: Oxanium, cursive;
    font-weight: 600;
    text-transform: uppercase;
    color: #000
}

.qodef-header--standard-extended #qodef-page-header-inner .qodef-extended-dropdown-menu .qodef-extended-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 18px 0 20px;
    margin: 0;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    list-style: none
}

.qodef-header--standard-extended #qodef-page-header-inner .qodef-extended-dropdown-menu .qodef-extended-dropdown li {
    position: relative;
    padding: 0 34px;
    margin: 10px 0
}

.qodef-header--standard-extended #qodef-page-header-inner .qodef-extended-dropdown-menu .qodef-extended-dropdown li a {
    font-family: Oxanium, cursive;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    font-size: 13px;
    line-height: 1.53em;
    letter-spacing: .05em
}

.qodef-header--standard-extended #qodef-page-header-inner .qodef-extended-dropdown-menu .qodef-extended-dropdown li a .qodef-menu-item-text {
    position: relative
}

.qodef-header--standard-extended #qodef-page-header-inner .qodef-extended-dropdown-menu .qodef-extended-dropdown li .qodef-menu-item-arrow {
    position: absolute;
    top: calc(50% - 10px);
    right: 26px;
    width: 20px;
    height: auto;
    fill: #000
}

.qodef-header--standard-extended #qodef-page-header-inner .qodef-extended-dropdown-menu .qodef-extended-dropdown li .qodef-drop-down-second-inner {
    width: auto
}

.qodef-header--standard-extended #qodef-page-header-inner .qodef-extended-dropdown-menu .qodef-extended-dropdown li ul {
    position: absolute;
    top: calc(-10px - 18px - 5px);
    left: 100%;
    width: 100%;
    margin: 0;
    padding: 18px 0 20px;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    background-repeat: no-repeat;
    background-position: bottom right;
    opacity: 0;
    visibility: hidden;
    list-style: none
}

.qodef-header--standard-extended #qodef-page-header-inner .qodef-extended-dropdown-menu .qodef-extended-dropdown li ul ul {
    top: calc(-10px - 18px - 1px)
}

.qodef-header--standard-extended #qodef-page-header-inner .qodef-extended-dropdown-menu .qodef-extended-dropdown li.qodef--hide-link>a {
    cursor: default
}

.qodef-header--standard-extended #qodef-page-header-inner .qodef-extended-dropdown-menu .qodef-extended-dropdown li.menu-item-has-children:hover>.qodef-drop-down-second>.qodef-drop-down-second-inner>ul,
.qodef-header--standard-extended #qodef-page-header-inner .qodef-extended-dropdown-menu .qodef-extended-dropdown li.menu-item-has-children:hover>ul {
    opacity: 1;
    visibility: visible;
    transition: opacity .2s ease-out
}

.qodef-header--standard-extended #qodef-page-header-inner .qodef-extended-dropdown-menu .qodef-extended-dropdown>li>a {
    display: block
}

.qodef-header--standard-extended #qodef-page-header-inner .qodef-extended-dropdown-menu .qodef-extended-dropdown>li>a:hover {
    color: var(--qode-main-color)
}

.qodef-header--standard-extended #qodef-page-header-inner .qodef-extended-dropdown-menu .qodef-extended-dropdown>li.current-menu-ancestor>a,
.qodef-header--standard-extended #qodef-page-header-inner .qodef-extended-dropdown-menu .qodef-extended-dropdown>li.current-menu-item>a {
    color: var(--qode-main-color)
}

.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-between;
    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
}

#qodef-page-header-inner .qodef-header-navigation>ul>li:hover:before {
    display: none !important
}

#qodef-page-header-inner .qodef-header-navigation>ul>li.current-menu-ancestor:hover:before,
#qodef-page-header-inner .qodef-header-navigation>ul>li.current-menu-item:hover:before {
    display: block !important
}

#qodef-page-header-inner .qodef-main-menu-background {
    border-top: 6px solid var(--qode-main-color)
}

#qodef-page-header-inner.qodef-skin--light .qodef-main-menu-background,
#qodef-page-header-inner.qodef-skin--light .qodef-widget-background {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    height: 100%;
    z-index: -1;
    transition: width .4s, left .6s cubic-bezier(.25, .1, .11, .99);
    background-color: rgba(255, 255, 255, .25);
    pointer-events: none
}

#qodef-page-header-inner.qodef-skin--light .qodef-main-menu-background:after,
#qodef-page-header-inner.qodef-skin--light .qodef-widget-background:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-backdrop-filter: blur(30px) !important;
    backdrop-filter: blur(30px) !important;
    z-index: -1
}

#qodef-page-header-inner.qodef-skin--light nav>ul>li:hover {
    background: 0 0 !important
}

#qodef-page-header-inner.qodef-skin--light nav>ul>li:hover:after {
    display: none
}

#qodef-page-header-inner.qodef-skin--light nav>ul>li.current-menu-ancestor,
#qodef-page-header-inner.qodef-skin--light nav>ul>li.current-menu-item {
    background: 0 0 !important
}

#qodef-page-header-inner.qodef-skin--light nav>ul>li.current-menu-ancestor:after,
#qodef-page-header-inner.qodef-skin--light nav>ul>li.current-menu-item:after {
    display: none
}

#qodef-page-header-inner.qodef-skin--dark .qodef-main-menu-background {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    height: 100%;
    z-index: -1;
    transition: width .4s, left .6s cubic-bezier(.25, .1, .11, .99);
    background-color: var(--qode-header-light-hover-color);
    pointer-events: none
}

#qodef-page-header-inner.qodef-skin--dark .qodef-main-menu-background:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-backdrop-filter: blur(30px) !important;
    backdrop-filter: blur(30px) !important;
    z-index: -1
}

#qodef-page-header-inner.qodef-skin--dark nav>ul>li:hover {
    background: 0 0 !important
}

#qodef-page-header-inner.qodef-skin--dark nav>ul>li:hover:after {
    display: none
}

#qodef-page-header-inner.qodef-skin--dark nav>ul>li.current-menu-ancestor,
#qodef-page-header-inner.qodef-skin--dark nav>ul>li.current-menu-item {
    background: 0 0 !important
}

#qodef-page-header-inner.qodef-skin--dark nav>ul>li.current-menu-ancestor:after,
#qodef-page-header-inner.qodef-skin--dark nav>ul>li.current-menu-item:after {
    display: none
}

#qodef-page-header-inner.qodef-skin--blur .qodef-main-menu-background,
#qodef-page-header-inner.qodef-skin--blur .qodef-widget-background {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    height: 100%;
    z-index: -1;
    transition: width .4s, left .6s cubic-bezier(.25, .1, .11, .99);
    background-color: rgba(255, 255, 255, .25);
    pointer-events: none
}

#qodef-page-header-inner.qodef-skin--blur .qodef-main-menu-background:after,
#qodef-page-header-inner.qodef-skin--blur .qodef-widget-background:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-backdrop-filter: blur(30px) !important;
    backdrop-filter: blur(30px) !important;
    z-index: -1
}

#qodef-page-header-inner.qodef-skin--blur nav>ul>li:hover {
    background: 0 0 !important
}

#qodef-page-header-inner.qodef-skin--blur nav>ul>li:hover:after {
    display: none
}

#qodef-page-header-inner.qodef-skin--blur nav>ul>li.current-menu-ancestor,
#qodef-page-header-inner.qodef-skin--blur nav>ul>li.current-menu-item {
    background: 0 0 !important
}

#qodef-page-header-inner.qodef-skin--blur nav>ul>li.current-menu-ancestor:after,
#qodef-page-header-inner.qodef-skin--blur nav>ul>li.current-menu-item:after {
    display: none
}

.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: 94px;
    width: 100%;
    background-color: #fff;
    border-bottom: 2px solid #e1e1e1;
    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 .qodef-header-navigation ul li.qodef-menu-item--narrow ul:before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: rgba(255, 255, 255, .8)
}

.qodef-header-sticky .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second:before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: rgba(255, 255, 255, .8)
}

.qodef-header-sticky-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    padding: 0 40px
}

.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-sticky-inner .qodef-search-opener {
    color: #000
}

.qodef-header-sticky-inner .qodef-main-menu-background {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    height: 100%;
    z-index: -1;
    transition: width .4s, left .6s cubic-bezier(.25, .1, .11, .99);
    background-color: var(--qode-header-light-hover-color);
    pointer-events: none;
    border-top: 6px solid var(--qode-main-color)
}

.qodef-header-sticky-inner nav>ul>li:hover {
    background: 0 0 !important
}

.qodef-header-sticky-inner nav>ul>li:hover:before {
    display: none
}

.qodef-header-sticky-inner nav>ul>li:hover:after {
    display: none
}

.qodef-header-sticky-inner nav>ul>li.current-menu-ancestor,
.qodef-header-sticky-inner nav>ul>li.current-menu-item {
    background: 0 0 !important
}

.qodef-header-sticky-inner nav>ul>li.current-menu-ancestor:after,
.qodef-header-sticky-inner nav>ul>li.current-menu-item:after {
    display: none
}

#qodef-top-area {
    position: relative;
    background-color: #000;
    z-index: 101
}

#qodef-top-area-inner {
    align-items: center;
    display: flex;
    height: 40px;
    justify-content: space-between;
    padding: 0 40px;
    position: relative
}

#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 .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 21px
}

#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 .qodef-widget-holder .widget:last-child:after {
    display: none
}

#qodef-top-area .widget {
    display: inline-block;
    vertical-align: middle;
    line-height: 1.2em;
    font-size: 15px;
    color: #727272;
    position: relative
}

#qodef-top-area .widget .textwidget>*,
#qodef-top-area .widget .widget p {
    margin: 0
}

#qodef-top-area .widget a {
    position: relative;
    margin-right: 40px;
    font-weight: 600;
    color: #727272
}

#qodef-top-area .widget a:after {
    content: ' ';
    position: absolute;
    width: 2px;
    height: 14px;
    top: 4px;
    right: -24px;
    background-color: var(--qode-main-color)
}

#qodef-top-area .widget a:last-child {
    margin-right: 12px
}

#qodef-top-area .widget a:last-child:after {
    display: none
}

#qodef-top-area div[id^=monster-widget-placeholder],
#qodef-top-area div[id^=woo-monster-widget-placeholder] {
    display: none
}

#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 #e1e1e1;
    border-radius: 4px;
    box-shadow: 3px 3px 15px 0 rgba(0, 0, 0, .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 #e1e1e1;
    border-left: 1px solid #e1e1e1;
    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: Sarabun, 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: #000
}

.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 #e1e1e1;
    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 {
    color: var(--qode-main-color)
}

#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-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
}

#qodef-page-mobile-header .qodef-mobile-header-logo-link.qodef-source--textual {
    font-family: Oxanium, cursive;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    font-size: 20px;
    line-height: 1.2em;
    letter-spacing: .015em;
    transition: color .2s ease-out
}

.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: #000;
    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: 9px;
    right: 0;
    width: 9px;
    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 {
    position: relative;
    display: flex;
    white-space: normal;
    margin: 19px 0;
    overflow: hidden;
    transition: padding .2s ease-out;
    padding-right: 15px;
    padding-top: 5px;
    font-family: Oxanium, cursive;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    font-size: 13px;
    line-height: 1.53em;
    letter-spacing: .05em
}

#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>a:before {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    top: 10px;
    background: var(--qode-main-color);
    transition: left .2s ease-out, right .2s ease-out;
    left: -15px
}

#qodef-side-area-mobile-header .qodef-m-navigation ul li ul li.current-menu-ancestor>a,
#qodef-side-area-mobile-header .qodef-m-navigation ul li ul li.current-menu-item>a,
#qodef-side-area-mobile-header .qodef-m-navigation ul li ul li:hover>a {
    padding-left: 15px;
    padding-right: 0
}

#qodef-side-area-mobile-header .qodef-m-navigation ul li ul li.current-menu-ancestor>a:before,
#qodef-side-area-mobile-header .qodef-m-navigation ul li ul li.current-menu-item>a:before,
#qodef-side-area-mobile-header .qodef-m-navigation ul li ul li:hover>a:before {
    left: 0
}

#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-family: Oxanium, cursive;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 1.53em;
    letter-spacing: .05em;
    color: #fff
}

#qodef-side-area-mobile-header .qodef-m-navigation>ul>li>a:hover {
    color: var(--qode-main-color)
}

#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: var(--qode-main-color)
}

#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;
    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;
    top: 100%
}

.qodef-header-navigation ul li.qodef-menu-item--narrow .qodef-drop-down-second.qodef-drop-down--right ul.sub-menu:before {
    left: auto;
    right: 0;
    text-align: right
}

.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;
    z-index: 997
}

.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 {
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    background-color: rgba(255, 255, 255, .25)
}

.qodef-skin--blur .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second {
    -webkit-backdrop-filter: blur(25px);
    backdrop-filter: blur(25px);
    background-color: rgba(255, 255, 255, .25)
}

.qodef-skin--dark .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: rgba(255, 255, 255, .8)
}

.qodef-page-blur-skin .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second {
    -webkit-backdrop-filter: blur(25px);
    backdrop-filter: blur(25px);
    background-color: rgba(255, 255, 255, .25)
}

.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: 35px 0 41px;
    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-family: Oxanium, cursive;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 1.53em;
    letter-spacing: .05em;
    color: #000;
    font-size: 15px
}

.qodef-skin--blur .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li>a {
    color: #fff
}

.qodef-skin--light .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li>a {
    color: #fff
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li>a:hover {
    color: var(--qode-main-color)
}

.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: 7px
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li ul li>a {
    position: relative;
    display: flex;
    white-space: normal;
    margin: 19px 0;
    overflow: hidden;
    transition: padding .2s ease-out;
    padding-right: 15px;
    padding-top: 5px;
    font-family: Oxanium, cursive;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    font-size: 13px;
    line-height: 1.53em;
    letter-spacing: .05em
}

.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>a:before {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    top: 10px;
    background: var(--qode-main-color);
    transition: left .2s ease-out, right .2s ease-out;
    left: -15px
}

.qodef-skin--blur .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li ul li>a {
    color: #fff
}

.qodef-skin--light .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li ul li>a {
    color: #fff
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li ul li.current-menu-item>a,
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li ul li:hover>a {
    padding-left: 15px;
    padding-right: 0
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li ul li.current-menu-item>a:before,
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li ul li:hover>a:before {
    left: 0
}

.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: var(--qode-main-color)
}

.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: var(--qode-main-color)
}

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: 0;
    left: 0;
    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
}

.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 .qodef-m-lines {
    position: relative;
    display: block;
    width: 46px;
    height: 16px
}

.qodef-opener-icon.qodef-source--predefined .qodef-m-line {
    position: absolute;
    left: 0;
    height: 2px;
    width: 100%;
    background-color: #000;
    transition: .3s ease-out;
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    transition-delay: 0s;
    will-change: transform
}

#qodef-page-header-inner.qodef-skin--blur .qodef-opener-icon.qodef-source--predefined .qodef-m-line,
#qodef-page-header-inner.qodef-skin--light .qodef-opener-icon.qodef-source--predefined .qodef-m-line {
    background-color: #fff
}

.qodef-opener-icon.qodef-source--predefined .qodef-m-line.qodef--1 {
    top: 0
}

.qodef-opener-icon.qodef-source--predefined .qodef-m-line.qodef--2 {
    top: 7px
}

.qodef-opener-icon.qodef-source--predefined .qodef-m-line.qodef--3 {
    bottom: 0;
    -webkit-clip-path: inset(0 50% 0 0);
    clip-path: inset(0 50% 0 0)
}

.qodef-opener-icon.qodef-source--predefined .qodef-m-line.qodef--4,
.qodef-opener-icon.qodef-source--predefined .qodef-m-line.qodef--5,
.qodef-opener-icon.qodef-source--predefined .qodef-m-line.qodef--6 {
    display: none
}

.qodef-opener-icon.qodef-source--predefined:hover .qodef-m-line.qodef--1 {
    -webkit-clip-path: inset(0 0 0 50%);
    clip-path: inset(0 0 0 50%)
}

.qodef-opener-icon.qodef-source--predefined:hover .qodef-m-line.qodef--3 {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0)
}

.qodef-opener-icon.qodef-source--predefined.qodef--opened .qodef-m-line {
    transition-duration: .37s
}

.qodef-opener-icon.qodef-source--predefined.qodef--opened .qodef-m-line.qodef--4,
.qodef-opener-icon.qodef-source--predefined.qodef--opened .qodef-m-line.qodef--5 {
    display: block
}

.qodef-opener-icon.qodef-source--predefined.qodef--opened .qodef-m-line.qodef--1,
.qodef-opener-icon.qodef-source--predefined.qodef--opened .qodef-m-line.qodef--2 {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0)
}

.qodef-opener-icon.qodef-source--predefined.qodef--opened .qodef-m-line.qodef--1,
.qodef-opener-icon.qodef-source--predefined.qodef--opened .qodef-m-line.qodef--4 {
    top: 6px;
    transform: rotate(45deg)
}

.qodef-opener-icon.qodef-source--predefined.qodef--opened .qodef-m-line.qodef--2,
.qodef-opener-icon.qodef-source--predefined.qodef--opened .qodef-m-line.qodef--5 {
    top: 6px;
    transform: rotate(-45deg)
}

.qodef-opener-icon.qodef-source--predefined.qodef--opened .qodef-m-line.qodef--4,
.qodef-opener-icon.qodef-source--predefined.qodef--opened .qodef-m-line.qodef--5 {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0)
}

.qodef-opener-icon.qodef-source--predefined.qodef--opened .qodef-m-line.qodef--3 {
    opacity: 0
}

.qodef-opener-icon.qodef-source--predefined.qodef--opened:hover .qodef-m-line.qodef--4 {
    transition-delay: .17s
}

.qodef-opener-icon.qodef-source--predefined.qodef--opened:hover .qodef-m-line.qodef--5 {
    transition-delay: .24s
}

.qodef-opener-icon.qodef-source--predefined.qodef--opened:hover .qodef-m-line.qodef--1,
.qodef-opener-icon.qodef-source--predefined.qodef--opened:hover .qodef-m-line.qodef--2 {
    -webkit-clip-path: inset(0 0 0 100%);
    clip-path: inset(0 0 0 100%)
}

.qodef-opener-icon.qodef-source--predefined.qodef--opened:hover .qodef-m-line.qodef--4,
.qodef-opener-icon.qodef-source--predefined.qodef--opened:hover .qodef-m-line.qodef--5 {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0)
}

.qodef-parallax {
    position: relative;
    width: 100%;
    overflow: hidden
}

.qodef-parallax.elementor-section {
    overflow: visible
}

.qodef-parallax-row-holder {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden
}

.qodef-parallax-img-holder {
    position: absolute;
    top: -50%;
    height: 150%;
    left: 0;
    width: 100%;
    opacity: 0
}

.qodef-browser--edge .qodef-parallax-img-holder,
.qodef-browser--ms-explorer .qodef-parallax-img-holder,
.touchevents .qodef-parallax-img-holder {
    top: 0;
    height: 100%;
    opacity: 1
}

.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
}

.qodef-parallax-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.touchevents .qodef-parallax-img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.qodef-browser--edge .qodef-parallax-img,
.qodef-browser--ms-explorer .qodef-parallax-img {
    height: 100%
}

.qodef-contact-form-7 {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-contact-form-7 .ajax-loader {
    display: none
}

.qodef-contact-form-7 .wpcf7-response-output {
    border-width: 1px !important;
    margin: 2em 0 0 0 !important;
    padding: 1em 1.5em !important
}

.qodef-contact-form-7 .wpcf7-form {
    position: relative
}

.qodef-contact-form-7 .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 {
    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>* {
    opacity: .3
}

.qodef-contact-form-7 .wpcf7-form.submitting:after,
.qodef-contact-form-7 .wpcf7-form.submitting:before {
    visibility: visible
}

.qodef-contact-form-7 .qodef-appontment-form-1 textarea {
    height: 50px
}

.qodef-contact-form-7 .qodef-col-2>* {
    width: 50%;
    padding: 0 10px;
    margin-right: -10px;
    margin-left: -10px
}

.qodef-contact-form-7 .qodef-col-3>* {
    width: 33.33%;
    padding: 0 10px;
    margin-right: -10px;
    margin-left: -10px
}

.qodef-contact-form-7 .qodef-col-2,
.qodef-contact-form-7 .qodef-col-3 {
    display: flex;
    justify-content: space-between
}

@media only screen and (max-width:680px) {
    .qodef-contact-form-7 .qodef-col-2,
    .qodef-contact-form-7 .qodef-col-3 {
        flex-direction: column;
        justify-content: flex-start
    }
    .qodef-contact-form-7 .qodef-col-2>*,
    .qodef-contact-form-7 .qodef-col-3>* {
        width: 100%
    }
}

.qodef-contact-form-7 label {
    color: #000;
    margin-bottom: 55px
}

.qodef-skin-light .qodef-contact-form-7 label {
    color: var(--qode-header-light-color)
}

.qodef-contact-form-7 input[type=date],
.qodef-contact-form-7 input[type=email],
.qodef-contact-form-7 input[type=number],
.qodef-contact-form-7 input[type=password],
.qodef-contact-form-7 input[type=search],
.qodef-contact-form-7 input[type=tel],
.qodef-contact-form-7 input[type=text],
.qodef-contact-form-7 input[type=url],
.qodef-contact-form-7 select,
.qodef-contact-form-7 textarea {
    margin: 0;
    border-color: #bcbcbc
}

.qodef-skin-light .qodef-contact-form-7 input[type=date],
.qodef-skin-light .qodef-contact-form-7 input[type=email],
.qodef-skin-light .qodef-contact-form-7 input[type=number],
.qodef-skin-light .qodef-contact-form-7 input[type=password],
.qodef-skin-light .qodef-contact-form-7 input[type=search],
.qodef-skin-light .qodef-contact-form-7 input[type=tel],
.qodef-skin-light .qodef-contact-form-7 input[type=text],
.qodef-skin-light .qodef-contact-form-7 input[type=url],
.qodef-skin-light .qodef-contact-form-7 select,
.qodef-skin-light .qodef-contact-form-7 textarea {
    border-color: #333
}

.qodef-page-light-skin .qodef-contact-form-7 input[type=date],
.qodef-page-light-skin .qodef-contact-form-7 input[type=email],
.qodef-page-light-skin .qodef-contact-form-7 input[type=number],
.qodef-page-light-skin .qodef-contact-form-7 input[type=password],
.qodef-page-light-skin .qodef-contact-form-7 input[type=search],
.qodef-page-light-skin .qodef-contact-form-7 input[type=tel],
.qodef-page-light-skin .qodef-contact-form-7 input[type=text],
.qodef-page-light-skin .qodef-contact-form-7 input[type=url],
.qodef-page-light-skin .qodef-contact-form-7 select,
.qodef-page-light-skin .qodef-contact-form-7 textarea {
    border-color: #e1e1e1
}

.qodef-page-light-skin .qodef-contact-form-7 input[type=date]:focus,
.qodef-page-light-skin .qodef-contact-form-7 input[type=email]:focus,
.qodef-page-light-skin .qodef-contact-form-7 input[type=number]:focus,
.qodef-page-light-skin .qodef-contact-form-7 input[type=password]:focus,
.qodef-page-light-skin .qodef-contact-form-7 input[type=search]:focus,
.qodef-page-light-skin .qodef-contact-form-7 input[type=tel]:focus,
.qodef-page-light-skin .qodef-contact-form-7 input[type=text]:focus,
.qodef-page-light-skin .qodef-contact-form-7 input[type=url]:focus,
.qodef-page-light-skin .qodef-contact-form-7 select:focus,
.qodef-page-light-skin .qodef-contact-form-7 textarea:focus {
    border-color: var(--qode-main-color)
}

.qodef-contact-form-7 input[type=date]:focus,
.qodef-contact-form-7 input[type=email]:focus,
.qodef-contact-form-7 input[type=number]:focus,
.qodef-contact-form-7 input[type=password]:focus,
.qodef-contact-form-7 input[type=search]:focus,
.qodef-contact-form-7 input[type=tel]:focus,
.qodef-contact-form-7 input[type=text]:focus,
.qodef-contact-form-7 input[type=url]:focus,
.qodef-contact-form-7 select:focus,
.qodef-contact-form-7 textarea:focus {
    border-color: var(--qode-main-color)
}

.qodef-contact-form-7 select {
    background-position: calc(100% - 7px) center;
    background-size: 0
}

.qodef-contact-form-7 select:focus {
    background-size: auto
}

.qodef-contact-form-7 input[type=date] {
    height: 36px
}

.qodef-contact-form-7 input[type=date]::-webkit-calendar-picker-indicator {
    filter: contrast(.1)
}

.qodef-contact-form-7 .wpcf7-submit.qodef-button.qodef-layout--filled.qodef-html--link {
    margin-top: 5px
}

.qodef-skin-light .qodef-contact-form-7 .wpcf7-submit.qodef-button.qodef-layout--filled.qodef-html--link {
    color: var(--qode-header-light-color)
}

.qodef-contact-form-7 .qodef-custom-upload {
    position: relative;
    display: block;
    margin-bottom: 84px
}

.qodef-contact-form-7 .qodef-custom-upload input[type=file] {
    width: 0
}

.qodef-contact-form-7 .qodef-custom-upload label {
    display: inline-block
}

.qodef-contact-form-7 .qodef-custom-upload .qodef-upload-button {
    position: absolute;
    top: 42px;
    left: 0;
    height: 65px;
    font-family: Oxanium, cursive;
    font-size: 15px;
    line-height: 67px;
    font-weight: 600;
    letter-spacing: .05em;
    text-transform: uppercase;
    transition: color .2s ease-out, background-color .2s ease-out;
    color: #000;
    background: rgba(209, 209, 209, .25);
    padding: 0 50px;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px)
}

.qodef-contact-form-7 .qodef-custom-upload .qodef-upload-button span {
    display: inline-block;
    transform: translateX(3px);
    transition: transform .4s cubic-bezier(.25, .46, .45, .94)
}

.qodef-contact-form-7 .qodef-custom-upload .qodef-upload-button:before {
    content: "";
    position: relative;
    display: inline-block;
    width: 14px;
    height: 14px;
    top: 1px;
    left: -6px;
    margin-right: 8px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0Ij4NCiAgPGcgaWQ9IlBsdXNfSWNvbiIgZGF0YS1uYW1lPSJQbHVzIEljb24iIHRyYW5zZm9ybT0idHJhbnNsYXRlKC03NjEgLTE3NDgpIj4NCiAgICA8cmVjdCBpZD0iTGluZV9IIiBkYXRhLW5hbWU9IkxpbmUgSCIgd2lkdGg9IjE0IiBoZWlnaHQ9IjIiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDc2MSAxNzU0KSIvPg0KICAgIDxyZWN0IGlkPSJMaW5lX1YiIGRhdGEtbmFtZT0iTGluZSBWIiB3aWR0aD0iMiIgaGVpZ2h0PSIxNCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNzY3IDE3NDgpIi8+DQogIDwvZz4NCjwvc3ZnPg0K);
    background-position: center;
    background-size: 100%;
    transform: translateX(3px) rotate(0);
    transition: transform .4s cubic-bezier(.25, .46, .45, .94), background-image .2s ease
}

.qodef-contact-form-7 .qodef-custom-upload .qodef-upload-button:after {
    content: "";
    position: absolute;
    background-color: var(--qode-main-color);
    left: 0;
    top: 0;
    width: 6px;
    height: 65px;
    z-index: -1;
    transition: width .4s
}

.qodef-contact-form-7 .qodef-custom-upload .qodef-upload-button:hover {
    color: #fff
}

.qodef-contact-form-7 .qodef-custom-upload .qodef-upload-button:hover span {
    transform: translateX(0)
}

.qodef-contact-form-7 .qodef-custom-upload .qodef-upload-button:hover:before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0Ij4NCiAgPGcgaWQ9IlBsdXNfSWNvbl93aGl0ZSIgZGF0YS1uYW1lPSJQbHVzIEljb24gd2hpdGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC03NjEgLTE3NDgpIj4NCiAgICA8cmVjdCBpZD0iTGluZV9IIiBkYXRhLW5hbWU9IkxpbmUgSCIgd2lkdGg9IjE0IiBoZWlnaHQ9IjIiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDc2MSAxNzU0KSIgZmlsbD0iI2ZmZiIvPg0KICAgIDxyZWN0IGlkPSJMaW5lX1YiIGRhdGEtbmFtZT0iTGluZSBWIiB3aWR0aD0iMiIgaGVpZ2h0PSIxNCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNzY3IDE3NDgpIiBmaWxsPSIjZmZmIi8+DQogIDwvZz4NCjwvc3ZnPg0K);
    transform: translateX(0) rotate(-90deg)
}

.qodef-contact-form-7 .qodef-custom-upload .qodef-upload-button:hover:after {
    width: 100%
}

.qodef-contact-form-7 .qodef-short-note {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin: -22px 0 34px;
    color: #747474
}

.qodef-contact-form-7 .qodef-short-note:before {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    top: 10px;
    left: 0;
    background-color: var(--qode-main-color)
}

.qodef-contact-form-7 p {
    margin: 0
}

.qodef-instagram-list #sb_instagram {
    padding: 0 !important
}

.qodef-instagram-list #sb_instagram #sbi_images {
    padding: 0 !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:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    opacity: 0;
    transition: opacity .2s;
    left: 0;
    top: 0
}

.qodef-instagram-list .sbi_photo_wrap a:hover {
    opacity: 1 !important
}

.qodef-instagram-list .sbi_photo_wrap a:hover:after {
    opacity: 1
}

.qodef-instagram-list .sbi_photo_wrap a:hover:before {
    opacity: .6
}

.qodef-instagram-list .sbi_photo_wrap a img {
    display: inline-block !important
}

.qodef-instagram-list.qodef-layout--slider.qodef-gutter--no #sb_instagram #sbi_images>.sbi_item {
    padding: 0 !important;
    margin: 0 !important
}

.qodef-instagram-list.qodef-layout--slider.qodef-gutter--tiny #sb_instagram #sbi_images>.sbi_item {
    padding: 0 !important;
    margin: 0 10px 0 0 !important
}

.qodef-instagram-list.qodef-layout--slider.qodef-gutter--small #sb_instagram #sbi_images>.sbi_item {
    padding: 0 !important;
    margin: 0 20px 0 0 !important
}

.qodef-instagram-list.qodef-layout--slider.qodef-gutter--normal #sb_instagram #sbi_images>.sbi_item {
    padding: 0 !important;
    margin: 0 30px 0 0 !important
}

.qodef-instagram-list.qodef-layout--slider.qodef-gutter--medium #sb_instagram #sbi_images>.sbi_item {
    padding: 0 !important;
    margin: 0 40px 0 0 !important
}

.qodef-instagram-list.qodef-layout--slider.qodef-gutter--large #sb_instagram #sbi_images>.sbi_item {
    padding: 0 !important;
    margin: 0 50px 0 0 !important
}

.qodef-instagram-list.qodef-layout--slider.qodef-gutter--huge #sb_instagram #sbi_images>.sbi_item {
    padding: 0 !important;
    margin: 0 80px 0 0 !important
}

.qodef-instagram-list.qodef-layout--slider .qodef-instagram-swiper-container {
    list-style: none;
    margin: 0 auto;
    overflow: hidden;
    padding: 0 !important;
    position: relative;
    visibility: hidden;
    z-index: 1
}

.qodef-instagram-list.qodef-layout--slider .qodef-instagram-swiper-container .swiper-slide a,
.qodef-instagram-list.qodef-layout--slider .qodef-instagram-swiper-container .swiper-slide img {
    width: 100%
}

.qodef-instagram-list.qodef-layout--slider .qodef-instagram-swiper-container.qodef-swiper--initialized {
    visibility: visible
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--no.qodef--no-bottom-space {
    margin-bottom: 0
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--no #sb_instagram #sbi_images {
    float: none;
    width: auto;
    margin: 0
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--no #sb_instagram #sbi_images>.sbi_item {
    padding: 0 !important;
    margin: 0 !important
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--tiny.qodef--no-bottom-space {
    margin-bottom: -10px
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--tiny #sb_instagram #sbi_images {
    float: none;
    width: auto;
    margin: 0 -5px
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--tiny #sb_instagram #sbi_images>.sbi_item {
    padding: 0 5px !important;
    margin: 0 0 10px !important
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--small.qodef--no-bottom-space {
    margin-bottom: -20px
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--small #sb_instagram #sbi_images {
    float: none;
    width: auto;
    margin: 0 -10px
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--small #sb_instagram #sbi_images>.sbi_item {
    padding: 0 10px !important;
    margin: 0 0 20px !important
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--normal.qodef--no-bottom-space {
    margin-bottom: -30px
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--normal #sb_instagram #sbi_images {
    float: none;
    width: auto;
    margin: 0 -15px
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--normal #sb_instagram #sbi_images>.sbi_item {
    padding: 0 15px !important;
    margin: 0 0 30px !important
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--medium.qodef--no-bottom-space {
    margin-bottom: -40px
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--medium #sb_instagram #sbi_images {
    float: none;
    width: auto;
    margin: 0 -20px
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--medium #sb_instagram #sbi_images>.sbi_item {
    padding: 0 20px !important;
    margin: 0 0 40px !important
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--large.qodef--no-bottom-space {
    margin-bottom: -50px
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--large #sb_instagram #sbi_images {
    float: none;
    width: auto;
    margin: 0 -25px
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--large #sb_instagram #sbi_images>.sbi_item {
    padding: 0 25px !important;
    margin: 0 0 50px !important
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--huge.qodef--no-bottom-space {
    margin-bottom: -80px
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--huge #sb_instagram #sbi_images {
    float: none;
    width: auto;
    margin: 0 -40px
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--huge #sb_instagram #sbi_images>.sbi_item {
    padding: 0 40px !important;
    margin: 0 0 80px !important
}

.qodef-twitter-list.qodef-layout--columns.qodef--no-bottom-info #ctf .ctf-tweet-actions {
    display: none
}

.qodef-twitter-list.qodef-layout--columns #ctf {
    overflow: hidden
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-item {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    float: left;
    border: 0
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-box {
    margin-left: 0;
    display: block;
    margin-bottom: 8px
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-box-link {
    line-height: 1 !important;
    display: flex;
    align-items: center;
    flex-flow: row wrap
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-avatar {
    width: 37px;
    height: 37px;
    margin: 0 7px 0 0;
    float: none;
    border-radius: 0
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-name {
    font-family: Oxanium, cursive;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    font-size: 13px;
    line-height: 1.53em;
    letter-spacing: .05em;
    font-weight: 600 !important;
    margin: 0 4px 0 0
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-screename-sep {
    display: none
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-context,
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-meta,
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-twitterlink {
    font-family: Sarabun, sans-serif;
    font-size: 17px;
    line-height: 1.47em;
    font-weight: 400;
    color: #9a9a9a;
    margin-right: 4px;
    margin-left: 0
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-context:last-child,
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-meta:last-child,
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-twitterlink:last-child {
    margin-right: 0
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-meta {
    margin-top: 4px
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-screenname {
    display: none
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-content {
    display: flex;
    align-items: baseline;
    margin-left: 0;
    padding: 0;
    margin-top: -5px
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-content:before {
    content: '\e094';
    font-family: ElegantIcons;
    padding-right: 10px;
    font-size: 18px;
    position: relative;
    top: 5px
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions {
    display: flex;
    align-items: baseline;
    margin-left: 0;
    margin-top: -3px
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions:before {
    content: '\e094';
    font-family: ElegantIcons;
    padding-right: 10px;
    font-size: 18px;
    visibility: hidden
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions a {
    padding: 0;
    font-size: 14px;
    margin-right: 8px
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions a:last-child {
    margin-right: 0
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions a.ctf-reply {
    margin-left: 0
}

.qodef-twitter-list.qodef-layout--columns .ctf-tweets:before {
    content: "";
    display: table;
    table-layout: fixed
}

.qodef-twitter-list.qodef-layout--columns .ctf-tweets:after {
    clear: both
}

.qodef-twitter-list.qodef-layout--columns.qodef-col-num--1 #ctf .ctf-tweets>.ctf-item {
    width: 100%
}

.qodef-twitter-list.qodef-layout--columns.qodef-col-num--2 #ctf .ctf-tweets>.ctf-item {
    width: 50%
}

@media only screen and (min-width:681px) {
    .qodef-twitter-list.qodef-layout--columns.qodef-col-num--2.qodef-responsive--predefined #ctf .ctf-tweets>.ctf-item:nth-child(2n+1) {
        clear: both
    }
}

@media only screen and (min-width:1441px) {
    .qodef-twitter-list.qodef-layout--columns.qodef-col-num--2.qodef-responsive--custom #ctf .ctf-tweets>.ctf-item:nth-child(2n+1) {
        clear: both
    }
}

.qodef-twitter-list.qodef-layout--columns.qodef-col-num--3 #ctf .ctf-tweets>.ctf-item {
    width: 33.33333%
}

@media only screen and (min-width:769px) {
    .qodef-twitter-list.qodef-layout--columns.qodef-col-num--3.qodef-responsive--predefined #ctf .ctf-tweets>.ctf-item:nth-child(3n+1) {
        clear: both
    }
}

@media only screen and (min-width:1441px) {
    .qodef-twitter-list.qodef-layout--columns.qodef-col-num--3.qodef-responsive--custom #ctf .ctf-tweets>.ctf-item:nth-child(3n+1) {
        clear: both
    }
}

.qodef-twitter-list.qodef-layout--columns.qodef-col-num--4 #ctf .ctf-tweets>.ctf-item {
    width: 25%
}

@media only screen and (min-width:1025px) {
    .qodef-twitter-list.qodef-layout--columns.qodef-col-num--4.qodef-responsive--predefined #ctf .ctf-tweets>.ctf-item:nth-child(4n+1) {
        clear: both
    }
}

@media only screen and (min-width:1441px) {
    .qodef-twitter-list.qodef-layout--columns.qodef-col-num--4.qodef-responsive--custom #ctf .ctf-tweets>.ctf-item:nth-child(4n+1) {
        clear: both
    }
}

.qodef-twitter-list.qodef-layout--columns.qodef-col-num--5 #ctf .ctf-tweets>.ctf-item {
    width: 20%
}

@media only screen and (min-width:1367px) {
    .qodef-twitter-list.qodef-layout--columns.qodef-col-num--5.qodef-responsive--predefined #ctf .ctf-tweets>.ctf-item:nth-child(5n+1) {
        clear: both
    }
}

@media only screen and (min-width:1441px) {
    .qodef-twitter-list.qodef-layout--columns.qodef-col-num--5.qodef-responsive--custom #ctf .ctf-tweets>.ctf-item:nth-child(5n+1) {
        clear: both
    }
}

.qodef-twitter-list.qodef-layout--columns.qodef-col-num--6 #ctf .ctf-tweets>.ctf-item {
    width: 16.66667%
}

@media only screen and (min-width:1441px) {
    .qodef-twitter-list.qodef-layout--columns.qodef-col-num--6.qodef-responsive--predefined #ctf .ctf-tweets>.ctf-item:nth-child(6n+1) {
        clear: both
    }
}

@media only screen and (min-width:1441px) {
    .qodef-twitter-list.qodef-layout--columns.qodef-col-num--6.qodef-responsive--custom #ctf .ctf-tweets>.ctf-item:nth-child(6n+1) {
        clear: both
    }
}

.qodef-twitter-list.qodef-layout--columns.qodef-col-num--7 #ctf .ctf-tweets>.ctf-item {
    width: 14.28571%
}

@media only screen and (min-width:1367px) {
    .qodef-twitter-list.qodef-layout--columns.qodef-col-num--7.qodef-responsive--predefined #ctf .ctf-tweets>.ctf-item:nth-child(7n+1) {
        clear: both
    }
}

@media only screen and (min-width:1441px) {
    .qodef-twitter-list.qodef-layout--columns.qodef-col-num--7.qodef-responsive--custom #ctf .ctf-tweets>.ctf-item:nth-child(7n+1) {
        clear: both
    }
}

.qodef-twitter-list.qodef-layout--columns.qodef-col-num--8 #ctf .ctf-tweets>.ctf-item {
    width: 12.5%
}

@media only screen and (min-width:1367px) {
    .qodef-twitter-list.qodef-layout--columns.qodef-col-num--8.qodef-responsive--predefined #ctf .ctf-tweets>.ctf-item:nth-child(8n+1) {
        clear: both
    }
}

@media only screen and (min-width:1441px) {
    .qodef-twitter-list.qodef-layout--columns.qodef-col-num--8.qodef-responsive--custom #ctf .ctf-tweets>.ctf-item:nth-child(8n+1) {
        clear: both
    }
}

.qodef-twitter-list.qodef-gutter--no.qodef--no-bottom-space {
    margin-bottom: 0
}

.qodef-twitter-list.qodef-gutter--no #ctf .ctf-tweets {
    margin: 0
}

.qodef-twitter-list.qodef-gutter--no #ctf .ctf-tweets>.ctf-item {
    padding: 0;
    margin: 0
}

.qodef-twitter-list.qodef-gutter--tiny.qodef--no-bottom-space {
    margin-bottom: -10px
}

.qodef-twitter-list.qodef-gutter--tiny #ctf .ctf-tweets {
    margin: 0 -5px
}

.qodef-twitter-list.qodef-gutter--tiny #ctf .ctf-tweets>.ctf-item {
    padding: 0 5px;
    margin: 0 0 10px
}

.qodef-twitter-list.qodef-gutter--small.qodef--no-bottom-space {
    margin-bottom: -20px
}

.qodef-twitter-list.qodef-gutter--small #ctf .ctf-tweets {
    margin: 0 -10px
}

.qodef-twitter-list.qodef-gutter--small #ctf .ctf-tweets>.ctf-item {
    padding: 0 10px;
    margin: 0 0 20px
}

.qodef-twitter-list.qodef-gutter--normal.qodef--no-bottom-space {
    margin-bottom: -30px
}

.qodef-twitter-list.qodef-gutter--normal #ctf .ctf-tweets {
    margin: 0 -15px
}

.qodef-twitter-list.qodef-gutter--normal #ctf .ctf-tweets>.ctf-item {
    padding: 0 15px;
    margin: 0 0 30px
}

.qodef-twitter-list.qodef-gutter--medium.qodef--no-bottom-space {
    margin-bottom: -40px
}

.qodef-twitter-list.qodef-gutter--medium #ctf .ctf-tweets {
    margin: 0 -20px
}

.qodef-twitter-list.qodef-gutter--medium #ctf .ctf-tweets>.ctf-item {
    padding: 0 20px;
    margin: 0 0 40px
}

.qodef-twitter-list.qodef-gutter--large.qodef--no-bottom-space {
    margin-bottom: -50px
}

.qodef-twitter-list.qodef-gutter--large #ctf .ctf-tweets {
    margin: 0 -25px
}

.qodef-twitter-list.qodef-gutter--large #ctf .ctf-tweets>.ctf-item {
    padding: 0 25px;
    margin: 0 0 50px
}

.qodef-twitter-list.qodef-gutter--huge.qodef--no-bottom-space {
    margin-bottom: -80px
}

.qodef-twitter-list.qodef-gutter--huge #ctf .ctf-tweets {
    margin: 0 -40px
}

.qodef-twitter-list.qodef-gutter--huge #ctf .ctf-tweets>.ctf-item {
    padding: 0 40px;
    margin: 0 0 80px
}

#qodef-page-footer .widget .qodef-twitter-list.qodef-layout--columns #ctf a {
    color: #ccc
}

#qodef-page-footer .widget .qodef-twitter-list.qodef-layout--columns #ctf a:hover {
    color: #fff
}

#qodef-side-area .widget .qodef-twitter-list.qodef-layout--columns #ctf a {
    color: #ccc
}

#qodef-side-area .widget .qodef-twitter-list.qodef-layout--columns #ctf a:hover {
    color: #fff
}

.qodef-woo-product-category-list.qodef-item-layout--info-on-image,
.qodef-woo-product-list {
    counter-reset: section
}

.qodef-woo-product-category-list.qodef-item-layout--info-on-image.qodef-gutter--tiny .product-category,
.qodef-woo-product-list.qodef-gutter--tiny .product-category {
    position: relative
}

.qodef-woo-product-category-list.qodef-item-layout--info-on-image.qodef-gutter--tiny .product-category:after,
.qodef-woo-product-category-list.qodef-item-layout--info-on-image.qodef-gutter--tiny .product-category:before,
.qodef-woo-product-list.qodef-gutter--tiny .product-category:after,
.qodef-woo-product-list.qodef-gutter--tiny .product-category:before {
    content: "";
    position: absolute;
    right: -5px;
    width: 10px;
    height: 10px;
    z-index: 20;
    background: var(--qode-main-color)
}

.qodef-woo-product-category-list.qodef-item-layout--info-on-image.qodef-gutter--tiny .product-category:before,
.qodef-woo-product-list.qodef-gutter--tiny .product-category:before {
    top: -10px
}

.qodef-woo-product-category-list.qodef-item-layout--info-on-image.qodef-gutter--tiny .product-category:after,
.qodef-woo-product-list.qodef-gutter--tiny .product-category:after {
    bottom: -10px
}

.qodef-woo-product-category-list.qodef-item-layout--info-on-image.qodef-gutter--small .product-category,
.qodef-woo-product-list.qodef-gutter--small .product-category {
    position: relative
}

.qodef-woo-product-category-list.qodef-item-layout--info-on-image.qodef-gutter--small .product-category:after,
.qodef-woo-product-category-list.qodef-item-layout--info-on-image.qodef-gutter--small .product-category:before,
.qodef-woo-product-list.qodef-gutter--small .product-category:after,
.qodef-woo-product-list.qodef-gutter--small .product-category:before {
    content: "";
    position: absolute;
    right: -10px;
    width: 20px;
    height: 20px;
    z-index: 20;
    background: var(--qode-main-color)
}

.qodef-woo-product-category-list.qodef-item-layout--info-on-image.qodef-gutter--small .product-category:before,
.qodef-woo-product-list.qodef-gutter--small .product-category:before {
    top: -20px
}

.qodef-woo-product-category-list.qodef-item-layout--info-on-image.qodef-gutter--small .product-category:after,
.qodef-woo-product-list.qodef-gutter--small .product-category:after {
    bottom: -20px
}

.qodef-woo-product-category-list.qodef-item-layout--info-on-image.qodef-gutter--normal .product-category,
.qodef-woo-product-list.qodef-gutter--normal .product-category {
    position: relative
}

.qodef-woo-product-category-list.qodef-item-layout--info-on-image.qodef-gutter--normal .product-category:after,
.qodef-woo-product-category-list.qodef-item-layout--info-on-image.qodef-gutter--normal .product-category:before,
.qodef-woo-product-list.qodef-gutter--normal .product-category:after,
.qodef-woo-product-list.qodef-gutter--normal .product-category:before {
    content: "";
    position: absolute;
    right: -15px;
    width: 30px;
    height: 30px;
    z-index: 20;
    background: var(--qode-main-color)
}

.qodef-woo-product-category-list.qodef-item-layout--info-on-image.qodef-gutter--normal .product-category:before,
.qodef-woo-product-list.qodef-gutter--normal .product-category:before {
    top: -30px
}

.qodef-woo-product-category-list.qodef-item-layout--info-on-image.qodef-gutter--normal .product-category:after,
.qodef-woo-product-list.qodef-gutter--normal .product-category:after {
    bottom: -30px
}

.qodef-woo-product-category-list.qodef-item-layout--info-on-image.qodef-gutter--medium .product-category,
.qodef-woo-product-list.qodef-gutter--medium .product-category {
    position: relative
}

.qodef-woo-product-category-list.qodef-item-layout--info-on-image.qodef-gutter--medium .product-category:after,
.qodef-woo-product-category-list.qodef-item-layout--info-on-image.qodef-gutter--medium .product-category:before,
.qodef-woo-product-list.qodef-gutter--medium .product-category:after,
.qodef-woo-product-list.qodef-gutter--medium .product-category:before {
    content: "";
    position: absolute;
    right: -20px;
    width: 40px;
    height: 40px;
    z-index: 20;
    background: var(--qode-main-color)
}

.qodef-woo-product-category-list.qodef-item-layout--info-on-image.qodef-gutter--medium .product-category:before,
.qodef-woo-product-list.qodef-gutter--medium .product-category:before {
    top: -40px
}

.qodef-woo-product-category-list.qodef-item-layout--info-on-image.qodef-gutter--medium .product-category:after,
.qodef-woo-product-list.qodef-gutter--medium .product-category:after {
    bottom: -40px
}

.qodef-woo-product-category-list.qodef-item-layout--info-on-image.qodef-gutter--large .product-category,
.qodef-woo-product-list.qodef-gutter--large .product-category {
    position: relative
}

.qodef-woo-product-category-list.qodef-item-layout--info-on-image.qodef-gutter--large .product-category:after,
.qodef-woo-product-category-list.qodef-item-layout--info-on-image.qodef-gutter--large .product-category:before,
.qodef-woo-product-list.qodef-gutter--large .product-category:after,
.qodef-woo-product-list.qodef-gutter--large .product-category:before {
    content: "";
    position: absolute;
    right: -25px;
    width: 50px;
    height: 50px;
    z-index: 20;
    background: var(--qode-main-color)
}

.qodef-woo-product-category-list.qodef-item-layout--info-on-image.qodef-gutter--large .product-category:before,
.qodef-woo-product-list.qodef-gutter--large .product-category:before {
    top: -50px
}

.qodef-woo-product-category-list.qodef-item-layout--info-on-image.qodef-gutter--large .product-category:after,
.qodef-woo-product-list.qodef-gutter--large .product-category:after {
    bottom: -50px
}

.qodef-woo-product-category-list.qodef-item-layout--info-on-image.qodef-gutter--huge .product-category,
.qodef-woo-product-list.qodef-gutter--huge .product-category {
    position: relative
}

.qodef-woo-product-category-list.qodef-item-layout--info-on-image.qodef-gutter--huge .product-category:after,
.qodef-woo-product-category-list.qodef-item-layout--info-on-image.qodef-gutter--huge .product-category:before,
.qodef-woo-product-list.qodef-gutter--huge .product-category:after,
.qodef-woo-product-list.qodef-gutter--huge .product-category:before {
    content: "";
    position: absolute;
    right: -40px;
    width: 80px;
    height: 80px;
    z-index: 20;
    background: var(--qode-main-color)
}

.qodef-woo-product-category-list.qodef-item-layout--info-on-image.qodef-gutter--huge .product-category:before,
.qodef-woo-product-list.qodef-gutter--huge .product-category:before {
    top: -80px
}

.qodef-woo-product-category-list.qodef-item-layout--info-on-image.qodef-gutter--huge .product-category:after,
.qodef-woo-product-list.qodef-gutter--huge .product-category:after {
    bottom: -80px
}

@media only screen and (min-width:681px) {
    .qodef-woo-product-category-list.qodef-item-layout--info-on-image .products.columns-2 .product-category:nth-child(2n):after,
    .qodef-woo-product-category-list.qodef-item-layout--info-on-image .products.columns-2 .product-category:nth-child(2n):before,
    .qodef-woo-product-category-list.qodef-item-layout--info-on-image.qodef-col-num--2 .product-category:nth-child(2n):after,
    .qodef-woo-product-category-list.qodef-item-layout--info-on-image.qodef-col-num--2 .product-category:nth-child(2n):before,
    .qodef-woo-product-list .products.columns-2 .product-category:nth-child(2n):after,
    .qodef-woo-product-list .products.columns-2 .product-category:nth-child(2n):before,
    .qodef-woo-product-list.qodef-col-num--2 .product-category:nth-child(2n):after,
    .qodef-woo-product-list.qodef-col-num--2 .product-category:nth-child(2n):before {
        display: none
    }
}

@media only screen and (max-width:680px) {
    .qodef-woo-product-category-list.qodef-item-layout--info-on-image .products.columns-2 .product-category:nth-child(1n):after,
    .qodef-woo-product-category-list.qodef-item-layout--info-on-image .products.columns-2 .product-category:nth-child(1n):before,
    .qodef-woo-product-category-list.qodef-item-layout--info-on-image.qodef-col-num--2 .product-category:nth-child(1n):after,
    .qodef-woo-product-category-list.qodef-item-layout--info-on-image.qodef-col-num--2 .product-category:nth-child(1n):before,
    .qodef-woo-product-list .products.columns-2 .product-category:nth-child(1n):after,
    .qodef-woo-product-list .products.columns-2 .product-category:nth-child(1n):before,
    .qodef-woo-product-list.qodef-col-num--2 .product-category:nth-child(1n):after,
    .qodef-woo-product-list.qodef-col-num--2 .product-category:nth-child(1n):before {
        display: none
    }
}

@media only screen and (min-width:769px) {
    .qodef-woo-product-category-list.qodef-item-layout--info-on-image .products.columns-3 .product-category:nth-child(3n):after,
    .qodef-woo-product-category-list.qodef-item-layout--info-on-image .products.columns-3 .product-category:nth-child(3n):before,
    .qodef-woo-product-category-list.qodef-item-layout--info-on-image.qodef-col-num--3 .product-category:nth-child(3n):after,
    .qodef-woo-product-category-list.qodef-item-layout--info-on-image.qodef-col-num--3 .product-category:nth-child(3n):before,
    .qodef-woo-product-list .products.columns-3 .product-category:nth-child(3n):after,
    .qodef-woo-product-list .products.columns-3 .product-category:nth-child(3n):before,
    .qodef-woo-product-list.qodef-col-num--3 .product-category:nth-child(3n):after,
    .qodef-woo-product-list.qodef-col-num--3 .product-category:nth-child(3n):before {
        display: none
    }
}

@media only screen and (min-width:681px) and (max-width:768px) {
    .qodef-woo-product-category-list.qodef-item-layout--info-on-image .products.columns-3 .product-category:nth-child(2n):after,
    .qodef-woo-product-category-list.qodef-item-layout--info-on-image .products.columns-3 .product-category:nth-child(2n):before,
    .qodef-woo-product-category-list.qodef-item-layout--info-on-image.qodef-col-num--3 .product-category:nth-child(2n):after,
    .qodef-woo-product-category-list.qodef-item-layout--info-on-image.qodef-col-num--3 .product-category:nth-child(2n):before,
    .qodef-woo-product-list .products.columns-3 .product-category:nth-child(2n):after,
    .qodef-woo-product-list .products.columns-3 .product-category:nth-child(2n):before,
    .qodef-woo-product-list.qodef-col-num--3 .product-category:nth-child(2n):after,
    .qodef-woo-product-list.qodef-col-num--3 .product-category:nth-child(2n):before {
        display: none
    }
}

@media only screen and (max-width:680px) {
    .qodef-woo-product-category-list.qodef-item-layout--info-on-image .products.columns-3 .product-category:nth-child(1n):after,
    .qodef-woo-product-category-list.qodef-item-layout--info-on-image .products.columns-3 .product-category:nth-child(1n):before,
    .qodef-woo-product-category-list.qodef-item-layout--info-on-image.qodef-col-num--3 .product-category:nth-child(1n):after,
    .qodef-woo-product-category-list.qodef-item-layout--info-on-image.qodef-col-num--3 .product-category:nth-child(1n):before,
    .qodef-woo-product-list .products.columns-3 .product-category:nth-child(1n):after,
    .qodef-woo-product-list .products.columns-3 .product-category:nth-child(1n):before,
    .qodef-woo-product-list.qodef-col-num--3 .product-category:nth-child(1n):after,
    .qodef-woo-product-list.qodef-col-num--3 .product-category:nth-child(1n):before {
        display: none
    }
}

@media only screen and (min-width:1025px) {
    .qodef-woo-product-category-list.qodef-item-layout--info-on-image .products.columns-4 .product-category:nth-child(4n):after,
    .qodef-woo-product-category-list.qodef-item-layout--info-on-image .products.columns-4 .product-category:nth-child(4n):before,
    .qodef-woo-product-category-list.qodef-item-layout--info-on-image.qodef-col-num--4 .product-category:nth-child(4n):after,
    .qodef-woo-product-category-list.qodef-item-layout--info-on-image.qodef-col-num--4 .product-category:nth-child(4n):before,
    .qodef-woo-product-list .products.columns-4 .product-category:nth-child(4n):after,
    .qodef-woo-product-list .products.columns-4 .product-category:nth-child(4n):before,
    .qodef-woo-product-list.qodef-col-num--4 .product-category:nth-child(4n):after,
    .qodef-woo-product-list.qodef-col-num--4 .product-category:nth-child(4n):before {
        display: none
    }
}

@media only screen and (min-width:769px) and (max-width:1024px) {
    .qodef-woo-product-category-list.qodef-item-layout--info-on-image .products.columns-4 .product-category:nth-child(3n):after,
    .qodef-woo-product-category-list.qodef-item-layout--info-on-image .products.columns-4 .product-category:nth-child(3n):before,
    .qodef-woo-product-category-list.qodef-item-layout--info-on-image.qodef-col-num--4 .product-category:nth-child(3n):after,
    .qodef-woo-product-category-list.qodef-item-layout--info-on-image.qodef-col-num--4 .product-category:nth-child(3n):before,
    .qodef-woo-product-list .products.columns-4 .product-category:nth-child(3n):after,
    .qodef-woo-product-list .products.columns-4 .product-category:nth-child(3n):before,
    .qodef-woo-product-list.qodef-col-num--4 .product-category:nth-child(3n):after,
    .qodef-woo-product-list.qodef-col-num--4 .product-category:nth-child(3n):before {
        display: none
    }
}

@media only screen and (min-width:681px) and (max-width:768px) {
    .qodef-woo-product-category-list.qodef-item-layout--info-on-image .products.columns-4 .product-category:nth-child(2n):after,
    .qodef-woo-product-category-list.qodef-item-layout--info-on-image .products.columns-4 .product-category:nth-child(2n):before,
    .qodef-woo-product-category-list.qodef-item-layout--info-on-image.qodef-col-num--4 .product-category:nth-child(2n):after,
    .qodef-woo-product-category-list.qodef-item-layout--info-on-image.qodef-col-num--4 .product-category:nth-child(2n):before,
    .qodef-woo-product-list .products.columns-4 .product-category:nth-child(2n):after,
    .qodef-woo-product-list .products.columns-4 .product-category:nth-child(2n):before,
    .qodef-woo-product-list.qodef-col-num--4 .product-category:nth-child(2n):after,
    .qodef-woo-product-list.qodef-col-num--4 .product-category:nth-child(2n):before {
        display: none
    }
}

@media only screen and (max-width:680px) {
    .qodef-woo-product-category-list.qodef-item-layout--info-on-image .products.columns-4 .product-category:nth-child(1n):after,
    .qodef-woo-product-category-list.qodef-item-layout--info-on-image .products.columns-4 .product-category:nth-child(1n):before,
    .qodef-woo-product-category-list.qodef-item-layout--info-on-image.qodef-col-num--4 .product-category:nth-child(1n):after,
    .qodef-woo-product-category-list.qodef-item-layout--info-on-image.qodef-col-num--4 .product-category:nth-child(1n):before,
    .qodef-woo-product-list .products.columns-4 .product-category:nth-child(1n):after,
    .qodef-woo-product-list .products.columns-4 .product-category:nth-child(1n):before,
    .qodef-woo-product-list.qodef-col-num--4 .product-category:nth-child(1n):after,
    .qodef-woo-product-list.qodef-col-num--4 .product-category:nth-child(1n):before {
        display: none
    }
}

@media only screen and (min-width:1367px) {
    .qodef-woo-product-category-list.qodef-item-layout--info-on-image .products.columns-5 .product-category:nth-child(5n):after,
    .qodef-woo-product-category-list.qodef-item-layout--info-on-image .products.columns-5 .product-category:nth-child(5n):before,
    .qodef-woo-product-category-list.qodef-item-layout--info-on-image.qodef-col-num--5 .product-category:nth-child(5n):after,
    .qodef-woo-product-category-list.qodef-item-layout--info-on-image.qodef-col-num--5 .product-category:nth-child(5n):before,
    .qodef-woo-product-list .products.columns-5 .product-category:nth-child(5n):after,
    .qodef-woo-product-list .products.columns-5 .product-category:nth-child(5n):before,
    .qodef-woo-product-list.qodef-col-num--5 .product-category:nth-child(5n):after,
    .qodef-woo-product-list.qodef-col-num--5 .product-category:nth-child(5n):before {
        display: none
    }
}

@media only screen and (min-width:1025px) and (max-width:1366px) {
    .qodef-woo-product-category-list.qodef-item-layout--info-on-image .products.columns-5 .product-category:nth-child(4n):after,
    .qodef-woo-product-category-list.qodef-item-layout--info-on-image .products.columns-5 .product-category:nth-child(4n):before,
    .qodef-woo-product-category-list.qodef-item-layout--info-on-image.qodef-col-num--5 .product-category:nth-child(4n):after,
    .qodef-woo-product-category-list.qodef-item-layout--info-on-image.qodef-col-num--5 .product-category:nth-child(4n):before,
    .qodef-woo-product-list .products.columns-5 .product-category:nth-child(4n):after,
    .qodef-woo-product-list .products.columns-5 .product-category:nth-child(4n):before,
    .qodef-woo-product-list.qodef-col-num--5 .product-category:nth-child(4n):after,
    .qodef-woo-product-list.qodef-col-num--5 .product-category:nth-child(4n):before {
        display: none
    }
}

@media only screen and (min-width:769px) and (max-width:1024px) {
    .qodef-woo-product-category-list.qodef-item-layout--info-on-image .products.columns-5 .product-category:nth-child(3n):after,
    .qodef-woo-product-category-list.qodef-item-layout--info-on-image .products.columns-5 .product-category:nth-child(3n):before,
    .qodef-woo-product-category-list.qodef-item-layout--info-on-image.qodef-col-num--5 .product-category:nth-child(3n):after,
    .qodef-woo-product-category-list.qodef-item-layout--info-on-image.qodef-col-num--5 .product-category:nth-child(3n):before,
    .qodef-woo-product-list .products.columns-5 .product-category:nth-child(3n):after,
    .qodef-woo-product-list .products.columns-5 .product-category:nth-child(3n):before,
    .qodef-woo-product-list.qodef-col-num--5 .product-category:nth-child(3n):after,
    .qodef-woo-product-list.qodef-col-num--5 .product-category:nth-child(3n):before {
        display: none
    }
}

@media only screen and (min-width:681px) and (max-width:768px) {
    .qodef-woo-product-category-list.qodef-item-layout--info-on-image .products.columns-5 .product-category:nth-child(2n):after,
    .qodef-woo-product-category-list.qodef-item-layout--info-on-image .products.columns-5 .product-category:nth-child(2n):before,
    .qodef-woo-product-category-list.qodef-item-layout--info-on-image.qodef-col-num--5 .product-category:nth-child(2n):after,
    .qodef-woo-product-category-list.qodef-item-layout--info-on-image.qodef-col-num--5 .product-category:nth-child(2n):before,
    .qodef-woo-product-list .products.columns-5 .product-category:nth-child(2n):after,
    .qodef-woo-product-list .products.columns-5 .product-category:nth-child(2n):before,
    .qodef-woo-product-list.qodef-col-num--5 .product-category:nth-child(2n):after,
    .qodef-woo-product-list.qodef-col-num--5 .product-category:nth-child(2n):before {
        display: none
    }
}

@media only screen and (max-width:680px) {
    .qodef-woo-product-category-list.qodef-item-layout--info-on-image .products.columns-5 .product-category:nth-child(1n):after,
    .qodef-woo-product-category-list.qodef-item-layout--info-on-image .products.columns-5 .product-category:nth-child(1n):before,
    .qodef-woo-product-category-list.qodef-item-layout--info-on-image.qodef-col-num--5 .product-category:nth-child(1n):after,
    .qodef-woo-product-category-list.qodef-item-layout--info-on-image.qodef-col-num--5 .product-category:nth-child(1n):before,
    .qodef-woo-product-list .products.columns-5 .product-category:nth-child(1n):after,
    .qodef-woo-product-list .products.columns-5 .product-category:nth-child(1n):before,
    .qodef-woo-product-list.qodef-col-num--5 .product-category:nth-child(1n):after,
    .qodef-woo-product-list.qodef-col-num--5 .product-category:nth-child(1n):before {
        display: none
    }
}

@media only screen and (min-width:1441px) {
    .qodef-woo-product-category-list.qodef-item-layout--info-on-image .products.columns-6 .product-category:nth-child(6n):after,
    .qodef-woo-product-category-list.qodef-item-layout--info-on-image .products.columns-6 .product-category:nth-child(6n):before,
    .qodef-woo-product-category-list.qodef-item-layout--info-on-image.qodef-col-num--6 .product-category:nth-child(6n):after,
    .qodef-woo-product-category-list.qodef-item-layout--info-on-image.qodef-col-num--6 .product-category:nth-child(6n):before,
    .qodef-woo-product-list .products.columns-6 .product-category:nth-child(6n):after,
    .qodef-woo-product-list .products.columns-6 .product-category:nth-child(6n):before,
    .qodef-woo-product-list.qodef-col-num--6 .product-category:nth-child(6n):after,
    .qodef-woo-product-list.qodef-col-num--6 .product-category:nth-child(6n):before {
        display: none
    }
}

@media only screen and (min-width:1367px) and (max-width:1440px) {
    .qodef-woo-product-category-list.qodef-item-layout--info-on-image .products.columns-6 .product-category:nth-child(5n):after,
    .qodef-woo-product-category-list.qodef-item-layout--info-on-image .products.columns-6 .product-category:nth-child(5n):before,
    .qodef-woo-product-category-list.qodef-item-layout--info-on-image.qodef-col-num--6 .product-category:nth-child(5n):after,
    .qodef-woo-product-category-list.qodef-item-layout--info-on-image.qodef-col-num--6 .product-category:nth-child(5n):before,
    .qodef-woo-product-list .products.columns-6 .product-category:nth-child(5n):after,
    .qodef-woo-product-list .products.columns-6 .product-category:nth-child(5n):before,
    .qodef-woo-product-list.qodef-col-num--6 .product-category:nth-child(5n):after,
    .qodef-woo-product-list.qodef-col-num--6 .product-category:nth-child(5n):before {
        display: none
    }
}

@media only screen and (min-width:1025px) and (max-width:1366px) {
    .qodef-woo-product-category-list.qodef-item-layout--info-on-image .products.columns-6 .product-category:nth-child(4n):after,
    .qodef-woo-product-category-list.qodef-item-layout--info-on-image .products.columns-6 .product-category:nth-child(4n):before,
    .qodef-woo-product-category-list.qodef-item-layout--info-on-image.qodef-col-num--6 .product-category:nth-child(4n):after,
    .qodef-woo-product-category-list.qodef-item-layout--info-on-image.qodef-col-num--6 .product-category:nth-child(4n):before,
    .qodef-woo-product-list .products.columns-6 .product-category:nth-child(4n):after,
    .qodef-woo-product-list .products.columns-6 .product-category:nth-child(4n):before,
    .qodef-woo-product-list.qodef-col-num--6 .product-category:nth-child(4n):after,
    .qodef-woo-product-list.qodef-col-num--6 .product-category:nth-child(4n):before {
        display: none
    }
}

@media only screen and (min-width:769px) and (max-width:1024px) {
    .qodef-woo-product-category-list.qodef-item-layout--info-on-image .products.columns-6 .product-category:nth-child(3n):after,
    .qodef-woo-product-category-list.qodef-item-layout--info-on-image .products.columns-6 .product-category:nth-child(3n):before,
    .qodef-woo-product-category-list.qodef-item-layout--info-on-image.qodef-col-num--6 .product-category:nth-child(3n):after,
    .qodef-woo-product-category-list.qodef-item-layout--info-on-image.qodef-col-num--6 .product-category:nth-child(3n):before,
    .qodef-woo-product-list .products.columns-6 .product-category:nth-child(3n):after,
    .qodef-woo-product-list .products.columns-6 .product-category:nth-child(3n):before,
    .qodef-woo-product-list.qodef-col-num--6 .product-category:nth-child(3n):after,
    .qodef-woo-product-list.qodef-col-num--6 .product-category:nth-child(3n):before {
        display: none
    }
}

@media only screen and (min-width:681px) and (max-width:768px) {
    .qodef-woo-product-category-list.qodef-item-layout--info-on-image .products.columns-6 .product-category:nth-child(2n):after,
    .qodef-woo-product-category-list.qodef-item-layout--info-on-image .products.columns-6 .product-category:nth-child(2n):before,
    .qodef-woo-product-category-list.qodef-item-layout--info-on-image.qodef-col-num--6 .product-category:nth-child(2n):after,
    .qodef-woo-product-category-list.qodef-item-layout--info-on-image.qodef-col-num--6 .product-category:nth-child(2n):before,
    .qodef-woo-product-list .products.columns-6 .product-category:nth-child(2n):after,
    .qodef-woo-product-list .products.columns-6 .product-category:nth-child(2n):before,
    .qodef-woo-product-list.qodef-col-num--6 .product-category:nth-child(2n):after,
    .qodef-woo-product-list.qodef-col-num--6 .product-category:nth-child(2n):before {
        display: none
    }
}

@media only screen and (max-width:680px) {
    .qodef-woo-product-category-list.qodef-item-layout--info-on-image .products.columns-6 .product-category:nth-child(1n):after,
    .qodef-woo-product-category-list.qodef-item-layout--info-on-image .products.columns-6 .product-category:nth-child(1n):before,
    .qodef-woo-product-category-list.qodef-item-layout--info-on-image.qodef-col-num--6 .product-category:nth-child(1n):after,
    .qodef-woo-product-category-list.qodef-item-layout--info-on-image.qodef-col-num--6 .product-category:nth-child(1n):before,
    .qodef-woo-product-list .products.columns-6 .product-category:nth-child(1n):after,
    .qodef-woo-product-list .products.columns-6 .product-category:nth-child(1n):before,
    .qodef-woo-product-list.qodef-col-num--6 .product-category:nth-child(1n):after,
    .qodef-woo-product-list.qodef-col-num--6 .product-category:nth-child(1n):before {
        display: none
    }
}

.qodef-woo-product-category-list.qodef-item-layout--info-on-image .product-category .qodef-e-inner:before,
.qodef-woo-product-list .product-category .qodef-e-inner:before {
    counter-increment: section;
    content: counter(section, decimal-leading-zero);
    position: absolute;
    left: 55px;
    bottom: 18px;
    z-index: 3;
    font-family: Oxanium, cursive;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    font-size: 45px;
    line-height: 1.0667em;
    font-size: 110px;
    color: transparent;
    -webkit-text-stroke: 2px #e1e1e1
}

@media only screen and (max-width:1024px) {
    .qodef-woo-product-category-list.qodef-item-layout--info-on-image .product-category .qodef-e-inner:before,
    .qodef-woo-product-list .product-category .qodef-e-inner:before {
        bottom: 0
    }
}

.qodef-woo-product-category-list.qodef-item-layout--info-on-image .product-category a,
.qodef-woo-product-list .product-category a {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.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 {
    position: absolute;
    top: 45px;
    left: 48px;
    width: auto;
    margin: 0;
    transition: all .4s
}

@media only screen and (max-width:1024px) {
    .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 {
        top: 25px
    }
}

.qodef-woo-product-category-list.qodef-item-layout--info-on-image .product-category .qodef-e-thumbnail-hover img,
.qodef-woo-product-list .product-category .qodef-e-thumbnail-hover img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: 0;
    visibility: hidden;
    transition: all .4s
}

.qodef-woo-product-category-list.qodef-item-layout--info-on-image .product-category:hover .woocommerce-loop-category__title,
.qodef-woo-product-list .product-category:hover .woocommerce-loop-category__title {
    color: #fff;
    transition: all .4s
}

.qodef-woo-product-category-list.qodef-item-layout--info-on-image .product-category:hover .qodef-e-thumbnail-hover img,
.qodef-woo-product-list .product-category:hover .qodef-e-thumbnail-hover img {
    opacity: 1;
    visibility: visible;
    transition: all .4s
}

.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 .qodef-e-inner .qodef-woo-product-categories {
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    top: 28px;
    left: 31px;
    padding-right: 80px;
    text-align: left;
    z-index: 6
}

.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-e-inner .qodef-woo-product-categories a {
    line-height: 1.35em;
    display: inline-block
}

.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-e-inner .qodef-woo-product-categories .qodef-info-separator-single {
    margin: 3px 13px
}

.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-e-inner .add_to_cart_button,
.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-e-inner .added_to_cart,
.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-e-inner .ajax_add_to_cart,
.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-e-inner .product_type_external,
.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-e-inner .product_type_grouped {
    position: absolute !important;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    display: inline-flex;
    justify-content: center
}

.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-e-inner .qodef-woo-product-image-inner {
    align-items: flex-start;
    justify-content: flex-end;
    padding: 26px 30px
}

.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-e-inner .qodef-woo-product-price {
    margin-top: 2px
}

.qodef-page-dark-skin .qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-e-inner .qodef-woo-product-title {
    color: #000
}

.qodef-page-dark-skin .qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-e-inner .qodef-woo-product-price {
    color: #000
}

.qodef-woo-product-list.qodef-item-layout--simple .qodef-e-inner {
    display: flex;
    gap: 20px;
    align-items: center
}

.qodef-woo-product-list.qodef-item-layout--simple .qodef-e-inner .qodef-woo-product-content {
    margin-top: 0
}

.qodef-woo-product-list.qodef-item-layout--simple .qodef-e-inner .qodef-woo-product-image {
    max-width: 100px
}

.qodef-woo-product-list.qodef-item-layout--simple .qodef-e-inner .qodef-woo-product-categories {
    margin-bottom: 5px
}

.qodef-woo-product-list.qodef-item-layout--simple .qodef-e-inner .qodef-woo-product-mark {
    right: 10px;
    top: 10px
}

.qodef-woo-product-list.qodef-item-layout--simple .qodef-e-inner .add_to_cart_button,
.qodef-woo-product-list.qodef-item-layout--simple .qodef-e-inner .added_to_cart,
.qodef-woo-product-list.qodef-item-layout--simple .qodef-e-inner .ajax_add_to_cart,
.qodef-woo-product-list.qodef-item-layout--simple .qodef-e-inner .product_type_external,
.qodef-woo-product-list.qodef-item-layout--simple .qodef-e-inner .product_type_grouped {
    font-size: 0 !important
}

.qodef-woo-product-list.qodef-item-layout--simple .qodef-e-inner .add_to_cart_button:before,
.qodef-woo-product-list.qodef-item-layout--simple .qodef-e-inner .added_to_cart:before,
.qodef-woo-product-list.qodef-item-layout--simple .qodef-e-inner .ajax_add_to_cart:before,
.qodef-woo-product-list.qodef-item-layout--simple .qodef-e-inner .product_type_external:before,
.qodef-woo-product-list.qodef-item-layout--simple .qodef-e-inner .product_type_grouped:before {
    margin: 0
}

.qodef-woo-product-list.qodef-item-layout--simple .qodef-e-inner .add_to_cart_button:hover:before,
.qodef-woo-product-list.qodef-item-layout--simple .qodef-e-inner .added_to_cart:hover:before,
.qodef-woo-product-list.qodef-item-layout--simple .qodef-e-inner .ajax_add_to_cart:hover:before,
.qodef-woo-product-list.qodef-item-layout--simple .qodef-e-inner .product_type_external:hover:before,
.qodef-woo-product-list.qodef-item-layout--simple .qodef-e-inner .product_type_grouped:hover:before {
    transform: rotate(-90deg);
    transition: all .4s
}

.widget_shiftup_core_woo_dropdown_cart,
.widget_shopping_cart {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    position: relative
}

.widget_shiftup_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;
    margin-top: 7px
}

.widget_shiftup_core_woo_dropdown_cart .qodef-m-opener,
.widget_shiftup_core_woo_dropdown_cart>.widgettitle,
.widget_shopping_cart .qodef-m-opener,
.widget_shopping_cart>.widgettitle {
    align-items: center;
    cursor: pointer;
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0
}

.widget_shiftup_core_woo_dropdown_cart .qodef-m-opener-label,
.widget_shopping_cart .qodef-m-opener-label {
    font-family: Oxanium, cursive;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    font-size: 13px;
    line-height: 1.53em;
    letter-spacing: .05em;
    font-size: 15px
}

.widget_shiftup_core_woo_dropdown_cart .qodef-m-opener-count,
.widget_shopping_cart .qodef-m-opener-count {
    font-size: 11px;
    background-color: var(--qode-main-color);
    width: 16px;
    height: 16px;
    text-align: center;
    line-height: 1.4;
    color: #fff;
    position: relative;
    top: -2px;
    margin-left: 7px
}

.widget_shiftup_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content,
.widget_shiftup_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: 0;
    border-style: solid;
    display: block;
    text-align: left;
    transition: opacity .2s ease-out, visibility .2s ease-out;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px)
}

header .widget_shiftup_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content,
header .widget_shiftup_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: 100%;
    visibility: hidden !important;
    width: 400px
}

header .widget_shiftup_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content.qodef-cart-empty,
header .widget_shiftup_core_woo_dropdown_cart .widget_shopping_cart_content.qodef-cart-empty,
header .widget_shopping_cart .qodef-widget-dropdown-cart-content.qodef-cart-empty,
header .widget_shopping_cart .widget_shopping_cart_content.qodef-cart-empty {
    width: 257px
}

.touchevents header .widget_shiftup_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content,
.touchevents header .widget_shiftup_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
}

.qodef-skin--blur .widget_shiftup_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content,
.qodef-skin--blur .widget_shiftup_core_woo_dropdown_cart .widget_shopping_cart_content,
.qodef-skin--blur .widget_shopping_cart .qodef-widget-dropdown-cart-content,
.qodef-skin--blur .widget_shopping_cart .widget_shopping_cart_content {
    background-color: rgba(255, 255, 255, .5) !important
}

.qodef-skin--blur .widget_shiftup_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content .qodef-m-posts-not-found,
.qodef-skin--blur .widget_shiftup_core_woo_dropdown_cart .widget_shopping_cart_content .qodef-m-posts-not-found,
.qodef-skin--blur .widget_shopping_cart .qodef-widget-dropdown-cart-content .qodef-m-posts-not-found,
.qodef-skin--blur .widget_shopping_cart .widget_shopping_cart_content .qodef-m-posts-not-found {
    color: var(--qode-header-light-color)
}

.qodef-skin--light .widget_shiftup_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content,
.qodef-skin--light .widget_shiftup_core_woo_dropdown_cart .widget_shopping_cart_content,
.qodef-skin--light .widget_shopping_cart .qodef-widget-dropdown-cart-content,
.qodef-skin--light .widget_shopping_cart .widget_shopping_cart_content {
    background: rgba(209, 209, 209, .25) !important
}

.qodef-skin--light .widget_shiftup_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content .qodef-m-posts-not-found,
.qodef-skin--light .widget_shiftup_core_woo_dropdown_cart .widget_shopping_cart_content .qodef-m-posts-not-found,
.qodef-skin--light .widget_shopping_cart .qodef-widget-dropdown-cart-content .qodef-m-posts-not-found,
.qodef-skin--light .widget_shopping_cart .widget_shopping_cart_content .qodef-m-posts-not-found {
    color: var(--qode-header-light-color)
}

.qodef-skin--dark .widget_shiftup_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content,
.qodef-skin--dark .widget_shiftup_core_woo_dropdown_cart .widget_shopping_cart_content,
.qodef-skin--dark .widget_shopping_cart .qodef-widget-dropdown-cart-content,
.qodef-skin--dark .widget_shopping_cart .widget_shopping_cart_content {
    background-color: rgba(255, 255, 255, .8)
}

.widget_shiftup_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content>*,
.widget_shiftup_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_shiftup_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content .qodef-m-posts-not-found,
.widget_shiftup_core_woo_dropdown_cart .widget_shopping_cart_content .qodef-m-posts-not-found,
.widget_shopping_cart .qodef-widget-dropdown-cart-content .qodef-m-posts-not-found,
.widget_shopping_cart .widget_shopping_cart_content .qodef-m-posts-not-found {
    padding: 17px 0 !important;
    text-align: center;
    line-height: 1
}

.widget_shiftup_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content .blockUI,
.widget_shiftup_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_shiftup_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item,
.widget_shiftup_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item,
.widget_shiftup_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item,
.widget_shiftup_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 14px 0;
    position: relative
}

.widget_shiftup_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item:last-of-type,
.widget_shiftup_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item:last-of-type,
.widget_shiftup_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item:last-of-type,
.widget_shiftup_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_shiftup_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item img,
.widget_shiftup_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item img,
.widget_shiftup_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item img,
.widget_shiftup_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: 70px;
    height: 70px;
    -o-object-fit: cover;
    object-fit: cover
}

.widget_shiftup_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove,
.widget_shiftup_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove,
.widget_shiftup_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove,
.widget_shiftup_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 {
    font-size: 20px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 18px;
    z-index: 5
}

.widget_shiftup_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove .qodef-svg--close-small,
.widget_shiftup_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove .qodef-svg--close-small,
.widget_shiftup_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove .qodef-svg--close-small,
.widget_shiftup_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove .qodef-svg--close-small,
.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove .qodef-svg--close-small,
.widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove .qodef-svg--close-small,
.widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove .qodef-svg--close-small,
.widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove .qodef-svg--close-small {
    display: block
}

.widget_shiftup_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .variation,
.widget_shiftup_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .variation,
.widget_shiftup_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .variation,
.widget_shiftup_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_shiftup_core_woo_dropdown_cart .woocommerce-mini-cart-item img,
.widget_shopping_cart .woocommerce-mini-cart-item img {
    float: left;
    vertical-align: top
}

.widget_shiftup_core_woo_dropdown_cart .woocommerce-mini-cart-item a,
.widget_shopping_cart .woocommerce-mini-cart-item a {
    font-family: Oxanium, cursive;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 1.53em;
    letter-spacing: .05em;
    display: block
}

.widget_shiftup_core_woo_dropdown_cart .woocommerce-mini-cart-item:after,
.widget_shopping_cart .woocommerce-mini-cart-item:after {
    clear: both;
    content: '';
    display: table
}

.widget_shiftup_core_woo_dropdown_cart .qodef-woo-mini-cart,
.widget_shopping_cart .qodef-woo-mini-cart {
    max-height: 50vh;
    overflow: hidden;
    position: relative;
    padding-top: 30px !important
}

.widget_shiftup_core_woo_dropdown_cart .qodef-woo-mini-cart-item,
.widget_shopping_cart .qodef-woo-mini-cart-item {
    display: flex
}

.widget_shiftup_core_woo_dropdown_cart .qodef-woo-mini-cart-item .qodef-e-image,
.widget_shopping_cart .qodef-woo-mini-cart-item .qodef-e-image {
    flex-shrink: 0
}

.widget_shiftup_core_woo_dropdown_cart .qodef-woo-mini-cart-item .qodef-e-image a,
.widget_shopping_cart .qodef-woo-mini-cart-item .qodef-e-image a {
    display: block
}

.widget_shiftup_core_woo_dropdown_cart .qodef-woo-mini-cart-item .qodef-e-content,
.widget_shopping_cart .qodef-woo-mini-cart-item .qodef-e-content {
    padding: 0 20px 0 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.widget_shiftup_core_woo_dropdown_cart .qodef-woo-mini-cart-item .qodef-e-title,
.widget_shopping_cart .qodef-woo-mini-cart-item .qodef-e-title {
    margin: 0;
    font-size: 15px
}

.qodef-skin--light .widget_shiftup_core_woo_dropdown_cart .qodef-woo-mini-cart-item .qodef-e-title a,
.qodef-skin--light .widget_shopping_cart .qodef-woo-mini-cart-item .qodef-e-title a {
    color: var(--qode-header-light-color)
}

.widget_shiftup_core_woo_dropdown_cart .qodef-woo-mini-cart-item .qodef-e-price,
.widget_shopping_cart .qodef-woo-mini-cart-item .qodef-e-price {
    margin: 0
}

.widget_shiftup_core_woo_dropdown_cart .qodef-woo-mini-cart-item .qodef-e-quantity,
.widget_shopping_cart .qodef-woo-mini-cart-item .qodef-e-quantity {
    margin: 0;
    color: #000;
    font-family: Oxanium, cursive;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    font-size: 13px;
    line-height: 1.53em;
    letter-spacing: .05em
}

.qodef-page-dark-skin .widget_shiftup_core_woo_dropdown_cart .qodef-woo-mini-cart-item .qodef-e-quantity,
.qodef-page-dark-skin .widget_shopping_cart .qodef-woo-mini-cart-item .qodef-e-quantity {
    color: #fff
}

.qodef-skin--light .widget_shiftup_core_woo_dropdown_cart .qodef-woo-mini-cart-item .qodef-e-quantity,
.qodef-skin--light .widget_shopping_cart .qodef-woo-mini-cart-item .qodef-e-quantity {
    color: var(--qode-header-light-color)
}

.widget_shiftup_core_woo_dropdown_cart .qodef-m-order-details,
.widget_shiftup_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: 42px 0 0 0;
    padding: 20px 30px !important;
    background-color: var(--qode-main-color)
}

.widget_shiftup_core_woo_dropdown_cart .qodef-m-order-details strong,
.widget_shiftup_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-family: Oxanium, cursive;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    font-size: 13px;
    line-height: 1.53em;
    letter-spacing: .05em;
    font-size: 15px;
    color: #fff !important
}

.widget_shiftup_core_woo_dropdown_cart .qodef-m-order-details .amount,
.widget_shiftup_core_woo_dropdown_cart .woocommerce-mini-cart__total .amount,
.widget_shopping_cart .qodef-m-order-details .amount,
.widget_shopping_cart .woocommerce-mini-cart__total .amount {
    font-family: Oxanium, cursive;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    font-size: 13px;
    line-height: 1.53em;
    letter-spacing: .05em;
    font-size: 15px;
    color: #fff
}

.widget_shiftup_core_woo_dropdown_cart .qodef-m-action,
.widget_shiftup_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: space-between;
    margin: 0;
    padding: 0 !important;
    width: 100%
}

.widget_shiftup_core_woo_dropdown_cart .qodef-m-action a,
.widget_shiftup_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: Oxanium, cursive;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    font-size: 13px;
    line-height: 1.53em;
    letter-spacing: .05em;
    font-size: 15px;
    line-height: 1.2em;
    position: relative;
    display: inline-flex;
    vertical-align: middle;
    width: auto;
    margin: 0;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 0;
    outline: 0;
    transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
    padding: 22px 44px 18px 41px;
    width: 100%;
    text-align: center;
    display: block;
    padding: 40px 42px;
    background: 0 0
}

.qodef-page-dark-skin .widget_shiftup_core_woo_dropdown_cart .qodef-m-action a,
.qodef-page-dark-skin .widget_shiftup_core_woo_dropdown_cart .woocommerce-mini-cart__buttons a,
.qodef-page-dark-skin .widget_shopping_cart .qodef-m-action a,
.qodef-page-dark-skin .widget_shopping_cart .woocommerce-mini-cart__buttons a {
    color: #fff
}

.qodef-skin--light .widget_shiftup_core_woo_dropdown_cart .qodef-m-action a,
.qodef-skin--light .widget_shiftup_core_woo_dropdown_cart .woocommerce-mini-cart__buttons a,
.qodef-skin--light .widget_shopping_cart .qodef-m-action a,
.qodef-skin--light .widget_shopping_cart .woocommerce-mini-cart__buttons a {
    color: var(--qode-header-light-color)
}

.widget_shiftup_core_woo_dropdown_cart .qodef-m-action a .qodef-m-text,
.widget_shiftup_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;
    padding-left: 28px
}

.widget_shiftup_core_woo_dropdown_cart .qodef-m-action a .qodef-m-text:before,
.widget_shiftup_core_woo_dropdown_cart .woocommerce-mini-cart__buttons a .qodef-m-text:before,
.widget_shopping_cart .qodef-m-action a .qodef-m-text:before,
.widget_shopping_cart .woocommerce-mini-cart__buttons a .qodef-m-text:before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 14px;
    height: 14px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0Ij4NCiAgPGcgaWQ9IlBsdXNfSWNvbiIgZGF0YS1uYW1lPSJQbHVzIEljb24iIHRyYW5zZm9ybT0idHJhbnNsYXRlKC03NjEgLTE3NDgpIj4NCiAgICA8cmVjdCBpZD0iTGluZV9IIiBkYXRhLW5hbWU9IkxpbmUgSCIgd2lkdGg9IjE0IiBoZWlnaHQ9IjIiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDc2MSAxNzU0KSIvPg0KICAgIDxyZWN0IGlkPSJMaW5lX1YiIGRhdGEtbmFtZT0iTGluZSBWIiB3aWR0aD0iMiIgaGVpZ2h0PSIxNCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNzY3IDE3NDgpIi8+DQogIDwvZz4NCjwvc3ZnPg0K);
    background-position: center;
    background-size: 100%;
    margin-right: 14px;
    top: -1px;
    left: 0;
    transform: rotate(0);
    transition: all .35s
}

.qodef-page-dark-skin .widget_shiftup_core_woo_dropdown_cart .qodef-m-action a .qodef-m-text:before,
.qodef-page-dark-skin .widget_shiftup_core_woo_dropdown_cart .woocommerce-mini-cart__buttons a .qodef-m-text:before,
.qodef-page-dark-skin .widget_shopping_cart .qodef-m-action a .qodef-m-text:before,
.qodef-page-dark-skin .widget_shopping_cart .woocommerce-mini-cart__buttons a .qodef-m-text:before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0Ij4NCiAgPGcgaWQ9IlBsdXNfSWNvbl93aGl0ZSIgZGF0YS1uYW1lPSJQbHVzIEljb24gd2hpdGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC03NjEgLTE3NDgpIj4NCiAgICA8cmVjdCBpZD0iTGluZV9IIiBkYXRhLW5hbWU9IkxpbmUgSCIgd2lkdGg9IjE0IiBoZWlnaHQ9IjIiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDc2MSAxNzU0KSIgZmlsbD0iI2ZmZiIvPg0KICAgIDxyZWN0IGlkPSJMaW5lX1YiIGRhdGEtbmFtZT0iTGluZSBWIiB3aWR0aD0iMiIgaGVpZ2h0PSIxNCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNzY3IDE3NDgpIiBmaWxsPSIjZmZmIi8+DQogIDwvZz4NCjwvc3ZnPg0K) !important
}

.qodef-header-skin--light .widget_shiftup_core_woo_dropdown_cart .qodef-m-action a .qodef-m-text:before,
.qodef-header-skin--light .widget_shiftup_core_woo_dropdown_cart .woocommerce-mini-cart__buttons a .qodef-m-text:before,
.qodef-header-skin--light .widget_shopping_cart .qodef-m-action a .qodef-m-text:before,
.qodef-header-skin--light .widget_shopping_cart .woocommerce-mini-cart__buttons a .qodef-m-text:before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0Ij4NCiAgPGcgaWQ9IlBsdXNfSWNvbl93aGl0ZSIgZGF0YS1uYW1lPSJQbHVzIEljb24gd2hpdGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC03NjEgLTE3NDgpIj4NCiAgICA8cmVjdCBpZD0iTGluZV9IIiBkYXRhLW5hbWU9IkxpbmUgSCIgd2lkdGg9IjE0IiBoZWlnaHQ9IjIiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDc2MSAxNzU0KSIgZmlsbD0iI2ZmZiIvPg0KICAgIDxyZWN0IGlkPSJMaW5lX1YiIGRhdGEtbmFtZT0iTGluZSBWIiB3aWR0aD0iMiIgaGVpZ2h0PSIxNCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNzY3IDE3NDgpIiBmaWxsPSIjZmZmIi8+DQogIDwvZz4NCjwvc3ZnPg0K) !important
}

.widget_shiftup_core_woo_dropdown_cart .qodef-m-action a:hover .qodef-m-text:before,
.widget_shiftup_core_woo_dropdown_cart .woocommerce-mini-cart__buttons a:hover .qodef-m-text:before,
.widget_shopping_cart .qodef-m-action a:hover .qodef-m-text:before,
.widget_shopping_cart .woocommerce-mini-cart__buttons a:hover .qodef-m-text:before {
    transform: rotate(-90deg)
}

.widget_shiftup_core_woo_dropdown_cart .woocommerce-mini-cart__buttons,
.widget_shopping_cart .woocommerce-mini-cart__buttons {
    flex-direction: column
}

.widget_shiftup_core_woo_dropdown_cart .woocommerce-mini-cart__buttons a,
.widget_shopping_cart .woocommerce-mini-cart__buttons a {
    width: 100% !important;
    justify-content: center
}

.widget_shiftup_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_shiftup_core_woo_dropdown_cart:hover .qodef-widget-dropdown-cart-content,
header .widget_shiftup_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;
    border: 0
}

.widget_shiftup_core_woo_dropdown_cart,
.widget_shopping_cart {
    color: #9a9a9a
}

.widget_shiftup_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content,
.widget_shiftup_core_woo_dropdown_cart .widget_shopping_cart_content,
.widget_shopping_cart .qodef-widget-dropdown-cart-content,
.widget_shopping_cart .widget_shopping_cart_content {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: rgba(255, 255, 255, .8)
}

.qodef-page-blur-skin .widget_shiftup_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content,
.qodef-page-blur-skin .widget_shiftup_core_woo_dropdown_cart .widget_shopping_cart_content,
.qodef-page-blur-skin .widget_shopping_cart .qodef-widget-dropdown-cart-content,
.qodef-page-blur-skin .widget_shopping_cart .widget_shopping_cart_content {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: rgba(255, 255, 255, 0)
}

.widget_shiftup_core_woo_dropdown_cart .woocommerce-mini-cart-item a,
.widget_shopping_cart .woocommerce-mini-cart-item a {
    color: #000
}

.widget_shiftup_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_shiftup_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-e-title a,
.widget_shopping_cart .qodef-woo-mini-cart .qodef-e-title a {
    color: #000
}

.qodef-page-dark-skin .widget_shiftup_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-e-title a,
.qodef-page-dark-skin .widget_shopping_cart .qodef-woo-mini-cart .qodef-e-title a {
    color: #fff
}

.widget_shiftup_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_shiftup_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove,
.widget_shiftup_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove,
.widget_shiftup_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove,
.widget_shiftup_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: #000
}

.qodef-page-dark-skin .widget_shiftup_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove svg,
.qodef-page-dark-skin .widget_shiftup_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove svg,
.qodef-page-dark-skin .widget_shiftup_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove svg,
.qodef-page-dark-skin .widget_shiftup_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove svg,
.qodef-page-dark-skin .widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove svg,
.qodef-page-dark-skin .widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove svg,
.qodef-page-dark-skin .widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove svg,
.qodef-page-dark-skin .widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove svg {
    fill: #fff
}

.qodef-skin--light .widget_shiftup_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove svg,
.qodef-skin--light .widget_shiftup_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove svg,
.qodef-skin--light .widget_shiftup_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove svg,
.qodef-skin--light .widget_shiftup_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove svg,
.qodef-skin--light .widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove svg,
.qodef-skin--light .widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove svg,
.qodef-skin--light .widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove svg,
.qodef-skin--light .widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove svg {
    fill: #fff
}

.widget_shiftup_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove:hover,
.widget_shiftup_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove:hover,
.widget_shiftup_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove:hover,
.widget_shiftup_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) !important
}

.widget_shiftup_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove:hover svg,
.widget_shiftup_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove:hover svg,
.widget_shiftup_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove:hover svg,
.widget_shiftup_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove:hover svg,
.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove:hover svg,
.widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove:hover svg,
.widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove:hover svg,
.widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove:hover svg {
    fill: var(--qode-main-color)
}

.qodef-page-dark-skin .widget_shiftup_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove:hover svg,
.qodef-page-dark-skin .widget_shiftup_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove:hover svg,
.qodef-page-dark-skin .widget_shiftup_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove:hover svg,
.qodef-page-dark-skin .widget_shiftup_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove:hover svg,
.qodef-page-dark-skin .widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove:hover svg,
.qodef-page-dark-skin .widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove:hover svg,
.qodef-page-dark-skin .widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove:hover svg,
.qodef-page-dark-skin .widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove:hover svg {
    fill: var(--qode-main-color)
}

.qodef-skin--light .widget_shiftup_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove:hover svg,
.qodef-skin--light .widget_shiftup_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove:hover svg,
.qodef-skin--light .widget_shiftup_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove:hover svg,
.qodef-skin--light .widget_shiftup_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove:hover svg,
.qodef-skin--light .widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove:hover svg,
.qodef-skin--light .widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove:hover svg,
.qodef-skin--light .widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove:hover svg,
.qodef-skin--light .widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove:hover svg {
    fill: var(--qode-main-color)
}

.widget_shiftup_core_woo_dropdown_cart .qodef-m-order-details strong,
.widget_shiftup_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: #000
}

#qodef-top-area .widget_shiftup_core_woo_dropdown_cart,
#qodef-top-area .widget_shopping_cart {
    color: #fff
}

#qodef-top-area .widget_shiftup_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content,
#qodef-top-area .widget_shiftup_core_woo_dropdown_cart .widget_shopping_cart_content,
#qodef-top-area .widget_shopping_cart .qodef-widget-dropdown-cart-content,
#qodef-top-area .widget_shopping_cart .widget_shopping_cart_content {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: rgba(255, 255, 255, .8)
}

.qodef-page-blur-skin #qodef-top-area .widget_shiftup_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content,
.qodef-page-blur-skin #qodef-top-area .widget_shiftup_core_woo_dropdown_cart .widget_shopping_cart_content,
.qodef-page-blur-skin #qodef-top-area .widget_shopping_cart .qodef-widget-dropdown-cart-content,
.qodef-page-blur-skin #qodef-top-area .widget_shopping_cart .widget_shopping_cart_content {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: rgba(255, 255, 255, 0)
}

.qodef-page-dark-skin #qodef-top-area .widget_shiftup_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-e-title a,
.qodef-page-dark-skin #qodef-top-area .widget_shopping_cart .qodef-woo-mini-cart .qodef-e-title a {
    color: #fff
}

.qodef-page-dark-skin #qodef-top-area .widget_shiftup_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove svg,
.qodef-page-dark-skin #qodef-top-area .widget_shiftup_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove svg,
.qodef-page-dark-skin #qodef-top-area .widget_shiftup_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove svg,
.qodef-page-dark-skin #qodef-top-area .widget_shiftup_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove svg,
.qodef-page-dark-skin #qodef-top-area .widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove svg,
.qodef-page-dark-skin #qodef-top-area .widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove svg,
.qodef-page-dark-skin #qodef-top-area .widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove svg,
.qodef-page-dark-skin #qodef-top-area .widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove svg {
    fill: #fff
}

.qodef-skin--light #qodef-top-area .widget_shiftup_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove svg,
.qodef-skin--light #qodef-top-area .widget_shiftup_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove svg,
.qodef-skin--light #qodef-top-area .widget_shiftup_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove svg,
.qodef-skin--light #qodef-top-area .widget_shiftup_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove svg,
.qodef-skin--light #qodef-top-area .widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove svg,
.qodef-skin--light #qodef-top-area .widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove svg,
.qodef-skin--light #qodef-top-area .widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove svg,
.qodef-skin--light #qodef-top-area .widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove svg {
    fill: #fff
}

#qodef-page-footer .widget_shiftup_core_woo_dropdown_cart,
#qodef-page-footer .widget_shopping_cart {
    color: #ccc
}

#qodef-page-footer .widget_shiftup_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content,
#qodef-page-footer .widget_shiftup_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 {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: rgba(255, 255, 255, .8)
}

.qodef-page-blur-skin #qodef-page-footer .widget_shiftup_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content,
.qodef-page-blur-skin #qodef-page-footer .widget_shiftup_core_woo_dropdown_cart .widget_shopping_cart_content,
.qodef-page-blur-skin #qodef-page-footer .widget_shopping_cart .qodef-widget-dropdown-cart-content,
.qodef-page-blur-skin #qodef-page-footer .widget_shopping_cart .widget_shopping_cart_content {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: rgba(255, 255, 255, 0)
}

#qodef-page-footer .widget_shiftup_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_shiftup_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_shiftup_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-dark-skin #qodef-page-footer .widget_shiftup_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-e-title a,
.qodef-page-dark-skin #qodef-page-footer .widget_shopping_cart .qodef-woo-mini-cart .qodef-e-title a {
    color: #fff
}

#qodef-page-footer .widget_shiftup_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_shiftup_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove,
#qodef-page-footer .widget_shiftup_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove,
#qodef-page-footer .widget_shiftup_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove,
#qodef-page-footer .widget_shiftup_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-dark-skin #qodef-page-footer .widget_shiftup_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove svg,
.qodef-page-dark-skin #qodef-page-footer .widget_shiftup_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove svg,
.qodef-page-dark-skin #qodef-page-footer .widget_shiftup_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove svg,
.qodef-page-dark-skin #qodef-page-footer .widget_shiftup_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove svg,
.qodef-page-dark-skin #qodef-page-footer .widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove svg,
.qodef-page-dark-skin #qodef-page-footer .widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove svg,
.qodef-page-dark-skin #qodef-page-footer .widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove svg,
.qodef-page-dark-skin #qodef-page-footer .widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove svg {
    fill: #fff
}

.qodef-skin--light #qodef-page-footer .widget_shiftup_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove svg,
.qodef-skin--light #qodef-page-footer .widget_shiftup_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove svg,
.qodef-skin--light #qodef-page-footer .widget_shiftup_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove svg,
.qodef-skin--light #qodef-page-footer .widget_shiftup_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove svg,
.qodef-skin--light #qodef-page-footer .widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove svg,
.qodef-skin--light #qodef-page-footer .widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove svg,
.qodef-skin--light #qodef-page-footer .widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove svg,
.qodef-skin--light #qodef-page-footer .widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove svg {
    fill: #fff
}

#qodef-page-footer .widget_shiftup_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove:hover,
#qodef-page-footer .widget_shiftup_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove:hover,
#qodef-page-footer .widget_shiftup_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove:hover,
#qodef-page-footer .widget_shiftup_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 !important
}

#qodef-page-footer .widget_shiftup_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove:hover svg,
#qodef-page-footer .widget_shiftup_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove:hover svg,
#qodef-page-footer .widget_shiftup_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove:hover svg,
#qodef-page-footer .widget_shiftup_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove:hover svg,
#qodef-page-footer .widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove:hover svg,
#qodef-page-footer .widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove:hover svg,
#qodef-page-footer .widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove:hover svg,
#qodef-page-footer .widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove:hover svg {
    fill: #fff
}

.qodef-page-dark-skin #qodef-page-footer .widget_shiftup_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove:hover svg,
.qodef-page-dark-skin #qodef-page-footer .widget_shiftup_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove:hover svg,
.qodef-page-dark-skin #qodef-page-footer .widget_shiftup_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove:hover svg,
.qodef-page-dark-skin #qodef-page-footer .widget_shiftup_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove:hover svg,
.qodef-page-dark-skin #qodef-page-footer .widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove:hover svg,
.qodef-page-dark-skin #qodef-page-footer .widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove:hover svg,
.qodef-page-dark-skin #qodef-page-footer .widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove:hover svg,
.qodef-page-dark-skin #qodef-page-footer .widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove:hover svg {
    fill: #fff
}

.qodef-skin--light #qodef-page-footer .widget_shiftup_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove:hover svg,
.qodef-skin--light #qodef-page-footer .widget_shiftup_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove:hover svg,
.qodef-skin--light #qodef-page-footer .widget_shiftup_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove:hover svg,
.qodef-skin--light #qodef-page-footer .widget_shiftup_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove:hover svg,
.qodef-skin--light #qodef-page-footer .widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove:hover svg,
.qodef-skin--light #qodef-page-footer .widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove:hover svg,
.qodef-skin--light #qodef-page-footer .widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove:hover svg,
.qodef-skin--light #qodef-page-footer .widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove:hover svg {
    fill: #fff
}

#qodef-page-footer .widget_shiftup_core_woo_dropdown_cart .qodef-m-order-details strong,
#qodef-page-footer .widget_shiftup_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_shiftup_core_woo_dropdown_cart,
#qodef-side-area .widget_shopping_cart {
    color: #fff
}

#qodef-side-area .widget_shiftup_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content,
#qodef-side-area .widget_shiftup_core_woo_dropdown_cart .widget_shopping_cart_content,
#qodef-side-area .widget_shopping_cart .qodef-widget-dropdown-cart-content,
#qodef-side-area .widget_shopping_cart .widget_shopping_cart_content {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: rgba(255, 255, 255, .8)
}

.qodef-page-blur-skin #qodef-side-area .widget_shiftup_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content,
.qodef-page-blur-skin #qodef-side-area .widget_shiftup_core_woo_dropdown_cart .widget_shopping_cart_content,
.qodef-page-blur-skin #qodef-side-area .widget_shopping_cart .qodef-widget-dropdown-cart-content,
.qodef-page-blur-skin #qodef-side-area .widget_shopping_cart .widget_shopping_cart_content {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: rgba(255, 255, 255, 0)
}

.qodef-page-dark-skin #qodef-side-area .widget_shiftup_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-e-title a,
.qodef-page-dark-skin #qodef-side-area .widget_shopping_cart .qodef-woo-mini-cart .qodef-e-title a {
    color: #fff
}

.qodef-page-dark-skin #qodef-side-area .widget_shiftup_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove svg,
.qodef-page-dark-skin #qodef-side-area .widget_shiftup_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove svg,
.qodef-page-dark-skin #qodef-side-area .widget_shiftup_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove svg,
.qodef-page-dark-skin #qodef-side-area .widget_shiftup_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove svg,
.qodef-page-dark-skin #qodef-side-area .widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove svg,
.qodef-page-dark-skin #qodef-side-area .widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove svg,
.qodef-page-dark-skin #qodef-side-area .widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove svg,
.qodef-page-dark-skin #qodef-side-area .widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove svg {
    fill: #fff
}

.qodef-skin--light #qodef-side-area .widget_shiftup_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove svg,
.qodef-skin--light #qodef-side-area .widget_shiftup_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove svg,
.qodef-skin--light #qodef-side-area .widget_shiftup_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove svg,
.qodef-skin--light #qodef-side-area .widget_shiftup_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove svg,
.qodef-skin--light #qodef-side-area .widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove svg,
.qodef-skin--light #qodef-side-area .widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove svg,
.qodef-skin--light #qodef-side-area .widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove svg,
.qodef-skin--light #qodef-side-area .widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove svg {
    fill: #fff
}

.qodef-mega-menu-widget-holder .widget_shiftup_core_woo_dropdown_cart,
.qodef-mega-menu-widget-holder .widget_shopping_cart {
    color: #fff
}

.qodef-mega-menu-widget-holder .widget_shiftup_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content,
.qodef-mega-menu-widget-holder .widget_shiftup_core_woo_dropdown_cart .widget_shopping_cart_content,
.qodef-mega-menu-widget-holder .widget_shopping_cart .qodef-widget-dropdown-cart-content,
.qodef-mega-menu-widget-holder .widget_shopping_cart .widget_shopping_cart_content {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: rgba(255, 255, 255, .8)
}

.qodef-page-blur-skin .qodef-mega-menu-widget-holder .widget_shiftup_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content,
.qodef-page-blur-skin .qodef-mega-menu-widget-holder .widget_shiftup_core_woo_dropdown_cart .widget_shopping_cart_content,
.qodef-page-blur-skin .qodef-mega-menu-widget-holder .widget_shopping_cart .qodef-widget-dropdown-cart-content,
.qodef-page-blur-skin .qodef-mega-menu-widget-holder .widget_shopping_cart .widget_shopping_cart_content {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: rgba(255, 255, 255, 0)
}

.qodef-page-dark-skin .qodef-mega-menu-widget-holder .widget_shiftup_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-e-title a,
.qodef-page-dark-skin .qodef-mega-menu-widget-holder .widget_shopping_cart .qodef-woo-mini-cart .qodef-e-title a {
    color: #fff
}

.qodef-page-dark-skin .qodef-mega-menu-widget-holder .widget_shiftup_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove svg,
.qodef-page-dark-skin .qodef-mega-menu-widget-holder .widget_shiftup_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove svg,
.qodef-page-dark-skin .qodef-mega-menu-widget-holder .widget_shiftup_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove svg,
.qodef-page-dark-skin .qodef-mega-menu-widget-holder .widget_shiftup_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove svg,
.qodef-page-dark-skin .qodef-mega-menu-widget-holder .widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove svg,
.qodef-page-dark-skin .qodef-mega-menu-widget-holder .widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove svg,
.qodef-page-dark-skin .qodef-mega-menu-widget-holder .widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove svg,
.qodef-page-dark-skin .qodef-mega-menu-widget-holder .widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove svg {
    fill: #fff
}

.qodef-skin--light .qodef-mega-menu-widget-holder .widget_shiftup_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove svg,
.qodef-skin--light .qodef-mega-menu-widget-holder .widget_shiftup_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove svg,
.qodef-skin--light .qodef-mega-menu-widget-holder .widget_shiftup_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove svg,
.qodef-skin--light .qodef-mega-menu-widget-holder .widget_shiftup_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove svg,
.qodef-skin--light .qodef-mega-menu-widget-holder .widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove svg,
.qodef-skin--light .qodef-mega-menu-widget-holder .widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove svg,
.qodef-skin--light .qodef-mega-menu-widget-holder .widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove svg,
.qodef-skin--light .qodef-mega-menu-widget-holder .widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove svg {
    fill: #fff
}

#qodef-content-bottom .widget_shiftup_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content,
#qodef-content-bottom .widget_shiftup_core_woo_dropdown_cart .widget_shopping_cart_content,
#qodef-content-bottom .widget_shopping_cart .qodef-widget-dropdown-cart-content,
#qodef-content-bottom .widget_shopping_cart .widget_shopping_cart_content {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: rgba(255, 255, 255, .8)
}

.qodef-page-blur-skin #qodef-content-bottom .widget_shiftup_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content,
.qodef-page-blur-skin #qodef-content-bottom .widget_shiftup_core_woo_dropdown_cart .widget_shopping_cart_content,
.qodef-page-blur-skin #qodef-content-bottom .widget_shopping_cart .qodef-widget-dropdown-cart-content,
.qodef-page-blur-skin #qodef-content-bottom .widget_shopping_cart .widget_shopping_cart_content {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: rgba(255, 255, 255, 0)
}

.qodef-page-dark-skin #qodef-content-bottom .widget_shiftup_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-e-title a,
.qodef-page-dark-skin #qodef-content-bottom .widget_shopping_cart .qodef-woo-mini-cart .qodef-e-title a {
    color: #fff
}

.qodef-page-dark-skin #qodef-content-bottom .widget_shiftup_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove svg,
.qodef-page-dark-skin #qodef-content-bottom .widget_shiftup_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove svg,
.qodef-page-dark-skin #qodef-content-bottom .widget_shiftup_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove svg,
.qodef-page-dark-skin #qodef-content-bottom .widget_shiftup_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove svg,
.qodef-page-dark-skin #qodef-content-bottom .widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove svg,
.qodef-page-dark-skin #qodef-content-bottom .widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove svg,
.qodef-page-dark-skin #qodef-content-bottom .widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove svg,
.qodef-page-dark-skin #qodef-content-bottom .widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove svg {
    fill: #fff
}

.qodef-skin--light #qodef-content-bottom .widget_shiftup_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove svg,
.qodef-skin--light #qodef-content-bottom .widget_shiftup_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove svg,
.qodef-skin--light #qodef-content-bottom .widget_shiftup_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove svg,
.qodef-skin--light #qodef-content-bottom .widget_shiftup_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove svg,
.qodef-skin--light #qodef-content-bottom .widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove svg,
.qodef-skin--light #qodef-content-bottom .widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove svg,
.qodef-skin--light #qodef-content-bottom .widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove svg,
.qodef-skin--light #qodef-content-bottom .widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove svg {
    fill: #fff
}

.widget_shiftup_core_woo_side_area_cart {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%
}

.widget_shiftup_core_woo_side_area_cart .qodef-widget-side-area-cart-inner {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    margin-top: 7px
}

.widget_shiftup_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_shiftup_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-opener {
    align-items: center;
    cursor: pointer;
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0
}

.widget_shiftup_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-opener-label {
    font-family: Oxanium, cursive;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    font-size: 13px;
    line-height: 1.53em;
    letter-spacing: .05em;
    font-size: 15px
}

.widget_shiftup_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-opener-count {
    font-size: 11px;
    background-color: var(--qode-main-color);
    width: 16px;
    height: 16px;
    text-align: center;
    line-height: 1.4;
    color: #fff;
    position: relative;
    top: -1px;
    margin-left: 7px
}

.widget_shiftup_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 #e1e1e1;
    overflow: hidden;
    visibility: hidden;
    z-index: 9999;
    transition: all .6s cubic-bezier(.77, 0, .175, 1)
}

.admin-bar .widget_shiftup_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-widget-side-area-cart-content {
    top: 32px;
    height: calc(100vh - 32px)
}

.widget_shiftup_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_shiftup_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-posts-not-found {
    padding: 0 35px
}

.widget_shiftup_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_shiftup_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_shiftup_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-woo-side-area-cart-item:first-child {
    margin-top: 0
}

.widget_shiftup_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-e-image {
    flex-shrink: 0;
    width: 80px;
    margin-right: 20px
}

.widget_shiftup_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-e-image a,
.widget_shiftup_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-e-image img {
    display: block
}

.widget_shiftup_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-e-content {
    width: 100%;
    padding-right: 20px
}

.widget_shiftup_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-e-title {
    margin: 0
}

.widget_shiftup_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-e-price {
    margin: 3px 0 0
}

.widget_shiftup_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-e-quantity {
    margin: 3px 0 0
}

.widget_shiftup_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_shiftup_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_shiftup_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-order-details>* {
    margin: 0
}

.widget_shiftup_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-action {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%
}

.widget_shiftup_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-action-link {
    font-family: Oxanium, cursive;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    font-size: 13px;
    line-height: 1.53em;
    letter-spacing: .05em;
    font-size: 15px;
    line-height: 1.2em;
    position: relative;
    display: inline-flex;
    vertical-align: middle;
    width: auto;
    margin: 0;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 0;
    outline: 0;
    transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
    color: #000;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background: rgba(209, 209, 209, .25);
    border: 0
}

.widget_shiftup_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-action-link:after {
    content: "";
    position: absolute;
    background-color: var(--qode-main-color);
    left: 0;
    top: 0;
    width: 6px;
    height: 100%;
    z-index: -1;
    transition: width .4s
}

.widget_shiftup_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-action-link:hover {
    color: #fff
}

.widget_shiftup_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-action-link:hover:hover:after {
    width: 100%;
    transition: width .4s
}

.widget_shiftup_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-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 .15s 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 .15s 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--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-masonry-gallery-list .qodef-e-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-masonry-gallery-list .qodef-e-media-image {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-masonry-gallery-list .qodef-e-media-image img {
    display: block
}

.qodef-masonry-gallery-list .qodef-e-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column
}

.qodef-masonry-gallery-list .qodef-e-title {
    margin: 0
}

.qodef-masonry-gallery-list .qodef-e-text {
    margin: 16px 0 0
}

.qodef-masonry-gallery-list .qodef-e-button {
    margin: 21px 0 0
}

.qodef-masonry-gallery-list .qodef-e-button a {
    position: relative;
    z-index: 2
}

.qodef-masonry-gallery-list .qodef-e-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.qodef-masonry-gallery-list.qodef-items--fixed .qodef-e-media-image {
    height: 100%
}

.qodef-masonry-gallery-list .qodef-layout--standard .qodef-e-content {
    align-items: center;
    justify-content: center
}

.touchevents .qodef-masonry-gallery-list .qodef-layout--textual .qodef-e-inner {
    cursor: pointer
}

.qodef-masonry-gallery-list .qodef-layout--textual .qodef-e-inner:hover .qodef-e-content {
    opacity: 1
}

.qodef-masonry-gallery-list .qodef-layout--textual .qodef-e-content {
    padding: 30px 40px;
    background-color: rgba(0, 0, 0, .3);
    opacity: 0;
    transition: opacity .2s ease-out
}

.qodef-portfolio-single {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-portfolio-single .qodef-media iframe {
    max-height: calc(56.25vw)
}

.qodef-portfolio-single .qodef-swiper-container .swiper-button-next,
.qodef-portfolio-single .qodef-swiper-container .swiper-button-prev {
    width: 37px !important;
    height: auto !important;
    background-color: transparent !important;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    position: absolute
}

.qodef-portfolio-single .qodef-swiper-container .swiper-button-next:before,
.qodef-portfolio-single .qodef-swiper-container .swiper-button-prev:before {
    display: none
}

.qodef-portfolio-single .qodef-portfolio-title {
    margin: 0 0 -4px;
    font-size: 64px
}

.qodef-portfolio-single .qodef-portfolio-info>div {
    display: flex;
    align-items: baseline;
    margin-bottom: 0
}

.qodef-portfolio-single .qodef-portfolio-info>div:last-child {
    margin-bottom: 0
}

.qodef-portfolio-single .qodef-portfolio-info .qodef-info--date {
    font-family: Oxanium, cursive;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    font-size: 13px;
    line-height: 1.53em;
    letter-spacing: .05em;
    color: #9a9a9a
}

.qodef-portfolio-single .qodef-portfolio-info .qodef-info--date p {
    margin: 0;
    color: #9a9a9a
}

.qodef-portfolio-single .qodef-portfolio-info .qodef-e-label {
    margin: 0 16px 0 0
}

.qodef-portfolio-single .qodef-portfolio-info .qodef-e-info {
    position: relative;
    margin-bottom: 6px
}

.qodef-portfolio-single .qodef-portfolio-info .qodef-info--category .qodef-e-info {
    position: relative;
    top: 1px
}

.qodef-portfolio-single .qodef-variations--small .qodef-media {
    margin-right: 35px
}

.qodef-portfolio-single .qodef-variations--small .qodef-portfolio-info {
    margin-top: 23px
}

.qodef-portfolio-single .qodef-variations--small .qodef-portfolio-content {
    margin-top: 18px
}

.qodef-portfolio-single .qodef-variations--small .qodef-portfolio-title {
    margin-top: -6px
}

.qodef-portfolio-single .qodef-variations--big .qodef-e-content {
    margin-top: -13px
}

.qodef-portfolio-single .qodef-variations--big .qodef-portfolio-info {
    margin-top: 153px
}

.qodef-portfolio-single .qodef-variations--big .qodef-portfolio-content {
    margin-top: 18px
}

.qodef-portfolio-single .qodef-variations--big .qodef-portfolio-title {
    margin: 75px 0 -4px
}

.qodef-page-dark-skin .qodef-portfolio-single .qodef-portfolio-info .qodef-e-label {
    color: #eee
}

.qodef-portfolio-category-list .qodef-e-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-portfolio-category-list .qodef-e-image img {
    display: block
}

.qodef-portfolio-category-list .qodef-e-content a {
    position: relative;
    z-index: 1
}

.qodef-portfolio-category-list .qodef-e-title {
    margin: 0
}

.qodef-portfolio-category-list .qodef-e-description {
    margin: 9px 0 0
}

.qodef-portfolio-category-list .qodef-e-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.qodef-portfolio-category-list.qodef-layout--gallery .qodef-e-inner:hover .qodef-e-content {
    opacity: 1
}

.qodef-portfolio-category-list.qodef-layout--gallery .qodef-e-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 31px 40px;
    background-color: rgba(0, 0, 0, .4);
    opacity: 0;
    transition: opacity .2s ease-out
}

.qodef-portfolio-category-list.qodef-layout--gallery .qodef-e-description,
.qodef-portfolio-category-list.qodef-layout--gallery .qodef-e-title {
    color: #fff
}

.qodef-portfolio-category-list.qodef-layout--standard .qodef-e-content {
    margin-top: 28px
}

.qodef-portfolio-list.qodef-swiper-container .swiper-button-next,
.qodef-portfolio-list.qodef-swiper-container .swiper-button-prev {
    width: 37px !important;
    height: auto !important;
    background-color: transparent !important;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    position: absolute
}

.qodef-portfolio-list.qodef-swiper-container .swiper-button-next svg *,
.qodef-portfolio-list.qodef-swiper-container .swiper-button-prev svg * {
    fill: currentColor
}

.qodef-portfolio-list.qodef-swiper-container .swiper-button-next:before,
.qodef-portfolio-list.qodef-swiper-container .swiper-button-prev:before {
    display: none
}

.qodef-portfolio-list.qodef-swiper-container .swiper-button-next:hover svg,
.qodef-portfolio-list.qodef-swiper-container .swiper-button-prev:hover svg {
    height: 24px
}

@media only screen and (max-width:680px) {
    .qodef-portfolio-list.qodef-swiper-container .qodef-m-navigation {
        position: relative;
        margin-top: 34px;
        width: 80px;
        top: 19px
    }
}

.qodef-portfolio-list.qodef-swiper-container .swiper-button-next {
    right: 0 !important;
    justify-content: flex-end;
    color:#fff !important;
    transform: translate(0, -50%);
    transition: transform .3s cubic-bezier(.39, .58, .57, 1)
}

.qodef-portfolio-list.qodef-swiper-container .swiper-button-next:hover {
    transform: translate(12px, -50%)
}

.qodef-portfolio-list.qodef-swiper-container .swiper-button-prev {
    right: 53px !important;
    left: auto !important;
    color:#fff !important;
    justify-content: flex-end;
    transform: translate(0, -50%);
    transition: transform .3s cubic-bezier(.39, .58, .57, 1)
}

.qodef-portfolio-list.qodef-swiper-container .swiper-button-prev:hover {
    transform: translate(-2px, -50%)
}

@media only screen and (max-width:680px) {
    .qodef-portfolio-list.qodef-swiper-container .swiper-button-prev {
        justify-content: flex-start;
        right: auto !important;
        left: 0 !important
    }
    .qodef-portfolio-list.qodef-swiper-container .swiper-button-prev:hover {
        transform: translate(1px, -50%)
    }
}

.qodef-portfolio-list.qodef-swiper-container .qodef-m-content-wrapper {
    position: relative;
    margin-bottom: 46px
}

@media only screen and (max-width:680px) {
    .qodef-portfolio-list.qodef-swiper-container .qodef-m-content-wrapper {
        margin-bottom: 80px
    }
}

.qodef-portfolio-list.qodef-swiper-container .qodef-m-content-wrapper .qodef-m-title {
    margin: 0 0 -24px 0;
    padding-right: 90px;
    color:#fff !important;
}

@media only screen and (max-width:680px) {
    .qodef-portfolio-list.qodef-swiper-container .qodef-m-content-wrapper .qodef-m-title {
        padding-right: 0
    }
}

.qodef-portfolio-list.qodef-swiper-container .qodef-m-content-wrapper .qodef-m-navigation {
    display: inline-block
}

.qodef-portfolio-list.qodef-swiper-container .qodef-content-grid {
    position: relative;
    margin-left: 0
}

@media only screen and (max-width:768px) {
    .qodef-extended-grid-disabled--768 .qodef-portfolio-list.qodef-swiper-container .qodef-content-grid {
        width: 100%;
        margin: 0
    }
}

.qodef-portfolio-list .qodef-e-inner {
    position: relative
}

.qodef-portfolio-list .qodef-e-content,
.qodef-portfolio-list .qodef-e-inner,
.qodef-portfolio-list .qodef-e-media {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-portfolio-list .qodef-e-media>* {
    margin-bottom: 30px
}

.qodef-portfolio-list .qodef-e-media iframe {
    display: block;
    height: 100%
}

.qodef-portfolio-list .qodef-e-media-image {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%
}

.qodef-portfolio-list .qodef-e-media-image a,
.qodef-portfolio-list .qodef-e-media-image img {
    display: block;
    width: 100%
}

.qodef-portfolio-list .qodef-e-media-image.qodef--background {
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.qodef-portfolio-list .qodef-e-media-image.qodef--background img {
    visibility: hidden
}

.qodef-portfolio-list .qodef-e-title {
    margin: 0
}

.qodef-portfolio-list .qodef-e-excerpt {
    margin: 15px 0 0
}

.qodef-portfolio-list .qodef-e-read-more {
    margin: 15px 0 0
}

.qodef-portfolio-list .qodef-e-top-holder {
    margin-bottom: 0
}

.qodef-portfolio-list .qodef-e-post-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.qodef-portfolio-list .qodef-m-pagination {
    margin-top: 35px
}

.qodef-portfolio-list.qodef-items--fixed .qodef-e-image {
    height: 100%;
    overflow: hidden
}

.qodef-portfolio-list.qodef-items--fixed .qodef-e-media-image {
    height: 100%
}

.qodef-portfolio-list.qodef-items--fixed .qodef-e-media-image a {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    height: 100%
}

.qodef-portfolio-list .qodef-custom-margin .qodef-e-inner {
    width: auto
}


.qodef-portfolio-list.qodef-item-layout--info-below .qodef-e-content {
    margin-top: 20px;
    margin-bottom: 40px
}

.qodef-portfolio-list.qodef-item-layout--info-below .qodef-e-title-link:hover {
    color: #fff
}

.qodef-portfolio-list.qodef-item-layout--info-below .qodef-no-categories .qodef-e-title {
    position: relative
}

.qodef-portfolio-list.qodef-item-layout--info-below .qodef-no-categories .qodef-e-title:before {
    content: "";
    width: 2px;
    height: 14px;
    display: inline-flex;
    background: var(--qode-main-color);
    margin-right: 4px
}

.qodef-portfolio-list.qodef-item-layout--info-below .qodef-no-categories .qodef-e-content {
    margin-top: 35px;
    margin-bottom: 0
}

.qodef-portfolio-list.qodef-item-layout--info-below .qodef-item-excerpt .qodef-e-excerpt {
    margin: 13px 0 0;
    padding-right: 15px
}

.qodef-item-layout--info-below.qodef-hover-animation--overlay .qodef-e-media-image>a {
    position: relative;
    display: block;
    overflow: hidden
}

.qodef-item-layout--info-below.qodef-hover-animation--overlay .qodef-e-media-image>a img {
    /*transform: scale(1.1) translateX(-3px);*/
    transition: .45s cubic-bezier(.22, .61, .36, 1);
    will-change: transform
}

.qodef-item-layout--info-below.qodef-hover-animation--overlay .qodef-e:hover .qodef-e-media-image>a img {
    transform: scale(1.1) translateX(4px)
}

.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow article .qodef-e-inner {
    overflow: hidden
}

.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow article .qodef-e-media-image.qodef--background {
    margin-bottom: 0
}

.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow article .qodef-e-content {
    display: none
}

.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow article .qodef-e-title {
    color: #fff
}

.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow article .qodef-e-title a {
    color: inherit
}

.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow article .qodef-e-title a:hover {
    color: var(--qode-main-color)
}

.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow article .qodef-e-info>* {
    color: #fff
}

.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow article .qodef-e-info a:hover {
    color: var(--qode-main-color)
}

.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow article .qodef-e-post-link {
    z-index: 2
}

.qodef-e-content-follow {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 9999;
    pointer-events: none;
    visibility: hidden
}

.qodef-e-content-follow.qodef-right {
    text-align: right;
    transform: translateX(-100%)
}

.qodef-e-content-follow .qodef-e-title {
    margin: 0;
    color: #fff
}

.qodef-e-content-follow .qodef-e-title a {
    color: inherit
}

.qodef-e-content-follow .qodef-e-info>* {
    color: #fff
}

.qodef-e-content-follow .qodef-e-text,
.qodef-e-content-follow .qodef-e-top-holder {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
    transition: all .2s ease-out
}

.qodef-e-content-follow .qodef-e-text>*,
.qodef-e-content-follow .qodef-e-top-holder>* {
    display: inline-block;
    background-color: var(--qode-main-color);
    z-index: 10
}

.qodef-e-content-follow .qodef-e-top-holder {
    margin-bottom: 2px
}

.qodef-e-content-follow .qodef-e-top-holder>* {
    padding: 0 5px
}

.qodef-e-content-follow .qodef-e-text>* {
    padding: 3px 5px
}

.qodef-e-content-follow.qodef-is-active {
    visibility: visible
}

.qodef-e-content-follow.qodef-is-active .qodef-e-text,
.qodef-e-content-follow.qodef-is-active .qodef-e-top-holder {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0)
}

.qodef-e-content-follow.qodef-is-active .qodef-e-text {
    transition-delay: .2s
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover {
    margin: 0
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover article .qodef-e-media-image.qodef--background {
    margin-bottom: 0
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover article .qodef-e-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    padding: 20px 40px 35px;
    background-color: rgba(0, 0, 0, .12)
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover article .qodef-e-content a {
    position: relative;
    z-index: 3
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover article .qodef-e-title {
    color: #fff
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover article .qodef-e-title a {
    color: inherit
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover article .qodef-e-title a:hover {
    color: inherit
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover article .qodef-e-info>* {
    color: #fff
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover article .qodef-e-info a:hover {
    color: var(--qode-main-color)
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover article .qodef-e-post-link {
    z-index: 2
}

.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in .qodef-e-content .qodef-e-top-holder {
    opacity: 0;
    transform: translateY(20px);
    transition: transform .4s cubic-bezier(.25, .46, .45, .94), opacity .4s ease
}

.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in .qodef-e-content .qodef-e-text {
    opacity: 0;
    transform: translateY(20px);
    transition: transform .4s cubic-bezier(.25, .46, .45, .94), opacity .4s ease
}

.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in .qodef-e:hover .qodef-e-content .qodef-e-top-holder {
    opacity: 1;
    transform: translateY(0)
}

.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in .qodef-e:hover .qodef-e-content .qodef-e-text {
    opacity: 1;
    transform: translateY(0);
    transition-delay: .1s
}

.qodef-portfolio-list.qodef-item-layout--info-on-image {
    margin: 0
}

.qodef-portfolio-list.qodef-item-layout--info-on-image article .qodef-e-media-image.qodef--background {
    margin-bottom: 0
}

.qodef-portfolio-list.qodef-item-layout--info-on-image article .qodef-e-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    padding: 20px 40px 35px;
    background-color: rgba(0, 0, 0, .12)
}

.qodef-portfolio-list.qodef-item-layout--info-on-image article .qodef-e-content a {
    position: relative;
    z-index: 3
}

.qodef-portfolio-list.qodef-item-layout--info-on-image article .qodef-e-title {
    color: #fff
}

.qodef-portfolio-list.qodef-item-layout--info-on-image article .qodef-e-title a {
    color: inherit
}

.qodef-portfolio-list.qodef-item-layout--info-on-image article .qodef-e-title a:hover {
    color: var(--qode-main-color)
}

.qodef-portfolio-list.qodef-item-layout--info-on-image article .qodef-e-info>* {
    color: #fff
}

.qodef-portfolio-list.qodef-item-layout--info-on-image article .qodef-e-info a:hover {
    color: var(--qode-main-color)
}

.qodef-portfolio-list.qodef-item-layout--info-on-image article .qodef-e-post-link {
    z-index: 2
}

.qodef-portfolio-project-info {
    display: flex;
    align-items: flex-start;
    flex-direction: column
}

.qodef-portfolio-project-info .qodef-e-label {
    margin: 0 0 5px 0
}

.qodef-portfolio-project-info a,
.qodef-portfolio-project-info p {
    margin: 0
}

#qodef-portfolio-single-related-items {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-top: 152px
}

#qodef-portfolio-single-related-items h2 {
    margin: 0 0 49px 0
}

#qodef-portfolio-single-related-items .qodef-portfolio-list .qodef-e-media-image {
    overflow: hidden;
    -o-object-fit: cover;
    object-fit: cover
}

@media only screen and (min-width:1025px) {
    #qodef-portfolio-single-related-items .qodef-portfolio-list .qodef-e-media-image a {
        width: 100%;
        height: 166px;
        display: flex;
        align-items: center
    }
    #qodef-portfolio-single-related-items .qodef-portfolio-list .qodef-e-media-image img {
        width: 550px;
        height: 166px;
        -o-object-fit: cover;
        object-fit: cover
    }
}

@media only screen and (min-width:681px) and (max-width:1024px) {
    #qodef-portfolio-single-related-items .qodef-portfolio-list .qodef-e-media-image a {
        width: 100%;
        height: 166px;
        display: flex;
        align-items: center
    }
    #qodef-portfolio-single-related-items .qodef-portfolio-list .qodef-e-media-image img {
        width: 550px;
        height: 166px;
        -o-object-fit: cover;
        object-fit: cover
    }
}

#qodef-single-portfolio-navigation {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 86px 0 3px
}

#qodef-single-portfolio-navigation .qodef-m-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between
}

#qodef-single-portfolio-navigation .qodef-m-nav {
    position: relative;
    display: flex;
    align-items: center
}

#qodef-single-portfolio-navigation .qodef-m-nav>* {
    display: block;
    line-height: inherit
}

#qodef-single-portfolio-navigation .qodef-m-nav.qodef--next,
#qodef-single-portfolio-navigation .qodef-m-nav.qodef--prev {
    padding: 20px 19px;
    background-color: #f3f3f3;
    transition: all .4s
}

#qodef-single-portfolio-navigation .qodef-m-nav.qodef--next:hover,
#qodef-single-portfolio-navigation .qodef-m-nav.qodef--prev:hover {
    padding: 20px 56px;
    background-color: var(--qode-main-color);
    transition: all .4s
}

#qodef-single-portfolio-navigation .qodef-m-nav.qodef--next:hover svg,
#qodef-single-portfolio-navigation .qodef-m-nav.qodef--prev:hover svg {
    width: 37px
}

#qodef-single-portfolio-navigation .qodef-m-nav.qodef--next:hover svg *,
#qodef-single-portfolio-navigation .qodef-m-nav.qodef--prev:hover svg * {
    fill: #eee;
    transition: all .4s
}

#qodef-single-portfolio-navigation .qodef-m-nav.qodef--next:hover svg g rect:nth-of-type(1),
#qodef-single-portfolio-navigation .qodef-m-nav.qodef--next:hover svg g rect:nth-of-type(3),
#qodef-single-portfolio-navigation .qodef-m-nav.qodef--prev:hover svg g rect:nth-of-type(1),
#qodef-single-portfolio-navigation .qodef-m-nav.qodef--prev:hover svg g rect:nth-of-type(3) {
    width: 9px;
    transition: width .2s
}

#qodef-single-portfolio-navigation .qodef-m-nav.qodef--next:hover svg g rect:nth-of-type(2),
#qodef-single-portfolio-navigation .qodef-m-nav.qodef--prev:hover svg g rect:nth-of-type(2) {
    width: 37px !important;
    transition: width .2s
}

#qodef-single-portfolio-navigation .qodef-m-nav.qodef--back-link {
    position: absolute;
    width: 64px;
    height: 64px;
    vertical-align: middle;
    justify-content: center;
    top: 0;
    left: calc(50% - 32px);
    background-color: #f3f3f3;
    transition: all .4s
}

#qodef-single-portfolio-navigation .qodef-m-nav.qodef--back-link:hover {
    background-color: var(--qode-main-color);
    transition: all .4s
}

#qodef-single-portfolio-navigation .qodef-m-nav.qodef--back-link:hover svg>g>g {
    stroke: #fff;
    transition: all .2s
}

#qodef-single-portfolio-navigation .qodef-m-nav-icon {
    font-size: 30px
}

#qodef-single-portfolio-navigation .qodef-m-nav-label {
    font-family: Oxanium, cursive;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 1.45em
}

.qodef-page-dark-skin #qodef-single-portfolio-navigation .qodef-m-nav.qodef--next,
.qodef-page-dark-skin #qodef-single-portfolio-navigation .qodef-m-nav.qodef--prev {
    background-color: var(--qode-header-dark-hover-color)
}

.qodef-page-dark-skin #qodef-single-portfolio-navigation .qodef-m-nav.qodef--next:hover,
.qodef-page-dark-skin #qodef-single-portfolio-navigation .qodef-m-nav.qodef--prev:hover {
    background-color: var(--qode-main-color);
    transition: all .4s
}

.qodef-page-dark-skin #qodef-single-portfolio-navigation .qodef-m-nav.qodef--next svg *,
.qodef-page-dark-skin #qodef-single-portfolio-navigation .qodef-m-nav.qodef--prev svg * {
    fill: #eee
}

.qodef-page-dark-skin #qodef-single-portfolio-navigation .qodef-m-nav.qodef--back-link {
    background-color: var(--qode-header-dark-hover-color);
    transition: all .4s
}

.qodef-page-dark-skin #qodef-single-portfolio-navigation .qodef-m-nav.qodef--back-link:hover {
    background-color: var(--qode-main-color);
    transition: all .4s
}

.qodef-page-dark-skin #qodef-single-portfolio-navigation .qodef-m-nav.qodef--back-link svg>g>g {
    stroke: #fff;
    transition: all .2s
}

.qodef-portfolio-single.qodef-layout--images-big .qodef-media .qodef-grid-item {
    display: block;
    margin-bottom: 80px;
    float: none
}

.qodef-portfolio-single.qodef-layout--images-big .qodef-media .qodef-grid-item:last-child {
    margin-bottom: 0
}

.qodef-portfolio-single.qodef-layout--images-small .qodef-media .qodef-grid-item {
    display: block;
    margin-bottom: 60px;
    float: none
}

.qodef-portfolio-single.qodef-layout--images-small .qodef-media .qodef-grid-item:last-child {
    margin-bottom: 0
}

.qodef-testimonials-list .qodef-e-inner {
    padding-bottom: 40px
}

.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 0 25px
}

.qodef-testimonials-list .qodef-e-text {
    margin: 0 0 25px
}

.qodef-testimonials-list .qodef-e-author {
    margin: 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-skin--light .qodef-e-author,
.qodef-testimonials-list.qodef-skin--light .qodef-e-text,
.qodef-testimonials-list.qodef-skin--light .qodef-e-title {
    color: #fff
}

.qodef-testimonials-list.qodef-skin--light .swiper-pagination-bullet:before {
    background-color: #fff
}

.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: #000
}

.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: #000
}

.qodef-review-rating .qodef-comments-ratings .qodef-m-star svg {
    display: inline-block;
    margin-right: 8px
}

.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: var(--qode-main-color);
    stroke: var(--qode-main-color)
}

.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: var(--qode-header-dark-hover-color);
    z-index: 110
}

.qodef-fullscreen-menu-animate--in .qodef-fullscreen-search-holder {
    display: none
}

.qodef-fullscreen-search-holder .qodef-m-inner {
    width: auto;
    position: relative;
    z-index: 2
}

.qodef-fullscreen-search-holder .qodef-m-form {
    position: relative;
    width: 700px;
    margin: 0 auto
}

@media only screen and (max-width:1024px) {
    .qodef-fullscreen-search-holder .qodef-m-form {
        width: 60%
    }
}

.qodef-fullscreen-search-holder .qodef-m-form-field {
    height: 100%;
    margin: 0;
    padding: 0;
    font-size: 17px;
    line-height: 2em;
    background: #000;
    border: 0;
    border-radius: 0;
    padding: 18px 36px 23px
}

.qodef-fullscreen-search-holder .qodef-m-form-field:focus {
    background-color: #000
}

.qodef-fullscreen-search-holder .qodef-m-form-submit {
    position: absolute;
    right: 22px;
    opacity: 1;
    bottom: 22px;
    width: auto;
    padding: 0;
    margin: 0;
    color: #000;
    background: 0 0;
    border: 0;
    outline: 0;
    cursor: pointer;
    transition: color .2s ease-out
}

.qodef-fullscreen-search-holder .qodef-m-form-submit:after {
    display: none
}

.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: 22px;
    right: 22px;
    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;
    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: 0;
    left: 0;
    background: 0 0;
    opacity: 0;
    visibility: hidden;
    z-index: 1
}

.admin-bar .qodef-fullscreen-search-holder .qodef-m-close {
    top: 26.4%
}

.qodef-fullscreen-search-holder .qodef-m-close:hover {
    color: #000
}

.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;
    width: 100%;
    height: 100%
}

.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--minimal #qodef-page-header .widget_shiftup_core_search_opener {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    height: 100%
}

.qodef-search--minimal .widget_shiftup_core_search_opener {
    position: relative
}

.qodef-search-minimal-form {
    height: 48px;
    width: 700px;
    transition: width .2s ease-out
}

.qodef-search-minimal-form .qodef-m-inner {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: space-between
}

.qodef-search-minimal-form .qodef-m-form-field {
    width: 100%;
    height: 100%;
    padding: 0 30px;
    margin-bottom: 0;
    outline: 0;
    box-shadow: none;
    border: 0;
    background-color: #313131;
    font-family: Sarabun, sans-serif;
    font-size: 17px;
    line-height: 1.47em;
    font-weight: 400;
    color: #9a9a9a
}

.qodef-search-minimal-form .qodef-m-form-field:-ms-input-placeholder {
    color: #7b7b7b;
    opacity: 1
}

.qodef-search-minimal-form .qodef-m-form-field::placeholder {
    color: #7b7b7b;
    opacity: 1
}

.qodef-search-minimal-form .qodef-m-form-field:focus {
    background-color: #313131
}

.qodef-search-minimal-form .qodef-m-form-submit {
    display: block;
    width: 100%;
    max-width: 92px;
    height: 48px;
    padding: 0;
    border: 0;
    font-size: 19px;
    color: #fff;
    background-color: #313131
}

.qodef-search-minimal-form .qodef-m-form-submit svg {
    position: relative;
    top: 4px
}

.qodef-search-minimal-form .qodef-m-close {
    display: none
}

.qodef-search-minimal-form.qodef--opened {
    width: 160px
}

.qodef-header--sticky-display #qodef-page-header>.qodef-search-minimal-form {
    display: none
}

.qodef-search--minimal .qodef-opener-icon.qodef-search-opener {
    pointer-events: none;
    background-color: var(--qode-main-color);
    width: 79px;
    height: 48px;
    color: #fff;
    position: absolute;
    display: none
}

.qodef-search--minimal .qodef-opener-icon.qodef-search-opener svg {
    left: 30px;
    top: 4px;
    position: absolute
}

.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 {
    border-bottom: 4px solid #e1e1e1;
    padding-bottom: 25px
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title {
    position: relative;
    display: flex;
    align-items: center;
    margin: 25px 0 0;
    padding: 25px 0 0;
    border-top: 4px solid #e1e1e1;
    transition: color .2s ease-out, background-color .2s ease-out;
    cursor: pointer
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-description {
    text-align: left;
    width: calc(68% - 64px);
    padding-right: 40px
}

@media only screen and (max-width:680px) {
    .qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-description {
        display: none
    }
}

.qodef-page-light-skin .qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-description {
    color: #7b7b7b
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title:first-child {
    margin-top: 0
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-tab-title {
    width: 32%;
    padding-right: 20px;
    margin: 0
}

@media only screen and (max-width:680px) {
    .qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-tab-title {
        width: calc(100% - 64px)
    }
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark {
    position: relative;
    flex-shrink: 0;
    width: 64px;
    height: 64px;
    line-height: 1;
    text-align: center
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark span {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity .2s ease-out
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark span:before {
    display: block;
    line-height: inherit
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark span.qodef-icon--minus {
    background: var(--qode-main-color);
    opacity: 0
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark span.qodef-icon--minus:before {
    content: "";
    width: 18px;
    height: 2px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #fff
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark span.qodef-icon--plus {
    background: #f7f7f7;
    opacity: 1;
    transition: background .3s
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark span.qodef-icon--plus:before {
    content: "";
    width: 14px;
    height: 2px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #000;
    transition: background .2s
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark span.qodef-icon--plus:after {
    content: "";
    width: 2px;
    height: 14px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #000;
    transition: background .2s
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-active .qodef-accordion-mark span.qodef-icon--minus {
    opacity: 1
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-active .qodef-accordion-mark span.qodef-icon--plus {
    opacity: 0
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-hover .qodef-accordion-mark span.qodef-icon--plus {
    background: var(--qode-main-color) !important;
    transition: background .3s
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-hover .qodef-accordion-mark span.qodef-icon--plus:after,
.qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-hover .qodef-accordion-mark span.qodef-icon--plus:before {
    background: #fff
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-content {
    padding: 25px 40px 21px 32%;
    margin: 0
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-content p {
    margin: 0
}

@media only screen and (max-width:680px) {
    .qodef-accordion.qodef-layout--simple .qodef-accordion-content {
        padding: 25px 100px 21px 0
    }
}

.qodef-accordion.qodef-layout--simple.qodef-behavior--toggle .qodef-accordion-content {
    display: none
}

.qodef-page-dark-skin .qodef-accordion.qodef-layout--simple {
    border-bottom: 4px solid #333
}

.qodef-page-dark-skin .qodef-accordion.qodef-layout--simple .qodef-accordion-title {
    border-top: 4px solid #333
}

.qodef-page-dark-skin .qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-tab-title {
    color: #eee
}

.qodef-page-dark-skin .qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark span.qodef-icon--plus {
    background: var(--qode-header-dark-hover-color);
    opacity: 1;
    transition: background .3s
}

.qodef-page-dark-skin .qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark span.qodef-icon--plus:before {
    background: #fff
}

.qodef-page-dark-skin .qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark span.qodef-icon--plus:after {
    background: #fff
}

.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: Oxanium, cursive;
    margin: 0;
    opacity: .5;
    letter-spacing: 0
}

.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--link-button .qodef-m-content-inner {
    align-items: flex-start;
    flex-direction: column;
    padding: 35px
}

@media only screen and (max-width:680px) {
    .qodef-banner.qodef-layout--link-button .qodef-m-content-inner {
        justify-content: center
    }
}

.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-image {
    overflow: hidden
}

.qodef-banner.qodef-layout--link-button .qodef-m-image img {
    transform: scale(1.1) translateX(-3px);
    transition: .45s cubic-bezier(.22, .61, .36, 1);
    will-change: transform
}

.qodef-banner.qodef-layout--link-button:hover .qodef-m-image img {
    transform: scale(1.1) translateX(4px)
}

.qodef-banner.qodef-layout--link-button .qodef-m-button {
    margin: 10px 0 0
}

.qodef-banner.qodef-layout--link-button.qodef--has-appear.qodef--has-appear--left .qodef-m-image {
    -webkit-clip-path: inset(0 0 0 100%);
    clip-path: inset(0 0 0 100%);
    transition: all .6s cubic-bezier(.25, .46, .45, .94)
}

.qodef-banner.qodef-layout--link-button.qodef--has-appear.qodef--has-appear--left .qodef-m-content {
    opacity: 0;
    transition: opacity .4s cubic-bezier(.25, .46, .45, .94)
}

.qodef-banner.qodef-layout--link-button.qodef--has-appear.qodef--has-appear--left.qodef--appear .qodef-m-image {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0)
}

.qodef-banner.qodef-layout--link-button.qodef--has-appear.qodef--has-appear--left.qodef--appear .qodef-m-content {
    opacity: 1
}

.qodef-banner.qodef-layout--link-button.qodef--has-appear.qodef--has-appear--right .qodef-m-image {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
    transition: all .6s cubic-bezier(.25, .46, .45, .94)
}

.qodef-banner.qodef-layout--link-button.qodef--has-appear.qodef--has-appear--right .qodef-m-content {
    opacity: 0;
    transition: opacity .4s cubic-bezier(.25, .46, .45, .94)
}

.qodef-banner.qodef-layout--link-button.qodef--has-appear.qodef--has-appear--right.qodef--appear .qodef-m-image {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0)
}

.qodef-banner.qodef-layout--link-button.qodef--has-appear.qodef--has-appear--right.qodef--appear .qodef-m-content {
    opacity: 1
}

.qodef-banner.qodef-layout--link-overlay .qodef-m-content-inner {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    padding: 30px
}

.qodef-banner.qodef-layout--text-on-hover:hover .qodef-m-content-blur {
    opacity: 1
}

.qodef-banner.qodef-layout--text-on-hover:hover .qodef-m-content-inner .qodef-m-text-wrap .qodef-m-text:nth-of-type(2) {
    opacity: 1;
    transform: translateY(0)
}

.qodef-banner.qodef-layout--text-on-hover:hover .qodef-m-content-inner .qodef-m-title-wrap .qodef-m-title:nth-of-type(2) {
    top: 0;
    transform: translate(0, 0);
    transition-delay: 0s
}

.qodef-banner.qodef-layout--text-on-hover .qodef-m-content {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    padding: 60px
}

.qodef-banner.qodef-layout--text-on-hover .qodef-m-content-blur {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .75);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    opacity: 0;
    transition: opacity .2s
}

.qodef-banner.qodef-layout--text-on-hover .qodef-m-content-inner {
    position: relative;
    flex-direction: column;
    height: auto;
    overflow: hidden
}

.qodef-banner.qodef-layout--text-on-hover .qodef-m-content-inner .qodef-m-text-wrap {
    position: relative
}

.qodef-banner.qodef-layout--text-on-hover .qodef-m-content-inner .qodef-m-text-wrap .qodef-m-text {
    margin: 0 0 12px
}

.qodef-banner.qodef-layout--text-on-hover .qodef-m-content-inner .qodef-m-text-wrap .qodef-m-text:nth-of-type(1) {
    visibility: hidden
}

@media only screen and (max-width:768px) {
    .qodef-banner.qodef-layout--text-on-hover .qodef-m-content-inner .qodef-m-text-wrap .qodef-m-text:nth-of-type(1) {
        visibility: visible
    }
}

.qodef-banner.qodef-layout--text-on-hover .qodef-m-content-inner .qodef-m-text-wrap .qodef-m-text:nth-of-type(2) {
    opacity: 0;
    transform: translateY(110%);
    position: absolute;
    top: 0;
    left: 0;
    transition: transform .4s cubic-bezier(.645, .045, .355, 1) .1s, opacity .4s cubic-bezier(.33, .02, 0, .93) .1s
}

@media only screen and (max-width:768px) {
    .qodef-banner.qodef-layout--text-on-hover .qodef-m-content-inner .qodef-m-text-wrap .qodef-m-text:nth-of-type(2) {
        display: none
    }
}

.qodef-banner.qodef-layout--text-on-hover .qodef-m-title-wrap .qodef-m-title {
    margin: 0;
    padding: 0 0 12px
}

.qodef-banner.qodef-layout--text-on-hover .qodef-m-title-wrap .qodef-m-title:nth-of-type(1) {
    visibility: hidden
}

@media only screen and (max-width:768px) {
    .qodef-banner.qodef-layout--text-on-hover .qodef-m-title-wrap .qodef-m-title:nth-of-type(1) {
        visibility: visible
    }
}

.qodef-banner.qodef-layout--text-on-hover .qodef-m-title-wrap .qodef-m-title:nth-of-type(2) {
    position: absolute;
    top: 100%;
    transform: translate(0, -100%);
    left: 0;
    transition: all .4s;
    transition-delay: .1s
}

@media only screen and (max-width:768px) {
    .qodef-banner.qodef-layout--text-on-hover .qodef-m-title-wrap .qodef-m-title:nth-of-type(2) {
        display: none
    }
}

.qodef-banner.qodef-layout--text-on-hover .qodef-m-button {
    margin: 14px 0 0
}

.qodef-banner.qodef-layout--text-on-hover .qodef-button.qodef-layout--filled.qodef-html--link {
    padding: 22px 28px
}

.qodef-banner.qodef-layout--text-on-hover .qodef-button.qodef-layout--filled.qodef-html--link .qodef-m-text:before {
    margin-right: 0
}

.qodef-blur-section {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-blur-section .qodef-m-content {
    position: relative;
    display: inline-block
}

.qodef-blur-section.qodef-layout--simple {
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    background: rgba(0, 0, 0, .69);
    height: 550px;
    display: flex;
    align-items: center
}

.qodef-blur-section.qodef-layout--simple .qodef-m-content {
    width: 100%
}

.qodef-blur-section.qodef-layout--simple .qodef-m-content svg {
    max-width: 100%
}

.qodef-blur-section.qodef-layout--text-below .qodef-m-content {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, .1);
    padding: 5.9% 6.3%
}

.qodef-blur-section.qodef-layout--text-below .qodef-m-content>.qodef-m-text,
.qodef-blur-section.qodef-layout--text-below .qodef-m-content>.qodef-m-title {
    max-width: 640px;
    width: 100%
}

.qodef-blur-section.qodef-layout--text-below .qodef-m-content>.qodef-m-title {
    margin: 35% 0 0 0
}

.qodef-blur-section.qodef-layout--text-below .qodef-m-content .qodef-m-content-squares .qodef-m-content-squares-left:after,
.qodef-blur-section.qodef-layout--text-below .qodef-m-content .qodef-m-content-squares .qodef-m-content-squares-left:before,
.qodef-blur-section.qodef-layout--text-below .qodef-m-content .qodef-m-content-squares .qodef-m-content-squares-right:after,
.qodef-blur-section.qodef-layout--text-below .qodef-m-content .qodef-m-content-squares .qodef-m-content-squares-right:before {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    display: inline-block;
    background: var(--qode-main-color)
}

.qodef-blur-section.qodef-layout--text-below .qodef-m-content .qodef-m-content-squares .qodef-m-content-squares-left:before {
    top: -12px;
    left: -12px
}

.qodef-blur-section.qodef-layout--text-below .qodef-m-content .qodef-m-content-squares .qodef-m-content-squares-left:after {
    bottom: -12px;
    left: -12px
}

.qodef-blur-section.qodef-layout--text-below .qodef-m-content .qodef-m-content-squares .qodef-m-content-squares-right:before {
    top: -12px;
    right: -12px
}

.qodef-blur-section.qodef-layout--text-below .qodef-m-content .qodef-m-content-squares .qodef-m-content-squares-right:after {
    bottom: -12px;
    right: -12px
}

.qodef-blur-section.qodef-layout--text-below .qodef-m-button {
    margin: 37px 0 27% 0
}

.qodef-blur-section.qodef-layout--text-below .qodef-e-scroll-text {
    color: #fff;
    margin: 0;
    font-size: 15px
}

.qodef-blur-section.qodef-layout--text-below .qodef-m-scroll {
    position: relative;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    gap: 25px
}

.qodef-blur-section.qodef-layout--text-below .qodef-e-scroll-svg {
    text-align: center
}

.qodef-button.qodef-html--link {
    font-family: Oxanium, cursive;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    font-size: 13px;
    line-height: 1.53em;
    letter-spacing: .05em;
    font-size: 15px;
    line-height: 1.2em;
    position: relative;
    display: inline-flex;
    vertical-align: middle;
    width: auto;
    margin: 0;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 0;
    outline: 0;
    transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
    padding: 25px 49px 21px 46px
}

.qodef-button.qodef-size--small {
    padding: 22px 44px 18px 41px
}

.qodef-button.qodef-size--large {
    padding: 28px 54px 24px 51px
}

.qodef-button.qodef-size--full {
    width: 100%;
    padding: 28px 28px 24px;
    justify-content: center;
    text-align: center
}

.qodef-button .qodef-m-text {
    position: relative;
    display: flex;
    transform: translateX(3px);
    transition: transform .4s cubic-bezier(.25, .46, .45, .94)
}

.qodef-button .qodef-m-text:before {
    content: '';
    position: relative;
    margin-right: 20px;
    top: 0;
    width: 2px;
    height: 14px;
    background-color: currentColor;
    transform: rotate(0);
    transition: transform .4s cubic-bezier(.25, .46, .45, .94)
}

.qodef-button .qodef-m-text:after {
    content: '';
    position: absolute;
    top: 6px;
    left: -6px;
    width: 14px;
    height: 2px;
    background-color: currentColor;
    transform: rotate(0);
    transition: transform .4s cubic-bezier(.25, .46, .45, .94)
}

.qodef-button:hover .qodef-m-text {
    transform: translateX(0)
}

.qodef-button:hover .qodef-m-text:before {
    transform: rotate(-90deg)
}

.qodef-button:hover .qodef-m-text:after {
    transform: rotate(-90deg)
}

.qodef-page-dark-skin .qodef-button.qodef-layout--filled.qodef-html--link,
body.blog.qodef-blog-dark-skin .qodef-button.qodef-layout--filled.qodef-html--link {
    color: #fff
}

.qodef-button.qodef-layout--filled.qodef-html--link {
    color: #000;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background: rgba(209, 209, 209, .25);
    border: 0;
    z-index: 0
}

.qodef-button.qodef-layout--filled.qodef-html--link:after {
    content: "";
    position: absolute;
    background-color: var(--qode-main-color);
    left: 0;
    top: 0;
    width: 6px;
    height: 100%;
    z-index: -1;
    transition: width .4s
}

.qodef-button.qodef-layout--filled.qodef-html--link:hover {
    color: #fff
}

.qodef-button.qodef-layout--filled.qodef-html--link:hover:hover:after {
    width: 100%;
    transition: width .4s
}

.qodef-button.qodef-layout--filled.qodef-has-arrow {
    transition: all .35s ease
}

.qodef-button.qodef-layout--filled.qodef-has-arrow .qodef-m-text {
    font-size: 0
}

.qodef-button.qodef-layout--filled.qodef-has-arrow .qodef-m-text:after,
.qodef-button.qodef-layout--filled.qodef-has-arrow .qodef-m-text:before {
    display: none
}

.qodef-button.qodef-layout--filled.qodef-has-arrow svg {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(180deg);
    transition: all .35s ease
}

.qodef-button.qodef-layout--filled.qodef-has-arrow svg g rect:nth-of-type(1),
.qodef-button.qodef-layout--filled.qodef-has-arrow svg g rect:nth-of-type(3) {
    width: 17px;
    transition: width .2s
}

.qodef-button.qodef-layout--filled.qodef-has-arrow svg g rect:nth-of-type(2) {
    width: 25px;
    transition: width .2s
}

.qodef-button.qodef-layout--filled.qodef-has-arrow:hover svg {
    height: 22px;
    width: 37px
}

.qodef-button.qodef-layout--filled.qodef-has-arrow:hover svg g rect:nth-of-type(1),
.qodef-button.qodef-layout--filled.qodef-has-arrow:hover svg g rect:nth-of-type(3) {
    width: 9px;
    transition: width .2s
}

.qodef-button.qodef-layout--filled.qodef-has-arrow:hover svg g rect:nth-of-type(2) {
    width: 37px !important;
    transition: width .2s
}

.qodef-button.qodef-layout--outlined {
    color: var(--qode-main-color);
    background-color: transparent;
    border: 2px solid var(--qode-main-color)
}

.qodef-button.qodef-layout--outlined:hover {
    color: #fff;
    background-color: var(--qode-main-color)
}

.qodef-button.qodef-layout--textual {
    padding: 0 !important;
    color: #000;
    background-color: transparent;
    border: 0
}

.qodef-button.qodef-layout--textual:hover {
    color: var(--qode-main-color)
}

.qodef-call-to-action.qodef-layout--standard {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-call-to-action.qodef-layout--standard .qodef-m-inner {
    display: flex;
    align-items: center
}

.qodef-call-to-action.qodef-layout--standard.qodef-style--stretched .qodef-m-inner {
    justify-content: space-between
}

.qodef-call-to-action.qodef-layout--standard.qodef-style--centered .qodef-m-inner {
    justify-content: center
}

.qodef-call-to-action.qodef-layout--standard .qodef-m-content {
    padding-right: 20px
}

.qodef-call-to-action.qodef-layout--standard .qodef-m-content>* {
    margin: 0
}

.qodef-call-to-action.qodef-layout--standard .qodef-m-button {
    flex: 0 0 auto
}

.qodef-cards-gallery {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding: 10px 0
}

.qodef-cards-gallery.qodef-has-border img {
    border: 1px solid #161616
}

.qodef-cards-gallery.qodef-has-border.qodef-border-light img {
    border: 1px solid #d9d9d9
}

.qodef-cards-gallery .qodef-e-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-cards-gallery img {
    position: relative;
    display: block
}

.qodef-cards-gallery .qodef-m-fake-card {
    position: relative;
    display: block;
    opacity: 0;
    visibility: hidden;
    pointer-events: none
}

.qodef-cards-gallery .qodef-m-fake-card img {
    box-shadow: -2px 4px 20px 0 rgba(0, 0, 0, .08)
}

.qodef-cards-gallery .qodef-m-card {
    position: absolute;
    transition: all .15s ease
}

.qodef-cards-gallery .qodef-m-card.qodef-animating {
    transition: all 1s cubic-bezier(.19, 1, .22, 1);
    pointer-events: none
}

.qodef-cards-gallery .qodef-m-card.qodef-animating-siblings {
    transition: all .6s cubic-bezier(0, 0, 0, 1);
    pointer-events: none
}

.qodef-cards-gallery .qodef-m-card img {
    box-shadow: -2px 4px 20px 0 rgba(0, 0, 0, .08)
}

.qodef-cards-gallery.qodef-orientation--left .qodef-m-card {
    left: 0;
    will-change: transform
}

.qodef-cards-gallery.qodef-orientation--left .qodef-m-card.qodef-out {
    transform: translateX(-100%)
}

.qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(6) {
    transform: scale(.386) translateX(140%)
}

.qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(5) {
    transform: scale(.486) translateX(93%)
}

.qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(4) {
    transform: scale(.586) translateX(62%)
}

.qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(3) {
    transform: scale(.686) translateX(40%)
}

.qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(2) {
    transform: scale(.786) translateX(23.3%)
}

.qodef-cards-gallery.qodef-orientation--left .qodef-m-card:not(:last-of-type) {
    cursor: pointer
}

.qodef-cards-gallery.qodef-orientation--left .qodef-m-card:not(:last-of-type):not(.active):hover {
    margin-left: 10px !important
}

.qodef-cards-gallery.qodef-orientation--right .qodef-m-card {
    right: 0;
    will-change: transform
}

.qodef-cards-gallery.qodef-orientation--right .qodef-m-card.qodef-out {
    transform: translateX(100%)
}

.qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(6) {
    transform: scale(.386) translateX(-140%)
}

.qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(5) {
    transform: scale(.486) translateX(-93%)
}

.qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(4) {
    transform: scale(.586) translateX(-62%)
}

.qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(3) {
    transform: scale(.686) translateX(-40%)
}

.qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(2) {
    transform: scale(.786) translateX(-23.3%)
}

.qodef-cards-gallery.qodef-orientation--right .qodef-m-card:not(:last-of-type) {
    cursor: pointer
}

.qodef-cards-gallery.qodef-orientation--right .qodef-m-card:not(:last-of-type):not(.active):hover {
    margin-right: 10px !important
}

.no-touchevents .qodef-cards-gallery.qodef-animation--bundle img {
    visibility: hidden
}

@keyframes qodefCardAppearFromRight {
    0% {
        transform: translate3d(100%, 0, 0);
        opacity: 0;
        visibility: visible
    }
    30% {
        opacity: 1;
        visibility: visible
    }
    100% {
        visibility: visible;
        transform: translate3d(0, 0, 0)
    }
}

.no-touchevents .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef-appeared img {
    animation: qodefCardAppearFromRight 1s cubic-bezier(.19, 1, .22, 1) forwards
}

.no-touchevents .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef-appeared .qodef-m-card:nth-child(1) img:not(.qodef-animation-done) {
    animation-delay: .2s
}

.no-touchevents .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef-appeared .qodef-m-card:nth-child(2) img:not(.qodef-animation-done) {
    animation-delay: .4s
}

.no-touchevents .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef-appeared .qodef-m-card:nth-child(3) img:not(.qodef-animation-done) {
    animation-delay: .6s
}

.no-touchevents .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef-appeared .qodef-m-card:nth-child(4) img:not(.qodef-animation-done) {
    animation-delay: .8s
}

.no-touchevents .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef-appeared .qodef-m-card:nth-child(5) img:not(.qodef-animation-done) {
    animation-delay: 1s
}

.no-touchevents .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef-appeared .qodef-m-card:nth-child(6) img:not(.qodef-animation-done) {
    animation-delay: 1.2s
}

.no-touchevents .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef-appeared .qodef-m-card:nth-child(7) img:not(.qodef-animation-done) {
    animation-delay: 1.4s
}

.no-touchevents .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef-appeared .qodef-m-card:nth-child(8) img:not(.qodef-animation-done) {
    animation-delay: 1.6s
}

@keyframes qodefCardAppearFromLeft {
    0% {
        visibility: visible;
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }
    30% {
        visibility: visible;
        opacity: 1
    }
    100% {
        visibility: visible;
        transform: translate3d(0, 0, 0)
    }
}

.no-touchevents .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef-appeared img {
    animation: qodefCardAppearFromLeft 1s cubic-bezier(.19, 1, .22, 1) forwards
}

.no-touchevents .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef-appeared .qodef-m-card:nth-child(1) img:not(.qodef-animation-done) {
    animation-delay: .2s
}

.no-touchevents .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef-appeared .qodef-m-card:nth-child(2) img:not(.qodef-animation-done) {
    animation-delay: .4s
}

.no-touchevents .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef-appeared .qodef-m-card:nth-child(3) img:not(.qodef-animation-done) {
    animation-delay: .6s
}

.no-touchevents .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef-appeared .qodef-m-card:nth-child(4) img:not(.qodef-animation-done) {
    animation-delay: .8s
}

.no-touchevents .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef-appeared .qodef-m-card:nth-child(5) img:not(.qodef-animation-done) {
    animation-delay: 1s
}

.no-touchevents .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef-appeared .qodef-m-card:nth-child(6) img:not(.qodef-animation-done) {
    animation-delay: 1.2s
}

.no-touchevents .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef-appeared .qodef-m-card:nth-child(7) img:not(.qodef-animation-done) {
    animation-delay: 1.4s
}

.no-touchevents .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef-appeared .qodef-m-card:nth-child(8) img:not(.qodef-animation-done) {
    animation-delay: 1.6s
}

.qodef-countdown .qodef-m-date {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px
}

.qodef-countdown .qodef-digit-wrapper {
    text-align: left;
    background-color: #9a9a9a
}

.qodef-countdown .qodef-digit-wrapper.qodef-seconds {
    background-color: var(--qode-main-color)
}

.qodef-countdown .qodef-digit-wrapper.qodef-seconds .qodef-label:before {
    background-color: #000
}

.qodef-countdown .qodef-label {
    color: #000
}

.qodef-countdown .qodef-digit {
    color: #000
}

.qodef-countdown .qodef-digit,
.qodef-countdown .qodef-label {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-countdown.qodef-show--1 .qodef-digit-wrapper {
    width: calc(100% - 40px);
    margin: 0 20px 40px
}

.qodef-countdown.qodef-show--2 .qodef-digit-wrapper {
    width: calc(50% - 40px);
    margin: 0 20px 40px
}

.qodef-countdown.qodef-show--3 .qodef-digit-wrapper {
    width: calc(33.33333% - 40px);
    margin: 0 20px 40px
}

.qodef-countdown.qodef-show--4 .qodef-digit-wrapper {
    width: calc(25% - 40px);
    margin: 0 20px 40px
}

.qodef-countdown.qodef-show--5 .qodef-digit-wrapper {
    width: calc(20% - 20px);
    margin: 0 10px 40px;
}

.qodef-countdown.qodef-show--6 .qodef-digit-wrapper {
    width: calc(16.66667% - 40px);
    margin: 0 20px 40px
}

.qodef-countdown.qodef-countdown--light .qodef-digit-wrapper {
    background-color: var(--qode-header-dark-hover-color)
}

.qodef-countdown.qodef-countdown--light .qodef-digit-wrapper.qodef-seconds {
    background-color: var(--qode-main-color)
}

.qodef-countdown.qodef-countdown--light .qodef-label {
    color: #8a8a8a
}

.qodef-countdown.qodef-countdown--light .qodef-digit {
    color: #eee
}

.qodef-countdown.qodef-countdown--light .qodef-seconds .qodef-label {
    color: #eee
}

.qodef-countdown.qodef-countdown--light .qodef-seconds .qodef-label:before {
    background-color: #fff
}

.qodef-countdown.qodef-layout--simple .qodef-digit-wrapper {
    display: inline-block;
    vertical-align: top;
    padding: 38px 20px 22px
}

@media only screen and (max-width:1024px) {
    .qodef-countdown.qodef-layout--simple .qodef-digit-wrapper {
        padding: 18px 15px 2px
    }
}

@media only screen and (max-width:768px) {
    .qodef-countdown.qodef-layout--simple .qodef-digit-wrapper {
        text-align: center
    }
}

.qodef-countdown.qodef-layout--simple .qodef-label {
    font-family: Oxanium, cursive;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 1.53em;
    letter-spacing: .05em;
    line-height: 1.7em
}

.qodef-countdown.qodef-layout--simple .qodef-label:before {
    content: '';
    position: relative;
    display: inline-block;
    width: 2px;
    height: 11px;
    margin-right: 10px;
    top: 1px;
    background-color: var(--qode-main-color)
}

.qodef-countdown.qodef-layout--simple .qodef-digit {
    font-family: Oxanium, cursive;
    font-size: 80px;
    line-height: 1em;
    font-weight: 600;
    letter-spacing: -.05em
}

.qodef-counter.qodef-layout--simple .qodef-m-digit {
    font-family: Oxanium, cursive;
    font-size: 80px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: -.05em;
    color: #000
}

.qodef-counter.qodef-layout--simple .qodef-m-title {
    margin: 5px 0 0 0
}

.qodef-counter.qodef-layout--simple .qodef-m-title:before {
    content: '';
    position: relative;
    display: inline-block;
    width: 2px;
    height: 11px;
    margin-right: 10px;
    top: 1px;
    background-color: var(--qode-main-color)
}

.qodef-counter.qodef-layout--simple .qodef-m-text {
    margin: 0
}

.widget.widget_shiftup_core_custom_font {
    margin-bottom: 0 !important
}

.qodef-custom-font {
    position: relative;
    margin: 0;
    white-space: normal
}

.qodef-custom-font.qodef-outlined-text {
    color: transparent;
    -webkit-text-stroke: 2px #6d6d6d
}

.qodef-custom-font.qodef--has-appear {
    white-space: nowrap
}

@media only screen and (max-width:1024px) {
    .qodef-custom-font.qodef--has-appear {
        white-space: normal
    }
}

.qodef-custom-font.qodef--has-appear .qodef-m-background-text {
    display: flex;
    white-space: pre
}

.qodef-custom-font.qodef--has-appear .qodef-m-background-text .qodef-m-background-character {
    display: block;
    opacity: 0;
    transform: translateX(-30px);
    transition: .4s ease-out
}

.qodef-custom-font.qodef--has-appear .qodef-m-background-text .qodef-m-background-character.qodef--appear {
    opacity: 1;
    transform: translateX(0)
}

.qodef-custom-font.qodef--has-appear .qodef-m-background-text .qodef-m-background-character:nth-child(1) {
    transition-delay: .1s
}

.qodef-custom-font.qodef--has-appear .qodef-m-background-text .qodef-m-background-character:nth-child(2) {
    transition-delay: .2s
}

.qodef-custom-font.qodef--has-appear .qodef-m-background-text .qodef-m-background-character:nth-child(3) {
    transition-delay: .3s
}

.qodef-custom-font.qodef--has-appear .qodef-m-background-text .qodef-m-background-character:nth-child(4) {
    transition-delay: .4s
}

.qodef-custom-font.qodef--has-appear .qodef-m-background-text .qodef-m-background-character:nth-child(5) {
    transition-delay: .5s
}

.qodef-custom-font.qodef--has-appear .qodef-m-background-text .qodef-m-background-character:nth-child(6) {
    transition-delay: .6s
}

.qodef-custom-font.qodef--has-appear .qodef-m-background-text .qodef-m-background-character:nth-child(7) {
    transition-delay: .7s
}

.qodef-custom-font.qodef--has-appear .qodef-m-background-text .qodef-m-background-character:nth-child(8) {
    transition-delay: .8s
}

.qodef-custom-font.qodef--has-appear .qodef-m-background-text .qodef-m-background-character:nth-child(9) {
    transition-delay: .9s
}

.qodef-custom-font.qodef--has-appear .qodef-m-background-text .qodef-m-background-character:nth-child(10) {
    transition-delay: 1s
}

.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: Oxanium, cursive;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    font-size: 45px;
    line-height: 1.0667em
}

.qodef-dropcaps .qodef-m-text {
    display: inline;
    margin: 0
}

.qodef-dropcaps:not(.qodef-type--simple) .qodef-m-letter {
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 1.2em;
    letter-spacing: .015em;
    color: #fff;
    background-color: #000
}

.qodef-dropcaps.qodef-type--circle .qodef-m-letter {
    border-radius: 100%
}

.qodef-google-map {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.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: #000
}

.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-inner {
    display: flex;
    align-items: center
}

@media only screen and (max-width:680px) {
    .qodef-icon-list-item .qodef-e-title-inner {
        align-items: flex-start
    }
}

.qodef-icon-list-item .qodef-icon-holder {
    flex-shrink: 0;
    margin-right: 5px;
    float: none
}

.qodef-custom-spacing .qodef-icon-list-item .qodef-icon-holder {
    margin-right: 16px
}

@media only screen and (max-width:680px) {
    .qodef-icon-list-item .qodef-icon-holder {
        margin-right: 12px
    }
}

.qodef-icon-list-item .qodef-icon-holder .qodef-icon {
    font-size: 17px
}

.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_shiftup_core_icon_list_item {
    margin-bottom: 0
}

#qodef-page-footer .widget.widget_shiftup_core_icon_list_item {
    margin-bottom: 0
}

#qodef-side-area .widget.widget_shiftup_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
}

.qodef-icon-holder a {
    display: block
}

.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-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: #000
}

.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_shiftup_core_icon {
    display: inline-block;
    line-height: 1
}

#qodef-page-sidebar .widget.widget_shiftup_core_icon {
    margin-bottom: 0
}

#qodef-page-footer .widget.widget_shiftup_core_icon {
    margin-bottom: 0
}

#qodef-side-area .widget.widget_shiftup_core_icon {
    margin-bottom: 0
}

.qodef-image-section-info {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-image-section-info .qodef-m-inner {
    display: flex;
    align-items: stretch
}

.qodef-image-section-info .qodef-m-inner>* {
    position: relative
}

.qodef-image-section-info .qodef-m-image img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.qodef-image-section-info .qodef-m-content {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    background-color: rgba(92, 92, 92, .13);
    -webkit-backdrop-filter: blur(10px) brightness(.25);
    backdrop-filter: blur(10px) brightness(.25)
}

.qodef-image-section-info .qodef-m-content>.qodef-m-text {
    position: relative;
    margin: 17px 0 0;
    color: #9a9a9a;
    z-index: 1
}

.qodef-image-section-info .qodef-m-content ul {
    color: #9a9a9a
}

.qodef-image-section-info .qodef-m-square {
    color: var(--qode-main-color)
}

.qodef-image-section-info .qodef-m-square:after,
.qodef-image-section-info .qodef-m-square:before {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    background-color: currentColor
}

.qodef-image-section-info .qodef-m-square.qodef-top:before {
    top: -12px;
    left: -12px
}

.qodef-image-section-info .qodef-m-square.qodef-top:after {
    top: -12px;
    right: -12px
}

.qodef-image-section-info .qodef-m-square.qodef-bottom:before {
    bottom: -12px;
    left: -12px
}

.qodef-image-section-info .qodef-m-square.qodef-bottom:after {
    bottom: -12px;
    right: -12px
}

.qodef-image-section-info .qodef-m-tagline {
    position: relative;
    display: block;
    margin: 0 0 10px;
    font-family: Oxanium, cursive;
    font-size: 110px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: -.05em;
    color: transparent;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #393939
}

.qodef-image-section-info .qodef-m-title {
    position: relative;
    margin: 0;
    color: #fff;
    z-index: 1
}

.qodef-image-section-info .qodef-m-button {
    position: relative;
    margin: 45px 0 0;
    z-index: 1
}

.qodef-image-section-info.qodef--left .qodef-m-inner {
    flex-direction: row-reverse
}

.qodef-image-section-info.qodef-layout--info-on-image .qodef-m-inner {
    align-items: center
}

.qodef-image-section-info.qodef-layout--info-on-image .qodef-m-image {
    width: 62.008%;
    flex-shrink: 0;
    overflow: hidden
}

.qodef-image-section-info.qodef-layout--info-on-image .qodef-m-content {
    position: absolute;
    width: 41.409%;
    right: 13.4%;
    padding: 5.16% 6% 5.26% 6%
}

.qodef-image-section-info.qodef-layout--info-on-image .qodef-m-button {
    margin: 39px 0 0
}

.qodef-image-section-info.qodef-layout--info-on-image.qodef--left .qodef-m-content {
    left: 13.4%;
    right: auto;
    text-align: right
}

.qodef-image-section-info.qodef-layout--info-on-image.qodef-image-full-width .qodef-m-image {
    width: 100%
}

.qodef-image-section-info.qodef-layout--info-on-image.qodef-image-full-width .qodef-m-content {
    width: 50.45%;
    height: 100%;
    left: 0;
    right: auto;
    text-align: left;
    -webkit-backdrop-filter: blur(15px) brightness(1.15);
    backdrop-filter: blur(15px) brightness(1.15)
}

.qodef-image-section-info.qodef-layout--info-on-image.qodef-image-full-width .qodef-m-content-inner {
    background: 0 0 !important
}

.qodef-image-section-info.qodef-layout--info-on-image.qodef-image-full-width.qodef--left .qodef-m-content {
    padding-left: 10.5%
}

.qodef-image-section-info.qodef-layout--info-on-image.qodef-image-full-width.qodef--right .qodef-m-content {
    left: auto;
    right: 0;
    padding-right: 10.5%
}

.qodef-image-section-info.qodef-layout--info-on-image.qodef-image-full-width.qodef--has-appear .qodef-m-image {
    overflow: hidden
}

.qodef-image-section-info.qodef-layout--info-on-image.qodef-image-full-width.qodef--has-appear .qodef-m-image img {
    transform: scale(1.1);
    transition: transform 3s ease-out
}

.qodef-image-section-info.qodef-layout--info-on-image.qodef-image-full-width.qodef--has-appear .qodef-m-content-inner {
    opacity: 0;
    transition: opacity .8s cubic-bezier(.22, .61, .36, 1)
}

.qodef-image-section-info.qodef-layout--info-on-image.qodef-image-full-width.qodef--has-appear.qodef--left .qodef-m-content {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
    transition: -webkit-clip-path .8s cubic-bezier(.22, .61, .36, 1);
    transition: clip-path .8s cubic-bezier(.22, .61, .36, 1);
    transition: clip-path .8s cubic-bezier(.22, .61, .36, 1), -webkit-clip-path .8s cubic-bezier(.22, .61, .36, 1)
}

.qodef-image-section-info.qodef-layout--info-on-image.qodef-image-full-width.qodef--has-appear.qodef--right .qodef-m-content {
    -webkit-clip-path: inset(0 0 0 100%);
    clip-path: inset(0 0 0 100%);
    transition: -webkit-clip-path .8s cubic-bezier(.22, .61, .36, 1);
    transition: clip-path .8s cubic-bezier(.22, .61, .36, 1);
    transition: clip-path .8s cubic-bezier(.22, .61, .36, 1), -webkit-clip-path .8s cubic-bezier(.22, .61, .36, 1)
}

.qodef-image-section-info.qodef-layout--info-on-image.qodef-image-full-width.qodef--appear .qodef-m-image img {
    transform: scale(1)
}

.qodef-image-section-info.qodef-layout--info-on-image.qodef-image-full-width.qodef--appear .qodef-m-content-inner {
    opacity: 1;
    transition-delay: .5s
}

.qodef-image-section-info.qodef-layout--info-on-image.qodef-image-full-width.qodef--appear.qodef--left .qodef-m-content {
    -webkit-clip-path: inset(-1% 0 -1% 0);
    clip-path: inset(-1% 0 -1% 0);
    transition-delay: .1s
}

.qodef-image-section-info.qodef-layout--info-on-image.qodef-image-full-width.qodef--appear.qodef--right .qodef-m-content {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    transition-delay: .1s
}

.qodef-image-section-info.qodef-layout--info-on-image.qodef-image-default .qodef-m-content {
    padding: 0 !important;
    background: 0 0 !important;
    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important
}

.qodef-image-section-info.qodef-layout--info-on-image.qodef-image-default .qodef-m-content .qodef-m-content-inner {
    -webkit-backdrop-filter: blur(10px) brightness(.25);
    backdrop-filter: blur(10px) brightness(.25)
}

.qodef-browser--firefox .qodef-image-section-info.qodef-layout--info-on-image.qodef-image-default .qodef-m-content .qodef-m-content-inner {
    background-color: #000
}

.qodef-image-section-info.qodef-layout--info-on-image.qodef-image-default.qodef--has-appear.qodef--left .qodef-m-image {
    opacity: 0;
    transform: translateX(150px);
    transition: opacity .8s cubic-bezier(.22, .61, .36, 1), transform .8s cubic-bezier(.22, .61, .36, 1)
}

.qodef-image-section-info.qodef-layout--info-on-image.qodef-image-default.qodef--has-appear.qodef--right .qodef-m-image {
    opacity: 0;
    transform: translateX(-150px);
    transition: opacity .8s cubic-bezier(.22, .61, .36, 1), transform .8s cubic-bezier(.22, .61, .36, 1)
}

.qodef-image-section-info.qodef-layout--info-on-image.qodef-image-default.qodef--has-appear .qodef-m-square {
    opacity: 0;
    transition: opacity .3s ease-in-out
}

.qodef-image-section-info.qodef-layout--info-on-image.qodef-image-default.qodef--has-appear .qodef-m-square.qodef-top:before {
    top: calc(50% - 6px);
    left: calc(50% - 6px);
    transition: top .8s cubic-bezier(.22, .61, .36, 1), left .8s cubic-bezier(.22, .61, .36, 1)
}

.qodef-image-section-info.qodef-layout--info-on-image.qodef-image-default.qodef--has-appear .qodef-m-square.qodef-top:after {
    top: calc(50% - 6px);
    right: calc(50% - 6px);
    transition: top .8s cubic-bezier(.22, .61, .36, 1), right .8s cubic-bezier(.22, .61, .36, 1)
}

.qodef-image-section-info.qodef-layout--info-on-image.qodef-image-default.qodef--has-appear .qodef-m-square.qodef-bottom:before {
    bottom: calc(50% - 6px);
    left: calc(50% - 6px);
    transition: bottom .8s cubic-bezier(.22, .61, .36, 1), left .8s cubic-bezier(.22, .61, .36, 1)
}

.qodef-image-section-info.qodef-layout--info-on-image.qodef-image-default.qodef--has-appear .qodef-m-square.qodef-bottom:after {
    bottom: calc(50% - 6px);
    right: calc(50% - 6px);
    transition: bottom .8s cubic-bezier(.22, .61, .36, 1), right .8s cubic-bezier(.22, .61, .36, 1)
}

.qodef-image-section-info.qodef-layout--info-on-image.qodef-image-default.qodef--has-appear .qodef-m-content-inner {
    -webkit-clip-path: polygon(50% 50%, 50% 50%, 50% 50%, 50% 50%);
    clip-path: polygon(50% 50%, 50% 50%, 50% 50%, 50% 50%);
    transition: -webkit-clip-path .8s cubic-bezier(.22, .61, .36, 1);
    transition: clip-path .8s cubic-bezier(.22, .61, .36, 1);
    transition: clip-path .8s cubic-bezier(.22, .61, .36, 1), -webkit-clip-path .8s cubic-bezier(.22, .61, .36, 1)
}

.qodef-image-section-info.qodef-layout--info-on-image.qodef-image-default.qodef--has-appear .qodef-m-content-inner * {
    opacity: 0;
    transition: opacity .8s cubic-bezier(.22, .61, .36, 1)
}

.qodef-image-section-info.qodef-layout--info-on-image.qodef-image-default.qodef--appear.qodef--left .qodef-m-image,
.qodef-image-section-info.qodef-layout--info-on-image.qodef-image-default.qodef--appear.qodef--right .qodef-m-image {
    opacity: 1;
    transform: translateX(0)
}

.qodef-image-section-info.qodef-layout--info-on-image.qodef-image-default.qodef--appear .qodef-m-content-inner {
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
    clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
    transition-delay: .5s
}

.qodef-image-section-info.qodef-layout--info-on-image.qodef-image-default.qodef--appear .qodef-m-content-inner * {
    opacity: 1;
    transition-delay: .9s
}

.qodef-image-section-info.qodef-layout--info-on-image.qodef-image-default.qodef--appear .qodef-m-square {
    opacity: 1;
    transition-delay: .3s
}

.qodef-image-section-info.qodef-layout--info-on-image.qodef-image-default.qodef--appear .qodef-m-square.qodef-top:before {
    top: -12px;
    left: -12px;
    transition-delay: .5s
}

.qodef-image-section-info.qodef-layout--info-on-image.qodef-image-default.qodef--appear .qodef-m-square.qodef-top:after {
    top: -12px;
    right: -12px;
    transition-delay: .5s
}

.qodef-image-section-info.qodef-layout--info-on-image.qodef-image-default.qodef--appear .qodef-m-square.qodef-bottom:before {
    bottom: -12px;
    left: -12px;
    transition-delay: .5s
}

.qodef-image-section-info.qodef-layout--info-on-image.qodef-image-default.qodef--appear .qodef-m-square.qodef-bottom:after {
    bottom: -12px;
    right: -12px;
    transition-delay: .5s
}

.qodef-image-section-info.qodef-layout--standard.qodef-has-bottom-info {
    padding-bottom: 47px
}

.qodef-image-section-info.qodef-layout--standard .qodef-m-image {
    width: 54.24%;
    flex-shrink: 0;
    color: #fafafa;
    z-index: 1
}

.qodef-image-section-info.qodef-layout--standard .qodef-m-content {
    position: absolute;
    z-index: 2;
    width: 63.26%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    background: 0 0;
    -webkit-backdrop-filter: none;
    backdrop-filter: none
}

.qodef-image-section-info.qodef-layout--standard .qodef-m-content-inner {
    background-color: rgba(92, 92, 92, .13);
    padding: 12.2% 7.697%;
    position: relative;
    -webkit-backdrop-filter: blur(7px) brightness(1.5);
    backdrop-filter: blur(7px) brightness(1.5)
}

.qodef-image-section-info.qodef-layout--standard .qodef-m-text {
    display: flex;
    flex-direction: column
}

.qodef-image-section-info.qodef-layout--standard .qodef-m-text>* {
    display: block
}

.qodef-image-section-info.qodef-layout--standard .qodef-m-text svg {
    margin-top: 59px
}

.qodef-image-section-info.qodef-layout--standard .qodef-m-bottom-info {
    position: absolute;
    bottom: 0;
    right: 70px;
    display: flex;
    justify-content: space-between;
    width: 65.184%;
    padding: 63px 56px 32px 86px;
    background-color: var(--qode-main-color);
    z-index: 0
}

.qodef-image-section-info.qodef-layout--standard .qodef-m-bottom-info-mark {
    position: relative;
    font-family: Oxanium, cursive;
    font-size: 185px;
    line-height: 1;
    font-weight: 600;
    text-transform: uppercase;
    color: transparent;
    -webkit-text-stroke: 1px #fff
}

.qodef-image-section-info.qodef-layout--standard .qodef-m-bottom-info-text {
    position: relative;
    display: inline-block;
    margin: 0 0 35px;
    align-self: flex-end;
    color: #fff
}

.qodef-image-section-info.qodef-layout--standard.qodef--right .qodef-m-content {
    right: 0;
    left: auto;
    text-align: right
}

.qodef-image-section-info.qodef-layout--standard.qodef--right .qodef-m-text {
    align-items: flex-end
}

.qodef-image-section-info.qodef-layout--standard.qodef--right .qodef-m-bottom-info {
    left: 70px;
    right: auto;
    flex-direction: row-reverse;
    padding-right: 86px;
    padding-left: 56px
}

.qodef-image-section-info.qodef-layout--standard.qodef--has-appear .qodef-m-bottom-info {
    opacity: 0;
    transform: translateY(-150px);
    transition: opacity .8s cubic-bezier(.22, .61, .36, 1), transform .8s cubic-bezier(.22, .61, .36, 1)
}

.qodef-image-section-info.qodef-layout--standard.qodef--has-appear .qodef-m-image {
    opacity: 0;
    transform: translateY(-150px);
    transition: opacity .8s cubic-bezier(.22, .61, .36, 1), transform .8s cubic-bezier(.22, .61, .36, 1)
}

.qodef-image-section-info.qodef-layout--standard.qodef--has-appear .qodef-m-content-inner {
    -webkit-clip-path: polygon(50% 50%, 50% 50%, 50% 50%, 50% 50%);
    clip-path: polygon(50% 50%, 50% 50%, 50% 50%, 50% 50%);
    transition: -webkit-clip-path .8s cubic-bezier(.22, .61, .36, 1);
    transition: clip-path .8s cubic-bezier(.22, .61, .36, 1);
    transition: clip-path .8s cubic-bezier(.22, .61, .36, 1), -webkit-clip-path .8s cubic-bezier(.22, .61, .36, 1)
}

.qodef-image-section-info.qodef-layout--standard.qodef--has-appear .qodef-m-content-inner * {
    opacity: 0;
    transition: opacity .8s cubic-bezier(.22, .61, .36, 1)
}

.qodef-image-section-info.qodef-layout--standard.qodef--has-appear .qodef-m-square.qodef-top:before {
    top: calc(50% - 6px);
    left: calc(50% - 6px);
    transition: top .8s cubic-bezier(.22, .61, .36, 1), left .8s cubic-bezier(.22, .61, .36, 1)
}

.qodef-image-section-info.qodef-layout--standard.qodef--has-appear .qodef-m-square.qodef-top:after {
    top: calc(50% - 6px);
    right: calc(50% - 6px);
    transition: top .8s cubic-bezier(.22, .61, .36, 1), right .8s cubic-bezier(.22, .61, .36, 1)
}

.qodef-image-section-info.qodef-layout--standard.qodef--has-appear .qodef-m-square.qodef-bottom:before {
    bottom: calc(50% - 6px);
    left: calc(50% - 6px);
    transition: bottom .8s cubic-bezier(.22, .61, .36, 1), left .8s cubic-bezier(.22, .61, .36, 1)
}

.qodef-image-section-info.qodef-layout--standard.qodef--has-appear .qodef-m-square.qodef-bottom:after {
    bottom: calc(50% - 6px);
    right: calc(50% - 6px);
    transition: bottom .8s cubic-bezier(.22, .61, .36, 1), right .8s cubic-bezier(.22, .61, .36, 1)
}

.qodef-image-section-info.qodef-layout--standard.qodef--appear .qodef-m-bottom-info {
    opacity: 1;
    transform: translateY(0)
}

.qodef-image-section-info.qodef-layout--standard.qodef--appear .qodef-m-image {
    opacity: 1;
    transform: translateY(0);
    transition-delay: .2s
}

.qodef-image-section-info.qodef-layout--standard.qodef--appear .qodef-m-content-inner {
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
    clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
    transition-delay: .5s
}

.qodef-image-section-info.qodef-layout--standard.qodef--appear .qodef-m-content-inner * {
    opacity: 1;
    transition-delay: .9s
}

.qodef-image-section-info.qodef-layout--standard.qodef--appear .qodef-m-square.qodef-top:before {
    top: -12px;
    left: -12px;
    transition-delay: .5s
}

.qodef-image-section-info.qodef-layout--standard.qodef--appear .qodef-m-square.qodef-top:after {
    top: -12px;
    right: -12px;
    transition-delay: .5s
}

.qodef-image-section-info.qodef-layout--standard.qodef--appear .qodef-m-square.qodef-bottom:before {
    bottom: -12px;
    left: -12px;
    transition-delay: .5s
}

.qodef-image-section-info.qodef-layout--standard.qodef--appear .qodef-m-square.qodef-bottom:after {
    bottom: -12px;
    right: -12px;
    transition-delay: .5s
}

.qodef-image-with-text {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-image-with-text.qodef-image-has-border .qodef-m-image {
    border-color: #161616
}

.qodef-image-with-text.qodef-image-has-border .qodef-m-image img {
    border: 1px solid;
    border-color: inherit
}

.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: 35px 0 0
}

.qodef-image-with-text .qodef-m-title:before {
    content: "";
    width: 2px;
    height: 14px;
    background: var(--qode-main-color);
    display: inline-block;
    margin-right: 4px
}

.qodef-image-with-text .qodef-m-text {
    margin: 9px 0 0;
    padding-right: 15%
}

.qodef-image-with-text.qodef-action--scrolling-image .qodef-m-image-holder {
    position: relative;
    overflow: hidden
}

.qodef-image-with-text.qodef-action--scrolling-image .qodef-m-image-holder .qodef-m-image-holder-inner {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.qodef-image-with-text.qodef-action--scrolling-image .qodef-m-image-holder .qodef-m-image-holder-inner a {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 100
}

.qodef-image-with-text.qodef-action--scrolling-image .qodef-m-image-holder img {
    transition-timing-function: cubic-bezier(.45, .05, .55, .95)
}

.qodef-image-with-text.qodef-action--scrolling-image .qodef-m-image-holder .qodef-e-frame {
    vertical-align: middle
}

@media only screen and (max-width:768px) {
    .qodef-image-with-text.qodef-action--scrolling-image .qodef-m-image-holder .qodef-e-frame {
        max-height: 50vh
    }
}

.qodef-image-with-text.qodef-action--scrolling-image.qodef-scrolling--vertical .qodef-m-image-holder-inner .qodef-e-main-image {
    width: 100%
}

.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 11px;
    padding-left: 15px
}

.qodef-info-section.qodef-layout--background-text .qodef-m-title:before {
    content: "";
    height: 14px;
    width: 2px;
    background-color: var(--qode-main-color);
    position: absolute;
    top: 6px;
    left: 0
}

.qodef-info-section.qodef-layout--background-text .qodef-m-text {
    margin: 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(0, 0, 0, .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-interactive-link-showcase {
    display: flex
}

.qodef-interactive-link-showcase .qodef-m-text-item {
    opacity: 0;
    position: absolute
}

.qodef-interactive-link-showcase .qodef-m-text-item.qodef--active {
    opacity: 1;
    z-index: 5
}

.qodef-interactive-link-showcase .qodef-button {
    margin-top: 33px
}

.qodef-interactive-link-showcase .qodef-button .qodef-m-text-item {
    opacity: 1;
    position: unset
}

.qodef-interactive-link-showcase .qodef-m-items {
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.qodef-interactive-link-showcase .qodef-m-item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: auto;
    padding: 0 6px 5px;
    margin: -1px 0;
    font-family: Oxanium, cursive;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 100px;
    line-height: 1em;
    letter-spacing: -.05em;
    color: transparent;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #e1e1e1
}

@media only screen and (max-width:480px) {
    .qodef-interactive-link-showcase .qodef-m-item {
        font-size: 70px
    }
}

@media only screen and (max-width:480px) {
    .qodef-interactive-link-showcase .qodef-m-item {
        font-size: 48px !important
    }
}

.qodef-interactive-link-showcase .qodef-m-item .qodef-e-title {
    position: relative;
    display: block;
    z-index: 2;
    opacity: 1;
    transition: opacity .5s
}

.qodef-interactive-link-showcase .qodef-m-item .qodef-e-title-overlay {
    position: absolute;
    top: 0;
    left: 6px;
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
    transition: all .5s cubic-bezier(.25, .46, .45, .94);
    overflow: hidden;
    z-index: 3;
    color: #000;
    -webkit-text-stroke-width: 0
}

.qodef-interactive-link-showcase .qodef-m-item.qodef--active .qodef-e-title {
    opacity: 0
}

.qodef-interactive-link-showcase .qodef-m-item.qodef--active .qodef-e-title-overlay {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0)
}

.qodef-interactive-link-showcase.qodef--init {
    visibility: visible
}

.qodef-interactive-link-showcase.qodef-skin--light .qodef-m-item .qodef-e-title {
    color: transparent;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #333
}

.qodef-interactive-link-showcase.qodef-skin--light .qodef-m-item .qodef-e-title-overlay {
    color: #eee;
    -webkit-text-stroke-width: 0
}

.qodef-interactive-link-showcase.qodef-skin--light .qodef-m-item.qodef--active .qodef-e-title {
    opacity: 0
}

.qodef-interactive-link-showcase.qodef-skin--light .qodef-m-item.qodef--active .qodef-e-title-overlay {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0)
}

.qodef-interactive-link-showcase.qodef-skin--light .qodef-m-text-item.qodef--active {
    color: #eee
}

.qodef-interactive-link-showcase.qodef-skin--light .qodef-m-text-item.qodef--active * {
    color: #eee
}

.qodef-interactive-link-showcase.qodef-skin--light .qodef-m-text-item.qodef--active li {
    list-style-type: square
}

.qodef-interactive-link-showcase.qodef-skin--light .qodef-m-text-item.qodef--active li,
.qodef-interactive-link-showcase.qodef-skin--light .qodef-m-text-item.qodef--active p {
    color: #9a9a9a
}

.qodef-interactive-link-showcase.qodef-skin--light .qodef-tagline {
    color: #9a9a9a
}

.qodef-interactive-link-showcase.qodef-layout--list .qodef-tagline {
    font-size: 13px;
    margin: 0 0 18px 0;
    position: absolute;
    left: 0;
    top: 0
}

@media only screen and (max-width:1024px) {
    .qodef-interactive-link-showcase.qodef-layout--list .qodef-m-content {
        margin-top: 47px
    }
}

.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-content ul li {
    list-style-type: square;
    list-style-position: inside
}

.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-content ul li::marker {
    color: var(--qode-main-color)
}

.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-items {
    margin-right: 236px;
    margin-top: 36px
}

.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-text-item .qodef-e-title {
    margin-bottom: 16px
}

.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-text-item p {
    margin: 5px 0
}

.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-text-item li {
    margin-bottom: 7px
}

.qodef-interactive-link-showcase.qodef-layout--list.qodef-skin--light .qodef-m-content {
    margin-top: 16px
}

.qodef-item-showcase {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    visibility: hidden
}

.qodef-item-showcase .qodef-m-image {
    position: relative;
    flex-shrink: 0;
    margin: 0 44px;
    opacity: 0;
    transform: translateY(70px);
    transition: opacity .55s cubic-bezier(.23, 1, .32, 1), transform .55s cubic-bezier(.23, 1, .32, 1)
}

.qodef-item-showcase .qodef-m-image img {
    display: block
}

.qodef-item-showcase .qodef-m-items {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%
}

.qodef-item-showcase .qodef-m-items.qodef--left {
    text-align: right
}

.qodef-item-showcase .qodef-m-items.qodef--right {
    text-align: left
}

.qodef-item-showcase .qodef-m-item {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-top: 44px;
    opacity: 0;
    transform: translateY(70px);
    transition: opacity .55s cubic-bezier(.23, 1, .32, 1), transform .55s cubic-bezier(.23, 1, .32, 1)
}

.qodef-item-showcase .qodef-m-item:first-child {
    margin-top: 0
}

.qodef-item-showcase .qodef-m-item:nth-child(1) {
    transition-delay: .2s
}

.qodef-item-showcase .qodef-m-item:nth-child(2) {
    transition-delay: .4s
}

.qodef-item-showcase .qodef-m-item:nth-child(3) {
    transition-delay: .6s
}

.qodef-item-showcase .qodef-m-item:nth-child(4) {
    transition-delay: .8s
}

.qodef-item-showcase .qodef-m-item:nth-child(5) {
    transition-delay: 1s
}

.qodef-item-showcase .qodef-m-item:nth-child(6) {
    transition-delay: 1.2s
}

.qodef-item-showcase .qodef-e-svg {
    position: relative;
    display: inline-block;
    margin: 0 0 19px
}

.qodef-item-showcase .qodef-e-svg svg {
    display: block;
    width: 100%
}

.qodef-item-showcase .qodef-e-title {
    margin: 0
}

.qodef-item-showcase .qodef-e-title-link {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    text-transform: inherit;
    color: inherit
}

.qodef-item-showcase .qodef-e-title-link:hover {
    color: var(--qode-main-color)
}

.qodef-item-showcase .qodef-e-text {
    margin: 10px 0 0
}

.qodef-item-showcase.qodef--init {
    visibility: visible
}

.qodef-item-showcase.qodef--init .qodef-m-image {
    opacity: 1;
    transform: translateY(0)
}

.qodef-item-showcase.qodef--init .qodef-m-item {
    opacity: 1;
    transform: translateY(0)
}

.qodef--pricing-has-appear .qodef-pricing-table-background {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    height: 100%;
    z-index: 1;
    transition: width .4s, left .6s cubic-bezier(.25, .1, .11, .99);
    background-color: rgba(168, 168, 168, .2);
    pointer-events: none
}

.qodef--pricing-has-appear .qodef-pricing-table-background:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-backdrop-filter: blur(5px) !important;
    backdrop-filter: blur(5px) !important
}

@media only screen and (max-width:1024px) {
    .qodef--pricing-has-appear .qodef-pricing-table-background {
        display: none
    }
}

.qodef-pricing-table {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    text-align: left;
    z-index: 2
}

@media only screen and (max-width:1024px) {
    .qodef-pricing-table.qodef-status--featured .qodef-m-inner {
        -webkit-backdrop-filter: blur(5px);
        backdrop-filter: blur(5px);
        background-color: rgba(168, 168, 168, .2)
    }
}

.qodef-pricing-table.qodef-status--featured .qodef-e-content {
    padding: 81px 50px 78px
}

.qodef-pricing-table .qodef-m-title {
    display: flex;
    align-items: center
}

.qodef-pricing-table .qodef-m-title .qodef-info-separator-single {
    display: inline-flex;
    margin-top: 1px
}

.qodef-pricing-table .qodef-m-title p {
    margin: 0;
    font-family: Oxanium, cursive;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    font-size: 13px;
    line-height: 1.53em;
    letter-spacing: .05em;
    color: #9a9a9a
}

.qodef-pricing-table .qodef-e-content {
    padding: 37px 43px 59px
}

.qodef-pricing-table .qodef-m-price {
    margin-top: 14px
}

.qodef-pricing-table .qodef-m-price .qodef-m-price-wrapper {
    display: flex;
    margin: 0;
    line-height: 1;
    justify-content: flex-start
}

.qodef-pricing-table .qodef-m-content {
    margin: 41px 0 0;
    min-height: 190px
}

.qodef-pricing-table .qodef-m-content ul {
    list-style: none;
    margin: 0
}

.qodef-pricing-table .qodef-m-content ul li {
    margin-bottom: 8px;
    display: flex;
    gap: 12px
}

.qodef-pricing-table .qodef-m-content ul li:last-child {
    margin-bottom: 0
}

.qodef-pricing-table .qodef-m-content ul li:before {
    content: '';
    width: 6px;
    height: 6px;
    background: var(--qode-main-color);
    display: block;
    margin-top: 10px
}

.qodef-pricing-table .qodef-m-button .qodef-button {
    margin: 55px 0 0 6px
}

@media only screen and (max-width:480px) {
    .qodef-pricing-table.qodef-layout--standard .qodef-m-inner {
        -webkit-backdrop-filter: blur(5px);
        backdrop-filter: blur(5px);
        background-color: rgba(168, 168, 168, .2);
        margin-bottom: 30px
    }
}

.qodef-pricing-table.qodef-layout--standard.qodef-status--regular .qodef-m-inner {
    transition: all .3s
}

@media only screen and (max-width:1024px) {
    .qodef-pricing-table.qodef-layout--standard.qodef-status--regular.qodef-active .qodef-m-inner {
        -webkit-backdrop-filter: blur(5px);
        backdrop-filter: blur(5px);
        background-color: rgba(168, 168, 168, .2)
    }
}

.qodef-pricing-table.qodef-layout--standard.qodef-status--regular.qodef-active .qodef-m-button {
    opacity: 1
}

@media only screen and (max-width:1024px) {
    .qodef-pricing-table.qodef-layout--standard.qodef-status--regular:hover .qodef-m-inner {
        -webkit-backdrop-filter: blur(5px);
        backdrop-filter: blur(5px);
        background-color: rgba(168, 168, 168, .2)
    }
}

.qodef-pricing-table.qodef-layout--standard.qodef-status--regular .qodef-e-content {
    padding: 81px 50px 78px
}

.qodef-pricing-table.qodef-layout--standard.qodef-status--regular .qodef-m-button {
    opacity: 1;
    transiton: opacity .2s ease-out
}

.qodef-pricing-table.qodef-layout--standard .qodef-m-price {
    margin-top: 22px
}

.qodef-pricing-table.qodef-layout--standard .qodef-m-content {
    margin: 51px 0 0
}

.qodef-pricing-table.qodef-layout--with-image .qodef-m-price {
    margin-top: 12px
}

.qodef-pricing-table.qodef-layout--with-image .qodef-m-content {
    margin: 39px 0 0
}

.qodef-progress-bar {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    visibility: hidden
}

.qodef-progress-bar .qodef-m-inner {
    position: relative;
    display: flex;
    flex-direction: column
}

.qodef-progress-bar .qodef-m-canvas {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-progress-bar .qodef-m-canvas svg {
    display: block
}

.qodef-progress-bar .qodef-m-title {
    margin: 20px 0 0
}

.qodef-progress-bar.qodef--init {
    visibility: visible
}

.qodef-progress-bar:not(.qodef-layout--line) .progressbar-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    font-family: Oxanium, cursive;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    font-size: 13px;
    line-height: 1.53em;
    letter-spacing: .05em
}

.qodef-progress-bar.qodef-layout--semi-circle .progressbar-text {
    padding-top: 20px;
    transform: none !important
}

.qodef-progress-bar.qodef-layout--line {
    overflow: hidden
}

.qodef-progress-bar.qodef-layout--line .qodef-m-inner {
    flex-direction: column-reverse
}

.qodef-progress-bar.qodef-layout--line .proggress {
    width: 0
}

.qodef-progress-bar.qodef-layout--line .percentCount {
    position: absolute;
    top: -24px;
    right: 0;
    width: auto
}

.qodef-progress-bar.qodef-layout--line .qodef-m-title {
    margin: 0 0 7px
}

.qodef-progress-bar.qodef-layout--line.qodef-percentage--floating .percentCount {
    left: 0;
    right: 0;
    font-size: 0;
    position: absolute;
    top: 0;
    width: 10px;
    height: 4px
}

.qodef-progress-bar.qodef-layout--line.qodef-percentage--floating .qodef-m-additional-label {
    position: absolute;
    right: 0;
    top: 0;
    font-family: Oxanium, cursive;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    font-size: 13px;
    line-height: 1.53em;
    letter-spacing: .05em
}

.qodef-section-title {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-section-title .qodef-m-title {
    margin: 0
}

.qodef-section-title .qodef-m-text {
    margin: 17px 0 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 {
    position: relative;
    height: auto;
    font-size: 0;
    line-height: 1
}

.qodef-separator .qodef-m-line {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 10px 0;
    border-bottom: 1px solid #e1e1e1
}

.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-page-sidebar .widget.widget_shiftup_core_separator {
    margin-bottom: 0
}

#qodef-page-footer .widget.widget_shiftup_core_separator {
    margin-bottom: 0
}

#qodef-side-area .widget.widget_shiftup_core_separator {
    margin-bottom: 0
}

.qodef-single-image {
    position: relative;
    display: block
}

.qodef-single-image img {
    display: block
}

.qodef-single-image .qodef-m-additional-image {
    position: absolute;
    top: 0;
    left: 25%
}

.qodef-single-image.qodef--has-appear.qodef--has-appear--top .qodef-m-image {
    transform: translateY(-80px);
    opacity: 0;
    transition: transform 1s cubic-bezier(.25, .46, .45, .94), opacity .4s cubic-bezier(.25, .46, .45, .94)
}

.qodef-single-image.qodef--has-appear.qodef--has-appear--top .qodef-m-additional-image {
    transform: translateY(80px);
    opacity: 0;
    transition: transform 1s cubic-bezier(.25, .46, .45, .94), opacity .4s cubic-bezier(.25, .46, .45, .94)
}

.qodef-single-image.qodef--has-appear.qodef--has-appear--bottom .qodef-m-image {
    transform: translateY(80px);
    opacity: 0;
    transition: transform 1s cubic-bezier(.25, .46, .45, .94), opacity .4s cubic-bezier(.25, .46, .45, .94)
}

.qodef-single-image.qodef--has-appear.qodef--has-appear--bottom .qodef-m-additional-image {
    transform: translateY(-80px);
    opacity: 0;
    transition: transform 1s cubic-bezier(.25, .46, .45, .94), opacity .4s cubic-bezier(.25, .46, .45, .94)
}

.qodef-single-image.qodef--has-appear.qodef--appear.qodef--has-appear--bottom .qodef-m-image,
.qodef-single-image.qodef--has-appear.qodef--appear.qodef--has-appear--top .qodef-m-image {
    opacity: 1;
    transform: translateY(0)
}

.qodef-single-image.qodef--has-appear.qodef--appear.qodef--has-appear--bottom .qodef-m-additional-image,
.qodef-single-image.qodef--has-appear.qodef--appear.qodef--has-appear--top .qodef-m-additional-image {
    opacity: 1;
    transform: translateY(0)
}

.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-layout--simple .qodef-tabs-navigation {
    position: relative;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
    border-bottom: 4px solid #e1e1e1
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li {
    margin: 0;
    padding: 0
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a {
    font-family: Oxanium, cursive;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 1.2em;
    letter-spacing: .015em;
    display: block;
    padding: 0 60px 14px 0;
    position: relative;
    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 43px 14px 0
    }
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a:before {
    content: "";
    width: 0;
    height: 4px;
    position: absolute;
    bottom: -4px;
    background: var(--qode-main-color);
    transition: all .3s
}

.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:before,
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.active a:before,
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.ui-state-active a:before,
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.ui-state-hover a:before {
    width: 100%;
    transition: all .3s
}

@media only screen and (max-width:680px) {
    .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation {
        flex-direction: column;
        align-items: flex-start;
        border-bottom: 0
    }
    .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li {
        margin: 0 0 26px 0;
        padding: 0;
        border-bottom: 4px solid #e1e1e1
    }
    .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li:last-child {
        margin-bottom: 0
    }
}

.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-tabs-navigation {
    flex-shrink: 0;
    display: block;
    padding-right: 26px;
    margin-right: 26px;
    border-right: 1px solid #e1e1e1
}

.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
}

.qodef-triple-image-highlight {
    position: relative;
    text-align: center
}

.qodef-triple-image-highlight .qodef-e-inner {
    position: relative;
    display: inline-block
}

.qodef-triple-image-highlight .qodef-e-inner:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 60
}

@media only screen and (max-width:680px) {
    .qodef-triple-image-highlight .qodef-e-inner {
        max-width: 100%
    }
}

.qodef-triple-image-highlight .qodef-e-image-holder {
    position: relative;
    will-change: transform;
    max-width: 80vw
}

.qodef-triple-image-highlight .qodef-e-image-holder img {
    border-radius: 0;
    transition: border-radius .2s cubic-bezier(.19, 1, .22, 1) .2s
}

.qodef-triple-image-highlight .qodef-e-image-holder .qodef-e-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 40
}

.qodef-triple-image-highlight .qodef-e-image-holder.qodef--center {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    transition: transform .7s cubic-bezier(.86, 0, .07, 1)
}

.qodef-triple-image-highlight .qodef-e-image-holder.qodef--left,
.qodef-triple-image-highlight .qodef-e-image-holder.qodef--right {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    transition: transform 1.2s cubic-bezier(.19, 1, .22, 1) .5s, transform-origin 0s cubic-bezier(.19, 1, .22, 1) 0s, visibility 0s .6s
}

.qodef-triple-image-highlight .qodef-e-image-holder.qodef-c img {
    overflow: hidden;
    transition: border-radius .2s cubic-bezier(.19, 1, .22, 1) .9s
}

.qodef-triple-image-highlight .qodef-e-image-holder img {
    position: relative;
    display: block;
    z-index: 10
}

.qodef-triple-image-highlight .qodef-left-trigger,
.qodef-triple-image-highlight .qodef-right-trigger {
    position: absolute;
    top: 0;
    width: 15%;
    height: 100%;
    z-index: 300;
    cursor: pointer
}

.qodef-triple-image-highlight .qodef-left-trigger {
    left: 0
}

.qodef-triple-image-highlight .qodef-right-trigger {
    right: 0
}

.qodef-triple-image-highlight .qodef-m-pagination {
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 38px
}

.qodef-triple-image-highlight .qodef-m-pagination .qodef-m-bullet {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 10px;
    height: 10px;
    margin: 5px !important;
    padding: 0;
    background-color: #98b1ae;
    border-radius: 50%;
    opacity: 1;
    transition: all .35s ease;
    position: relative
}

.qodef-triple-image-highlight .qodef-m-pagination .qodef-m-bullet.qodef--active,
.qodef-triple-image-highlight .qodef-m-pagination .qodef-m-bullet:hover {
    background-color: var(--qode-main-color)
}

.qodef-triple-image-highlight .qodef-m-pagination .qodef-m-bullet:not(.qodef--active) {
    transform: scale(.7)
}

.qodef-triple-image-highlight .qodef-left-arrow,
.qodef-triple-image-highlight .qodef-right-arrow {
    background-color: rgba(255, 255, 255, .15);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    width: 149px;
    height: 92px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: inherit;
    margin: 0;
    color: #000;
    transition: all .35s ease;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    z-index: 301
}

.qodef-triple-image-highlight .qodef-left-arrow svg,
.qodef-triple-image-highlight .qodef-right-arrow svg {
    display: block;
    width: 26px
}

.qodef-triple-image-highlight .qodef-left-arrow:hover:before,
.qodef-triple-image-highlight .qodef-right-arrow:hover:before {
    width: 100%;
    transition: all .4s
}

.qodef-triple-image-highlight .qodef-left-arrow:hover svg,
.qodef-triple-image-highlight .qodef-right-arrow:hover svg {
    width: 37px;
    height: 26px
}

.qodef-triple-image-highlight .qodef-left-arrow:hover svg g rect:nth-of-type(1),
.qodef-triple-image-highlight .qodef-left-arrow:hover svg g rect:nth-of-type(3),
.qodef-triple-image-highlight .qodef-right-arrow:hover svg g rect:nth-of-type(1),
.qodef-triple-image-highlight .qodef-right-arrow:hover svg g rect:nth-of-type(3) {
    width: 9px;
    transition: width .2s
}

.qodef-triple-image-highlight .qodef-left-arrow:hover svg g rect:nth-of-type(2),
.qodef-triple-image-highlight .qodef-right-arrow:hover svg g rect:nth-of-type(2) {
    width: 37px !important;
    transition: width .2s
}

.qodef-triple-image-highlight .qodef-left-arrow {
    left: 55px
}

.qodef-triple-image-highlight .qodef-left-arrow:before {
    content: "";
    position: absolute;
    background-color: var(--qode-main-color);
    width: 6px;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    transition: all .4s
}

.qodef-triple-image-highlight .qodef-right-arrow {
    right: 55px
}

.qodef-triple-image-highlight .qodef-right-arrow:before {
    content: "";
    position: absolute;
    background-color: var(--qode-main-color);
    width: 6px;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all .4s
}

.qodef-video-button {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.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: #000;
    line-height: 1
}

.qodef-video-button .qodef-m-play span {
    display: block;
    line-height: inherit;
    width: 90px;
    height: 90px;
    position: relative;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: rgba(255, 255, 255, .2)
}

.qodef-video-button .qodef-m-play span svg {
    width: 100%;
    text-align: center;
    margin-top: 30px;
    transform: translateX(5px);
    transition: transform .4s cubic-bezier(.25, .46, .45, .94)
}

.qodef-video-button .qodef-m-play span:before {
    content: '';
    position: absolute;
    background-color: var(--qode-main-color);
    width: 6px;
    height: 90px;
    left: 0;
    top: 0;
    transition: width .4s
}

.qodef-video-button .qodef-m-play span:hover:before {
    width: 100%
}

.qodef-video-button .qodef-m-play span:hover svg {
    transform: translateX(2px)
}

#qodef-side-area {
    position: fixed;
    top: 0;
    right: -490px;
    width: 490px;
    height: 100%;
    min-height: 100%;
    padding: 136px 80px 50px;
    text-align: center;
    overflow: hidden;
    visibility: hidden;
    z-index: 9999;
    transition: all .6s cubic-bezier(.77, 0, .175, 1);
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    background-color: rgba(255, 255, 255, .25)
}

.qodef-header-skin--light #qodef-side-area {
    -webkit-backdrop-filter: blur(30px) !important;
    backdrop-filter: blur(30px) !important;
    background: rgba(255, 255, 255, .25) !important
}

.qodef-header-skin--light #qodef-side-area * {
    color: var(--qode-header-light-color) !important
}

.qodef-header-skin--light #qodef-side-area svg {
    fill: #fff
}

.qodef-header-skin--blur #qodef-side-area * {
    color: var(--qode-header-light-color) !important
}

.qodef-header-skin--blur #qodef-side-area svg {
    fill: #fff
}

.qodef-header-skin--blur #qodef-side-area svg path {
    fill: #fff
}

.qodef-header-skin--blur #qodef-side-area .widget a {
    color: #fff
}

.qodef-header-skin--dark #qodef-side-area {
    -webkit-backdrop-filter: blur(30px) !important;
    backdrop-filter: blur(30px) !important;
    background: rgba(255, 255, 255, .8) !important
}

.qodef-header-skin--dark #qodef-side-area * {
    color: #000 !important
}

.qodef-header-skin--dark #qodef-side-area p>span {
    color: #9a9a9a !important
}

.qodef-header-skin--dark #qodef-side-area h3 {
    color: #9a9a9a !important
}

.qodef-header-skin--dark #qodef-side-area svg {
    fill: #000
}

.qodef-page-blur-skin #qodef-side-area {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: rgba(255, 255, 255, 0)
}

.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-close {
    position: absolute;
    top: 40px;
    right: 40px;
    display: none;
    z-index: 1000;
    color: #000
}

.admin-bar #qodef-side-area-close {
    top: 65px
}

.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;
    background-color: rgba(0, 0, 0, .35);
    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 5px 0 0;
    font-family: Oxanium, cursive;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    font-size: 13px;
    line-height: 1.53em;
    letter-spacing: .05em
}

.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 {
    font-size: 20px
}

.qodef-social-share li.qodef-facebook-share a:hover {
    color: #3b5998
}

.qodef-social-share li.qodef-twitter-share a:hover {
    color: #00aced
}

.qodef-social-share li.qodef-linkedin-share a:hover {
    color: #007bb5
}

.qodef-social-share li.qodef-tumblr-share a:hover {
    color: #32506d
}

.qodef-social-share li.qodef-pinterest-share a:hover {
    color: #cb2027
}

.qodef-social-share li.qodef-vk-share a:hover {
    color: #45668e
}

.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-social-share-icon {
    vertical-align: middle
}

.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: block
}

.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: block;
    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: block;
    line-height: inherit
}

.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 #e1e1e1
}

.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: 14px;
    color: #9a9a9a;
    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 li {
    margin-right: 15px
}

.qodef-social-share.qodef-layout--list li:last-child {
    margin-right: 0
}

.qodef-social-share.qodef-layout--text li {
    margin-right: 15px
}

.qodef-social-share.qodef-layout--text li:last-child {
    margin-right: 0
}

.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--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--speedometer .qodef-m-inner {
    background-color: #000
}

#qodef-page-spinner.qodef-layout--speedometer .qodef-m-spinner-heading {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between
}

#qodef-page-spinner.qodef-layout--speedometer .qodef-m-spinner-heading>* {
    margin: 0;
    opacity: 0;
    animation: qode-fade-in 1s forwards
}

#qodef-page-spinner.qodef-layout--speedometer .qodef-m-spinner-number-holder {
    flex-shrink: 0;
    animation-delay: .5s
}

#qodef-page-spinner.qodef-layout--speedometer .qodef-m-spinner-number {
    color: #fff;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    text-align: center
}

#qodef-page-spinner.qodef-layout--speedometer .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--speedometer .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--speedometer .qodef-m-speedometer:before {
    background: #707070;
    border-radius: 200px 200px 0 0;
    content: "";
    height: 100px;
    position: absolute;
    width: 200px
}

#qodef-page-spinner.qodef-layout--speedometer .qodef-m-speedometer {
    border-radius: 200px 200px 0 0;
    height: 100px;
    margin: 0;
    overflow: hidden;
    position: relative;
    width: 200px
}

#qodef-page-spinner.qodef-layout--speedometer .qodef-m-speedometer:after {
    background: #000;
    border-radius: 140px 140px 0 0;
    bottom: 0;
    content: "";
    height: 70px;
    left: 30px;
    line-height: 95px;
    position: absolute;
    text-align: center;
    width: 140px;
    z-index: 3
}

#qodef-page-spinner.qodef-layout--speedometer .qodef-m-needle {
    background: var(--qode-main-color);
    bottom: -4px;
    display: block;
    height: 8px;
    left: 10px;
    position: absolute;
    width: 90px;
    transform-origin: 100% 4px;
    transform: rotate(0)
}

#qodef-page-spinner.qodef-layout--speedometer .qodef-m-spinner-logo {
    margin-top: 30px
}

#qodef-page-spinner.qodef-layout--speedometer .qodef-m-spinner-logo .qodef-header-logo-image {
    display: none
}

#qodef-page-spinner.qodef-layout--speedometer .qodef-m-spinner-logo .qodef-header-logo-image.qodef--light {
    display: block !important;
    margin: 0 auto
}

#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: Oxanium, cursive;
    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--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-sp-holder {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 115;
    visibility: hidden;
    transition: opacity .2s ease-out;
    background-color: rgba(0, 0, 0, .65);
    display: flex;
    align-items: center;
    justify-content: center
}

.qodef-sp-holder .qodef-sp-inner {
    width: 90%;
    max-width: 600px;
    background-color: #fff;
    padding: 40px;
    opacity: 0;
    box-shadow: 3px 3px 15px 0 rgba(0, 0, 0, .5);
    transition: transform .3s cubic-bezier(.06, .47, .38, .99), opacity .2s ease-out
}

.qodef-sp-holder .qodef-sp-close {
    position: absolute;
    top: 16px;
    right: 16px;
    display: block;
    color: #000
}

.qodef-sp-holder .qodef-sp-close:hover {
    color: #9a9a9a
}

.qodef-sp-holder .qodef-sp-close svg {
    stroke: currentColor;
    fill: currentColor
}

.qodef-sp-holder .qodef-sp-content-container {
    background-color: #fafafa;
    background-size: cover;
    padding: 40px
}

.qodef-sp-holder .qodef-sp-title {
    margin: 0 0 30px 0
}

.qodef-sp-holder .qodef-sp-subtitle {
    margin: 0 0 20px 0
}

.qodef-sp-holder .wpcf7 {
    width: 100%;
    display: block
}

.qodef-sp-holder .qodef-sp-prevent {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-top: 28px
}

.qodef-sp-holder .qodef-sp-prevent-inner {
    cursor: pointer
}

.qodef-sp-holder .qodef-sp-prevent-inner>* {
    position: relative;
    display: inline-block;
    vertical-align: top;
    line-height: 1
}

.qodef-sp-holder .qodef-sp-prevent-input {
    margin: 1px 1px 0 0;
    width: 11px;
    height: 11px;
    border: 1px solid #000;
    overflow: hidden
}

.qodef-sp-holder .qodef-sp-prevent-input svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity .2s ease-out
}

.qodef-sp-holder .qodef-sp-prevent-input.qodef-sp-prevent-clicked svg {
    opacity: 1
}

.qodef-sp-holder .qodef-sp-prevent-label {
    font-size: 13px
}

.qodef-sp-opened .qodef-sp-holder {
    opacity: 1;
    visibility: visible;
    transition: opacity .2s ease-out
}

.qodef-sp-opened .qodef-sp-holder .qodef-sp-inner {
    opacity: 1;
    transform: scale(1);
    transition: transform .8s cubic-bezier(.26, .63, 0, .96)
}

.qodef-page-title {
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: cover
}

.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-background-blur {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px)
}

.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.qodef-content-full-width {
    padding: 0 40px
}

.qodef-page-title .qodef-breadcrumbs a,
.qodef-page-title .qodef-breadcrumbs span {
    font-family: Oxanium, cursive;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #9a9a9a;
    transition: color .2s
}

.qodef-page-title .qodef-breadcrumbs a:hover {
    color: var(--qode-main-color)
}

.qodef-page-title .qodef-breadcrumbs a:hover span {
    color: var(--qode-main-color)
}

.qodef-page-title .qodef-breadcrumbs .qodef-breadcrumbs-separator {
    margin: 0 15px
}

.qodef-page-title .qodef-breadcrumbs .qodef-breadcrumbs-separator:after {
    content: '';
    position: relative;
    display: inline-block;
    width: 2px;
    height: 11px;
    background-color: var(--qode-main-color)
}

.qodef-page-title.qodef-title--standard-with-breadcrumbs .qodef-m-content {
    justify-content: flex-start
}

.qodef-page-title.qodef-title--standard-with-breadcrumbs .qodef-breadcrumbs {
    margin-top: 41px;
    margin-bottom: 81px
}

@media only screen and (max-width:1024px) {
    .qodef-page-title.qodef-title--standard-with-breadcrumbs .qodef-breadcrumbs {
        margin-top: 20px;
        margin-bottom: 35px
    }
}

@media only screen and (min-width:768px) and (max-width:1024px) {
    .qodef-page-title.qodef-title--standard-with-breadcrumbs h1.qodef-m-title {
        font-size: 60px
    }
}

.qodef-page-title.qodef-title--standard .qodef-m-subtitle {
    margin: 0
}

.widget.qodef-author-info .qodef-author-info-image {
    margin-bottom: 35px;
    display: inline-block
}

.widget.qodef-author-info .qodef-author-info-image img {
    width: 290px;
    height: 178px;
    -o-object-fit: cover;
    object-fit: cover
}

.widget.qodef-author-info .qodef-author-info-name {
    margin: 0 0 12px
}

.widget.qodef-author-info .qodef-author-info-description {
    margin: 0
}

.widget.qodef-author-info .qodef-m-social-icons {
    margin-top: 16px;
    display: flex;
    align-content: baseline
}

.widget.qodef-author-info .qodef-m-social-icons a {
    text-align: center;
    display: inline-block;
    margin-right: 23px;
    line-height: 1
}

.widget.qodef-author-info .qodef-m-social-icons a:last-child {
    margin-right: 0
}

.qodef-page-dark-skin .qodef-author-info-name a {
    color: #eee
}

.widget .qodef-contact-info-widget {
    margin: 0
}

#qodef-top-area .widget .qodef-contact-info-widget a {
    font-size: 16px
}

.qodef-header-skin--light #qodef-side-area .qodef-social-icons-group .qodef-icon-holder a:hover {
    color: var(--qode-main-color) !important
}

.qodef-header-skin--light #qodef-side-area .qodef-social-icons-group .qodef-icon-holder a:hover span {
    color: var(--qode-main-color) !important
}

.qodef-header-skin--dark #qodef-side-area .qodef-social-icons-group a,
.qodef-page-dark-skin #qodef-side-area .qodef-social-icons-group a {
    color: #000
}

.qodef-header-skin--dark #qodef-side-area .qodef-social-icons-group a:hover,
.qodef-page-dark-skin #qodef-side-area .qodef-social-icons-group a:hover {
    color: var(--qode-main-color) !important
}

.qodef-header-skin--dark #qodef-side-area .qodef-social-icons-group a:hover span,
.qodef-page-dark-skin #qodef-side-area .qodef-social-icons-group a:hover span {
    color: var(--qode-main-color) !important
}

.qodef-social-icons-group .qodef-icon-holder {
    margin-right: 9px
}

.qodef-social-icons-group .qodef-icon-holder a {
    transition: color .2s ease-out
}

.qodef-social-icons-group .qodef-icon-holder:last-child {
    margin-right: 0
}

.qodef-social-icons-group .qodef-icon-holder.qodef--textual {
    font-family: Oxanium, cursive;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    font-size: 13px;
    line-height: 1.53em;
    letter-spacing: .05em;
    display: inline-flex;
    vertical-align: middle;
    flex-wrap: wrap;
    color: #9a9a9a
}

.qodef-social-icons-group .qodef-icon-holder.qodef--textual a {
    color: inherit
}

.widget.widget_shiftup_core_social_icons_group .qodef-icon-holder.qodef-layout--circle,
.widget.widget_shiftup_core_social_icons_group .qodef-icon-holder.qodef-layout--square {
    background-color: #fafafa
}

.widget.widget_shiftup_core_social_icons_group .qodef-icon-holder.qodef-layout--circle:hover,
.widget.widget_shiftup_core_social_icons_group .qodef-icon-holder.qodef-layout--square:hover {
    color: #000
}

.widget.widget_shiftup_core_social_icons_group .qodef-icon-holder.qodef-layout--circle:hover a,
.widget.widget_shiftup_core_social_icons_group .qodef-icon-holder.qodef-layout--square:hover a {
    color: #fff
}

.widget_shiftup_core_sticky_sidebar {
    position: relative;
    width: 100%;
    height: 0;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: 0 0 !important
}

@media only screen and (max-width:680px) {
    #qodef-age-verification-modal .qodef-m-content {
        min-width: auto
    }
    #qodef-age-verification-modal .qodef-m-content-note {
        display: none
    }
}

@media only screen and (max-width:1440px) {
    .qodef-background-text .qodef-m-background-text {
        font-size: 135px
    }
}

@media only screen and (max-width:680px) {
    .qodef-background-text .qodef-m-background-text {
        display: none !important
    }
}

@media only screen and (max-width:1440px) {
    .qodef-blog.qodef-item-layout--metro article.format-link .qodef-e-link {
        padding: 83px 40px
    }
    .qodef-blog.qodef-item-layout--metro article.format-quote .qodef-e-quote {
        padding: 83px 40px 87px
    }
}

@media only screen and (max-width:680px) {
    #qodef-author-info .qodef-m-inner {
        flex-wrap: wrap
    }
    #qodef-author-info .qodef-m-content {
        margin-top: 23px
    }
}

@media only screen and (max-width:768px) {
    #qodef-content-bottom #qodef-content-bottom-inner {
        flex-direction: column
    }
}

@media only screen and (min-width:769px) and (max-width:1024px) {
    #qodef-content-bottom p {
        padding-right: 30px
    }
}

@media only screen and (max-width:480px) {
    #qodef-content-bottom {
        padding: 158px 0 163px
    }
}

@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-top-area {
        display: none
    }
}

@media only screen and (max-width:1440px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 20%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(5n+1) {
        clear: both
    }
}

@media only screen and (max-width:1366px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 25%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(4n+1) {
        clear: both
    }
}

@media only screen and (max-width:1366px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 25%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(4n+1) {
        clear: both
    }
}

@media only screen and (max-width:1366px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 25%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(4n+1) {
        clear: both
    }
}

@media only screen and (max-width:1366px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 25%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(4n+1) {
        clear: both
    }
}

@media only screen and (max-width:1024px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 33.33333%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(3n+1) {
        clear: both
    }
}

@media only screen and (max-width:1024px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 33.33333%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(3n+1) {
        clear: both
    }
}

@media only screen and (max-width:1024px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 33.33333%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(3n+1) {
        clear: both
    }
}

@media only screen and (max-width:1024px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 33.33333%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(3n+1) {
        clear: both
    }
}

@media only screen and (max-width:1024px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 33.33333%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(3n+1) {
        clear: both
    }
}

@media only screen and (max-width:768px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 50%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1) {
        clear: both
    }
}

@media only screen and (max-width:768px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 50%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1) {
        clear: both
    }
}

@media only screen and (max-width:768px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 50%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1) {
        clear: both
    }
}

@media only screen and (max-width:768px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 50%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1) {
        clear: both
    }
}

@media only screen and (max-width:768px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 50%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1) {
        clear: both
    }
}

@media only screen and (max-width:768px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 50%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1) {
        clear: both
    }
}

@media only screen and (max-width:680px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 100%
    }
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 100%
    }
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 100%
    }
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 100%
    }
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 100%
    }
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 100%
    }
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 100%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 100%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 50%
    }
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1) {
        clear: both
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 33.33333%
    }
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(3n+1) {
        clear: both
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 25%
    }
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(4n+1) {
        clear: both
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 20%
    }
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(5n+1) {
        clear: both
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 16.66667%
    }
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(6n+1) {
        clear: both
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 14.28571%
    }
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(7n+1) {
        clear: both
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 12.5%
    }
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(8n+1) {
        clear: both
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 100%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 50%
    }
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1) {
        clear: both
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 33.33333%
    }
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(3n+1) {
        clear: both
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 25%
    }
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(4n+1) {
        clear: both
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 20%
    }
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(5n+1) {
        clear: both
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 16.66667%
    }
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(6n+1) {
        clear: both
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 14.28571%
    }
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(7n+1) {
        clear: both
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 12.5%
    }
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(8n+1) {
        clear: both
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--1.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 100%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 50%
    }
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1) {
        clear: both
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 33.33333%
    }
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(3n+1) {
        clear: both
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 25%
    }
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(4n+1) {
        clear: both
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 20%
    }
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(5n+1) {
        clear: both
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 16.66667%
    }
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(6n+1) {
        clear: both
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 14.28571%
    }
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(7n+1) {
        clear: both
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 12.5%
    }
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(8n+1) {
        clear: both
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 100%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 50%
    }
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1) {
        clear: both
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 33.33333%
    }
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(3n+1) {
        clear: both
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 25%
    }
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(4n+1) {
        clear: both
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 20%
    }
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(5n+1) {
        clear: both
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 16.66667%
    }
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(6n+1) {
        clear: both
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 14.28571%
    }
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(7n+1) {
        clear: both
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 12.5%
    }
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(8n+1) {
        clear: both
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--1.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 100%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 50%
    }
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1) {
        clear: both
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 33.33333%
    }
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(3n+1) {
        clear: both
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 25%
    }
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(4n+1) {
        clear: both
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 20%
    }
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(5n+1) {
        clear: both
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 16.66667%
    }
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(6n+1) {
        clear: both
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 14.28571%
    }
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(7n+1) {
        clear: both
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 12.5%
    }
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(8n+1) {
        clear: both
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--1.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 100%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 50%
    }
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1) {
        clear: both
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 33.33333%
    }
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(3n+1) {
        clear: both
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 25%
    }
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(4n+1) {
        clear: both
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 20%
    }
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(5n+1) {
        clear: both
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 16.66667%
    }
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(6n+1) {
        clear: both
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 14.28571%
    }
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(7n+1) {
        clear: both
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 12.5%
    }
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(8n+1) {
        clear: both
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--1.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 100%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 50%
    }
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1) {
        clear: both
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 33.33333%
    }
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(3n+1) {
        clear: both
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 25%
    }
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(4n+1) {
        clear: both
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 20%
    }
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(5n+1) {
        clear: both
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 16.66667%
    }
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(6n+1) {
        clear: both
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 14.28571%
    }
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(7n+1) {
        clear: both
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 12.5%
    }
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(8n+1) {
        clear: both
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--1.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 100%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 50%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 33.33333%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 25%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 20%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 16.66667%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 14.28571%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 12.5%
    }
}

@media only screen and (max-width:1440px) {
    .qodef-twitter-list.qodef-gutter--huge.qodef--no-bottom-space {
        margin-bottom: -70px
    }
    .qodef-twitter-list.qodef-gutter--huge #ctf .ctf-tweets {
        margin: 0 -35px
    }
    .qodef-twitter-list.qodef-gutter--huge #ctf .ctf-tweets>.ctf-item {
        padding: 0 35px;
        margin: 0 0 70px
    }
}

@media only screen and (max-width:1024px) {
    .qodef-portfolio-single .qodef-variations--small .qodef-media {
        margin: 0 0 50px
    }
    .qodef-portfolio-single .qodef-variations--big .qodef-portfolio-info {
        margin-top: 50px
    }
}

@media only screen and (max-width:480px) {
    .qodef-portfolio-single .qodef-variations--small .qodef-media {
        margin: 0 0 60px
    }
}

@media only screen and (max-width:680px) {
    .qodef-call-to-action.qodef-layout--standard .qodef-m-inner {
        display: block
    }
    .qodef-call-to-action.qodef-layout--standard .qodef-m-button {
        margin-top: 20px
    }
}

@media only screen and (max-width:768px) {
    .qodef-cards-gallery .qodef-m-fake-card {
        transform: scale(.8)
    }
    .qodef-cards-gallery.qodef-orientation--left .qodef-m-card {
        transform: scale(.7)
    }
    .qodef-cards-gallery.qodef-orientation--left .qodef-m-card.qodef-out {
        transform: translateX(-100%)
    }
    .qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(6) {
        transform: scale(.28) translateX(123%)
    }
    .qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(5) {
        transform: scale(.36) translateX(77%)
    }
    .qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(4) {
        transform: scale(.45) translateX(45.2%)
    }
    .qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(3) {
        transform: scale(.54) translateX(24.5%)
    }
    .qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(2) {
        transform: scale(.62) translateX(16.5%)
    }
    .qodef-cards-gallery.qodef-orientation--right .qodef-m-card {
        transform: scale(.7)
    }
    .qodef-cards-gallery.qodef-orientation--right .qodef-m-card.qodef-out {
        transform: translateX(100%)
    }
    .qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(6) {
        transform: scale(.28) translateX(-123%)
    }
    .qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(5) {
        transform: scale(.36) translateX(-77%)
    }
    .qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(4) {
        transform: scale(.45) translateX(-45.2%)
    }
    .qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(3) {
        transform: scale(.54) translateX(-24.5%)
    }
    .qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(2) {
        transform: scale(.62) translateX(-16.5%)
    }
}

@media only screen and (max-width:1024px) {
    .qodef-countdown .qodef-m-date {
        justify-content: center
    }
}

@media only screen and (min-width:681px) and (max-width:768px) {
    .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: calc(20% - 40px)
    }
    .qodef-countdown.qodef-layout--simple .qodef-label {
        white-space: nowrap
    }
    .qodef-countdown.qodef-layout--simple .qodef-digit {
        font-size: 60px
    }
}

@media only screen and (max-width:680px) {
    .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: calc(50% - 40px)
    }
}

@media only screen and (max-width:480px) {
    .qodef-countdown .qodef-m-date {
        flex-direction: column;
        align-items: center
    }
}

@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:1366px) {
    .qodef-image-section-info .qodef-m-title br {
        display: none
    }
}

@media only screen and (max-width:1024px) {
    .qodef-image-section-info .qodef-m-image img {
        height: auto
    }
    .qodef-image-section-info .qodef-m-tagline {
        font-size: 80px
    }
}

@media only screen and (max-width:680px) {
    .qodef-image-section-info .qodef-m-title {
        margin-top: 5px
    }
}

@media only screen and (min-width:1025px) and (max-width:1440px) {
    .qodef-image-section-info.qodef-layout--info-on-image .qodef-m-content {
        padding: 5.16% 4% 5.26%
    }
}

@media only screen and (width:1366px) {
    .qodef-image-section-info.qodef-layout--info-on-image .qodef-m-content {
        padding: 7.16% 4% 7.16%
    }
}

@media only screen and (min-width:768px) and (max-width:1280px) {
    .qodef-image-section-info.qodef-layout--info-on-image:not(.qodef-image-full-width).qodef--left .qodef-m-content {
        left: 6.3%
    }
    .qodef-image-section-info.qodef-layout--info-on-image:not(.qodef-image-full-width).qodef--right .qodef-m-content {
        right: 6.3%
    }
}

@media only screen and (max-width:1280px) {
    .qodef-image-section-info.qodef-layout--info-on-image.qodef-image-full-width.qodef--left .qodef-m-content {
        padding-left: 6.2%
    }
    .qodef-image-section-info.qodef-layout--info-on-image.qodef-image-full-width.qodef--right .qodef-m-content {
        padding-right: 6.2%
    }
}

@media only screen and (max-width:1024px) {
    .qodef-image-section-info.qodef-layout--info-on-image.qodef-image-full-width .qodef-m-content {
        width: 61.45%
    }
    .qodef-image-section-info.qodef-layout--info-on-image.qodef-image-full-width.qodef--left .qodef-m-content {
        padding-left: 10.5%
    }
    .qodef-image-section-info.qodef-layout--info-on-image.qodef-image-full-width.qodef--right .qodef-m-content {
        padding-right: 10.5%
    }
}

@media only screen and (max-width:768px) {
    .qodef-image-section-info.qodef-layout--info-on-image .qodef-m-content {
        padding: 6% 4.78%;
        width: 49.409%
    }
    .qodef-image-section-info.qodef-layout--info-on-image .qodef-m-content>.qodef-m-text {
        display: none
    }
    .qodef-image-section-info.qodef-layout--info-on-image.qodef-image-full-width .qodef-m-content {
        width: 60%
    }
    .qodef-image-section-info.qodef-layout--info-on-image.qodef-image-full-width .qodef-m-content>.qodef-m-text {
        display: block
    }
    .qodef-image-section-info.qodef-layout--info-on-image.qodef-image-full-width.qodef--left .qodef-m-content {
        padding-left: 5.5%
    }
    .qodef-image-section-info.qodef-layout--info-on-image.qodef-image-full-width.qodef--right .qodef-m-content {
        padding-right: 5.5%
    }
}

@media only screen and (min-width:768px) and (max-width:1024px) {
    .qodef-image-section-info.qodef-layout--info-on-image.qodef-image-full-width .qodef-m-image img {
        min-height: 500px
    }
}

@media only screen and (max-width:680px) {
    .qodef-image-section-info.qodef-layout--info-on-image .qodef-m-image {
        width: 100%
    }
    .qodef-image-section-info.qodef-layout--info-on-image .qodef-m-content {
        position: relative;
        display: block;
        width: 100%;
        padding: 55px 32px 60px
    }
    .qodef-image-section-info.qodef-layout--info-on-image.qodef-image-full-width .qodef-m-content {
        width: 100%
    }
    .qodef-image-section-info.qodef-layout--info-on-image.qodef-image-full-width.qodef--left .qodef-m-content {
        padding-left: 32px
    }
    .qodef-image-section-info.qodef-layout--info-on-image.qodef-image-full-width.qodef--right .qodef-m-content {
        padding-right: 32px
    }
    .qodef-image-section-info.qodef-layout--info-on-image.qodef--right .qodef-m-inner {
        flex-direction: column
    }
    .qodef-image-section-info.qodef-layout--info-on-image.qodef--right .qodef-m-content {
        right: 0
    }
    .qodef-image-section-info.qodef-layout--info-on-image.qodef--left .qodef-m-content {
        text-align: left;
        left: 0
    }
    .qodef-image-section-info.qodef-layout--info-on-image.qodef--left .qodef-m-inner {
        flex-direction: column
    }
    .qodef-image-section-info.qodef-layout--info-on-image .qodef-m-title {
        margin-bottom: 24px
    }
}

@media only screen and (max-width:1440px) {
    .qodef-image-section-info.qodef-layout--standard .qodef-m-image {
        width: 65%
    }
}

@media only screen and (max-width:1366px) {
    .qodef-image-section-info.qodef-layout--standard.qodef--right .qodef-m-bottom-info {
        left: 23px
    }
    .qodef-image-section-info.qodef-layout--standard .qodef-m-bottom-info {
        right: 23px
    }
    .qodef-image-section-info.qodef-layout--standard.qodef-has-bottom-info {
        padding-bottom: 50px
    }
}

@media only screen and (min-width:1367px) and (max-width:1440px) {
    .qodef-image-section-info.qodef-layout--standard .qodef-m-bottom-info {
        padding-bottom: 2px
    }
}

@media only screen and (min-width:1025px) and (max-width:1366px) {
    .qodef-image-section-info.qodef-layout--standard .qodef-m-bottom-info {
        padding-top: 8px;
        padding-bottom: 2px
    }
}

@media only screen and (max-width:1280px) {
    .qodef-image-section-info.qodef-layout--standard.qodef-has-bottom-info {
        padding-bottom: 146px
    }
    .qodef-image-section-info.qodef-layout--standard .qodef-m-image {
        width: 75%
    }
}

@media only screen and (max-width:1024px) {
    .qodef-image-section-info.qodef-layout--standard.qodef--right .qodef-m-bottom-info {
        left: 0
    }
    .qodef-image-section-info.qodef-layout--standard.qodef-has-bottom-info {
        padding-bottom: 77px
    }
    .qodef-image-section-info.qodef-layout--standard .qodef-m-content {
        width: 67.26%
    }
    .qodef-image-section-info.qodef-layout--standard .qodef-m-bottom-info {
        padding-bottom: 0;
        right: 0
    }
    .qodef-image-section-info.qodef-layout--standard .qodef-m-bottom-info-mark {
        font-size: 120px
    }
    .qodef-image-section-info.qodef-layout--standard .qodef-m-bottom-info-text {
        margin: 0 0 18px
    }
}

@media only screen and (max-width:768px) {
    .qodef-image-section-info.qodef-layout--standard .qodef-m-image {
        width: 70%
    }
    .qodef-image-section-info.qodef-layout--standard .qodef-m-content {
        width: 66.26%;
        left: 15px
    }
    .qodef-image-section-info.qodef-layout--standard .qodef-m-content .qodef-m-content-inner>.qodef-m-text {
        display: none
    }
    .qodef-image-section-info.qodef-layout--standard .qodef-m-bottom-info {
        padding-right: 16px;
        padding-left: 16px
    }
    .qodef-image-section-info.qodef-layout--standard.qodef--right .qodef-m-content {
        right: 15px;
        left: auto
    }
    .qodef-image-section-info.qodef-layout--standard.qodef--right .qodef-m-bottom-info {
        padding-right: 16px;
        padding-left: 16px
    }
}

@media only screen and (max-width:680px) {
    .qodef-image-section-info.qodef-layout--standard.qodef-has-bottom-info {
        padding-bottom: 68px
    }
    .qodef-image-section-info.qodef-layout--standard .qodef-m-image {
        width: 100%
    }
    .qodef-image-section-info.qodef-layout--standard .qodef-m-content {
        width: 100%;
        top: 0;
        left: 0;
        transform: translateY(-78%)
    }
    .qodef-image-section-info.qodef-layout--standard .qodef-m-tagline {
        font-size: 60px
    }
    .qodef-image-section-info.qodef-layout--standard h2.qodef-m-title {
        font-size: 35px
    }
    .qodef-image-section-info.qodef-layout--standard .qodef-m-bottom-info {
        width: 100%
    }
    .qodef-image-section-info.qodef-layout--standard .qodef-m-bottom-info-mark {
        font-size: 60px
    }
    .qodef-image-section-info.qodef-layout--standard .qodef-m-bottom-info-text {
        margin-bottom: 8px
    }
}

@media only screen and (max-width:360px) {
    .qodef-image-section-info.qodef-layout--standard h2.qodef-m-title {
        font-size: 30px
    }
}

@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:1366px) {
    .qodef-interactive-link-showcase.qodef-type--standard {
        padding: 100px 0
    }
    .qodef-interactive-link-showcase.qodef-type--standard .qodef-m-images {
        width: 60%
    }
    .qodef-interactive-link-showcase.qodef-type--standard .qodef-m-items {
        width: 40%
    }
}

@media only screen and (max-width:1024px) {
    .qodef-interactive-link-showcase.qodef-type--standard {
        padding: 60px 0
    }
    .qodef-interactive-link-showcase.qodef-type--standard .qodef-m-images {
        width: 80%
    }
    .qodef-interactive-link-showcase.qodef-type--standard .qodef-m-items {
        width: 100%;
        padding-left: 60px;
        align-items: flex-start
    }
    .qodef-interactive-link-showcase.qodef-type--standard .qodef-m-item {
        font-size: 30px;
        line-height: 1.2em;
        padding-bottom: 3px
    }
}

@media only screen and (max-width:680px) {
    .qodef-interactive-link-showcase.qodef-type--standard {
        padding: 30px 0
    }
    .qodef-interactive-link-showcase.qodef-type--standard .qodef-m-items {
        padding-left: 30px
    }
}

@media only screen and (max-width:1440px) {
    .qodef-interactive-link-showcase.qodef-layout--list .qodef-m-items {
        margin-right: 100px
    }
}

@media only screen and (max-width:1024px) {
    .qodef-interactive-link-showcase.qodef-layout--list {
        flex-direction: column
    }
    .qodef-interactive-link-showcase.qodef-layout--list .qodef-m-item {
        font-size: 60px
    }
    .qodef-interactive-link-showcase.qodef-layout--list .qodef-m-text-item.qodef--active {
        position: relative
    }
}

@media only screen and (max-width:1024px) {
    .qodef-item-showcase {
        align-items: flex-start;
        flex-wrap: wrap
    }
    .qodef-item-showcase .qodef-m-image {
        position: absolute;
        top: 0;
        left: 0;
        width: 40%;
        padding-right: 40px;
        margin: 0 !important
    }
    .qodef-item-showcase .qodef-m-items {
        left: 40%;
        width: calc(100% - 40%)
    }
    .qodef-item-showcase .qodef-m-items .qodef-m-item {
        transition-delay: 0s
    }
    .qodef-item-showcase .qodef-m-items.qodef--left {
        text-align: left
    }
    .qodef-item-showcase .qodef-m-items.qodef--right .qodef-m-item:first-child {
        margin-top: 40px
    }
    .qodef-item-showcase .qodef-m-item {
        margin-top: 40px
    }
}

@media only screen and (max-width:680px) {
    .qodef-item-showcase .qodef-m-image {
        display: none
    }
    .qodef-item-showcase .qodef-m-items {
        left: 0;
        width: 100%
    }
}

@media only screen and (max-width:1024px) {
    .qodef-section-title.qodef-title-break--disabled .qodef-m-title 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:1024px) {
    .qodef-triple-image-highlight .qodef-left-arrow,
    .qodef-triple-image-highlight .qodef-right-arrow {
        width: 115px;
        height: 71px
    }
}

@media only screen and (max-width:680px) {
    .qodef-triple-image-highlight .qodef-e-image-holder {
        max-width: 75vw
    }
    .qodef-triple-image-highlight .qodef-left-arrow,
    .qodef-triple-image-highlight .qodef-right-arrow {
        display: none
    }
}

@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
    }
}

@media only screen and (max-width:1024px) {
    #qodef-page-sidebar .qodef-social-icons-group {
        justify-content: flex-start
    }
}