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

.qodef--custom-landing-subtitle-appear.qodef--has-appear {
    --qode-x: 0px;
    --qode-y: 10px;
    opacity: 0;
    transform: translateX(var(--qode-x)) translateY(var(--qode-y));
    transition: opacity .37s ease-out, transform .75s cubic-bezier(.18, .79, .29, .93)
}

.qodef--custom-landing-subtitle-appear.qodef--has-appear.qodef--appeared {
    opacity: 1;
    transform: translateX(0) translateY(0);
    transition-delay: .8s, .8s
}

.qodef--custom-transform {
    clip-path: inset(1px)
}

.qodef--custom-svg-landing svg {
    position: relative;
    max-width: 100%
}

.qodef--custom-svg-landing.qodef--has-appear svg {
    overflow: visible;
    clip-path: inset(-15px)
}

.qodef--custom-svg-landing.qodef--has-appear g {
    transform: translateY(90%);
    opacity: 0;
    transition: opacity .35s, transform 1.2s cubic-bezier(.26, -.14, 0, 1.01)
}

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

.qodef--custom-svg-landing.qodef--has-appear.qodef--appeared g:nth-of-type(1) {
    transition-delay: 70ms, 70ms
}

.qodef--custom-svg-landing.qodef--has-appear.qodef--appeared g:nth-of-type(2) {
    transition-delay: .14s, .14s
}

.qodef--custom-svg-landing.qodef--has-appear.qodef--appeared g:nth-of-type(3) {
    transition-delay: .21s, .21s
}

.qodef--custom-svg-landing.qodef--has-appear.qodef--appeared g:nth-of-type(4) {
    transition-delay: .28s, .28s
}

.qodef--custom-svg-landing.qodef--has-appear.qodef--appeared g:nth-of-type(5) {
    transition-delay: .35s, .35s
}

.qodef--custom-svg-landing.qodef--has-appear.qodef--appeared g:nth-of-type(6) {
    transition-delay: .42s, .42s
}

.qodef--custom-svg-landing.qodef--has-appear.qodef--appeared g:nth-of-type(7) {
    transition-delay: .49s, .49s
}

.qodef--custom-svg-landing.qodef--has-appear.qodef--appeared g:nth-of-type(8) {
    transition-delay: .56s, .56s
}

.qodef--custom-svg-landing.qodef--has-appear.qodef--appeared g:nth-of-type(9) {
    transition-delay: .63s, .63s
}

.qodef--custom-svg-landing.qodef--has-appear.qodef--appeared g:nth-of-type(10) {
    transition-delay: .7s, .7s
}

.qodef--custom-svg-landing.qodef--has-appear.qodef--appeared g:nth-of-type(11) {
    transition-delay: .77s, .77s
}

.qodef--custom-svg-landing.qodef--has-appear.qodef--appeared g:nth-of-type(12) {
    transition-delay: .84s, .84s
}

.qodef--custom-svg-landing.qodef--has-appear.qodef--appeared g:nth-of-type(13) {
    transition-delay: .91s, .91s
}

.qodef--custom-svg-landing.qodef--has-appear.qodef--appeared g:nth-of-type(14) {
    transition-delay: .98s, .98s
}

.qodef--custom-svg-landing.qodef--has-appear.qodef--appeared g:nth-of-type(15) {
    transition-delay: 1.05s, 1.05s
}

.qodef--custom-appear.qodef-footer-landing .qodef--left,
.qodef--custom-appear.qodef-footer-landing .qodef--right {
    transform: scaleX(0);
    transition: transform 1s .3s
}

.qodef--custom-appear.qodef-footer-landing .qodef--left {
    transform-origin: right
}

.qodef--custom-appear.qodef-footer-landing .qodef--right {
    transform-origin: left
}

.qodef--custom-appear.qodef-footer-landing.qodef--appeared .qodef--left,
.qodef--custom-appear.qodef-footer-landing.qodef--appeared .qodef--right {
    transform: scaleX(1)
}

.qodef--light-hover:hover {
    color: #fff !important
}

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

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

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

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

#qodef-back-to-top {
    position: fixed;
    width: 50px;
    height: 50px;
    right: 2.7%;
    bottom: 25px;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 100
}

#qodef-back-to-top .qodef-back-to-top-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: 20px;
    color: #fff;
    background-color: transparent;
    border: 1px solid var(--qode-main-color);
    --qode-border-color: var(--qode-main-color);
    overflow: hidden;
    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 .qodef-back-to-top-icon .qodef-back-to-top-inner {
    font-family: Jost, sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1.91667em;
    font-weight: 400;
    letter-spacing: .15em
}

#qodef-back-to-top .qodef-back-to-top-icon .qodef-back-to-top-additional-border {
    --qode-padding: 4px;
    position: absolute;
    top: var(--qode-padding);
    left: var(--qode-padding);
    width: calc(100% - (2 * var(--qode-padding)));
    height: calc(100% - (2 * var(--qode-padding)));
    
}

#qodef-back-to-top .qodef-back-to-top-icon .qodef-back-to-top-additional-border:before {
    content: '';
    display: block;
    border: 1px solid var(--qode-main-color);
    border-color: inherit;
    position: relative;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    opacity: .5
}

#qodef-back-to-top .qodef-back-to-top-icon .qodef-back-to-top-additional-border:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    --qode-border-color: inherit;
    background-repeat: no-repeat;
    background-size: calc(100% - 100%) 1px, 1px calc(100% - 100%);
    background-position: 0 0, 100% 100%, 100% 100%, 0 0;
    background-image: linear-gradient(0deg, var(--qode-border-color), var(--qode-border-color)), linear-gradient(0deg, var(--qode-border-color), var(--qode-border-color)), linear-gradient(0deg, var(--qode-border-color), var(--qode-border-color)), linear-gradient(0deg, var(--qode-border-color), var(--qode-border-color));
    transition: opacity .2s ease-out, background-size .82s cubic-bezier(.36, .03, .2, .91);
    pointer-events: none
}

#qodef-back-to-top svg {
    display: block;
    width: 18px;
    height: auto;
    /* fill: currentColor */
}

#qodef-back-to-top:hover .qodef-back-to-top-additional-border:after {
    background-size: calc(100% - 0%) 1px, 1px calc(100% - 0%)
}

#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-grid-lines--enabled .qodef-m-background-grid-lines {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
    --qode-grid-lines-color: rgba(255, 255, 255, .13);
    position: fixed
}

.qodef-background-grid-lines--enabled .qodef-m-background-grid-lines .qodef-m-background-grid-line {
    position: absolute;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: var(--qode-grid-lines-color);
    --qode-line-decoration-color: #a2b0b3
}

.qodef-background-grid-lines--enabled .qodef-m-background-grid-lines .qodef-m-background-grid-line:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 15vH;
    width: 1px;
    --qode-end-pos: 115vH;
    --qode-dur: 6s;
    --qode-end-pos: 115vH;
    --qode-dur: 6s;
    transform: translateY(-15vh);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, var(--qode-grid-lines-decoration-color, var(--qode-line-decoration-color)) 50%, var(--qode-grid-lines-decoration-color, var(--qode-line-decoration-color)) 90%, rgba(255, 255, 255, 0) 100%);
    animation: qode-bg-line var(--qode-dur) infinite;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(.4, .26, .16, .98)
}

.qodef-background-grid-lines--enabled .qodef-m-background-grid-lines .qodef-m-background-grid-line:nth-child(1):after {
    animation-delay: 1.8s
}

.qodef-background-grid-lines--enabled .qodef-m-background-grid-lines .qodef-m-background-grid-line:nth-child(3n+3):after {
    animation-delay: 2.3s
}

.qodef-background-grid-lines--enabled .qodef-m-background-grid-lines .qodef-m-background-grid-line:nth-child(4n+4):after {
    animation-delay: .8s
}

.qodef-blog.qodef-item-border--yes .qodef-grid-inner {
    row-gap: 0;
    column-gap: 1px !important
}

.qodef-blog.qodef-item-border--yes .qodef-grid-item {
    outline: 1px solid var(--qode-custom-border-color, rgba(201, 165, 129, .5));
    height: calc(100% - 1px);
    padding: var(--qode-columns-row-gap) var(--qode-columns-col-gap)
}

.qodef-blog.qodef-item-border--yes.qodef-gutter--no .qodef-grid-inner {
    --qode-columns-col-gap: 1px !important
}

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

.qodef-blog.qodef-item-layout--minimal article .qodef-e-bottom-holder {
    margin-top: 5px
}

.qodef-blog.qodef-item-layout--simple .qodef-e-content {
    margin-top: 26px
}

.qodef-blog.qodef-item-layout--simple .qodef-e-top-holder {
    margin-bottom: 4px
}

.qodef-blog.qodef-item-layout--simple article.format-quote .qodef-e-quote {
    padding: 17vh 21% 13vh;
    background-image: var(--qode-blog-quote-bg-image-vertical)
}

.qodef-blog.qodef-item-layout--simple article.format-link .qodef-e-link {
    padding: 16.4vh 21% 12.5vh;
    background-image: var(--qode-blog-link-bg-image-vertical)
}

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

.qodef-blog.qodef-item-layout--simple:not(.qodef-col-num--1) .qodef-e-media-image img {
    transform: scale(1.001);
    --qode-hover-scale: 1.02;
    transition: transform .6s cubic-bezier(.34, .78, .45, .98)
}

.qodef-browser--firefox .qodef-blog.qodef-item-layout--simple:not(.qodef-col-num--1) .qodef-e-media-image img {
    transform: scale(1.01) rotate(.1deg)
}

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

.qodef-blog.qodef-item-layout--simple:not(.qodef-col-num--1).qodef-col-num--2 .qodef-e-media-image img {
    --qode-hover-scale: 1.016
}

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

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

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

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

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

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

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

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

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

#qodef-page-header .widget.widget_fidalgo_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:first-child {
    margin-top: 8.5px
}

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

#qodef-page-header .widget.widget_fidalgo_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article:not(:last-child) {
    margin: 0 0 10px
}

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

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

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

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

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

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

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

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

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

.qodef-mega-menu-widget-holder .widget.widget_fidalgo_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:first-child {
    margin-top: 8.5px
}

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

.qodef-mega-menu-widget-holder .widget.widget_fidalgo_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article:not(:last-child) {
    margin: 0 0 10px
}

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

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

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

#qodef-fullscreen-area .widget.widget_fidalgo_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article:not(:last-child) {
    margin: 0 0 10px
}

#qodef-author-info {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-top: 90px;
    padding: 29px 11.3% 28px 23px;
    border: 1px solid rgba(255, 255, 255, .1);
    background-image: url(../../inc/blog/templates/single/author-info/assets/img/author-info-bg.jpg);
    background-size: cover
}

#qodef-author-info .qodef-m-inner {
    position: relative;
    display: flex;
    align-items: center
}

#qodef-author-info .qodef-m-image {
    flex-shrink: 0;
    margin-right: 30px;
    border-radius: 159px;
    overflow: hidden
}

#qodef-author-info .qodef-m-image a,
#qodef-author-info .qodef-m-image img {
    display: block
}

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

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

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

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

#qodef-author-info .qodef-m-social-icons a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-family: Jost, sans-serif;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: .2em;
    line-height: 1.45455em;
    text-transform: uppercase;
    display: inline-flex;
    flex-wrap: wrap;
    color: #fff
}

#qodef-author-info .qodef-m-social-icons .qodef-svg--diamond-separator {
    margin: 0 10px
}

#qodef-author-info .qodef-m-social-icons .qodef-svg--diamond-separator:last-child {
    display: none
}

#qodef-related-posts {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-top: 86px;
    padding: 127px 0;
    background: var(--qode-box-background-color)
}

#qodef-related-posts h2 {
    text-align: center;
    margin: 6px 0 63px
}

@media only screen and (max-width:880px) {
    #qodef-related-posts {
        margin-top: 40px;
        padding: 85px 0
    }

    #qodef-related-posts .qodef-grid {
        --qode-columns-row-gap: 50px
    }
}

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

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

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

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

#qodef-single-post-navigation .qodef-m-nav .qodef-m-pagination-icon {
    position: relative;
    top: -2px;
    display: block;
    width: 30px;
    height: auto;
    color: var(--qode-main-color);
    stroke-width: .5;
    stroke-linecap: round
}

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

#qodef-single-post-navigation .qodef-m-nav.qodef--prev svg {
    scale: 1 -1
}

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

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

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

#qodef-single-post-navigation .qodef-m-nav.qodef--next svg path:nth-of-type(2),
#qodef-single-post-navigation .qodef-m-nav.qodef--prev svg path:nth-of-type(2) {
    opacity: 0;
    --qode-path-length: 14px;
    stroke-dashoffset: var(--qode-path-length);
    stroke-dasharray: var(--qode-path-length);
    transition: opacity 1s, stroke-dashoffset .5s;
    transition-timing-function: ease, cubic-bezier(.39, .06, .31, .95)
}

#qodef-single-post-navigation .qodef-m-nav.qodef--next:hover svg path:nth-of-type(2),
#qodef-single-post-navigation .qodef-m-nav.qodef--prev:hover svg path:nth-of-type(2) {
    stroke-dashoffset: 0;
    opacity: 1;
    transition-duration: .2s, .8s
}

#qodef-single-post-navigation .qodef-m-nav-label {
    font-family: Jost, sans-serif;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    line-height: 1.91667em;
    font-weight: 400;
    letter-spacing: .15em;
    display: inline-flex;
    flex-wrap: wrap;
    color: #fff
}

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

.qodef-svg--custom-cursor {
    height: auto;
    color: #fff
}

.qodef-svg--custom-cursor text {
    color: inherit
}

.qodef-m-custom-cursor {
    opacity: 0;
    pointer-events: none;
    background: rgba(0, 0, 0, .2);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 50%;
    position: fixed;
    top: -12px;
    left: 0;
    transition: opacity .3s ease-out, visibility .3s ease-out;
    visibility: hidden;
    height: 120px;
    width: auto;
    z-index: 99;
    overflow: visible;
    translate: -50% -50%;
    rotate: 1deg
}

.qodef-m-custom-cursor svg {
    overflow: visible;
    display: block
}

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

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

.qodef-m-custom-cursor .qodef--drag,
.qodef-m-custom-cursor .qodef--view {
    opacity: 0;
    transition: opacity .2s ease-out;
    fill: currentColor;
    mix-blend-mode: difference;
    isolation: isolate
}

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

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

#qodef-page-footer {
    --qode-footer-logo-top-offset: 13px
}

#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-holder {
    display: flex;
    align-items: baseline
}

#qodef-page-footer #qodef-footer-logo-holder a {
    position: relative;
    display: inline-flex;
    margin: 0 31px;
    top: var(--qode-footer-logo-top-offset)
}

@media only screen and (max-width:680px) {
    #qodef-page-footer #qodef-footer-logo-holder a {
        top: var(--qode-footer-logo-top-offset-mobile, var(--qode-footer-logo-top-offset))
    }
}

#qodef-page-footer #qodef-footer-logo-holder img {
    max-height: 50%
}

#qodef-page-footer #qodef-footer-logo-holder:after,
#qodef-page-footer #qodef-footer-logo-holder:before {
    content: '';
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, .4)
}

#qodef-page-footer #qodef-page-footer-top-area.qodef--has-appear .qodef-grid-item {
    --qode-x: 0px;
    --qode-y: 30px;
    opacity: 0;
    transform: translateX(var(--qode-x)) translateY(var(--qode-y));
    transition: opacity .37s ease-out, transform .75s cubic-bezier(.18, .79, .29, .93)
}

#qodef-page-footer #qodef-page-footer-top-area.qodef--has-appear .qodef-grid-item:after {
    transform-origin: top;
    transform: scaleY(0);
    transition: transform 1s
}

#qodef-page-footer #qodef-page-footer-top-area.qodef--has-appear.qodef--appeared .qodef-grid-item {
    opacity: 1;
    transform: translateX(0) translateY(0);
    transition-delay: var(--qode-delay), var(--qode-delay)
}

#qodef-page-footer #qodef-page-footer-top-area.qodef--has-appear.qodef--appeared .qodef-grid-item:nth-child(1n) {
    --qode-delay: 0s
}

#qodef-page-footer #qodef-page-footer-top-area.qodef--has-appear.qodef--appeared .qodef-grid-item:nth-child(2n) {
    --qode-delay: 0.18s
}

#qodef-page-footer #qodef-page-footer-top-area.qodef--has-appear.qodef--appeared .qodef-grid-item:nth-child(3n) {
    --qode-delay: 0.36s
}

#qodef-page-footer #qodef-page-footer-top-area.qodef--has-appear.qodef--appeared .qodef-grid-item:nth-child(4n) {
    --qode-delay: 0.54s
}

#qodef-page-footer #qodef-page-footer-top-area.qodef--has-appear.qodef--appeared .qodef-grid-item:nth-child(5n) {
    --qode-delay: 0.72s
}

#qodef-page-footer #qodef-page-footer-top-area.qodef--has-appear.qodef--appeared .qodef-grid-item:nth-child(6n) {
    --qode-delay: 0.9s
}

#qodef-page-footer #qodef-page-footer-top-area.qodef--has-appear.qodef--appeared .qodef-grid-item:nth-child(7n) {
    --qode-delay: 1.08s
}

#qodef-page-footer #qodef-page-footer-top-area.qodef--has-appear.qodef--appeared .qodef-grid-item:nth-child(8n) {
    --qode-delay: 1.26s
}

#qodef-page-footer #qodef-page-footer-top-area.qodef--has-appear.qodef--appeared .qodef-grid-item:nth-child(9n) {
    --qode-delay: 1.44s
}

#qodef-page-footer #qodef-page-footer-top-area.qodef--has-appear.qodef--appeared .qodef-grid-item:nth-child(10n) {
    --qode-delay: 1.62s
}

#qodef-page-footer #qodef-page-footer-top-area.qodef--has-appear.qodef--appeared .qodef-grid-item:nth-child(11n) {
    --qode-delay: 1.8s
}

#qodef-page-footer #qodef-page-footer-top-area.qodef--has-appear.qodef--appeared .qodef-grid-item:nth-child(12n) {
    --qode-delay: 1.98s
}

#qodef-page-footer #qodef-page-footer-top-area.qodef--has-appear.qodef--appeared .qodef-grid-item:nth-child(13n) {
    --qode-delay: 2.16s
}

#qodef-page-footer #qodef-page-footer-top-area.qodef--has-appear.qodef--appeared .qodef-grid-item:nth-child(14n) {
    --qode-delay: 2.34s
}

#qodef-page-footer #qodef-page-footer-top-area.qodef--has-appear.qodef--appeared .qodef-grid-item:nth-child(15n) {
    --qode-delay: 2.52s
}

#qodef-page-footer #qodef-page-footer-top-area.qodef--has-appear.qodef--appeared .qodef-grid-item:nth-child(16n) {
    --qode-delay: 2.7s
}

#qodef-page-footer #qodef-page-footer-top-area.qodef--has-appear.qodef--appeared .qodef-grid-item:after {
    transform: scaleY(1);
    transition-delay: calc(var(--qode-delay) + .3s)
}

#qodef-page-footer #qodef-page-footer-bottom-area.qodef--has-appear #qodef-footer-logo-holder:after,
#qodef-page-footer #qodef-page-footer-bottom-area.qodef--has-appear #qodef-footer-logo-holder:before {
    transform: scaleX(0);
    transition: transform 1s .3s
}

#qodef-page-footer #qodef-page-footer-bottom-area.qodef--has-appear #qodef-footer-logo-holder:before {
    transform-origin: right
}

#qodef-page-footer #qodef-page-footer-bottom-area.qodef--has-appear #qodef-footer-logo-holder:after {
    transform-origin: left
}

#qodef-page-footer #qodef-page-footer-bottom-area.qodef--has-appear.qodef--appeared #qodef-footer-logo-holder:after,
#qodef-page-footer #qodef-page-footer-bottom-area.qodef--has-appear.qodef--appeared #qodef-footer-logo-holder:before {
    transform: scaleX(1)
}

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

#qodef-page-footer-top-area-inner>.qodef-grid.qodef-alignment--center {
    --qode-columns-col-gap: 0
}

#qodef-page-footer-top-area-inner>.qodef-grid.qodef-alignment--center>.qodef-grid-inner>.qodef-grid-item {
    padding: 26px 0
}

@media only screen and (max-width:680px) {
    #qodef-page-footer-top-area-inner>.qodef-grid.qodef-alignment--center>.qodef-grid-inner>.qodef-grid-item {
        padding: 10px 0
    }
}

@media (min-width:881px) {
    #qodef-page-footer-top-area-inner>.qodef-grid.qodef-alignment--center>.qodef-grid-inner>.qodef-grid-item:not(:last-of-type):after {
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        width: 1px;
        background: rgba(255, 255, 255, .3)
    }
}

@media (min-width:881px) {
    #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: rgba(0, 0, 0, .3);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow-x: hidden !important;
    visibility: hidden;
    opacity: 0;
    z-index: 99
}

#qodef-fullscreen-area .qodef-content-grid {
    height: 100%
}

#qodef-fullscreen-area .qodef-content-grid .qodef-fullscreen-menu {
    width: 100%
}

.qodef-fullscreen-menu-animate--in #qodef-fullscreen-area {
    animation: qode-fade-in .25s linear both
}

.qodef-fullscreen-menu-animate--out #qodef-fullscreen-area {
    animation: qode-fade-out .25s linear both
}

#qodef-fullscreen-area-inner {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%
}

@media only screen and (max-width:880px) {
    #qodef-fullscreen-area-inner {
        flex-direction: row
    }
}

.qodef-fullscreen-menu {
    position: relative;
    top: 0;
    margin: 0 auto;
    text-align: left;
    z-index: 12;
    pointer-events: none
}

.qodef-fullscreen-menu ul {
    margin: 0;
    list-style: none;
    display: inline-block;
    pointer-events: all;
    position: relative
}

.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 {
    padding: 30px;
    left: -30px
}

.qodef-fullscreen-menu>ul>li {
    margin: 15px 0
}

.qodef-fullscreen-menu>ul>li>a {
    font-family: Jost, sans-serif;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 36px;
    line-height: 1.13889em;
    letter-spacing: .15em;
    color: #fff
}

.qodef-fullscreen-menu>ul>li>a .qodef-menu-item-text {
    --qodef-background-position: calc(100% - 4px);
    background-repeat: no-repeat;
    background-image: linear-gradient(transparent calc(100% - 1px), var(--qode-main-color) 1px);
    background-size: 0 var(--qodef-background-position);
    transition: .4s background-size cubic-bezier(.26, .57, .14, .81);
    background-position-x: 100%
}

@media only screen and (max-width:1368px) {
    .qodef-fullscreen-menu>ul>li>a {
        font-size: 30px;
        line-height: .5em
    }
}

.qodef-fullscreen-menu>ul>li>a:hover .qodef-menu-item-text {
    background-size: 100% var(--qodef-background-position);
    background-position-x: 0
}

.qodef-fullscreen-menu>ul>li.current-menu-ancestor>a .qodef-menu-item-text,
.qodef-fullscreen-menu>ul>li.current-menu-item>a .qodef-menu-item-text {
    background-size: 100% var(--qodef-background-position);
    background-position-x: 0
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner>ul {
    padding: 0 0 1px
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li>a {
    position: relative;
    display: flex;
    white-space: normal;
    margin: 12px 0;
    overflow: hidden;
    transition: padding .2s ease-out;
    font-family: Jost, sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #fff
}

.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 .qodef-menu-item-text {
    --qodef-background-position: calc(100% - 2px);
    background-repeat: no-repeat;
    background-image: linear-gradient(transparent calc(100% - 1px), var(--qode-main-color) 1px);
    background-size: 0 var(--qodef-background-position);
    transition: .4s background-size cubic-bezier(.26, .57, .14, .81);
    background-position-x: 100%
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li>a:hover .qodef-menu-item-text {
    background-size: 100% var(--qodef-background-position);
    background-position-x: 0
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li.current-menu-ancestor>a .qodef-menu-item-text,
.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li.current-menu-item>a .qodef-menu-item-text {
    background-size: 100% var(--qodef-background-position);
    background-position-x: 0
}

@media (min-width:681px) and (min-height:620px) {
    .qodef-fullscreen-area-widgets {
        position: absolute;
        bottom: 100px;
        right: 50px;
        display: flex;
        justify-content: flex-end;
        width: 100%
    }

    .qodef-fullscreen-area-widgets .wp-block-columns {
        min-width: 460px;
        gap: 100px
    }
}

@media (min-width:1025px) {
    .qodef-fullscreen-area-widgets {
        bottom: 120px;
        right: 150px
    }
}

@media only screen and (max-width:1024px) {
    .qodef-fullscreen-area-widgets {
        margin-top: 50px
    }
}

@media only screen and (max-width:680px) {
    .qodef-fullscreen-area-widgets {
        display: none
    }
}

.qodef-fs-close-cursor {
    position: fixed;
    top: 0;
    left: 0;
    margin: 0 0 0 -20px;
    line-height: 88px;
    text-align: center;
    border-radius: 50%;
    pointer-events: none;
    z-index: 123;
    color: var(--qode-main-color)
}

.qodef-fs-close-cursor.qodef--active .qodef-m-lines {
    opacity: 1
}

.qodef-fs-close-cursor .qodef-m-lines {
    position: relative;
    display: block;
    width: 60px;
    height: 10px;
    opacity: 0;
    transition: .5s cubic-bezier(.96, .15, 0, 1.1)
}

.qodef-fs-close-cursor .qodef-m-line {
    position: absolute;
    top: 5px;
    left: 0;
    height: 1px;
    width: 100%;
    background-color: currentColor;
    transition: top .15s ease, transform .3s ease
}

.qodef-fs-close-cursor .qodef-m-line.qodef--1 {
    transform: rotate(45deg)
}

.qodef-fs-close-cursor .qodef-m-line.qodef--2 {
    transform: rotate(-45deg) scaleX(1);
    transform-origin: center
}

@media only screen and (max-width:1024px) {
    .qodef-fs-close-cursor {
        display: none
    }
}

.qodef-fullscreen-menu-opener.qodef-opener-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    transition: opacity .5s cubic-bezier(.96, .15, 0, 1.1);
    padding: var(--qode-fs-menu-opener-padding, 0 20px);
    height: 100%;
    background-color: var(--qode-fs-menu-opener-background-color)
}

.qodef-fullscreen-menu-opener.qodef-opener-icon .qodef-fullscreen-menu-opener-text {
    color: #fff;
    font-family: Jost, sans-serif;
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .1em
}

.qodef-fullscreen-menu--opened #qodef-page-header,
.qodef-fullscreen-menu--opened #qodef-page-mobile-header {
    visibility: hidden
}

.qodef-fullscreen-menu--opened .qodef-fullscreen-menu-opener,
.qodef-fullscreen-menu--opened .qodef-header-logo-image.qodef--customizer,
.qodef-fullscreen-menu--opened .qodef-header-logo-link,
.qodef-fullscreen-menu--opened .qodef-mobile-header-logo-link {
    visibility: visible
}

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

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

.qodef-fullscreen-menu--opened.qodef-fullscreen-menu--hide-logo .qodef-header-logo-image.qodef--customizer,
.qodef-fullscreen-menu--opened.qodef-fullscreen-menu--hide-logo .qodef-header-logo-link,
.qodef-fullscreen-menu--opened.qodef-fullscreen-menu--hide-logo .qodef-mobile-header-logo-link {
    visibility: hidden
}

.qodef-fullscreen-menu--opened .qodef-header-sticky {
    background: 0 0;
    -webkit-backdrop-filter: none;
    backdrop-filter: none
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#qodef-page-header .qodef-header-logo-link.qodef-source--textual {
    font-family: Jost, sans-serif;
    text-transform: uppercase;
    font-weight: 300;
    color: #fff;
    font-size: 21px;
    line-height: 1.47619em;
    letter-spacing: .13em;
    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 {
    --qode-header-height: 148px
}

.qodef-header--centered #qodef-page-header {
    height: var(--qode-header-height)
}

.qodef-header--centered #qodef-page-header .qodef-header-logo-link {
    height: auto
}

.qodef-header--centered #qodef-page-header-inner {
    flex-direction: column;
    justify-content: center;
    padding: 18px 0 0;
    gap: 10px
}

.qodef-header--centered #qodef-page-header-inner>div {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 100%
}

.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
}

.qodef-header--minimal-centered #qodef-page-header .qodef-minimal-centered-header-left-wrapper,
.qodef-header--minimal-centered #qodef-page-header .qodef-minimal-centered-header-right-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center
}

.qodef-header--minimal-centered #qodef-page-header .qodef-minimal-centered-header-left-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.qodef-header--minimal-centered #qodef-page-header .qodef-minimal-centered-header-right-wrapper {
    justify-content: flex-end
}

.qodef-header--minimal-centered #qodef-page-header .qodef-header-logo-link {
    justify-content: center
}

.qodef-header--minimal-centered #qodef-page-header .qodef-header-navigation {
    margin: 0 24px
}

.qodef-header--minimal-centered #qodef-page-header .qodef-widget-holder {
    margin-left: 0
}

.qodef-header--minimal-centered #qodef-page-header-inner {
    align-items: stretch;
    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 {
    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 {
    
    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-standard--right #qodef-page-header-inner .qodef-header-navigation {
    margin-left: auto
}

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

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

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

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

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

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

.qodef-header--vertical-sliding {
    --vertical-header-offset: 0px;
    --vertical-sliding-header-border-color: transparent
}

@media only screen and (min-width:1369px) and (max-width:1680px) {

    .qodef-content-grid-1400.qodef-header--vertical-sliding .qodef-content-grid,
    .qodef-header--vertical-sliding section.qodef-elementor-content-grid>.elementor-container {
        width: 1100px
    }
}

@media only screen and (min-width:1201px) and (max-width:1368px) {

    .qodef-content-grid-1400.qodef-header--vertical-sliding .qodef-content-grid,
    .qodef-header--vertical-sliding section.qodef-elementor-content-grid>.elementor-container {
        width: 960px
    }
}

@media only screen and (min-width:1369px) and (max-width:1680px) {

    .qodef-content-grid-1300.qodef-header--vertical-sliding .qodef-content-grid,
    .qodef-header--vertical-sliding section.qodef-elementor-content-grid>.elementor-container {
        width: 1100px
    }
}

@media only screen and (min-width:1201px) and (max-width:1368px) {

    .qodef-content-grid-1300.qodef-header--vertical-sliding .qodef-content-grid,
    .qodef-header--vertical-sliding section.qodef-elementor-content-grid>.elementor-container {
        width: 960px
    }
}

@media only screen and (min-width:1369px) and (max-width:1512px) {

    .qodef-content-grid-1200.qodef-header--vertical-sliding .qodef-content-grid,
    .qodef-header--vertical-sliding section.qodef-elementor-content-grid>.elementor-container {
        width: 1100px
    }
}

@media only screen and (min-width:1201px) and (max-width:1368px) {

    .qodef-content-grid-1200.qodef-header--vertical-sliding .qodef-content-grid,
    .qodef-header--vertical-sliding section.qodef-elementor-content-grid>.elementor-container {
        width: 960px
    }
}

@media only screen and (min-width:1369px) and (max-width:1368px) {

    .qodef-content-grid-1100.qodef-header--vertical-sliding .qodef-content-grid,
    .qodef-header--vertical-sliding section.qodef-elementor-content-grid>.elementor-container {
        width: 960px
    }
}

@media only screen and (min-width:1201px) and (max-width:1200px) {

    .qodef-content-grid-1100.qodef-header--vertical-sliding .qodef-content-grid,
    .qodef-header--vertical-sliding section.qodef-elementor-content-grid>.elementor-container {
        width: 800px
    }
}

.qodef-header--vertical-sliding #qodef-page-header {
    position: fixed;
    top: var(--vertical-header-offset, 0);
    left: var(--vertical-header-offset, 0);
    width: 100px;
    height: calc(100vh - 2 * var(--vertical-header-offset));
    background: var(--qode-background-color)
}

.qodef-header--vertical-sliding #qodef-page-header .qodef-header-logo-link img {
    max-width: unset
}

.qodef-header--vertical-sliding #qodef-page-header .qodef-widget-holder {
    height: auto;
    margin: 32px 0
}

.qodef-header--vertical-sliding #qodef-page-header-inner {
    padding: 0;
    background-color: inherit
}

.qodef-header--vertical-sliding .qodef-vertical-sliding-area {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between
}

.qodef-header--vertical-sliding .qodef-vertical-sliding-area.qodef--static {
    background-color: inherit;
    border-right: 1px solid var(--vertical-sliding-header-border-color);
    width: 100%
}

.qodef-header--vertical-sliding .qodef-vertical-sliding-area.qodef--static .qodef-header-logo-link,
.qodef-header--vertical-sliding .qodef-vertical-sliding-area.qodef--static .qodef-widget-holder {
    animation: qode-fade-in .25s .6s linear both
}

.qodef-header--vertical-sliding .qodef-vertical-sliding-area.qodef--static .qodef-opener-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.qodef-header--vertical-sliding .qodef-vertical-sliding-area.qodef--static .qodef-widget-holder .widget_text {
    transform-origin: bottom;
    transform: rotate(-90deg) translate(50%, 50%)
}

.qodef-header--vertical-sliding .qodef-vertical-sliding-area.qodef--static .qodef-widget-holder .widget_text p {
    white-space: nowrap
}

.qodef-header--vertical-sliding .qodef-vertical-sliding-area.qodef--dynamic {
    background-color: inherit;
    border: 1px solid rgba(255, 255, 255, .1);
    left: calc(var(--vertical-header-offset) + 100px);
    position: fixed;
    top: var(--vertical-header-offset, 0);
    transition: all .6s cubic-bezier(.77, 0, .175, 1);
    visibility: hidden;
    width: 284px;
    clip-path: inset(0 100% 0 0);
    height: calc(100vh - 2 * var(--vertical-header-offset))
}

.qodef-header--vertical-sliding .qodef-vertical-sliding-area.qodef--dynamic .qodef-header-logo-link,
.qodef-header--vertical-sliding .qodef-vertical-sliding-area.qodef--dynamic .qodef-widget-holder {
    margin-right: 100px
}

.qodef-header--vertical-sliding .qodef-vertical-sliding-area.qodef--dynamic .qodef-header-logo-link img {
    position: relative !important;
    top: 0 !important;
    transform: none !important
}

.qodef-header--vertical-sliding .qodef-vertical-sliding-area.qodef--dynamic #menu-vertical-menu {
    opacity: 0;
    transition: opacity 1.1s
}

.qodef-header--vertical-sliding #qodef-page-header.qodef-vertical-sliding-menu--opened .qodef--dynamic {
    visibility: visible;
    clip-path: inset(0 0 0 0)
}

.qodef-header--vertical-sliding #qodef-page-header.qodef-vertical-sliding-menu--opened .qodef--dynamic #menu-vertical-menu {
    opacity: 1;
    transition-delay: .3s
}

.qodef-header--vertical-sliding.admin-bar #qodef-page-header,
.qodef-header--vertical-sliding.admin-bar .qodef--dynamic {
    height: calc(100vh - 2 * var(--vertical-header-offset) - 32px);
    top: calc(var(--vertical-header-offset) + 32px)
}

.qodef-header--vertical-sliding:not(.qodef-content-behind-header) #qodef-page-footer,
.qodef-header--vertical-sliding:not(.qodef-content-behind-header) #qodef-page-outer {
    padding-left: calc(100px + var(--vertical-header-offset))
}

.qodef-header--vertical-sliding.qodef-header-borders--enabled {
    --vertical-sliding-header-border-top-offset: 10vh;
    --vertical-sliding-header-border-bottom-offset: 10vh;
    --vertical-sliding-header-border-color: rgba(181, 140, 103, .5)
}

.qodef-header--vertical-sliding.qodef-header-borders--enabled .qodef-vertical-sliding-area.qodef--static {
    position: relative
}

.qodef-header--vertical-sliding.qodef-header-borders--enabled .qodef-vertical-sliding-area.qodef--static:after,
.qodef-header--vertical-sliding.qodef-header-borders--enabled .qodef-vertical-sliding-area.qodef--static:before {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: var(--vertical-sliding-header-border-color)
}

.qodef-header--vertical-sliding.qodef-header-borders--enabled .qodef-vertical-sliding-area.qodef--static:before {
    top: var(--vertical-sliding-header-border-top-offset)
}

