.askka-core-page-inline-style {
    position: absolute !important;
    width: 0;
    height: 0;
    line-height: 1;
    display: none
}

.kc-elm.qodef-shortcode .fa,
.kc-elm.qodef-shortcode .fas {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900
}

.kc-elm.qodef-shortcode .fa:before,
.kc-elm.qodef-shortcode .fas:before {
    font-family: inherit;
    font-weight: inherit
}

.kc-elm.qodef-shortcode .fab {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400
}

.kc-elm.qodef-shortcode .fab:before {
    font-family: inherit;
    font-weight: inherit
}

#qodef-back-to-top {
    position: fixed;
    width: 40px;
    height: 40px;
    right: 50px;
    bottom: 48px;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 10000
}

#qodef-back-to-top .qodef-back-to-top-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    overflow: hidden;
    color: #636363;
    background-color: transparent;
    border: 1px solid currentColor;
    transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out
}

#qodef-back-to-top .qodef-back-to-top-icon * {
    display: block;
    line-height: inherit
}

#qodef-back-to-top svg {
    display: block;
    width: 25px;
    height: auto;
    stroke: currentColor
}

#qodef-back-to-top:hover .qodef-back-to-top-icon {
    color: #fff;
    background-color: #636363;
    border-color: #636363
}

#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-background-text {
    position: relative
}

.qodef-background-text .qodef-m-background-text {
    font-family: tuesday_nightregular, sans-serif;
    font-size: 70px;
    font-style: normal;
    color: #6b2100
}

.qodef-background-text .qodef-m-background-text-holder {
    display: flex;
    height: 100%;
    position: absolute;
    width: 100%
}

.qodef-blog.qodef-item-layout--simple article .qodef-e-inner {
    display: flex;
    align-items: center
}

.qodef-blog.qodef-item-layout--simple article .qodef-e-media-image {
    flex-shrink: 0;
    width: 70px !important;
    margin: 0 20px 0 0
}

.qodef-blog.qodef-item-layout--simple article .qodef-e-bottom-holder {
    margin-top: 4px
}

.qodef-blog.qodef-item-layout--standard-compact.qodef-col-num--1 article:not(:last-child) .qodef-e-info.qodef-info--bottom {
    margin-bottom: 36px
}

.qodef-blog.qodef-item-layout--standard-compact.qodef-col-num--1 article:not(:last-child).format-link .qodef-e-link {
    margin-bottom: 20px
}

.qodef-blog.qodef-item-layout--standard-compact.qodef-col-num--1 article:not(:last-child).format-quote .qodef-e-quote {
    margin-bottom: 20px
}

.qodef-blog.qodef-item-layout--standard-compact:not(.qodef-col-num--1) article .qodef-e-media>* {
    margin-bottom: 23px
}

.qodef-blog.qodef-item-layout--standard-compact:not(.qodef-col-num--1) article .qodef-e-excerpt {
    margin: 12px 0 0
}

.qodef-blog.qodef-item-layout--standard-compact:not(.qodef-col-num--1) article.format-link .qodef-e-link {
    padding: 76px
}

.qodef-blog.qodef-item-layout--standard-compact:not(.qodef-col-num--1) article.format-link .qodef-e-link-icon {
    right: 40px;
    width: 140px
}

.qodef-blog.qodef-item-layout--standard-compact:not(.qodef-col-num--1) article.format-quote .qodef-e-quote {
    padding: 76px
}

.qodef-blog.qodef-item-layout--standard-compact:not(.qodef-col-num--1) article.format-quote .qodef-e-quote:before {
    font-size: 540px
}

.qodef-blog.qodef-item-layout--standard-compact:not(.qodef-col-num--1) article.format-audio .qodef-e-media-audio {
    bottom: 23px
}

.qodef-blog.qodef-item-layout--standard-compact .qodef-blog-item .qodef-e-read-more {
    margin: 0
}

.qodef-blog.qodef-item-layout--standard-compact .qodef-blog-item .qodef-e-bottom-holder {
    margin-top: 26px
}

.qodef-blog.qodef-item-layout--standard-compact .qodef-blog-item .qodef-e-media-image {
    overflow: hidden
}

.qodef-blog.qodef-item-layout--standard-compact .qodef-blog-item .qodef-e-media-image img {
    transform: scale(1.05) translateX(-5px);
    transition: .5s ease-out;
    will-change: transform
}

.qodef-blog.qodef-item-layout--standard-compact .qodef-e-media-holder {
    display: grid;
    grid-template-columns: minmax(0, 1fr)
}

.qodef-blog.qodef-item-layout--standard-compact .qodef-e-media-holder>* {
    grid-column: 1/2;
    grid-row: 1/2
}

.qodef-blog.qodef-item-layout--standard-compact .qodef-e-media-holder .qodef-e-info-date {
    place-self: start;
    display: flex;
    flex-direction: column;
    place-items: center;
    z-index: 1;
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: .3em;
    text-transform: uppercase;
    font-weight: 500;
    margin: 20px;
    padding: 8px;
    background-color: #fff
}

.qodef-blog.qodef-item-layout--standard-compact .qodef-e-media-holder:hover .qodef-e-media-image img {
    transform: scale(1.05) translateX(5px)
}

.qodef-blog.qodef-item-layout--standard-compact .qodef-e-media-holder:hover .qodef-e-media-play svg circle {
    animation: qode-video-btn 1.2s cubic-bezier(.43, .41, .36, .9)
}

.qodef-blog.qodef-item-layout--standard-compact .qodef-e-media-play {
    place-self: center;
    z-index: 1;
    display: grid;
    grid-template-areas: "button"
}

.qodef-blog.qodef-item-layout--standard-compact .qodef-e-media-play svg circle {
    stroke: #fff;
    fill: none;
    stroke-dasharray: 640;
    stroke-dashoffset: 1280
}

.qodef-blog.qodef-item-layout--standard-compact .qodef-e-info-social-share {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.qodef-blog.qodef-item-layout--standard-compact .qodef-e-info-social-share:hover li {
    cursor: pointer;
    opacity: 1;
    transition: all .3s ease-out;
    visibility: visible
}

.qodef-blog.qodef-item-layout--standard-compact .qodef-social-share {
    visibility: hidden
}

.qodef-blog.qodef-item-layout--standard-compact .qodef-social-share ul {
    align-items: center;
    display: flex
}

.qodef-blog.qodef-item-layout--standard-compact .qodef-social-share ul li {
    opacity: 0
}

.qodef-blog.qodef-item-layout--standard-compact .qodef-social-share ul li:nth-child(1) {
    transition-delay: .7s
}

.qodef-blog.qodef-item-layout--standard-compact .qodef-social-share ul li:nth-child(2) {
    transition-delay: .6s
}

.qodef-blog.qodef-item-layout--standard-compact .qodef-social-share ul li:nth-child(3) {
    transition-delay: .5s
}

.qodef-blog.qodef-item-layout--standard-compact .qodef-social-share ul li:nth-child(4) {
    transition-delay: .4s
}

.qodef-blog.qodef-item-layout--standard-compact .qodef-social-share ul li:nth-child(5) {
    transition-delay: .3s
}

.qodef-blog.qodef-item-layout--standard-compact .qodef-social-share ul li:nth-child(6) {
    transition-delay: .2s
}

.qodef-blog.qodef-item-layout--standard-compact .qodef-social-share-opener {
    display: flex;
    align-items: center;
    margin-left: 18px
}

.qodef-blog.qodef-item-layout--standard-compact .qodef-m-pagination {
    margin: -6px 0 0 0
}

.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).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 .qodef-e-media>* {
    margin-bottom: 23px
}

.qodef-blog.qodef-item-layout--standard:not(.qodef-col-num--1) article .qodef-e-excerpt {
    margin: 12px 0 0
}

.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
}

.qodef-blog.qodef-item-layout--standard:not(.qodef-col-num--1) article.format-audio .qodef-e-media-audio {
    bottom: 23px
}

.widget.widget_askka_core_blog_list .qodef-blog.qodef-item-layout--simple article .qodef-e-title a {
    font-size: inherit
}

.widget.widget_askka_core_blog_list .qodef-blog.qodef-item-layout--simple article .qodef-e-info a {
    font-size: 12px
}

#qodef-page-sidebar .widget.widget_askka_core_blog_list .qodef-blog {
    margin-top: 9px
}

#qodef-author-info {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-top: 50px
}

#qodef-author-info .qodef-m-inner {
    position: relative;
    display: flex;
    align-items: flex-start
}

#qodef-author-info .qodef-m-image {
    flex-shrink: 0;
    margin-right: 25px
}

#qodef-author-info .qodef-m-image a,
#qodef-author-info .qodef-m-image img {
    display: block
}

#qodef-author-info .qodef-m-author {
    margin: -4px 0 0 0
}

#qodef-author-info .qodef-m-email {
    margin: 5px 0 0
}

#qodef-author-info .qodef-m-description {
    margin: 6px 0 0
}

#qodef-author-info .qodef-m-social-icons {
    display: flex;
    margin-top: 28px
}

#qodef-author-info .qodef-m-social-icons a {
    font-family: "Work sans", sans-serif;
    color: #000;
    font-weight: 600;
    font-size: 12px;
    line-height: 1.5em;
    letter-spacing: .3em;
    text-transform: uppercase;
    background-image: linear-gradient(currentColor, currentColor);
    background-repeat: no-repeat;
    transition: background-size .4s cubic-bezier(.22, .61, .36, 1);
    background-position: 0 100%;
    background-size: 0 1px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: 20px
}

#qodef-author-info .qodef-m-social-icons a:last-child {
    margin-right: 0
}

#qodef-author-info .qodef-m-social-icons a:focus,
#qodef-author-info .qodef-m-social-icons a:hover {
    animation: qodef-animate-underline 1s cubic-bezier(.32, .32, .15, 1.17) forwards
}

#qodef-related-posts {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-top: 100px
}

#qodef-single-post-navigation {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 50px 0 50px
}

#qodef-single-post-navigation .qodef-m-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    background-color: #fbf9f9
}

#qodef-single-post-navigation .qodef-m-nav {
    position: relative;
    display: flex;
    align-items: center
}

#qodef-single-post-navigation .qodef-m-nav>* {
    display: block;
    line-height: inherit
}

#qodef-single-post-navigation .qodef-m-nav .qodef-m-pagination-icon {
    position: relative;
    top: -2px;
    display: block;
    width: 30px;
    height: auto;
    fill: currentColor;
    stroke: none
}

#qodef-single-post-navigation .qodef-m-nav .qodef-m-nav-image {
    -o-object-fit: cover;
    object-fit: cover;
    width: 87px;
    height: 110px
}

#qodef-single-post-navigation .qodef-m-nav.qodef--prev .qodef-m-nav-label {
    margin: 0 0 0 30px
}

#qodef-single-post-navigation .qodef-m-nav.qodef--next {
    flex-direction: row-reverse;
    margin-left: auto
}

#qodef-single-post-navigation .qodef-m-nav.qodef--next .qodef-m-nav-label {
    margin: 0 30px 0 0
}

#qodef-single-post-navigation .qodef-m-nav-label-inner {
    font-family: "Work sans", sans-serif;
    color: #000;
    font-weight: 600;
    font-size: 12px;
    line-height: 1.5em;
    letter-spacing: .3em;
    text-transform: uppercase;
    position: relative;
    padding: 0 0 2px 0;
    background-image: linear-gradient(currentColor, currentColor);
    background-repeat: no-repeat;
    transition: background-size .4s cubic-bezier(.22, .61, .36, 1);
    background-position: 0 100%;
    background-size: calc(100% - .3em) 1px
}

#qodef-single-post-navigation .qodef-m-nav-label-inner:hover {
    animation: qodef-animate-underline 1s cubic-bezier(.32, .32, .15, 1.17) forwards
}

#qodef-page-footer .qodef-alignment--left {
    text-align: left
}

#qodef-page-footer .qodef-alignment--left .widget img {
    margin-right: auto
}

#qodef-page-footer .qodef-alignment--center {
    text-align: center
}

#qodef-page-footer .qodef-alignment--center .widget img {
    margin-right: auto;
    margin-left: auto
}

#qodef-page-footer .qodef-alignment--right {
    text-align: right
}

#qodef-page-footer .qodef-alignment--right .widget img {
    margin-left: auto
}

#qodef-page-footer .qodef-footer-logo-link {
    position: relative;
    display: flex;
    align-items: center;
    flex-shrink: 0;
    height: 120px;
    max-height: 100%
}

#qodef-page-footer .qodef-footer-logo-link img {
    display: block;
    margin: auto 0;
    width: auto;
    max-height: 50%;
    transition: opacity .3s ease
}

#qodef-page-footer .qodef-footer-logo-link img.qodef--main {
    opacity: 1
}

#qodef-page-footer .qodef-footer-logo-link img.qodef--dark,
#qodef-page-footer .qodef-footer-logo-link img.qodef--light {
    opacity: 0
}

#qodef-page-footer .qodef-footer-logo-link img:not(.qodef--main) {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%)
}

#qodef-page-footer.qodef-skin--light #qodef-page-footer-logo-area {
    background-color: #000
}

#qodef-page-footer.qodef-skin--light #qodef-page-footer-top-area {
    background-color: #000
}

#qodef-page-footer.qodef-skin--light #qodef-page-footer-middle-area {
    background-color: #000
}

#qodef-page-footer.qodef-skin--light #qodef-page-footer-bottom-area {
    background-color: #000
}

#qodef-page-footer.qodef-skin--light .qodef-footer-logo-link img.qodef--dark,
#qodef-page-footer.qodef-skin--light .qodef-footer-logo-link img.qodef--main {
    opacity: 0
}

#qodef-page-footer.qodef-skin--light .qodef-footer-logo-link img.qodef--light {
    opacity: 1
}

#qodef-page-footer.qodef-skin--dark #qodef-page-footer-logo-area {
    background-color: #fff
}

#qodef-page-footer.qodef-skin--dark #qodef-page-footer-top-area {
    background-color: #fff
}

#qodef-page-footer.qodef-skin--dark #qodef-page-footer-middle-area {
    background-color: #fff
}

#qodef-page-footer.qodef-skin--dark #qodef-page-footer-bottom-area {
    background-color: #fff
}

#qodef-page-footer.qodef-skin--dark .qodef-footer-logo-link img.qodef--light,
#qodef-page-footer.qodef-skin--dark .qodef-footer-logo-link img.qodef--main {
    opacity: 0
}

#qodef-page-footer.qodef-skin--dark .qodef-footer-logo-link img.qodef--dark {
    opacity: 1
}

#qodef-page-footer-logo-area {
    background-color: #000
}

#qodef-page-footer-logo-area-inner {
    display: flex;
    justify-content: center;
    position: relative;
    padding: 18px 0 16px
}

@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%;
    margin: 0 auto
}

.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: flex-start;
    width: 100%;
    height: 100%
}

.qodef-fullscreen-menu {
    position: relative;
    top: 0;
    text-align: left;
    margin-left: 193px
}

.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 {
    padding: 9px 0
}

.qodef-fullscreen-menu>ul>li>a {
    font-family: "Work sans", sans-serif;
    text-transform: uppercase;
    font-size: 34px;
    line-height: 1.24em;
    letter-spacing: .2em;
    font-weight: 600;
    color: #fff;
    letter-spacing: .2em
}

.qodef-fullscreen-menu>ul>li>a:hover {
    color: #c6c6c6
}