.qodef-header--vertical-sliding.qodef-header-borders--enabled .qodef-vertical-sliding-area.qodef--static:after {
    bottom: var(--vertical-sliding-header-border-bottom-offset)
}

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

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

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation {
    align-items: center;
    display: flex;
    height: 100%;
    padding: 0 40px;
    width: 100%;
    z-index: 100
}

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

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

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

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

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

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

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

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

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li>a {
    font-family: Jost, sans-serif;
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #fff
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li>a .qodef-menu-item-text {
    --qodef-background-position: calc(100% - 4px);
    background-repeat: no-repeat;
    background-image: linear-gradient(transparent calc(100% - 1px), var(--qode-main-color) 1px);
    background-size: 0 var(--qodef-background-position);
    transition: .4s background-size cubic-bezier(.26, .57, .14, .81);
    background-position-x: 100%
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li>a .qodef-menu-item-text {
    padding-bottom: 2px;
    --qodef-background-position: 100%
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li>a:hover .qodef-menu-item-text {
    background-size: 100% var(--qodef-background-position);
    background-position-x: 0
}

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

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li .qodef-drop-down-second-inner ul li>a {
    position: relative;
    display: flex;
    white-space: normal;
    margin: 0;
    overflow: hidden;
    transition: padding .2s ease-out;
    font-family: Jost, sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: var(--qode-paragraph-color)
}

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

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li .qodef-drop-down-second-inner ul li>a .qodef-menu-item-text {
    --qodef-background-position: calc(100% - 2px);
    background-repeat: no-repeat;
    background-image: linear-gradient(transparent calc(100% - 1px), var(--qode-main-color) 1px);
    background-size: 0 var(--qodef-background-position);
    transition: .4s background-size cubic-bezier(.26, .57, .14, .81);
    background-position-x: 100%
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li .qodef-drop-down-second-inner ul li.current-menu-ancestor>a .qodef-menu-item-text,
.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li .qodef-drop-down-second-inner ul li.current-menu-item>a .qodef-menu-item-text,
.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li .qodef-drop-down-second-inner ul li:hover>a .qodef-menu-item-text {
    background-size: 100% var(--qodef-background-position);
    background-position-x: 0
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li.current-menu-ancestor>a .qodef-menu-item-text,
.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li.current-menu-item>a .qodef-menu-item-text {
    background-size: 100% var(--qodef-background-position);
    background-position-x: 0
}

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

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

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

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

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

.qodef-header--vertical {
    --vertical-header-offset: 20px
}

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

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

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

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

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

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

@media only screen and (min-width:1201px) and (max-width:1368px) {
    .qodef-content-grid-1400.qodef-header--vertical .qodef-content-grid {
        width: 800px
    }

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

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

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

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

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

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

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

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

@media only screen and (min-width:1201px) and (max-width:1368px) {
    .qodef-content-grid-1300.qodef-header--vertical .qodef-content-grid {
        width: 800px
    }

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

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

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

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

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

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

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

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

@media only screen and (min-width:1201px) and (max-width:1368px) {
    .qodef-content-grid-1200.qodef-header--vertical .qodef-content-grid {
        width: 800px
    }

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

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

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

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

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

@media only screen and (min-width:1201px) and (max-width:1368px) {
    .qodef-content-grid-1100.qodef-header--vertical .qodef-content-grid {
        width: 800px
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.qodef-header--vertical #qodef-page-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 291px;
    margin: var(--vertical-header-offset) var(--vertical-header-offset) 0;
    height: calc(100% - var(--vertical-header-offset));
    -webkit-backdrop-filter: blur(4px) brightness(30%);
    backdrop-filter: blur(4px) brightness(30%)
}

.qodef-header--vertical #qodef-page-header .qodef-header-logo-link {
    height: auto;
    margin: 0 auto
}

.qodef-header--vertical #qodef-page-header-inner {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    padding: 60px 48px;
    text-align: center
}

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

.qodef-header--vertical #qodef-page-header-inner .qodef-widget-holder .widget {
    margin: 0 0 15px
}

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

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

.qodef-header--vertical #qodef-page-footer,
.qodef-header--vertical #qodef-page-outer {
    padding-left: calc(291px + var(--vertical-header-offset))
}

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

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

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

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

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

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

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

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

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

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

.qodef-header--vertical .qodef-header-vertical-navigation>ul>li>a {
    font-family: Jost, sans-serif;
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .1em
}

.qodef-header--vertical .qodef-header-vertical-navigation>ul>li>a .qodef-menu-item-text {
    --qodef-background-position: calc(100% - 4px);
    background-repeat: no-repeat;
    background-image: linear-gradient(transparent calc(100% - 1px), var(--qode-main-color) 1px);
    background-size: 0 var(--qodef-background-position);
    transition: .4s background-size cubic-bezier(.26, .57, .14, .81);
    background-position-x: 100%
}

.qodef-header--vertical .qodef-header-vertical-navigation>ul>li>a .qodef-menu-item-text {
    --qodef-background-position: 100%;
    padding-bottom: 2px
}

.qodef-header--vertical .qodef-header-vertical-navigation>ul>li>a:hover .qodef-menu-item-text {
    background-size: 100% var(--qodef-background-position);
    background-position-x: 0
}

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

.qodef-header--vertical .qodef-header-vertical-navigation>ul>li .qodef-drop-down-second-inner ul li>a {
    position: relative;
    display: flex;
    white-space: normal;
    margin: 0;
    overflow: hidden;
    transition: padding .2s ease-out;
    font-family: Jost, sans-serif;
    font-weight: 300;
    font-size: 16px
}

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

.qodef-header--vertical .qodef-header-vertical-navigation>ul>li .qodef-drop-down-second-inner ul li>a .qodef-menu-item-text {
    --qodef-background-position: calc(100% - 2px);
    background-repeat: no-repeat;
    background-image: linear-gradient(transparent calc(100% - 1px), var(--qode-main-color) 1px);
    background-size: 0 var(--qodef-background-position);
    transition: .4s background-size cubic-bezier(.26, .57, .14, .81);
    background-position-x: 100%
}

.qodef-header--vertical .qodef-header-vertical-navigation>ul>li .qodef-drop-down-second-inner ul li>a .qodef-menu-item-text {
    margin: 0 auto
}

.qodef-header--vertical .qodef-header-vertical-navigation>ul>li .qodef-drop-down-second-inner ul li.current-menu-item>a .qodef-menu-item-text,
.qodef-header--vertical .qodef-header-vertical-navigation>ul>li .qodef-drop-down-second-inner ul li:hover>a .qodef-menu-item-text {
    background-size: 100% var(--qodef-background-position);
    background-position-x: 0
}

.qodef-header--vertical .qodef-header-vertical-navigation>ul>li.current-menu-ancestor>a .qodef-menu-item-text,
.qodef-header--vertical .qodef-header-vertical-navigation>ul>li.current-menu-item>a .qodef-menu-item-text {
    background-size: 100% var(--qodef-background-position);
    background-position-x: 0
}

.qodef-header--vertical .qodef-header-vertical-navigation.qodef-vertical-drop-down--below ul li a .qodef-menu-item-arrow {
    transform: rotate(0);
    transition: transform .3s ease
}

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

.qodef-header--vertical .qodef-header-vertical-navigation.qodef-vertical-drop-down--below ul li.qodef-menu-item--open>a .qodef-menu-item-arrow {
    transform: rotate(90deg)
}

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

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

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

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

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

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

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

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

.qodef-header-sticky {
    position: fixed;
    top: 0;
    left: 0;
    height: 90px;
    width: 100%;
    background: rgba(0, 0, 0, .2);
    -webkit-backdrop-filter: blur(40px);
    backdrop-filter: blur(40px);
    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 50px
}

.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: var(--qode-background-color);
    z-index: 101
}

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

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

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

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

#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 .widget p {
    font-size: 16px
}

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

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

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

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

#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: var(--qode-additional-background-color)
}

.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 rgba(201, 165, 129, .5);
    border-radius: 4px;
    box-shadow: 3px 3px 15px 0 rgba(255, 255, 255, .5);
    z-index: 10;
    transition: opacity .3s ease;
    transform: translate(0, -100%)
}

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

.qodef-map-marker-holder .qodef-info-window-inner:after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 35px;
    width: 5px;
    height: 5px;
    background-color: #fff;
    border-top: 1px solid rgba(201, 165, 129, .5);
    border-left: 1px solid rgba(201, 165, 129, .5);
    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: Jost, 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)
}

.gm-style {
    color: var(--qode-background-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: #fff
}

.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 rgba(201, 165, 129, .5);
    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 .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: Jost, sans-serif;
    text-transform: uppercase;
    font-weight: 300;
    color: #fff;
    font-size: 21px;
    line-height: 1.47619em;
    letter-spacing: .13em;
    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--main {
    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--light {
    opacity: 0
}

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

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

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

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

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

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

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

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

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

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

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

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

#qodef-side-area-mobile-header .qodef-m-navigation ul li ul li>a {
    position: relative;
    display: flex;
    white-space: normal;
    margin: 12px 0;
    overflow: hidden;
    transition: padding .2s ease-out;
    font-family: Jost, sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #fff
}

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

#qodef-side-area-mobile-header .qodef-m-navigation ul li ul li>a .qodef-menu-item-text {
    --qodef-background-position: calc(100% - 2px);
    background-repeat: no-repeat;
    background-image: linear-gradient(transparent calc(100% - 1px), var(--qode-main-color) 1px);
    background-size: 0 var(--qodef-background-position);
    transition: .4s background-size cubic-bezier(.26, .57, .14, .81);
    background-position-x: 100%
}

#qodef-side-area-mobile-header .qodef-m-navigation ul li ul li.current-menu-ancestor>a .qodef-menu-item-text,
#qodef-side-area-mobile-header .qodef-m-navigation ul li ul li.current-menu-item>a .qodef-menu-item-text,
#qodef-side-area-mobile-header .qodef-m-navigation ul li ul li:hover>a .qodef-menu-item-text {
    background-size: 100% var(--qodef-background-position);
    background-position-x: 0
}

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

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

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

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

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

#qodef-side-area-mobile-header .qodef-m-navigation>ul>li>a {
    font-family: Jost, sans-serif;
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .1em
}

#qodef-side-area-mobile-header .qodef-m-navigation>ul>li>a .qodef-menu-item-text {
    --qodef-background-position: calc(100% - 4px);
    background-repeat: no-repeat;
    background-image: linear-gradient(transparent calc(100% - 1px), var(--qode-main-color) 1px);
    background-size: 0 var(--qodef-background-position);
    transition: .4s background-size cubic-bezier(.26, .57, .14, .81);
    background-position-x: 100%
}

#qodef-side-area-mobile-header .qodef-m-navigation>ul>li>a:hover .qodef-menu-item-text {
    background-size: 100% var(--qodef-background-position);
    background-position-x: 0
}

#qodef-side-area-mobile-header .qodef-m-navigation>ul>li.current-menu-ancestor>a .qodef-menu-item-text,
#qodef-side-area-mobile-header .qodef-m-navigation>ul>li.current-menu-item>a .qodef-menu-item-text {
    background-size: 100% var(--qodef-background-position);
    background-position-x: 0
}

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

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

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

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

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

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

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

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

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

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

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

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

.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-mega-menu-widget-holder .qodef-image-with-text .qodef-m-content a {
    --qodef-background-position: calc(100% - 2px);
    background-repeat: no-repeat;
    background-image: linear-gradient(transparent calc(100% - 1px), var(--qode-main-color) 1px);
    background-size: 0 var(--qodef-background-position);
    transition: .4s background-size cubic-bezier(.26, .57, .14, .81);
    background-position-x: 100%;
    padding-bottom: 3px
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-mega-menu-widget-holder .qodef-image-with-text .qodef-m-content a:hover {
    background-size: 100% var(--qodef-background-position);
    background-position-x: 0;
    color: inherit !important
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-mega-menu-widget-holder .qodef-image-with-text:hover .qodef-m-content a {
    background-size: 100% var(--qodef-background-position);
    background-position-x: 0
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second {
    background-color: var(--qode-additional-background-color);
    border: 1px solid rgba(255, 255, 255, .1)
}

.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 50px
}

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

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

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li>a {
    font-family: Jost, sans-serif;
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .1em
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li>a .qodef-menu-item-text {
    --qodef-background-position: calc(100% - 4px);
    background-repeat: no-repeat;
    background-image: linear-gradient(transparent calc(100% - 1px), var(--qode-main-color) 1px);
    background-size: 0 var(--qodef-background-position);
    transition: .4s background-size cubic-bezier(.26, .57, .14, .81);
    background-position-x: 100%
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li>a:hover .qodef-menu-item-text {
    background-size: 100% var(--qodef-background-position);
    background-position-x: 0
}

.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: 12px
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li ul li>a {
    position: relative;
    display: flex;
    white-space: normal;
    margin: 12px 0;
    overflow: hidden;
    transition: padding .2s ease-out;
    font-family: Jost, sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #fff
}

.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 .qodef-menu-item-text {
    --qodef-background-position: calc(100% - 2px);
    background-repeat: no-repeat;
    background-image: linear-gradient(transparent calc(100% - 1px), var(--qode-main-color) 1px);
    background-size: 0 var(--qodef-background-position);
    transition: .4s background-size cubic-bezier(.26, .57, .14, .81);
    background-position-x: 100%
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li ul li.current-menu-item>a .qodef-menu-item-text,
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li ul li:hover>a .qodef-menu-item-text {
    background-size: 100% var(--qodef-background-position);
    background-position-x: 0
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li.current-menu-ancestor>a .qodef-menu-item-text,
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li.current-menu-item>a .qodef-menu-item-text {
    background-size: 100% var(--qodef-background-position);
    background-position-x: 0
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li.qodef--hide-link:not(.current-menu-ancestor):not(.current-menu-item)>a:hover .qodef-menu-item-text {
    background-size: 100% var(--qodef-background-position);
    background-position-x: 0
}

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

.qodef-opener-icon {
    position: relative;
    display: flex;
    align-items: center;
    line-height: 1;
    height: auto
}

.qodef-opener-icon .qodef-m-icon {
    position: relative;
    visibility: visible;
    color: var(--qode-main-color)
}

.qodef-opener-icon .qodef-m-icon.qodef--close {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden
}

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

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

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

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

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

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

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

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

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

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

.qodef-opener-icon.qodef-source--predefined .qodef-m-lines {
    position: relative;
    display: block;
    width: 60px;
    height: 10px
}

.qodef-opener-icon.qodef-source--predefined .qodef-m-line {
    position: absolute;
    left: 0;
    height: 1px;
    width: 100%;
    background-color: currentColor;
    transition: opacity .2s ease-out
}

.qodef-opener-icon.qodef-source--predefined .qodef-m-line.qodef--1 {
    top: 0
}

.qodef-opener-icon.qodef-source--predefined .qodef-m-line.qodef--2 {
    top: 9px;
    transform: scaleX(.7);
    transform-origin: right
}

.qodef-opener-icon.qodef-source--predefined .qodef-m-line.qodef--3,
.qodef-opener-icon.qodef-source--predefined .qodef-m-line.qodef--4 {
    width: 40px;
    opacity: 0;
    top: 15px
}

.qodef-opener-icon.qodef-source--predefined .qodef-m-line.qodef--3 {
    transform: rotate(45deg)
}

.qodef-opener-icon.qodef-source--predefined .qodef-m-line.qodef--4 {
    transform: rotate(-45deg) scaleX(1);
    transform-origin: center
}

.qodef-opener-icon.qodef-source--predefined:hover {
    color: currentColor
}

.qodef-opener-icon.qodef-source--predefined:hover .qodef-m-line {
    animation: qode-draw .9s cubic-bezier(.57, .39, 0, .86) 1 forwards
}

.qodef-opener-icon.qodef-source--predefined:hover .qodef-m-line.qodef--2,
.qodef-opener-icon.qodef-source--predefined:hover .qodef-m-line.qodef--4 {
    animation-name: qode-draw-from-right;
    animation-delay: .15s
}

.qodef-opener-icon.qodef-source--predefined.qodef--opened .qodef-m-lines {
    width: 40px;
    height: 40px;
    top: 4px
}

.qodef-opener-icon.qodef-source--predefined.qodef--opened .qodef-m-line.qodef--1,
.qodef-opener-icon.qodef-source--predefined.qodef--opened .qodef-m-line.qodef--2 {
    opacity: 0
}

.qodef-opener-icon.qodef-source--predefined.qodef--opened .qodef-m-line.qodef--3,
.qodef-opener-icon.qodef-source--predefined.qodef--opened .qodef-m-line.qodef--4 {
    opacity: 1
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.qodef-contact-form-7 .wpcf7-not-valid-tip,
.rs-layer .wpcf7-not-valid-tip {
    margin: 10px 0 0 0
}

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

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

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

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

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

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

.qodef-standard-contact-form input[type=date],
.qodef-standard-contact-form input[type=email],
.qodef-standard-contact-form input[type=number],
.qodef-standard-contact-form input[type=password],
.qodef-standard-contact-form input[type=search],
.qodef-standard-contact-form input[type=tel],
.qodef-standard-contact-form input[type=text],
.qodef-standard-contact-form input[type=url],
.qodef-standard-contact-form select {
    margin: 0 0 2px
}

.qodef-standard-contact-form textarea {
    height: 115px;
    margin: 0
}

.qodef-reservation-form .qodef-grid {
    --qode-columns-row-gap: 45px;
    --qode-columns-col-gap: 18px;
    margin: 19px 0 44px
}

.qodef-reservation-form .qodef-grid .qodef-grid-inner {
    row-gap: 43px !important
}

.qodef-reservation-form span[data-name=event-name] {
    margin: 0 0 15px
}

.qodef-reservation-form .wpcf7-form-control-wrap {
    height: 100%;
    margin-bottom: 0
}

.qodef-reservation-form input[type=date],
.qodef-reservation-form input[type=email],
.qodef-reservation-form input[type=number],
.qodef-reservation-form input[type=password],
.qodef-reservation-form input[type=search],
.qodef-reservation-form input[type=tel],
.qodef-reservation-form input[type=text],
.qodef-reservation-form input[type=url],
.qodef-reservation-form select,
.qodef-reservation-form textarea {
    height: 100%;
    color: #fff
}

.qodef-reservation-form ::-webkit-calendar-picker-indicator {
    filter: invert(50%) sepia(50%) saturate(0) hue-rotate(180deg) brightness(200%) contrast(200%);
    cursor: pointer
}

.qodef-reservation-form textarea {
    height: 182px
}

.qodef-reservation-form .qodef-button-holder {
    margin-top: 30px;
    display: flex;
    justify-content: center
}

.qodef-newsletter-form {
    position: relative
}

.qodef-newsletter-form input {
    color: #fff
}

.qodef-newsletter-form button {
    padding: 0 0 3px !important;
    color: #fff;
    font-size: 12px;
    letter-spacing: .1em;
    line-height: 18px;
    background-color: transparent !important;
    border: 0 !important;
    overflow: hidden;
    position: absolute;
    top: 7px;
    right: 0
}

.qodef-newsletter-form button:after {
    content: '';
    display: block;
    width: 300% !important;
    position: absolute;
    top: unset !important;
    left: 0;
    bottom: 0;
    height: 1px !important;
    color: var(--qode-main-color);
    border: none !important;
    background: linear-gradient(90deg, currentColor 0, currentColor 33%, transparent 33%, transparent 66%, currentColor 66%, currentColor 100%);
    transform: translateX(-66%);
    transition: transform 1.2s cubic-bezier(.53, .95, .28, 1.03) !important
}

.qodef-newsletter-form button:hover:after {
    transform: translateX(0)
}

.qodef-newsletter-form button:after {
    color: #b58c67
}

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

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

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

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

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

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

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

.qodef-instagram-list.qodef--zigzag .qodef-grid-inner>.qodef-e:nth-of-type(odd) img {
    transform: rotate(-5deg) translateY(48px)
}

.qodef-instagram-list.qodef--zigzag .qodef-grid-inner>.qodef-e:nth-of-type(5n) img {
    transform: rotate(-358deg) translateY(48px)
}

@media only screen and (max-width:680px) {
    .qodef-instagram-list.qodef--zigzag .qodef-grid-inner>.qodef-e:nth-of-type(odd) img {
        transform: none
    }

    .qodef-instagram-list.qodef--zigzag .qodef-grid-inner>.qodef-e:nth-of-type(5n) img {
        transform: none
    }
}

.qodef-e-media-inner {
    opacity: 1 !important
}

body[class*=fidalgo-core] {
    --qqvfw-background-color: var(--qode-background-color)
}

body[class*=fidalgo-core] .qodef-woo-product-list:has(.qwfw-add-to-wishlist-wrapper) .qqvfw-quick-view-button-wrapper {
    top: 13px;
    transform: translateY(100%)
}

body[class*=fidalgo-core] .qqvfw-quick-view-button-wrapper:has(.button),
body[class*=fidalgo-core] .qqvfw-quick-view-button-wrapper:has(.qqvfw-position--shortcode) {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 30px;
    bottom: 0;
    width: 44px;
    height: 44px;
    font-size: 11px;
    line-height: 1;
    color: #fff;
    letter-spacing: .12em;
    text-transform: uppercase;
    background-color: #b58c67;
    border-radius: 50%;
    z-index: 5
}

body[class*=fidalgo-core] .qqvfw-quick-view-button-wrapper:has(.button),
body[class*=fidalgo-core] .qqvfw-quick-view-button-wrapper:has(.qqvfw-position--shortcode) {
    left: var(--qode-woo-small-gap, 30px);
    position: absolute;
    top: 0
}

body[class*=fidalgo-core] .qqvfw-quick-view-button-wrapper:has(.button) .qqvfw-m,
body[class*=fidalgo-core] .qqvfw-quick-view-button-wrapper:has(.qqvfw-position--shortcode) .qqvfw-m {
    color: inherit
}

body[class*=fidalgo-core] .qqvfw-quick-view-button-wrapper:has(.button) .qqvfw-m:hover,
body[class*=fidalgo-core] .qqvfw-quick-view-button-wrapper:has(.qqvfw-position--shortcode) .qqvfw-m:hover {
    color: inherit
}

body[class*=fidalgo-core] .qqvfw-quick-view-button-wrapper:has(.button) .qqvfw-m:before,
body[class*=fidalgo-core] .qqvfw-quick-view-button-wrapper:has(.qqvfw-position--shortcode) .qqvfw-m:before {
    display: none
}

body[class*=fidalgo-core] .qqvfw-quick-view-button-wrapper:has(.button) .qqvfw-m-text,
body[class*=fidalgo-core] .qqvfw-quick-view-button-wrapper:has(.qqvfw-position--shortcode) .qqvfw-m-text {
    display: none
}

body[class*=fidalgo-core] .qqvfw-quick-view-button-wrapper .qqvfw-m-icon {
    width: 23px
}

body[class*=fidalgo-core] #qode-quick-view-for-woocommerce-pop-up .qqvfw-m-overlay {
    --qqvfw-qv-overlay-background-color: rgba(0, 0, 0, 0.3)
}

body[class*=fidalgo-core] #qode-quick-view-for-woocommerce-pop-up .qqvfw-m-close {
    --qqvfw-qv-close-button-color: #fff
}

body[class*=fidalgo-core] #qode-quick-view-for-woocommerce-pop-up .qqvfw-m-close:hover {
    color: var(--qode-main-color)
}

body[class*=fidalgo-core] #qode-quick-view-for-woocommerce-pop-up .qqvfw-m-content {
    max-width: 90vw !important;
    --qqvfw-qv-width: 1000px
}

body[class*=fidalgo-core] #qode-quick-view-for-woocommerce-pop-up .qqvfw-m-content-inner {
    border-radius: 0;
    box-shadow: none !important;
    max-height: 90vh !important;
    overflow-y: hidden !important
}

body[class*=fidalgo-core] #qode-quick-view-for-woocommerce-pop-up .qqvfw-m-product>div {
    gap: 35px
}

body[class*=fidalgo-core] #qode-quick-view-for-woocommerce-pop-up .qqvfw-m-media-wrapper {
    width: 476px !important
}

body[class*=fidalgo-core] #qode-quick-view-for-woocommerce-pop-up .qqvfw-m-media-wrapper :not(.qodef-woo-product-mark) {
    height: 100%
}

body[class*=fidalgo-core] #qode-quick-view-for-woocommerce-pop-up .qqvfw-m-media-wrapper .woocommerce-product-gallery {
    pointer-events: none
}

body[class*=fidalgo-core] #qode-quick-view-for-woocommerce-pop-up .qqvfw-m-media-wrapper .woocommerce-product-gallery__wrapper {
    margin: 0 !important
}

body[class*=fidalgo-core] #qode-quick-view-for-woocommerce-pop-up .qqvfw-m-media-wrapper .woocommerce-product-gallery__wrapper img {
    object-fit: cover
}

body[class*=fidalgo-core] #qode-quick-view-for-woocommerce-pop-up .qqvfw-m-media-wrapper .woocommerce-product-gallery__wrapper>.woocommerce-product-gallery__image {
    margin: 0 !important;
    width: 100% !important
}

body[class*=fidalgo-core] #qode-quick-view-for-woocommerce-pop-up .qqvfw-m-media-wrapper .woocommerce-product-gallery__wrapper>.woocommerce-product-gallery__image .zoomImg {
    display: none !important
}

body[class*=fidalgo-core] #qode-quick-view-for-woocommerce-pop-up .qqvfw-m-media-wrapper .woocommerce-product-gallery__wrapper>.woocommerce-product-gallery__image:not(:first-child) {
    display: none !important
}

body[class*=fidalgo-core] #qode-quick-view-for-woocommerce-pop-up .qqvfw-m-media-wrapper .woocommerce-product-gallery__wrapper>.qodef-woo-thumbnails-wrapper {
    display: none !important
}

body[class*=fidalgo-core] #qode-quick-view-for-woocommerce-pop-up .qqvfw-m-media-wrapper .woocommerce-product-gallery__trigger {
    display: none
}

body[class*=fidalgo-core] #qode-quick-view-for-woocommerce-pop-up .qqvfw-m-media-wrapper .qodef-woo-product-mark {
    left: unset;
    bottom: unset;
    top: 10px;
    right: 10px
}

body[class*=fidalgo-core] #qode-quick-view-for-woocommerce-pop-up .qqvfw-m-summary-wrapper {
    align-self: center;
    width: 100% !important
}

body[class*=fidalgo-core] #qode-quick-view-for-woocommerce-pop-up .qqvfw-m-summary-wrapper .summary {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 56px 40px 56px 0 !important
}

body[class*=fidalgo-core] #qode-quick-view-for-woocommerce-pop-up .qqvfw-m-summary-wrapper .summary .price {
    font-family: Jost, sans-serif;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: .12em;
    color: #fff;
    margin-top: 3px
}

body[class*=fidalgo-core] #qode-quick-view-for-woocommerce-pop-up .qqvfw-m-summary-wrapper .woocommerce-product-rating {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 6px
}

body[class*=fidalgo-core] #qode-quick-view-for-woocommerce-pop-up .qqvfw-m-summary-wrapper .woocommerce-product-rating .qodef-woo-ratings {
    flex-shrink: 0;
    width: auto;
    margin-right: 10px
}

body[class*=fidalgo-core] #qode-quick-view-for-woocommerce-pop-up .qqvfw-m-summary-wrapper .woocommerce-product-rating .woocommerce-review-link {
    color: var(--qode-paragraph-color);
    font-size: 15px
}

body[class*=fidalgo-core] #qode-quick-view-for-woocommerce-pop-up .qqvfw-m-summary-wrapper .woocommerce-product-rating .woocommerce-review-link:hover {
    color: inherit
}

body[class*=fidalgo-core] #qode-quick-view-for-woocommerce-pop-up .qqvfw-m-summary-wrapper .woocommerce-product-details__short-description {
    margin-top: 30px
}

body[class*=fidalgo-core] #qode-quick-view-for-woocommerce-pop-up .qqvfw-m-summary-wrapper .woocommerce-product-details__short-description p {
    margin-top: 0;
    font-size: 16px
}

body[class*=fidalgo-core] #qode-quick-view-for-woocommerce-pop-up .qqvfw-m-summary-wrapper .woocommerce-product-details__short-description p:last-child {
    margin-bottom: 0
}

body[class*=fidalgo-core] #qode-quick-view-for-woocommerce-pop-up .qqvfw-m-summary-wrapper form.cart {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-top: 41px
}

body[class*=fidalgo-core] #qode-quick-view-for-woocommerce-pop-up .qqvfw-m-summary-wrapper form.cart .variations_button,
body[class*=fidalgo-core] #qode-quick-view-for-woocommerce-pop-up .qqvfw-m-summary-wrapper form.cart:not(.variations_form) {
    display: flex;
    align-items: flex-start
}

body[class*=fidalgo-core] #qode-quick-view-for-woocommerce-pop-up .qqvfw-m-summary-wrapper form.cart .variations_button .quantity,
body[class*=fidalgo-core] #qode-quick-view-for-woocommerce-pop-up .qqvfw-m-summary-wrapper form.cart:not(.variations_form) .quantity {
    margin-right: 20px
}

body[class*=fidalgo-core] #qode-quick-view-for-woocommerce-pop-up .qqvfw-m-summary-wrapper form.cart .variations_button .quantity.hidden,
body[class*=fidalgo-core] #qode-quick-view-for-woocommerce-pop-up .qqvfw-m-summary-wrapper form.cart:not(.variations_form) .quantity.hidden {
    margin: 0 !important
}

body[class*=fidalgo-core] #qode-quick-view-for-woocommerce-pop-up .qqvfw-m-summary-wrapper form.cart.grouped_form {
    flex-wrap: wrap
}

body[class*=fidalgo-core] #qode-quick-view-for-woocommerce-pop-up .qqvfw-m-summary-wrapper form.cart.grouped_form .group_table td,
body[class*=fidalgo-core] #qode-quick-view-for-woocommerce-pop-up .qqvfw-m-summary-wrapper form.cart.grouped_form .group_table th {
    padding: 20px 0;
    vertical-align: middle;
    text-align: left
}

body[class*=fidalgo-core] #qode-quick-view-for-woocommerce-pop-up .qqvfw-m-summary-wrapper form.cart.grouped_form .group_table label {
    margin-bottom: 0;
    font-family: Jost, sans-serif;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    line-height: 1.91667em;
    font-weight: 400;
    letter-spacing: .15em
}

body[class*=fidalgo-core] #qode-quick-view-for-woocommerce-pop-up .qqvfw-m-summary-wrapper form.cart.grouped_form>.button {
    margin-top: 30px
}

body[class*=fidalgo-core] #qode-quick-view-for-woocommerce-pop-up .qqvfw-m-summary-wrapper form.cart .group_table tr {
    border-left: none;
    border-right: none;
    border-top: none
}

body[class*=fidalgo-core] #qode-quick-view-for-woocommerce-pop-up .qqvfw-m-summary-wrapper form.cart .group_table td,
body[class*=fidalgo-core] #qode-quick-view-for-woocommerce-pop-up .qqvfw-m-summary-wrapper form.cart .group_table th {
    padding: 15px 0 15px 15px;
    vertical-align: middle;
    text-align: left;
    border: 0
}

body[class*=fidalgo-core] #qode-quick-view-for-woocommerce-pop-up .qqvfw-m-summary-wrapper form.cart .group_table td:first-child,
body[class*=fidalgo-core] #qode-quick-view-for-woocommerce-pop-up .qqvfw-m-summary-wrapper form.cart .group_table th:first-child {
    padding-left: 0
}

body[class*=fidalgo-core] #qode-quick-view-for-woocommerce-pop-up .qqvfw-m-summary-wrapper form.cart .group_table th {
    font-family: Jost, sans-serif;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    line-height: 1.91667em;
    font-weight: 400;
    letter-spacing: .15em
}

body[class*=fidalgo-core] #qode-quick-view-for-woocommerce-pop-up .qqvfw-m-summary-wrapper form.cart .group_table td ul {
    list-style: none;
    margin: 0;
    padding: 0
}

body[class*=fidalgo-core] #qode-quick-view-for-woocommerce-pop-up .qqvfw-m-summary-wrapper form.cart .group_table td ul li {
    margin: 0 0 10px;
    padding: 0
}

body[class*=fidalgo-core] #qode-quick-view-for-woocommerce-pop-up .qqvfw-m-summary-wrapper form.cart .group_table td ul li:last-child {
    margin-bottom: 0
}

body[class*=fidalgo-core] #qode-quick-view-for-woocommerce-pop-up .qqvfw-m-summary-wrapper form.cart .group_table td ul li label {
    margin-bottom: 0
}

body[class*=fidalgo-core] #qode-quick-view-for-woocommerce-pop-up .qqvfw-m-summary-wrapper form.cart .group_table p {
    margin: 0
}

body[class*=fidalgo-core] #qode-quick-view-for-woocommerce-pop-up .qqvfw-m-summary-wrapper form.cart .group_table .variation:after,
body[class*=fidalgo-core] #qode-quick-view-for-woocommerce-pop-up .qqvfw-m-summary-wrapper form.cart .group_table .variation:before {
    content: '';
    display: table;
    table-layout: fixed
}

body[class*=fidalgo-core] #qode-quick-view-for-woocommerce-pop-up .qqvfw-m-summary-wrapper form.cart .group_table .variation:after {
    clear: both
}

body[class*=fidalgo-core] #qode-quick-view-for-woocommerce-pop-up .qqvfw-m-summary-wrapper form.cart .group_table .variation dt {
    clear: left;
    float: left;
    font-weight: initial
}

@media only screen and (max-width:880px) {
    body[class*=fidalgo-core] #qode-quick-view-for-woocommerce-pop-up .qqvfw-m-summary-wrapper form.cart .group_table .variation dt {
        float: none;
        width: 100%
    }
}

body[class*=fidalgo-core] #qode-quick-view-for-woocommerce-pop-up .qqvfw-m-summary-wrapper form.cart .group_table .variation dd {
    clear: right;
    float: left;
    margin: 0 0 0 5px
}

@media only screen and (max-width:880px) {
    body[class*=fidalgo-core] #qode-quick-view-for-woocommerce-pop-up .qqvfw-m-summary-wrapper form.cart .group_table .variation dd {
        float: none;
        margin: 0;
        width: 100%
    }
}

body[class*=fidalgo-core] #qode-quick-view-for-woocommerce-pop-up .qqvfw-m-summary-wrapper form.cart .variations {
    margin-bottom: 30px
}

body[class*=fidalgo-core] #qode-quick-view-for-woocommerce-pop-up .qqvfw-m-summary-wrapper form.cart .variations tr {
    border: 0
}

body[class*=fidalgo-core] #qode-quick-view-for-woocommerce-pop-up .qqvfw-m-summary-wrapper form.cart .variations tr[class^=description_attribute] td {
    padding-bottom: 10px
}

body[class*=fidalgo-core] #qode-quick-view-for-woocommerce-pop-up .qqvfw-m-summary-wrapper form.cart .variations td {
    position: relative
}

body[class*=fidalgo-core] #qode-quick-view-for-woocommerce-pop-up .qqvfw-m-summary-wrapper form.cart .variations td,
body[class*=fidalgo-core] #qode-quick-view-for-woocommerce-pop-up .qqvfw-m-summary-wrapper form.cart .variations th {
    padding: 3px 0;
    text-align: initial;
    border: 0
}

body[class*=fidalgo-core] #qode-quick-view-for-woocommerce-pop-up .qqvfw-m-summary-wrapper form.cart .variations label {
    margin-bottom: 0;
    font-family: Jost, sans-serif;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    line-height: 1.91667em;
    font-weight: 400;
    letter-spacing: .15em
}

body[class*=fidalgo-core] #qode-quick-view-for-woocommerce-pop-up .qqvfw-m-summary-wrapper form.cart .variations select {
    width: auto;
    min-width: 150px;
    margin: 0
}

body[class*=fidalgo-core] #qode-quick-view-for-woocommerce-pop-up .qqvfw-m-summary-wrapper form.cart .variations .select2-container--default,
body[class*=fidalgo-core] #qode-quick-view-for-woocommerce-pop-up .qqvfw-m-summary-wrapper form.cart .variations select {
    width: 165px !important;
    margin: 0
}

body[class*=fidalgo-core] #qode-quick-view-for-woocommerce-pop-up .qqvfw-m-summary-wrapper form.cart .variations .select2-container--default .select2-selection--single,
body[class*=fidalgo-core] #qode-quick-view-for-woocommerce-pop-up .qqvfw-m-summary-wrapper form.cart .variations select .select2-selection--single {
    padding: 8px 10px
}

body[class*=fidalgo-core] #qode-quick-view-for-woocommerce-pop-up .qqvfw-m-summary-wrapper form.cart .variations .reset_variations {
    display: inline-block;
    margin-left: 10px;
    line-height: 1
}

body[class*=fidalgo-core] #qode-quick-view-for-woocommerce-pop-up .qqvfw-m-summary-wrapper form.cart .woocommerce-variation {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative
}

body[class*=fidalgo-core] #qode-quick-view-for-woocommerce-pop-up .qqvfw-m-summary-wrapper form.cart .woocommerce-variation .woocommerce-variation-availability>*,
body[class*=fidalgo-core] #qode-quick-view-for-woocommerce-pop-up .qqvfw-m-summary-wrapper form.cart .woocommerce-variation .woocommerce-variation-description>*,
body[class*=fidalgo-core] #qode-quick-view-for-woocommerce-pop-up .qqvfw-m-summary-wrapper form.cart .woocommerce-variation .woocommerce-variation-price>* {
    margin: 0 0 45px 0
}

body[class*=fidalgo-core] #qode-quick-view-for-woocommerce-pop-up .qqvfw-m-summary-wrapper form.cart .button {
    padding: 15px 48px
}

body[class*=fidalgo-core] {
    --qwfw-heading-color: var(--qode-main-color);
    --qwfw-main-color: var(--qode-main-color);
    --qwfw-background-color: var(--qode-background-color);
    --qwfw-separator-color: var(--qode-border-color)
}

body[class*=fidalgo-core] .shop_table.qwfw-m-items {
    --qwfw-wt-items-font-size: 100%
}

body[class*=fidalgo-core] .shop_table.qwfw-m-items tr {
    border-left: none;
    border-right: none;
    border-top: none
}

body[class*=fidalgo-core] .shop_table.qwfw-m-items td,
body[class*=fidalgo-core] .shop_table.qwfw-m-items th {
    padding: 15px 0 15px 15px;
    vertical-align: middle;
    text-align: left;
    border: 0
}

body[class*=fidalgo-core] .shop_table.qwfw-m-items td:first-child,
body[class*=fidalgo-core] .shop_table.qwfw-m-items th:first-child {
    padding-left: 0
}

body[class*=fidalgo-core] .shop_table.qwfw-m-items th {
    font-family: Jost, sans-serif;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    line-height: 1.91667em;
    font-weight: 400;
    letter-spacing: .15em
}

body[class*=fidalgo-core] .shop_table.qwfw-m-items td ul {
    list-style: none;
    margin: 0;
    padding: 0
}

body[class*=fidalgo-core] .shop_table.qwfw-m-items td ul li {
    margin: 0 0 10px;
    padding: 0
}

body[class*=fidalgo-core] .shop_table.qwfw-m-items td ul li:last-child {
    margin-bottom: 0
}

body[class*=fidalgo-core] .shop_table.qwfw-m-items td ul li label {
    margin-bottom: 0
}