.qodef-fullscreen-menu>ul>li.current-menu-ancestor>a,
.qodef-fullscreen-menu>ul>li.current-menu-item>a {
    color: #c6c6c6
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner>ul {
    padding: 17px 0 0
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li {
    margin: 15px 0
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li:first-child {
    margin-top: 0
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li>a {
    display: inline;
    white-space: normal;
    overflow: hidden;
    transition: padding .2s ease-out;
    margin: 12px 0;
    font-family: "Work sans", sans-serif;
    font-size: 15px;
    line-height: 1.66em;
    font-weight: 400;
    color: #c6c6c6
}

.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 span {
    background-image: linear-gradient(currentColor, currentColor);
    background-repeat: no-repeat;
    transition: background-size .4s cubic-bezier(.22, .61, .36, 1);
    background-position: 0 100%;
    background-size: 0 1px;
    padding-bottom: 2px
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li>a:hover {
    color: #fff
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li>a:hover span {
    background-size: calc(100% - 0em) 1px
}

.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 {
    color: #fff
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li.current-menu-ancestor>a span,
.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li.current-menu-item>a span {
    background-size: calc(100% - 0em) 1px
}

.qodef-fullscreen-menu-animate--in .qodef-fullscreen-menu-opener.qodef-source--predefined .qodef-m-line.qodef--1 {
    top: 12px;
    transform: rotate(45deg)
}

.qodef-fullscreen-menu-animate--in .qodef-fullscreen-menu-opener.qodef-source--predefined .qodef-m-line.qodef--2 {
    top: 12px;
    transform: rotate(-45deg)
}

.qodef-fullscreen-menu--opened .qodef-fullscreen-menu-opener {
    color: #fff
}

.qodef-fullscreen-menu--opened .qodef-fullscreen-menu-opener .qodef-m-icon {
    visibility: hidden
}

.qodef-fullscreen-menu--opened .qodef-fullscreen-menu-opener .qodef-m-icon.qodef--close {
    left: 5px;
    top: 3px;
    visibility: visible;
    z-index: 101
}

.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-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: 18px
}

#qodef-page-header .qodef-widget-holder .widget {
    margin: 0 9px
}

#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>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 .qodef-opener-icon.qodef-source--icon-pack: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--svg-path:not(.qodef--opened) {
    color: var(--qode-header-light-color) !important
}

#qodef-page-header-inner.qodef-skin--light .qodef-opener-icon.qodef-source--predefined.qodef-fullscreen-menu-opener svg,
#qodef-page-header-inner.qodef-skin--light .qodef-opener-icon.qodef-source--predefined.qodef-side-area-opener svg,
.qodef-custom-header-layout.qodef-skin--light .qodef-opener-icon.qodef-source--predefined.qodef-fullscreen-menu-opener svg,
.qodef-custom-header-layout.qodef-skin--light .qodef-opener-icon.qodef-source--predefined.qodef-side-area-opener svg {
    fill: var(--qode-header-light-color) !important
}

#qodef-page-header-inner.qodef-skin--light .qodef-opener-icon.qodef-source--predefined.qodef-search-opener svg,
.qodef-custom-header-layout.qodef-skin--light .qodef-opener-icon.qodef-source--predefined.qodef-search-opener svg {
    stroke: var(--qode-header-light-color) !important
}

#qodef-page-header-inner.qodef-skin--light .qodef-opener-icon.qodef-source--predefined.qodef-search-opener:hover svg,
.qodef-custom-header-layout.qodef-skin--light .qodef-opener-icon.qodef-source--predefined.qodef-search-opener:hover svg {
    stroke: var(--qode-header-light-hover-color) !important
}

#qodef-page-header-inner.qodef-skin--light .qodef-woo-yith-wishlist-link a svg,
.qodef-custom-header-layout.qodef-skin--light .qodef-woo-yith-wishlist-link a svg {
    fill: var(--qode-header-light-color) !important
}

#qodef-page-header-inner.qodef-skin--light .qodef-woo-yith-wishlist-link a:hover svg,
.qodef-custom-header-layout.qodef-skin--light .qodef-woo-yith-wishlist-link a:hover svg {
    fill: var(--qode-header-light-hover-color) !important
}

#qodef-page-header-inner.qodef-skin--light .qodef-woo-yith-wishlist-link.qodef--no-items svg,
.qodef-custom-header-layout.qodef-skin--light .qodef-woo-yith-wishlist-link.qodef--no-items svg {
    stroke: var(--qode-header-light-color) !important;
    fill: none !important
}

#qodef-page-header-inner.qodef-skin--light .qodef-woo-yith-wishlist-link.qodef--no-items:hover svg,
.qodef-custom-header-layout.qodef-skin--light .qodef-woo-yith-wishlist-link.qodef--no-items:hover svg {
    fill: none !important;
    stroke: var(--qode-header-light-hover-color) !important
}

#qodef-page-header-inner.qodef-skin--light .qodef-woo-dropdown-cart a span,
#qodef-page-header-inner.qodef-skin--light .qodef-woo-yith-wishlist-link a span,
.qodef-custom-header-layout.qodef-skin--light .qodef-woo-dropdown-cart a span,
.qodef-custom-header-layout.qodef-skin--light .qodef-woo-yith-wishlist-link a span {
    color: var(--qode-header-light-color) !important
}

#qodef-page-header-inner.qodef-skin--light .qodef-woo-dropdown-cart a:hover span,
#qodef-page-header-inner.qodef-skin--light .qodef-woo-yith-wishlist-link a:hover span,
.qodef-custom-header-layout.qodef-skin--light .qodef-woo-dropdown-cart a:hover span,
.qodef-custom-header-layout.qodef-skin--light .qodef-woo-yith-wishlist-link a:hover span {
    color: var(--qode-header-light-hover-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 .qodef-opener-icon.qodef-source--icon-pack: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--svg-path:not(.qodef--opened) {
    color: var(--qode-header-dark-color) !important
}

#qodef-page-header-inner.qodef-skin--dark .qodef-opener-icon.qodef-source--predefined.qodef-fullscreen-menu-opener svg,
#qodef-page-header-inner.qodef-skin--dark .qodef-opener-icon.qodef-source--predefined.qodef-side-area-opener svg,
.qodef-custom-header-layout.qodef-skin--dark .qodef-opener-icon.qodef-source--predefined.qodef-fullscreen-menu-opener svg,
.qodef-custom-header-layout.qodef-skin--dark .qodef-opener-icon.qodef-source--predefined.qodef-side-area-opener svg {
    fill: var(--qode-header-dark-color) !important
}

#qodef-page-header-inner.qodef-skin--dark .qodef-opener-icon.qodef-source--predefined.qodef-search-opener svg,
.qodef-custom-header-layout.qodef-skin--dark .qodef-opener-icon.qodef-source--predefined.qodef-search-opener svg {
    stroke: var(--qode-header-dark-color) !important
}

#qodef-page-header-inner.qodef-skin--dark .qodef-opener-icon.qodef-source--predefined.qodef-search-opener:hover svg,
.qodef-custom-header-layout.qodef-skin--dark .qodef-opener-icon.qodef-source--predefined.qodef-search-opener:hover svg {
    stroke: var(--qode-header-dark-hover-color) !important
}

#qodef-page-header-inner.qodef-skin--dark .qodef-woo-yith-wishlist-link a svg,
.qodef-custom-header-layout.qodef-skin--dark .qodef-woo-yith-wishlist-link a svg {
    fill: var(--qode-header-dark-color) !important
}

#qodef-page-header-inner.qodef-skin--dark .qodef-woo-yith-wishlist-link a:hover svg,
.qodef-custom-header-layout.qodef-skin--dark .qodef-woo-yith-wishlist-link a:hover svg {
    fill: var(--qode-header-dark-hover-color) !important
}

#qodef-page-header-inner.qodef-skin--dark .qodef-woo-yith-wishlist-link.qodef--no-items svg,
.qodef-custom-header-layout.qodef-skin--dark .qodef-woo-yith-wishlist-link.qodef--no-items svg {
    stroke: var(--qode-header-dark-color) !important;
    fill: none !important
}

#qodef-page-header-inner.qodef-skin--dark .qodef-woo-yith-wishlist-link.qodef--no-items:hover svg,
.qodef-custom-header-layout.qodef-skin--dark .qodef-woo-yith-wishlist-link.qodef--no-items:hover svg {
    fill: none !important;
    stroke: var(--qode-header-dark-hover-color) !important
}

#qodef-page-header-inner.qodef-skin--dark .qodef-woo-dropdown-cart a span,
#qodef-page-header-inner.qodef-skin--dark .qodef-woo-yith-wishlist-link a span,
.qodef-custom-header-layout.qodef-skin--dark .qodef-woo-dropdown-cart a span,
.qodef-custom-header-layout.qodef-skin--dark .qodef-woo-yith-wishlist-link a span {
    color: var(--qode-header-dark-color) !important
}

#qodef-page-header-inner.qodef-skin--dark .qodef-woo-dropdown-cart a:hover span,
#qodef-page-header-inner.qodef-skin--dark .qodef-woo-yith-wishlist-link a:hover span,
.qodef-custom-header-layout.qodef-skin--dark .qodef-woo-dropdown-cart a:hover span,
.qodef-custom-header-layout.qodef-skin--dark .qodef-woo-yith-wishlist-link a:hover span {
    color: var(--qode-header-dark-hover-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;
    width: 50px;
    height: auto;
    fill: currentColor;
    stroke: currentColor
}

#qodef-page-header .qodef-header-logo-link.qodef-source--textual {
    font-family: "Work sans", sans-serif;
    text-transform: uppercase;
    color: #000;
    font-size: 22px;
    line-height: 1.23em;
    letter-spacing: .2em;
    font-weight: 600;
    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-header--centered #qodef-page-header {
    height: 182px
}

.qodef-header--centered #qodef-page-header .qodef-header-logo-link {
    top: 12px;
    height: 134px
}

.qodef-header--centered #qodef-page-header-inner {
    flex-direction: column;
    justify-content: center
}

.qodef-header--centered #qodef-page-header-inner>div {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 48px;
    width: 100%;
    justify-content: space-between
}

.qodef-header--centered #qodef-page-header-inner>div .qodef-widget-holder {
    margin-left: 0
}

.qodef-header--centered #qodef-page-header-inner>div .qodef-header-navigation {
    margin: 0 24px;
    flex: 1;
    display: flex;
    justify-content: center
}

.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--split-left-to-right #qodef-page-header-inner,
.qodef-header--split-left-to-right .qodef-header-sticky-inner {
    align-items: stretch;
    justify-content: center
}

.qodef-header--split-left-to-right #qodef-page-header-inner .qodef-header-navigation,
.qodef-header--split-left-to-right .qodef-header-sticky-inner .qodef-header-navigation {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.qodef-header--split-left-to-right #qodef-page-header-inner .qodef-widget-holder,
.qodef-header--split-left-to-right .qodef-header-sticky-inner .qodef-widget-holder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-left: 0
}

.qodef-header--split-left-to-right #qodef-page-header-inner .qodef-header-logo-link,
.qodef-header--split-left-to-right .qodef-header-sticky-inner .qodef-header-logo-link {
    justify-content: center
}

.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: 70px;
    width: 100%;
    background-color: #fff;
    transform: translateY(-100%);
    transition: transform .5s ease, top .5s ease;
    z-index: 100
}

.qodef-header--sticky-display .qodef-header-sticky {
    transform: translateY(0)
}

.admin-bar.qodef-header--sticky-display .qodef-header-sticky {
    top: 32px
}

.qodef-header-sticky-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    padding: 0 40px
}

.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-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 50px;
    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 .widget {
    margin: 0 12px
}

#qodef-top-area .qodef-widget-holder .widget:first-child {
    margin-left: 0
}

#qodef-top-area .qodef-widget-holder .widget:last-child {
    margin-right: 0
}

#qodef-top-area .widget {
    display: inline-block;
    vertical-align: middle;
    line-height: 1
}

#qodef-top-area .widget .textwidget>*,
#qodef-top-area .widget .widget p {
    margin: 0
}

#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: #fbf9f9
}

.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 #272727;
    border-radius: 4px;
    box-shadow: 3px 3px 16px 2px rgba(0, 0, 0, .04);
    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 #272727;
    border-left: 1px solid #272727;
    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: "Work sans", 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 #272727;
    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;
    stroke: currentColor
}

#qodef-page-mobile-header .qodef-mobile-header-logo-link.qodef-source--textual {
    font-family: "Work sans", sans-serif;
    text-transform: uppercase;
    color: #000;
    font-size: 22px;
    line-height: 1.23em;
    letter-spacing: .2em;
    font-weight: 600;
    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--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
}

.qodef-header-navigation ul li.qodef-menu-item--narrow .qodef-drop-down-second-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-header-navigation ul li.qodef-menu-item--narrow .qodef-drop-down-second-inner>ul {
    position: relative;
    top: auto;
    opacity: 1;
    visibility: visible
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-mega-menu-widget-holder {
    display: block
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second {
    background-color: #1a1a1a
}

.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: 45px 0 45px;
    margin: 0 -1px
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li {
    width: 100%;
    padding: 0 1px
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li>a {
    font-family: "Work sans", sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1.33em;
    letter-spacing: .3em;
    font-weight: 500;
    color: #fff;
    letter-spacing: .2em;
    font-size: 16px
}

.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: 13px
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li ul li {
    margin: 5px 0
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li ul li:first-child {
    margin-top: 0
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li ul li:last-child {
    margin-bottom: 0
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li ul li>a {
    display: inline;
    white-space: normal;
    overflow: hidden;
    transition: padding .2s ease-out;
    margin: 0;
    font-family: "Work sans", sans-serif;
    font-size: 13px;
    line-height: 1.54em;
    font-weight: 400;
    color: #c6c6c6
}

.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 span {
    background-image: linear-gradient(currentColor, currentColor);
    background-repeat: no-repeat;
    transition: background-size .4s cubic-bezier(.22, .61, .36, 1);
    background-position: 0 100%;
    background-size: 0 1px;
    padding-bottom: 2px
}

.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 {
    color: #fff
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li ul li.current-menu-item>a span,
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li ul li:hover>a span {
    background-size: calc(100% - 0em) 1px
}

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;
    display: inline-block
}

.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--svg-path span {
    position: relative
}

.qodef-opener-icon.qodef-source--svg-path span>* {
    vertical-align: middle
}

.qodef-opener-icon.qodef-source--svg-path span path,
.qodef-opener-icon.qodef-source--svg-path span>* {
    fill: currentColor;
    stroke: currentColor
}

.qodef-opener-icon.qodef-source--predefined:not(.qodef-search-opener):not(.qodef-m-close) svg rect {
    transform-origin: 100% 50%
}

.qodef-opener-icon.qodef-source--predefined:not(.qodef-search-opener):not(.qodef-m-close):hover svg rect {
    animation: 1s qode-menu-opener cubic-bezier(.22, .61, .36, 1) forwards
}

.qodef-opener-icon.qodef-source--predefined:not(.qodef-search-opener):not(.qodef-m-close):hover svg rect:nth-of-type(1) {
    animation-delay: 0s
}

.qodef-opener-icon.qodef-source--predefined:not(.qodef-search-opener):not(.qodef-m-close):hover svg rect:nth-of-type(2) {
    animation-delay: .15s
}

.qodef-opener-icon.qodef-source--predefined:not(.qodef-search-opener):not(.qodef-m-close):hover svg rect:nth-of-type(3) {
    animation-delay: .3s
}

.qodef-opener-icon.qodef-source--predefined .qodef--close svg {
    fill: none;
    stroke: #fff;
    stroke-miterlimit: 10
}

.qodef-opener-icon.qodef-source--predefined .qodef--close svg line {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0)
}

.qodef-opener-icon.qodef-source--predefined .qodef--close:hover line {
    animation: qode-clip-lines .8s forwards cubic-bezier(.33, .02, 0, .93)
}

.qodef-opener-icon.qodef-source--predefined .qodef--close:hover line:nth-child(2) {
    animation: qode-clip-lines .8s forwards cubic-bezier(.33, .02, 0, .93) .2s
}

.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 form .wpcf7-response-output {
    margin: 50px 0 0
}

.qodef-contact-form-7 form .qodef-newsletter+.wpcf7-response-output {
    margin: 1.4em 0 .5em 0
}

.qodef-contact-form-7 .ajax-loader {
    animation: qode-rotate 2s linear infinite;
    background-image: none !important;
    border: 2px solid #e6e6e6 !important;
    border-radius: 50%;
    border-top: 2px solid var(--qode-main-color) !important;
    height: 23px !important;
    margin: 0 0 0 12px !important;
    position: absolute;
    right: -10px;
    width: 23px !important
}

.qodef-contact-form-7 textarea {
    padding: 8px 1px 0 1px
}

.qodef-contact-form-7 button {
    margin: 16px 0 0
}

.qodef-contact-form-7 .qodef-newsletter {
    position: relative;
    display: inline-block;
    width: 50%;
    margin-top: 16px
}

@media only screen and (max-width:1024px) {
    .qodef-contact-form-7 .qodef-newsletter {
        width: 100%
    }
}

.qodef-contact-form-7 .qodef-newsletter input {
    margin: 0 0 21px
}

.qodef-contact-form-7 .qodef-newsletter button {
    position: absolute;
    top: 10px;
    right: 0;
    padding: 0;
    margin: 0;
    background-color: transparent;
    border-color: transparent
}

.qodef-contact-form-7 .qodef-sidebar-form {
    margin-top: 0;
    width: 100%
}

.qodef-contact-form-inner .qodef-contact-form-row {
    display: flex;
    flex-direction: row;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between
}

@media only screen and (max-width:480px) {
    .qodef-contact-form-inner .qodef-contact-form-row {
        flex-direction: column
    }
}

.qodef-contact-form-inner .qodef-contact-form-row span {
    flex: 1 50%;
    margin-bottom: 23px
}

.qodef-contact-form-inner .qodef-contact-form-row span * {
    margin: 0 0 11px
}

.qodef-contact-form-inner .qodef-contact-form-row span:first-child {
    padding-right: 20px
}

@media only screen and (max-width:680px) {
    .qodef-contact-form-inner .qodef-contact-form-row span {
        margin-bottom: 3px
    }
	.qodef-social-icons-group span{
		margin:10px 0px!important;
	}
	#qodef-side-area-inner {
    flex-direction: column!important;
}
}

@media only screen and (max-width:480px) {
    .qodef-contact-form-inner .qodef-contact-form-row span:first-child {
        padding-right: 0
    }
}

.qodef-contact-form-inner .qodef-contact-button-row {
    text-align: center
}

.qodef-contact-form-inner>p {
    text-align: center
}

.wpcf7 .ajax-loader {
    animation: qode-rotate 2s linear infinite;
    background-image: none !important;
    border: 2px solid #e6e6e6 !important;
    border-radius: 50%;
    border-top: 2px solid var(--qode-main-color) !important;
    height: 23px !important;
    margin: 12px 0 0 12px !important;
    position: absolute;
    right: -10px;
    width: 23px !important
}

.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;
    opacity: 1 !important
}

.qodef-instagram-list .sbi_photo_wrap a:after {
    content: '';
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMTYuNTYzcHgiIGhlaWdodD0iMTYuNTQycHgiIHZpZXdCb3g9IjAgMCAxNi41NjMgMTYuNTQyIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxNi41NjMgMTYuNTQyIiB4bWw6c3BhY2U9InByZXNlcnZlIj48Zz48cGF0aCBkPSJNNC44NTUsNC44OTdjLTAuNjAyLDAuNjAyLTEuMDAyLDEuMjc1LTEuMjAzLDIuMDJIMFYyLjEwNGMwLTAuNjAyLDAuMjAxLTEuMDg4LDAuNjAyLTEuNDYxICAgYzAuNDU5LTAuNCwwLjk1OS0wLjYwMiwxLjUwNC0wLjYwMkgxNC40OGMwLjU0NSwwLDEuMDE4LDAuMjAxLDEuNDE4LDAuNjAyYzAuNCwwLjQwMSwwLjYwMiwwLjg4OSwwLjYwMiwxLjQ2MXY0LjgxM2gtMy42MDkgICBjLTAuMjAxLTAuNzQ0LTAuNjAyLTEuNDE4LTEuMjAzLTIuMDJDMTAuNzQyLDMuOTUyLDkuNTk2LDMuNDc5LDguMjUsMy40NzlDNi45MzIsMy40NzksNS44MDEsMy45NTIsNC44NTUsNC44OTd6IE0xMS42ODgsMTEuNjg2ICAgYzAuOTE2LTAuOTE2LDEuMzc1LTIuMDQ3LDEuMzc1LTMuMzk1SDE2LjV2Ni4xODhjMCwwLjUxNi0wLjIwMSwxLjAwNC0wLjYwMiwxLjQ2MWMtMC4zNzMsMC40MDItMC44NDYsMC42MDItMS40MTgsMC42MDJIMi4xMDUgICBjLTAuNTcyLDAtMS4wNjEtMC4xOTktMS40NjEtMC42MDJDMC4yMTUsMTUuNTEsMCwxNS4wMjQsMCwxNC40NzlWOC4yOTJoMy40OGMwLDEuMzQ4LDAuNDU5LDIuNDc5LDEuMzc1LDMuMzk1ICAgYzAuOTQ1LDAuOTQ1LDIuMDc2LDEuNDE4LDMuMzk1LDEuNDE4QzkuNTk2LDEzLjEwNCwxMC43NDIsMTIuNjMxLDExLjY4OCwxMS42ODZ6IE04LjI1LDExLjcyOWMtMi4yOTEsMC0zLjQzOC0xLjE0NS0zLjQzOC0zLjQzOCAgIEM0LjgxMyw2LDUuOTU5LDQuODU0LDguMjUsNC44NTRTMTEuNjg4LDYsMTEuNjg4LDguMjkyQzExLjY4OCwxMC41ODQsMTAuNTQxLDExLjcyOSw4LjI1LDExLjcyOXogTTE1LjEyNSwzLjY1MVYxLjk3NSAgIGMwLTAuMTQzLTAuMDU3LTAuMjcxLTAuMTcyLTAuMzg3Yy0wLjExNS0wLjExNC0wLjI0NC0wLjE3Mi0wLjM4Ny0wLjE3MmgtMS42MzNjLTAuMTQzLDAtMC4yNzEsMC4wNTgtMC4zODcsMC4xNzIgICBjLTAuMTE1LDAuMTE1LTAuMTcyLDAuMjQ0LTAuMTcyLDAuMzg3djEuNjc2YzAsMC4xNDQsMC4wNTcsMC4yNzIsMC4xNzIsMC4zODdjMC4wODYsMC4wODYsMC4yMTUsMC4xMjksMC4zODcsMC4xMjloMS42MzMgICBjMC4xNzIsMCwwLjMwMS0wLjA0MywwLjM4Ny0wLjEyOUMxNS4wNjgsMy45MjMsMTUuMTI1LDMuNzk0LDE1LjEyNSwzLjY1MXoiLz48L2c+PC9zdmc+);
    background-repeat: no-repeat;
    background-position: center;
    width: 44px;
    height: 44px;
    background-color: #fff;
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -80%);
    transition: opacity .3s ease-out, transform .4s ease-out
}

.qodef-instagram-list .sbi_photo_wrap a:hover:after {
    opacity: 1;
    transform: translate(-50%, -50%)
}

.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--compact #sb_instagram #sbi_images>.sbi_item {
    padding: 0 !important;
    margin: 0 24px 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-gutter--enormous #sb_instagram #sbi_images>.sbi_item {
    padding: 0 !important;
    margin: 0 100px 0 0 !important
}

.qodef-instagram-list.qodef-layout--slider.qodef-gutter--mammoth #sb_instagram #sbi_images>.sbi_item {
    padding: 0 !important;
    margin: 0 200px 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--compact.qodef--no-bottom-space {
    margin-bottom: -24px
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--compact #sb_instagram #sbi_images {
    float: none;
    width: auto;
    margin: 0 -12px
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--compact #sb_instagram #sbi_images>.sbi_item {
    padding: 0 12px !important;
    margin: 0 0 24px !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-instagram-list.qodef-layout--columns.qodef-gutter--enormous.qodef--no-bottom-space {
    margin-bottom: -100px
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--enormous #sb_instagram #sbi_images {
    float: none;
    width: auto;
    margin: 0 -50px
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--enormous #sb_instagram #sbi_images>.sbi_item {
    padding: 0 50px !important;
    margin: 0 0 100px !important
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--mammoth.qodef--no-bottom-space {
    margin-bottom: -200px
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--mammoth #sb_instagram #sbi_images {
    float: none;
    width: auto;
    margin: 0 -100px
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--mammoth #sb_instagram #sbi_images>.sbi_item {
    padding: 0 100px !important;
    margin: 0 0 200px !important
}

#yith-quick-view-modal .yith-quick-view-overlay {
    background: rgba(255, 255, 255, .79) !important
}

#yith-quick-view-modal .qodef-woo-product-title {
    margin: -7px 0 0 !important
}

#yith-quick-view-modal .yith-wcqv-wrapper {
    height: auto !important;
    width: 960px !important;
    max-width: 90vw !important
}

#yith-quick-view-modal .yith-wcqv-main {
    box-shadow: 3px 3px 16px 2px rgba(0, 0, 0, .04) !important;
    overflow-y: hidden !important;
    max-height: 90vh !important
}

#yith-quick-view-modal #yith-quick-view-content.single-product>.product {
    margin-top: 0
}

#yith-quick-view-modal #yith-quick-view-content.single-product .woocommerce-product-rating {
    display: none
}

#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-inner {
    margin: 0
}

#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-inner>* {
    padding: 0
}

#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-image {
    align-self: stretch;
    max-width: 54%
}

#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-image .qodef-woo-product-mark {
    transform: translateX(0)
}

#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-image :not(.qodef-woo-product-mark) {
    height: 100%
}

#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-image .woocommerce-product-gallery figure {
    margin: 0 !important
}

#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-image .woocommerce-product-gallery figure img {
    -o-object-fit: cover;
    object-fit: cover
}

#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-image .woocommerce-product-gallery figure>.woocommerce-product-gallery__image {
    width: 100% !important;
    margin: 0 !important
}

#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-image .woocommerce-product-gallery figure>.qodef-woo-thumbnails-wrapper {
    display: none !important
}

#yith-quick-view-modal #yith-quick-view-content.single-product .entry-summary {
    align-self: center;
    padding: 30px
}

#yith-quick-view-modal #yith-quick-view-content.single-product .entry-summary .price {
    margin-top: 15px
}

#yith-quick-view-modal #yith-quick-view-close {
    border: 0 !important;
    font-size: 0;
    line-height: 1;
    position: absolute;
    right: 30px;
    top: 30px;
    opacity: 1
}

#yith-quick-view-modal #yith-quick-view-close svg.qodef-svg-close-lines line {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0)
}

#yith-quick-view-modal #yith-quick-view-close svg.qodef-svg-close-lines:hover line {
    animation: qode-clip-lines .8s forwards cubic-bezier(.33, .02, 0, .93)
}

#yith-quick-view-modal #yith-quick-view-close svg.qodef-svg-close-lines:hover line:nth-child(2) {
    animation: qode-clip-lines .8s forwards cubic-bezier(.33, .02, 0, .93) .2s
}

#yith-quick-view-modal .qodef-yith-wcqv-link {
    margin-top: 38px
}

.qodef-yith-wcqv--predefined .yith-wcqv-button {
    background-color: transparent !important;
    background-position: center;
    background-repeat: no-repeat;
    border: none !important;
    display: block !important;
    height: 20px !important;
    margin: 0 10px 0 10px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: relative;
    font-size: 0 !important;
    line-height: 0 !important;
    width: 20px !important;
    z-index: 100;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMC4yNSIgaGVpZ2h0PSIxMS44MTMiIHZpZXdCb3g9IjAgMCAyMC4yNSAxMS44MTMiPgogIDxwYXRoIGQ9Ik0yMC4yLTEwLjEyNWwuMDUzLjA1My0uMzE2LjMxNkEzMi4xLDMyLjEsMCwwLDEsMTUuODItNi4xMTdhMTAuMjA3LDEwLjIwNywwLDAsMS01LjcsMS45LDguOTg3LDguOTg3LDAsMCwxLTMuOTI5LS45QTEyLjM2OSwxMi4zNjksMCwwLDEsMy4zMjItNi45MDhxLTEtLjktMi45NTMtMi44NDhMMC0xMC4xMjVsLjA1My0uMDUzQTMwLjY5NCwzMC42OTQsMCwwLDEsNS4wMS0xNC40NDlhOS41NjUsOS41NjUsMCwwLDEsNS4xMTUtMS41ODJRMTUuMDgyLTE2LjAzMSwyMC4yLTEwLjEyNVpNMTAuMTI1LTE1LjE4N2E4LjM0Miw4LjM0MiwwLDAsMC00LjM3NywxLjIzOUEyNC4yOTEsMjQuMjkxLDAsMCwwLDEuMTYtMTAuMTI1LDMwLjQ0NCwzMC40NDQsMCwwLDAsNS4xNjgtNi41MzlhOC43MzksOC43MzksMCwwLDAsNC45NTcsMS40NzcsOC4zNTMsOC4zNTMsMCwwLDAsMy43MTgtLjkyMywxMy42NTcsMTMuNjU3LDAsMCwwLDIuOS0xLjgxOXExLjAyOC0uOSwyLjQtMi4yNjhhMjEuNzI3LDIxLjcyNywwLDAsMC0zLjktMy40OEE5LjE3NCw5LjE3NCwwLDAsMCwxMC4xMjUtMTUuMTg3Wk0xMy4xLTcuMTQ2YTQuMDYyLDQuMDYyLDAsMCwxLTIuOTc5LDEuMjM5QTQuMDYyLDQuMDYyLDAsMCwxLDcuMTQ2LTcuMTQ2YTQuMDYyLDQuMDYyLDAsMCwxLTEuMjM5LTIuOTc5QTQuMDYyLDQuMDYyLDAsMCwxLDcuMTQ2LTEzLjFhNC4wNjIsNC4wNjIsMCwwLDEsMi45NzktMS4yMzlBNC4wNjIsNC4wNjIsMCwwLDEsMTMuMS0xMy4xYTQuMDYyLDQuMDYyLDAsMCwxLDEuMjM5LDIuOTc5QTQuMDYyLDQuMDYyLDAsMCwxLDEzLjEtNy4xNDZaTTEyLjUtMTIuNWEzLjI0MywzLjI0MywwLDAsMC0yLjM3My0xLDMuMjQzLDMuMjQzLDAsMCwwLTIuMzczLDEsMy4yNDMsMy4yNDMsMCwwLDAtMSwyLjM3MywzLjI0MywzLjI0MywwLDAsMCwxLDIuMzczLDMuMjQzLDMuMjQzLDAsMCwwLDIuMzczLDEsMy4yNDMsMy4yNDMsMCwwLDAsMi4zNzMtMSwzLjI0MywzLjI0MywwLDAsMCwxLTIuMzczQTMuMjQzLDMuMjQzLDAsMCwwLDEyLjUtMTIuNVptLS42ODYsMi4zNzNoLjg0NGEyLjQ0MSwyLjQ0MSwwLDAsMS0uNzM4LDEuNzkzLDIuNDQxLDIuNDQxLDAsMCwxLTEuNzkzLjczOCwyLjQ0MSwyLjQ0MSwwLDAsMS0xLjc5My0uNzM4LDIuNDQxLDIuNDQxLDAsMCwxLS43MzgtMS43OTMsMi40NDEsMi40NDEsMCwwLDEsLjczOC0xLjc5MywyLjQ0MSwyLjQ0MSwwLDAsMSwxLjc5My0uNzM4di44NDRhMS43LDEuNywwLDAsMC0xLjE2LjQ3NSwxLjUsMS41LDAsMCwwLS41MjcsMS4xNiwxLjcxLDEuNzEsMCwwLDAsLjUsMS4yMTMsMS41ODMsMS41ODMsMCwwLDAsMS4xODcuNTI3LDEuNjIyLDEuNjIyLDAsMCwwLDEuMTg3LS41QTEuNjIyLDEuNjIyLDAsMCwwLDExLjgxMy0xMC4xMjVaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDE2LjAzMSkiLz4KPC9zdmc+) !important;
    background-size: contain
}

.qodef-yith-wcqv--predefined .qodef-woo-product-image-inner .yith-wcqv-button {
    color: #fff !important
}

.qodef-yith-wcqv--predefined .qodef-woo-product-image-inner .yith-wcqv-button:hover {
    color: var(--qode-main-color) !important
}

.qodef-yith-wcqv--predefined .qodef-woo-product-image-inner .yith-wcqv-button .blockUI {
    display: none !important
}

.yith-wcwl-form .wishlist-title-container {
    display: none !important
}

.yith-wcwl-form .shop_table {
    font-size: 100%
}

.yith-wcwl-form .shop_table tr {
    border: 1px solid #dfdfdf;
    border-left: none;
    border-right: none;
    border-top: none
}

.yith-wcwl-form .shop_table td,
.yith-wcwl-form .shop_table th {
    padding: 15px 0 15px 36px;
    vertical-align: middle;
    text-align: left;
    border: 0
}

.yith-wcwl-form .shop_table td:first-child,
.yith-wcwl-form .shop_table th:first-child {
    padding-left: 0
}

.yith-wcwl-form .shop_table th {
    font-family: "Work sans", sans-serif;
    text-transform: uppercase;
    color: #000;
    font-size: 18px;
    line-height: 1.22em;
    letter-spacing: .2em;
    font-weight: 600
}

.yith-wcwl-form .shop_table td ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.yith-wcwl-form .shop_table td ul li {
    margin: 0 0 10px;
    padding: 0
}

.yith-wcwl-form .shop_table td ul li:last-child {
    margin-bottom: 0
}

.yith-wcwl-form .shop_table td ul li label {
    margin-bottom: 0
}

.yith-wcwl-form .shop_table p {
    margin: 0
}

.yith-wcwl-form .wishlist_table.shop_table tr td.product-remove,
.yith-wcwl-form .wishlist_table.shop_table tr th.product-remove {
    width: 62px;
    padding-left: 12px
}

.yith-wcwl-form .wishlist_table.shop_table tr th {
    background: 0 0 !important
}

.yith-wcwl-form .wishlist_table.shop_table tr th.product-remove {
    width: auto !important
}

.yith-wcwl-form .wishlist_table.shop_table tr td {
    background: 0 0 !important;
    color: #707070 !important;
    border-color: transparent !important;
    padding-bottom: 20px;
    padding-top: 20px
}

.yith-wcwl-form .wishlist_table .product-add-to-cart .add_to_cart,
.yith-wcwl-form .wishlist_table .product-add-to-cart .added_to_cart,
.yith-wcwl-form .wishlist_table .product-add-to-cart .button {
    position: relative !important;
    display: inline-block !important;
    vertical-align: middle !important;
    width: auto !important;
    margin: 0 !important;
    font-family: "Work sans", sans-serif !important;
    font-size: 12px !important;
    line-height: 1.5em !important;
    letter-spacing: .2em !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    border-radius: 0 !important;
    outline: 0 !important;
    transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out !important;
    padding: 13px 43px !important;
    cursor: pointer !important;
    z-index: 3 !important;
    color: #fff !important;
    background-color: var(--qode-main-color) !important;
    border: 1px solid transparent !important
}

.yith-wcwl-form .wishlist_table .product-add-to-cart .add_to_cart:hover,
.yith-wcwl-form .wishlist_table .product-add-to-cart .added_to_cart:hover,
.yith-wcwl-form .wishlist_table .product-add-to-cart .button:hover {
    color: #000 !important;
    background-color: transparent !important;
    border: 1px solid var(--qode-main-color) !important
}

.yith-wcwl-form .wishlist_table .product-add-to-cart .add_to_cart i,
.yith-wcwl-form .wishlist_table .product-add-to-cart .added_to_cart i,
.yith-wcwl-form .wishlist_table .product-add-to-cart .button i {
    display: none !important
}

.yith-wcwl-form .wishlist_table .product-add-to-cart .add_to_cart:before,
.yith-wcwl-form .wishlist_table .product-add-to-cart .added_to_cart:before,
.yith-wcwl-form .wishlist_table .product-add-to-cart .button:before {
    display: none !important
}

.yith-wcwl-form .wishlist_table .product-add-to-cart .add_to_cart.added,
.yith-wcwl-form .wishlist_table .product-add-to-cart .added_to_cart.added,
.yith-wcwl-form .wishlist_table .product-add-to-cart .button.added {
    display: none !important
}

.qodef-yith-wcwl--predefined .qodef-woo-product-list .yith-wcwl-add-to-wishlist {
    margin: 0 !important
}

.qodef-yith-wcwl--predefined .qodef-woo-product-list .yith-wcwl-add-to-wishlist a {
    background-color: transparent !important;
    background-position: center;
    background-repeat: no-repeat;
    border: none !important;
    display: block !important;
    height: 20px !important;
    margin: 0 10px 0 10px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: relative;
    font-size: 0 !important;
    line-height: 0 !important;
    width: 20px !important;
    z-index: 100;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNy41IiBoZWlnaHQ9IjEzLjc1IiB2aWV3Qm94PSIwIDAgMTcuNSAxMy43NSI+CiAgPHBhdGggZD0iTTEyLjc3My0xNC4zNzVhNC44NDksNC44NDksMCwwLDEsMy40LDEuMjExQTQuMjY4LDQuMjY4LDAsMCwxLDE3LjUtOS44NDRhNi4zODYsNi4zODYsMCwwLDEtMS42LDQuMUExNi44MTEsMTYuODExLDAsMCwxLDExLjk5Mi0yLjMsMTYuNTMsMTYuNTMsMCwwLDEsMTAuMjM0LTEuMjdhMTAuNTQ3LDEwLjU0NywwLDAsMS0xLjE3Mi41MjdMOC43NS0uNjI1QTEyLjM2NCwxMi4zNjQsMCwwLDEsNS41MDgtMi4zLDE2LjgxMSwxNi44MTEsMCwwLDEsMS42LTUuNzQyLDYuMzg2LDYuMzg2LDAsMCwxLDAtOS44NDRhNC4yNjgsNC4yNjgsMCwwLDEsMS4zMjgtMy4zMiw0Ljg0OSw0Ljg0OSwwLDAsMSwzLjQtMS4yMTEsNS4yMDgsNS4yMDgsMCwwLDEsMi4zMjQuNTQ3QTMuOTU3LDMuOTU3LDAsMCwxLDguNzUtMTIuM2EzLjk1NywzLjk1NywwLDAsMSwxLjctMS41MjNBNS4yMDgsNS4yMDgsMCwwLDEsMTIuNzczLTE0LjM3NVpNMTUuNDMtNi4xMzNhNS42MjcsNS42MjcsMCwwLDAsMS4wOTQtMS45MTQsNS4xMTMsNS4xMTMsMCwwLDAsLjM1Mi0xLjgsMy43NTYsMy43NTYsMCwwLDAtMS4xMzMtMi44OTEsMy4wOSwzLjA5LDAsMCwwLTEuMjg5LS43NDIsNC42MzQsNC42MzQsMCwwLDAtMS42OC0uMjczQTMuNzM2LDMuNzM2LDAsMCwwLDkuMy0xMS45OTJsLS41NDcuOS0uNTQ3LS45QTMuNzM2LDMuNzM2LDAsMCwwLDQuNzI3LTEzLjc1YTQuNjM0LDQuNjM0LDAsMCwwLTEuNjguMjczLDMuMDksMy4wOSwwLDAsMC0xLjI4OS43NDJBMy43NTYsMy43NTYsMCwwLDAsLjYyNS05Ljg0NGE1LjExMyw1LjExMywwLDAsMCwuMzUyLDEuOEE1LjYyNyw1LjYyNywwLDAsMCwyLjA3LTYuMTMzYTE1LjQ4MiwxNS40ODIsMCwwLDAsMS42LDEuNzE5LDIwLjE5MywyMC4xOTMsMCwwLDAsMi4xODgsMS42QTEzLjA4OSwxMy4wODksMCwwLDAsOC43NS0xLjI4OWExMy4wODksMTMuMDg5LDAsMCwwLDIuODkxLTEuNTIzLDIwLjE5NCwyMC4xOTQsMCwwLDAsMi4xODgtMS42QTE1LjQ4MiwxNS40ODIsMCwwLDAsMTUuNDMtNi4xMzNaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDE0LjM3NSkiLz4KPC9zdmc+);
    background-size: contain
}

.qodef-yith-wcwl--predefined .qodef-woo-product-list .yith-wcwl-add-to-wishlist.exists a {
    background-color: transparent !important;
    background-position: center;
    background-repeat: no-repeat;
    border: none !important;
    display: block !important;
    height: 20px !important;
    margin: 0 10px 0 10px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: relative;
    font-size: 0 !important;
    line-height: 0 !important;
    width: 20px !important;
    z-index: 100;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNy41IiBoZWlnaHQ9IjEzLjc1IiB2aWV3Qm94PSIwIDAgMTcuNSAxMy43NSI+CiAgPHBhdGggZD0iTTEyLjc3MywzLjYyNWE0Ljg0OSw0Ljg0OSwwLDAsMSwzLjQsMS4yMTFBNC4yNjgsNC4yNjgsMCwwLDEsMTcuNSw4LjE1NmE2LjM4Niw2LjM4NiwwLDAsMS0xLjYsNC4xQTE2LjgxMSwxNi44MTEsMCwwLDEsMTEuOTkyLDE1LjdhMTYuNTMsMTYuNTMsMCwwLDEtMS43NTgsMS4wMzUsMTAuNTQ3LDEwLjU0NywwLDAsMS0xLjE3Mi41MjdsLS4zMTIuMTE3QTEyLjM2NCwxMi4zNjQsMCwwLDEsNS41MDgsMTUuNywxNi44MTEsMTYuODExLDAsMCwxLDEuNiwxMi4yNTgsNi4zODYsNi4zODYsMCwwLDEsMCw4LjE1NmE0LjI2OCw0LjI2OCwwLDAsMSwxLjMyOC0zLjMyLDQuODQ5LDQuODQ5LDAsMCwxLDMuNC0xLjIxMSw1LjIwOCw1LjIwOCwwLDAsMSwyLjMyNC41NDdBMy45NTcsMy45NTcsMCwwLDEsOC43NSw1LjdhMy45NTcsMy45NTcsMCwwLDEsMS43LTEuNTIzQTUuMjA4LDUuMjA4LDAsMCwxLDEyLjc3MywzLjYyNVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgLTMuNjI1KSIvPgo8L3N2Zz4K)
}

.qodef-yith-wcwl--predefined .qodef-woo-product-list .yith-wcwl-add-to-wishlist .blockOverlay,
.qodef-yith-wcwl--predefined .qodef-woo-product-list .yith-wcwl-add-to-wishlist .feedback,
.qodef-yith-wcwl--predefined .qodef-woo-product-list .yith-wcwl-add-to-wishlist .view-wishlist,
.qodef-yith-wcwl--predefined .qodef-woo-product-list .yith-wcwl-add-to-wishlist i,
.qodef-yith-wcwl--predefined .qodef-woo-product-list .yith-wcwl-add-to-wishlist span {
    display: none !important
}

.qodef-yith-wcwl--predefined #qodef-woo-page .qodef-woo-single-inner .yith-wcwl-add-to-wishlist {
    margin-top: 28px
}

.qodef-yith-wcwl--predefined #qodef-woo-page .qodef-woo-single-inner .yith-wcwl-add-to-wishlist a {
    font-family: "Work sans", sans-serif;
    color: #000;
    font-weight: 600;
    font-size: 12px;
    line-height: 1.5em;
    letter-spacing: .3em;
    text-transform: uppercase;
    background-image: linear-gradient(currentColor, currentColor);
    background-repeat: no-repeat;
    transition: background-size .4s cubic-bezier(.22, .61, .36, 1);
    background-position: 0 100%;
    background-size: calc(100% - .3em) 1px;
    display: inline-block;
    position: relative;
    margin-left: 32px
}