body[class*=fidalgo-core] .shop_table.qwfw-m-items p {
    margin: 0
}

body[class*=fidalgo-core] .shop_table.qwfw-m-items .variation:after,
body[class*=fidalgo-core] .shop_table.qwfw-m-items .variation:before {
    content: '';
    display: table;
    table-layout: fixed
}

body[class*=fidalgo-core] .shop_table.qwfw-m-items .variation:after {
    clear: both
}

body[class*=fidalgo-core] .shop_table.qwfw-m-items .variation dt {
    clear: left;
    float: left;
    font-weight: initial
}

@media only screen and (max-width:880px) {
    body[class*=fidalgo-core] .shop_table.qwfw-m-items .variation dt {
        float: none;
        width: 100%
    }
}

body[class*=fidalgo-core] .shop_table.qwfw-m-items .variation dd {
    clear: right;
    float: left;
    margin: 0 0 0 5px
}

@media only screen and (max-width:880px) {
    body[class*=fidalgo-core] .shop_table.qwfw-m-items .variation dd {
        float: none;
        margin: 0;
        width: 100%
    }
}

body[class*=fidalgo-core] .shop_table.qwfw-m-items thead {
    --qwfw-wt-heading-bg-color: transparent
}

body[class*=fidalgo-core] .shop_table.qwfw-m-items td.product-stock-status,
body[class*=fidalgo-core] .shop_table.qwfw-m-items th.product-stock-status {
    padding-left: 9%;
    white-space: nowrap
}

body[class*=fidalgo-core] .shop_table.qwfw-m-items td.product-add-to-cart,
body[class*=fidalgo-core] .shop_table.qwfw-m-items th.product-add-to-cart {
    text-align: right;
    white-space: nowrap;
    width: 0
}

body[class*=fidalgo-core] .shop_table.qwfw-m-items td.product-add-to-cart a,
body[class*=fidalgo-core] .shop_table.qwfw-m-items th.product-add-to-cart a {
    font-family: Jost, sans-serif;
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .1em;
    line-height: 18px;
    position: relative !important;
    display: inline-flex !important;
    vertical-align: middle !important;
    width: auto !important;
    margin: 0 !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    border-radius: 0 !important;
    outline: 0 !important;
    transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out !important;
    padding: 12px 46px !important;
    cursor: pointer !important;
    z-index: 3 !important;
    padding: 0 0 3px !important;
    color: #e9e9e9 !important;
    font-size: 12px;
    letter-spacing: .1em;
    line-height: 18px;
    background-color: transparent !important;
    border: 0 !important;
    position: relative;
    overflow: hidden
}

body[class*=fidalgo-core] .shop_table.qwfw-m-items td.product-add-to-cart a:after,
body[class*=fidalgo-core] .shop_table.qwfw-m-items td.product-add-to-cart a:before,
body[class*=fidalgo-core] .shop_table.qwfw-m-items th.product-add-to-cart a:after,
body[class*=fidalgo-core] .shop_table.qwfw-m-items th.product-add-to-cart a:before {
    content: '';
    display: block;
    width: 100% !important;
    height: 1px !important;
    position: absolute;
    top: unset !important;
    bottom: 0;
    background-color: var(--qode-main-color);
    border: 0 !important;
    transition: transform .4s cubic-bezier(.31, .29, .05, .96) !important
}

body[class*=fidalgo-core] .shop_table.qwfw-m-items td.product-add-to-cart a:before,
body[class*=fidalgo-core] .shop_table.qwfw-m-items th.product-add-to-cart a:before {
    left: 0 !important
}

body[class*=fidalgo-core] .shop_table.qwfw-m-items td.product-add-to-cart a:after,
body[class*=fidalgo-core] .shop_table.qwfw-m-items th.product-add-to-cart a:after {
    left: -100% !important;
    transition-delay: .3s !important;
    opacity: 1 !important
}

body[class*=fidalgo-core] .shop_table.qwfw-m-items td.product-add-to-cart a:hover:after,
body[class*=fidalgo-core] .shop_table.qwfw-m-items td.product-add-to-cart a:hover:before,
body[class*=fidalgo-core] .shop_table.qwfw-m-items th.product-add-to-cart a:hover:after,
body[class*=fidalgo-core] .shop_table.qwfw-m-items th.product-add-to-cart a:hover:before {
    transform: translateX(100%) !important;
    opacity: 1
}

body[class*=fidalgo-core] .shop_table.qwfw-m-items td.product-add-to-cart a.added,
body[class*=fidalgo-core] .shop_table.qwfw-m-items th.product-add-to-cart a.added {
    display: none !important
}

body[class*=fidalgo-core] .qwfw-add-to-wishlist-wrapper.qwfw--single:not(.qwfw-position--on-thumbnail) {
    margin-top: 19px
}

body[class*=fidalgo-core] .qwfw-add-to-wishlist-wrapper.qwfw--loop.qwfw-position--shortcode {
    left: var(--qode-woo-small-gap, 30px);
    position: absolute;
    top: 0
}

body[class*=fidalgo-core] .qwfw-add-to-wishlist-wrapper.qwfw--loop.qwfw-position--shortcode.qwfw-item-type--icon {
    --qwfw-heading-color: #fff;
    --qwfw-main-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 30px;
    bottom: 0;
    width: 44px;
    height: 44px;
    font-size: 11px;
    line-height: 1;
    color: #fff;
    letter-spacing: .12em;
    text-transform: uppercase;
    background-color: #b58c67;
    border-radius: 50%;
    z-index: 5;
    left: var(--qode-woo-small-gap, 30px);
    bottom: unset
}

body[class*=fidalgo-core] #qode-wishlist-for-woocommerce-modal {
    display: none !important
}

body[class*=fidalgo-core] .qwfw-confirm-modal .qwfw-m-overlay {
    background-color: rgba(0, 0, 0, .3)
}

body[class*=fidalgo-core] .qwfw-confirm-modal .qwfw-m-close {
    color: #fff
}

body[class*=fidalgo-core] .qwfw-confirm-modal .qwfw-m-close:hover {
    color: var(--qode-main-color)
}

body[class*=fidalgo-core] .qwfw-confirm-modal .qwfw-m-content {
    --qwfw-border-radius: 0;
    box-shadow: none
}

body[class*=fidalgo-core] .qwfw-confirm-modal .qwfw-m-form-button {
    font-family: Jost, sans-serif;
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .1em;
    line-height: 18px;
    position: relative;
    display: inline-flex;
    vertical-align: middle;
    width: auto;
    margin: 0;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 0;
    outline: 0;
    transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
    padding: 16px 50px;
    color: var(--qode-button-color, #fff);
    background-color: var(--qode-button-bg-color, var(--qode-main-color));
    border: 1px solid var(--qode-button-border-color, transparent)
}

body[class*=fidalgo-core] .qwfw-confirm-modal .qwfw-m-form-button:hover {
    color: var(--qode-button-hover-color, #fff);
    background-color: var(--qode-button-bg-hover-color, var(--qode-main-color));
    border-color: var(--qode-button-border-hover-color, transparent)
}

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

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

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

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

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

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

.qodef-yith-wccl--predefined .select_box .select_option .yith_wccl_tooltip>span {
    background: #fff;
    border-radius: 0;
    border: 1px solid rgba(201, 165, 129, .5) !important;
    padding: 10px;
    color: var(--qode-paragraph-color)
}

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

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

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

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

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

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

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

.qodef-yith-wccl--predefined .select_box.select_box_label>* {
    display: inline-flex;
    flex-wrap: wrap;
    font-family: Jost, sans-serif;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    line-height: 1.91667em;
    font-weight: 400;
    letter-spacing: .15em;
    display: inline-flex;
    flex-wrap: wrap;
    color: #fff
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.yith-wcwl-form .shop_table th {
    font-family: Jost, sans-serif;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    line-height: 1.91667em;
    font-weight: 400;
    letter-spacing: .15em
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.yith-wcwl-form .wishlist_table.shop_table tr td {
    background: 0 0 !important;
    color: var(--qode-paragraph-color) !important;
    border-color: transparent !important
}

.yith-wcwl-form .wishlist_table .product-add-to-cart .added_to_cart,
.yith-wcwl-form .wishlist_table .product-add-to-cart .button {
    font-family: Jost, sans-serif;
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .1em;
    line-height: 18px;
    position: relative !important;
    display: inline-flex !important;
    vertical-align: middle !important;
    width: auto !important;
    margin: 0 !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    border-radius: 0 !important;
    outline: 0 !important;
    transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out !important;
    padding: 12px 46px !important;
    cursor: pointer !important;
    z-index: 3 !important;
    color: var(--qode-button-color, #fff) !important;
    background-color: transparent !important;
    border: 1px solid var(--qode-button-border-color, var(--qode-main-color)) !important
}

.yith-wcwl-form .wishlist_table .product-add-to-cart .added_to_cart:after,
.yith-wcwl-form .wishlist_table .product-add-to-cart .button:after {
    content: '';
    position: absolute;
    top: 4px;
    left: 4px;
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    opacity: .5;
    --qode-border-color: var(--qode-button-border-hover-color, var(--qode-button-border-color, var(--qode-main-color)));
    background-repeat: no-repeat;
    background-size: calc(100% - 100%) 1px, 1px calc(100% - 100%);
    background-position: 0 0, 100% 100%, 100% 100%, 0 0;
    background-image: linear-gradient(0deg, var(--qode-border-color), var(--qode-border-color)), linear-gradient(0deg, var(--qode-border-color), var(--qode-border-color)), linear-gradient(0deg, var(--qode-border-color), var(--qode-border-color)), linear-gradient(0deg, var(--qode-border-color), var(--qode-border-color));
    transition: opacity .2s ease-out, background-size .82s cubic-bezier(.36, .03, .2, .91);
    pointer-events: none
}

.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: #fff !important;
    border-color: var(--qode-button-border-hover-color, var(--qode-button-border-color, var(--qode-main-color))) !important;
    background-color: transparent !important
}

.yith-wcwl-form .wishlist_table .product-add-to-cart .added_to_cart:hover:after,
.yith-wcwl-form .wishlist_table .product-add-to-cart .button:hover:after {
    background-size: calc(100% - 0%) 1px, 1px calc(100% - 0%)
}

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

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

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

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

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

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

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

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

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

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

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

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

.qodef-woo-product-list.qodef-item-layout--info-on-image li .qodef-e-media .qodef-e-media-image {
    padding: 0
}

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

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

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

.widget_fidalgo_core_woo_dropdown_cart .qodef-m-opener .qodef-m-opener-count,
.widget_fidalgo_core_woo_dropdown_cart .qodef-m-opener .qodef-m-opener-text,
.widget_shopping_cart .qodef-m-opener .qodef-m-opener-count,
.widget_shopping_cart .qodef-m-opener .qodef-m-opener-text {
    font-family: Jost, sans-serif;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    line-height: 1.91667em;
    font-weight: 400;
    letter-spacing: .15em;
    letter-spacing: .1em
}

.widget_fidalgo_core_woo_dropdown_cart .qodef-m-opener .qodef-m-opener-text,
.widget_shopping_cart .qodef-m-opener .qodef-m-opener-text {
    margin-right: 6px
}

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

#qodef-top-area .widget_fidalgo_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content,
#qodef-top-area .widget_fidalgo_core_woo_dropdown_cart .widget_shopping_cart_content,
#qodef-top-area .widget_shopping_cart .qodef-widget-dropdown-cart-content,
#qodef-top-area .widget_shopping_cart .widget_shopping_cart_content,
header .widget_fidalgo_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content,
header .widget_fidalgo_core_woo_dropdown_cart .widget_shopping_cart_content,
header .widget_shopping_cart .qodef-widget-dropdown-cart-content,
header .widget_shopping_cart .widget_shopping_cart_content {
    left: auto;
    opacity: 0 !important;
    position: absolute;
    right: 0;
    top: 100%;
    visibility: hidden !important;
    width: 355px
}

.touchevents #qodef-top-area .widget_fidalgo_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content,
.touchevents #qodef-top-area .widget_fidalgo_core_woo_dropdown_cart .widget_shopping_cart_content,
.touchevents #qodef-top-area .widget_shopping_cart .qodef-widget-dropdown-cart-content,
.touchevents #qodef-top-area .widget_shopping_cart .widget_shopping_cart_content,
.touchevents header .widget_fidalgo_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content,
.touchevents header .widget_fidalgo_core_woo_dropdown_cart .widget_shopping_cart_content,
.touchevents header .widget_shopping_cart .qodef-widget-dropdown-cart-content,
.touchevents header .widget_shopping_cart .widget_shopping_cart_content {
    display: none
}

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

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

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

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

.widget_fidalgo_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-image,
.widget_fidalgo_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .qodef-e-image,
.widget_fidalgo_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .qodef-e-image,
.widget_fidalgo_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .qodef-e-image,
.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-image,
.widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .qodef-e-image,
.widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .qodef-e-image,
.widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .qodef-e-image {
    background-color: var(--qode-background-color);
    margin: 0 20px 0 0
}

.widget_fidalgo_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item img,
.widget_fidalgo_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item img,
.widget_fidalgo_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item img,
.widget_fidalgo_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item img,
.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item img,
.widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item img,
.widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item img,
.widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item img {
    width: 80px
}

.widget_fidalgo_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove,
.widget_fidalgo_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove,
.widget_fidalgo_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove,
.widget_fidalgo_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove,
.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove,
.widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove,
.widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove,
.widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove {
    font-size: 20px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 5
}

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

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

.widget_fidalgo_core_woo_dropdown_cart .woocommerce-mini-cart-item a,
.widget_shopping_cart .woocommerce-mini-cart-item a {
    font-family: Jost, sans-serif;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 17px;
    line-height: 1.58824em;
    letter-spacing: .14em;
    display: block
}

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

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

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

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

.widget_fidalgo_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-image a,
.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-image a {
    display: block
}

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

.widget_fidalgo_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-title,
.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-title {
    font-size: 15px;
    letter-spacing: .14em;
    line-height: 22px;
    margin: 0 0 1px
}

.widget_fidalgo_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-title a:hover,
.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-title a:hover {
    color: inherit
}

.widget_fidalgo_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-price,
.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-price {
    margin: 0
}

.widget_fidalgo_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-price .amount,
.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-price .amount {
    font-size: 16px;
    letter-spacing: .1em;
    line-height: 23px
}

.widget_fidalgo_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-quantity,
.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-quantity {
    margin: 0;
    font-size: 16px;
    color: var(--qode-paragraph-color)
}

.widget_fidalgo_core_woo_dropdown_cart .qodef-m-order-details,
.widget_fidalgo_core_woo_dropdown_cart .woocommerce-mini-cart__total,
.widget_shopping_cart .qodef-m-order-details,
.widget_shopping_cart .woocommerce-mini-cart__total {
    position: relative;
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 32px 0 20px
}

.widget_fidalgo_core_woo_dropdown_cart .qodef-m-order-details:before,
.widget_fidalgo_core_woo_dropdown_cart .woocommerce-mini-cart__total:before,
.widget_shopping_cart .qodef-m-order-details:before,
.widget_shopping_cart .woocommerce-mini-cart__total:before {
    content: '';
    width: calc(100% - 60px);
    height: 1px;
    background-color: #7e837e;
    position: absolute;
    top: -10px
}

.widget_fidalgo_core_woo_dropdown_cart .qodef-m-order-details strong,
.widget_fidalgo_core_woo_dropdown_cart .woocommerce-mini-cart__total strong,
.widget_shopping_cart .qodef-m-order-details strong,
.widget_shopping_cart .woocommerce-mini-cart__total strong {
    font-size: 15px;
    text-transform: uppercase;
    font-family: Jost, sans-serif;
    color: #fff;
    letter-spacing: .14em;
    font-weight: 300
}

.widget_fidalgo_core_woo_dropdown_cart .qodef-m-order-details .amount,
.widget_fidalgo_core_woo_dropdown_cart .woocommerce-mini-cart__total .amount,
.widget_shopping_cart .qodef-m-order-details .amount,
.widget_shopping_cart .woocommerce-mini-cart__total .amount {
    font-size: 16px;
    letter-spacing: .1em;
    font-weight: 300
}

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

.widget_fidalgo_core_woo_dropdown_cart .qodef-m-action a,
.widget_fidalgo_core_woo_dropdown_cart .woocommerce-mini-cart__buttons a,
.widget_shopping_cart .qodef-m-action a,
.widget_shopping_cart .woocommerce-mini-cart__buttons a {
    font-family: Jost, sans-serif;
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .1em;
    line-height: 18px;
    position: relative;
    display: inline-flex;
    vertical-align: middle;
    width: auto;
    margin: 0;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 0;
    outline: 0;
    transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
    width: 100%;
    padding: 18px 20px;
    justify-content: center;
    text-align: center;
    color: var(--qode-button-color, #fff);
    background-color: transparent;
    border: 1px solid var(--qode-button-border-color, var(--qode-main-color));
    padding: 13px 20px
}

.widget_fidalgo_core_woo_dropdown_cart .qodef-m-action a:after,
.widget_fidalgo_core_woo_dropdown_cart .woocommerce-mini-cart__buttons a:after,
.widget_shopping_cart .qodef-m-action a:after,
.widget_shopping_cart .woocommerce-mini-cart__buttons a:after {
    content: '';
    position: absolute;
    top: 4px;
    left: 4px;
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    opacity: .5;
    --qode-border-color: var(--qode-button-border-hover-color, var(--qode-button-border-color, var(--qode-main-color)));
    background-repeat: no-repeat;
    background-size: calc(100% - 100%) 1px, 1px calc(100% - 100%);
    background-position: 0 0, 100% 100%, 100% 100%, 0 0;
    background-image: linear-gradient(0deg, var(--qode-border-color), var(--qode-border-color)), linear-gradient(0deg, var(--qode-border-color), var(--qode-border-color)), linear-gradient(0deg, var(--qode-border-color), var(--qode-border-color)), linear-gradient(0deg, var(--qode-border-color), var(--qode-border-color));
    transition: opacity .2s ease-out, background-size .82s cubic-bezier(.36, .03, .2, .91);
    pointer-events: none
}

.widget_fidalgo_core_woo_dropdown_cart .qodef-m-action a:hover,
.widget_fidalgo_core_woo_dropdown_cart .woocommerce-mini-cart__buttons a:hover,
.widget_shopping_cart .qodef-m-action a:hover,
.widget_shopping_cart .woocommerce-mini-cart__buttons a:hover {
    color: #fff;
    border-color: var(--qode-button-border-hover-color, var(--qode-button-border-color, var(--qode-main-color)));
    background-color: transparent;
    color: #fff !important
}

.widget_fidalgo_core_woo_dropdown_cart .qodef-m-action a:hover:after,
.widget_fidalgo_core_woo_dropdown_cart .woocommerce-mini-cart__buttons a:hover:after,
.widget_shopping_cart .qodef-m-action a:hover:after,
.widget_shopping_cart .woocommerce-mini-cart__buttons a:hover:after {
    background-size: calc(100% - 0%) 1px, 1px calc(100% - 0%)
}

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

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

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

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

.widget_fidalgo_core_woo_dropdown_cart,
.widget_shopping_cart {
    color: var(--qode-paragraph-color)
}

.widget_fidalgo_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content,
.widget_fidalgo_core_woo_dropdown_cart .widget_shopping_cart_content,
.widget_shopping_cart .qodef-widget-dropdown-cart-content,
.widget_shopping_cart .widget_shopping_cart_content {
    background-color: var(--qode-additional-background-color);
    color: #fff;
    border-color: rgba(255, 255, 255, .1)
}

.widget_fidalgo_core_woo_dropdown_cart .woocommerce-mini-cart-item a,
.widget_shopping_cart .woocommerce-mini-cart-item a {
    color: #fff
}

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

.widget_fidalgo_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-e-title a,
.widget_shopping_cart .qodef-woo-mini-cart .qodef-e-title a {
    color: #fff
}

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

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

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

.widget_fidalgo_core_woo_dropdown_cart .qodef-m-order-details strong,
.widget_fidalgo_core_woo_dropdown_cart .woocommerce-mini-cart__total strong,
.widget_shopping_cart .qodef-m-order-details strong,
.widget_shopping_cart .woocommerce-mini-cart__total strong {
    color: #fff
}

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

#qodef-page-header .widget_fidalgo_core_woo_dropdown_cart,
#qodef-page-header .widget_shopping_cart {
    color: #fff
}

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

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

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

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

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

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

#qodef-page-footer .widget_fidalgo_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove,
#qodef-page-footer .widget_fidalgo_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove,
#qodef-page-footer .widget_fidalgo_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove,
#qodef-page-footer .widget_fidalgo_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove,
#qodef-page-footer .widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove,
#qodef-page-footer .widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove,
#qodef-page-footer .widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove,
#qodef-page-footer .widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove {
    color: var(--qode-main-color)
}

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

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

#qodef-side-area .widget_fidalgo_core_woo_dropdown_cart,
#qodef-side-area .widget_shopping_cart {
    color: #fff
}

.qodef-mega-menu-widget-holder .widget_fidalgo_core_woo_dropdown_cart,
.qodef-mega-menu-widget-holder .widget_shopping_cart {
    color: #fff
}

#qodef-fullscreen-area .widget_fidalgo_core_woo_dropdown_cart,
#qodef-fullscreen-area .widget_shopping_cart {
    color: var(--qode-paragraph-color)
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.widget_fidalgo_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-action-link {
    font-family: Jost, sans-serif;
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .1em;
    line-height: 18px;
    position: relative;
    display: inline-flex;
    vertical-align: middle;
    width: auto;
    margin: 0;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 0;
    outline: 0;
    transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
    color: var(--qode-button-color, #fff);
    background-color: var(--qode-button-bg-color, var(--qode-main-color));
    border: 1px solid var(--qode-button-border-color, transparent)
}

.widget_fidalgo_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-action-link:hover {
    color: var(--qode-button-hover-color, #fff);
    background-color: var(--qode-button-bg-hover-color, var(--qode-main-color));
    border-color: var(--qode-button-border-hover-color, transparent)
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--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-event-list .qodef-e-media-image.qodef-event-item--round-image-corners img {
    border-radius: 12vw 12vw 0 0
}

@media only screen and (max-width:880px) {
    .qodef-event-list .qodef-e-media-image.qodef-event-item--round-image-corners img {
        border-radius: 49vw 49vw 0 0
    }
}

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

@media only screen and (max-width:880px) {
    .qodef-event-list h4.qodef-e-title {
        line-height: 1.3em
    }
}

.qodef-event-list .qodef-e-date {
    display: inline-block;
    color: var(--qode-paragraph-color);
    font-weight: 300;
    font-size: 17px;
    letter-spacing: .01em;
    margin-top: 9px
}

.qodef-event-list .qodef-video--autoplay,
.qodef-event-list .qodef-video--on-hover {
    overflow: hidden;
    display: block
}

.qodef-event-list .qodef-e-event-item-reservation-info>* {
    font-family: Jost, sans-serif;
    font-size: 17px;
    line-height: 1.64706em;
    font-weight: 300;
    color: var(--qode-paragraph-color);
    letter-spacing: .01em
}

.qodef-event-list.qodef-event-item-border-yes.qodef-gutter--no .qodef-grid-inner,
.qodef-event-list.qodef-event-item-border-yes.qodef-vertical-gutter--no .qodef-grid-inner {
    --qode-columns-col-gap: 1px;
    --qode-columns-row-gap: 1px;
    padding: 1px;
    margin: 0
}

.qodef-event-list.qodef-event-item-border-yes.qodef-gutter--no .qodef-grid-inner.columns-1,
.qodef-event-list.qodef-event-item-border-yes.qodef-vertical-gutter--no .qodef-grid-inner.columns-1 {
    --qode-columns: 1
}

.qodef-event-list.qodef-event-item-border-yes.qodef-gutter--no .qodef-grid-inner.columns-2,
.qodef-event-list.qodef-event-item-border-yes.qodef-vertical-gutter--no .qodef-grid-inner.columns-2 {
    --qode-columns: 2
}

.qodef-event-list.qodef-event-item-border-yes.qodef-gutter--no .qodef-grid-inner.columns-3,
.qodef-event-list.qodef-event-item-border-yes.qodef-vertical-gutter--no .qodef-grid-inner.columns-3 {
    --qode-columns: 3
}

.qodef-event-list.qodef-event-item-border-yes.qodef-gutter--no .qodef-grid-inner.columns-4,
.qodef-event-list.qodef-event-item-border-yes.qodef-vertical-gutter--no .qodef-grid-inner.columns-4 {
    --qode-columns: 4
}

.qodef-event-list.qodef-event-item-border-yes.qodef-gutter--no .qodef-grid-inner.columns-5,
.qodef-event-list.qodef-event-item-border-yes.qodef-vertical-gutter--no .qodef-grid-inner.columns-5 {
    --qode-columns: 5
}

.qodef-event-list.qodef-event-item-border-yes.qodef-gutter--no .qodef-grid-inner.columns-6,
.qodef-event-list.qodef-event-item-border-yes.qodef-vertical-gutter--no .qodef-grid-inner.columns-6 {
    --qode-columns: 6
}

.qodef-event-list.qodef-event-item-border-yes.qodef-gutter--no .qodef-grid-inner.columns-7,
.qodef-event-list.qodef-event-item-border-yes.qodef-vertical-gutter--no .qodef-grid-inner.columns-7 {
    --qode-columns: 7
}

.qodef-event-list.qodef-event-item-border-yes.qodef-gutter--no .qodef-grid-inner.columns-8,
.qodef-event-list.qodef-event-item-border-yes.qodef-vertical-gutter--no .qodef-grid-inner.columns-8 {
    --qode-columns: 8
}

.qodef-event-list.qodef-event-item-border-yes .qodef-grid-inner>.qodef-grid-item {
    outline: 1px solid var(--qode-border-color)
}

.qodef-event-list.qodef-event-item-border-yes .qodef-e .qodef-e-inner {
    margin: 1px;
    width: calc(100% - 1px);
    height: calc(100% - 1px)
}

.qodef-event-list.qodef-item-layout--info-below .qodef-e-content {
    margin: 33px 0 0;
    text-align: center
}

.qodef-event-list.qodef-item-layout--info-below .qodef-e-event-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2
}

.qodef-event-list.qodef-item-layout--info-below.qodef-event-item-border-yes .qodef-e-inner {
    padding: 88px 106px 79px
}

.qodef-event-list.qodef-item-layout--info-below.qodef-event-item--line-between .qodef-grid-item .qodef-e-line {
    position: absolute;
    width: 1px;
    top: 0;
    height: auto;
    content: '';
    background: var(--line-color);
    right: calc(-1 * var(--qode-columns-col-gap)/ 2)
}

.qodef-event-list.qodef-item-layout--info-below.qodef-event-item--line-between .qodef-grid-item:last-of-type .qodef-e-line {
    display: none
}

.ui-datepicker {
    background-color: transparent !important;
    display: none;
    max-width: 400px !important;
    padding: 20px 18.5px;
    position: absolute;
    width: 100% !important
}

@media only screen and (max-width:680px) {
    .ui-datepicker {
        left: 50% !important;
        max-width: 86vw !important;
        transform: translateX(-50%) !important
    }
}

.ui-datepicker:after {
    background-color: var(--qode-box-background-color, var(--qode-background-color));
    border: 1px solid rgba(255, 255, 255, .5);
    box-sizing: border-box;
    content: '';
    height: calc(100% + 2px);
    left: 0;
    position: absolute;
    top: -1px;
    width: 100%;
    z-index: -1
}

.ui-datepicker-header {
    padding: 0 20px !important
}

.ui-datepicker-next,
.ui-datepicker-prev {
    color: var(--qode-main-color);
    font-size: 22px !important;
    top: 2px;
    width: 20px
}

.ui-datepicker-prev {
    left: 0 !important
}

.ui-datepicker-next {
    right: 0 !important
}

.ui-datepicker-month {
    font-family: Jost, sans-serif;
    font-size: 17px;
    line-height: 1.64706em;
    font-weight: 300;
    color: var(--qode-paragraph-color);
    border: none
}

.ui-datepicker-year {
    font-family: Jost, sans-serif;
    font-size: 17px;
    line-height: 1.64706em;
    font-weight: 300;
    color: var(--qode-paragraph-color)
}

.ui-datepicker-calendar {
    margin: 7px 0 0 0;
    padding: 0
}

.ui-datepicker-calendar th {
    font-family: Jost, sans-serif;
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #fff
}

.ui-datepicker-calendar td {
    font-size: 14px
}

.ui-datepicker-calendar td a {
    color: var(--qode-paragraph-color)
}

.ui-datepicker-calendar td,
.ui-datepicker-calendar th {
    border: none;
    padding: 8px 3px !important;
    text-align: center
}

.ui-datepicker-current-day {
    border: 1px solid var(--qode-main-color) !important;
    color: #fff
}

.qodef-reservation-form .qodef-m-inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.qodef-reservation-form .qodef-m-field {
    flex: 1 1 auto;
    position: relative
}

.qodef-reservation-form .qodef-m-field-label {
    flex-shrink: 0;
    flex-basis: auto
}

.qodef-reservation-form .qodef-m-icon-arrow {
    position: absolute;
    right: 8px;
    top: 50%;
    width: 12px;
    height: 6px;
    transform: translateY(-50%);
    display: flex;
    color: var(--qode-main-color)
}

.qodef-reservation-form .qodef-m-label {
    text-align: center;
    color: #fff
}

.qodef-reservation-form .qodef-m-date,
.qodef-reservation-form .qodef-m-date:focus,
.qodef-reservation-form .select2-container--default {
    margin: 0;
    width: 100% !important;
    text-align: left;
    border-bottom: 1px solid rgba(255, 255, 255, .4) !important
}

.qodef-reservation-form .select2-container--default .select2-selection--single {
    font-size: inherit !important;
    border: none !important
}

.qodef-reservation-form .select2-container--default .select2-selection--single .select2-selection__arrow {
    width: auto
}

.qodef-reservation-form .select2-container--default .select2-selection--single .select2-selection__arrow:before {
    content: '' !important;
    display: block;
    width: 12px;
    height: 8px;
    background: var(--qode-main-color);
    -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMC4xMjEiIGhlaWdodD0iNS44MTEiIHZpZXdCb3g9IjAgMCAxMC4xMjEgNS44MTEiPg0KICA8ZyBpZD0iR3JvdXBfMTQ5NyIgZGF0YS1uYW1lPSJHcm91cCAxNDk3IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNjM4LjQzOSAtNjA2OS40MzkpIj4NCiAgICA8cGF0aCBpZD0iY2hldnJvbi1kb3duIiBkPSJNNiw5bDQsNCw0LTQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDYzMy41IDYwNjEuNSkiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2I1OGM2NyIgc3Ryb2tlLWxpbmVjYXA9InNxdWFyZSIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxLjUiLz4NCiAgPC9nPg0KPC9zdmc+DQo=);
    mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMC4xMjEiIGhlaWdodD0iNS44MTEiIHZpZXdCb3g9IjAgMCAxMC4xMjEgNS44MTEiPg0KICA8ZyBpZD0iR3JvdXBfMTQ5NyIgZGF0YS1uYW1lPSJHcm91cCAxNDk3IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNjM4LjQzOSAtNjA2OS40MzkpIj4NCiAgICA8cGF0aCBpZD0iY2hldnJvbi1kb3duIiBkPSJNNiw5bDQsNCw0LTQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDYzMy41IDYwNjEuNSkiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2I1OGM2NyIgc3Ryb2tlLWxpbmVjYXA9InNxdWFyZSIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxLjUiLz4NCiAgPC9nPg0KPC9zdmc+DQo=);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat
}

.qodef-reservation-form .qodef-m-date,
.qodef-reservation-form .select2-container--default .select2-selection--single {
    color: #fff !important;
    font-weight: 300
}

.qodef-reservation-form .qodef-m-copyright {
    display: flex;
    font-size: 16px;
    margin: 20px 0 0;
    color: var(--qode-paragraph-color);
    text-align: center;
    flex-basis: 100%
}

.qodef-reservation-form.qodef-layout--block .qodef-m-field {
    flex-basis: 100%
}

.qodef-reservation-form.qodef-layout--block .qodef-m-field:not(.qodef-m-field-time) {
    margin-bottom: 36px
}

.qodef-reservation-form.qodef-layout--block .qodef-m-field.qodef-m-field-book {
    margin-bottom: 28px
}

.qodef-reservation-form.qodef-layout--block .qodef-m-field.qodef-m-field-date svg {
    cursor: pointer
}

.qodef-reservation-form.qodef-layout--block .qodef-m-field-date:before {
    right: 6px;
    bottom: auto;
    top: 26px
}

.qodef-reservation-form.qodef-layout--block .qodef-m-copyright {
    margin: 0
}

.qodef-reservation-form.qodef-layout--block button {
    margin-top: 30px
}

.qodef-reservation-form.qodef-layout--inline .qodef-m-inner {
    gap: 0 30px;
    align-items: flex-end
}

.qodef-reservation-form.qodef-layout--inline .qodef-m-field-book {
    flex: 0 1 auto
}

.qodef-reservation-form.qodef-layout--inline .qodef-m-field-book button {
    padding: 14px 52px
}

@media only screen and (max-width:680px) {
    .qodef-reservation-form.qodef-layout--inline .qodef-m-field {
        flex-basis: 100%;
        margin-bottom: 36px
    }

    .qodef-reservation-form.qodef-layout--inline .qodef-m-field.qodef-m-field-book {
        margin-bottom: 0
    }
}

.qodef-restaurant-menu-list .qodef-e-title {
    margin: 0
}

.qodef-restaurant-menu-list .qodef-e-price {
    margin: 0;
    font-family: Jost, sans-serif;
    font-size: 16px;
    color: #fff;
    font-weight: 300;
    letter-spacing: .1em
}

.qodef-restaurant-menu-list .qodef-e-description {
    margin: 2px 0 0;
    color: var(--qode-paragraph-color);
    font-size: 16px;
    font-weight: 300
}

.qodef-restaurant-menu-list.qodef-item-skin--light .qodef-e-price,
.qodef-restaurant-menu-list.qodef-item-skin--light .qodef-e-title {
    color: #fff
}

.qodef-restaurant-menu-list.qodef-item-skin--light .qodef-e-description {
    color: var(--qode-main-color)
}

.qodef-restaurant-menu-list.qodef-swiper-container.qodef-restaurant-menu-list--outline {
    padding-top: 15px
}

.qodef-restaurant-menu-list.qodef-swiper-container.qodef-restaurant-menu-list--outline .qodef-e-item-wrapper {
    position: relative;
    --qode-border-width: 1px
}

.qodef-restaurant-menu-list.qodef-swiper-container.qodef-restaurant-menu-list--outline .qodef-e-item-wrapper:after,
.qodef-restaurant-menu-list.qodef-swiper-container.qodef-restaurant-menu-list--outline .qodef-e-item-wrapper:before {
    content: '';
    width: 100%;
    height: 100%;
    border: 1px solid var(--qode-main-color);
    display: inline-block;
    position: absolute;
    box-sizing: border-box;
    top: -15px;
    left: 15px;
    z-index: -1;
    border-radius: inherit;
    transition: clip-path 1s ease .5s
}

.qodef-restaurant-menu-list.qodef-swiper-container.qodef-restaurant-menu-list--outline .qodef-e-item-wrapper:before {
    clip-path: inset(50% -1px)
}

.qodef-restaurant-menu-list.qodef-swiper-container.qodef-restaurant-menu-list--outline .qodef-e-item-wrapper:after {
    clip-path: inset(-1px 100% -1px -1px)
}

.qodef-restaurant-menu-list.qodef-swiper-container.qodef-restaurant-menu-list--outline .swiper-slide-active .qodef-e-item-wrapper:before {
    clip-path: inset(calc(2 * var(--qode-border-width, 1px)) -1px)
}

.qodef-restaurant-menu-list.qodef-swiper-container.qodef-restaurant-menu-list--outline .swiper-slide-active .qodef-e-item-wrapper:after {
    clip-path: inset(-1px -1px)
}

.qodef-restaurant-menu-list.qodef-swiper-container.qodef-restaurant-menu-list--border-radius .qodef-e .qodef-e-item-wrapper {
    border-radius: 0 100px 0 100px
}

.qodef-restaurant-menu-list.qodef-swiper-container.qodef-restaurant-menu-list--border-radius.qodef-restaurant-menu-list--outline .qodef-e-item-wrapper:after,
.qodef-restaurant-menu-list.qodef-swiper-container.qodef-restaurant-menu-list--border-radius.qodef-restaurant-menu-list--outline .qodef-e-item-wrapper:before {
    border-radius: inherit
}

.qodef-restaurant-menu-list.qodef-swiper-container~.swiper-button-outside.swiper-button-next,
.qodef-restaurant-menu-list.qodef-swiper-container~.swiper-button-outside.swiper-button-prev {
    color: var(--qode-main-color)
}

.qodef-restaurant-menu-list.qodef-swiper-container~.swiper-button-outside.swiper-button-prev {
    left: -50px !important
}

.qodef-restaurant-menu-list.qodef-swiper-container~.swiper-button-outside.swiper-button-next {
    right: -50px !important
}

@media only screen and (max-width:880px) {
    .qodef-restaurant-menu-list.qodef-swiper-container~.swiper-button-outside.swiper-button-next {
        display: none
    }
}

.qodef-restaurant-menu-list.qodef-swiper-container .swiper-pagination-bullets {
    margin-top: 25px
}

.qodef-restaurant-menu-list.qodef-item-layout--info-below .qodef-e-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center
}

.qodef-restaurant-menu-list.qodef-item-layout--info-below .qodef-e-media-image img {
    max-width: 100%;
    object-fit: cover
}

.qodef-restaurant-menu-list.qodef-item-layout--info-below .qodef-e-content {
    margin: 35px 0 0;
    display: flex;
    flex-direction: column
}

.qodef-restaurant-menu-list.qodef-item-layout--info-below .qodef-e-description {
    margin: 10px 0 14px 0
}

.qodef-restaurant-menu-list.qodef-swiper-container.qodef-custom-layout--enabled.qodef-col-num--1 .qodef-e>.qodef-e-inner {
    padding: 0 21%
}

@media only screen and (max-width:1200px) {
    .qodef-restaurant-menu-list.qodef-swiper-container.qodef-custom-layout--enabled.qodef-col-num--1 .qodef-e>.qodef-e-inner {
        padding: 0 10%
    }
}

@media only screen and (max-width:880px) {
    .qodef-restaurant-menu-list.qodef-swiper-container.qodef-custom-layout--enabled.qodef-col-num--1 .qodef-e>.qodef-e-inner {
        padding: 0 18%
    }
}

@media only screen and (max-width:680px) {
    .qodef-restaurant-menu-list.qodef-swiper-container.qodef-custom-layout--enabled.qodef-col-num--1 .qodef-e>.qodef-e-inner {
        padding: 0 5%
    }
}

.qodef-restaurant-menu-list.qodef-swiper-container.qodef-custom-layout--enabled.qodef-col-num--1 .qodef-e>.qodef-e-inner .qodef-e-media img {
    max-width: 70%
}

.qodef-restaurant-menu-list.qodef-swiper-container.qodef-custom-layout--enabled:not(.qodef-col-num--1) .qodef-e>.qodef-e-inner {
    padding: 0
}

.qodef-restaurant-menu-list.qodef-swiper-container.qodef-custom-layout--enabled .qodef-e-item-wrapper {
    padding: 100px 98px;
    background-color: var(--qode-background-color)
}

.qodef-restaurant-menu-list.qodef-swiper-container.qodef-custom-layout--enabled .qodef-e-item-wrapper .qodef-e-content {
    margin: 20px 0 0;
    align-items: center
}

.qodef-restaurant-menu-list.qodef-swiper-container.qodef-custom-layout--enabled .qodef-e-item-wrapper .qodef-e-content .qodef-e-description {
    margin: 5px 0 20px;
    color: #cecece
}

.qodef-restaurant-menu-list.qodef-swiper-container.qodef-custom-layout--enabled .qodef-e-item-wrapper .qodef-button {
    display: inline-block;
    padding: 15px 40px
}

.qodef-restaurant-menu-list.qodef-swiper-container.qodef-custom-layout--enabled .swiper-button-prev {
    left: 0 !important
}

@media only screen and (max-width:880px) {
    .qodef-restaurant-menu-list.qodef-swiper-container.qodef-custom-layout--enabled .swiper-button-prev {
        display: none
    }
}

.qodef-restaurant-menu-list.qodef-swiper-container.qodef-custom-layout--enabled .swiper-button-next {
    right: 0 !important
}

@media only screen and (max-width:880px) {
    .qodef-restaurant-menu-list.qodef-swiper-container.qodef-custom-layout--enabled .swiper-button-next {
        display: none
    }
}

.qodef-restaurant-menu-list.qodef-item-layout--minimal .qodef-e-description {
    margin: 5px 0 0 0
}

.qodef-restaurant-menu-list.qodef-item-layout--side-by-side .qodef-e-inner {
    display: flex
}

.qodef-restaurant-menu-list.qodef-item-layout--side-by-side .qodef-e-media-image {
    width: 72px;
    flex-shrink: 0;
    margin-right: 15px
}

.qodef-restaurant-menu-list.qodef-item-layout--side-by-side .qodef-e-media-image img {
    max-width: 100%;
    object-fit: cover;
    border-radius: 0 10px 0 10px
}

.qodef-restaurant-menu-list.qodef-item-layout--side-by-side .qodef-e-content {
    padding-top: 9px;
    width: 100%
}

.qodef-restaurant-menu-list.qodef-item-layout--side-by-side .qodef-e-heading {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.qodef-restaurant-menu-list.qodef-item-layout--side-by-side .qodef-e-description {
    margin: 7px 0 0 0;
    width: 80%
}

.qodef-team-list .qodef-e-role {
    margin: 0;
    letter-spacing: .01em;
    font-weight: 400
}

.qodef-team-list .qodef-e-title {
    margin: 2px 0 5px
}

.qodef-team-list .qodef-social-icon {
    margin: 5px 0 0
}

.qodef-team-list .qodef-social-icon .qodef-team-member-social-icon {
    font-size: 15px;
    margin-right: 7px
}

.qodef-team-list .qodef-social-icon .qodef-team-member-social-icon:last-of-type {
    margin-right: 0
}

.qodef-team-list.qodef-team-item-border-yes.qodef-gutter--no .qodef-grid-inner,
.qodef-team-list.qodef-team-item-border-yes.qodef-vertical-gutter--no .qodef-grid-inner {
    --qode-columns-col-gap: 1px;
    --qode-columns-row-gap: 1px;
    padding: 1px;
    margin: 0
}

.qodef-team-list.qodef-team-item-border-yes.qodef-gutter--no .qodef-grid-inner.columns-1,
.qodef-team-list.qodef-team-item-border-yes.qodef-vertical-gutter--no .qodef-grid-inner.columns-1 {
    --qode-columns: 1
}

.qodef-team-list.qodef-team-item-border-yes.qodef-gutter--no .qodef-grid-inner.columns-2,
.qodef-team-list.qodef-team-item-border-yes.qodef-vertical-gutter--no .qodef-grid-inner.columns-2 {
    --qode-columns: 2
}

.qodef-team-list.qodef-team-item-border-yes.qodef-gutter--no .qodef-grid-inner.columns-3,
.qodef-team-list.qodef-team-item-border-yes.qodef-vertical-gutter--no .qodef-grid-inner.columns-3 {
    --qode-columns: 3
}

.qodef-team-list.qodef-team-item-border-yes.qodef-gutter--no .qodef-grid-inner.columns-4,
.qodef-team-list.qodef-team-item-border-yes.qodef-vertical-gutter--no .qodef-grid-inner.columns-4 {
    --qode-columns: 4
}

.qodef-team-list.qodef-team-item-border-yes.qodef-gutter--no .qodef-grid-inner.columns-5,
.qodef-team-list.qodef-team-item-border-yes.qodef-vertical-gutter--no .qodef-grid-inner.columns-5 {
    --qode-columns: 5
}

.qodef-team-list.qodef-team-item-border-yes.qodef-gutter--no .qodef-grid-inner.columns-6,
.qodef-team-list.qodef-team-item-border-yes.qodef-vertical-gutter--no .qodef-grid-inner.columns-6 {
    --qode-columns: 6
}

.qodef-team-list.qodef-team-item-border-yes.qodef-gutter--no .qodef-grid-inner.columns-7,
.qodef-team-list.qodef-team-item-border-yes.qodef-vertical-gutter--no .qodef-grid-inner.columns-7 {
    --qode-columns: 7
}

.qodef-team-list.qodef-team-item-border-yes.qodef-gutter--no .qodef-grid-inner.columns-8,
.qodef-team-list.qodef-team-item-border-yes.qodef-vertical-gutter--no .qodef-grid-inner.columns-8 {
    --qode-columns: 8
}

.qodef-team-list.qodef-team-item-border-yes .qodef-grid-inner>.qodef-grid-item {
    outline: 1px solid var(--qode-border-color)
}

.qodef-team-list.qodef-team-item-border-yes .qodef-e .qodef-e-inner {
    margin: 1px;
    width: calc(100% - 1px);
    height: calc(100% - 1px)
}

body.qodef-skin--eclipse .qodef-team-list.qodef-team-item-border-yes .qodef-grid-inner>.qodef-grid-item,
body.qodef-skin--indigo .qodef-team-list.qodef-team-item-border-yes .qodef-grid-inner>.qodef-grid-item {
    outline: 1px solid #382d22
}

.qodef-team-list.qodef-item-layout--info-below .qodef-e-content {
    margin: 32px 0 0;
    text-align: center
}

.qodef-team-list.qodef-item-layout--info-below .qodef-e-team-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2
}

.qodef-team-list.qodef-item-layout--info-below.qodef-team--image-round-corners .qodef-e-image {
    position: relative;
    border-radius: 0 80px 0 80px
}

.qodef-team-list.qodef-item-layout--info-below.qodef-team--image-round-corners .qodef-e-media-image {
    border-radius: inherit;
    overflow: hidden
}

.qodef-team-list.qodef-item-layout--info-below.qodef-team--image-round-corners .qodef-e .qodef-e-image:after,
.qodef-team-list.qodef-item-layout--info-below.qodef-team--image-round-corners .qodef-e .qodef-e-image:before {
    content: '';
    width: 100%;
    height: 100%;
    border: 1px solid var(--qode-main-color);
    display: inline-block;
    position: absolute;
    box-sizing: border-box;
    top: -15px;
    left: 15px;
    z-index: -1;
    border-radius: inherit;
    transition: clip-path .8s ease 0s
}

.qodef-team-list.qodef-item-layout--info-below.qodef-team--image-round-corners .qodef-e .qodef-e-image:before {
    clip-path: inset(50% -1px)
}

.qodef-team-list.qodef-item-layout--info-below.qodef-team--image-round-corners .qodef-e .qodef-e-image:after {
    clip-path: inset(-1px 100% -1px -1px)
}

.qodef-team-list.qodef-item-layout--info-below.qodef-team--image-round-corners .qodef-e:hover .qodef-e-image:before {
    clip-path: inset(calc(2 * var(--qode-border-width, 1px)) -1px)
}

.qodef-team-list.qodef-item-layout--info-below.qodef-team--image-round-corners .qodef-e:hover .qodef-e-image:after {
    clip-path: inset(-1px -1px)
}

.qodef-team-list.qodef-item-layout--info-below.qodef-team-item-border-yes .qodef-e-inner {
    padding: 88px 22% 79px
}

@media only screen and (max-width:1600px) {
    .qodef-team-list.qodef-item-layout--info-below.qodef-team-item-border-yes .qodef-e-inner {
        padding: 88px 16% 79px
    }
}

@media only screen and (max-width:680px) {
    .qodef-team-list.qodef-item-layout--info-below.qodef-team-item-border-yes .qodef-e-inner {
        padding: 58px 10% 49px
    }
}

.qodef-team-list.qodef-item-layout--info-on-hover .qodef-e-inner:hover .qodef-e-content {
    opacity: 1;
    z-index: 1
}

.qodef-team-list.qodef-item-layout--info-on-hover .qodef-e-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: var(--qode-background-color);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    opacity: 0;
    transition: opacity .2s ease-out;
    z-index: -1
}

.qodef-testimonials-slider-holder {
    text-align: center
}

.qodef-testimonials-slider-holder .swiper-button-next,
.qodef-testimonials-slider-holder .swiper-button-prev {
    color: var(--qode-border-color)
}

.qodef-testimonials-slider-holder .swiper-button-prev.swiper-button-outside {
    left: -16px !important
}

.qodef-testimonials-slider-holder .swiper-button-next.swiper-button-outside {
    right: -16px !important
}

.qodef-testimonials-list {
    width: 29vw
}

.qodef-testimonials-list.qodef-layout--columns {
    width: 100%
}

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

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

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

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

.qodef-testimonials-list p.qodef-e-static-title {
    font-family: "Mrs Saint Delafield", cursive;
    font-size: 55px;
    line-height: 35px;
    color: var(--qode-main-color);
    margin: 0 0 16px;
    padding-top: 18px
}

.qodef-testimonials-list .qodef-e-text {
    margin: 0 0 25px;
    font-size: 24px;
    color: #fff;
    font-weight: 300;
    line-height: 1.5em
}

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

.qodef-testimonials-list .qodef-e-author-job:before,
.qodef-testimonials-list .qodef-e-author-name:before {
    content: '/';
    display: inline-block;
    color: var(--qode-main-color);
    margin-right: 8px
}

.qodef-testimonials-list.qodef-content-alignment--center {
    text-align: center
}

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

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

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

.qodef-testimonials-slider-advance {
    position: relative;
    display: flex;
    align-items: center
}

.qodef-testimonials-slider-advance .qodef-testimonials-list-wrapper {
    padding: 0 120px 0 265px;
    width: 50vw;
    text-align: left
}

.qodef-testimonials-slider-advance .qodef-testimonials-list-wrapper .qodef-e-static-text {
    position: relative;
    left: -110px;
    font-family: Cormorant, serif;
    font-size: 100px;
    font-weight: 300;
    line-height: 1.16em;
    color: var(--qode-paragraph-color);
    text-transform: uppercase;
    margin: 0 0 25px;
    opacity: .1
}

.qodef-testimonials-slider-advance .qodef-testimonials-list-wrapper .qodef-e-static-text.qodef--has-appear .qodef--word {
    display: inline-flex
}

.qodef-testimonials-slider-advance .qodef-testimonials-list-wrapper .qodef-e-static-text.qodef--has-appear .qodef--word .qode--char {
    display: inline-flex;
    clip-path: inset(-.15em -.02em);
    position: relative
}

.qodef-testimonials-slider-advance .qodef-testimonials-list-wrapper .qodef-e-static-text.qodef--has-appear .qodef--word .qode--char-inner {
    transform: translateX(100%);
    transition: opacity .35s, transform .7s cubic-bezier(.36, .07, .2, .93);
    opacity: .5
}

.qodef-testimonials-slider-advance .qodef-testimonials-list-wrapper .qodef-e-static-text.qodef--has-appear.qodef--appeared .qode--char-inner {
    opacity: 1;
    transform: translateX(0);
    transition-delay: calc(var(--qode-i) * .07s)
}

.qodef-testimonials-slider-advance .qodef-testimonials-list-wrapper .qodef-testimonials-list {
    text-align: left
}

.qodef-testimonials-slider-advance .qodef-testimonials-list-wrapper .qodef-testimonials-list .qodef-e-media-image {
    display: none
}

.qodef-testimonials-slider-advance .qodef-testimonials-list-wrapper .qodef-testimonials-list .swiper-pagination-bullets {
    justify-content: flex-start
}

.qodef-testimonials-slider-advance .qodef-testimonials--additional-slider {
    position: relative;
    width: 50vw;
    padding: 0 165px
}

.qodef-testimonials-slider-advance .qodef-testimonials--additional-slider .qodef-e-static-title {
    position: absolute;
    bottom: 0;
    right: 100px;
    transform: rotate(-6deg);
    z-index: 2;
    font-family: "Mrs Saint Delafield", cursive;
    font-size: 55px;
    line-height: 35px;
    color: var(--qode-main-color);
    padding-top: 18px
}

.qodef-testimonials-slider-advance .qodef-testimonials--additional-slider .qodef-swiper-container.swiper-container-fade {
    transition-property: z-index
}

.qodef-testimonials-slider-advance .qodef-testimonials--additional-slider .qodef-swiper-container.swiper-container-fade.qodef--backwards .qodef-e.swiper-slide-next {
    opacity: .999 !important;
    z-index: 2
}

.qodef-testimonials-slider-advance .qodef-testimonials--additional-slider .qodef-swiper-container.swiper-container-fade.qodef--backwards .qodef-e.swiper-slide-next .qodef-e-media-image {
    animation: qodef-transform-image 1.3s forwards
}

.qodef-testimonials-slider-advance .qodef-testimonials--additional-slider .qodef-swiper-container.swiper-container-fade:not(.qodef--backwards) .qodef-e.swiper-slide-prev {
    z-index: 2;
    opacity: .999 !important
}

.qodef-testimonials-slider-advance .qodef-testimonials--additional-slider .qodef-swiper-container.swiper-container-fade:not(.qodef--backwards) .qodef-e.swiper-slide-prev .qodef-e-media-image {
    animation: qodef-transform-image 1.5s forwards
}

.qodef-testimonials-slider-advance .qodef-testimonials--additional-slider .qodef-swiper-container.swiper-container-fade .qodef-e .qodef-e-media {
    overflow: hidden
}

.qodef-testimonials-slider-advance .qodef-testimonials--additional-slider .qodef-swiper-container.swiper-container-fade .qodef-e.swiper-slide-active,
.qodef-testimonials-slider-advance .qodef-testimonials--additional-slider .qodef-swiper-container.swiper-container-fade .qodef-e.swiper-slide-duplicate-active {
    z-index: 3;
    opacity: 1 !important;
    transition-duration: 0s !important
}

.qodef-testimonials-slider-advance .qodef-testimonials--additional-slider .qodef-swiper-container.swiper-container-fade .qodef-e.swiper-slide-active .qodef-e-media-image,
.qodef-testimonials-slider-advance .qodef-testimonials--additional-slider .qodef-swiper-container.swiper-container-fade .qodef-e.swiper-slide-duplicate-active .qodef-e-media-image {
    animation: qodef-clip-transform-image 1.1s cubic-bezier(.25, .46, .45, .94) forwards
}

.qodef-skin--eclipse .qodef-testimonials-slider-holder .swiper-button-next,
.qodef-skin--eclipse .qodef-testimonials-slider-holder .swiper-button-prev {
    color: var(--qode-main-color)
}

.qodef-fullscreen-search-holder {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 438px;
    opacity: 0;
    visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--qode-additional-background-color);
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    z-index: 100
}

.qodef-fullscreen-menu-animate--in .qodef-fullscreen-search-holder {
    display: none
}

.qodef-fullscreen-search-holder .qodef-m-inner {
    width: 100%;
    text-align: center
}

.qodef-fullscreen-search-holder .qodef-m-inner h3 {
    letter-spacing: .14em
}

.qodef-fullscreen-search-holder .qodef-m-form {
    position: relative;
    width: 80%;
    max-width: 922px;
    margin: 44px auto 0
}

.qodef-fullscreen-search-holder .qodef-m-form-field {
    height: 100%;
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: var(--qode-paragraph-color);
    background: 0 0;
    border: 0;
    border-radius: 0
}

.qodef-fullscreen-search-holder .qodef-m-form-submit {
    position: absolute;
    right: 0;
    bottom: -20px;
    width: auto;
    padding: 0;
    margin: 0;
    color: var(--qode-main-color);
    background: 0 0;
    border: 0;
    outline: 0;
    opacity: 0;
    cursor: pointer;
    transition: color .2s ease-out
}

.qodef-fullscreen-search-holder .qodef-m-form-submit:hover {
    color: var(--qode-main-color);
    background: 0 0
}

.qodef-fullscreen-search--opened .qodef-fullscreen-search-holder .qodef-m-form-submit {
    opacity: 1;
    bottom: 3px;
    transition: color .2s ease, opacity .2s ease-out 1.1s, bottom .4s ease-out .9s
}

.qodef-fullscreen-search-holder .qodef-m-form-submit.qodef-source--icon-pack {
    font-size: 18px
}

.qodef-fullscreen-search-holder .qodef-m-form-line {
    position: absolute;
    left: 0;
    bottom: 1px;
    width: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .4);
    transition: all .3s ease
}

.qodef-fullscreen-search--opened .qodef-fullscreen-search-holder .qodef-m-form-line {
    width: 100%;
    transition: width .5s ease .6s
}

.qodef-fullscreen-search-holder .qodef-m-close {
    position: absolute;
    top: 33px;
    right: 70px;
    color: var(--qode-paragraph-color);
    opacity: 0;
    visibility: hidden;
    z-index: 1
}

.admin-bar .qodef-fullscreen-search-holder .qodef-m-close {
    top: 72px
}

.qodef-fullscreen-search-holder .qodef-m-close:hover {
    color: #fff
}

.qodef-fullscreen-search-holder .qodef-m-close.qodef-source--icon-pack {
    font-size: 25px
}

.qodef-fullscreen-search--opened .qodef-fullscreen-search-holder .qodef-m-close {
    opacity: 1;
    visibility: visible
}

.qodef-fullscreen-search--fadeout .qodef-fullscreen-search-holder {
    animation: fullscreen_search_fade_out .3s ease both
}

.qodef-fullscreen-search--fadein .qodef-fullscreen-search-holder {
    animation: fullscreen_search_fade_in .3s ease both
}

@keyframes fullscreen_search_fade_out {
    0% {
        opacity: 1;
        visibility: visible
    }

    100% {
        opacity: 0;
        visibility: hidden
    }
}

@keyframes fullscreen_search_fade_in {
    0% {
        opacity: 0;
        visibility: hidden
    }

    100% {
        opacity: 1;
        visibility: visible
    }
}

.qodef-search-opener>* {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: inherit
}

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

@media (max-height:440px) {
    .qodef-banner-carousel {
        --qode-banner-carousel-subtract: 90px
    }
}

.qodef-banner-carousel .qodef-e-item-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    color: var(--qode-light-gray-color);
    padding: 38px 51px;
    background-color: var(--qode-transparent-box-background-color);
    -webkit-backdrop-filter: blur(8px) brightness(115%);
    backdrop-filter: blur(8px) brightness(115%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    opacity: 0;
    transition: opacity .4s
}

.qodef-banner-carousel .qodef-e-item-inner .qodef-e-title {
    margin: 10px 0 3px
}

.qodef-banner-carousel .qodef-e-item-inner .qodef-e-subtitle {
    color: #fff
}

.qodef-banner-carousel .qodef-e-item-inner .qodef-e-separator {
    width: 1px;
    height: 100px;
    margin: 30px 0 40px;
    background: var(--qode-paragraph-color)
}

@media only screen and (max-width:680px) {
    .qodef-banner-carousel .qodef-e-item-inner {
        padding: 18px 25px
    }
}

.qodef-banner-carousel .qodef-e-item-inner .qodef-e-subtitle,
.qodef-banner-carousel .qodef-e-item-inner .qodef-e-title {
    --qode-x: 0px;
    --qode-y: 15px;
    opacity: 0;
    transform: translateX(var(--qode-x)) translateY(var(--qode-y));
    transition: opacity .37s ease-out, transform .75s cubic-bezier(.18, .79, .29, .93)
}

.qodef-banner-carousel .qodef-e-item-inner .qodef-button {
    --qode-x: 0px;
    --qode-y: -15px;
    opacity: 0;
    transform: translateX(var(--qode-x)) translateY(var(--qode-y));
    transition: opacity .37s ease-out, transform .75s cubic-bezier(.18, .79, .29, .93)
}

.qodef-banner-carousel .qodef-e-item-inner .qodef-e-separator {
    opacity: 0;
    transform: scaleY(0);
    transform-origin: 50% -10%;
    transition: opacity .37s ease-out, transform 1s cubic-bezier(.25, .61, .42, .96)
}

.qodef-banner-carousel .qodef-e:hover .qodef-e-item-inner {
    opacity: 1
}

.qodef-banner-carousel .qodef-e:hover .qodef-e-subtitle,
.qodef-banner-carousel .qodef-e:hover .qodef-e-title {
    opacity: 1;
    transform: translateX(0) translateY(0)
}

.qodef-banner-carousel .qodef-e:hover .qodef-button {
    opacity: 1;
    transform: translateX(0) translateY(0);
    transition-delay: .35s, .35s
}

.qodef-banner-carousel .qodef-e:hover .qodef-e-separator {
    opacity: 1;
    transform: scaleY(1)
}

.qodef-banner-carousel .qodef-e-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2
}

.qodef-banner-carousel .qodef-e-image img {
    object-fit: cover;
    height: calc(100vh - var(--qode-banner-carousel-subtract, 0vh))
}

.qodef-banner-carousel .qodef-m-video video {
    object-fit: cover;
    height: calc(100vh - var(--qode-banner-carousel-subtract, 0vh))
}

.qodef-button.qodef-html--link {
    font-family: Jost, sans-serif;
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .1em;
    line-height: 18px;
    position: relative;
    display: inline-flex;
    vertical-align: middle;
    width: auto;
    margin: 0;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 0;
    outline: 0;
    transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
    padding: 16px 50px
}

.qodef-button.qodef-size--small {
    padding: 12px 46px
}

.qodef-button.qodef-size--large {
    padding: 18px 56px
}

.qodef-button.qodef-size--full {
    width: 100%;
    padding: 18px 20px;
    justify-content: center;
    text-align: center
}

.qodef-button.qodef-layout--filled.qodef-html--link {
    color: var(--qode-button-color, #fff);
    background-color: var(--qode-button-bg-color, var(--qode-main-color));
    border: 1px solid var(--qode-button-border-color, transparent)
}

.qodef-button.qodef-layout--filled.qodef-html--link:hover {
    color: var(--qode-button-hover-color, #fff);
    background-color: var(--qode-button-bg-hover-color, var(--qode-main-color));
    border-color: var(--qode-button-border-hover-color, transparent)
}

.qodef-button.qodef-layout--outlined {
    color: var(--qode-button-color, #fff);
    background-color: transparent;
    border: 1px solid var(--qode-button-border-color, var(--qode-main-color))
}

.qodef-button.qodef-layout--outlined:after {
    content: '';
    position: absolute;
    top: 4px;
    left: 4px;
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    opacity: .5;
    --qode-border-color: var(--qode-button-border-hover-color, var(--qode-button-border-color, var(--qode-main-color)));
    background-repeat: no-repeat;
    background-size: calc(100% - 100%) 1px, 1px calc(100% - 100%);
    background-position: 0 0, 100% 100%, 100% 100%, 0 0;
    background-image: linear-gradient(0deg, var(--qode-border-color), var(--qode-border-color)), linear-gradient(0deg, var(--qode-border-color), var(--qode-border-color)), linear-gradient(0deg, var(--qode-border-color), var(--qode-border-color)), linear-gradient(0deg, var(--qode-border-color), var(--qode-border-color));
    transition: opacity .2s ease-out, background-size .82s cubic-bezier(.36, .03, .2, .91);
    pointer-events: none
}

.qodef-button.qodef-layout--outlined:hover {
    color: #fff;
    border-color: var(--qode-button-border-hover-color, var(--qode-button-border-color, var(--qode-main-color)));
    background-color: transparent
}

.qodef-button.qodef-layout--outlined:hover:after {
    background-size: calc(100% - 0%) 1px, 1px calc(100% - 0%)
}

#qodef-page-header .widget .qodef-button.qodef-layout--outlined {
    color: #fff
}

.qodef-button.qodef-layout--textual {
    color: var(--qode-button-color, #fff);
    background-color: transparent;
    border: 0;
    padding: 0 0 3px !important;
    color: var(--qode-button-color, #fff);
    font-size: 12px;
    letter-spacing: .1em;
    line-height: 18px;
    background-color: transparent !important;
    border: 0 !important;
    overflow: hidden;
    position: relative
}

.qodef-button.qodef-layout--textual:after {
    content: '';
    display: block;
    width: 300% !important;
    position: absolute;
    top: unset !important;
    left: 0;
    bottom: 0;
    height: 1px !important;
    color: var(--qode-main-color);
    border: none !important;
    background: linear-gradient(90deg, currentColor 0, currentColor 33%, transparent 33%, transparent 66%, currentColor 66%, currentColor 100%);
    transform: translateX(-66%);
    transition: transform 1.2s cubic-bezier(.53, .95, .28, 1.03) !important
}

.qodef-button.qodef-layout--textual:hover:after {
    transform: translateX(0)
}

.qodef-button.qodef-layout--textual:hover {
    color: var(--qode-button-hover-color, #fff)
}

.qodef-button.qodef-layout--textual .qodef-m-text {
    display: inline-block
}

.qodef-circular-slider-holder {
    position: relative;
    height: 100vh
}

.qodef-circular-slider-holder .qodef-m-items {
    height: 100%
}

.qodef-circular-slider-holder .qodef-m-swiper {
    height: 100%;
    overflow: hidden
}

.qodef-circular-slider-holder .qodef-m-slide-content {
    position: relative;
    width: 100%
}

.qodef-circular-slider-holder .qodef-m-item {
    display: flex;
    align-items: center
}

.qodef-circular-slider-holder .qodef-m-item.swiper-slide {
    transition-delay: .5s !important
}

.qodef-circular-slider-holder .qodef-m-item.swiper-slide-active .qodef-m-slide-content img {
    clip-path: circle(100%);
    opacity: 1;
    transition: 1.5s .5s cubic-bezier(.09, .39, .47, .74), opacity .5s .5s
}

.qodef-circular-slider-holder .qodef-m-item.swiper-slide-active .qodef-m-slide-content .qodef-e-text {
    opacity: 1;
    transform: translateY(0);
    transition: 1s .7s cubic-bezier(.69, .13, 0, .95)
}

.qodef-circular-slider-holder .qodef-m-item.swiper-slide-active .qodef-m-slide-content .qodef-button {
    opacity: 1;
    transform: translateY(0);
    transition: 1s .9s cubic-bezier(.69, .13, 0, .95)
}

.qodef-circular-slider-holder .qodef-m-item .qodef-m-slide-content img {
    clip-path: circle(0);
    opacity: 0;
    transition: 1.5s cubic-bezier(.14, .65, .47, .74), opacity .5s .5s
}

.qodef-circular-slider-holder .qodef-m-item .qodef-m-slide-content .qodef-e-text {
    display: inline-block;
    opacity: 0;
    transform: translateY(30px);
    transition: 1s cubic-bezier(.69, .13, 0, .95)
}

.qodef-circular-slider-holder .qodef-m-item .qodef-m-slide-content .qodef-e-text .qodef-m-highlight {
    display: inline-block;
    opacity: 0;
    transform: translateY(30px);
    transition: 1s cubic-bezier(.69, .13, 0, .95)
}

.qodef-circular-slider-holder .qodef-m-item .qodef-m-slide-content .qodef-button {
    display: inline-block;
    opacity: 0;
    transform: translateY(30px);
    transition: 1s cubic-bezier(.69, .13, 0, .95)
}

.qodef-circular-slider-holder .qodef-m-item img {
    display: block;
    width: 38%;
    margin: 0 auto
}

.qodef-circular-slider-holder .qodef-m-content {
    position: absolute;
    left: 8.2%;
    top: 50%;
    font-size: 55px;
    line-height: 1.09091em;
    max-width: 11em;
    transform: translateY(-50%)
}

.qodef-circular-slider-holder .qodef-m-content .qodef-e-text {
    font-family: Jost, sans-serif;
    text-transform: uppercase;
    font-weight: 300;
    color: #fff;
    letter-spacing: .15em;
    margin-bottom: 30px
}

.qodef-circular-slider-holder .qodef-m-thumbs {
    position: absolute !important;
    top: 50%;
    transform: translateY(-50%);
    right: 60px;
    z-index: 60
}

.qodef-circular-slider-holder .qodef-m-thumbs img {
    width: 70px;
    height: 70px;
    border-radius: 50%
}

.qodef-circular-slider-holder.swiper-container-horizontal>.swiper-pagination-bullets {
    position: absolute !important;
    width: auto !important;
    padding-bottom: 0;
    left: auto !important;
    right: 60px;
    top: 50%;
    bottom: auto !important;
    transform: translateY(-50%)
}

.qodef-circular-slider-holder.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    background-color: transparent;
    position: relative;
    width: 150px;
    height: 150px;
    line-height: 150px;
    border-radius: 50%;
    margin: 10px !important;
    text-align: center;
    border: none;
    box-shadow: inset 0 0 0 1px rgba(181, 140, 103, .5);
    opacity: 0;
    transform: translateY(30px);
    transition: 1s cubic-bezier(.69, .13, 0, .95)
}

.qodef-circular-slider-holder.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet:nth-child(2) {
    transition-delay: .2s
}

.qodef-circular-slider-holder.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet:nth-child(3) {
    transition-delay: .4s
}

.qodef-circular-slider-holder.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet:nth-child(4) {
    transition-delay: .6s
}

.qodef-circular-slider-holder.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet:nth-child(5) {
    transition-delay: .8s
}

.qodef-circular-slider-holder.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet.qodef--appear {
    opacity: 1;
    transform: translateY(0)
}

.qodef-circular-slider-holder.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet img {
    width: 100px;
    height: 100px;
    transition: .3s cubic-bezier(.4, .19, .35, .65);
    transform: scale(1)
}

.qodef-circular-slider-holder.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet:after {
    display: none
}

.qodef-circular-slider-holder.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet svg {
    position: absolute;
    left: -2px;
    top: -2px;
    width: calc(100% + 4px);
    height: calc(100% + 4px)
}

.qodef-circular-slider-holder.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet svg path {
    transition-property: stroke-dashoffset;
    transition-timing-function: linear;
    stroke-dashoffset: 0;
    stroke: var(--qode-main-color);
    stroke-width: 1px;
    fill: transparent;
    box-sizing: border-box
}

.qodef-circular-slider-holder.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) svg path {
    transition-duration: 0s !important
}

@keyframes fillCircle {
    0% {
        stroke-dashoffset: 307.919
    }

    100% {
        stroke-dashoffset: 0
    }
}

.qodef-circular-slider-holder.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active svg path {
    animation-name: fillCircle
}

.qodef-circular-slider-holder.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active img {
    transform: scale(.7)
}

.qodef-clip-path-image {
    width: 100%;
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    justify-items: center
}

.qodef-clip-path-image.qodef--has-appear .qodef-m-image-main svg path {
    stroke-dasharray: var(--qodef--stroke, 900);
    stroke-dashoffset: var(--qodef--stroke, 900);
    transition: stroke-dashoffset 0s ease
}

.qodef-clip-path-image.qodef--has-appear .qodef-m-image-main img {
    transition: transform 1.4s ease, opacity .35s;
    opacity: 0;
    transform: scale(1.16) translateY(-8%);
    will-change: transform
}

.qodef-clip-path-image.qodef--has-appear.qodef--appeared .qodef-m-image-main svg path {
    stroke-dashoffset: 0;
    transition: stroke-dashoffset 2s cubic-bezier(.37, 0, .63, 1)
}

.qodef-clip-path-image.qodef--has-appear.qodef--appeared .qodef-m-image-main img {
    opacity: 1;
    transform: scale(1) translateY(0)
}

.qodef-clip-path-image .qodef-m-image-main {
    position: relative;
    width: 100%;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: minmax(0, 1fr);
    grid-template-areas: "overlap";
    justify-items: center;
    align-items: center
}

.qodef-clip-path-image .qodef-m-image-main .qodef-m-masked {
    grid-area: overlap;
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-mask-image: url(../img/clip-path-image-mask.svg);
    mask-image: url(../img/clip-path-image-mask.svg);
    -webkit-mask-size: 92%;
    mask-size: 92%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center
}

.qodef-clip-path-image .qodef-m-image-main svg {
    grid-area: overlap;
    color: #b58c67;
    z-index: 1;
    width: 100%;
    height: auto;
    object-fit: contain;
    fill: none;
    stroke: currentColor
}

.widget.widget_fidalgo_core_custom_font {
    margin-bottom: 0 !important
}

.qodef-custom-font {
    position: relative;
    margin: 0
}

.qodef-custom-font.qodef-align--left {
    text-align: left
}

.qodef-custom-font.qodef-align--center {
    text-align: center
}

.qodef-custom-font.qodef-align--right {
    text-align: right
}

.qodef-custom-font.qodef--has-appear .qodef--word {
    display: inline-flex
}

.qodef-custom-font.qodef--has-appear .qodef--word .qode--char {
    display: inline-flex;
    clip-path: inset(-.15em -.02em);
    position: relative
}

.qodef-custom-font.qodef--has-appear .qodef--word .qode--char-inner {
    transform: translateX(100%);
    transition: opacity .35s, transform .7s cubic-bezier(.36, .07, .2, .93);
    opacity: .5
}

.qodef-custom-font.qodef--has-appear.qodef--appeared .qode--char-inner {
    opacity: 1;
    transform: translateX(0);
    transition-delay: calc(var(--qode-i) * .07s)
}

.qodef-custom-font .qodef-e-inner {
    display: block
}

.qodef-custom-font.qodef--has-scroll .qodef-e-inner {
    will-change: transform
}

.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: Jost, sans-serif;
    text-transform: uppercase;
    font-weight: 300;
    color: #fff;
    font-size: 36px;
    line-height: 1.13889em;
    letter-spacing: .15em
}

.qodef-dropcaps .qodef-m-text {
    display: inline;
    margin: 0
}

.qodef-dropcaps:not(.qodef-type--simple) .qodef-m-letter {
    width: 40px;
    height: 40px;
    font-size: 21px;
    line-height: 1.47619em;
    color: var(--qode-background-color);
    background-color: var(--qode-main-color)
}

.qodef-dropcaps.qodef-type--circle .qodef-m-letter {
    border-radius: 100%
}

.qodef-frame-slider-holder {
    position: relative;
    margin-bottom: 106px
}

.qodef-frame-slider-holder .qodef-frame-slider-image {
    position: absolute;
    top: 0;
    left: 50%;
    width: 70%;
    transform: translateX(-50%);
    pointer-events: none;
    z-index: 100
}

.qodef-frame-slider-holder .qodef-frame-slider-image img {
    width: 100%
}

.qodef-frame-slider-holder .qodef-m-swiper {
    overflow: hidden
}

.qodef-frame-slider-holder .qodef-m-item {
    height: 0;
    width: 0;
    margin: 0 5%;
    padding-left: 50%;
    padding-top: calc(50% * 563 / 829)
}

.qodef-frame-slider-holder .qodef-m-item img {
    position: absolute;
    top: 1px;
    left: 0;
    width: 100%;
    height: 100%;
    border-top-left-radius: 4%;
    border-top-right-radius: 4%;
    object-fit: cover
}

.qodef-frame-slider-holder .swiper-pagination-bullets {
    bottom: -106px !important
}

.qodef-free-flowing-images {
    position: relative
}

.qodef-free-flowing-images .qodef-m-inner-holder {
    display: flex;
    flex-direction: row;
    width: fit-content;
    align-items: center;
    height: 100vH;
    margin-top: -5em
}

@media only screen and (max-width:1512px) {
    .qodef-free-flowing-images .qodef-m-inner-holder {
        height: 65vH;
        margin-top: -3em
    }
}

.qodef-free-flowing-images .qodef-m-inner {
    position: relative;
    display: flex;
    flex-direction: row;
    width: fit-content
}

.qodef-free-flowing-images .qodef-e {
    --qode-width: 42vW;
    --qode-padding: 148px;
    --qode-image-width: 253px;
    display: flex;
    height: 67vh;
    width: var(--qode-width);
    justify-content: center
}

@media only screen and (max-width:1512px) {
    .qodef-free-flowing-images .qodef-e {
        height: 65vH
    }
}

.qodef-free-flowing-images .qodef-e img {
    width: auto;
    max-width: 19.5vw;
    border-radius: var(--qode-border-radius, 20px);
    border-top-left-radius: calc(var(--qode-progress) * 5% + var(--qode-border-radius, 20px));
    border-bottom-right-radius: calc(var(--qode-progress) * 5% + var(--qode-border-radius, 20px))
}

.qodef-free-flowing-images .qodef-e:nth-of-type(odd) {
    align-items: flex-start;
    padding-top: 15px
}

.qodef-free-flowing-images .qodef-e:nth-of-type(even) {
    align-items: flex-end;
    padding-bottom: 15px
}

.qodef--hide-page-scroll {
    scrollbar-width: none
}

.qodef--hide-page-scroll::-webkit-scrollbar {
    display: none;
    -ms-overflow-style: none;
    scrollbar-width: none
}

.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: var(--qode-additional-background-color);
    background-color: var(--qode-paragraph-color)
}

@media screen and (min-width:1025px) {
    html.qodef-horizontal-scroll-showcase-initialized::-webkit-scrollbar {
        width: 0;
        background: 0 0
    }
}

.qodef-with-horizontal-scroll-showcase #qodef-back-to-top,
.qodef-with-horizontal-scroll-showcase .qodef-scroll-down {
    display: none
}

.elementor-editor-active .qodef-horizontal-scroll-showcase.qodef--hidden {
    opacity: 1
}

.qodef-horizontal-scroll-showcase {
    position: relative;
    width: fit-content;
    display: flex;
    flex-direction: row
}

.qodef-horizontal-scroll-showcase .qodef-m-stamp {
    position: absolute;
    bottom: 50px;
    left: calc(100vW - 180px);
    --qode-rotate: 0;
    transform: translateX(-100%) rotate(calc(var(--qode-rotate) * 1deg));
    z-index: 1111;
    transition: transform .15s
}

.qodef-horizontal-scroll-showcase .qodef-m-stamp .qodef-stamp.qodef-stamp--rotation {
    animation-play-state: paused
}

.qodef-intro-social-links {
    bottom: 45px;
    position: absolute
}

.qodef-header--vertical-sliding .qodef-intro-social-links {
    left: 160px
}

@media only screen and (max-width:1200px) {
    .qodef-intro-social-links {
        left: 50% !important;
        transform: translateX(-50%)
    }
}

.qodef-intro-social-links .qodef-link-holder {
    display: inline-flex;
    align-items: center
}

.qodef-intro-social-links .qodef-link-holder a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: .2em;
    text-transform: uppercase;
    position: relative;
    --qodef-background-position: calc(100% - 5px);
    background-repeat: no-repeat;
    background-image: linear-gradient(transparent calc(100% - 1px), var(--qode-main-color) 1px);
    background-size: 0 var(--qodef-background-position);
    transition: .4s background-size cubic-bezier(.26, .57, .14, .81);
    background-position-x: 100%
}