.qodef-yith-wcwl--predefined #qodef-woo-page .qodef-woo-single-inner .yith-wcwl-add-to-wishlist a:before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNy41IiBoZWlnaHQ9IjEzLjc1IiB2aWV3Qm94PSIwIDAgMTcuNSAxMy43NSI+CiAgPHBhdGggZD0iTTEyLjc3My0xNC4zNzVhNC44NDksNC44NDksMCwwLDEsMy40LDEuMjExQTQuMjY4LDQuMjY4LDAsMCwxLDE3LjUtOS44NDRhNi4zODYsNi4zODYsMCwwLDEtMS42LDQuMUExNi44MTEsMTYuODExLDAsMCwxLDExLjk5Mi0yLjMsMTYuNTMsMTYuNTMsMCwwLDEsMTAuMjM0LTEuMjdhMTAuNTQ3LDEwLjU0NywwLDAsMS0xLjE3Mi41MjdMOC43NS0uNjI1QTEyLjM2NCwxMi4zNjQsMCwwLDEsNS41MDgtMi4zLDE2LjgxMSwxNi44MTEsMCwwLDEsMS42LTUuNzQyLDYuMzg2LDYuMzg2LDAsMCwxLDAtOS44NDRhNC4yNjgsNC4yNjgsMCwwLDEsMS4zMjgtMy4zMiw0Ljg0OSw0Ljg0OSwwLDAsMSwzLjQtMS4yMTEsNS4yMDgsNS4yMDgsMCwwLDEsMi4zMjQuNTQ3QTMuOTU3LDMuOTU3LDAsMCwxLDguNzUtMTIuM2EzLjk1NywzLjk1NywwLDAsMSwxLjctMS41MjNBNS4yMDgsNS4yMDgsMCwwLDEsMTIuNzczLTE0LjM3NVpNMTUuNDMtNi4xMzNhNS42MjcsNS42MjcsMCwwLDAsMS4wOTQtMS45MTQsNS4xMTMsNS4xMTMsMCwwLDAsLjM1Mi0xLjgsMy43NTYsMy43NTYsMCwwLDAtMS4xMzMtMi44OTEsMy4wOSwzLjA5LDAsMCwwLTEuMjg5LS43NDIsNC42MzQsNC42MzQsMCwwLDAtMS42OC0uMjczQTMuNzM2LDMuNzM2LDAsMCwwLDkuMy0xMS45OTJsLS41NDcuOS0uNTQ3LS45QTMuNzM2LDMuNzM2LDAsMCwwLDQuNzI3LTEzLjc1YTQuNjM0LDQuNjM0LDAsMCwwLTEuNjguMjczLDMuMDksMy4wOSwwLDAsMC0xLjI4OS43NDJBMy43NTYsMy43NTYsMCwwLDAsLjYyNS05Ljg0NGE1LjExMyw1LjExMywwLDAsMCwuMzUyLDEuOEE1LjYyNyw1LjYyNywwLDAsMCwyLjA3LTYuMTMzYTE1LjQ4MiwxNS40ODIsMCwwLDAsMS42LDEuNzE5LDIwLjE5MywyMC4xOTMsMCwwLDAsMi4xODgsMS42QTEzLjA4OSwxMy4wODksMCwwLDAsOC43NS0xLjI4OWExMy4wODksMTMuMDg5LDAsMCwwLDIuODkxLTEuNTIzLDIwLjE5NCwyMC4xOTQsMCwwLDAsMi4xODgtMS42QTE1LjQ4MiwxNS40ODIsMCwwLDAsMTUuNDMtNi4xMzNaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDE0LjM3NSkiLz4KPC9zdmc+);
    background-position: center;
    background-repeat: no-repeat;
    content: '';
    display: block;
    height: 18px;
    position: absolute;
    left: -32px;
    top: 50%;
    transform: translateY(-50%);
    width: 19px
}

.qodef-yith-wcwl--predefined #qodef-woo-page .qodef-woo-single-inner .yith-wcwl-add-to-wishlist a:focus,
.qodef-yith-wcwl--predefined #qodef-woo-page .qodef-woo-single-inner .yith-wcwl-add-to-wishlist a:hover {
    animation: qodef-animate-underline 1s cubic-bezier(.32, .32, .15, 1.17) forwards
}

.qodef-yith-wcwl--predefined #qodef-woo-page .qodef-woo-single-inner .yith-wcwl-add-to-wishlist.exists a:before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNy41IiBoZWlnaHQ9IjEzLjc1IiB2aWV3Qm94PSIwIDAgMTcuNSAxMy43NSI+CiAgPHBhdGggZD0iTTEyLjc3MywzLjYyNWE0Ljg0OSw0Ljg0OSwwLDAsMSwzLjQsMS4yMTFBNC4yNjgsNC4yNjgsMCwwLDEsMTcuNSw4LjE1NmE2LjM4Niw2LjM4NiwwLDAsMS0xLjYsNC4xQTE2LjgxMSwxNi44MTEsMCwwLDEsMTEuOTkyLDE1LjdhMTYuNTMsMTYuNTMsMCwwLDEtMS43NTgsMS4wMzUsMTAuNTQ3LDEwLjU0NywwLDAsMS0xLjE3Mi41MjdsLS4zMTIuMTE3QTEyLjM2NCwxMi4zNjQsMCwwLDEsNS41MDgsMTUuNywxNi44MTEsMTYuODExLDAsMCwxLDEuNiwxMi4yNTgsNi4zODYsNi4zODYsMCwwLDEsMCw4LjE1NmE0LjI2OCw0LjI2OCwwLDAsMSwxLjMyOC0zLjMyLDQuODQ5LDQuODQ5LDAsMCwxLDMuNC0xLjIxMSw1LjIwOCw1LjIwOCwwLDAsMSwyLjMyNC41NDdBMy45NTcsMy45NTcsMCwwLDEsOC43NSw1LjdhMy45NTcsMy45NTcsMCwwLDEsMS43LTEuNTIzQTUuMjA4LDUuMjA4LDAsMCwxLDEyLjc3MywzLjYyNVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgLTMuNjI1KSIvPgo8L3N2Zz4K)
}

.qodef-yith-wcwl--predefined #qodef-woo-page .qodef-woo-single-inner .yith-wcwl-add-to-wishlist .feedback,
.qodef-yith-wcwl--predefined #qodef-woo-page .qodef-woo-single-inner .yith-wcwl-add-to-wishlist i {
    display: none !important
}

.qodef-yith-wcwl--predefined #yith-wcwl-popup-message {
    display: none !important
}

.qodef-yith-wcwl--predefined .yith-wcwl-share {
    display: none !important
}

.qodef-order-tracking {
    display: grid;
    grid-template-areas: "tagline" "title" "form";
    place-items: center start
}

.qodef-order-tracking .form-row {
    margin: 0 135px 0 0
}

.qodef-order-tracking .woocommerce-error {
    flex-direction: row;
    margin: 26px 0 22px 0
}

.qodef-order-tracking .qodef-order-tracking-tagline {
    font-family: "Work sans", sans-serif;
    font-size: 12px;
    line-height: 2em;
    letter-spacing: .3em;
    text-transform: uppercase;
    font-weight: 500;
    color: #000;
    grid-area: tagline;
    margin: 0 0 14px 0
}

.qodef-order-tracking .qodef-order-tracking-tagline:hover {
    color: var(--qode-main-color)
}

.qodef-order-tracking .qodef-order-tracking-title {
    grid-area: title;
    margin: 0
}

.qodef-order-tracking .qodef-order-tracking-background-text {
    font-family: tuesday_nightregular, sans-serif;
    font-size: 130px;
    font-style: normal;
    color: rgba(107, 33, 0, .1);
    text-transform: lowercase;
    grid-column: 1/-1;
    grid-row: 1/-1;
    place-self: start;
    margin-top: 24px;
    margin-left: 6px
}

.qodef-order-tracking .qodef-order-tracking-text {
    margin: 26px 0 46px 0
}

.qodef-order-tracking .qodef-order-tracking-button {
    margin: 16px 0 0 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;
    overflow: hidden
}

.qodef-woo-product-category-list.qodef-item-layout--info-on-image .product-category img,
.qodef-woo-product-list .product-category img {
    transform: scale(1.05) translateX(-5px);
    transition: .5s ease-out
}

.qodef-woo-product-category-list.qodef-item-layout--info-on-image .product-category:hover img,
.qodef-woo-product-list .product-category:hover img {
    transform: scale(1.05) translateX(5px)
}

.qodef-woo-product-category-list.qodef-item-layout--info-on-image .product-category .qodef-woo-product-category-list-content,
.qodef-woo-product-list .product-category .qodef-woo-product-category-list-content {
    left: 0;
    padding: 25px 29px;
    position: absolute;
    bottom: 0;
    width: auto;
    transition: all .4s ease-in-out
}

.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 {
    margin: 0
}

.qodef-woo-product-category-list.qodef-item-layout--info-on-image .product-category .woocommerce-loop-category__description,
.qodef-woo-product-list .product-category .woocommerce-loop-category__description {
    color: #707070;
    margin: 0
}

.qodef-woo-product-category-list.qodef-item-layout--info-on-image .product-category.qodef-item--huge-square .qodef-woo-product-category-list-button,
.qodef-woo-product-list .product-category.qodef-item--huge-square .qodef-woo-product-category-list-button {
    padding: 0 50px;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    bottom: 0;
    transform: translateY(100px);
    transition: all .4s ease-in-out
}

.qodef-woo-product-category-list.qodef-item-layout--info-on-image .product-category.qodef-item--huge-square .qodef-woo-product-category-list-button,
.qodef-woo-product-list .product-category.qodef-item--huge-square .qodef-woo-product-category-list-button {
    visibility: visible;
    opacity: 1;
    margin-bottom: 45px;
    transform: translateY(0)
}

.qodef-woo-product-category-list.qodef-item-layout--info-on-image .product-category.qodef-item--huge-square .qodef-woo-product-category-list-content,
.qodef-woo-product-list .product-category.qodef-item--huge-square .qodef-woo-product-category-list-content {
    bottom: 65px;
    padding: 31px 50px
}

.qodef-woo-product-category-list.qodef-item-layout--info-on-image .count,
.qodef-woo-product-list .count {
    display: none
}

.qodef-woo-product-category-list.qodef-item-layout--info-on-image.qodef-skin--light .product-category .woocommerce-loop-category__description,
.qodef-woo-product-category-list.qodef-item-layout--info-on-image.qodef-skin--light .product-category .woocommerce-loop-category__title,
.qodef-woo-product-list.qodef-skin--light .product-category .woocommerce-loop-category__description,
.qodef-woo-product-list.qodef-skin--light .product-category .woocommerce-loop-category__title {
    color: #fff
}

.qodef-woo-product-list.qodef-item-layout--button-below .qodef-woo-product-content .added_to_cart,
.qodef-woo-product-list.qodef-item-layout--button-below .qodef-woo-product-content .button {
    position: relative !important;
    display: inline-block !important;
    vertical-align: middle !important;
    width: auto !important;
    margin: 0 !important;
    font-family: "Work sans", sans-serif !important;
    font-size: 12px !important;
    line-height: 1.5em !important;
    letter-spacing: .2em !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    border-radius: 0 !important;
    outline: 0 !important;
    transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out !important;
    padding: 13px 43px !important;
    cursor: pointer !important;
    z-index: 3 !important;
    color: #fff !important;
    background-color: var(--qode-main-color) !important;
    border: 1px solid transparent !important;
    background-image: none !important;
    height: auto !important;
    width: 100% !important;
    margin-top: 24px !important
}

.qodef-woo-product-list.qodef-item-layout--button-below .qodef-woo-product-content .added_to_cart:hover,
.qodef-woo-product-list.qodef-item-layout--button-below .qodef-woo-product-content .button:hover {
    color: #000 !important;
    background-color: transparent !important;
    border: 1px solid var(--qode-main-color) !important
}

.qodef-woo-product-list.qodef-item-layout--button-below .qodef-woo-product-content .added_to_cart.added,
.qodef-woo-product-list.qodef-item-layout--button-below .qodef-woo-product-content .button.added {
    display: none !important
}

.qodef-woo-product-list.qodef-item-layout--info-below-opaque .qodef-woo-product-inner:hover .qodef-woo-product-image img {
    opacity: 0
}

.qodef-woo-product-list.qodef-item-layout--info-below-opaque .qodef-woo-product-inner:hover .qodef-woo-product-image-inner {
    opacity: 1
}

.qodef-woo-product-list.qodef-item-layout--info-below-opaque .qodef-woo-product-image {
    background: #faf4f1
}

.qodef-woo-product-list.qodef-item-layout--info-below-opaque .qodef-woo-product-image img {
    opacity: 1;
    transition: opacity .2s ease-out
}

.qodef-woo-product-list.qodef-item-layout--info-below-opaque .qodef-woo-product-image-inner {
    position: absolute;
    bottom: 25px;
    left: 50%;
    top: unset;
    width: auto;
    height: auto;
    transform: translate(-50%, 0);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    padding: 10px;
    text-align: center;
    background-color: #fff;
    opacity: 0;
    transition: opacity .2s ease-out;
    z-index: 3
}

.qodef-woo-product-list.qodef-item-layout--info-below-opaque .qodef-woo-product-image-inner>* {
    position: relative;
    z-index: 3
}

.qodef-woo-product-list.qodef-item-layout--info-on-side .qodef-woo-product-inner {
    display: flex
}

.qodef-woo-product-list.qodef-item-layout--info-on-side .qodef-woo-product-content {
    margin: 0;
    text-align: initial;
    width: auto;
    flex: 1 1 auto
}

.qodef-woo-product-list.qodef-item-layout--info-on-side .qodef-woo-product-image {
    margin: 0 25px 0 0;
    width: auto;
    max-width: 50%;
    flex: 0 0 auto
}

.qodef-woo-product-list.qodef-item-layout--info-on-side .qodef-woo-product-categories {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-top: 7px
}

.qodef-woo-product-list.qodef-item-layout--info-on-side .qodef-woo-product-categories a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    z-index: 3;
    color: #707070
}

.qodef-woo-product-list.qodef-item-layout--info-on-side .qodef-woo-product-categories a:hover {
    color: #000
}

.qodef-woo-product-list.qodef-item-layout--info-on-side .qodef-woo-product-categories .qodef-info-separator-single {
    color: #707070
}

.qodef-woo-product-list.qodef-item-layout--info-on-side .price {
    justify-content: flex-start;
    margin: 10px 0 -4px 0
}

.widget_askka_core_woo_dropdown_cart {
    height: 100%
}

.qodef-woo-dropdown-cart {
    position: relative;
    display: inline-block;
    vertical-align: top;
    height: 100%;
    padding: 0
}

.qodef-woo-dropdown-cart .qodef-m-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    height: 100%
}

.qodef-woo-dropdown-cart .qodef-m-opener {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%
}

.qodef-woo-dropdown-cart .qodef-m-opener-icon {
    display: flex;
    margin: 0 5px 4px 0;
    transition: color .2s ease-out
}

.qodef-woo-dropdown-cart .qodef-m-opener-icon svg {
    stroke: currentColor;
    fill: none;
    transition: stroke .2s ease-out
}

.qodef-woo-dropdown-cart .qodef-m-opener-icon svg rect {
    fill: currentColor;
    stroke: none;
    transition: fill .2s ease-out
}

.qodef-woo-dropdown-cart .qodef-m-opener-count {
    transition: color .2s ease-out;
    font-family: "Work sans", sans-serif;
    text-transform: uppercase;
    color: #000;
    font-size: 12px;
    line-height: 1.33em;
    letter-spacing: .3em;
    font-weight: 500
}

.qodef-woo-dropdown-cart .qodef-m-opener:hover .qodef-m-opener-count {
    color: inherit
}

.qodef-woo-dropdown-cart .qodef-m-dropdown {
    position: absolute;
    top: 100%;
    left: auto;
    right: 0;
    opacity: 0;
    visibility: visible;
    text-align: left;
    -webkit-clip-path: inset(0 0 100% 0);
    clip-path: inset(0 0 100% 0);
    transition: opacity .2s ease-out, visibility .2s ease-out, -webkit-clip-path .4s ease-out;
    transition: opacity .2s ease-out, visibility .2s ease-out, clip-path .4s ease-out;
    transition: opacity .2s ease-out, visibility .2s ease-out, clip-path .4s ease-out, -webkit-clip-path .4s ease-out
}

.qodef-woo-dropdown-cart .qodef-m-dropdown-inner {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 319px;
    padding: 40px 30px;
    background-color: #000
}

.qodef-woo-dropdown-cart .qodef-m-dropdown-inner .qodef-m-posts-not-found {
    color: #b0b0b0
}

.qodef-header--centered .qodef-widget-holder.qodef--two .qodef-woo-dropdown-cart .qodef-m-dropdown {
    right: auto
}

.qodef-woo-dropdown-cart .qodef-m-order-details {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 23px
}

.qodef-woo-dropdown-cart .qodef-m-order-details>* {
    margin: 0;
    font-weight: 400
}

.qodef-woo-dropdown-cart .qodef-m-order-label {
    color: #fff
}

.qodef-woo-dropdown-cart .qodef-m-order-amount {
    color: #c2c2c2
}

.qodef-woo-dropdown-cart .qodef-m-action {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-top: 10px
}

.qodef-woo-dropdown-cart .qodef-m-action-link {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin: 0;
    font-family: "Work sans", sans-serif;
    font-size: 12px;
    line-height: 1.5em;
    letter-spacing: .2em;
    font-weight: 600;
    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;
    width: 100%;
    padding: 11px 20px;
    text-align: center;
    color: #000;
    background-color: #fff;
    border: 1px solid transparent
}

.qodef-woo-dropdown-cart .qodef-m-action-link:hover {
    color: #fff;
    background-color: transparent;
    border: 1px solid #fff
}

.qodef-woo-dropdown-cart .qodef-woo-dropdown-items {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-woo-dropdown-cart .qodef-woo-dropdown-items a {
    font-size: inherit
}

.qodef-woo-dropdown-cart .qodef-woo-dropdown-items.qodef--scrollable {
    padding-right: 6px;
    overflow-y: scroll
}

.qodef-woo-dropdown-cart .qodef-woo-dropdown-items.qodef--scrollable::-webkit-scrollbar {
    width: 4px
}

.qodef-woo-dropdown-cart .qodef-woo-dropdown-items.qodef--scrollable::-webkit-scrollbar-track {
    background: #f1f1f1
}

.qodef-woo-dropdown-cart .qodef-woo-dropdown-items.qodef--scrollable::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, .5)
}

.qodef-woo-dropdown-cart .qodef-woo-dropdown-items.qodef--scrollable::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, .6)
}

.qodef-woo-dropdown-cart .qodef-woo-dropdown-item {
    position: relative;
    display: flex;
    align-items: flex-start
}

.qodef-woo-dropdown-cart .qodef-woo-dropdown-item:first-child {
    margin-top: 0 !important
}

.qodef-woo-dropdown-cart .qodef-e-image {
    flex-shrink: 0;
    margin-right: 16px
}

.qodef-woo-dropdown-cart .qodef-e-image img {
    -o-object-fit: cover;
    object-fit: cover
}

.qodef-woo-dropdown-cart .qodef-e-image a,
.qodef-woo-dropdown-cart .qodef-e-image img {
    display: block
}

.qodef-woo-dropdown-cart .qodef-e-content {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding-right: 15px;
    margin-top: -6px
}

.qodef-woo-dropdown-cart .qodef-e-title {
    margin: 0;
    font-size: 15px;
    line-height: 1.47em;
    font-weight: 400
}

.qodef-woo-dropdown-cart .qodef-e-price-holder {
    display: flex;
    flex-direction: row;
    margin: 3px 0 0
}

.qodef-woo-dropdown-cart .qodef-e-price-holder>* {
    color: #c2c2c2
}

.qodef-woo-dropdown-cart .qodef-e-price {
    margin: 0 4px 0
}

.qodef-woo-dropdown-cart .qodef-e-quantity {
    margin: 0
}

.qodef-woo-dropdown-cart .qodef-e-remove {
    position: absolute;
    top: 4px;
    right: 0;
    line-height: 1
}

.qodef-woo-dropdown-cart .qodef-e-remove svg {
    fill: #fff
}

.qodef-woo-dropdown-cart .qodef-e-remove svg rect {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0)
}

.qodef-woo-dropdown-cart .qodef-e-remove:hover rect {
    animation: qode-clip-lines .8s forwards cubic-bezier(.33, .02, 0, .93)
}

.qodef-woo-dropdown-cart .qodef-e-remove:hover rect:nth-child(2) {
    animation: qode-clip-lines .8s forwards cubic-bezier(.33, .02, 0, .93) .2s
}

.touchevents .qodef-woo-dropdown-cart {
    cursor: pointer
}

.qodef-woo-dropdown-cart:hover .qodef-m-dropdown {
    opacity: 1;
    visibility: visible;
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0)
}

.qodef-woo-dropdown-cart .qodef-woo-dropdown-items.qodef--scrollable {
    max-height: calc(4 * (59px + 20px))
}

.qodef-woo-dropdown-cart .qodef-woo-dropdown-items a {
    color: #fff
}