.qodef-intro-social-links .qodef-link-holder a:hover {
    background-size: 100% var(--qodef-background-position);
    background-position-x: 0
}

.qodef-intro-social-links .qodef-link-holder:not(:last-child):after {
    content: '';
    display: inline-flex;
    margin: 0 14px 0 15px;
    width: 8px;
    height: 14px;
    background: var(--qode-main-color);
    -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3Ljk5NyIgaGVpZ2h0PSIxMy44NDMiIHZpZXdCb3g9IjAgMCA3Ljk5NyAxMy44NDMiPg0KCTxnIGZpbGw9Im5vbmUiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiPg0KCQk8cGF0aCBkPSJtNy45OTUgNi45MjItMi0zLjQ1NS0yLTMuNDYzLTIgMy40NjNMLjAwMSA2LjkyMmwxLjk5NCAzLjQ1NSAyIDMuNDYzIDItMy40NjMgMi0zLjQ1NVoiLz4NCgkJPHBhdGggZmlsbD0iY3VycmVudENvbG9yIiBkPSJNMy45OTggMiAxLjE5NyA2Ljg1NGwuMDY4LjA5Mi0uMDU0LjA2OCAyLjc4NyA0LjgzIDIuODQzLTQuOTIyTDMuOTk4IDJtMC0yIDMuOTk1IDYuOTE4aC4wMDRsLS4wMDIuMDA0LjAwMi4wMDRoLS4wMDRsLTMuOTk1IDYuOTE4TC4wMDUgNi45MjZIMGwuMDAzLS4wMDRMMCA2LjkxOGguMDA1TDMuOTk4IDBaIi8+DQoJPC9nPg0KPC9zdmc+);
    mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3Ljk5NyIgaGVpZ2h0PSIxMy44NDMiIHZpZXdCb3g9IjAgMCA3Ljk5NyAxMy44NDMiPg0KCTxnIGZpbGw9Im5vbmUiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiPg0KCQk8cGF0aCBkPSJtNy45OTUgNi45MjItMi0zLjQ1NS0yLTMuNDYzLTIgMy40NjNMLjAwMSA2LjkyMmwxLjk5NCAzLjQ1NSAyIDMuNDYzIDItMy40NjMgMi0zLjQ1NVoiLz4NCgkJPHBhdGggZmlsbD0iY3VycmVudENvbG9yIiBkPSJNMy45OTggMiAxLjE5NyA2Ljg1NGwuMDY4LjA5Mi0uMDU0LjA2OCAyLjc4NyA0LjgzIDIuODQzLTQuOTIyTDMuOTk4IDJtMC0yIDMuOTk1IDYuOTE4aC4wMDRsLS4wMDIuMDA0LjAwMi4wMDRoLS4wMDRsLTMuOTk1IDYuOTE4TC4wMDUgNi45MjZIMGwuMDAzLS4wMDRMMCA2LjkxOGguMDA1TDMuOTk4IDBaIi8+DQoJPC9nPg0KPC9zdmc+);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat
}

.qodef-hl-items-wrapper {
    position: relative;
    height: 100vh;
    width: fit-content;
    z-index: 50;
    display: flex;
    flex-direction: row;
    margin-left: -101px
}

.qodef-hl-item {
    height: 100%;
    width: 35vW;
    transform-origin: 100% 50%;
    background-color: var(--qode-background-color);
    position: relative
}

.qodef-hl-item:first-of-type .qodef-hli-title {
    margin-left: 45px
}

.qodef-hli-grid {
    position: absolute;
    right: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column
}

.qodef-hli-pattern {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.qodef-hli-title {
    margin: 0;
    display: inline-flex;
    position: relative;
    overflow: hidden;
    padding: 5px
}

.qodef-hli-title a {
    --qodef-background-position: calc(100% - 4px);
    background-repeat: no-repeat;
    background-image: linear-gradient(transparent calc(100% - 1px), var(--qode-main-color) 1px);
    background-size: 0 var(--qodef-background-position);
    transition: .4s background-size cubic-bezier(.26, .57, .14, .81);
    background-position-x: 100%
}

.qodef-hl-item:hover .qodef-hli-title a {
    color: inherit;
    background-size: 100% var(--qodef-background-position);
    background-position-x: 0
}

.qodef-hli-text {
    font-family: Jost, sans-serif;
    font-size: 15px;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 0
}

.qodef-hli-text a {
    color: inherit
}

.qodef-hli-text a:hover {
    color: inherit
}

.qodef-hli-btm {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden
}

.qodef-hli-btm-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.qodef-hli-btm-inner .qodef-scroll-text {
    position: absolute;
    left: 0;
    top: 100%;
    height: 100%;
    -ms-writing-mode: tb-rl;
    writing-mode: tb-rl;
    transform: rotate(-180deg);
    transform-origin: 28px 0;
    text-align: center;
    font-size: 12px;
    letter-spacing: .2em;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    will-change: transform
}

.qodef-hli-btm-inner>a {
    display: block;
    width: 100%;
    height: 100%
}

.qodef-hl-item:not(:first-child) .qodef-hli-btm-inner {
    height: 100%
}

.qodef-hli-btm-inner .qodef-hli-mid {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    padding: 0 25px
}

.qodef-hli-btm-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.qodef-hli-btm-bg-image {
    overflow: hidden;
    height: 100%;
    position: relative
}

.qodef-hli-btm-bg-image-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center
}

.qodef-hli-btm-bg-image-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.qodef-hli-image img {
    height: 100% !important;
    width: 100%;
    object-fit: cover
}

@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
    .qodef-hli-image img {
        width: auto
    }
}

.qodef-hl-intro {
    position: relative;
    padding: 0;
    box-sizing: border-box;
    display: flex;
    height: 100vH;
    width: calc(100vW - 111px);
    justify-content: flex-end;
    flex-direction: column
}

.qodef-hl-intro .qodef-hl-intro-bg {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.qodef-hl-intro .qodef-hl-intro-top {
    position: absolute;
    left: 50px;
    top: 116px
}

@media only screen and (max-width:1200px) {
    .qodef-hl-intro .qodef-hl-intro-top {
        left: 40px
    }
}

@media only screen and (max-width:1024px) {
    .qodef-hl-intro .qodef-hl-intro-top {
        left: 54px
    }
}

@media only screen and (max-width:880px) {
    .qodef-hl-intro .qodef-hl-intro-top {
        left: 9%
    }
}

.qodef-hl-intro .qodef-hl-intro-top .qodef-hl-intro-title {
    margin: 0;
    width: 70%;
    font-family: Jost, sans-serif;
    text-transform: uppercase;
    font-weight: 300;
    color: #fff;
    letter-spacing: .15em;
    display: block;
    font-size: 60px;
    line-height: 1.16667em
}

.qodef-hl-intro .qodef-hl-intro-top .qodef-hl-intro-btn {
    margin-top: 27px
}

.qodef-hl-intro .qodef-hl-intro-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.qodef-hl-intro .qodef-hl-intro-logo.qodef--retina {
    display: flex
}

.qodef-hl-intro .qodef-hl-intro-logo.qodef--retina img {
    max-width: 50%;
    margin: 0 auto
}

.qodef-hl-intro .qodef-hl-intro-bottom {
    position: absolute;
    left: 165px;
    bottom: 72px
}

@media only screen and (max-width:1200px) {
    .qodef-hl-intro .qodef-hl-intro-bottom {
        left: 40px
    }
}

@media only screen and (max-width:1024px) {
    .qodef-hl-intro .qodef-hl-intro-bottom {
        left: 54px
    }
}

@media only screen and (max-width:880px) {
    .qodef-hl-intro .qodef-hl-intro-bottom {
        left: 9%
    }
}

.qodef-hl-intro .qodef-hl-intro-bottom .qodef-hl-intro-bottom-title {
    font-size: 23px;
    margin: 0
}

.qodef-hl-intro .qodef-hl-intro-bottom .qodef-hl-intro-bottom-text {
    font-weight: 400;
    text-transform: capitalize;
    margin: 9px 0 0 0
}

.qodef-hl-cta {
    position: relative;
    top: 0;
    right: 0;
    height: 100vh;
    width: 100vw;
    padding: 10vh 112px 10vh 112px;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    background-color: #000;
    z-index: 40
}

.qodef-hl-cta.qodef-active-cta {
    z-index: 60
}

.qodef-hl-cta .qodef-hl-cta-email a,
.qodef-hl-cta .qodef-hl-cta-tel a {
    position: relative
}

.qodef-hl-cta .qodef-hl-cta-email a:after,
.qodef-hl-cta .qodef-hl-cta-tel a:after {
    overflow: hidden;
    position: relative
}

.qodef-hl-cta .qodef-hl-cta-email a:after:after,
.qodef-hl-cta .qodef-hl-cta-tel a:after:after {
    content: '';
    display: block;
    width: 300% !important;
    position: absolute;
    top: unset !important;
    left: 0;
    bottom: 0;
    height: 1px !important;
    color: currentColor;
    border: none !important;
    background: linear-gradient(90deg, currentColor 0, currentColor 33%, transparent 33%, transparent 66%, currentColor 66%, currentColor 100%);
    transform: translateX(-66%);
    transition: transform 1.2s cubic-bezier(.53, .95, .28, 1.03) !important
}

.qodef-hl-cta .qodef-hl-cta-email a:after:hover:after,
.qodef-hl-cta .qodef-hl-cta-tel a:after:hover:after {
    transform: translateX(0)
}

.qodef-hl-cta .qodef-hl-cta-section-one {
    z-index: 50;
    max-width: 280px;
    opacity: var(--qode-opacity);
    will-change: transform
}

.qodef-hl-cta .qodef-hl-cta-section-one p {
    margin: 1px 0;
    font-weight: 400
}

@media screen and (min-width:1201px) {
    .qodef-hl-cta {
        width: 35vw
    }
}

.qodef-hl-cta-title {
    margin: 0 0 17px 0;
    max-width: 170px;
    color: #fff
}

@media only screen and (max-width:880px) {
    .qodef-hl-cta-title {
        max-width: 100%
    }
}

.qodef-hl-cta .qodef-hl-cta-section-two {
    position: absolute;
    right: 23px;
    top: 80px;
    display: inline-block;
    transform: rotate(-90deg)
}

.qodef-hl-cta .qodef-scroll-back {
    height: auto;
    text-align: center;
    font-size: 12px;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    overflow: hidden;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    cursor: pointer
}

.qodef-hl-cta .qodef-scroll-back:before {
    content: '';
    position: absolute;
    top: calc(100% + 2px);
    left: 0;
    width: 100%;
    height: 1px;
    background-color: var(--qode-main-color);
    transform: scaleX(1);
    transform-origin: 100% 0;
    transition: transform .4s cubic-bezier(.31, .29, .05, .96) !important;
    will-change: transform
}

.qodef-hl-cta .qodef-scroll-back:hover:before {
    animation: qodef-shown-line-animation 1s cubic-bezier(.33, .52, .05, .96) forwards
}

.qodef-hl-cta-btn {
    position: absolute;
    bottom: 42px;
    right: 44px;
    z-index: 60
}

.qodef-hl-cta-btn .qodef-button.qodef-layout--outlined {
    padding: 15px 26px 15px 25px
}

.qodef-horizontal-showcase {
    position: relative;
    margin: 0;
    height: 100vh;
    overflow: hidden;
    opacity: 0;
    transition: opacity .45s ease-out
}

@media only screen and (max-width:1200px) {
    .qodef-horizontal-showcase {
        opacity: 1
    }
}

.qodef-horizontal-showcase.qodef--appeared {
    opacity: 1
}

@media only screen and (max-width:1200px) {
    .qodef-horizontal-showcase {
        height: auto !important
    }
}

.admin-bar .qodef-horizontal-showcase {
    height: calc(100vh - 32px)
}

.qodef-horizontal-showcase .qodef-slides-holder {
    height: 100%;
    overflow: hidden;
    display: flex;
    align-items: center
}

@media only screen and (max-width:1200px) {
    .qodef-horizontal-showcase .qodef-slides-holder {
        flex-direction: column
    }
}

.qodef-horizontal-showcase .qodef-slides-holder .scroll-content {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0
}

.qodef-horizontal-showcase .qodef-slides-holder .scroll-content .qodef-m-item {
    width: 100vw
}

@media (min-width:1201px) {
    body.qodef-header--vertical-sliding .qodef-horizontal-showcase .qodef-slides-holder .scroll-content .qodef-m-item:first-of-type {
        width: calc(100vw - 100px)
    }
}

@media (max-width:1700px) {
    .qodef-horizontal-showcase .qodef-slides-holder .scroll-content .qodef-restaurant-menu-list.qodef-item-layout--info-below .qodef-e-media-image {
        max-width: 89%;
        margin: 0 auto
    }
}

.qodef-horizontal-showcase .qodef-slides-holder .scroll-content .qodef-restaurant-menu-list.qodef-item-layout--info-below .qodef-e-content {
    align-items: center;
    margin-top: 4vh;
    padding: 3%
}

.qodef-horizontal-showcase .qodef-slides-holder .scrollbar-track.scrollbar-track-y {
    display: none !important
}

.qodef-horizontal-showcase .scroll-content .qodef-horizontal-slide {
    opacity: 1
}

.qodef-horizontal-showcase .qodef-horizontal-slide {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    opacity: 0
}

@media only screen and (max-width:1200px) {
    .qodef-horizontal-showcase .qodef-horizontal-slide {
        align-items: flex-start;
        justify-content: center;
        flex-direction: column;
        width: 100% !important;
        height: 100%;
        padding: 0;
        opacity: 1
    }
}

.qodef-horizontal-showcase .qodef-horizontal-slide .qodef-slide-content {
    width: 100%
}

.qodef-horizontal-showcase .qodef-horizontal-slide .qodef-slide-content .elementor-section-stretched {
    left: 0 !important
}

.qodef-horizontal-showcase .qodef-scroll-back {
    position: absolute;
    top: 0;
    right: 0;
    width: 87px;
    height: 100%;
    background-color: transparent;
    z-index: 111;
    border-left: 1px solid var(--vertical-sliding-header-border-color, rgba(181, 140, 103, .5))
}

.qodef-horizontal-showcase .qodef-scroll-back:hover {
    cursor: pointer
}

.qodef-horizontal-showcase .qodef-scroll-back .qodef-button {
    overflow: hidden;
    position: absolute;
    font-family: Jost, sans-serif;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    line-height: 1.91667em;
    font-weight: 400;
    letter-spacing: .15em;
    top: 50%;
    left: calc(100% - 43px);
    transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    white-space: nowrap
}

.qodef-horizontal-showcase .qodef-scroll-back .qodef-button:after {
    content: '';
    display: block;
    width: 300% !important;
    position: absolute;
    top: unset !important;
    left: 0;
    bottom: 0;
    height: 1px !important;
    color: var(--qode-main-color);
    border: none !important;
    background: linear-gradient(90deg, currentColor 0, currentColor 33%, transparent 33%, transparent 66%, currentColor 66%, currentColor 100%);
    transform: translateX(-66%);
    transition: transform 1.2s cubic-bezier(.53, .95, .28, 1.03) !important
}

.qodef-horizontal-showcase .qodef-scroll-back .qodef-button:hover:after {
    transform: translateX(0)
}

.admin-bar .qodef-horizontal-showcase .qodef-scroll-back .qodef-button {
    top: calc(50% + 16px)
}

@media only screen and (max-width:1200px) {
    .qodef-horizontal-showcase .qodef-scroll-back {
        display: none
    }
}

.qodef-horizontal-showcase .scrollbar-thumb {
    border-radius: 0;
    background: var(--qode-main-color)
}

.qodef-horizontal-showcase .qodef-parallax-img-holder {
    height: 100%;
    --qode-adj: .4;
    width: calc((var(--qode-adj) * 100 + 100) * 1%);
    --qode-max-x: calc((1 / (var(--qode-adj) + 1)) * var(--qode-adj) * -100%)
}

.qodef-horizontal-showcase .qodef-parallax-img-holder img {
    transform: translateX(calc(var(--qode-progress) * var(--qode-max-x)))
}

.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-e-icon-wrapper {
    display: inline-block
}

.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: 17px
}

.qodef-icon-list-item.qodef-icon--custom-icon .qodef-e-icon-wrapper {
    position: relative;
    display: inline-block;
    vertical-align: top
}

.qodef-icon-list-item.qodef-icon--custom-icon .qodef-e-icon-wrapper a,
.qodef-icon-list-item.qodef-icon--custom-icon .qodef-e-icon-wrapper img {
    display: block
}

#qodef-page-sidebar .widget.widget_fidalgo_core_icon_list_item {
    margin-bottom: 0
}

#qodef-page-footer .widget.widget_fidalgo_core_icon_list_item {
    margin-bottom: 0
}

#qodef-side-area .widget.widget_fidalgo_core_icon_list_item {
    margin-bottom: 0
}

.qodef-icon-with-text .qodef-m-title {
    margin: 0
}

.qodef-icon-with-text .qodef-m-title a {
    display: block
}

.qodef-icon-with-text .qodef-m-text {
    margin: 8px 0 0
}

.qodef-icon-with-text .qodef-m-icon-wrapper {
    line-height: 1
}

.qodef-icon-with-text .qodef-icon-holder {
    float: none
}

.qodef-icon-with-text .qodef-m-content {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-icon-with-text.qodef--custom-icon .qodef-m-icon-wrapper {
    position: relative;
    display: inline-block;
    vertical-align: top
}

.qodef-icon-with-text.qodef--custom-icon .qodef-m-icon-wrapper a,
.qodef-icon-with-text.qodef--custom-icon .qodef-m-icon-wrapper img {
    display: block
}

.qodef-icon-with-text.qodef-layout--before-content {
    display: flex;
    align-items: flex-start
}

.qodef-icon-with-text.qodef-layout--before-content .qodef-m-icon-wrapper {
    flex-shrink: 0;
    margin-right: 15px
}

.qodef-icon-with-text.qodef-layout--before-title .qodef-m-title {
    line-height: 1
}

.qodef-icon-with-text.qodef-layout--before-title .qodef-m-title-inner {
    display: flex;
    align-items: center
}

.qodef-icon-with-text.qodef-layout--before-title .qodef-m-icon-wrapper {
    flex-shrink: 0;
    margin-right: 5px
}

.qodef-icon-with-text.qodef-layout--before-title.qodef--retina img {
    max-width: 50%
}

.qodef-icon-with-text.qodef-layout--top .qodef-m-title {
    margin-top: 15px
}

.qodef-icon-with-text.qodef-layout--top .qodef-m-text {
    margin-top: 12px
}

.qodef-icon-with-text.qodef-layout--top.qodef-alignment--center {
    text-align: center
}

.qodef-icon-with-text.qodef-layout--top.qodef-alignment--left {
    text-align: left
}

.qodef-icon-with-text.qodef-layout--top.qodef-alignment--right {
    text-align: right
}

.qodef-icon-with-text.qodef-layout--top.qodef--retina img {
    max-width: 50%;
    margin: 0 auto
}

.qodef-icon-with-text.qodef-layout--top.qodef--retina.qodef-alignment--left img {
    margin-left: 0
}

.qodef-icon-with-text.qodef-layout--top.qodef--retina.qodef-alignment--right img {
    margin-right: 0
}

.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: #fff
}

.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_fidalgo_core_icon {
    display: inline-block;
    line-height: 1
}

#qodef-page-sidebar .widget.widget_fidalgo_core_icon {
    margin-bottom: 0
}

#qodef-page-footer .widget.widget_fidalgo_core_icon {
    margin-bottom: 0
}

#qodef-side-area .widget.widget_fidalgo_core_icon {
    margin-bottom: 0
}

.qodef-image-gallery .qodef-e-title {
    display: none
}

.qodef-image-gallery.qodef-display-captions .qodef-e-title {
    display: block;
    position: relative
}

.qodef-image-gallery.qodef-display-captions .qodef-e-title .qodef-e-caption {
    display: flex;
    font-size: 12px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: .14em
}

.qodef-image-gallery.qodef-display-captions.qodef-captions-beside .qodef-round-borders-wrapper-inner {
    margin: 0 20px;
    overflow: hidden;
    clip-path: inset(1px)
}

.qodef-image-gallery.qodef-display-captions.qodef-captions-beside .qodef-e-title {
    position: absolute;
    left: 15px;
    bottom: 0;
    transform-origin: bottom left;
    transform: rotate(-90deg)
}

@media only screen and (max-width:680px) {
    .qodef-image-gallery.qodef-display-captions.qodef-captions-beside .qodef-round-borders-wrapper-inner {
        margin: 0 30px
    }

    .qodef-image-gallery.qodef-display-captions.qodef-captions-beside .qodef-e-title {
        left: 25px
    }
}

.qodef-image-gallery.qodef-display-captions.qodef-captions-beside.qodef-swiper-container .qodef-e .qodef-e-caption {
    opacity: 0;
    transform: translateX(30px);
    transition: opacity .35s ease-out, transform .7s cubic-bezier(.25, .46, .45, .94)
}

.qodef-image-gallery.qodef-display-captions.qodef-captions-beside.qodef-swiper-container .qodef-e.swiper-slide-active .qodef-e-caption {
    opacity: 1;
    transform: translateX(0)
}

.qodef-image-gallery.qodef-border-on-image img {
    border-width: 1px;
    border-style: solid;
    border-color: var(--qode-image-border-color, var(--qode-main-color))
}

.qodef-image-gallery .qodef-round-borders-wrapper {
    overflow: hidden;
    display: block
}

.qodef-image-gallery .qodef-round-borders-wrapper img {
    width: 100%
}

.qodef-image-gallery a.qodef-round-borders-wrapper .qodef-round-borders-wrapper-inner {
    overflow: hidden;
    display: block
}

.qodef-image-gallery.qodef-border-radius-predefined-1 .qodef-e:nth-of-type(2) .qodef-round-borders-wrapper {
    border-radius: 11.75vmax 0 0 0
}

.qodef-image-gallery.qodef-border-radius-predefined-1 .qodef-e:nth-of-type(11) .qodef-round-borders-wrapper,
.qodef-image-gallery.qodef-border-radius-predefined-1 .qodef-e:nth-of-type(3) .qodef-round-borders-wrapper {
    border-radius: 11vmax
}

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

    .qodef-image-gallery.qodef-border-radius-predefined-1 .qodef-e:nth-of-type(11) .qodef-round-borders-wrapper,
    .qodef-image-gallery.qodef-border-radius-predefined-1 .qodef-e:nth-of-type(3) .qodef-round-borders-wrapper {
        border-radius: 14vmax
    }
}

.qodef-image-gallery.qodef-border-radius-predefined-1 .qodef-e:nth-of-type(7) .qodef-round-borders-wrapper {
    border-radius: 11vmax 11vmax 0 0
}

@media only screen and (max-width:880px) {
    .qodef-image-gallery.qodef-border-radius-predefined-1 .qodef-e:nth-of-type(7) .qodef-round-borders-wrapper {
        border-radius: 14vmax 14vmax 0 0
    }
}

.qodef-image-gallery.qodef-border-radius-predefined-2 .qodef-e:nth-of-type(5n-2) .qodef-round-borders-wrapper,
.qodef-image-gallery.qodef-border-radius-predefined-2 .qodef-e:nth-of-type(5n-4) .qodef-round-borders-wrapper {
    border-radius: 15vmax 15vmax 0 0
}

.qodef-image-gallery.qodef-border-radius-predefined-2 .qodef-e:nth-of-type(5n) .qodef-round-borders-wrapper {
    border-radius: 0 0 7.7vmax 0
}

.qodef-image-gallery.qodef-border-radius-predefined-3 .qodef-e:nth-of-type(5n-4) .qodef-round-borders-wrapper {
    border-radius: 0 9vmax 0 0
}

.qodef-image-gallery.qodef-border-radius-predefined-3 .qodef-e:nth-of-type(5n-2) .qodef-round-borders-wrapper,
.qodef-image-gallery.qodef-border-radius-predefined-3 .qodef-e:nth-of-type(5n-3) .qodef-round-borders-wrapper {
    border-radius: 25vmax 25vmax 0 0
}

.qodef-image-gallery.qodef-border-radius-predefined-3 .qodef-e:nth-of-type(5n-1) .qodef-round-borders-wrapper {
    border-radius: 9vmax 0 0 0
}

.qodef-image-gallery.qodef--has-hover .qodef-e img {
    transform: scale(1.001);
    --qode-hover-scale: 1.02;
    transition: transform .6s cubic-bezier(.34, .78, .45, .98)
}

.qodef-browser--firefox .qodef-image-gallery.qodef--has-hover .qodef-e img {
    transform: scale(1.01) rotate(.1deg)
}

.qodef-image-gallery.qodef--has-hover .qodef-e:hover img {
    transform: scale(var(--qode-hover-scale))
}

.qodef-image-gallery.qodef--has-hover.qodef-col-num--4 .qodef-e img {
    --qode-hover-scale: 1.03
}

.qodef-image-gallery.qodef-swiper-container .swiper-wrapper {
    align-items: center
}

.qodef-image-gallery.qodef--zigzag .qodef-grid-inner>.qodef-e:nth-of-type(odd) {
    transform: rotate(-5deg) translateY(48px)
}

.qodef-image-gallery.qodef--zigzag .qodef-grid-inner>.qodef-e:nth-of-type(5n) {
    transform: rotate(-358deg) translateY(48px)
}

@media only screen and (max-width:680px) {
    .qodef-image-gallery.qodef--zigzag .qodef-grid-inner>.qodef-e:nth-of-type(odd) {
        transform: none
    }

    .qodef-image-gallery.qodef--zigzag .qodef-grid-inner>.qodef-e:nth-of-type(5n) {
        transform: none
    }
}

.qodef-image-gallery.qodef-align--start>.qodef-grid-inner {
    align-items: start
}

.qodef-image-gallery.qodef-align--center>.qodef-grid-inner {
    align-items: center
}

.qodef-image-gallery.qodef-align--end>.qodef-grid-inner {
    align-items: end
}

.qodef-image-gallery.qodef-align--stretch>.qodef-grid-inner {
    align-items: stretch
}

.qodef-image-gallery.qodef-captions-on-hover .qodef-e-content {
    position: absolute;
    bottom: 17px;
    left: 17px;
    width: calc(100% - 34px);
    padding: 17px 25px;
    background: rgba(0, 0, 0, .2);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    clip-path: inset(0 100% 0 0);
    transition: clip-path .72s cubic-bezier(.44, 1.1, .53, .99)
}

.qodef-image-gallery.qodef-captions-on-hover.qodef-display-captions .qodef-e-title .qodef-e-caption {
    font-size: 17px
}

.qodef-image-gallery.qodef-captions-on-hover .qodef-e-description {
    font-size: 16px
}

.qodef-image-gallery.qodef-captions-on-hover .qodef-e:hover .qodef-e-content {
    clip-path: inset(0 0 0 0)
}

.qodef-image-gallery .qodef-e.qodef--has-appear .qodef-round-borders-wrapper-inner {
    opacity: 0;
    transform: scale(.82);
    transition: transform 1.2s ease, opacity .35s
}

.qodef-image-gallery .qodef-e.qodef--has-appear .qodef-round-borders-wrapper-inner img {
    border-radius: inherit
}

.qodef-image-gallery .qodef-e.qodef--has-appear.qodef--appeared .qodef-round-borders-wrapper-inner {
    opacity: 1;
    transform: scale(1)
}

.qodef-image-gallery .qodef-e.qodef--has-appear.qodef--appeared .qodef-round-borders-wrapper-inner img {
    --qode-apperar-scale: 1.14;
    animation: qodef-appear-image 1.2s ease;
    animation-fill-mode: none
}

.qodef-image-gallery .qodef-e.qodef--has-appear.qodef--appeared:nth-of-type(5n-3) .qodef-round-borders-wrapper-inner {
    transition-delay: .13s, .13s
}

.qodef-image-gallery .qodef-e.qodef--has-appear.qodef--appeared:nth-of-type(5n-3) .qodef-round-borders-wrapper-inner img {
    animation-delay: .13s
}

.qodef-image-gallery .qodef-e.qodef--has-appear.qodef--appeared:nth-of-type(5n-2) .qodef-round-borders-wrapper-inner {
    transition-delay: .26s, .26s
}

.qodef-image-gallery .qodef-e.qodef--has-appear.qodef--appeared:nth-of-type(5n-2) .qodef-round-borders-wrapper-inner img {
    animation-delay: .26s
}

.qodef-image-gallery .qodef-e.qodef--has-appear.qodef--appeared:nth-of-type(5n-1) .qodef-round-borders-wrapper-inner {
    transition-delay: .39s, .39s
}

.qodef-image-gallery .qodef-e.qodef--has-appear.qodef--appeared:nth-of-type(5n-1) .qodef-round-borders-wrapper-inner img {
    animation-delay: .39s
}

.qodef-image-gallery--additional-wrapper {
    padding: 0 70px
}

@media only screen and (max-width:880px) {
    .qodef-image-gallery--additional-wrapper {
        padding: 0 7%
    }
}

@media only screen and (max-width:680px) {
    .qodef-image-gallery--additional-wrapper {
        padding: 0
    }
}

.qodef-image-gallery--additional-wrapper .qodef-image-gallery--additional-layout .qodef-e-title {
    display: inline-block;
    margin-top: 22px
}

.qodef-image-gallery--additional-wrapper .qodef-image-gallery--additional-layout .qodef-e-title .qodef-e-caption {
    display: flex;
    font-size: 12px;
    line-height: 1.91667em;
    font-weight: 400;
    letter-spacing: .14em;
    text-transform: uppercase
}

@media only screen and (max-width:680px) {
    .qodef-image-gallery--additional-wrapper .qodef-image-gallery--additional-layout .qodef-e-title .qodef-e-caption {
        display: none
    }
}

.qodef-image-gallery--additional-wrapper .qodef-image-gallery--additional-layout .swiper-pagination {
    position: absolute !important;
    right: 3px !important;
    bottom: 0 !important;
    left: unset !important;
    justify-content: flex-end;
    pointer-events: none
}

.qodef-image-gallery--additional-wrapper .qodef-image-gallery--additional-layout .swiper-pagination .swiper-pagination-bullet {
    pointer-events: all
}

@media only screen and (max-width:680px) {
    .qodef-image-gallery--additional-wrapper .qodef-image-gallery--additional-layout .swiper-pagination {
        right: unset !important;
        left: 0 !important;
        justify-content: center
    }
}

@media only screen and (max-width:680px) {
    .qodef-image-gallery--additional-wrapper .qodef-image-gallery--additional-layout.qodef-swiper-container {
        padding-bottom: 17px
    }
}

.qodef-image-gallery--additional-wrapper .swiper-button-next,
.qodef-image-gallery--additional-wrapper .swiper-button-prev {
    color: var(--qode-border-color)
}

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

    .qodef-image-gallery--additional-wrapper .swiper-button-next,
    .qodef-image-gallery--additional-wrapper .swiper-button-prev {
        display: none
    }
}

.qodef-image-gallery--additional-wrapper .swiper-button-prev {
    left: 0 !important
}

.qodef-image-gallery--additional-wrapper .swiper-button-next {
    right: 0 !important
}

.qodef-image-with-text {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-image-with-text .qodef-m-image {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-image-with-text .qodef-m-image a,
.qodef-image-with-text .qodef-m-image img {
    display: block
}

.qodef-image-with-text .qodef-m-content {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-image-with-text.qodef-align--center {
    text-align: center
}

.qodef-image-with-text.qodef-align--right {
    text-align: right
}

.qodef-image-with-text .qodef-m-title {
    margin: 18px 0 0
}

.qodef-image-with-text .qodef-m-title a:hover {
    color: inherit
}

.qodef-image-with-text .qodef-m-text {
    margin: 3px 0 0;
    line-height: 1.6em
}

.qodef-image-with-text.qodef-enable-border img {
    border: 1px solid #292929
}

.qodef-image-with-text.qodef--has-hover .qodef-m-title a {
    --qodef-background-position: 100%;
    background-repeat: no-repeat;
    background-image: linear-gradient(transparent calc(100% - 1px), var(--qode-main-color) 1px);
    background-size: 0 var(--qodef-background-position);
    transition: .4s background-size cubic-bezier(.26, .57, .14, .81);
    background-position-x: 100%;
    padding-bottom: 2px
}

.qodef-image-with-text.qodef--has-hover .qodef-m-image {
    transform: translateY(0);
    transition: transform .65s cubic-bezier(.2, .37, .2, .96)
}

.qodef-image-with-text.qodef--has-hover:hover .qodef-m-image {
    transform: translateY(-4px)
}

.qodef-image-with-text.qodef--has-hover:hover .qodef-m-title a {
    background-size: 100% var(--qodef-background-position);
    background-position-x: 0
}

.qodef-image-with-text.qodef--has-appear {
    --qodef-translate-y: 60px;
    transform: translateY(var(--qodef-translate-y));
    opacity: 0;
    transition: transform 1.6s cubic-bezier(.22, .61, .36, 1), opacity .6s
}

.qodef-image-with-text.qodef--has-appear.qodef--appeared {
    transform: translateY(0);
    opacity: 1
}

.qodef-info-section.qodef-layout--background-text {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-info-section.qodef-layout--background-text .qodef-m-info {
    position: relative;
    z-index: 2
}

.qodef-info-section.qodef-layout--background-text .qodef-m-title-holder {
    position: relative
}

.qodef-info-section.qodef-layout--background-text .qodef-m-title {
    margin: 0
}

.qodef-info-section.qodef-layout--background-text .qodef-m-text-holder {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.qodef-info-section.qodef-layout--background-text .qodef-m-text-holder h1,
.qodef-info-section.qodef-layout--background-text .qodef-m-text-holder h2,
.qodef-info-section.qodef-layout--background-text .qodef-m-text-holder h3,
.qodef-info-section.qodef-layout--background-text .qodef-m-text-holder h4,
.qodef-info-section.qodef-layout--background-text .qodef-m-text-holder h5,
.qodef-info-section.qodef-layout--background-text .qodef-m-text-holder h6 {
    margin: 0
}

.qodef-info-section.qodef-layout--background-text .qodef-m-text-holder a {
    color: inherit
}

.qodef-info-section.qodef-layout--background-text .qodef-m-text-holder a:hover {
    color: var(--qode-text-hover-color, #fff)
}

.qodef-info-section.qodef-layout--background-text .qodef-m-text-info {
    width: 100%
}

.qodef-info-section.qodef-layout--background-text .qodef-m-text {
    margin: 0
}

.qodef-info-section.qodef-layout--background-text .qodef-button {
    margin-top: 6px
}

.qodef-info-section.qodef-layout--background-text .qodef-m-background-text {
    position: absolute;
    display: inline-block;
    color: #c89567;
    text-align: center;
    font-family: "Mrs Saint Delafield", cursive;
    font-weight: 400;
    font-size: 55px
}

.qodef-info-section.qodef-layout--background-text.qodef-background-text-pos--top-left .qodef-m-background-text {
    top: 0;
    left: 5%
}

.qodef-info-section.qodef-layout--background-text.qodef-background-text-pos--top-right .qodef-m-background-text {
    top: 0;
    right: 5%
}

.qodef-info-section.qodef-layout--background-text.qodef-background-text-pos--bottom-left .qodef-m-background-text {
    bottom: 0;
    left: 5%
}

.qodef-info-section.qodef-layout--background-text.qodef-background-text-pos--bottom-right .qodef-m-background-text {
    bottom: 0;
    right: 5%
}

.qodef-info-section.qodef-layout--background-text.qodef-background-text-pos--center .qodef-m-background-text {
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    text-align: center
}

.qodef-info-section.qodef-layout--background-text.qodef-background-text-rotation .qodef-m-background-text {
    transform: rotate(-9deg)
}

.qodef-interactive-image-switch {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    overflow: hidden;
    opacity: 0;
    animation: qode-fade-in .5s .05s forwards
}

.admin-bar .qodef-interactive-image-switch {
    height: calc(100vh - 32px)
}

.qodef-interactive-image-switch .qodef--background {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: opacity .5s ease-out;
    height: 100%;
    width: 100%;
    position: relative;
    opacity: 1
}

.qodef-interactive-image-switch .qodef--background img {
    object-fit: cover;
    max-width: 100%;
    height: 100%
}

.qodef-interactive-image-switch .qodef--background:nth-of-type(2) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.qodef-interactive-image-switch .qodef--switch {
    opacity: 0;
    z-index: 2
}

.qodef-interactive-image-switch .qodef--switch.qodef--hover {
    opacity: 1
}

.qodef-interactive-image-switch .qodef-m-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

.qodef-interactive-image-switch .qodef-m-content .qodef-m-info-text {
    display: inline-block;
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    letter-spacing: .01em;
    line-height: 26px
}

.qodef-interactive-image-switch .qodef-m-content .qodef-m-links {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 48px 0 0
}

@media only screen and (max-width:1024px) {
    .qodef-interactive-image-switch .qodef-m-content .qodef-m-links {
        margin: 28px 0 0
    }
}

@media only screen and (max-width:880px) {
    .qodef-interactive-image-switch .qodef-m-content .qodef-m-links {
        flex-direction: column
    }
}

.qodef-interactive-image-switch .qodef-m-content .qodef-m-links a {
    display: inline-block;
    font-size: 55px;
    line-height: 1.09091em;
    font-weight: 300;
    color: #fff;
    letter-spacing: .15em;
    text-transform: uppercase;
    --qodef-background-position: calc(100% - 2px);
    background-repeat: no-repeat;
    background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px);
    background-size: 0 var(--qodef-background-position);
    transition: .4s background-size cubic-bezier(.26, .57, .14, .81);
    background-position-x: 100%
}

.qodef-interactive-image-switch .qodef-m-content .qodef-m-links a:first-child {
    margin-right: 155px
}

.qodef-interactive-image-switch .qodef-m-content .qodef-m-links a.active,
.qodef-interactive-image-switch .qodef-m-content .qodef-m-links a:hover {
    background-size: 100% var(--qodef-background-position);
    background-position-x: 0
}

@media only screen and (max-width:1368px) {
    .qodef-interactive-image-switch .qodef-m-content .qodef-m-links a {
        font-size: 45px
    }
}

@media only screen and (max-width:1024px) {
    .qodef-interactive-image-switch .qodef-m-content .qodef-m-links a {
        font-size: 40px
    }

    .qodef-interactive-image-switch .qodef-m-content .qodef-m-links a:first-child {
        margin-right: 70px
    }
}

@media only screen and (max-width:880px) {
    .qodef-interactive-image-switch .qodef-m-content .qodef-m-links a:first-child {
        margin-right: 0;
        margin-bottom: 30px
    }
}

@media only screen and (max-width:680px) {
    .qodef-interactive-image-switch .qodef-m-content .qodef-m-links a {
        font-size: 30px
    }

    .qodef-interactive-image-switch .qodef-m-content .qodef-m-links a:first-child {
        margin-bottom: 20px
    }
}

.qodef-interactive-link-showcase {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    visibility: hidden
}

.qodef-interactive-link-showcase .qodef-m-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    transition: opacity 0s .45s
}

.qodef-interactive-link-showcase .qodef-m-image.qodef--active {
    opacity: 1;
    z-index: 5;
    transition: opacity .4s cubic-bezier(.215, .61, .355, 1)
}

.qodef-interactive-link-showcase .qodef-m-image img {
    display: none
}

.qodef-interactive-link-showcase .qodef-m-items {
    display: flex;
    align-items: center;
    z-index: 10
}

.qodef-interactive-link-showcase .qodef-m-item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: auto;
    padding: 0 6px 5px;
    text-align: center
}

.qodef-interactive-link-showcase .qodef-m-item .qodef-e-title {
    position: relative;
    display: block;
    z-index: 2;
    font-family: Cormorant, serif;
    font-size: 100px;
    font-weight: 400;
    line-height: 1em;
    letter-spacing: .05em;
    text-transform: uppercase;
    opacity: .4;
    transition: opacity .8s
}

.qodef-interactive-link-showcase .qodef-m-item .qodef-e-subtitle {
    z-index: 2;
    opacity: .4;
    transition: opacity .8s
}

.qodef-interactive-link-showcase .qodef-m-item.qodef--active .qodef-e-subtitle,
.qodef-interactive-link-showcase .qodef-m-item.qodef--active .qodef-e-title {
    opacity: 1
}

.qodef-interactive-link-showcase.qodef--init {
    visibility: visible
}

.qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-m-items {
    position: relative;
    flex-direction: column
}

.qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-m-item {
    padding: 20px 0;
    margin: 0;
    color: #fff;
    background-color: transparent
}

.qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-m-item.qodef--active .qodef-e-follow-content {
    display: block
}

.qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-e-title {
    display: block;
    z-index: -2
}

.qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-e-follow-content {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    display: none
}

.qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-e-follow-image {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: auto;
    transform: translate3d(-50%, -50%, 0);
    overflow: hidden;
    z-index: -1
}

.qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-e-follow-image img {
    position: relative;
    display: block;
    width: auto;
    max-width: 60vw
}

.qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-e-follow-title {
    position: absolute;
    top: calc(50% + 20px);
    left: 0;
    display: block;
    font-family: Jost, sans-serif;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 36px;
    line-height: 1.13889em;
    letter-spacing: .15em;
    white-space: nowrap;
    color: #fff
}

.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-items {
    width: 100%;
    justify-content: center;
    flex-direction: column
}

.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-items:before {
    content: '';
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, .3)
}

.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-items .qodef-m-item {
    width: 100%;
    position: relative;
    padding: 33px 10vw 42px
}

@media only screen and (max-width:880px) {
    .qodef-interactive-link-showcase.qodef-layout--list .qodef-m-items .qodef-m-item {
        padding-inline: 0
    }
}

.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-items .qodef-m-item img {
    position: absolute;
    z-index: 1;
    top: 50%;
    opacity: 0;
    animation: qode-image-hide-long .4s ease forwards;
    --qode-y: 25%
}

@media only screen and (max-width:880px) {
    .qodef-interactive-link-showcase.qodef-layout--list .qodef-m-items .qodef-m-item img {
        display: none
    }
}

.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-items .qodef-m-item img:nth-of-type(1) {
    top: 61%;
    left: 5%;
    --qode-y: -20%
}

@media only screen and (max-width:1512px) {
    .qodef-interactive-link-showcase.qodef-layout--list .qodef-m-items .qodef-m-item img:nth-of-type(1) {
        left: 4%
    }
}

.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-items .qodef-m-item img:nth-of-type(2) {
    left: 20%;
    translate: 0 -50%
}

.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-items .qodef-m-item img:nth-of-type(3) {
    top: 37%;
    right: 14%;
    translate: 0 -50%;
    --qode-y: 40%
}

.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-items .qodef-m-item:nth-of-type(2n) img:nth-of-type(1) {
    max-width: 13.7vw;
    left: 3.5%
}

.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-items .qodef-m-item:nth-of-type(2n) img:nth-of-type(2) {
    max-width: 9.6vw
}

.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-items .qodef-m-item:nth-of-type(2n) img:nth-of-type(3) {
    max-width: 10.3vw
}

.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-items .qodef-m-item:nth-of-type(2n-1) img:nth-of-type(1) {
    max-width: 9.6vw
}

.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-items .qodef-m-item:nth-of-type(2n-1) img:nth-of-type(2) {
    max-width: 10.3vw
}

.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-items .qodef-m-item:nth-of-type(2n-1) img:nth-of-type(3) {
    max-width: 14.7vw
}

.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-items .qodef-m-item.qodef--active img {
    animation: qode-image-show-long .7s cubic-bezier(.25, .46, .35, .93) .1s forwards
}

.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-items .qodef-m-item.qodef--active img:nth-of-type(1) {
    animation-delay: .12s
}

.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-items .qodef-m-item.qodef--active img:nth-of-type(3) {
    animation-delay: .24s
}

.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-items .qodef-m-item:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, .3);
    z-index: 0
}

.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-items .qodef-m-item .qodef-e-subtitle {
    display: block;
    font-size: 20px;
    letter-spacing: .03em;
    margin-top: 13px
}

.qodef-interactive-link-showcase.qodef-layout--slider {
    --qode-bg-color: rgba(0, 0, 0, .9)
}

.qodef-interactive-link-showcase.qodef-layout--slider .swiper-container {
    width: 100%;
    z-index: 10;
    height: 100%
}

.qodef-interactive-link-showcase.qodef-layout--slider .swiper-container .swiper-wrapper {
    min-height: 61vh
}

@media only screen and (max-width:1512px) {
    .qodef-interactive-link-showcase.qodef-layout--slider .swiper-container .swiper-wrapper {
        min-height: 72vh
    }
}

.qodef-interactive-link-showcase.qodef-layout--slider .qodef-m-images {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 5
}

.qodef-interactive-link-showcase.qodef-layout--slider .qodef-m-images .qodef-m-image {
    transform: translateX(-50px) scale(1.05);
    opacity: 0;
    transition: opacity 1s, transform 0s 1s
}

.qodef-interactive-link-showcase.qodef-layout--slider .qodef-m-images .qodef-m-image.qodef--active {
    transform: translateX(0) scale(1.05);
    transition: opacity .2s, transform 1s cubic-bezier(.215, .61, .355, 1);
    opacity: 1
}

.qodef-interactive-link-showcase.qodef-layout--slider .qodef-m-item {
    height: auto;
    padding: 0 165px 10px
}

.qodef-interactive-link-showcase.qodef-layout--slider .qodef-m-item:after,
.qodef-interactive-link-showcase.qodef-layout--slider .qodef-m-item:before {
    content: '';
    position: absolute;
    top: calc(50% - 17px);
    display: inline-block;
    background-color: #fff;
    width: 240px;
    height: 1px
}

.qodef-interactive-link-showcase.qodef-layout--slider .qodef-m-item:before {
    left: -125px;
    transform-origin: right
}

.qodef-interactive-link-showcase.qodef-layout--slider .qodef-m-item:after {
    right: -125px;
    transform-origin: left
}

.qodef-interactive-link-showcase.qodef-layout--slider .qodef-m-item.swiper-slide-active .qodef-e-title {
    opacity: 1
}

.qodef-interactive-link-showcase.qodef-layout--slider .qodef-e-subtitle {
    display: block;
    transition: unset;
    opacity: 0
}

.qodef-interactive-link-showcase.qodef-layout--slider .qodef-m-images-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--qode-bg-color);
    z-index: 5
}

.qodef-section-title {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-section-title .qodef-m-title {
    margin: 0
}

.qodef-section-title.qodef-decoration--enabled .qodef-m-title {
    display: inline-flex;
    align-items: center;
    gap: 7px
}

.qodef-section-title.qodef-decoration--enabled .qodef-m-title:after,
.qodef-section-title.qodef-decoration--enabled .qodef-m-title:before {
    content: '';
    display: inline-flex;
    flex: 1 0 auto;
    width: 13px;
    height: 22px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIyMiIgdmlld0JveD0iMCAwIDEzIDIyIj4KICA8ZyBkYXRhLW5hbWU9Ikdyb3VwIDExNjgiPgogICAgPGcgZmlsbD0ibm9uZSIgc3Ryb2tlLWxpbmVjYXA9InNxdWFyZSIgZGF0YS1uYW1lPSJQYXRoIDQyMDMiPgogICAgICA8cGF0aCBkPSJNMCAxMXYuMDA2aC4wMDdMMy4yNSAxNi41IDYuNSAyMmwzLjI1LTUuNSAzLjI0My01LjQ5NEgxM3YtLjAxMmgtLjAwN0w5Ljc1IDUuNSA2LjUgMCAzLjI1IDUuNS4wMDggMTAuOTkxSDBaIi8+CiAgICAgIDxwYXRoIGZpbGw9IiNiNThjNjciIGQ9Im02LjUwMTI0OTc5IDIwLjAzMzYzOCA1LjI4MzcwNDI4LTguOTQ4MzktLjA4NTg2NDA3LS4xMDc5Mzc4Mi4wNzI0MDQ4Ny0uMDg0NzE1ODQtNS4yNzAyNDUwOC04LjkyNjE2NTU4LTUuMzE1ODI5NzUgOC45OTk2MTY2Mi4wMDk3ODk0Ni4wMTQ1ODQ1NC0uMDIxNDEzOC4wMzQyNzQxTDYuNTAxMjQ5NzkgMjAuMDMzNjM4TTYuNTAxNzYwMDEgMjIgLjAwNzQxMDA1IDExLjAwNjM0MDAzSDBsLjAwMzg3OTU1LS4wMDYyMTAzM0wwIDEwLjk5NDM1MDQzaC4wMDc0MTAwNUw2LjUwMTc2IDBsNi40OTExOTA0MyAxMC45OTQzNTA0M0gxM2wtLjAwNDk0MDAzLjAwNTc3OTI3TDEzIDExLjAwNjM0MDAzaC0uMDA3MDQ5NTZMNi41MDE3NiAyMloiLz4KICAgIDwvZz4KICA8L2c+Cjwvc3ZnPgo=);
    background-repeat: no-repeat
}

.qodef-section-title .qodef-m-subtitle {
    margin: 1px 0 0
}

.qodef-section-title p.qodef-m-subtitle {
    font-size: 11px;
    margin: 17px 0 0;
    font-weight: 400;
    letter-spacing: .2em
}

.qodef-section-title .qodef-m-text {
    margin: 17px 0 0
}

.qodef-section-title.qodef-alignment--center {
    text-align: center
}

.qodef-section-title.qodef-alignment--left {
    text-align: left
}

.qodef-section-title.qodef-alignment--right {
    text-align: right
}

.qodef-separator {
    font-size: 0;
    height: auto;
    line-height: 1;
    position: relative
}

.qodef-separator .qodef-m-line {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    border-bottom: 1px solid var(--qode-separator-color, rgba(201, 165, 129, .5))
}

.qodef-separator.qodef-position--center {
    text-align: center
}

.qodef-separator.qodef-position--left {
    text-align: left
}

.qodef-separator.qodef-position--right {
    text-align: right
}

.qodef-separator.qodef-show--yes {
    display: block
}

.qodef-separator.qodef-show--no {
    display: none
}

.qodef-separator.qodef-border--double-with-icon {
    display: flex;
    align-items: center;
    margin: 0 calc(var(--qode-frame-side-offset) - 10px)
}

.qodef-separator.qodef-border--double-with-icon .qodef-separator-double-left,
.qodef-separator.qodef-border--double-with-icon .qodef-separator-double-right {
    position: relative;
    width: calc(100% - 100px);
    height: 6px;
    border-top: 1px solid var(--qode-separator-color, rgba(201, 165, 129, .5))
}

.qodef-separator.qodef-border--double-with-icon .qodef-separator-double-left:after,
.qodef-separator.qodef-border--double-with-icon .qodef-separator-double-right:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 15px;
    width: calc(100% - 30px);
    height: 1px;
    background-color: var(--qode-separator-color, rgba(201, 165, 129, .5))
}

.qodef-separator.qodef-border--double-with-icon .qodef-separator-double-left {
    left: -10px
}

.qodef-separator.qodef-border--double-with-icon .qodef-separator-double-right {
    right: -10px
}

.qodef-separator.qodef-border--double-with-icon svg {
    flex: 1 0 auto;
    margin: 0 2vw
}

@media only screen and (max-width:1600px) {
    .qodef-separator.qodef-show-1600--yes {
        display: block
    }

    .qodef-separator.qodef-show-1600--yes.qodef-border--double-with-icon {
        display: flex
    }
}

@media only screen and (max-width:1600px) {
    .qodef-separator.qodef-show-1600--no {
        display: none
    }
}

@media only screen and (max-width:1512px) {
    .qodef-separator.qodef-show-1512--yes {
        display: block
    }

    .qodef-separator.qodef-show-1512--yes.qodef-border--double-with-icon {
        display: flex
    }
}

@media only screen and (max-width:1512px) {
    .qodef-separator.qodef-show-1512--no {
        display: none
    }
}

@media only screen and (max-width:1368px) {
    .qodef-separator.qodef-show-1368--yes {
        display: block
    }

    .qodef-separator.qodef-show-1368--yes.qodef-border--double-with-icon {
        display: flex
    }
}

@media only screen and (max-width:1368px) {
    .qodef-separator.qodef-show-1368--no {
        display: none
    }
}

@media only screen and (max-width:1200px) {
    .qodef-separator.qodef-show-1200--yes {
        display: block
    }

    .qodef-separator.qodef-show-1200--yes.qodef-border--double-with-icon {
        display: flex
    }
}

@media only screen and (max-width:1200px) {
    .qodef-separator.qodef-show-1200--no {
        display: none
    }
}

@media only screen and (max-width:1024px) {
    .qodef-separator.qodef-show-1024--yes {
        display: block
    }

    .qodef-separator.qodef-show-1024--yes.qodef-border--double-with-icon {
        display: flex
    }
}

@media only screen and (max-width:1024px) {
    .qodef-separator.qodef-show-1024--no {
        display: none
    }
}

@media only screen and (max-width:880px) {
    .qodef-separator.qodef-show-880--yes {
        display: block
    }

    .qodef-separator.qodef-show-880--yes.qodef-border--double-with-icon {
        display: flex
    }
}

@media only screen and (max-width:880px) {
    .qodef-separator.qodef-show-880--no {
        display: none
    }
}

@media only screen and (max-width:680px) {
    .qodef-separator.qodef-show-680--yes {
        display: block
    }

    .qodef-separator.qodef-show-680--yes.qodef-border--double-with-icon {
        display: flex
    }
}

@media only screen and (max-width:680px) {
    .qodef-separator.qodef-show-680--no {
        display: none
    }
}

#qodef-page-sidebar .widget.widget_fidalgo_core_separator {
    margin-bottom: 0
}

#qodef-page-footer .widget.widget_fidalgo_core_separator {
    margin-bottom: 0
}

#qodef-side-area .widget.widget_fidalgo_core_separator {
    margin-bottom: 0
}

.qodef-single-image img {
    display: block
}

.qodef-alignment--center .qodef-single-image img {
    margin: 0 auto
}

.qodef-alignment--right .qodef-single-image img {
    margin: 0 0 0 auto
}

.qodef-single-image.qodef--border-radius .qodef-m-image {
    border-radius: var(--qode-border-radius, 0);
    overflow: hidden
}

.qodef-single-image.qodef--image-border .qodef-m-image {
    border-width: var(--qode-border-width, 1px);
    border-style: solid;
    border-color: var(--qode-border-color)
}

.qodef-single-image.qodef--image-border-outline .qodef-m-image {
    position: relative;
    border: none
}

.qodef-single-image.qodef--image-border-outline .qodef-m-image img {
    height: auto;
    max-width: 100%
}

.qodef-single-image.qodef--image-border-outline .qodef-image-outline {
    display: block;
    position: absolute;
    top: var(--qode-top-outline-offset, 0);
    left: var(--qode-left-outline-offset, 0);
    width: 100%;
    height: 100%;
    z-index: 1;
    box-sizing: border-box;
    border: var(--qode-border-width, 1px) solid var(--qode-border-color);
    border-radius: var(--qode-border-radius, 0)
}

.qodef-single-image.qodef--has-appear {
    overflow: hidden
}

.qodef-single-image.qodef--has-appear .qodef-m-image {
    opacity: 0;
    transform: scale(.82);
    transition: transform 1.2s ease, opacity .35s
}

.qodef-single-image.qodef--has-appear .qodef-m-image img {
    border-radius: inherit
}

.qodef-single-image.qodef--has-appear .qodef-image-outline {
    transition: clip-path .8s ease .3s;
    clip-path: inset(50% -1px)
}

.qodef-single-image.qodef--has-appear .qodef-image-outline:nth-of-type(2) {
    clip-path: inset(-1px 100% -1px -1px)
}

.qodef-single-image.qodef--has-appear.qodef--appeared .qodef-m-image {
    opacity: 1;
    transform: scale(1)
}

.qodef-single-image.qodef--has-appear.qodef--appeared .qodef-m-image img {
    --qode-apperar-scale: 1.3;
    animation: qodef-appear-image 1.4s ease;
    animation-fill-mode: both
}

.qodef-single-image.qodef--has-appear.qodef--appeared .qodef-image-outline {
    clip-path: inset(calc(2 * var(--qode-border-width, 1px)) -1px)
}

.qodef-single-image.qodef--has-appear.qodef--appeared .qodef-image-outline:nth-of-type(2) {
    clip-path: inset(-1px -1px)
}

.qodef-stacked-images .qodef-m-images {
    position: relative;
    display: inline-block
}

.qodef-stacked-images .qodef-m-images .qodef-m-image {
    --qode-item-vertical: var(--qode-item-vertical-position, 0);
    --qode-item-horizontal: var(--qode-item-horizontal-position, 0)
}

.qodef-stacked-images .qodef-m-images .qodef-m-image:not(:first-child) {
    position: absolute
}

.qodef-stacked-images .qodef-m-images .qodef-m-image:not(:first-child) img {
    max-width: initial;
    border-radius: var(--qode-border-radius, 0)
}

@media only screen and (max-width:1024px) {
    .qodef-stacked-images .qodef-m-images .qodef-m-image:not(:first-child) img {
        width: 70%
    }
}

.qodef-stacked-images.qodef--has-scroll .qodef-m-main-image {
    overflow: hidden
}

.widget.qodef-stamp-widget {
    margin-bottom: 0
}

.qodef-stamp {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 221px;
    height: 221px;
    color: #fff;
    font-family: Jost, sans-serif;
    font-size: 16px;
    text-transform: uppercase
}

.qodef-stamp.qodef-stamp--rotation {
    animation: qode-rotate 15s infinite linear
}

.qodef-stamp .qodef-m-stamp-diamonds {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    display: flex;
    transform: translate(-50%, -50%);
    color: var(--qode-main-color)
}

.qodef-stamp .qodef-m-circle {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: transparent;
    border-radius: 50%;
    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px)
}

.qodef-stamp .qodef-m-circle svg {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    height: 100%;
    overflow: visible;
    stroke-width: .3;
    color: var(--qode-main-color);
    opacity: 0;
    --qode-path-length: 270px;
    stroke-dashoffset: var(--qode-path-length);
    stroke-dasharray: var(--qode-path-length);
    transition: opacity 1s, stroke-dashoffset .5s;
    transition-timing-function: ease, cubic-bezier(.39, .06, .31, .95)
}

.qodef-stamp .qodef-m-text {
    position: relative;
    display: block;
    width: calc(100% - 26px);
    height: calc(100% - 26px);
    top: 13px;
    left: 13px
}

.qodef-stamp .qodef-m-text>* {
    position: absolute;
    top: 0;
    left: calc(50% - 4px);
    width: 8px;
    height: 50%;
    text-align: center;
    transform-origin: bottom center;
    transform: rotate(-90deg)
}

.qodef-stamp .qodef-m-text .qodef-m-character {
    opacity: 0;
    transition: opacity 1.2s
}

.qodef-stamp .qodef-svg--diamonds-stamp path {
    opacity: 0;
    --qode-path-length: 112px;
    stroke-dashoffset: var(--qode-path-length);
    stroke-dasharray: var(--qode-path-length);
    transition: opacity 1s, stroke-dashoffset .5s;
    transition-timing-function: ease, cubic-bezier(.39, .06, .31, .95)
}

.qodef-stamp a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.qodef-stamp.qodef--appeared .qodef-m-circle {
    transform: scale(1)
}

.qodef-stamp.qodef--appeared .qodef-svg--diamonds-stamp path {
    stroke-dashoffset: 0;
    opacity: 1;
    transition-duration: .2s, 1.4s
}

.qodef-stamp.qodef--appeared .qodef-svg--diamonds-stamp path:nth-of-type(1) {
    transition-delay: .4s, .4s
}

.qodef-stamp.qodef--appeared .qodef-svg--diamonds-stamp path:nth-of-type(2) {
    transition-delay: .8s, .8s
}

.qodef-stamp.qodef--appeared .qodef-m-circle svg {
    stroke-dashoffset: 0;
    opacity: 1;
    transition-duration: .2s, 1.5s
}

.qodef-stamp.qodef--appeared .qodef-m-text>* {
    opacity: 1
}

.qodef-stamp.qodef--abs {
    position: absolute
}

@media only screen and (max-width:1512px) {
    .qodef-stamp.qodef-hide-on--1512 {
        display: none
    }
}

@media only screen and (max-width:1368px) {
    .qodef-stamp.qodef-hide-on--1368 {
        display: none
    }
}

@media only screen and (max-width:1200px) {
    .qodef-stamp.qodef-hide-on--1200 {
        display: none
    }
}

@media only screen and (max-width:1024px) {
    .qodef-stamp.qodef-hide-on--1024 {
        display: none
    }
}

@media only screen and (max-width:880px) {
    .qodef-stamp.qodef-hide-on--880 {
        display: none
    }
}

@media only screen and (max-width:680px) {
    .qodef-stamp.qodef-hide-on--680 {
        display: none
    }
}

.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 0 12px;
    border-bottom: 1px solid #82897f;
    list-style: none
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li {
    margin: 0 30px 0 0;
    padding: 0
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a {
    font-family: Jost, sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1.91667em;
    font-weight: 400;
    letter-spacing: .15em;
    font-weight: 300;
    letter-spacing: .12em;
    display: block;
    padding: 0;
    --qodef-background-position: calc(100% - 1px);
    background-repeat: no-repeat;
    background-image: linear-gradient(transparent calc(100% - 1px), #b58c67 1px);
    background-size: 0 var(--qodef-background-position);
    transition: .4s background-size cubic-bezier(.26, .57, .14, .81);
    background-position-x: 100%
}

.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: 100% var(--qodef-background-position);
    background-position-x: 0;
    color: #fff
}

@media only screen and (max-width:880px) {
    .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 30px 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 rgba(201, 165, 129, .5)
}

.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation li {
    width: 100%;
    margin-bottom: 26px
}

.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation li:last-child {
    margin-bottom: 0
}

.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation li a {
    display: inline-block;
    width: auto
}

.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-content {
    margin-top: 0
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-content {
    margin: 26px 0 0
}

@keyframes qode-text-marquee-left {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-100%)
    }
}

@keyframes qode-text-marquee-right {
    0% {
        transform: translateX(-100%)
    }

    100% {
        transform: translateX(0)
    }
}

.qodef-text-marquee {
    --qode-marquee-color: var(--qode-paragraph-color);
    --qode-marquee-hover-color: #FFF;
    --space-between: .4em;
    --item-image-margin: .4em;
    display: flex
}

.qodef-text-marquee .qodef-m-content {
    display: flex;
    width: 100%;
    font-family: Cormorant, serif;
    font-size: 70px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1em;
    letter-spacing: .05em;
    overflow: hidden;
    white-space: nowrap
}

.qodef-text-marquee .qodef-m-content-inner {
    display: inline-flex;
    width: auto;
    flex: 0 1 auto
}

.qodef--init.qodef-direction--left.qodef-text-marquee .qodef-m-content-inner {
    animation: qode-text-marquee-left var(--qode-marquee-duration, 25s) linear infinite
}

.qodef--init.qodef-direction--right.qodef-text-marquee .qodef-m-content-inner {
    animation: qode-text-marquee-right var(--qode-marquee-duration, 25s) linear infinite
}

.qodef-text-marquee:hover .qodef-m-content-inner {
    animation-play-state: paused !important
}

.qodef-text-marquee .qodef-marquee-item {
    display: inline-flex;
    align-items: center;
    color: var(--qode-marquee-color);
    padding-right: var(--space-between);
    width: max-content
}

.qodef-text-marquee .qodef-marquee-item a {
    display: inline-flex;
    align-items: center;
    color: var(--qode-marquee-color);
    gap: var(--item-image-margin)
}

.qodef-text-marquee .qodef-marquee-item a:hover {
    color: var(--qode-marquee-hover-color)
}

.qodef-text-marquee .qodef-m-image {
    flex: 1 0 auto
}

.qodef-textual-links-group {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-textual-links-group.qodef-direction--inline .qodef-m-items {
    flex-direction: row;
    align-items: center
}

.qodef-textual-links-group.qodef-direction--block .qodef-m-items {
    flex-direction: column;
    align-items: flex-start
}

.qodef-textual-links-group .qodef-m-items {
    display: inline-flex;
    z-index: 10;
    flex-flow: wrap
}

.qodef-textual-links-group .qodef-link-holder {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: .2em;
    text-transform: uppercase;
    position: relative;
    position: relative;
    margin: var(--qode-textual-links-margin, 0)
}

.qodef-textual-links-group .qodef-link-holder:not(:last-child):after {
    content: '';
    display: inline-flex;
    margin: 0 19px 0 18px;
    width: 8px;
    height: 14px;
    background: var(--qode-main-color);
    -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3Ljk5NyIgaGVpZ2h0PSIxMy44NDMiIHZpZXdCb3g9IjAgMCA3Ljk5NyAxMy44NDMiPg0KCTxnIGZpbGw9Im5vbmUiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiPg0KCQk8cGF0aCBkPSJtNy45OTUgNi45MjItMi0zLjQ1NS0yLTMuNDYzLTIgMy40NjNMLjAwMSA2LjkyMmwxLjk5NCAzLjQ1NSAyIDMuNDYzIDItMy40NjMgMi0zLjQ1NVoiLz4NCgkJPHBhdGggZmlsbD0iY3VycmVudENvbG9yIiBkPSJNMy45OTggMiAxLjE5NyA2Ljg1NGwuMDY4LjA5Mi0uMDU0LjA2OCAyLjc4NyA0LjgzIDIuODQzLTQuOTIyTDMuOTk4IDJtMC0yIDMuOTk1IDYuOTE4aC4wMDRsLS4wMDIuMDA0LjAwMi4wMDRoLS4wMDRsLTMuOTk1IDYuOTE4TC4wMDUgNi45MjZIMGwuMDAzLS4wMDRMMCA2LjkxOGguMDA1TDMuOTk4IDBaIi8+DQoJPC9nPg0KPC9zdmc+);
    mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3Ljk5NyIgaGVpZ2h0PSIxMy44NDMiIHZpZXdCb3g9IjAgMCA3Ljk5NyAxMy44NDMiPg0KCTxnIGZpbGw9Im5vbmUiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiPg0KCQk8cGF0aCBkPSJtNy45OTUgNi45MjItMi0zLjQ1NS0yLTMuNDYzLTIgMy40NjNMLjAwMSA2LjkyMmwxLjk5NCAzLjQ1NSAyIDMuNDYzIDItMy40NjMgMi0zLjQ1NVoiLz4NCgkJPHBhdGggZmlsbD0iY3VycmVudENvbG9yIiBkPSJNMy45OTggMiAxLjE5NyA2Ljg1NGwuMDY4LjA5Mi0uMDU0LjA2OCAyLjc4NyA0LjgzIDIuODQzLTQuOTIyTDMuOTk4IDJtMC0yIDMuOTk1IDYuOTE4aC4wMDRsLS4wMDIuMDA0LjAwMi4wMDRoLS4wMDRsLTMuOTk1IDYuOTE4TC4wMDUgNi45MjZIMGwuMDAzLS4wMDRMMCA2LjkxOGguMDA1TDMuOTk4IDBaIi8+DQoJPC9nPg0KPC9zdmc+);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat
}

.qodef-textual-links-group .qodef-link-holder a {
    color: var(--qode-textual-links-color, var(--qode-main-color))
}

.qodef-textual-links-group .qodef-link-holder a:hover {
    color: var(--qode-textual-links-hover-color, var(--qode-main-color))
}

.qodef-textual-links-group.qodef-underline-enabled .qodef-link-holder a {
    --qodef-background-position: calc(100% - 2px);
    background-repeat: no-repeat;
    background-image: linear-gradient(transparent calc(100% - 1px), var(--qode-main-color) 1px);
    background-size: 0 var(--qodef-background-position);
    transition: .4s background-size cubic-bezier(.26, .57, .14, .81);
    background-position-x: 100%
}

.qodef-textual-links-group.qodef-underline-enabled .qodef-link-holder a:hover {
    background-size: 100% var(--qodef-background-position);
    background-position-x: 0
}

.widget .qodef-textual-links-group .qodef-m-item a {
    color: var(--qode-textual-links-color) !important
}

.widget .qodef-textual-links-group .qodef-m-item a:hover {
    color: var(--qode-textual-links-hover-color) !important
}

.qodef-textual-projects-showcase {
    --image-width: auto
}

.qodef-textual-projects-showcase .qodef-e-holder-inner {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    font-size: 70px;
    row-gap: 24px
}

.qodef-textual-projects-showcase .qodef-e-text {
    font-family: Cormorant, serif;
    font-size: inherit;
    line-height: 1em;
    font-weight: 400;
    text-transform: uppercase;
    color: inherit;
    transition: color .2s ease-out
}

.qodef-textual-projects-showcase .qodef-e-text:hover {
    color: var(--qode-paragraph-color)
}

.qodef-textual-projects-showcase .qodef-e-text .qodef--abs-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.qodef-textual-projects-showcase .qodef-e-media-holder,
.qodef-textual-projects-showcase .qodef-e-text {
    margin: 0 20px 0 0
}

.qodef-textual-projects-showcase .qodef-e-text.qodef--highlight .qodef-highlight-text {
    font-style: italic
}

.qodef-textual-projects-showcase .qodef-e-image {
    width: var(--image-width);
    height: auto
}

.qodef-textual-projects-showcase .qodef-e-media-holder {
    display: inline-block;
    overflow: hidden;
    position: relative
}

.qodef-textual-projects-showcase .qodef-e-media-holder a,
.qodef-textual-projects-showcase .qodef-e-media-holder img {
    display: inline-block
}

.qodef-textual-projects-showcase .qodef-e-media-holder img {
    border-radius: 56px
}

.qodef-textual-projects-showcase .qodef-e-media-holder .qodef--hover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    opacity: 0;
    transition: opacity .15s
}

.qodef-textual-projects-showcase .qodef-e-media-holder .qodef-m-video {
    width: 113px;
    height: 78px;
    object-fit: cover
}

.qodef-textual-projects-showcase .qodef-e-media-holder:hover .qodef--hover {
    opacity: 1
}

.qodef-textual-projects-showcase.qodef--has-appear {
    overflow: hidden
}

.qodef-textual-projects-showcase.qodef--has-appear .qodef-e-image {
    overflow: hidden
}

.qodef-textual-projects-showcase.qodef--has-appear .qodef-e-image img {
    opacity: 0;
    transform: translateY(90%) scale(0);
    transition: opacity .35s, transform 1.1s cubic-bezier(.22, .61, .36, 1)
}

.qodef-textual-projects-showcase.qodef--has-appear .qodef-e-text {
    clip-path: inset(-.15em -.1em)
}

.qodef-textual-projects-showcase.qodef--has-appear .qodef-e-text .qode--char {
    display: inline-flex;
    transform: translateY(120%);
    opacity: 0;
    transition: opacity .35s, transform 1s cubic-bezier(.65, .05, .36, 1)
}

.qodef-textual-projects-showcase.qodef--has-appear.qodef--appeared>div>span:nth-child(1n) {
    --qode-delay: 0s
}

.qodef-textual-projects-showcase.qodef--has-appear.qodef--appeared>div>span:nth-child(2n) {
    --qode-delay: 0.06s
}

.qodef-textual-projects-showcase.qodef--has-appear.qodef--appeared>div>span:nth-child(3n) {
    --qode-delay: 0.12s
}

.qodef-textual-projects-showcase.qodef--has-appear.qodef--appeared>div>span:nth-child(4n) {
    --qode-delay: 0.18s
}

.qodef-textual-projects-showcase.qodef--has-appear.qodef--appeared>div>span:nth-child(5n) {
    --qode-delay: 0.24s
}

.qodef-textual-projects-showcase.qodef--has-appear.qodef--appeared>div>span:nth-child(6n) {
    --qode-delay: 0.3s
}

.qodef-textual-projects-showcase.qodef--has-appear.qodef--appeared>div>span:nth-child(7n) {
    --qode-delay: 0.36s
}

.qodef-textual-projects-showcase.qodef--has-appear.qodef--appeared>div>span:nth-child(8n) {
    --qode-delay: 0.42s
}

.qodef-textual-projects-showcase.qodef--has-appear.qodef--appeared>div>span:nth-child(9n) {
    --qode-delay: 0.48s
}

.qodef-textual-projects-showcase.qodef--has-appear.qodef--appeared>div>span:nth-child(10n) {
    --qode-delay: 0.54s
}