.qodef-woo-dropdown-cart .qodef-woo-dropdown-items a:hover {
    color: #707070
}

.qodef-woo-dropdown-cart .qodef-woo-dropdown-items .qodef-woo-dropdown-item {
    margin-top: 20px
}

.qodef-woo-dropdown-cart .qodef-woo-dropdown-items .qodef-e-image {
    margin-right: 17px
}

.qodef-woo-dropdown-cart .qodef-woo-dropdown-items .qodef-e-image img {
    width: 59px;
    height: 70px
}

#qodef-top-area .qodef-woo-dropdown-cart .qodef-woo-dropdown-items {
    color: #707070
}

#qodef-top-area .qodef-woo-dropdown-cart .qodef-woo-dropdown-items.qodef--scrollable {
    max-height: calc(4 * (59px + 20px))
}

#qodef-top-area .qodef-woo-dropdown-cart .qodef-woo-dropdown-items a {
    color: #707070
}

#qodef-top-area .qodef-woo-dropdown-cart .qodef-woo-dropdown-items a:hover {
    color: var(--qode-main-color)
}

#qodef-top-area .qodef-woo-dropdown-cart .qodef-woo-dropdown-items .qodef-woo-dropdown-item {
    margin-top: 20px
}

#qodef-top-area .qodef-woo-dropdown-cart .qodef-woo-dropdown-items .qodef-e-image {
    margin-right: 17px
}

#qodef-top-area .qodef-woo-dropdown-cart .qodef-woo-dropdown-items .qodef-e-image img {
    width: 59px;
    height: 70px
}

#qodef-top-area .qodef-woo-dropdown-cart .qodef-woo-dropdown-items .qodef-m-order-details {
    color: #707070
}

.qodef-woo-side-area-cart {
    position: relative;
    display: inline-block;
    vertical-align: top;
    height: 100%;
    padding: 0 10px
}

.qodef-woo-side-area-cart .qodef-m-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    height: 100%
}

.qodef-woo-side-area-cart .qodef-m-opener {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%
}

.qodef-woo-side-area-cart .qodef-m-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;
    overflow: hidden;
    visibility: hidden;
    z-index: 9999;
    transition: all .6s cubic-bezier(.77, 0, .175, 1)
}

.admin-bar .qodef-woo-side-area-cart .qodef-m-content {
    top: 32px;
    height: calc(100vh - 32px)
}

.qodef-woo-side-area-cart .qodef-m-close {
    position: absolute;
    top: 30px;
    right: 30px;
    display: block;
    font-size: 34px;
    z-index: 1000
}

.qodef-woo-side-area-cart .qodef-m-items {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding: 0 50px
}

.qodef-woo-side-area-cart .qodef-m-item {
    position: relative;
    display: flex;
    align-items: flex-start;
    margin-top: 20px
}

.qodef-woo-side-area-cart .qodef-m-item:first-child {
    margin-top: 0
}

.qodef-woo-side-area-cart .qodef-e-image {
    flex-shrink: 0;
    width: 80px;
    margin-right: 20px
}

.qodef-woo-side-area-cart .qodef-e-image a,
.qodef-woo-side-area-cart .qodef-e-image img {
    display: block
}

.qodef-woo-side-area-cart .qodef-e-content {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding-right: 20px
}

.qodef-woo-side-area-cart .qodef-e-title {
    margin: 0
}

.qodef-woo-side-area-cart .qodef-e-price {
    margin: 3px 0 0
}

.qodef-woo-side-area-cart .qodef-e-quantity {
    margin: 3px 0 0
}

.qodef-woo-side-area-cart .qodef-e-remove {
    position: absolute;
    top: -2px;
    right: 0;
    font-size: 20px;
    line-height: 1
}

.qodef-woo-side-area-cart .qodef-m-order-details {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 25px;
    padding: 0 50px
}

.qodef-woo-side-area-cart .qodef-m-order-details>* {
    margin: 0
}

.qodef-woo-side-area-cart .qodef-m-action {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%
}

.qodef-woo-side-area-cart .qodef-m-action-link {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin: 0;
    font-family: "Work sans", sans-serif;
    font-size: 12px;
    line-height: 1.5em;
    letter-spacing: .2em;
    font-weight: 600;
    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;
    width: 100%;
    padding: 11px 20px;
    text-align: center;
    color: #fff;
    background-color: var(--qode-main-color);
    border: 1px solid transparent
}

.qodef-woo-side-area-cart .qodef-m-action-link:hover {
    color: #000;
    background-color: transparent;
    border: 1px solid var(--qode-main-color)
}

.qodef-woo-side-area-cart.qodef--opened .qodef-m-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-woo-yith-wishlist-link .qodef-m-link {
    display: flex;
    align-items: center
}

.qodef-woo-yith-wishlist-link .qodef-m-link .qodef-m-link-count {
    transition: color .2s ease-out;
    font-family: "Work sans", sans-serif;
    text-transform: uppercase;
    color: #000;
    font-size: 12px;
    line-height: 1.33em;
    letter-spacing: .3em;
    font-weight: 500
}

.qodef-woo-yith-wishlist-link .qodef-m-link svg {
    margin-top: 0;
    transition: fill .2s ease-out
}

.qodef-woo-yith-wishlist-link .qodef-m-link:hover .qodef-m-link-count {
    color: inherit
}

.qodef-woo-yith-wishlist-link .qodef-m-link:hover svg {
    fill: #707070
}

.qodef-woo-yith-wishlist-link.qodef--no-items svg {
    stroke: #000;
    fill: none;
    transition: stroke .2s ease-out
}

.qodef-woo-yith-wishlist-link.qodef--no-items:hover svg {
    fill: none;
    stroke: #707070
}

.qodef-woo-yith-wishlist-link.qodef--has-items svg {
    fill: #000
}

.qodef-shortcode .last_toggle_el_margin,
.qodef-shortcode .wpb_button,
.qodef-shortcode .wpb_content_element,
.qodef-shortcode .wpb_row,
.qodef-shortcode ul.wpb_thumbnails-fluid>li {
    margin-bottom: 0 !important
}

.qodef-vc-row-wrapper.qodef--parallax-row {
    width: 100%
}

.touchevents .qodef-vc-row-wrapper.qodef--parallax-row {
    height: auto !important
}

.qodef-clients-list .qodef-e {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e {
    display: flex;
    align-items: center;
    justify-content: center
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e .qodef-e-image {
    line-height: 0;
    position: relative;
    display: inline-block;
    vertical-align: top
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e .qodef-e-image a {
    display: inline-block
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e .qodef-e-logo {
    width: auto;
    opacity: 1;
    will-change: opacity;
    transition: opacity .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-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-media img {
    width: 100%
}

.qodef-portfolio-single .qodef-portfolio-title {
    margin: 0 0 15px
}

.qodef-portfolio-single .qodef-portfolio-info>* {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 1px;
    font-family: "Work sans", sans-serif;
    font-size: 12px;
    line-height: 2em;
    letter-spacing: .3em;
    text-transform: uppercase;
    font-weight: 500;
    color: #000
}

.qodef-portfolio-single .qodef-portfolio-info>:hover {
    color: var(--qode-main-color)
}

.qodef-portfolio-single .qodef-portfolio-info>:last-child {
    margin-bottom: 0
}

.qodef-portfolio-single .qodef-portfolio-info .qodef-e-label {
    margin: 0 12px 0 0
}

.qodef-portfolio-single .qodef-portfolio-info a,
.qodef-portfolio-single .qodef-portfolio-info p {
    margin: 0
}

.qodef-portfolio-single .qodef-portfolio-info a:hover {
    color: #707070
}

.qodef-portfolio-single .qodef-portfolio-info .qodef-social-title {
    font-family: "Work sans", sans-serif;
    font-size: 12px;
    line-height: 2em;
    letter-spacing: .3em;
    text-transform: uppercase;
    font-weight: 500;
    color: #000;
    font-weight: 400;
    margin: 0 12px 0 0
}

.qodef-portfolio-single .qodef-portfolio-info .qodef-social-title:hover {
    color: var(--qode-main-color)
}

.qodef-portfolio-single .qodef-variations--small {
    margin-bottom: 5px
}

.qodef-portfolio-single .qodef-variations--small .qodef-media {
    margin: 0 25px 0 0
}

.qodef-portfolio-single .qodef-variations--small .qodef-portfolio-title {
    margin-top: -10px
}

.qodef-portfolio-single .qodef-variations--small .qodef-portfolio-info {
    margin-top: 45px
}

.qodef-portfolio-single .qodef-variations--big .qodef-media {
    margin-bottom: 30px
}

.qodef-portfolio-single .qodef-variations--big .qodef-e-content {
    margin-top: 8px
}

.qodef-portfolio-single .qodef-variations--big .qodef-portfolio-content {
    margin-right: 30px
}

.qodef-portfolio-single .qodef-variations--big .qodef-portfolio-info {
    margin-top: 65px !important
}

.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;
    max-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-info a {
    display: inline-flex
}

.qodef-portfolio-list .qodef-e-info a:focus,
.qodef-portfolio-list .qodef-e-info a:hover {
    color: #707070
}

.qodef-portfolio-list .qodef-e-bottom-holder {
    margin-top: 3px
}

.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 .swiper-pagination-bullets {
    position: relative;
    bottom: 0 !important;
    margin-top: 12px
}

.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-item-layout--info-below .qodef-e-content {
    margin-top: 23px
}

.qodef-portfolio-list.qodef-item-layout--info-below .qodef-e-title {
    color: #000
}

.qodef-portfolio-list.qodef-item-layout--info-below .qodef-e-title a {
    color: inherit
}

.qodef-portfolio-list.qodef-item-layout--info-below .qodef-e-title a:hover {
    color: var(--qode-main-color)
}

.qodef-portfolio-list.qodef-item-layout--info-below .qodef-e-info>* {
    color: #707070;
    text-transform: capitalize;
    font-size: 15px;
    line-height: 1.53em;
    font-weight: 400;
    letter-spacing: normal
}

.qodef-portfolio-list.qodef-item-layout--info-below .qodef-e-info a:hover {
    color: var(--qode-main-color)
}

.qodef-item-layout--info-below.qodef-hover-animation--overlay .qodef-e-media-image>a {
    position: relative;
    display: block
}

.qodef-item-layout--info-below.qodef-hover-animation--overlay .qodef-e-media-image>a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(252, 250, 250, .65);
    opacity: 0;
    transition: opacity .3s ease-out
}

.qodef-item-layout--info-below.qodef-hover-animation--overlay .qodef-e:hover .qodef-e-media-image>a:after {
    opacity: 1
}

.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 33px 28px;
    background-color: rgba(252, 250, 250, .65)
}

.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: #000
}

.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: var(--qode-main-color)
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover article .qodef-e-info>* {
    color: #707070;
    text-transform: capitalize;
    font-size: 15px;
    line-height: 1.53em;
    font-weight: 400;
    letter-spacing: normal
}

.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 {
    opacity: 0;
    transition: opacity .3s ease-out
}

.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in .qodef-e-content .qodef-e-text {
    opacity: 0;
    transform: translate3d(0, 15px, 0);
    transition: transform .6s cubic-bezier(.22, .61, .36, 1) .1s, opacity .4s cubic-bezier(.33, .02, 0, .93) .1s
}

.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in .qodef-e-content .qodef-e-bottom-holder {
    opacity: 0;
    transform: translate3d(0, 15px, 0);
    transition: transform .6s cubic-bezier(.22, .61, .36, 1) .2s, opacity .4s cubic-bezier(.33, .02, 0, .93) .2s
}

.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in .qodef-e:hover .qodef-e-content {
    opacity: 1
}

.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in .qodef-e:hover .qodef-e-text {
    opacity: 1;
    transform: translate3d(0, 0, 0)
}

.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in .qodef-e:hover .qodef-e-bottom-holder {
    opacity: 1;
    transform: translate3d(0, 0, 0)
}

#qodef-portfolio-single-related-items {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-top: 86px
}

#qodef-single-portfolio-navigation {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 92px 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-m-nav-icon {
    fill: none;
    stroke: #000;
    stroke-miterlimit: 10
}

#qodef-single-portfolio-navigation .qodef-m-nav.qodef--next svg,
#qodef-single-portfolio-navigation .qodef-m-nav.qodef--prev svg {
    transform: translateX(0);
    transition: transform .3s ease-out
}

#qodef-single-portfolio-navigation .qodef-m-nav.qodef--prev:hover svg {
    transform: translateX(-5px)
}

#qodef-single-portfolio-navigation .qodef-m-nav.qodef--next:hover svg {
    transform: translateX(5px)
}

#qodef-single-portfolio-navigation .qodef-m-nav.qodef--next {
    flex-direction: row-reverse;
    text-align: right;
    margin-left: auto
}

#qodef-single-portfolio-navigation .qodef-m-nav.qodef--back-link {
    position: absolute;
    left: calc(50% - 10.5px)
}

#qodef-single-portfolio-navigation .qodef-m-nav.qodef--back-link svg {
    transition: fill .2s ease-out
}

#qodef-single-portfolio-navigation .qodef-m-nav.qodef--back-link:hover svg {
    fill: #707070
}

.qodef-portfolio-single.qodef-layout--images-big .qodef-media .qodef-grid-item {
    display: block;
    margin-bottom: 30px;
    float: none
}

.qodef-portfolio-single.qodef-layout--images-big .qodef-e-content {
    margin-top: 8px
}

.qodef-portfolio-single.qodef-layout--images-small .qodef-media .qodef-grid-item {
    display: block;
    margin-bottom: 30px;
    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-below-content {
    display: flex;
    flex-direction: row;
    margin: 0 0 27px
}

.qodef-testimonials-list .qodef-e-media-image {
    line-height: 0;
    margin-right: 23px;
    width: 44px
}

.qodef-testimonials-list .qodef-e-title {
    margin: 0 0 23px
}

.qodef-testimonials-list .qodef-e-text {
    font-size: 18px;
    line-height: 30px;
    margin: 0 0 38px;
    color: #353535
}

.qodef-testimonials-list .qodef-e-tagline {
    margin: 0 0 15px
}

.qodef-testimonials-list .qodef-e-author {
    display: flex;
    flex-direction: column;
    margin: 0
}

.qodef-testimonials-list .qodef-e-author-name {
    line-height: 1;
    margin: 0 0 8px
}

.qodef-testimonials-list .qodef-e-author-job {
    margin: 0
}

.qodef-testimonials-list .qodef-e-quote {
    margin: 0 0 43px
}

.qodef-testimonials-list .swiper-pagination-bullets {
    text-align: left;
    bottom: 0 !important
}

.qodef-testimonials-list .swiper-pagination-bullets .swiper-pagination-bullet:before {
    color: var(--qode-main-color)
}

.qodef-testimonials-list.qodef-effect--fade .swiper-slide {
    opacity: 1 !important;
    z-index: 0;
    overflow: hidden
}

.qodef-testimonials-list.qodef-effect--fade .swiper-slide .qodef-e-inner {
    animation: qode-side-text-out .6s cubic-bezier(.11, 0, .5, 0) both
}

.qodef-testimonials-list.qodef-effect--fade .swiper-slide.swiper-slide-active,
.qodef-testimonials-list.qodef-effect--fade .swiper-slide.swiper-slide-duplicate-active {
    z-index: 1
}

.qodef-testimonials-list.qodef-effect--fade .swiper-slide.swiper-slide-active .qodef-e-inner,
.qodef-testimonials-list.qodef-effect--fade .swiper-slide.swiper-slide-duplicate-active .qodef-e-inner {
    animation: qode-side-text-in .6s cubic-bezier(.5, 1, .89, 1) both .3s
}

.qodef-testimonials-list.qodef-skin--light .qodef-e-author-job,
.qodef-testimonials-list.qodef-skin--light .qodef-e-author-name,
.qodef-testimonials-list.qodef-skin--light .qodef-e-tagline,
.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 .qodef-e-quote svg {
    fill: #fff
}

.qodef-testimonials-list.qodef-skin--light .swiper-pagination-bullet:before {
    color: #fff
}

.qodef-testimonials-list.qodef-skin--light .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-image: linear-gradient(#fff, #fff)
}

@keyframes cover_search_fade_out {
    0% {
        opacity: 1;
        visibility: visible;
        z-index: 100;
        -webkit-clip-path: inset(0 0 0 0);
        clip-path: inset(0 0 0 0)
    }
    100% {
        opacity: 0;
        visibility: hidden;
        z-index: 0;
        height: 0;
        -webkit-clip-path: inset(0 0 100% 0);
        clip-path: inset(0 0 100% 0)
    }
}

@keyframes cover_search_fade_in {
    0% {
        opacity: 0;
        visibility: hidden;
        z-index: 100;
        height: 0;
        -webkit-clip-path: inset(0 0 100% 0);
        clip-path: inset(0 0 100% 0)
    }
    100% {
        opacity: 1;
        visibility: visible;
        z-index: 100;
        height: 100px;
        -webkit-clip-path: inset(0 0 0 0);
        clip-path: inset(0 0 0 0)
    }
}

.qodef-search-cover-form {
    position: absolute;
    top: 100%;
    right: 100px;
    visibility: hidden;
    opacity: 0;
    background-color: #000;
    z-index: -1;
    transition: opacity .3s ease
}

.qodef-search-cover-form .qodef-m-inner {
    display: flex;
    height: 100px;
    width: 300px;
    align-items: center;
    justify-content: space-between;
    padding: 0 30px
}

.qodef-search-cover-form .qodef-m-form-field {
    padding: 0 0 8px 0;
    margin: 0 -15px 0 0;
    font-size: 13px;
    color: #b0b0b0;
    border-color: #fff;
    background-color: transparent;
    outline-offset: 0
}

.qodef-search-cover-form .qodef-m-form-field:focus {
    color: #b0b0b0;
    border-color: #b0b0b0
}

.qodef-search-cover-form .qodef-m-form-field:focus:-ms-input-placeholder {
    color: inherit
}

.qodef-search-cover-form .qodef-m-form-field:focus::placeholder {
    color: inherit
}

.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 {
    right: 0;
    flex-shrink: 0;
    padding: 0 0 12px 0;
    color: #fff
}

.qodef-search-cover-form .qodef-m-close.qodef-source--predefined {
    padding: 0 0 4px 0
}

.qodef-search-cover-form .qodef-m-close.qodef-source--predefined svg {
    fill: currentColor
}

.qodef-search-cover-form .qodef-m-close.qodef-source--predefined svg rect {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0)
}

.qodef-search-cover-form .qodef-m-close.qodef-source--predefined:hover rect {
    animation: qode-clip-lines .8s forwards cubic-bezier(.33, .02, 0, .93)
}

.qodef-search-cover-form .qodef-m-close.qodef-source--predefined:hover rect:nth-child(2) {
    animation: qode-clip-lines .8s forwards cubic-bezier(.33, .02, 0, .93) .2s
}

.qodef-search-cover-form .qodef-m-close.qodef-source--icon-pack {
    font-size: 16px
}

.qodef-search-cover-form.qodef-centered-in-grid-right {
    right: 347px
}

.qodef-search-cover-form.qodef-centered-in-grid-left {
    right: auto;
    left: 300px
}

.qodef-covers-search--fadeout .qodef-search-cover-form {
    animation: cover_search_fade_out .4s ease both
}

.qodef-covers-search--fadein .qodef-search-cover-form {
    animation: cover_search_fade_in .4s ease both
}

.qodef-header--sticky-display #qodef-page-header>.qodef-search-cover-form {
    display: none
}

.qodef-search-opener>* {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: inherit
}

.qodef-search-opener span {
    height: 25px
}

.qodef-search-opener.qodef-source--icon-pack {
    font-size: 23px
}

.qodef-search-opener.qodef-source--predefined svg {
    fill: none;
    stroke: #000;
    transition: stroke .2s ease-out
}

.qodef-search-opener.qodef-source--predefined:hover svg {
    stroke: #707070
}

.qodef-banner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    overflow: hidden
}

.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-inner {
    display: inline-block
}

.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-on-hover .qodef-m-content-inner {
    align-items: center;
    flex-direction: column;
    justify-content: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    opacity: 0;
    transition: opacity .3s ease-out, -webkit-clip-path .4s cubic-bezier(.61, 1, .88, 1);
    transition: opacity .3s ease-out, clip-path .4s cubic-bezier(.61, 1, .88, 1);
    transition: opacity .3s ease-out, clip-path .4s cubic-bezier(.61, 1, .88, 1), -webkit-clip-path .4s cubic-bezier(.61, 1, .88, 1)
}

.qodef-banner.qodef-layout--link-on-hover .qodef-m-background-text {
    font-size: 100px;
    opacity: .1;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    line-height: 2;
    padding: 0 40px;
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
    transition: -webkit-clip-path .6s ease-out;
    transition: clip-path .6s ease-out;
    transition: clip-path .6s ease-out, -webkit-clip-path .6s ease-out
}

.qodef-banner.qodef-layout--link-on-hover .qodef-m-title {
    margin: 0
}

.qodef-banner.qodef-layout--link-on-hover:hover .qodef-m-content-inner {
    opacity: 1;
    -webkit-clip-path: inset(10px 10px 10px 10px);
    clip-path: inset(10px 10px 10px 10px)
}

.qodef-banner.qodef-layout--link-on-hover:hover .qodef-m-background-text {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0)
}

.qodef-banner.qodef-layout--link-overlay img {
    transform: scale(1.05) translateX(-5px);
    transition: .5s ease-out
}

.qodef-banner.qodef-layout--link-overlay:hover img {
    transform: scale(1.05) translateX(5px)
}

.qodef-banner.qodef-layout--link-overlay .qodef-m-content-inner {
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-end;
    padding: 25px 32px
}

.qodef-banner.qodef-layout--link-overlay .qodef-m-text {
    margin: 0
}

.qodef-banner.qodef-layout--link-overlay .qodef-m-title {
    margin: 10px 0 4px
}

.qodef-button.qodef-html--link {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin: 0;
    font-family: "Work sans", sans-serif;
    font-size: 12px;
    line-height: 1.5em;
    letter-spacing: .2em;
    font-weight: 600;
    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: 13px 50px
}

.qodef-button.qodef-size--small {
    padding: 13px 43px
}

.qodef-button.qodef-size--large {
    padding: 16px 52px
}

.qodef-button.qodef-size--full {
    width: 100%;
    text-align: center
}

.qodef-button.qodef-layout--filled.qodef-html--link {
    color: #fff;
    background-color: var(--qode-main-color);
    border: 1px solid transparent
}

.qodef-button.qodef-layout--filled.qodef-html--link:hover {
    color: #000;
    background-color: transparent;
    border: 1px solid var(--qode-main-color)
}

.qodef-button.qodef-layout--filled.qodef-html--link.qodef-skin--light {
    color: #000;
    background-color: #fff;
    border: 1px solid transparent
}

.qodef-button.qodef-layout--filled.qodef-html--link.qodef-skin--light:hover {
    color: #fff;
    background-color: transparent;
    border: 1px solid #fff
}

.qodef-button.qodef-layout--outlined {
    color: var(--qode-main-color);
    background-color: transparent;
    border: 1px solid var(--qode-main-color)
}

.qodef-button.qodef-layout--outlined:hover {
    color: #fff;
    background-color: var(--qode-main-color);
    border-color: var(--qode-main-color)
}

.qodef-button.qodef-layout--textual {
    padding: 0 !important;
    border: 0
}

.qodef-button.qodef-layout--textual .qodef-m-text {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    background-image: linear-gradient(currentColor, currentColor);
    background-repeat: no-repeat;
    transition: background-size .4s cubic-bezier(.22, .61, .36, 1);
    background-position: 0 100%;
    background-size: calc(100% - .2em) 1px
}

.qodef-button.qodef-layout--textual:hover .qodef-m-text {
    animation: qodef-animate-underline 1s cubic-bezier(.32, .32, .15, 1.17) forwards
}

.qodef-button.qodef-layout--textual.qodef-without-underline--yes .qodef-m-text {
    background-image: linear-gradient(currentColor, currentColor);
    background-repeat: no-repeat;
    transition: background-size .4s cubic-bezier(.22, .61, .36, 1);
    background-position: 0 100%;
    background-size: 0 1px
}

.qodef-button.qodef-layout--textual.qodef-without-underline--yes:hover .qodef-m-text {
    background-size: calc(100% - .2em) 1px
}

.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-content-block {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-content-block .qodef-m-image {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-content-block .qodef-m-image a,
.qodef-content-block .qodef-m-image img {
    display: block
}

.qodef-content-block .qodef-m-content {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%
}

.qodef-content-block .qodef-m-title {
    margin: 0
}

.qodef-content-block .qodef-m-text {
    margin: 16px 0 0
}

.qodef-content-block .qodef-m-icons {
    margin: 38px 0 0
}

.qodef-content-block .qodef-m-icon {
    margin: 0 44px 0 0;
    font-family: "Work sans", sans-serif;
    color: #000;
    font-weight: 600;
    font-size: 12px;
    line-height: 1.5em;
    letter-spacing: .3em;
    text-transform: uppercase;
    background-image: linear-gradient(currentColor, currentColor);
    background-repeat: no-repeat;
    transition: background-size .4s cubic-bezier(.22, .61, .36, 1);
    background-position: 0 100%;
    background-size: 0 1px
}

.qodef-content-block .qodef-m-icon:hover {
    background-size: calc(100% - .3em) 1px
}

.qodef-content-block.qodef-layout--text-beside {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch
}

.qodef-content-block.qodef-layout--text-beside .qodef-m-image {
    width: 50%;
    flex-shrink: 0
}

.qodef-content-block.qodef-layout--text-beside .qodef-m-content {
    width: 50%;
    align-items: flex-start;
    justify-content: flex-end;
    flex-shrink: 0;
    padding: 100px 20% 105px 110px
}

.qodef-content-block.qodef-layout--text-beside .qodef-m-icons {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

.qodef-content-block.qodef-layout--text-beside.qodef-position--image-right {
    flex-direction: row-reverse
}

.qodef-content-block.qodef-layout--text-beside.qodef-skin--light .qodef-m-content {
    background-color: #000
}

.qodef-content-block.qodef-layout--text-beside.qodef-skin--light .qodef-m-icon,
.qodef-content-block.qodef-layout--text-beside.qodef-skin--light .qodef-m-title {
    color: #fff
}

.qodef-content-block.qodef-layout--text-beside.qodef-skin--light .qodef-m-icon a:hover {
    color: inherit
}

.qodef-countdown .qodef-digit,
.qodef-countdown .qodef-label {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    text-align: center
}

.qodef-countdown.qodef-show--1 .qodef-digit-wrapper {
    width: 100%
}

.qodef-countdown.qodef-show--2 .qodef-digit-wrapper {
    width: 50%
}

.qodef-countdown.qodef-show--3 .qodef-digit-wrapper {
    width: 33.33333%
}

.qodef-countdown.qodef-show--4 .qodef-digit-wrapper {
    width: 25%
}

.qodef-countdown.qodef-show--5 .qodef-digit-wrapper {
    width: 20%
}

.qodef-countdown.qodef-show--6 .qodef-digit-wrapper {
    width: 16.66667%
}

.qodef-countdown.qodef-countdown--light .qodef-digit,
.qodef-countdown.qodef-countdown--light .qodef-label {
    color: #fff
}

.qodef-countdown.qodef-layout--simple .qodef-digit-wrapper {
    display: inline-block;
    vertical-align: top;
    padding: 0 20px
}

.qodef-countdown.qodef-layout--simple .qodef-digit {
    font-family: "Work sans", sans-serif;
    text-transform: uppercase;
    color: #000;
    font-size: 28px;
    line-height: 1.21em;
    letter-spacing: .2em;
    font-weight: 600;
    padding: 0 0 5px
}

.widget.widget_askka_core_custom_font {
    margin-bottom: 0 !important
}

.qodef-custom-font {
    position: relative;
    margin: 0
}

.qodef-dropcaps {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-dropcaps .qodef-m-letter {
    position: relative;
    top: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    margin: 0 10px 5px 0;
    font-family: "Work sans", sans-serif;
    text-transform: uppercase;
    color: #000;
    font-size: 34px;
    line-height: 1.24em;
    letter-spacing: .2em;
    font-weight: 600
}

.qodef-dropcaps .qodef-m-text {
    display: inline;
    margin: 0
}

.qodef-dropcaps:not(.qodef-type--simple) .qodef-m-letter {
    width: 40px;
    height: 40px;
    font-size: 22px;
    line-height: 1.23em;
    letter-spacing: .2em;
    font-weight: 600;
    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
}

.qodef-icon-list-item .qodef-icon-holder {
    flex-shrink: 0;
    margin-right: 5px;
    float: none
}

.qodef-icon-list-item .qodef-icon-holder .qodef-icon {
    font-size: 15px
}

.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_askka_core_icon_list_item {
    margin-bottom: 0
}

#qodef-page-footer .widget.widget_askka_core_icon_list_item {
    margin-bottom: 0
}

#qodef-side-area .widget.widget_askka_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: 14px 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: 28px;
    margin-top: 7px
}

.qodef-icon-with-text.qodef-layout--before-content .qodef-m-text {
    margin: 17px 0 0
}

.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--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-m-title {
    margin-top: 10px
}

.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_askka_core_icon {
    display: inline-block;
    line-height: 1
}

#qodef-page-sidebar .widget.widget_askka_core_icon {
    margin-bottom: 0
}

#qodef-page-footer .widget.widget_askka_core_icon {
    margin-bottom: 0
}

#qodef-side-area .widget.widget_askka_core_icon {
    margin-bottom: 0
}

.qodef-image-with-text {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-image-with-text .qodef-m-image {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-image-with-text .qodef-m-image a,
.qodef-image-with-text .qodef-m-image img {
    display: block
}

.qodef-image-with-text .qodef-m-image img {
    width: 100%;
    box-shadow: 0 2px 20px 0 rgba(1, 1, 1, .1);
    transform: translateY(0);
    transition: transform .3s ease-out
}

.qodef-image-with-text .qodef-m-image a:hover img {
    transform: translateY(-10px)
}

.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: 26px 0 0
}

.qodef-image-with-text .qodef-m-text {
    margin: 4px 0 0
}

.qodef-pricing-table {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    text-align: center
}

.qodef-pricing-table.qodef-status--featured {
    transform: translateY(-31px)
}

.qodef-pricing-table.qodef-background--has-image {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

.qodef-pricing-table .qodef-m-inner {
    padding: 58px 20px
}

.qodef-pricing-table .qodef-m-title span {
    font-family: "Work sans", sans-serif;
    font-size: 12px;
    line-height: 2em;
    letter-spacing: .3em;
    text-transform: uppercase;
    font-weight: 500;
    color: #000
}

.qodef-pricing-table .qodef-m-title span:hover {
    color: var(--qode-main-color)
}

.qodef-pricing-table .qodef-m-price {
    margin: 16px 0 0
}

.qodef-pricing-table .qodef-m-price .qodef-m-price-wrapper {
    display: flex;
    margin: 0;
    line-height: 1;
    justify-content: center
}

.qodef-pricing-table .qodef-m-content {
    margin: 17px 0 0
}

.qodef-pricing-table .qodef-m-content p {
    line-height: 32px
}

.qodef-pricing-table .qodef-m-content ul {
    list-style: none;
    margin: 0
}

.qodef-pricing-table .qodef-m-content ul li {
    margin-bottom: 6px;
    font-family: "Work sans", sans-serif;
    font-size: 15px;
    line-height: 1.66em;
    font-weight: 400;
    color: #707070
}

.qodef-pricing-table .qodef-m-content ul li:last-child {
    margin-bottom: 0
}

.qodef-pricing-table .qodef-m-content ul li:before {
    content: '-';
    padding-right: 7px
}

.qodef-pricing-table .qodef-m-button .qodef-button {
    margin: 21px 0 0
}

.qodef-section-title {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.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-section-title .qodef-m-title {
    margin: 15px 0 0;
    position: relative;
    z-index: 1
}

.qodef-section-title .qodef-m-subtitle {
    position: relative;
    margin: 0;
    display: block;
    font-family: "Work sans", sans-serif;
    font-size: 12px;
    line-height: 2em;
    letter-spacing: .3em;
    text-transform: uppercase;
    font-weight: 500;
    color: #000;
    z-index: 1
}

.qodef-section-title .qodef-m-subtitle:hover {
    color: var(--qode-main-color)
}

.qodef-section-title .qodef-m-text {
    margin: 25px 0 0
}

.qodef-section-title .qodef-m-background-text {
    display: block;
    position: absolute;
    top: 0;
    transform: translateY(-50%);
    line-height: 2;
    width: 100%;
    color: rgb(205 157 46 / 31%);
    z-index: 0
}

.qodef-section-title .qodef-m-background-text span {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
    transition: -webkit-clip-path 1.6s cubic-bezier(.65, 0, .35, 1);
    transition: clip-path 1.6s cubic-bezier(.65, 0, .35, 1);
    transition: clip-path 1.6s cubic-bezier(.65, 0, .35, 1), -webkit-clip-path 1.6s cubic-bezier(.65, 0, .35, 1);
    padding: 0 10%;
    margin: 0 -10%;
    display: inline-block
}

.qodef-section-title .qodef-m-background-text:only-child {
    position: relative;
    transform: none
}

.qodef-section-title.qodef--appeared .qodef-m-background-text span {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0)
}

.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 #272727
}

.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_askka_core_separator {
    margin-bottom: 0
}

#qodef-page-footer .widget.widget_askka_core_separator {
    margin-bottom: 0
}

#qodef-side-area .widget.widget_askka_core_separator {
    margin-bottom: 0
}

.qodef-single-image img {
    display: block
}