.qodef-textual-projects-showcase.qodef--has-appear.qodef--appeared>div>span:nth-child(11n) {
    --qode-delay: 0.6s
}

.qodef-textual-projects-showcase.qodef--has-appear.qodef--appeared>div>span:nth-child(12n) {
    --qode-delay: 0.66s
}

.qodef-textual-projects-showcase.qodef--has-appear.qodef--appeared>div>span:nth-child(13n) {
    --qode-delay: 0.72s
}

.qodef-textual-projects-showcase.qodef--has-appear.qodef--appeared>div>span:nth-child(14n) {
    --qode-delay: 0.78s
}

.qodef-textual-projects-showcase.qodef--has-appear.qodef--appeared>div>span:nth-child(15n) {
    --qode-delay: 0.84s
}

.qodef-textual-projects-showcase.qodef--has-appear.qodef--appeared>div>span:nth-child(16n) {
    --qode-delay: 0.9s
}

.qodef-textual-projects-showcase.qodef--has-appear.qodef--appeared .qodef-e-image img {
    opacity: 1;
    transform: translateY(0);
    transition-delay: var(--qode-delay), var(--qode-delay)
}

.qodef-textual-projects-showcase.qodef--has-appear.qodef--appeared .qodef-e-text .qode--char {
    transition-delay: calc(var(--qode-delay) + var(--qode-i) * .016s);
    transform: translateY(0);
    opacity: 1
}

.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: #fff;
    line-height: 1
}

.qodef-video-button .qodef-m-play span {
    display: block;
    line-height: inherit
}

.qodef-video-button .qodef-m-play span .qodef-svg--play {
    color: inherit
}

.qodef-video-button .qodef-m-play span .qodef-svg--play g {
    transform-origin: center
}

.qodef-video-button .qodef-m-play span .qodef-svg--play g .qodef-m-item-one {
    animation: qode-rotate 13s infinite linear;
    animation-play-state: paused
}

.qodef-video-button .qodef-m-play span .qodef-svg--play g .qodef-m-item-one path {
    transition: transform .5s ease-out;
    transform: rotate(0);
    transform-origin: center
}

.qodef-video-button .qodef-m-play span .qodef-svg--play g .qodef-m-item-two {
    fill: none;
    stroke: currentColor;
    animation: qode-rotate 27s infinite linear reverse;
    animation-play-state: paused
}

.qodef-video-button .qodef-m-play span .qodef-svg--play g .qodef-m-item-two path {
    --qode-path-length: 390px;
    stroke-dashoffset: var(--qode-path-length);
    stroke-dasharray: var(--qode-path-length);
    transform: rotate(0);
    transform-origin: center;
    transition: opacity .5s, stroke-dashoffset .7s, transform .7s;
    transition-timing-function: ease, cubic-bezier(.39, .06, .31, .95), ease-out
}

.qodef-video-button .qodef-m-play span .qodef-svg--play:hover g .qodef-m-item-one {
    animation-play-state: running
}

.qodef-video-button .qodef-m-play span .qodef-svg--play:hover g .qodef-m-item-one path {
    transform: rotate(10deg)
}

.qodef-video-button .qodef-m-play span .qodef-svg--play:hover g .qodef-m-item-two {
    animation-play-state: running
}

.qodef-video-button .qodef-m-play span .qodef-svg--play:hover g .qodef-m-item-two path {
    transition-duration: .5s, 1.3s, 1.3s;
    stroke-dashoffset: 195px;
    transform: rotate(-10deg)
}

.qodef-video-button .qodef-m-play span .qodef-svg--play:hover g .qodef-m-item-two path:nth-of-type(2) {
    stroke-dashoffset: 588px
}

.qodef-video-holder {
    display: block;
    max-width: 100%
}

.qodef-video-holder .qodef-m-video {
    position: relative;
    overflow: hidden
}

@media only screen and (max-width:880px) {
    .qodef-video-holder .qodef-m-video {
        min-height: 205px
    }
}

.qodef-video-holder .qodef-m-video .qodef-m-position-holder {
    opacity: 0
}

.qodef-video-holder video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    border-radius: var(--qode-border-radius, 0)
}

.qodef-video-holder.qodef--has-appear .qodef-m-video {
    transition: .9s cubic-bezier(.51, .01, 0, 1.06);
    clip-path: inset(0 100% 0 0)
}

.qodef-video-holder.qodef--has-appear.qodef--appeared .qodef-m-video {
    clip-path: inset(0 0 0 0)
}

.qodef-video-holder .qodef-e-video-holder-title {
    color: #fff;
    display: inline-block;
    position: absolute;
    bottom: 63px;
    left: 92px;
    max-width: 425px
}

@media only screen and (max-width:1194px) {
    .qodef-video-holder .qodef-e-video-holder-title {
        bottom: 26px;
        left: 92px;
        max-width: 494px
    }
}

@media only screen and (max-width:1024px) {
    .qodef-video-holder .qodef-e-video-holder-title {
        max-width: 464px
    }
}

@media only screen and (max-width:834px) {
    .qodef-video-holder .qodef-e-video-holder-title {
        bottom: 28px;
        left: 56px;
        max-width: 384px
    }
}

@media only screen and (max-width:834px) {
    .qodef-video-holder .qodef-e-video-holder-title {
        bottom: 103px;
        left: 62px
    }
}

.qodef-video-holder .qodef-e-video-holder-text {
    color: #fff;
    font-size: 20px;
    line-height: 28px;
    display: inline-block;
    position: absolute;
    bottom: 47px;
    right: 33px;
    max-width: 398px
}

@media only screen and (max-width:834px) {
    .qodef-video-holder .qodef-e-video-holder-text {
        left: 62px
    }
}

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

    .qodef-video-holder .qodef-e-video-holder-text,
    .qodef-video-holder .qodef-e-video-holder-title {
        display: none
    }
}

#qodef-side-area {
    position: fixed;
    top: 0;
    right: -707px;
    width: 707px;
    height: 100%;
    min-height: 100%;
    padding: 120px 139px;
    display: flex;
    align-items: center;
    background-color: rgba(0, 0, 0, .3);
    -webkit-backdrop-filter: blur(40px) brightness(115%);
    backdrop-filter: blur(40px) brightness(115%);
    overflow: hidden;
    visibility: hidden;
    z-index: 9999;
    transition: all .6s cubic-bezier(.77, 0, .175, 1)
}

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

#qodef-side-area.qodef-alignment--center {
    text-align: center
}

#qodef-side-area.qodef-alignment--right {
    text-align: right
}

#qodef-side-area.qodef-alignment--left {
    text-align: left
}

#qodef-side-area p {
    line-height: 1.94118em
}

#qodef-side-area-close {
    position: absolute;
    top: 33px;
    right: 40px;
    display: block;
    z-index: 1000;
    color: #fff
}

.admin-bar #qodef-side-area-close {
    top: 65px
}

.qodef-side-area-cover {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    overflow: hidden;
    z-index: 0;
    transition: opacity .2s ease-in-out, z-index .2s ease-in-out
}

.qodef-side-area--opened .qodef-side-area-cover {
    opacity: 1;
    z-index: 1002
}

.qodef-social-share {
    position: relative;
    display: inline-flex;
    align-items: center
}

.qodef-social-share .qodef-social-title {
    position: relative;
    display: inline-flex;
    align-items: center;
    margin: 0 20px 0 0;
    font-family: Jost, sans-serif;
    text-transform: uppercase;
    font-weight: 300;
    color: #fff;
    font-size: 17px;
    line-height: 1.58824em;
    letter-spacing: .14em
}

.qodef-social-share ul {
    position: relative;
    display: inline-flex;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0
}

.qodef-social-share li {
    position: relative;
    display: inline-flex;
    align-items: center;
    line-height: 1;
    padding: 0;
    margin: 0
}

.qodef-social-share li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: .2em;
    text-transform: uppercase;
    position: relative
}

.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;
    font-family: Jost, sans-serif;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: .2em;
    line-height: 1.45455em;
    text-transform: uppercase;
    display: inline-flex;
    flex-wrap: wrap;
    color: #fff
}

.qodef-social-share.qodef-layout--dropdown .qodef-e-social-share-icon {
    width: 13px;
    height: auto;
    margin-right: 9px;
    color: var(--qode-main-color)
}

.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li {
    opacity: 1;
    visibility: visible;
    cursor: pointer
}

.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(2) {
    transition-delay: .2s
}

.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(3) {
    transition-delay: .3s
}

.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(4) {
    transition-delay: .4s
}

.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(5) {
    transition-delay: .5s
}

.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(6) {
    transition-delay: .6s
}

.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(7) {
    transition-delay: .7s
}

.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown-opener {
    display: flex
}

.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown-opener .qodef-social-share-title {
    display: inline-block;
    vertical-align: top;
    margin-right: 5px
}

.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown {
    position: absolute;
    visibility: hidden;
    z-index: 950
}

.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown ul {
    position: relative;
    display: flex;
    z-index: 990;
    margin: 0;
    padding: 0 !important
}

.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    visibility: hidden;
    overflow: hidden;
    opacity: 0;
    transition: opacity .2s ease-out, visibility .2s ease-out
}

.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown li a {
    padding-top: 6px;
    --qodef-background-position: 100%;
    background-repeat: no-repeat;
    background-image: linear-gradient(transparent calc(100% - 1px), var(--qode-main-color) 1px);
    background-size: 0 var(--qodef-background-position);
    transition: .4s background-size cubic-bezier(.26, .57, .14, .81);
    background-position-x: 100%;
    padding-bottom: 3px
}

.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown li a:hover {
    background-size: 100% var(--qodef-background-position);
    background-position-x: 0
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown {
    top: 100%;
    left: 0
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown ul {
    flex-direction: column;
    border-top: 1px solid rgba(201, 165, 129, .5)
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown ul li {
    border: 1px solid rgba(201, 165, 129, .5)
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown ul li:not(:first-of-type) {
    border-top: none
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown ul li a {
    width: 70px;
    padding: 10px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown {
    top: -3px;
    left: calc(100% + 20px)
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:not(:last-child):after {
    content: '';
    display: inline-flex;
    margin: 0 14px 0 15px;
    width: 8px;
    height: 14px;
    background: var(--qode-main-color);
    -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3Ljk5NyIgaGVpZ2h0PSIxMy44NDMiIHZpZXdCb3g9IjAgMCA3Ljk5NyAxMy44NDMiPg0KCTxnIGZpbGw9Im5vbmUiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiPg0KCQk8cGF0aCBkPSJtNy45OTUgNi45MjItMi0zLjQ1NS0yLTMuNDYzLTIgMy40NjNMLjAwMSA2LjkyMmwxLjk5NCAzLjQ1NSAyIDMuNDYzIDItMy40NjMgMi0zLjQ1NVoiLz4NCgkJPHBhdGggZmlsbD0iY3VycmVudENvbG9yIiBkPSJNMy45OTggMiAxLjE5NyA2Ljg1NGwuMDY4LjA5Mi0uMDU0LjA2OCAyLjc4NyA0LjgzIDIuODQzLTQuOTIyTDMuOTk4IDJtMC0yIDMuOTk1IDYuOTE4aC4wMDRsLS4wMDIuMDA0LjAwMi4wMDRoLS4wMDRsLTMuOTk1IDYuOTE4TC4wMDUgNi45MjZIMGwuMDAzLS4wMDRMMCA2LjkxOGguMDA1TDMuOTk4IDBaIi8+DQoJPC9nPg0KPC9zdmc+);
    mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3Ljk5NyIgaGVpZ2h0PSIxMy44NDMiIHZpZXdCb3g9IjAgMCA3Ljk5NyAxMy44NDMiPg0KCTxnIGZpbGw9Im5vbmUiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiPg0KCQk8cGF0aCBkPSJtNy45OTUgNi45MjItMi0zLjQ1NS0yLTMuNDYzLTIgMy40NjNMLjAwMSA2LjkyMmwxLjk5NCAzLjQ1NSAyIDMuNDYzIDItMy40NjMgMi0zLjQ1NVoiLz4NCgkJPHBhdGggZmlsbD0iY3VycmVudENvbG9yIiBkPSJNMy45OTggMiAxLjE5NyA2Ljg1NGwuMDY4LjA5Mi0uMDU0LjA2OCAyLjc4NyA0LjgzIDIuODQzLTQuOTIyTDMuOTk4IDJtMC0yIDMuOTk1IDYuOTE4aC4wMDRsLS4wMDIuMDA0LjAwMi4wMDRoLS4wMDRsLTMuOTk1IDYuOTE4TC4wMDUgNi45MjZIMGwuMDAzLS4wMDRMMCA2LjkxOGguMDA1TDMuOTk4IDBaIi8+DQoJPC9nPg0KPC9zdmc+);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown {
    top: -3px;
    right: calc(100% + 20px)
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown ul {
    flex-direction: row-reverse
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:not(:last-child):before {
    content: '';
    display: inline-flex;
    margin: 0 14px 0 15px;
    width: 8px;
    height: 14px;
    background: var(--qode-main-color);
    -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3Ljk5NyIgaGVpZ2h0PSIxMy44NDMiIHZpZXdCb3g9IjAgMCA3Ljk5NyAxMy44NDMiPg0KCTxnIGZpbGw9Im5vbmUiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiPg0KCQk8cGF0aCBkPSJtNy45OTUgNi45MjItMi0zLjQ1NS0yLTMuNDYzLTIgMy40NjNMLjAwMSA2LjkyMmwxLjk5NCAzLjQ1NSAyIDMuNDYzIDItMy40NjMgMi0zLjQ1NVoiLz4NCgkJPHBhdGggZmlsbD0iY3VycmVudENvbG9yIiBkPSJNMy45OTggMiAxLjE5NyA2Ljg1NGwuMDY4LjA5Mi0uMDU0LjA2OCAyLjc4NyA0LjgzIDIuODQzLTQuOTIyTDMuOTk4IDJtMC0yIDMuOTk1IDYuOTE4aC4wMDRsLS4wMDIuMDA0LjAwMi4wMDRoLS4wMDRsLTMuOTk1IDYuOTE4TC4wMDUgNi45MjZIMGwuMDAzLS4wMDRMMCA2LjkxOGguMDA1TDMuOTk4IDBaIi8+DQoJPC9nPg0KPC9zdmc+);
    mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3Ljk5NyIgaGVpZ2h0PSIxMy44NDMiIHZpZXdCb3g9IjAgMCA3Ljk5NyAxMy44NDMiPg0KCTxnIGZpbGw9Im5vbmUiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiPg0KCQk8cGF0aCBkPSJtNy45OTUgNi45MjItMi0zLjQ1NS0yLTMuNDYzLTIgMy40NjNMLjAwMSA2LjkyMmwxLjk5NCAzLjQ1NSAyIDMuNDYzIDItMy40NjMgMi0zLjQ1NVoiLz4NCgkJPHBhdGggZmlsbD0iY3VycmVudENvbG9yIiBkPSJNMy45OTggMiAxLjE5NyA2Ljg1NGwuMDY4LjA5Mi0uMDU0LjA2OCAyLjc4NyA0LjgzIDIuODQzLTQuOTIyTDMuOTk4IDJtMC0yIDMuOTk1IDYuOTE4aC4wMDRsLS4wMDIuMDA0LjAwMi4wMDRoLS4wMDRsLTMuOTk1IDYuOTE4TC4wMDUgNi45MjZIMGwuMDAzLS4wMDRMMCA2LjkxOGguMDA1TDMuOTk4IDBaIi8+DQoJPC9nPg0KPC9zdmc+);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat
}

.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:last-child {
    margin-right: 0
}

.qodef-social-share.qodef-layout--text li:not(:last-child):after {
    content: '';
    display: inline-flex;
    margin: 0 14px 0 15px;
    width: 8px;
    height: 14px;
    background: var(--qode-main-color);
    -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3Ljk5NyIgaGVpZ2h0PSIxMy44NDMiIHZpZXdCb3g9IjAgMCA3Ljk5NyAxMy44NDMiPg0KCTxnIGZpbGw9Im5vbmUiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiPg0KCQk8cGF0aCBkPSJtNy45OTUgNi45MjItMi0zLjQ1NS0yLTMuNDYzLTIgMy40NjNMLjAwMSA2LjkyMmwxLjk5NCAzLjQ1NSAyIDMuNDYzIDItMy40NjMgMi0zLjQ1NVoiLz4NCgkJPHBhdGggZmlsbD0iY3VycmVudENvbG9yIiBkPSJNMy45OTggMiAxLjE5NyA2Ljg1NGwuMDY4LjA5Mi0uMDU0LjA2OCAyLjc4NyA0LjgzIDIuODQzLTQuOTIyTDMuOTk4IDJtMC0yIDMuOTk1IDYuOTE4aC4wMDRsLS4wMDIuMDA0LjAwMi4wMDRoLS4wMDRsLTMuOTk1IDYuOTE4TC4wMDUgNi45MjZIMGwuMDAzLS4wMDRMMCA2LjkxOGguMDA1TDMuOTk4IDBaIi8+DQoJPC9nPg0KPC9zdmc+);
    mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3Ljk5NyIgaGVpZ2h0PSIxMy44NDMiIHZpZXdCb3g9IjAgMCA3Ljk5NyAxMy44NDMiPg0KCTxnIGZpbGw9Im5vbmUiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiPg0KCQk8cGF0aCBkPSJtNy45OTUgNi45MjItMi0zLjQ1NS0yLTMuNDYzLTIgMy40NjNMLjAwMSA2LjkyMmwxLjk5NCAzLjQ1NSAyIDMuNDYzIDItMy40NjMgMi0zLjQ1NVoiLz4NCgkJPHBhdGggZmlsbD0iY3VycmVudENvbG9yIiBkPSJNMy45OTggMiAxLjE5NyA2Ljg1NGwuMDY4LjA5Mi0uMDU0LjA2OCAyLjc4NyA0LjgzIDIuODQzLTQuOTIyTDMuOTk4IDJtMC0yIDMuOTk1IDYuOTE4aC4wMDRsLS4wMDIuMDA0LjAwMi4wMDRoLS4wMDRsLTMuOTk1IDYuOTE4TC4wMDUgNi45MjZIMGwuMDAzLS4wMDRMMCA2LjkxOGguMDA1TDMuOTk4IDBaIi8+DQoJPC9nPg0KPC9zdmc+);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat
}

.qodef-social-share.qodef-layout--text li a {
    --qodef-background-position: 100%;
    background-repeat: no-repeat;
    background-image: linear-gradient(transparent calc(100% - 1px), var(--qode-main-color) 1px);
    background-size: 0 var(--qodef-background-position);
    transition: .4s background-size cubic-bezier(.26, .57, .14, .81);
    background-position-x: 100%;
    padding-bottom: 4px
}

.qodef-social-share.qodef-layout--text li a:hover {
    background-size: 100% var(--qodef-background-position);
    background-position-x: 0
}

.widget .qodef-social-share.qodef-layout--list .qodef-social-title {
    display: block;
    margin-bottom: 21px
}

.widget .qodef-social-share.qodef-layout--text .qodef-social-title {
    display: block;
    margin-bottom: 21px
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list li.qodef-facebook-share a:hover {
    color: #3b5998
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list li.qodef-twitter-share a:hover {
    color: #00aced
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list li.qodef-linkedin-share a:hover {
    color: #007bb5
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list li.qodef-tumblr-share a:hover {
    color: #32506d
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list li.qodef-pinterest-share a:hover {
    color: #cb2027
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list li.qodef-vk-share a:hover {
    color: #45668e
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li.qodef-facebook-share a:hover {
    color: #3b5998
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li.qodef-twitter-share a:hover {
    color: #00aced
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li.qodef-linkedin-share a:hover {
    color: #007bb5
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li.qodef-tumblr-share a:hover {
    color: #32506d
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li.qodef-pinterest-share a:hover {
    color: #cb2027
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li.qodef-vk-share a:hover {
    color: #45668e
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--dropdown .qodef-social-title {
    color: #ccc
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--list .qodef-social-title {
    color: #ccc
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--list li.qodef-facebook-share a:hover {
    color: #3b5998
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--list li.qodef-twitter-share a:hover {
    color: #00aced
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--list li.qodef-linkedin-share a:hover {
    color: #007bb5
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--list li.qodef-tumblr-share a:hover {
    color: #32506d
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--list li.qodef-pinterest-share a:hover {
    color: #cb2027
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--list li.qodef-vk-share a:hover {
    color: #45668e
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--text .qodef-social-title {
    color: #ccc
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--text li.qodef-facebook-share a:hover {
    color: #3b5998
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--text li.qodef-twitter-share a:hover {
    color: #00aced
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--text li.qodef-linkedin-share a:hover {
    color: #007bb5
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--text li.qodef-tumblr-share a:hover {
    color: #32506d
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--text li.qodef-pinterest-share a:hover {
    color: #cb2027
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--text li.qodef-vk-share a:hover {
    color: #45668e
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--dropdown .qodef-social-title {
    color: #ccc
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--list .qodef-social-title {
    color: #ccc
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--list li.qodef-facebook-share a:hover {
    color: #3b5998
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--list li.qodef-twitter-share a:hover {
    color: #00aced
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--list li.qodef-linkedin-share a:hover {
    color: #007bb5
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--list li.qodef-tumblr-share a:hover {
    color: #32506d
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--list li.qodef-pinterest-share a:hover {
    color: #cb2027
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--list li.qodef-vk-share a:hover {
    color: #45668e
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--text .qodef-social-title {
    color: #ccc
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--text li.qodef-facebook-share a:hover {
    color: #3b5998
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--text li.qodef-twitter-share a:hover {
    color: #00aced
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--text li.qodef-linkedin-share a:hover {
    color: #007bb5
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--text li.qodef-tumblr-share a:hover {
    color: #32506d
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--text li.qodef-pinterest-share a:hover {
    color: #cb2027
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--text li.qodef-vk-share a:hover {
    color: #45668e
}

#qodef-page-spinner {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 2000
}

#qodef-page-spinner .qodef-m-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #fff;
    background-color: #070d0d
}

#qodef-page-spinner .qodef-m-spinner {
    position: relative
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom {
    position: relative;
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--1 {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 50%;
    width: 50%;
    z-index: 1;
    animation: qode-atom-shrink 4.5s infinite linear
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--1:before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    height: 100%;
    width: 100%;
    background: currentColor;
    border-radius: 50%
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--2,
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--3,
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--4 {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--2:before,
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--3:before,
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--4:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    margin: 0 auto;
    background: currentColor;
    border-radius: 50%
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--2 {
    animation: qode-atom-zindex 1.5s .75s infinite steps(2, end)
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--2:before {
    transform: rotate(0);
    animation: qode-atom-postion 1.5s infinite ease, qode-atom-size 1.5s -1.125s infinite ease
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--3 {
    transform: rotate(120deg);
    animation: qode-atom-zindex 1.5s -.25s infinite steps(2, end)
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--3:before {
    animation: qode-atom-postion 1.5s -1s infinite ease, qode-atom-size 1.5s -.75s infinite ease
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--4 {
    transform: rotate(240deg);
    animation: qode-atom-zindex 1.5s .25s infinite steps(2, end)
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--4:before {
    animation: qode-atom-postion 1.5s -.5s infinite ease, qode-atom-size 1.5s -125ms infinite ease
}

#qodef-page-spinner.qodef-layout--clock .qodef-m-clock {
    position: relative;
    width: 50px;
    height: 50px;
    margin: -25px 0 0 -25px;
    animation: qode-clock 8s infinite steps(8)
}

#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item {
    position: absolute;
    height: 50px;
    width: 50px
}

#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item:before {
    content: '';
    position: absolute;
    height: 18.31501832px;
    width: 18.31501832px;
    background: currentColor;
    border-radius: 50%
}

#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item.qodef-clock--1 {
    transform: rotate(-135deg);
    animation: qode-clock-1 1s ease-in infinite
}

#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item.qodef-clock--2 {
    transform: rotate(-90deg);
    animation: qode-clock-2 1s ease-in infinite
}

#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item.qodef-clock--3 {
    transform: rotate(-45deg);
    animation: qode-clock-3 1s ease-in infinite
}

#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item.qodef-clock--4 {
    animation: qode-clock-4 1s ease-in infinite
}

#qodef-page-spinner.qodef-layout--cube .qodef-m-cube {
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px;
    background-color: currentColor;
    animation: qode-cube 1.2s infinite ease-in-out
}

#qodef-page-spinner.qodef-layout--double-pulse .qodef-m-pulses {
    position: relative;
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px
}

#qodef-page-spinner.qodef-layout--double-pulse .qodef-m-pulse {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: currentColor;
    border-radius: 50%;
    opacity: .6;
    animation: qode-double-pulse 2s infinite ease-in-out
}

#qodef-page-spinner.qodef-layout--double-pulse .qodef-m-pulse.qodef-pulse--2 {
    animation-delay: -1s
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-five-rotating-circles {
    position: relative;
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item {
    position: absolute;
    width: 100%;
    height: 100%
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--1 .qodef-circle--2 {
    animation-delay: calc((600ms) - 1500ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--1 .qodef-circle--3 {
    animation-delay: calc((900ms) - 1500ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--1 .qodef-circle--4 {
    animation-delay: calc((1200ms) - 1500ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 {
    transform: rotateZ(45deg)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 .qodef-circle--1 {
    animation-delay: calc((300ms) - 1400ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 .qodef-circle--2 {
    animation-delay: calc((600ms) - 1400ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 .qodef-circle--3 {
    animation-delay: calc((900ms) - 1400ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 .qodef-circle--4 {
    animation-delay: calc((1200ms) - 1400ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 {
    transform: rotateZ(90deg)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 .qodef-circle--1 {
    animation-delay: calc((300ms) - 1300ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 .qodef-circle--2 {
    animation-delay: calc((600ms) - 1300ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 .qodef-circle--3 {
    animation-delay: calc((900ms) - 1300ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 .qodef-circle--4 {
    animation-delay: calc((1200ms) - 1300ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle {
    position: absolute;
    width: 12px;
    height: 12px;
    background-color: currentColor;
    border-radius: 100%;
    animation: qode-bounce-delay 1.2s infinite ease-in-out both
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle.qodef-circle--1 {
    top: 0;
    left: 0
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle.qodef-circle--2 {
    top: 0;
    right: 0
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle.qodef-circle--3 {
    right: 0;
    bottom: 0
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle.qodef-circle--4 {
    left: 0;
    bottom: 0
}

#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion {
    position: relative;
    width: 30px;
    height: 30px;
    margin: -45px 0 0 -30px
}

#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 40px;
    width: 40px;
    background: currentColor;
    border-radius: 50%
}

#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item.qodef-fusion--1 {
    top: 0;
    left: 50%;
    animation: qode-fussion-ball-1 1s 0s ease infinite;
    z-index: 1
}

#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item.qodef-fusion--2 {
    top: 50%;
    left: 100%;
    animation: qode-fussion-ball-2 1s 0s ease infinite;
    z-index: 2
}

#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item.qodef-fusion--3 {
    top: 100%;
    left: 50%;
    animation: qode-fussion-ball-3 1s 0s ease infinite;
    z-index: 1
}

#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item.qodef-fusion--4 {
    top: 50%;
    left: 0;
    animation: qode-fussion-ball-4 1s 0s ease infinite;
    z-index: 2
}

#qodef-page-spinner.qodef-layout--lines .qodef-m-lines {
    width: 60px;
    height: 60px;
    margin: 0 0 0 -30px
}

#qodef-page-spinner.qodef-layout--lines .qodef-m-line.qodef-line--1 {
    position: absolute;
    width: 60px;
    height: 4px;
    margin-left: 10px;
    background-color: currentColor;
    animation: qode-lines-spin 1.5s infinite ease calc((100ms) - 100ms)
}

#qodef-page-spinner.qodef-layout--lines .qodef-m-line.qodef-line--2 {
    position: absolute;
    width: 60px;
    height: 4px;
    margin-left: 10px;
    background-color: currentColor;
    animation: qode-lines-spin 1.5s infinite ease calc((200ms) - 100ms)
}

#qodef-page-spinner.qodef-layout--lines .qodef-m-line.qodef-line--3 {
    position: absolute;
    width: 60px;
    height: 4px;
    margin-left: 10px;
    background-color: currentColor;
    animation: qode-lines-spin 1.5s infinite ease calc((300ms) - 100ms)
}

#qodef-page-spinner.qodef-layout--lines .qodef-m-line.qodef-line--4 {
    position: absolute;
    width: 60px;
    height: 4px;
    margin-left: 10px;
    background-color: currentColor;
    animation: qode-lines-spin 1.5s infinite ease calc((400ms) - 100ms)
}

#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis {
    position: relative;
    height: 50px;
    width: 50px;
    margin: -25px 0 0 -25px;
    animation: qode-mitosis-invert 2s infinite steps(2, end)
}

#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: currentColor;
    border-radius: 50%
}

#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item.qodef-mitosis--1 {
    animation: qode-mitosis-ball-1 1s infinite alternate linear
}

#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item.qodef-mitosis--2 {
    animation: qode-mitosis-ball-2 1s infinite alternate linear
}

#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item.qodef-mitosis--3 {
    animation: qode-mitosis-ball-3 1s infinite alternate linear
}

#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item.qodef-mitosis--4 {
    animation: qode-mitosis-ball-4 1s infinite alternate linear
}

#qodef-page-spinner.qodef-layout--predefined {
    clip-path: url(#qodef-svg--round-mask)
}

#qodef-page-spinner.qodef-layout--predefined clipPath {
    transform: scale(.01, .01)
}

#qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    z-index: 1
}

#qodef-page-spinner.qodef-layout--predefined .qodef-m-predefined {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 5vW 11.1vW;
    opacity: 0;
    visibility: hidden;
    animation: qode-fade-in .5s .1s forwards
}

#qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner-background-image-holder {
    --qode-spacing: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

#qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner-background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50% 50%
}

#qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner-mask {
    z-index: -100;
    opacity: 0;
    position: absolute
}

#qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner-content {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    display: flex;
    justify-content: center
}

#qodef-page-spinner.qodef-layout--predefined.qodef--finished {
    pointer-events: none
}

#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-heading {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between
}

#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-heading>* {
    margin: 0;
    opacity: 0;
    animation: qode-fade-in 1s forwards
}

#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-number-holder {
    flex-shrink: 0;
    animation-delay: .5s
}

#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-line {
    position: relative;
    display: block;
    height: 3px;
    width: 500px;
    margin-top: 20px;
    background-color: #e5e1dc;
    overflow: hidden;
    opacity: 0;
    animation: qode-fade-in 1s .3s forwards
}

#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-line-front {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--qode-main-color);
    width: 0
}

#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circles {
    position: relative;
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px
}

#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle {
    position: absolute;
    height: 100%;
    width: 100%;
    background: currentColor;
    border: 0 solid currentColor;
    border-radius: 50%
}

#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle.qodef-pulse--1 {
    animation: qode-pulse-circles-pulse 3s infinite calc((-750ms) + 750ms)
}

#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle.qodef-pulse--2 {
    animation: qode-pulse-circles-pulse 3s infinite calc((-1500ms) + 750ms)
}

#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle.qodef-pulse--3 {
    animation: qode-pulse-circles-pulse 3s infinite calc((-2250ms) + 750ms)
}

#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle.qodef-pulse--4 {
    animation: qode-pulse-circles-pulse 3s infinite calc((-3000ms) + 750ms)
}

#qodef-page-spinner.qodef-layout--pulse .qodef-m-pulse {
    width: 32px;
    height: 32px;
    margin: -16px 0 0 -16px;
    background-color: currentColor;
    border-radius: 16px;
    animation: qode-scaleout 1s infinite ease-in-out
}

#qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles {
    width: 60px;
    height: 20px
}

#qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles>div {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 4px;
    background-color: currentColor;
    border-radius: 100%;
    opacity: 0;
    animation: qode-ball-fall 1.5s ease infinite both
}

#qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles>div:nth-last-of-type(1) {
    animation-delay: calc((100ms) - 300ms)
}

#qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles>div:nth-last-of-type(2) {
    animation-delay: calc((200ms) - 300ms)
}

#qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles>div:nth-last-of-type(3) {
    animation-delay: calc((300ms) - 300ms)
}

#qodef-page-spinner.qodef-layout--rotating-cubes .qodef-m-cubes {
    position: relative;
    width: 32px;
    height: 32px;
    margin: -16px 0 0 -16px
}

#qodef-page-spinner.qodef-layout--rotating-cubes .qodef-m-cube {
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    background-color: currentColor;
    animation: qode-rotating-cubes 1.8s infinite ease-in-out
}

#qodef-page-spinner.qodef-layout--rotating-cubes .qodef-m-cube.qodef-cube--2 {
    animation-delay: -.9s
}

#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripes {
    width: 50px;
    height: 60px;
    margin: -30px 0 0 -25px;
    text-align: center
}

#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe {
    display: inline-block;
    float: left;
    height: 100%;
    width: 6px;
    margin: 0 3px 0 0;
    background-color: currentColor;
    animation: qode-stretch-delay 1.2s infinite ease-in-out
}

#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe.qodef-stripe--2 {
    animation-delay: calc((200ms) - 1300ms)
}

#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe.qodef-stripe--3 {
    animation-delay: calc((300ms) - 1300ms)
}

#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe.qodef-stripe--4 {
    animation-delay: calc((400ms) - 1300ms)
}

#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe.qodef-stripe--5 {
    animation-delay: calc((500ms) - 1300ms)
}

#qodef-page-spinner.qodef-layout--textual .qodef-m-spinner {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%
}

#qodef-page-spinner.qodef-layout--textual .qodef-m-textual {
    opacity: 0
}

#qodef-page-spinner.qodef-layout--textual .qodef-m-text {
    display: flex;
    font-family: Jost, sans-serif;
    font-size: 30px;
    line-height: 1;
    font-weight: 500;
    white-space: nowrap;
    text-transform: uppercase
}

#qodef-page-spinner.qodef-layout--textual .qodef-m-char {
    display: inline-block;
    opacity: 0;
    will-change: opacity
}

#qodef-page-spinner.qodef-layout--textual .qodef-m-char.qodef-m-empty-char {
    white-space: pre
}

#qodef-page-spinner.qodef-layout--textual.qodef--init .qodef-m-textual {
    opacity: 1
}

#qodef-page-spinner.qodef-layout--two-rotating-circles .qodef-m-two-rotating-circles {
    position: relative;
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px;
    text-align: center;
    animation: qode-rotate-circles 2s infinite linear
}

#qodef-page-spinner.qodef-layout--two-rotating-circles .qodef-m-circle {
    position: absolute;
    top: 0;
    width: 60%;
    height: 60%;
    display: inline-block;
    background-color: currentColor;
    border-radius: 100%;
    transform-origin: center bottom;
    animation: qode-bounce 2s infinite ease-in-out
}

#qodef-page-spinner.qodef-layout--two-rotating-circles .qodef-m-circle.qodef-circle--2 {
    top: auto;
    bottom: 0;
    animation-delay: -1s
}

#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circles {
    width: 150px;
    height: 30px;
    margin: -15px 0 0 -75px
}

#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circle {
    float: left;
    height: 30px;
    width: 30px;
    margin-right: 10px;
    background: currentColor;
    border-radius: 50%
}

#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circle.qodef-wave--1 {
    animation: qode-wave-jump-3 1.8s infinite ease-out
}

#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circle.qodef-wave--2 {
    animation: qode-wave-jump-2 1.8s infinite ease-out
}

#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circle.qodef-wave--3 {
    animation: qode-wave-jump-1 1.8s infinite ease-out
}

#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circle.qodef-wave--4 {
    margin-right: 0;
    animation: qode-wave-wipe 1.8s infinite cubic-bezier(.5, 0, .5, 1)
}

#qodef-page-spinner.qodef-layout--wave .qodef-m-wave {
    width: 72px;
    margin: -9px 0 0 -36px;
    text-align: center
}

#qodef-page-spinner.qodef-layout--wave .qodef-m-wave-item {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: 0 3px 0 0;
    background-color: currentColor;
    border-radius: 100%;
    animation: qode-bounce-delay 1.4s infinite ease-in-out both
}

#qodef-page-spinner.qodef-layout--wave .qodef-m-wave-item.qodef-wave--1 {
    animation-delay: -.32s
}

#qodef-page-spinner.qodef-layout--wave .qodef-m-wave-item.qodef-wave--2 {
    animation-delay: -.16s
}

.qodef-page-title {
    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 50px
}

.qodef-page-title .qodef-breadcrumbs a,
.qodef-page-title .qodef-breadcrumbs span {
    font-size: 15px;
    color: #fff
}

.qodef-page-title .qodef-breadcrumbs .qodef-breadcrumbs-separator {
    margin: 0 5px;
    color: var(--qode-border-color)
}

.qodef-page-title .qodef-breadcrumbs .qodef-breadcrumbs-separator:after {
    content: '//'
}

.qodef-page-title .qodef-breadcrumbs a {
    --qodef-background-position: 100%;
    background-repeat: no-repeat;
    background-image: linear-gradient(transparent calc(100% - 1px), var(--qode-main-color) 1px);
    background-size: 0 var(--qodef-background-position);
    transition: .4s background-size cubic-bezier(.26, .57, .14, .81);
    background-position-x: 100%
}

.qodef-page-title .qodef-breadcrumbs a:hover {
    background-size: 100% var(--qodef-background-position);
    background-position-x: 0
}

.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
}

.widget.qodef-author-info .qodef-author-info-image {
    margin-bottom: 40px;
    display: inline-block
}

.widget.qodef-author-info .qodef-author-info-name {
    margin: 0 0 9px
}

.widget.qodef-author-info .qodef-author-info-name a {
    color: #fff
}

.widget.qodef-author-info .qodef-author-info-name a:hover {
    color: #fff
}

.widget.qodef-author-info .qodef-author-info-description {
    margin: 0
}

.widget .qodef-contact-info-widget {
    margin: 0
}

#qodef-top-area .widget .qodef-contact-info-widget a {
    font-size: 16px
}

.qodef-social-links-group .qodef-link-holder {
    display: inline-flex;
    align-items: center
}

.qodef-social-links-group .qodef-link-holder a {
    color: #fff !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: .2em;
    text-transform: uppercase;
    position: relative;
    --qodef-background-position: calc(100% - 3px);
    background-repeat: no-repeat;
    background-image: linear-gradient(transparent calc(100% - 1px), var(--qode-main-color) 1px);
    background-size: 0 var(--qodef-background-position);
    transition: .4s background-size cubic-bezier(.26, .57, .14, .81);
    background-position-x: 100%
}

.qodef-social-links-group .qodef-link-holder a:hover {
    color: #fff !important;
    background-size: 100% var(--qodef-background-position);
    background-position-x: 0
}

.qodef-social-links-group .qodef-link-holder:not(:last-child):after {
    content: '';
    display: inline-flex;
    margin: 0 14px 0 15px;
    width: 8px;
    height: 14px;
    background: var(--qode-main-color);
    -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3Ljk5NyIgaGVpZ2h0PSIxMy44NDMiIHZpZXdCb3g9IjAgMCA3Ljk5NyAxMy44NDMiPg0KCTxnIGZpbGw9Im5vbmUiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiPg0KCQk8cGF0aCBkPSJtNy45OTUgNi45MjItMi0zLjQ1NS0yLTMuNDYzLTIgMy40NjNMLjAwMSA2LjkyMmwxLjk5NCAzLjQ1NSAyIDMuNDYzIDItMy40NjMgMi0zLjQ1NVoiLz4NCgkJPHBhdGggZmlsbD0iY3VycmVudENvbG9yIiBkPSJNMy45OTggMiAxLjE5NyA2Ljg1NGwuMDY4LjA5Mi0uMDU0LjA2OCAyLjc4NyA0LjgzIDIuODQzLTQuOTIyTDMuOTk4IDJtMC0yIDMuOTk1IDYuOTE4aC4wMDRsLS4wMDIuMDA0LjAwMi4wMDRoLS4wMDRsLTMuOTk1IDYuOTE4TC4wMDUgNi45MjZIMGwuMDAzLS4wMDRMMCA2LjkxOGguMDA1TDMuOTk4IDBaIi8+DQoJPC9nPg0KPC9zdmc+);
    mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3Ljk5NyIgaGVpZ2h0PSIxMy44NDMiIHZpZXdCb3g9IjAgMCA3Ljk5NyAxMy44NDMiPg0KCTxnIGZpbGw9Im5vbmUiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiPg0KCQk8cGF0aCBkPSJtNy45OTUgNi45MjItMi0zLjQ1NS0yLTMuNDYzLTIgMy40NjNMLjAwMSA2LjkyMmwxLjk5NCAzLjQ1NSAyIDMuNDYzIDItMy40NjMgMi0zLjQ1NVoiLz4NCgkJPHBhdGggZmlsbD0iY3VycmVudENvbG9yIiBkPSJNMy45OTggMiAxLjE5NyA2Ljg1NGwuMDY4LjA5Mi0uMDU0LjA2OCAyLjc4NyA0LjgzIDIuODQzLTQuOTIyTDMuOTk4IDJtMC0yIDMuOTk1IDYuOTE4aC4wMDRsLS4wMDIuMDA0LjAwMi4wMDRoLS4wMDRsLTMuOTk1IDYuOTE4TC4wMDUgNi45MjZIMGwuMDAzLS4wMDRMMCA2LjkxOGguMDA1TDMuOTk4IDBaIi8+DQoJPC9nPg0KPC9zdmc+);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat
}