.qodef-stacked-images {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-stacked-images .qodef-m-images {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    opacity: 0;
    transition: opacity .35s ease-out
}

.qodef-stacked-images .qodef-m-images .qodef-e-image.qodef--stack {
    position: absolute;
    display: block;
    bottom: -100%
}

.qodef-stack--bottom-left.qodef-stacked-images .qodef-m-images {
    padding: 0 0 88px 75px
}

.qodef-stack--bottom-right.qodef-stacked-images .qodef-m-images {
    padding: 0 75px 88px 0
}

.qodef-stacked-images .qodef-m-images.qodef--appeared {
    opacity: 1
}

.qodef-stack--bottom-left.qodef-stacked-images .qodef-m-images.qodef--appeared .qodef-e-image.qodef--stack {
    bottom: 0;
    left: 0;
    max-width: 70%
}

.qodef-stack--bottom-right.qodef-stacked-images .qodef-m-images.qodef--appeared .qodef-e-image.qodef--stack {
    bottom: 0;
    right: 0;
    max-width: 70%
}

.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
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li {
    margin: 0 31px 0 0;
    padding: 0
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a {
    display: block;
    padding: 0 0 2px 0;
    font-family: "Work sans", sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1.33em;
    letter-spacing: .3em;
    font-weight: 500;
    background-image: linear-gradient(currentColor, currentColor);
    background-repeat: no-repeat;
    transition: background-size .4s cubic-bezier(.22, .61, .36, 1);
    background-position: 0 100%;
    background-size: 0 1px
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li:last-child {
    margin-right: 0
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a:hover,
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.active a,
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.ui-state-active a,
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.ui-state-hover a {
    background-size: calc(100% - .3em) 1px
}

@media only screen and (max-width:680px) {
    .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation {
        flex-direction: column;
        align-items: flex-start
    }
    .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li {
        margin: 0 0 26px 0;
        padding: 0
    }
    .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 #272727
}

.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-vertical-split-slider--initialized {
    margin: 0;
    padding: 0;
    overflow: hidden;
    -webkit-tap-highlight-color: transparent
}

.qodef-vertical-split-slider--loaded .qodef-vertical-split-slider,
.qodef-vertical-split-slider--loaded .qodef-vertical-split-slider-responsive {
    opacity: 1
}

.qodef-vertical-split-slider {
    height: 100vh;
    position: relative
}

.qodef-vertical-split-slider .ms-tableCell {
    height: 100vh !important
}

.qodef-vertical-split-slider-responsive {
    display: none
}

.qodef-vertical-split-slider,
.qodef-vertical-split-slider-responsive {
    opacity: 0;
    transition: opacity .2s ease-in-out
}

.qodef-vertical-split-slider .qodef-m-title,
.qodef-vertical-split-slider-responsive .qodef-m-title {
    display: block;
    margin: 18px 0 0 0;
    position: relative;
    z-index: 2
}

.qodef-vertical-split-slider .qodef-m-content-text,
.qodef-vertical-split-slider-responsive .qodef-m-content-text {
    margin: 15px 0 0 0;
    z-index: 2;
    padding: 0 22%
}

.qodef-vertical-split-slider .qodef-m-content-text span,
.qodef-vertical-split-slider-responsive .qodef-m-content-text span {
    font-size: 17px
}

.qodef-vertical-split-slider .qodef-m-content-subtitle,
.qodef-vertical-split-slider-responsive .qodef-m-content-subtitle {
    position: relative;
    z-index: 2;
    margin: 0
}

.qodef-vertical-split-slider .qodef-m-button,
.qodef-vertical-split-slider-responsive .qodef-m-button {
    margin: 34px 0 13px;
    position: relative;
    z-index: 2
}

.qodef-vertical-split-slider .qodef-m-contact-form-tagline,
.qodef-vertical-split-slider .qodef-m-content-above-title,
.qodef-vertical-split-slider .qodef-m-content-below-title,
.qodef-vertical-split-slider-responsive .qodef-m-contact-form-tagline,
.qodef-vertical-split-slider-responsive .qodef-m-content-above-title,
.qodef-vertical-split-slider-responsive .qodef-m-content-below-title {
    position: relative;
    display: block
}

.qodef-vertical-split-slider .qodef-m-content-above-title,
.qodef-vertical-split-slider .qodef-m-content-below-title,
.qodef-vertical-split-slider-responsive .qodef-m-content-above-title,
.qodef-vertical-split-slider-responsive .qodef-m-content-below-title {
    font-size: 150px;
    z-index: 1
}

.qodef-vertical-split-slider .qodef-m-contact-form-tagline,
.qodef-vertical-split-slider-responsive .qodef-m-contact-form-tagline {
    font-size: 80px;
    z-index: 1;
    margin: 0 0 15px
}

.qodef-vertical-split-slider .qodef-m-content-below-title+.qodef-m-content-text,
.qodef-vertical-split-slider-responsive .qodef-m-content-below-title+.qodef-m-content-text {
    margin-top: 30px
}

.qodef-vertical-split-slider .qodef-m-content-below-title+.qodef-m-button,
.qodef-vertical-split-slider-responsive .qodef-m-content-below-title+.qodef-m-button {
    margin-top: 102px
}

.qodef-vertical-split-slider .qodef-m-content-above-title,
.qodef-vertical-split-slider-responsive .qodef-m-content-above-title {
    margin: 42px 0 0
}

.qodef-vertical-split-slider .qodef-m-contact-form-title,
.qodef-vertical-split-slider-responsive .qodef-m-contact-form-title {
    margin: 0 0 19px;
    z-index: 2;
    position: relative
}

.qodef-vertical-split-slider .qodef-m-slide-image img,
.qodef-vertical-split-slider-responsive .qodef-m-slide-image img {
    display: block;
    margin: auto;
    max-width: 76%;
    max-height: 100%
}

.qodef-vertical-split-slider .qodef-m-slide-video video,
.qodef-vertical-split-slider-responsive .qodef-m-slide-video video {
    height: auto;
    margin: auto;
    width: 76%;
    max-height: 69vh;
    -o-object-fit: cover;
    object-fit: cover
}

.qodef-vertical-split-slider .qodef-m-slide-content,
.qodef-vertical-split-slider-responsive .qodef-m-slide-content {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 5%
}

.qodef-vertical-split-slider .qodef-m-slide-content var,
.qodef-vertical-split-slider-responsive .qodef-m-slide-content var {
    color: #6e0404
}

.qodef-vertical-split-slider .qodef-m-slide-content var span,
.qodef-vertical-split-slider-responsive .qodef-m-slide-content var span {
    display: inline-block;
    line-height: 2;
    padding: 0 10%;
    position: relative;
    margin: -150px -10%;
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
    transition: -webkit-clip-path 1.2s cubic-bezier(.65, 0, .35, 1) .15s;
    transition: clip-path 1.2s cubic-bezier(.65, 0, .35, 1) .15s;
    transition: clip-path 1.2s cubic-bezier(.65, 0, .35, 1) .15s, -webkit-clip-path 1.2s cubic-bezier(.65, 0, .35, 1) .15s
}

.qodef-vertical-split-slider .qodef-m-slide-content var.qodef-m-content-below-title span,
.qodef-vertical-split-slider-responsive .qodef-m-slide-content var.qodef-m-content-below-title span {
    transition: -webkit-clip-path 1.2s cubic-bezier(.65, 0, .35, 1) .3s;
    transition: clip-path 1.2s cubic-bezier(.65, 0, .35, 1) .3s;
    transition: clip-path 1.2s cubic-bezier(.65, 0, .35, 1) .3s, -webkit-clip-path 1.2s cubic-bezier(.65, 0, .35, 1) .3s
}

.qodef-vertical-split-slider--loaded .qodef-vertical-split-slider .qodef-m-slide-content.active var span,
.qodef-vertical-split-slider--loaded .qodef-vertical-split-slider .qodef-m-slide-content.qodef--appeared var span,
.qodef-vertical-split-slider--loaded .qodef-vertical-split-slider-responsive .qodef-m-slide-content.active var span,
.qodef-vertical-split-slider--loaded .qodef-vertical-split-slider-responsive .qodef-m-slide-content.qodef--appeared var span {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0)
}

.qodef-vertical-split-slider .qodef-m-slide-content.qodef-large-title--yes .qodef-m-title,
.qodef-vertical-split-slider-responsive .qodef-m-slide-content.qodef-large-title--yes .qodef-m-title {
    font-size: 80px;
    line-height: 1.16em
}

.qodef-vertical-split-slider .qodef-m-slide-content.qodef-skin--light .qodef-m-contact-form-title,
.qodef-vertical-split-slider .qodef-m-slide-content.qodef-skin--light .qodef-m-content-subtitle,
.qodef-vertical-split-slider .qodef-m-slide-content.qodef-skin--light .qodef-m-title,
.qodef-vertical-split-slider .qodef-m-slide-content.qodef-skin--light p,
.qodef-vertical-split-slider-responsive .qodef-m-slide-content.qodef-skin--light .qodef-m-contact-form-title,
.qodef-vertical-split-slider-responsive .qodef-m-slide-content.qodef-skin--light .qodef-m-content-subtitle,
.qodef-vertical-split-slider-responsive .qodef-m-slide-content.qodef-skin--light .qodef-m-title,
.qodef-vertical-split-slider-responsive .qodef-m-slide-content.qodef-skin--light p {
    color: #fff
}

.qodef-vertical-split-slider .qodef-m-slide-content.qodef-skin--light .qodef-button.qodef-layout--outlined,
.qodef-vertical-split-slider-responsive .qodef-m-slide-content.qodef-skin--light .qodef-button.qodef-layout--outlined {
    color: #fff;
    background-color: transparent;
    border: 1px solid #fff
}

.qodef-vertical-split-slider .qodef-m-slide-content.qodef-skin--light .qodef-button.qodef-layout--outlined:hover,
.qodef-vertical-split-slider-responsive .qodef-m-slide-content.qodef-skin--light .qodef-button.qodef-layout--outlined:hover {
    color: #000;
    background-color: #fff;
    border: 1px solid transparent
}

.qodef-vertical-split-slider .qodef-m-slide-content.qodef-skin--light .qodef-button.qodef-layout--filled,
.qodef-vertical-split-slider-responsive .qodef-m-slide-content.qodef-skin--light .qodef-button.qodef-layout--filled {
    color: #000;
    background-color: #fff;
    border: 1px solid transparent
}

.qodef-vertical-split-slider .qodef-m-slide-content.qodef-skin--light .qodef-button.qodef-layout--filled:hover,
.qodef-vertical-split-slider-responsive .qodef-m-slide-content.qodef-skin--light .qodef-button.qodef-layout--filled:hover {
    color: #fff;
    background-color: transparent;
    border: 1px solid #fff
}

.qodef-vertical-split-slider .qodef-m-slide-content.qodef-skin--light .qodef-button.qodef-layout--textual,
.qodef-vertical-split-slider-responsive .qodef-m-slide-content.qodef-skin--light .qodef-button.qodef-layout--textual {
    color: #fff
}

.qodef-vertical-split-slider .qodef-m-slide-content.qodef-skin--light .qodef-contact-form-7 input,
.qodef-vertical-split-slider .qodef-m-slide-content.qodef-skin--light .qodef-contact-form-7 textarea,
.qodef-vertical-split-slider-responsive .qodef-m-slide-content.qodef-skin--light .qodef-contact-form-7 input,
.qodef-vertical-split-slider-responsive .qodef-m-slide-content.qodef-skin--light .qodef-contact-form-7 textarea {
    color: #fff;
    border-bottom-color: #fff
}

.qodef-vertical-split-slider .qodef-m-slide-content.qodef-skin--light .qodef-contact-form-7 input:focus,
.qodef-vertical-split-slider .qodef-m-slide-content.qodef-skin--light .qodef-contact-form-7 input:hover,
.qodef-vertical-split-slider .qodef-m-slide-content.qodef-skin--light .qodef-contact-form-7 textarea:focus,
.qodef-vertical-split-slider .qodef-m-slide-content.qodef-skin--light .qodef-contact-form-7 textarea:hover,
.qodef-vertical-split-slider-responsive .qodef-m-slide-content.qodef-skin--light .qodef-contact-form-7 input:focus,
.qodef-vertical-split-slider-responsive .qodef-m-slide-content.qodef-skin--light .qodef-contact-form-7 input:hover,
.qodef-vertical-split-slider-responsive .qodef-m-slide-content.qodef-skin--light .qodef-contact-form-7 textarea:focus,
.qodef-vertical-split-slider-responsive .qodef-m-slide-content.qodef-skin--light .qodef-contact-form-7 textarea:hover {
    color: #fff
}

.qodef-vertical-split-slider .qodef-contact-form-7,
.qodef-vertical-split-slider-responsive .qodef-contact-form-7 {
    padding: 0 21%
}

.qodef-vertical-split-slider .qodef-contact-form-7 p,
.qodef-vertical-split-slider-responsive .qodef-contact-form-7 p {
    margin: 0
}

.qodef-vertical-split-slider .qodef-contact-form-7 input,
.qodef-vertical-split-slider .qodef-contact-form-7 textarea,
.qodef-vertical-split-slider-responsive .qodef-contact-form-7 input,
.qodef-vertical-split-slider-responsive .qodef-contact-form-7 textarea {
    margin: 22px 0 11px
}

.qodef-vertical-split-slider .qodef-contact-form-7 button,
.qodef-vertical-split-slider-responsive .qodef-contact-form-7 button {
    margin-top: 39px
}

.qodef-vertical-split-slider .qodef-contact-form-7 .wpcf7-response-output,
.qodef-vertical-split-slider-responsive .qodef-contact-form-7 .wpcf7-response-output {
    margin: 50px 0 0
}

#multiscroll-nav {
    display: none;
    z-index: 98 !important
}

#multiscroll-nav li {
    width: 8px !important;
    height: 21px !important;
    margin: 24px 10px !important;
    counter-increment: count
}

#multiscroll-nav a {
    background-image: linear-gradient(currentColor, currentColor);
    background-repeat: no-repeat;
    transition: background-size .4s cubic-bezier(.22, .61, .36, 1);
    background-position: 0 100%;
    background-size: 0 1px;
    padding: 0 6px
}

#multiscroll-nav a span {
    top: 0;
    left: 3px;
    width: 8px;
    height: 21px;
    background-color: transparent;
    border: none
}

#multiscroll-nav a span:after {
    content: counter(count);
    display: inline-block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    color: #000;
    font-size: 12px;
    letter-spacing: .2em;
    font-weight: 600
}

#multiscroll-nav a.active {
    animation: qodef-animate-underline 1s cubic-bezier(.32, .32, .15, 1.17) forwards
}

#multiscroll-nav a.active span {
    background: 0 0 !important
}

#multiscroll-nav a:hover {
    background-size: calc(100% - .2em) 1px
}

#multiscroll-nav.right {
    right: 44px !important
}

.qodef-vertical-split-slider--initialized #multiscroll-nav {
    display: block
}

.qodef-vertical-split-slider--initialized #multiscroll-nav.qodef-skin--light a {
    color: #fff
}

.qodef-vertical-split-slider--initialized #multiscroll-nav.qodef-skin--light a span:after {
    color: #fff
}

.qodef-vertical-split-slider--initialized #multiscroll-nav.qodef-skin--dark a {
    color: #000
}

.qodef-vertical-split-slider--initialized #multiscroll-nav.qodef-skin--dark a span:after {
    color: #000
}

.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;
    font-size: 106px;
    line-height: 1
}

.qodef-video-button .qodef-m-play span {
    display: block;
    line-height: inherit
}

.qodef-video-button .qodef-m-play span:before {
    display: block;
    line-height: inherit
}

.qodef-video-button .qodef-m-play svg circle {
    stroke: #fff;
    fill: none;
    stroke-dasharray: 640;
    stroke-dashoffset: 1280
}

.qodef-video-button .qodef-m-play:hover svg circle {
    animation: qode-video-btn 1.2s cubic-bezier(.43, .41, .36, .9)
}

.qodef-video-button.qodef--no-img .qodef-m-play-button {
    stroke: #000
}

.qodef-video-button.qodef--no-img .qodef-m-play-button circle {
    stroke: #000
}

.qodef-video-with-text {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-video-with-text .qodef-m-video {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    box-shadow: 0 2px 20px 0 rgba(1, 1, 1, .1)
}

.qodef-video-with-text .qodef-m-video a,
.qodef-video-with-text .qodef-m-video video {
    display: block
}

.qodef-video-with-text .qodef-m-content {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-video-with-text .qodef-m-title {
    margin: 26px 0 0
}

.qodef-video-with-text .qodef-m-text {
    margin: 4px 0 0
}

#qodef-side-area {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: auto;
    min-width: 100%;
    padding: 60px 75px 25px;
    text-align: center;
    background-color: #000;
    overflow: hidden;
    z-index: 9999;
    transform: translateY(-100%);
    transition: transform .6s ease-out
}

.qodef-side-area--opened #qodef-side-area {
    transform: translateY(0);
    overflow: visible !important
}

#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 .ps__rail-y {
    display: none !important
}

#qodef-side-area-inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between
}

#qodef-side-area-close {
    position: absolute;
    top: 235px;
    right: 21%;
    z-index: 1000;
    display: none
}

#qodef-side-area-close svg {
    fill: none;
    stroke: #000
}

.admin-bar #qodef-side-area-close {
    top: 65px
}

#qodef-side-area-close.qodef-source--predefined .qodef-m-line.qodef--1 {
    top: 13px;
    transform: rotate(45deg)
}

#qodef-side-area-close.qodef-source--predefined .qodef-m-line.qodef--2 {
    top: 13px;
    transform: rotate(-45deg)
}

.qodef-side-area-cover {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 190px);
    opacity: 0;
    overflow: hidden;
    z-index: 0;
    transition: all .3s ease-in-out
}

.qodef-side-area--opened .qodef-side-area-cover {
    opacity: 1;
    z-index: 1002;
    cursor: url(../img/close.png), url(../img/close.cur) 13 13, not-allowed
}

.qodef-social-share {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.qodef-social-share .qodef-social-title {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 0 0;
    font-family: "Work sans", sans-serif;
    text-transform: uppercase;
    color: #000;
    font-size: 18px;
    line-height: 1.22em;
    letter-spacing: .2em;
    font-weight: 600
}

.qodef-social-share ul {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    list-style: none;
    padding: 0;
    margin: 0
}

.qodef-social-share li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    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 #272727
}

.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: #707070;
    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: 20px
}

.qodef-social-share.qodef-layout--text li:last-child {
    margin-right: 0
}

.qodef-social-share.qodef-layout--text li a {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    font-family: "Work sans", sans-serif;
    color: #000;
    font-weight: 600;
    font-size: 12px;
    line-height: 1.5em;
    letter-spacing: .3em;
    text-transform: uppercase;
    background-image: linear-gradient(currentColor, currentColor);
    background-repeat: no-repeat;
    transition: background-size .4s cubic-bezier(.22, .61, .36, 1);
    background-position: 0 100%;
    background-size: 0 1px
}

.qodef-social-share.qodef-layout--text li a:focus,
.qodef-social-share.qodef-layout--text li a:hover {
    animation: qodef-animate-underline 1s cubic-bezier(.32, .32, .15, 1.17) forwards;
    color: initial
}

.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--askka .qodef-m-askka {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 5
}

#qodef-page-spinner.qodef-layout--askka .qodef-m-askka .qodef-m-askka-word {
    position: absolute;
    font-family: "Work sans", sans-serif;
    text-transform: uppercase;
    color: #000;
    font-size: 39px;
    line-height: 1.26em;
    letter-spacing: .2em;
    font-weight: 600;
    font-size: 50px;
    color: #fff;
    transform: translate(3px, -22px);
    opacity: 0
}

#qodef-page-spinner.qodef-layout--askka .qodef-m-askka .qodef-m-askka-word.qodef--active {
    animation: qode-askka-preloader-word 1.4s ease-in-out both
}

#qodef-page-spinner.qodef-layout--askka .qodef-m-askka .qodef-m-askka-word.qodef--active-stay {
    animation: qode-askka-preloader-word-stay 1.4s ease-in-out both
}

#qodef-page-spinner.qodef-layout--askka .qodef-m-askka .qodef-m-askka-text {
    position: absolute;
    transform: translate(-38px, 2px)
}

#qodef-page-spinner.qodef-layout--askka .qodef-m-askka .qodef-m-askka-text>span {
    font-family: tuesday_nightregular, sans-serif;
    font-size: 130px;
    font-style: normal;
    color: rgba(255, 255, 255, .3);
    line-height: 2;
    padding: 0 1.2em;
    margin: 0 -1.2em;
    display: inline-block;
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0)
}

#qodef-page-spinner.qodef-layout--askka .qodef-m-askka .qodef-m-askka-text.qodef--active>span {
    animation: qode-askka-preloader-text 1.4s ease-in-out both
}

#qodef-page-spinner.qodef-layout--askka .qodef-m-askka .qodef-m-askka-text.qodef--active-stay>span {
    animation: qode-askka-preloader-text-stay 1.4s ease-in-out both
}

#qodef-page-spinner.qodef-layout--askka .qodef-m-background {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    transition: -webkit-clip-path 1s cubic-bezier(.65, 0, .35, 1);
    transition: clip-path 1s cubic-bezier(.65, 0, .35, 1);
    transition: clip-path 1s cubic-bezier(.65, 0, .35, 1), -webkit-clip-path 1s cubic-bezier(.65, 0, .35, 1);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2
}

#qodef-page-spinner.qodef-layout--askka .qodef-m-inner {
    background-color: transparent
}

#qodef-page-spinner.qodef-layout--askka.qodef--finished {
    position: absolute
}

#qodef-page-spinner.qodef-layout--askka.qodef--finished .qodef-m-background {
    -webkit-clip-path: inset(0 0 0 100%);
    clip-path: inset(0 0 0 100%)
}

#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--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--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(255, 255, 255, .85);
    display: flex;
    align-items: center;
    justify-content: center
}

.qodef-sp-holder .qodef-sp-inner {
    width: 100%;
    max-width: 692px;
    background-color: #fff;
    padding: 10px;
    opacity: 0;
    box-shadow: 3px 3px 16px 2px rgba(0, 0, 0, .04);
    transition: transform .3s cubic-bezier(.06, .47, .38, .99), opacity .2s ease-out;
    display: flex
}

.qodef-sp-holder .qodef-sp-close {
    position: absolute;
    top: 18px;
    right: 18px;
    display: block;
    color: #000
}

.qodef-sp-holder .qodef-sp-close svg {
    stroke: none;
    fill: none;
    width: 16px;
    height: 16px
}

.qodef-sp-holder .qodef-sp-close svg line {
    stroke: currentColor;
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0)
}

.qodef-sp-holder .qodef-sp-close:hover line {
    animation: qode-clip-lines .8s forwards cubic-bezier(.33, .02, 0, .93)
}

.qodef-sp-holder .qodef-sp-close:hover line:nth-child(2) {
    animation: qode-clip-lines .8s forwards cubic-bezier(.33, .02, 0, .93) .2s
}

.qodef-sp-holder .qodef-sp-image-container {
    flex: 0 0 50%
}

.qodef-sp-holder .qodef-sp-image-container img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%
}

.qodef-sp-holder .qodef-sp-content-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 25px 0 35px
}

.qodef-sp-holder .qodef-sp-title {
    margin: 0 0 12px 0
}

.qodef-sp-holder .qodef-sp-subtitle {
    margin: 0 0 26px 0
}

.qodef-sp-holder .wpcf7 {
    width: 100%;
    display: block
}

.qodef-sp-holder .qodef-contact-form-7--newsletter {
    width: 100%;
    position: relative
}

.qodef-sp-holder .qodef-contact-form-7--newsletter input {
    margin: 0
}

.qodef-sp-holder .qodef-contact-form-7--newsletter .ajax-loader {
    display: none
}

.qodef-sp-holder .qodef-contact-form-7--newsletter .qodef-button {
    border: none;
    background: 0 0;
    color: #000;
    padding: 0 0;
    position: absolute;
    right: 0;
    top: 12px
}

.qodef-sp-holder .qodef-sp-prevent {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-top: 13px
}

.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 4px 0 0;
    width: 11px;
    height: 11px;
    border: 1px solid #afafaf;
    border-radius: 4px;
    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;
    color: #9a9999
}

.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-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-size: 15px;
    color: #707070;
    transition: color .2s ease-out
}

.qodef-page-title .qodef-breadcrumbs a:hover span {
    color: #000
}

.qodef-page-title .qodef-breadcrumbs .qodef-breadcrumbs-separator {
    margin: 0 5px
}

.qodef-page-title .qodef-breadcrumbs .qodef-breadcrumbs-separator:after {
    content: '-'
}

.qodef-page-title.qodef-title--standard-with-breadcrumbs .qodef-breadcrumbs {
    margin-top: 5px
}

.qodef-page-title.qodef-title--standard .qodef-m-subtitle {
    margin: 4px 0 0;
    display: block;
    opacity: .1;
    font-size: 80px;
    color: #707070;
    top: 53px;
    position: absolute
}

.widget.widget_askka_core_author_info .qodef-author-info .qodef-author-info-image {
    margin-bottom: 18px;
    display: inline-block;
    height: 185px;
    overflow: hidden
}

.widget.widget_askka_core_author_info .qodef-author-info .qodef-author-info-name {
    margin: 0 0 5px
}

.widget.widget_askka_core_author_info .qodef-author-info .qodef-author-info-name a {
    font-size: inherit !important
}

.widget.widget_askka_core_author_info .qodef-author-info .qodef-author-info-description {
    margin: 0
}

.widget.widget_askka_core_author_info .qodef-author-info .qodef-author-info-social-icons {
    display: flex;
    margin-top: 28px
}

.widget.widget_askka_core_author_info .qodef-author-info .qodef-author-info-social-icons a {
    font-family: "Work sans", sans-serif;
    color: #000;
    font-weight: 600;
    font-size: 12px;
    line-height: 1.5em;
    letter-spacing: .3em;
    text-transform: uppercase;
    background-image: linear-gradient(currentColor, currentColor);
    background-repeat: no-repeat;
    transition: background-size .4s cubic-bezier(.22, .61, .36, 1);
    background-position: 0 100%;
    background-size: 0 1px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: 20px
}

.widget.widget_askka_core_author_info .qodef-author-info .qodef-author-info-social-icons a:last-child {
    margin-right: 0
}

.widget.widget_askka_core_author_info .qodef-author-info .qodef-author-info-social-icons a:focus,
.widget.widget_askka_core_author_info .qodef-author-info .qodef-author-info-social-icons a:hover {
    animation: qodef-animate-underline 1s cubic-bezier(.32, .32, .15, 1.17) forwards
}

#qodef-top-area .widget.widget_askka_core_author_info .qodef-author-info .qodef-author-info-name .preposition {
    color: #707070
}

#qodef-top-area.qodef-skin--light .widget.widget_askka_core_author_info .qodef-author-info .qodef-author-info-name .preposition {
    color: #fff
}

#qodef-top-area.qodef-skin--dark .widget.widget_askka_core_author_info .qodef-author-info .qodef-author-info-name .preposition {
    color: #707070
}

#qodef-page-footer .widget.widget_askka_core_author_info .qodef-author-info .qodef-author-info-name .preposition {
    color: #fff
}

#qodef-page-footer.qodef-skin--light .widget.widget_askka_core_author_info .qodef-author-info .qodef-author-info-name .preposition {
    color: #fff
}

#qodef-page-footer.qodef-skin--dark .widget.widget_askka_core_author_info .qodef-author-info .qodef-author-info-name .preposition {
    color: #000
}

#qodef-side-area .widget.widget_askka_core_author_info .qodef-author-info .qodef-author-info-name .preposition {
    color: #fff
}

.qodef-mega-menu-widget-holder .widget.widget_askka_core_author_info .qodef-author-info .qodef-author-info-name .preposition {
    color: #fff
}

.widget .qodef-contact-info-widget {
    margin: 0
}

#qodef-top-area .widget .qodef-contact-info-widget a {
    font-size: 16px
}

.widget.widget_askka_core_social_icons_group {
    margin: 0 0 51px
}

.widget.widget_askka_core_social_icons_group .qodef-social-icons-group .qodef-icon-holder {
    margin-right: 9px
}

.widget.widget_askka_core_social_icons_group .qodef-social-icons-group .qodef-icon-holder a {
    transition: color .2s ease-out
}

.widget.widget_askka_core_social_icons_group .qodef-social-icons-group .qodef-icon-holder:last-child {
    margin-right: 0
}

.widget.widget_askka_core_social_icons_group .qodef-social-icons-group .qodef-icon-holder.qodef--textual {
    margin: 0 25px 0 25px;
    font-family: "Work sans", sans-serif;
    color: #000;
    font-weight: 600;
    font-size: 12px;
    line-height: 1.5em;
    letter-spacing: .3em;
    text-transform: uppercase
}

.widget.widget_askka_core_social_icons_group .qodef-social-icons-group .qodef-icon-holder.qodef--textual a {
    color: inherit;
    background-image: linear-gradient(currentColor, currentColor);
    background-repeat: no-repeat;
    transition: background-size .4s cubic-bezier(.22, .61, .36, 1);
    background-position: 0 100%;
    background-size: 0 1px
}

.widget.widget_askka_core_social_icons_group .qodef-social-icons-group .qodef-icon-holder.qodef--textual a:hover {
    background-size: calc(100% - .3em) 1px
}

.widget.widget_askka_core_social_icons_group .qodef-icon-holder.qodef-layout--circle,
.widget.widget_askka_core_social_icons_group .qodef-icon-holder.qodef-layout--square {
    background-color: #fbf9f9
}

.widget.widget_askka_core_social_icons_group .qodef-icon-holder.qodef-layout--circle:hover,
.widget.widget_askka_core_social_icons_group .qodef-icon-holder.qodef-layout--square:hover {
    color: #000
}

.widget.widget_askka_core_social_icons_group .qodef-icon-holder.qodef-layout--circle:hover a,
.widget.widget_askka_core_social_icons_group .qodef-icon-holder.qodef-layout--square:hover a {
    color: #fff
}

#qodef-page-footer .widget.widget_askka_core_social_icons_group .qodef-icon-holder.qodef--textual a {
    color: #fff;
    font-size: 12px
}

#qodef-page-footer.qodef-skin--dark .widget.widget_askka_core_social_icons_group .qodef-icon-holder.qodef--textual a {
    color: #000
}

#qodef-side-area .widget.widget_askka_core_social_icons_group .qodef-icon-holder a {
    color: #fff
}

#qodef-side-area .widget.widget_askka_core_social_icons_group .qodef-icon-holder a:hover {
    color: #fff
}

@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:680px) {
    .qodef-blog.qodef-item-layout--standard-compact .qodef-e-media-play svg {
        width: 100px;
        height: 100px;
        margin-bottom: 26px
    }
}

@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:680px) {
    #qodef-single-post-navigation .qodef-m-inner {
        align-items: stretch
    }
    #qodef-single-post-navigation .qodef-m-nav {
        flex-direction: column;
        flex: 1 1 50%
    }
    #qodef-single-post-navigation .qodef-m-nav .qodef-m-nav-label {
        display: block;
        width: min-content
    }
    #qodef-single-post-navigation .qodef-m-nav.qodef--prev {
        align-items: flex-start
    }
    #qodef-single-post-navigation .qodef-m-nav.qodef--prev .qodef-m-nav-label {
        margin: 30px 0 0 0
    }
    #qodef-single-post-navigation .qodef-m-nav.qodef--next {
        flex-direction: column;
        align-items: flex-end
    }
    #qodef-single-post-navigation .qodef-m-nav.qodef--next .qodef-m-nav-label {
        margin: 30px 0 0 0;
        text-align: right
    }
}

@media only screen and (max-width:680px) {
    .qodef-fullscreen-menu {
        margin-left: 60px
    }
}

@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:1024px) {
    #yith-quick-view-modal #yith-quick-view-content.single-product form.cart {
        margin-top: 23px
    }
    #yith-quick-view-modal #yith-quick-view-content.single-product form.cart .variations_button,
    #yith-quick-view-modal #yith-quick-view-content.single-product form.cart:not(.variations_form) {
        flex-direction: column
    }
    #yith-quick-view-modal #yith-quick-view-content.single-product form.cart .variations_button .quantity,
    #yith-quick-view-modal #yith-quick-view-content.single-product form.cart:not(.variations_form) .quantity {
        margin-bottom: 20px
    }
    #yith-quick-view-modal #yith-quick-view-content.single-product form.cart .variations {
        margin-bottom: 48px
    }
    #yith-quick-view-modal #yith-quick-view-content.single-product form.cart .variations .value {
        position: relative
    }
    #yith-quick-view-modal #yith-quick-view-content.single-product form.cart .variations .reset_variations {
        bottom: -30px;
        left: 15px;
        margin: 0;
        position: absolute
    }
    #yith-quick-view-modal #yith-quick-view-content.single-product form.cart .variations td.label {
        padding-right: 20px
    }
    #yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-image {
        max-height: 44vh;
        max-width: initial
    }
    #yith-quick-view-modal #yith-quick-view-content.single-product .entry-summary {
        margin-top: 0
    }
}

@media only screen and (max-width:680px) {
    #yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-inner {
        flex-wrap: wrap
    }
    #yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-image {
        max-height: 40vh;
        max-width: initial
    }
    #yith-quick-view-modal #yith-quick-view-content.single-product .entry-summary {
        max-height: 50vh;
        overflow-y: scroll;
        margin-top: 0
    }
}

@media only screen and (max-width:680px) {
    #yith-quick-view-modal #yith-quick-view-close {
        right: 8px;
        top: 8px
    }
}

@media only screen and (max-width:1024px) {
    .yith-wcwl-form .wishlist_table.shop_table tr td,
    .yith-wcwl-form .wishlist_table.shop_table tr th {
        padding: 15px 0 15px 15px
    }
    .yith-wcwl-form .wishlist_table.shop_table tr td.product-remove,
    .yith-wcwl-form .wishlist_table.shop_table tr th.product-remove {
        width: 35px
    }
    .yith-wcwl-form .wishlist_table.shop_table tr td.product-thumbnail,
    .yith-wcwl-form .wishlist_table.shop_table tr th.product-thumbnail {
        padding-left: 0
    }
    .yith-wcwl-form .wishlist_table.shop_table tr td.product-stock-status,
    .yith-wcwl-form .wishlist_table.shop_table tr th.product-stock-status {
        display: none
    }
    .yith-wcwl-form .wishlist_table.shop_table th {
        font-size: 16px;
        letter-spacing: .14em
    }
}

@media only screen and (max-width:680px) {
    .yith-wcwl-form .wishlist_table.shop_table thead {
        display: none
    }
    .yith-wcwl-form .wishlist_table.shop_table tr {
        display: flex;
        flex-direction: column;
        padding: 29px 0 64px 0
    }
    .yith-wcwl-form .wishlist_table.shop_table tr:first-child {
        border-top: 1px solid #dfdfdf
    }
    .yith-wcwl-form .wishlist_table.shop_table tr:last-child {
        border-bottom: 1px solid #dfdfdf !important
    }
    .yith-wcwl-form .wishlist_table.shop_table tr td,
    .yith-wcwl-form .wishlist_table.shop_table tr th {
        padding: 11px 12px 0 12px
    }
    .yith-wcwl-form .wishlist_table.shop_table tr td.product-remove,
    .yith-wcwl-form .wishlist_table.shop_table tr th.product-remove {
        width: 100%;
        text-align: right;
        transform: translateY(15px)
    }
    .yith-wcwl-form .wishlist_table.shop_table tr td.product-price,
    .yith-wcwl-form .wishlist_table.shop_table tr th.product-price {
        padding: 0 12px 1px 12px
    }
    .yith-wcwl-form .wishlist_table.shop_table tr td.product-thumbnail,
    .yith-wcwl-form .wishlist_table.shop_table tr th.product-thumbnail {
        display: block;
        padding: 0;
        margin: 0 0 0 12px
    }
}

@media only screen and (max-width:1024px) {
    .qodef-order-tracking .form-row {
        margin: 0
    }
}

@media only screen and (max-width:680px) {
    .qodef-woo-product-category-list.qodef-item-layout--info-on-image .product-category.qodef-item--huge-square .qodef-woo-product-category-list-button,
    .qodef-woo-product-list .product-category.qodef-item--huge-square .qodef-woo-product-category-list-button {
        padding: 0 29px
    }
    .qodef-woo-product-category-list.qodef-item-layout--info-on-image .product-category.qodef-item--huge-square .qodef-woo-product-category-list-button,
    .qodef-woo-product-list .product-category.qodef-item--huge-square .qodef-woo-product-category-list-button {
        margin-bottom: 25px
    }
    .qodef-woo-product-category-list.qodef-item-layout--info-on-image .product-category.qodef-item--huge-square .qodef-woo-product-category-list-content,
    .qodef-woo-product-list .product-category.qodef-item--huge-square .qodef-woo-product-category-list-content {
        bottom: 52px;
        padding: 25px 29px
    }
}

@media only screen and (max-width:1024px) {
    .qodef-woo-dropdown-cart .qodef-m-dropdown {
        display: none !important
    }
}

@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-content {
        margin-right: 0
    }
    .qodef-portfolio-single .qodef-variations--big .qodef-portfolio-info {
        margin-top: 35px !important
    }
}

@media only screen and (max-width:680px) {
    .qodef-testimonials-list .qodef-e-below-content {
        margin: 0 0 23px
    }
}

@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:1440px) {
    .qodef-content-block.qodef-layout--text-beside .qodef-m-content {
        padding: 100px
    }
}

@media only screen and (max-width:1024px) {
    .qodef-content-block.qodef-layout--text-beside .qodef-m-content {
        padding: 60px
    }
    .qodef-content-block.qodef-layout--text-beside .qodef-m-icon {
        margin: 0 44px 10px 0
    }
}

@media only screen and (max-width:768px) {
    .qodef-content-block.qodef-layout--text-beside {
        flex-direction: column
    }
    .qodef-content-block.qodef-layout--text-beside .qodef-m-content,
    .qodef-content-block.qodef-layout--text-beside .qodef-m-image {
        width: 100%
    }
    .qodef-content-block.qodef-layout--text-beside .qodef-m-content {
        padding: 100px 210px 105px 54px
    }
    .qodef-content-block.qodef-layout--text-beside.qodef-position--image-right {
        flex-direction: column
    }
}

@media only screen and (max-width:680px) {
    .qodef-content-block.qodef-layout--text-beside .qodef-m-icon {
        margin: 0 30px 10px 0
    }
}

@media only screen and (max-width:480px) {
    .qodef-content-block.qodef-layout--text-beside .qodef-m-content {
        padding: 100px 34px 105px
    }
}

@media only screen 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: 33.33333333333333%
    }
}

@media only screen and (max-width:680px) {
    .qodef-countdown.qodef-layout--simple {
        text-align: center
    }
    .qodef-countdown.qodef-layout--simple .qodef-digit-wrapper {
        margin: 0 -10px
    }
}

@media only screen and (max-width:1024px) {
    .qodef-highlight.qodef-title-break--disabled .qodef-m-title br {
        display: none
    }
}

@media only screen and (max-width:1024px) {
    .qodef-section-title.qodef-title-break--disabled .qodef-m-title br {
        display: none
    }
}

@media only screen and (max-width:680px) {
    .qodef-section-title .qodef-m-background-text {
        font-size: 70px !important
    }
    .qodef-section-title.qodef-bg-text--small .qodef-m-background-text {
        font-size: 45px !important
    }
    .qodef-section-title.qodef-bg-text--tiny .qodef-m-background-text {
        font-size: 25px !important
    }
}

@media only screen and (max-width:480px) {
    .qodef-section-title.qodef-bg-text--small .qodef-m-background-text {
        font-size: 41px !important
    }
}

@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:1440px) {
    .qodef-vertical-split-slider .qodef-contact-form-7 {
        padding: 0 14%
    }
    .qodef-vertical-split-slider .qodef-m-content-text {
        padding: 0 11%
    }
}

@media only screen and (max-width:1280px) {
    .qodef-vertical-split-slider .qodef-m-content-subtitle {
        margin-top: 15px
    }
    .qodef-vertical-split-slider .qodef-m-contact-form-tagline {
        margin-top: 30px
    }
    .qodef-vertical-split-slider .qodef-m-slide-image img {
        -webkit-clip-path: inset(5px);
        clip-path: inset(5px)
    }
}

@media only screen and (max-width:1024px) {
    .qodef-vertical-split-slider.qodef-disable-below--1024 {
        display: none
    }
    .qodef-vertical-split-slider.qodef-disable-below--1024+.qodef-vertical-split-slider-responsive {
        display: block
    }
    .qodef-vertical-split-slider.qodef-disable-below--1024+.qodef-vertical-split-slider-responsive .qodef-m-slide-video {
        display: table
    }
    .qodef-vertical-split-slider.qodef-disable-below--1024+.qodef-vertical-split-slider-responsive .qodef-m-slide-video video {
        width: 80%
    }
    .qodef-vertical-split-slider.qodef-disable-below--1024+.qodef-vertical-split-slider-responsive .qodef-m-slide-video-inner {
        height: 70vh;
        display: table-cell;
        vertical-align: middle;
        width: 100%
    }
    .qodef-vertical-split-slider.qodef-disable-below--1024+.qodef-vertical-split-slider-responsive .qodef-m-slide-content,
    .qodef-vertical-split-slider.qodef-disable-below--1024+.qodef-vertical-split-slider-responsive .qodef-m-slide-image,
    .qodef-vertical-split-slider.qodef-disable-below--1024+.qodef-vertical-split-slider-responsive .qodef-m-slide-video {
        position: relative;
        min-height: 100vh;
        width: 100%
    }
    .qodef-vertical-split-slider.qodef-disable-below--1024+.qodef-vertical-split-slider-responsive .qodef-m-slide-image {
        display: flex;
        align-items: center
    }
    .qodef-vertical-split-slider.qodef-disable-below--1024+.qodef-vertical-split-slider-responsive .qodef-m-slide-image img {
        width: 60%
    }
}

@media only screen and (max-width:1024px) and (max-width:768px) {
    .qodef-vertical-split-slider.qodef-disable-below--1024+.qodef-vertical-split-slider-responsive .qodef-m-slide-image img {
        width: 76%
    }
}

@media only screen and (max-width:1024px) {
    .qodef-vertical-split-slider.qodef-disable-below--1024+.qodef-vertical-split-slider-responsive .qodef-m-slide-content img {
        width: 50%;
        -o-object-fit: cover;
        object-fit: cover
    }
}

@media only screen and (max-width:1024px) and (max-width:768px) {
    .qodef-vertical-split-slider.qodef-disable-below--1024+.qodef-vertical-split-slider-responsive .qodef-m-slide-content img {
        width: 80%
    }
}

@media only screen and (max-width:768px) {
    .qodef-vertical-split-slider.qodef-disable-below--768 {
        display: none
    }
    .qodef-vertical-split-slider.qodef-disable-below--768+.qodef-vertical-split-slider-responsive {
        display: block
    }
    .qodef-vertical-split-slider.qodef-disable-below--768+.qodef-vertical-split-slider-responsive .qodef-m-slide-video {
        display: table
    }
    .qodef-vertical-split-slider.qodef-disable-below--768+.qodef-vertical-split-slider-responsive .qodef-m-slide-video video {
        width: 80%
    }
    .qodef-vertical-split-slider.qodef-disable-below--768+.qodef-vertical-split-slider-responsive .qodef-m-slide-video-inner {
        height: 70vh;
        display: table-cell;
        vertical-align: middle;
        width: 100%
    }
    .qodef-vertical-split-slider.qodef-disable-below--768+.qodef-vertical-split-slider-responsive .qodef-m-slide-content,
    .qodef-vertical-split-slider.qodef-disable-below--768+.qodef-vertical-split-slider-responsive .qodef-m-slide-image,
    .qodef-vertical-split-slider.qodef-disable-below--768+.qodef-vertical-split-slider-responsive .qodef-m-slide-video {
        position: relative;
        min-height: 100vh;
        width: 100%
    }
    .qodef-vertical-split-slider.qodef-disable-below--768+.qodef-vertical-split-slider-responsive .qodef-m-slide-image {
        display: flex;
        align-items: center
    }
    .qodef-vertical-split-slider.qodef-disable-below--768+.qodef-vertical-split-slider-responsive .qodef-m-slide-image img {
        width: 60%
    }
}

@media only screen and (max-width:768px) and (max-width:768px) {
    .qodef-vertical-split-slider.qodef-disable-below--768+.qodef-vertical-split-slider-responsive .qodef-m-slide-image img {
        width: 76%
    }
}

@media only screen and (max-width:768px) {
    .qodef-vertical-split-slider.qodef-disable-below--768+.qodef-vertical-split-slider-responsive .qodef-m-slide-content img {
        width: 50%;
        -o-object-fit: cover;
        object-fit: cover
    }
}

@media only screen and (max-width:768px) and (max-width:768px) {
    .qodef-vertical-split-slider.qodef-disable-below--768+.qodef-vertical-split-slider-responsive .qodef-m-slide-content img {
        width: 80%
    }
}

@media only screen and (max-width:1024px) {
    .qodef-vertical-split-slider-responsive .qodef-m-slide-content:first-of-type {
        padding-top: 70px
    }
}

@media only screen and (max-width:768px) {
    .qodef-vertical-split-slider-responsive .qodef-m-content-text {
        padding: 0 20%
    }
}

@media only screen and (max-width:480px) {
    .qodef-vertical-split-slider-responsive .qodef-contact-form-7 {
        padding: 0 5%;
        margin: 0 0 30px
    }
    .qodef-vertical-split-slider-responsive .qodef-m-slide-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center
    }
    .qodef-vertical-split-slider-responsive .qodef-m-slide-content.qodef-large-title--yes .qodef-m-title {
        font-size: 60px
    }
    .qodef-vertical-split-slider-responsive .qodef-m-content-above-title,
    .qodef-vertical-split-slider-responsive .qodef-m-content-below-title {
        font-size: 130px
    }
    .qodef-vertical-split-slider-responsive .qodef-m-contact-form-tagline {
        font-size: 70px;
        margin: 58px 0 15px
    }
    .qodef-vertical-split-slider-responsive .qodef-m-content-text {
        padding: 0 5%
    }
}

@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:680px) {
    .qodef-sp-holder .qodef-sp-inner {
        width: 90%;
        padding: 25px
    }
    .qodef-sp-holder .qodef-sp-image-container {
        display: none
    }
    .qodef-sp-holder .qodef-sp-content-container {
        padding: 0
    }
}

@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
    }
}

@media only screen and (max-width:680px) {
    .widget.widget_askka_core_social_icons_group .qodef-social-icons-group .qodef-icon-holder.qodef--textual {
        margin: 5px 15px 5px 15px
    }
}