.widget_fidalgo_core_sticky_sidebar {
    position: relative;
    width: 100%;
    height: 0;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: 0 0 !important
}

.widget_fidalgo_core_svg_icon {
    display: inline-block;
    vertical-align: top;
    margin: 0 !important
}

.widget_fidalgo_core_svg_icon .qodef-m-holder {
    display: flex;
    align-items: center
}

.widget_fidalgo_core_svg_icon .qodef-svg-icon-widget svg {
    display: block;
    fill: var(--fill-color);
    stroke: var(--stroke-color);
    max-width: 100%;
    max-height: 100%;
    transition: all .25s ease-out
}

.widget_fidalgo_core_svg_icon .qodef-svg-icon-widget a {
    display: inline-block;
    width: 100%;
    height: 100%
}

.widget_fidalgo_core_svg_icon .qodef-svg-icon-widget a:hover svg,
.widget_fidalgo_core_svg_icon .qodef-svg-icon-widget:hover svg {
    fill: var(--fill-hover-color);
    stroke: var(--stroke-hover-color)
}

.widget_fidalgo_core_svg_icon .qodef-svg-icon-widget a:hover .qodef-m-text,
.widget_fidalgo_core_svg_icon .qodef-svg-icon-widget:hover .qodef-m-text {
    color: var(--text-hover-color)
}

.widget_fidalgo_core_svg_icon .qodef-svg-icon-widget:hover .qodef-m-icon {
    background-color: var(--background-hover-color)
}

.widget_fidalgo_core_svg_icon .qodef-m-icon {
    --fill-color: currentColor;
    --stroke-color: currentColor;
    --fill-hover-color: currentColor;
    --stroke-hover-color: currentColor;
    --background-color: transparent;
    --background-hover-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    max-height: 100%;
    background-color: var(--background-color);
    overflow: hidden;
    transition: all .25s ease-out
}

.widget_fidalgo_core_svg_icon .qodef-m-text {
    --text-color: currentColor;
    --text-hover-color: currentColor;
    color: var(--text-color);
    transition: all .25s ease-out;
    line-height: 1
}

#qodef-page-header .widget_fidalgo_core_svg_icon .qodef-m-text {
    font-family: Jost, sans-serif;
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .1em
}

#qodef-page-header .widget_fidalgo_core_svg_icon .qodef-m-text .qodef-menu-item-text {
    --qodef-background-position: calc(100% - 4px);
    background-repeat: no-repeat;
    background-image: linear-gradient(transparent calc(100% - 1px), var(--qode-main-color) 1px);
    background-size: 0 var(--qodef-background-position);
    transition: .4s background-size cubic-bezier(.26, .57, .14, .81);
    background-position-x: 100%
}

@media only screen and (max-width:680px) {
    .qodef-background-grid-lines--enabled .qodef-m-background-grid-lines {
        display: none
    }
}

@media only screen and (max-width:880px) {
    #qodef-author-info .qodef-m-inner {
        flex-wrap: wrap
    }

    #qodef-author-info .qodef-m-content {
        margin-top: 23px
    }
}

@media only screen and (max-width:1200px) {
    body:not(.qodef-content-behind-header) #qodef-page-outer {
        margin-top: 0 !important
    }
}

@media only screen and (max-width:1200px) {
    .qodef-header--vertical-sliding #qodef-page-header-inner {
        display: none
    }

    .qodef-header--vertical-sliding:not(.qodef-content-behind-header) #qodef-page-footer,
    .qodef-header--vertical-sliding:not(.qodef-content-behind-header) #qodef-page-outer {
        padding-left: 0
    }
}

@media only screen and (max-width:1200px) {
    .qodef-header--vertical #qodef-page-header-inner {
        display: none
    }

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

@media only screen and (max-width:1200px) {
    #qodef-top-area {
        display: none
    }
}

@media only screen and (max-width:880px) {
    body[class*=fidalgo-core] #qode-quick-view-for-woocommerce-pop-up .qqvfw-m-media-wrapper {
        max-height: 30vh;
        width: 100% !important
    }

    body[class*=fidalgo-core] #qode-quick-view-for-woocommerce-pop-up .qqvfw-m-summary-wrapper .summary {
        padding: 0 30px 30px 30px !important
    }

    body[class*=fidalgo-core] #qode-quick-view-for-woocommerce-pop-up .qqvfw-m-summary-wrapper form.cart .variations .value {
        position: relative
    }

    body[class*=fidalgo-core] #qode-quick-view-for-woocommerce-pop-up .qqvfw-m-summary-wrapper form.cart .variations .reset_variations {
        bottom: 0;
        left: 0;
        margin: 0;
        position: absolute
    }

    body[class*=fidalgo-core] #qode-quick-view-for-woocommerce-pop-up .qqvfw-m-summary-wrapper form.cart .variations tr:last-child .value {
        padding-bottom: 20px
    }

    body[class*=fidalgo-core] #qode-quick-view-for-woocommerce-pop-up .qqvfw-m-summary-wrapper form.cart .variations tr:last-child .select2-container--default {
        margin-bottom: 11px
    }

    body[class*=fidalgo-core] #qode-quick-view-for-woocommerce-pop-up .qqvfw-m-summary-wrapper form.cart .button {
        padding: 15px 6%
    }
}

@media only screen and (max-width:680px) {
    body[class*=fidalgo-core] {
        --qode-woo-small-gap: 12px
    }
}

@media only screen and (max-width:680px) {
    body[class*=fidalgo-core] {
        --qode-woo-small-gap: 12px
    }
}

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

    body[class*=fidalgo-core] .shop_table.qwfw-m-items td.product-stock-status,
    body[class*=fidalgo-core] .shop_table.qwfw-m-items th.product-stock-status {
        padding-left: 0
    }
}

@media only screen and (max-width:880px) {
    body[class*=fidalgo-core] .shop_table.qwfw-m-items tr {
        grid-template-columns: minmax(0, 20px) minmax(0, 70px) minmax(0, 2fr) minmax(0, 1fr) minmax(0, 1fr) !important;
        padding: 15px 0;
        display: grid
    }

    body[class*=fidalgo-core] .shop_table.qwfw-m-items th.product-stock-status {
        display: none
    }

    body[class*=fidalgo-core] .shop_table.qwfw-m-items td.product-price {
        align-self: initial
    }

    body[class*=fidalgo-core] .shop_table.qwfw-m-items td.product-stock-status {
        display: none
    }

    body[class*=fidalgo-core] .shop_table.qwfw-m-items td.product-add-to-cart {
        gap: 15px;
        grid-row: span 2;
        justify-self: end;
        white-space: nowrap
    }

    body[class*=fidalgo-core] .shop_table.qwfw-m-items td.product-add-to-cart a {
        justify-self: end
    }

    body[class*=fidalgo-core] .shop_table.qwfw-m-items td.product-add-to-cart a.remove_from_wishlist {
        margin-left: 0 !important
    }
}

@media only screen and (max-width:480px) {
    body[class*=fidalgo-core] .shop_table.qwfw-m-items tr {
        grid-template-columns: minmax(0, 20px) minmax(0, 70px) minmax(0, 1fr) !important
    }

    body[class*=fidalgo-core] .shop_table.qwfw-m-items td.product-remove {
        grid-row: span 3
    }

    body[class*=fidalgo-core] .shop_table.qwfw-m-items td.product-thumbnail {
        grid-row: span 3
    }

    body[class*=fidalgo-core] .shop_table.qwfw-m-items td.product-add-to-cart {
        grid-column: 3;
        grid-row: 4;
        justify-self: flex-start;
        padding: calc(15px / 2) 0 calc(15px / 2) 15px !important;
        text-align: initial;
        width: auto
    }
}

@media only screen and (max-width:880px) {
    #yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-inner {
        flex-wrap: wrap
    }
}

@media only screen and (max-width:880px) {
    #yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-image {
        max-height: 30vh
    }
}

@media only screen and (max-width:880px) {
    #yith-quick-view-modal #yith-quick-view-content.single-product .woocommerce-product-details__short-description {
        display: none
    }
}

@media only screen and (max-width:1200px) {
    .qodef-reservation-form .qodef-holder--field {
        flex-basis: 49%;
        margin-bottom: 10px
    }

    .qodef-holder--label {
        display: none
    }
}

@media only screen and (max-width:880px) {
    .qodef-reservation-form .qodef-holder--field {
        flex-basis: 100%;
        margin-bottom: 10px
    }
}

@media only screen and (max-width:1600px) {
    .qodef-restaurant-menu-list.qodef-item-layout--info-below.qodef-swiper-container.qodef-custom-layout--enabled .qodef-e .qodef-e-item-wrapper {
        padding: 80px 78px
    }
}

@media only screen and (max-width:1512px) {
    .qodef-restaurant-menu-list.qodef-item-layout--info-below .qodef-e-content {
        margin: 20px 0 0;
        padding: 35px
    }

    .qodef-restaurant-menu-list.qodef-item-layout--info-below .qodef-e-description {
        width: 90%
    }

    .qodef-restaurant-menu-list.qodef-item-layout--info-below.qodef-swiper-container.qodef-custom-layout--enabled .qodef-e .qodef-e-item-wrapper {
        padding: 20% 17%
    }

    .qodef-restaurant-menu-list.qodef-item-layout--info-below.qodef-swiper-container.qodef-custom-layout--enabled .qodef-e-content {
        padding: 0
    }
}

@media only screen and (max-width:1368px) {
    .qodef-restaurant-menu-list.qodef-item-layout--info-below.qodef-swiper-container.qodef-custom-layout--enabled .qodef-e .qodef-e-item-wrapper {
        padding: 15% 13%
    }

    .qodef-restaurant-menu-list.qodef-item-layout--info-below.qodef-swiper-container.qodef-custom-layout--enabled .qodef-e-media-image {
        max-width: 85%;
        margin: 0 auto
    }
}

@media only screen and (max-width:1200px) {
    .qodef-restaurant-menu-list.qodef-item-layout--info-below.qodef-swiper-container.qodef-custom-layout--enabled .qodef-e .qodef-e-item-wrapper {
        padding: 20% 8%
    }

    .qodef-restaurant-menu-list.qodef-item-layout--info-below.qodef-swiper-container.qodef-custom-layout--enabled .qodef-e-media-image {
        max-width: 80%
    }
}

@media only screen and (max-width:680px) {
    .qodef-restaurant-menu-list.qodef-item-layout--info-below .qodef-e-inner {
        flex-direction: column
    }

    .qodef-restaurant-menu-list.qodef-item-layout--info-below .qodef-e-media-image {
        border-right: none;
        width: 100%
    }

    .qodef-restaurant-menu-list.qodef-item-layout--info-below .qodef-e-media-image img {
        width: 100%
    }

    .qodef-restaurant-menu-list.qodef-item-layout--info-below .qodef-e-content {
        padding: 25px 28px 55px
    }

    .qodef-restaurant-menu-list.qodef-item-layout--info-below .qodef-e .qodef-e-item-wrapper {
        padding: 60px 40px
    }
}

@media only screen and (max-width:1512px) {
    .qodef-restaurant-menu-list.qodef-item-layout--side-by-side-bordered .qodef-e-content {
        padding: 35px
    }

    .qodef-restaurant-menu-list.qodef-item-layout--side-by-side-bordered .qodef-e-description {
        width: 90%
    }
}

@media only screen and (max-width:680px) {
    .qodef-restaurant-menu-list.qodef-item-layout--side-by-side-bordered .qodef-e-inner {
        flex-direction: column
    }

    .qodef-restaurant-menu-list.qodef-item-layout--side-by-side-bordered .qodef-e-media-image {
        border-right: none;
        width: 100%
    }

    .qodef-restaurant-menu-list.qodef-item-layout--side-by-side-bordered .qodef-e-media-image img {
        width: 100%
    }

    .qodef-restaurant-menu-list.qodef-item-layout--side-by-side-bordered .qodef-e-content {
        padding: 55px 28px
    }
}

@media only screen and (max-width:680px) {
    .qodef-restaurant-menu-list.qodef-item-layout--side-by-side .qodef-e-content {
        padding-top: 0
    }

    .qodef-restaurant-menu-list.qodef-item-layout--side-by-side .qodef-e-content .qodef-e-heading {
        margin-top: -5px
    }
}

@media only screen and (max-width:1512px) {
    .qodef-testimonials-list {
        width: 40vw
    }
}

@media only screen and (max-width:1200px) {
    .qodef-testimonials-list {
        width: 60%
    }
}

@media only screen and (max-width:880px) {
    .qodef-testimonials-list {
        width: 100%
    }
}

@media only screen and (max-width:1600px) {
    .qodef-testimonials-slider-advance .qodef-testimonials-list-wrapper {
        padding: 0 6% 0 11%
    }

    .qodef-testimonials-slider-advance .qodef-testimonials--additional-slider {
        padding: 0 9%
    }

    .qodef-testimonials-slider-advance .qodef-testimonials--additional-slider .qodef-e-static-title {
        right: 70px
    }
}

@media only screen and (max-width:1512px) {
    .qodef-testimonials-slider-advance .qodef-testimonials-list-wrapper {
        padding: 0 5% 0 10%
    }

    .qodef-testimonials-slider-advance .qodef-testimonials-list-wrapper .qodef-e-static-text {
        font-size: 90px;
        left: -90px
    }

    .qodef-testimonials-slider-advance .qodef-testimonials--additional-slider {
        padding: 0 7%
    }

    .qodef-testimonials-slider-advance .qodef-testimonials--additional-slider .qodef-e-static-title {
        right: 35px
    }
}

@media only screen and (max-width:1368px) {
    .qodef-testimonials-slider-advance .qodef-testimonials-list-wrapper {
        padding: 0 3% 0 8%
    }

    .qodef-testimonials-slider-advance .qodef-testimonials-list-wrapper .qodef-e-static-text {
        font-size: 80px;
        left: -55px
    }

    .qodef-testimonials-slider-advance .qodef-testimonials--additional-slider {
        padding: 0 5%
    }

    .qodef-testimonials-slider-advance .qodef-testimonials--additional-slider .qodef-e-static-title {
        right: 0
    }
}

@media only screen and (max-width:1200px) {
    .qodef-testimonials-slider-advance .qodef-testimonials-list {
        width: 80%
    }
}

@media only screen and (max-width:880px) {
    .qodef-testimonials-slider-advance {
        flex-direction: column;
        row-gap: 20px
    }

    .qodef-testimonials-slider-advance .qodef-testimonials-list {
        width: 100%
    }

    .qodef-testimonials-slider-advance .qodef-testimonials-list-wrapper {
        padding: 0;
        width: 100%
    }

    .qodef-testimonials-slider-advance .qodef-testimonials-list-wrapper .qodef-e-static-text {
        font-size: 60px;
        left: 0;
        margin: 25px 0 3px
    }

    .qodef-testimonials-slider-advance .qodef-testimonials--additional-slider {
        position: relative;
        width: 100%;
        padding: 0
    }

    .qodef-testimonials-slider-advance .qodef-testimonials--additional-slider .qodef-e-static-title {
        right: 10%;
        bottom: -.75em
    }
}

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

    .qodef-testimonials-slider-holder .swiper-button-next,
    .qodef-testimonials-slider-holder .swiper-button-prev {
        display: none
    }
}

@media (max-width:1680px) {
    .qodef-circular-slider-holder .qodef-m-content {
        left: 4%;
        font-size: 45px
    }

    .qodef-circular-slider-holder .qodef-m-item img {
        width: 32%
    }

    .qodef-circular-slider-holder.swiper-container-horizontal>.swiper-pagination-bullets {
        right: 40px
    }

    .qodef-circular-slider-holder.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
        width: 100px;
        height: 100px;
        line-height: 100px
    }

    .qodef-circular-slider-holder.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet img {
        width: 70px;
        height: 70px
    }
}

@media only screen and (max-width:1200px) {
    .qodef-circular-slider-holder {
        top: 100%
    }

    .qodef-circular-slider-holder .qodef-m-slide-content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        row-gap: 50px
    }

    .qodef-circular-slider-holder .qodef-m-item img {
        width: 45%
    }

    .qodef-circular-slider-holder .qodef-m-content {
        position: relative;
        top: 0;
        left: 40px;
        transform: translateY(-17px);
        font-size: 35px;
        line-height: 45px
    }

    .qodef-circular-slider-holder.swiper-container-horizontal>.swiper-pagination-bullets {
        width: 95px;
        top: calc(100% - 95px) !important
    }

    .qodef-circular-slider-holder.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
        display: block
    }
}

@media only screen and (max-width:880px) {
    .qodef-circular-slider-holder .qodef-m-content {
        text-align: center;
        line-height: 45px;
        margin: 0 auto;
        left: 0
    }

    .qodef-circular-slider-holder .qodef-m-item img {
        width: 70%
    }

    .qodef-circular-slider-holder.swiper-container-horizontal>.swiper-pagination-bullets {
        display: none
    }
}

@media (max-height:440px) {
    .qodef-circular-slider-holder {
        top: 100%
    }

    .qodef-circular-slider-holder .qodef-m-slide-content {
        flex-direction: row-reverse;
        align-items: center
    }

    .qodef-circular-slider-holder .qodef-m-item img {
        width: 32%;
        margin-top: -10px
    }

    .qodef-circular-slider-holder .qodef-m-content {
        font-size: 30px;
        top: 20px
    }

    .qodef-circular-slider-holder .qodef-m-content .qodef-e-text {
        margin-bottom: 15px
    }
}

@media only screen and (max-width:1200px) {
    .qodef-frame-slider-holder {
        margin-bottom: 96px
    }

    .qodef-frame-slider-holder .swiper-pagination-bullets {
        bottom: -96px !important
    }
}

@media only screen and (max-width:1024px) {
    .qodef-frame-slider-holder {
        margin-bottom: 86px
    }

    .qodef-frame-slider-holder .swiper-pagination-bullets {
        bottom: -86px !important
    }
}

@media only screen and (max-width:880px) {
    .qodef-frame-slider-holder {
        margin-bottom: 76px
    }

    .qodef-frame-slider-holder .swiper-pagination-bullets {
        bottom: -76px !important
    }
}

@media only screen and (max-width:680px) {
    .qodef-frame-slider-holder {
        margin-bottom: 46px
    }

    .qodef-frame-slider-holder .swiper-pagination-bullets {
        bottom: -46px !important
    }
}

@media only screen and (max-width:1200px) {
    .qodef-free-flowing-images {
        overflow: hidden
    }

    .qodef-free-flowing-images .qodef-e img {
        max-width: 25vw
    }

    .qodef-free-flowing-images .qodef-m-inner-holder {
        margin-top: 0;
        height: fit-content
    }
}

@media only screen and (max-width:1024px) {
    .qodef-free-flowing-images {
        overflow: hidden
    }

    .qodef-free-flowing-images .qodef-m-inner-holder {
        height: fit-content;
        margin-top: 0
    }

    .qodef-free-flowing-images .qodef-e img {
        border-radius: var(--qode-border-radius, 20px)
    }
}

@media only screen and (max-width:1024px) and (max-height:500px) and (orientation:landscape) {
    .qodef-free-flowing-images .qodef-e {
        --qode-width: 60vW;
        height: fit-content
    }

    .qodef-free-flowing-images .qodef-e:nth-of-type(odd) {
        padding-top: 0
    }

    .qodef-free-flowing-images .qodef-e:nth-of-type(even) {
        padding-bottom: 0
    }

    .qodef-free-flowing-images .qodef-e img {
        max-height: 100%
    }
}

@media only screen and (max-width:880px) {
    .qodef-free-flowing-images .qodef-e {
        height: 55vh;
        --qode-width: 58vW
    }

    .qodef-free-flowing-images .qodef-e img {
        max-width: 46vw
    }
}

@media only screen and (max-width:680px) {
    .qodef-free-flowing-images .qodef-e {
        --qode-width: 60vW
    }

    .qodef-free-flowing-images .qodef-e img {
        max-width: 44vw
    }
}

@media only screen and (max-width:1200px) {
    .qodef-highlight.qodef-title-break--disabled .qodef-m-title br {
        display: none
    }
}

@media only screen and (max-width:1512px) {
    .qodef-hl-cta {
        padding: 30px 45px 18.6vh 45px
    }
}

@media only screen and (max-width:1368px) {
    .qodef-hl-cta {
        padding: 30px 35px 18.6vh 35px
    }
}

@media only screen and (max-width:1200px) {
    .qodef-hl-cta {
        padding: 60px 60px 18.6vh 60px
    }

    .qodef-hl-cta .qodef-hl-cta-title {
        max-width: 43%
    }
}

@media only screen and (max-width:1200px) {
    .qodef-horizontal-scroll-showcase {
        width: 100%;
        flex-direction: column
    }

    .qodef-horizontal-scroll-showcase .qodef-hl-item:first-child .qodef-hli-title {
        margin-left: 0
    }

    .qodef-horizontal-scroll-showcase #qodef-hl-scroll-area {
        height: 100% !important
    }

    .qodef-horizontal-scroll-showcase .qodef-scroll-text {
        display: none
    }

    .qodef-horizontal-scroll-showcase .qodef-hl-cta {
        padding: 60px 60px 18.6vh 60px
    }

    .qodef-horizontal-scroll-showcase .qodef-hl-cta .qodef-hl-cta-title {
        max-width: 100%;
        margin: 2px 0
    }

    .qodef-horizontal-scroll-showcase .qodef-hli-btm-bg-image {
        height: 520px
    }

    .qodef-horizontal-scroll-showcase .qodef-hli-btm-bg-image-inner img {
        margin-left: 0
    }

    .qodef-horizontal-scroll-showcase .qodef-hl-cta,
    .qodef-horizontal-scroll-showcase .qodef-hl-intro,
    .qodef-horizontal-scroll-showcase .qodef-hl-intro .qodef-hl-intro-title,
    .qodef-horizontal-scroll-showcase .qodef-hl-item,
    .qodef-horizontal-scroll-showcase .qodef-hl-items-wrapper,
    .qodef-horizontal-scroll-showcase .qodef-hli-btm,
    .qodef-horizontal-scroll-showcase .qodef-hli-btm-inner,
    .qodef-horizontal-scroll-showcase .qodef-hli-btm-item,
    .qodef-horizontal-scroll-showcase .qodef-hli-grid {
        position: relative
    }

    .qodef-horizontal-scroll-showcase .qodef-hl-item,
    .qodef-horizontal-scroll-showcase .qodef-hl-items-wrapper {
        height: auto;
        width: 100%
    }

    .qodef-horizontal-scroll-showcase .qodef-hl-items-wrapper {
        margin-left: 0;
        flex-direction: column
    }

    .qodef-horizontal-scroll-showcase .qodef-hl-intro {
        width: 100%;
        height: calc(100vh - 70px)
    }

    .qodef-horizontal-scroll-showcase .qodef-hl-intro .qodef-hl-intro-title {
        right: initial;
        bottom: initial
    }

    .qodef-horizontal-scroll-showcase .qodef-hl-intro .qodef-hl-item {
        width: 100%
    }

    .qodef-horizontal-scroll-showcase .qodef-hli-btm-item {
        width: 100%
    }

    .qodef-horizontal-scroll-showcase .qodef-hli-image img.qodef-hli-btm-img-1,
    .qodef-horizontal-scroll-showcase .qodef-hli-image img.qodef-hli-btm-img-2 {
        position: relative;
        left: 0;
        display: block;
        margin: 0 auto;
        bottom: 0;
        max-width: 772px
    }

    .qodef-horizontal-scroll-showcase .qodef-hli-image img.qodef-hli-btm-img-1 {
        top: -86px
    }

    .qodef-horizontal-scroll-showcase .qodef-hli-image img.qodef-hli-btm-img-2 {
        top: -66px
    }

    .qodef-horizontal-scroll-showcase .qodef-hli-btm {
        height: auto
    }

    .qodef-horizontal-scroll-showcase .qodef-m-stamp {
        position: fixed;
        bottom: 50px;
        right: 50px;
        left: unset;
        transform: none
    }

    .qodef-horizontal-scroll-showcase .qodef-m-stamp .qodef-stamp.qodef-stamp--rotation {
        animation-play-state: running
    }
}

@media only screen and (max-width:880px) {
    .qodef-hl-cta-btn {
        position: relative;
        right: initial;
        bottom: 0;
        margin-top: 72px
    }

    .qodef-hl-cta .qodef-hl-cta-section-one+.qodef-hl-cta-section-two {
        margin-top: 72px
    }

    .qodef-hl-cta .qodef-hl-cta-title {
        max-width: 100%;
        margin: 2px 0
    }

    .qodef-hli-btm-bg-image {
        height: 520px
    }

    .qodef-hli-btm-bg-image-inner img {
        margin-left: 0
    }

    .qodef-hl-cta,
    .qodef-hl-intro,
    .qodef-hl-intro .qodef-hl-intro-title,
    .qodef-hl-item,
    .qodef-hl-items-wrapper,
    .qodef-hli-btm,
    .qodef-hli-btm-inner,
    .qodef-hli-btm-item,
    .qodef-hli-grid {
        position: relative
    }

    .qodef-hl-item,
    .qodef-hl-items-wrapper {
        height: auto;
        width: 100%
    }

    .qodef-hl-intro {
        width: 100%
    }

    .qodef-hl-intro .qodef-hl-intro-bottom,
    .qodef-hl-intro .qodef-hl-intro-top {
        top: 30px
    }

    .qodef-hl-intro .qodef-hl-intro-title {
        right: initial;
        bottom: initial;
        width: 100%
    }

    .qodef-hl-intro .qodef-hl-item {
        width: 100%
    }

    .qodef-hl-intro .qodef-hl-intro-logo {
        top: 60%
    }

    .qodef-hli-btm-item {
        width: 100%
    }

    .qodef-hli-btm {
        height: auto
    }

    .qodef-hl-cta {
        height: 100vh;
        padding: 60px 60px 32px 9%
    }
}

@media only screen and (max-width:680px) {
    .qodef-hl-intro .qodef-hl-intro-title {
        font-size: 46px
    }

    .qodef-hl-cta .qodef-hl-cta-section-two {
        top: 82vh;
        transform: none
    }
}

@media only screen and (max-width:1200px) {
    .qodef-info-section.qodef-title-break--disabled .qodef-m-title br {
        display: none
    }
}

@media only screen and (max-width:1512px) {
    .qodef-interactive-link-showcase .qodef-m-item .qodef-e-title {
        font-size: 80px
    }
}

@media only screen and (max-width:880px) {
    .qodef-interactive-link-showcase .qodef-m-item .qodef-e-title {
        font-size: 55px
    }
}

@media only screen and (max-width:680px) {
    .qodef-interactive-link-showcase .qodef-m-item .qodef-e-title {
        font-size: 37px
    }
}

@media only screen and (max-width:1368px) {
    .qodef-interactive-link-showcase.qodef-type--standard {
        padding: 100px 0
    }

    .qodef-interactive-link-showcase.qodef-type--standard .qodef-m-images {
        width: 60%
    }

    .qodef-interactive-link-showcase.qodef-type--standard .qodef-m-items {
        width: 40%
    }
}

@media only screen and (max-width:1200px) {
    .qodef-interactive-link-showcase.qodef-type--standard {
        padding: 60px 0
    }

    .qodef-interactive-link-showcase.qodef-type--standard .qodef-m-images {
        width: 80%
    }

    .qodef-interactive-link-showcase.qodef-type--standard .qodef-m-items {
        width: 100%;
        padding-left: 60px;
        align-items: flex-start
    }

    .qodef-interactive-link-showcase.qodef-type--standard .qodef-m-item {
        font-size: 28px;
        line-height: 1.39286em;
        padding-bottom: 3px
    }
}

@media only screen and (max-width:880px) {
    .qodef-interactive-link-showcase.qodef-type--standard {
        padding: 30px 0
    }

    .qodef-interactive-link-showcase.qodef-type--standard .qodef-m-items {
        padding-left: 30px
    }
}

@media only screen and (max-width:1200px) {
    .qodef-section-title.qodef-title-break--disabled .qodef-m-title br {
        display: none
    }
}

@media only screen and (max-width:1512px) {
    .qodef-stacked-images .qodef-m-images .qodef-m-image {
        --qode-item-vertical: var(--qode-item-vertical-position-1512, var(--qode-item-vertical-position, 0)) !important;
        --qode-item-horizontal: var(--qode-item-horizontal-position-1512, var(--qode-item-horizontal-position, 0)) !important
    }
}

@media only screen and (max-width:1368px) {
    .qodef-stacked-images .qodef-m-images .qodef-m-image {
        --qode-item-vertical: var(--qode-item-vertical-position-1368, var(--qode-item-vertical-position, 0)) !important;
        --qode-item-horizontal: var(--qode-item-horizontal-position-1368, var(--qode-item-horizontal-position, 0)) !important
    }
}

@media only screen and (max-width:1200px) {
    .qodef-stacked-images .qodef-m-images .qodef-m-image {
        --qode-item-vertical: var(--qode-item-vertical-position-1200, var(--qode-item-vertical-position, 0)) !important;
        --qode-item-horizontal: var(--qode-item-horizontal-position-1200, var(--qode-item-horizontal-position, 0)) !important
    }
}

@media only screen and (max-width:1024px) {
    .qodef-stacked-images .qodef-m-images .qodef-m-image {
        --qode-item-vertical: var(--qode-item-vertical-position-1024, var(--qode-item-vertical-position, 0)) !important;
        --qode-item-horizontal: var(--qode-item-horizontal-position-1024, var(--qode-item-horizontal-position, 0)) !important
    }

    .qodef-stacked-images .qodef-m-images .qodef-m-image.qodef-hide-below--1024 {
        display: none
    }
}

@media only screen and (max-width:880px) {
    .qodef-stacked-images .qodef-m-images .qodef-m-image {
        --qode-item-vertical: var(--qode-item-vertical-position-880, var(--qode-item-vertical-position-1024, var(--qode-item-vertical-position, 0))) !important;
        --qode-item-horizontal: var(--qode-item-horizontal-position-880, var(--qode-item-horizontal-position-1024, var(--qode-item-horizontal-position, 0))) !important
    }

    .qodef-stacked-images .qodef-m-images .qodef-m-image.qodef-hide-below--880 {
        display: none
    }
}

@media only screen and (max-width:680px) {
    .qodef-stacked-images .qodef-m-images .qodef-m-image {
        --qode-item-vertical: var(--qode-item-vertical-position-680, var(--qode-item-vertical-position-880, var(--qode-item-vertical-position, 0))) !important;
        --qode-item-horizontal: var(--qode-item-horizontal-position-680, var(--qode-item-horizontal-position-880, var(--qode-item-horizontal-position, 0))) !important
    }

    .qodef-stacked-images .qodef-m-images .qodef-m-image.qodef-hide-below--680 {
        display: none
    }
}

@media only screen and (max-width:880px) {
    .qodef-tabs.qodef-layout--simple.qodef-orientation--vertical {
        display: block
    }

    .qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation {
        padding-right: 0;
        margin-right: 0;
        border-right: 0
    }

    .qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-content {
        margin-top: 26px
    }

    .qodef-tabs.qodef-layout--simple .qodef-tabs-content {
        margin: 26px 0 0
    }
}

@media only screen and (max-width:680px) {
    .qodef-textual-projects-showcase .qodef-e-holder-inner {
        font-size: 54px;
        row-gap: 5px
    }

    .qodef-textual-projects-showcase .qodef-e-image {
        width: var(--image-width-680, var(--image-width))
    }
}

@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: 90px;
        right: auto
    }

    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown ul {
        flex-direction: row
    }

    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:before {
        content: none !important
    }

    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:not(:last-child):after {
        content: '';
        display: inline-flex;
        margin: 0 14px 0 15px;
        width: 8px;
        height: 14px;
        background: var(--qode-main-color);
        -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3Ljk5NyIgaGVpZ2h0PSIxMy44NDMiIHZpZXdCb3g9IjAgMCA3Ljk5NyAxMy44NDMiPg0KCTxnIGZpbGw9Im5vbmUiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiPg0KCQk8cGF0aCBkPSJtNy45OTUgNi45MjItMi0zLjQ1NS0yLTMuNDYzLTIgMy40NjNMLjAwMSA2LjkyMmwxLjk5NCAzLjQ1NSAyIDMuNDYzIDItMy40NjMgMi0zLjQ1NVoiLz4NCgkJPHBhdGggZmlsbD0iY3VycmVudENvbG9yIiBkPSJNMy45OTggMiAxLjE5NyA2Ljg1NGwuMDY4LjA5Mi0uMDU0LjA2OCAyLjc4NyA0LjgzIDIuODQzLTQuOTIyTDMuOTk4IDJtMC0yIDMuOTk1IDYuOTE4aC4wMDRsLS4wMDIuMDA0LjAwMi4wMDRoLS4wMDRsLTMuOTk1IDYuOTE4TC4wMDUgNi45MjZIMGwuMDAzLS4wMDRMMCA2LjkxOGguMDA1TDMuOTk4IDBaIi8+DQoJPC9nPg0KPC9zdmc+);
        mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3Ljk5NyIgaGVpZ2h0PSIxMy44NDMiIHZpZXdCb3g9IjAgMCA3Ljk5NyAxMy44NDMiPg0KCTxnIGZpbGw9Im5vbmUiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiPg0KCQk8cGF0aCBkPSJtNy45OTUgNi45MjItMi0zLjQ1NS0yLTMuNDYzLTIgMy40NjNMLjAwMSA2LjkyMmwxLjk5NCAzLjQ1NSAyIDMuNDYzIDItMy40NjMgMi0zLjQ1NVoiLz4NCgkJPHBhdGggZmlsbD0iY3VycmVudENvbG9yIiBkPSJNMy45OTggMiAxLjE5NyA2Ljg1NGwuMDY4LjA5Mi0uMDU0LjA2OCAyLjc4NyA0LjgzIDIuODQzLTQuOTIyTDMuOTk4IDJtMC0yIDMuOTk1IDYuOTE4aC4wMDRsLS4wMDIuMDA0LjAwMi4wMDRoLS4wMDRsLTMuOTk1IDYuOTE4TC4wMDUgNi45MjZIMGwuMDAzLS4wMDRMMCA2LjkxOGguMDA1TDMuOTk4IDBaIi8+DQoJPC9nPg0KPC9zdmc+);
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat
    }
}

@media only screen and (max-width:1200px) {
    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-links-group {
        justify-content: flex-start
    }
}