@charset "UTF-8";.leroux-core-page-inline-style {
    position: absolute!important;
    width: 0;
    height: 0;
    line-height: 1;
    display: none
}

.qodef--particles-holder,.qodef--particles-holder-rev {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: visible
}

.qodef--particles-holder svg,.qodef--particles-holder-rev svg {
    fill: currentColor;
    overflow: visible
}

.qodef--particles-holder path,.qodef--particles-holder-rev path {
    opacity: var(--qode-opacity)
}

.qodef-rev-navigation .qodef-rev-arrow {
    transition: transform .45s ease-out;
    transform: translateX(0)
}

.qodef-rev-navigation.tp-rightarrow:hover .qodef-rev-arrow {
    transform: translateX(5px)
}

.qodef-rev-navigation.tp-leftarrow:hover .qodef-rev-arrow {
    transform: translateX(-5px)
}

.qodef-progress-button.qodef-progress-button-one {
    animation: qode-progress-content-show .5s both;
    display: inline-flex;
    line-height: 1.2em
}

.qodef-progress-button.qodef-progress-button-one {
    transition-delay: .3s
}

.qodef-progress-button.qodef-progress-button-two {
    animation: qode-progress-content-show .5s both .15s;
    display: inline-flex;
    line-height: 1.2em
}

.qodef-progress-title {
    animation: qode-progress-content-show .5s .3s both;
    display: inline-flex
}

@media only screen and (max-width: 1024px) {
    #qodef-page-wrapper {
        overflow-x:hidden
    }
}

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

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

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

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

#qodef-back-to-top {
    position: fixed;
    width: 40px;
    height: 60px;
    right: 25px;
    bottom: 25px;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 10000
}

#qodef-back-to-top .qodef-back-to-top-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: 20px;
    color: #fff;
    background-color: #20282d;
    border: 1px solid transparent;
    overflow: hidden;
    transition: color .27s ease-out,background-color .27s ease-out,border-color .27s ease-out;
    border-radius: 25px
}

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

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

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

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

#qodef-back-to-top.qodef--predefined svg {
    stroke: currentColor;
    transform: rotate(90deg);
    stroke-width: 2.1;
    --qode-hover-move-x: -110%;
    --qode-hover-move-y: 0%
}

#qodef-back-to-top.qodef--predefined svg g {
    transition: transform .38s cubic-bezier(.37,.08,.02,.93),opacity .18s ease-out
}

#qodef-back-to-top.qodef--predefined svg g:nth-of-type(1) {
    transform: translateX(0) translateY(0);
    opacity: 1;
    transition-delay: .15s,.15s
}

#qodef-back-to-top.qodef--predefined svg g:nth-of-type(2) {
    transform: translateX(calc(-1 * var(--qode-hover-move-x))) translateY(var(--qode-hover-move-y));
    opacity: .5;
    transition-delay: 0s,0s
}

#qodef-back-to-top.qodef--predefined:hover svg g:nth-of-type(1) {
    transform: translateX(var(--qode-hover-move-x)) translateY(calc(-1 * var(--qode-hover-move-y)));
    opacity: 0;
    transition-delay: 0s,0s
}

#qodef-back-to-top.qodef--predefined:hover svg g:nth-of-type(2) {
    transform: translateX(0) translateY(0);
    opacity: 1;
    transition-delay: .15s,.15s
}

.qodef-background-text {
    position: relative
}

.qodef-background-text .qodef-m-background-text-holder {
    display: flex;
    height: 100%;
    position: absolute;
    width: 100%
}

.qodef-background-text .qodef-m-background-text {
    color: var(--qode-main-color);
    font-family: "Dm Sans",sans-serif;
    font-size: 200px;
    line-height: 1em
}

.qodef-blog.qodef-item-layout--compact .qodef-blog-item .qodef-e-inner .entry-date.qodef-list-date {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    display: flex;
    flex-direction: column;
    row-gap: 2px;
    justify-content: center;
    align-items: center;
    padding: 14px 18px 15px;
    font-family: "Dm Sans",sans-serif;
    z-index: 99;
    background-color: rgba(255,255,255,.2);
    -webkit-backdrop-filter: blur(4px) brightness(100%);
    backdrop-filter: blur(4px) brightness(100%)
}

.qodef-blog.qodef-item-layout--compact .qodef-blog-item .qodef-e-inner .entry-date.qodef-list-date .qodef-day {
    font-size: 20px
}

.qodef-blog.qodef-item-layout--compact .qodef-blog-item .qodef-e-content {
    margin: 23px 0 0
}

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

.qodef--single .qodef-blog.qodef-item-layout--compact .qodef-blog-item .qodef-e-top-holder {
    margin-top: 0
}

.qodef-blog.qodef-item-layout--compact .qodef-blog-item .qodef-e-text {
    margin: 11px 0 0
}

.qodef-blog.qodef-item-layout--compact .qodef-blog-item .qodef-e-bottom-holder {
    margin-top: 27px
}

.qodef-blog.qodef-item-layout--compact .qodef-blog-item .qodef-info-category-separator-single:after {
    content: '|';
    margin: 0 6px 0 8px
}

.qodef-blog.qodef-item-layout--compact .qodef-blog-item.format-quote .qodef-e-quote {
    padding: 14% 11% 14% 7%
}

.qodef-blog.qodef-item-layout--compact .qodef-blog-item.format-link .qodef-e-link {
    padding: 14% 11% 14% 7%
}

.qodef-blog.qodef-item-layout--compact.qodef-skin--light .qodef-blog-item .qodef-e-info>* {
    color: #85979b
}

.qodef-blog.qodef-item-layout--compact.qodef-skin--light .qodef-blog-item .qodef-e-info>a:hover {
    color: #fff
}

.qodef-blog.qodef-item-layout--compact.qodef-skin--light .qodef-blog-item .qodef-e-title {
    color: #fff
}

.qodef-blog.qodef-item-layout--compact.qodef-skin--light .qodef-blog-item .qodef-e-title:hover a {
    color: #fff
}

.qodef-blog.qodef-item-layout--compact.qodef-skin--light .qodef-blog-item .qodef-button.qodef-layout--filled.qodef-html--link {
    background-color: rgba(255,255,255,.2);
    -webkit-backdrop-filter: blur(4px) brightness(100%);
    backdrop-filter: blur(4px) brightness(100%)
}

.qodef-blog.qodef-item-layout--compact.qodef-borders--enabled .qodef-blog-item .qodef-e-media:after {
    content: '';
    position: absolute;
    top: 0;
    right: calc(var(--qode-columns-col-gap)/ 2 * -1);
    width: 1px;
    height: 100%;
    background-color: #414f53;
    visibility: visible
}

.qodef-blog.qodef-item-layout--compact.qodef-borders--enabled .qodef-blog-item:last-child .qodef-e-media:after {
    visibility: hidden
}

.qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-col-num--1 .qodef-blog-item:nth-child(1n+1) .qodef-e-media:after {
    visibility: hidden
}

.qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-col-num--2 .qodef-blog-item:nth-child(2n+2) .qodef-e-media:after {
    visibility: hidden
}

.qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-col-num--3 .qodef-blog-item:nth-child(3n+3) .qodef-e-media:after {
    visibility: hidden
}

.qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-col-num--4 .qodef-blog-item:nth-child(4n+4) .qodef-e-media:after {
    visibility: hidden
}

.qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-col-num--5 .qodef-blog-item:nth-child(5n+5) .qodef-e-media:after {
    visibility: hidden
}

.qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-col-num--6 .qodef-blog-item:nth-child(6n+6) .qodef-e-media:after {
    visibility: hidden
}

.qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-col-num--7 .qodef-blog-item:nth-child(7n+7) .qodef-e-media:after {
    visibility: hidden
}

.qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-col-num--8 .qodef-blog-item:nth-child(8n+8) .qodef-e-media:after {
    visibility: hidden
}

@media (max-width: 1440px) {
    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--predefined.qodef-col-num--6 .qodef-blog-item .qodef-e-media:after {
        visibility:visible
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--predefined.qodef-col-num--6 .qodef-blog-item:last-child .qodef-e-media:after {
        visibility: hidden!important
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--predefined.qodef-col-num--6 .qodef-blog-item:nth-child(5n+5) .qodef-e-media:after {
        visibility: hidden
    }
}

@media (max-width: 1366px) {
    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--predefined.qodef-col-num--5 .qodef-blog-item .qodef-e-media:after {
        visibility:visible
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--predefined.qodef-col-num--5 .qodef-blog-item:last-child .qodef-e-media:after {
        visibility: hidden!important
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--predefined.qodef-col-num--5 .qodef-blog-item:nth-child(4n+4) .qodef-e-media:after {
        visibility: hidden
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--predefined.qodef-col-num--6 .qodef-blog-item .qodef-e-media:after {
        visibility: visible
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--predefined.qodef-col-num--6 .qodef-blog-item:last-child .qodef-e-media:after {
        visibility: hidden!important
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--predefined.qodef-col-num--6 .qodef-blog-item:nth-child(4n+4) .qodef-e-media:after {
        visibility: hidden
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--predefined.qodef-col-num--7 .qodef-blog-item .qodef-e-media:after {
        visibility: visible
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--predefined.qodef-col-num--7 .qodef-blog-item:last-child .qodef-e-media:after {
        visibility: hidden!important
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--predefined.qodef-col-num--7 .qodef-blog-item:nth-child(4n+4) .qodef-e-media:after {
        visibility: hidden
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--predefined.qodef-col-num--8 .qodef-blog-item .qodef-e-media:after {
        visibility: visible
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--predefined.qodef-col-num--8 .qodef-blog-item:last-child .qodef-e-media:after {
        visibility: hidden!important
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--predefined.qodef-col-num--8 .qodef-blog-item:nth-child(4n+4) .qodef-e-media:after {
        visibility: hidden
    }
}

@media (max-width: 1024px) {
    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--predefined.qodef-col-num--4 .qodef-blog-item .qodef-e-media:after {
        visibility:visible
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--predefined.qodef-col-num--4 .qodef-blog-item:last-child .qodef-e-media:after {
        visibility: hidden!important
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--predefined.qodef-col-num--4 .qodef-blog-item:nth-child(3n+3) .qodef-e-media:after {
        visibility: hidden
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--predefined.qodef-col-num--5 .qodef-blog-item .qodef-e-media:after {
        visibility: visible
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--predefined.qodef-col-num--5 .qodef-blog-item:last-child .qodef-e-media:after {
        visibility: hidden!important
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--predefined.qodef-col-num--5 .qodef-blog-item:nth-child(3n+3) .qodef-e-media:after {
        visibility: hidden
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--predefined.qodef-col-num--6 .qodef-blog-item .qodef-e-media:after {
        visibility: visible
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--predefined.qodef-col-num--6 .qodef-blog-item:last-child .qodef-e-media:after {
        visibility: hidden!important
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--predefined.qodef-col-num--6 .qodef-blog-item:nth-child(3n+3) .qodef-e-media:after {
        visibility: hidden
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--predefined.qodef-col-num--7 .qodef-blog-item .qodef-e-media:after {
        visibility: visible
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--predefined.qodef-col-num--7 .qodef-blog-item:last-child .qodef-e-media:after {
        visibility: hidden!important
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--predefined.qodef-col-num--7 .qodef-blog-item:nth-child(3n+3) .qodef-e-media:after {
        visibility: hidden
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--predefined.qodef-col-num--8 .qodef-blog-item .qodef-e-media:after {
        visibility: visible
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--predefined.qodef-col-num--8 .qodef-blog-item:last-child .qodef-e-media:after {
        visibility: hidden!important
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--predefined.qodef-col-num--8 .qodef-blog-item:nth-child(3n+3) .qodef-e-media:after {
        visibility: hidden
    }
}

@media (max-width: 768px) {
    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--predefined.qodef-col-num--3 .qodef-blog-item .qodef-e-media:after {
        visibility:visible
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--predefined.qodef-col-num--3 .qodef-blog-item:last-child .qodef-e-media:after {
        visibility: hidden!important
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--predefined.qodef-col-num--3 .qodef-blog-item:nth-child(2n+2) .qodef-e-media:after {
        visibility: hidden
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--predefined.qodef-col-num--4 .qodef-blog-item .qodef-e-media:after {
        visibility: visible
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--predefined.qodef-col-num--4 .qodef-blog-item:last-child .qodef-e-media:after {
        visibility: hidden!important
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--predefined.qodef-col-num--4 .qodef-blog-item:nth-child(2n+2) .qodef-e-media:after {
        visibility: hidden
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--predefined.qodef-col-num--5 .qodef-blog-item .qodef-e-media:after {
        visibility: visible
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--predefined.qodef-col-num--5 .qodef-blog-item:last-child .qodef-e-media:after {
        visibility: hidden!important
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--predefined.qodef-col-num--5 .qodef-blog-item:nth-child(2n+2) .qodef-e-media:after {
        visibility: hidden
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--predefined.qodef-col-num--6 .qodef-blog-item .qodef-e-media:after {
        visibility: visible
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--predefined.qodef-col-num--6 .qodef-blog-item:last-child .qodef-e-media:after {
        visibility: hidden!important
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--predefined.qodef-col-num--6 .qodef-blog-item:nth-child(2n+2) .qodef-e-media:after {
        visibility: hidden
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--predefined.qodef-col-num--7 .qodef-blog-item .qodef-e-media:after {
        visibility: visible
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--predefined.qodef-col-num--7 .qodef-blog-item:last-child .qodef-e-media:after {
        visibility: hidden!important
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--predefined.qodef-col-num--7 .qodef-blog-item:nth-child(2n+2) .qodef-e-media:after {
        visibility: hidden
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--predefined.qodef-col-num--8 .qodef-blog-item .qodef-e-media:after {
        visibility: visible
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--predefined.qodef-col-num--8 .qodef-blog-item:last-child .qodef-e-media:after {
        visibility: hidden!important
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--predefined.qodef-col-num--8 .qodef-blog-item:nth-child(2n+2) .qodef-e-media:after {
        visibility: hidden
    }
}

@media (max-width: 680px) {
    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--predefined.qodef-col-num--2 .qodef-blog-item .qodef-e-media:after {
        visibility:visible
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--predefined.qodef-col-num--2 .qodef-blog-item:last-child .qodef-e-media:after {
        visibility: hidden!important
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--predefined.qodef-col-num--2 .qodef-blog-item:nth-child(1n+1) .qodef-e-media:after {
        visibility: hidden
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--predefined.qodef-col-num--3 .qodef-blog-item .qodef-e-media:after {
        visibility: visible
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--predefined.qodef-col-num--3 .qodef-blog-item:last-child .qodef-e-media:after {
        visibility: hidden!important
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--predefined.qodef-col-num--3 .qodef-blog-item:nth-child(1n+1) .qodef-e-media:after {
        visibility: hidden
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--predefined.qodef-col-num--4 .qodef-blog-item .qodef-e-media:after {
        visibility: visible
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--predefined.qodef-col-num--4 .qodef-blog-item:last-child .qodef-e-media:after {
        visibility: hidden!important
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--predefined.qodef-col-num--4 .qodef-blog-item:nth-child(1n+1) .qodef-e-media:after {
        visibility: hidden
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--predefined.qodef-col-num--5 .qodef-blog-item .qodef-e-media:after {
        visibility: visible
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--predefined.qodef-col-num--5 .qodef-blog-item:last-child .qodef-e-media:after {
        visibility: hidden!important
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--predefined.qodef-col-num--5 .qodef-blog-item:nth-child(1n+1) .qodef-e-media:after {
        visibility: hidden
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--predefined.qodef-col-num--6 .qodef-blog-item .qodef-e-media:after {
        visibility: visible
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--predefined.qodef-col-num--6 .qodef-blog-item:last-child .qodef-e-media:after {
        visibility: hidden!important
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--predefined.qodef-col-num--6 .qodef-blog-item:nth-child(1n+1) .qodef-e-media:after {
        visibility: hidden
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--predefined.qodef-col-num--7 .qodef-blog-item .qodef-e-media:after {
        visibility: visible
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--predefined.qodef-col-num--7 .qodef-blog-item:last-child .qodef-e-media:after {
        visibility: hidden!important
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--predefined.qodef-col-num--7 .qodef-blog-item:nth-child(1n+1) .qodef-e-media:after {
        visibility: hidden
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--predefined.qodef-col-num--8 .qodef-blog-item .qodef-e-media:after {
        visibility: visible
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--predefined.qodef-col-num--8 .qodef-blog-item:last-child .qodef-e-media:after {
        visibility: hidden!important
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--predefined.qodef-col-num--8 .qodef-blog-item:nth-child(1n+1) .qodef-e-media:after {
        visibility: hidden
    }
}

@media (max-width: 1366px) {
    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--1366--1 .qodef-blog-item .qodef-e-media:after {
        display:block
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--1366--1 .qodef-blog-item:last-child .qodef-e-media:after {
        visibility: hidden!important
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--1366--1 .qodef-blog-item:nth-child(1n+1) .qodef-e-media:after {
        visibility: hidden
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--1366--2 .qodef-blog-item .qodef-e-media:after {
        display: block
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--1366--2 .qodef-blog-item:last-child .qodef-e-media:after {
        visibility: hidden!important
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--1366--2 .qodef-blog-item:nth-child(2n+2) .qodef-e-media:after {
        visibility: hidden
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--1366--3 .qodef-blog-item .qodef-e-media:after {
        display: block
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--1366--3 .qodef-blog-item:last-child .qodef-e-media:after {
        visibility: hidden!important
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--1366--3 .qodef-blog-item:nth-child(3n+3) .qodef-e-media:after {
        visibility: hidden
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--1366--4 .qodef-blog-item .qodef-e-media:after {
        display: block
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--1366--4 .qodef-blog-item:last-child .qodef-e-media:after {
        visibility: hidden!important
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--1366--4 .qodef-blog-item:nth-child(4n+4) .qodef-e-media:after {
        visibility: hidden
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--1366--5 .qodef-blog-item .qodef-e-media:after {
        display: block
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--1366--5 .qodef-blog-item:last-child .qodef-e-media:after {
        visibility: hidden!important
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--1366--5 .qodef-blog-item:nth-child(5n+5) .qodef-e-media:after {
        visibility: hidden
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--1366--6 .qodef-blog-item .qodef-e-media:after {
        display: block
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--1366--6 .qodef-blog-item:last-child .qodef-e-media:after {
        visibility: hidden!important
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--1366--6 .qodef-blog-item:nth-child(6n+6) .qodef-e-media:after {
        visibility: hidden
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--1366--7 .qodef-blog-item .qodef-e-media:after {
        display: block
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--1366--7 .qodef-blog-item:last-child .qodef-e-media:after {
        visibility: hidden!important
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--1366--7 .qodef-blog-item:nth-child(7n+7) .qodef-e-media:after {
        visibility: hidden
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--1366--8 .qodef-blog-item .qodef-e-media:after {
        display: block
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--1366--8 .qodef-blog-item:last-child .qodef-e-media:after {
        visibility: hidden!important
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--1366--8 .qodef-blog-item:nth-child(8n+8) .qodef-e-media:after {
        visibility: hidden
    }
}

@media (max-width: 1366px) {
    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--1366--1 .qodef-blog-item .qodef-e-media:after {
        display:block
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--1366--1 .qodef-blog-item:last-child .qodef-e-media:after {
        visibility: hidden!important
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--1366--1 .qodef-blog-item:nth-child(1n+1) .qodef-e-media:after {
        visibility: hidden
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--1366--2 .qodef-blog-item .qodef-e-media:after {
        display: block
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--1366--2 .qodef-blog-item:last-child .qodef-e-media:after {
        visibility: hidden!important
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--1366--2 .qodef-blog-item:nth-child(2n+2) .qodef-e-media:after {
        visibility: hidden
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--1366--3 .qodef-blog-item .qodef-e-media:after {
        display: block
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--1366--3 .qodef-blog-item:last-child .qodef-e-media:after {
        visibility: hidden!important
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--1366--3 .qodef-blog-item:nth-child(3n+3) .qodef-e-media:after {
        visibility: hidden
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--1366--4 .qodef-blog-item .qodef-e-media:after {
        display: block
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--1366--4 .qodef-blog-item:last-child .qodef-e-media:after {
        visibility: hidden!important
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--1366--4 .qodef-blog-item:nth-child(4n+4) .qodef-e-media:after {
        visibility: hidden
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--1366--5 .qodef-blog-item .qodef-e-media:after {
        display: block
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--1366--5 .qodef-blog-item:last-child .qodef-e-media:after {
        visibility: hidden!important
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--1366--5 .qodef-blog-item:nth-child(5n+5) .qodef-e-media:after {
        visibility: hidden
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--1366--6 .qodef-blog-item .qodef-e-media:after {
        display: block
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--1366--6 .qodef-blog-item:last-child .qodef-e-media:after {
        visibility: hidden!important
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--1366--6 .qodef-blog-item:nth-child(6n+6) .qodef-e-media:after {
        visibility: hidden
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--1366--7 .qodef-blog-item .qodef-e-media:after {
        display: block
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--1366--7 .qodef-blog-item:last-child .qodef-e-media:after {
        visibility: hidden!important
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--1366--7 .qodef-blog-item:nth-child(7n+7) .qodef-e-media:after {
        visibility: hidden
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--1366--8 .qodef-blog-item .qodef-e-media:after {
        display: block
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--1366--8 .qodef-blog-item:last-child .qodef-e-media:after {
        visibility: hidden!important
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--1366--8 .qodef-blog-item:nth-child(8n+8) .qodef-e-media:after {
        visibility: hidden
    }
}

@media (max-width: 1440px) {
    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--1440--1 .qodef-blog-item .qodef-e-media:after {
        display:block
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--1440--1 .qodef-blog-item:last-child .qodef-e-media:after {
        visibility: hidden!important
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--1440--1 .qodef-blog-item:nth-child(1n+1) .qodef-e-media:after {
        visibility: hidden
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--1440--2 .qodef-blog-item .qodef-e-media:after {
        display: block
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--1440--2 .qodef-blog-item:last-child .qodef-e-media:after {
        visibility: hidden!important
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--1440--2 .qodef-blog-item:nth-child(2n+2) .qodef-e-media:after {
        visibility: hidden
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--1440--3 .qodef-blog-item .qodef-e-media:after {
        display: block
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--1440--3 .qodef-blog-item:last-child .qodef-e-media:after {
        visibility: hidden!important
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--1440--3 .qodef-blog-item:nth-child(3n+3) .qodef-e-media:after {
        visibility: hidden
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--1440--4 .qodef-blog-item .qodef-e-media:after {
        display: block
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--1440--4 .qodef-blog-item:last-child .qodef-e-media:after {
        visibility: hidden!important
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--1440--4 .qodef-blog-item:nth-child(4n+4) .qodef-e-media:after {
        visibility: hidden
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--1440--5 .qodef-blog-item .qodef-e-media:after {
        display: block
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--1440--5 .qodef-blog-item:last-child .qodef-e-media:after {
        visibility: hidden!important
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--1440--5 .qodef-blog-item:nth-child(5n+5) .qodef-e-media:after {
        visibility: hidden
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--1440--6 .qodef-blog-item .qodef-e-media:after {
        display: block
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--1440--6 .qodef-blog-item:last-child .qodef-e-media:after {
        visibility: hidden!important
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--1440--6 .qodef-blog-item:nth-child(6n+6) .qodef-e-media:after {
        visibility: hidden
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--1440--7 .qodef-blog-item .qodef-e-media:after {
        display: block
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--1440--7 .qodef-blog-item:last-child .qodef-e-media:after {
        visibility: hidden!important
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--1440--7 .qodef-blog-item:nth-child(7n+7) .qodef-e-media:after {
        visibility: hidden
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--1440--8 .qodef-blog-item .qodef-e-media:after {
        display: block
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--1440--8 .qodef-blog-item:last-child .qodef-e-media:after {
        visibility: hidden!important
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--1440--8 .qodef-blog-item:nth-child(8n+8) .qodef-e-media:after {
        visibility: hidden
    }
}

@media (max-width: 1366px) {
    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--1366--1 .qodef-blog-item .qodef-e-media:after {
        display:block
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--1366--1 .qodef-blog-item:last-child .qodef-e-media:after {
        visibility: hidden!important
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--1366--1 .qodef-blog-item:nth-child(1n+1) .qodef-e-media:after {
        visibility: hidden
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--1366--2 .qodef-blog-item .qodef-e-media:after {
        display: block
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--1366--2 .qodef-blog-item:last-child .qodef-e-media:after {
        visibility: hidden!important
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--1366--2 .qodef-blog-item:nth-child(2n+2) .qodef-e-media:after {
        visibility: hidden
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--1366--3 .qodef-blog-item .qodef-e-media:after {
        display: block
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--1366--3 .qodef-blog-item:last-child .qodef-e-media:after {
        visibility: hidden!important
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--1366--3 .qodef-blog-item:nth-child(3n+3) .qodef-e-media:after {
        visibility: hidden
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--1366--4 .qodef-blog-item .qodef-e-media:after {
        display: block
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--1366--4 .qodef-blog-item:last-child .qodef-e-media:after {
        visibility: hidden!important
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--1366--4 .qodef-blog-item:nth-child(4n+4) .qodef-e-media:after {
        visibility: hidden
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--1366--5 .qodef-blog-item .qodef-e-media:after {
        display: block
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--1366--5 .qodef-blog-item:last-child .qodef-e-media:after {
        visibility: hidden!important
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--1366--5 .qodef-blog-item:nth-child(5n+5) .qodef-e-media:after {
        visibility: hidden
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--1366--6 .qodef-blog-item .qodef-e-media:after {
        display: block
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--1366--6 .qodef-blog-item:last-child .qodef-e-media:after {
        visibility: hidden!important
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--1366--6 .qodef-blog-item:nth-child(6n+6) .qodef-e-media:after {
        visibility: hidden
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--1366--7 .qodef-blog-item .qodef-e-media:after {
        display: block
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--1366--7 .qodef-blog-item:last-child .qodef-e-media:after {
        visibility: hidden!important
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--1366--7 .qodef-blog-item:nth-child(7n+7) .qodef-e-media:after {
        visibility: hidden
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--1366--8 .qodef-blog-item .qodef-e-media:after {
        display: block
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--1366--8 .qodef-blog-item:last-child .qodef-e-media:after {
        visibility: hidden!important
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--1366--8 .qodef-blog-item:nth-child(8n+8) .qodef-e-media:after {
        visibility: hidden
    }
}

@media (max-width: 1024px) {
    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--1024--1 .qodef-blog-item .qodef-e-media:after {
        display:block
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--1024--1 .qodef-blog-item:last-child .qodef-e-media:after {
        visibility: hidden!important
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--1024--1 .qodef-blog-item:nth-child(1n+1) .qodef-e-media:after {
        visibility: hidden
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--1024--2 .qodef-blog-item .qodef-e-media:after {
        display: block
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--1024--2 .qodef-blog-item:last-child .qodef-e-media:after {
        visibility: hidden!important
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--1024--2 .qodef-blog-item:nth-child(2n+2) .qodef-e-media:after {
        visibility: hidden
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--1024--3 .qodef-blog-item .qodef-e-media:after {
        display: block
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--1024--3 .qodef-blog-item:last-child .qodef-e-media:after {
        visibility: hidden!important
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--1024--3 .qodef-blog-item:nth-child(3n+3) .qodef-e-media:after {
        visibility: hidden
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--1024--4 .qodef-blog-item .qodef-e-media:after {
        display: block
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--1024--4 .qodef-blog-item:last-child .qodef-e-media:after {
        visibility: hidden!important
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--1024--4 .qodef-blog-item:nth-child(4n+4) .qodef-e-media:after {
        visibility: hidden
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--1024--5 .qodef-blog-item .qodef-e-media:after {
        display: block
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--1024--5 .qodef-blog-item:last-child .qodef-e-media:after {
        visibility: hidden!important
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--1024--5 .qodef-blog-item:nth-child(5n+5) .qodef-e-media:after {
        visibility: hidden
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--1024--6 .qodef-blog-item .qodef-e-media:after {
        display: block
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--1024--6 .qodef-blog-item:last-child .qodef-e-media:after {
        visibility: hidden!important
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--1024--6 .qodef-blog-item:nth-child(6n+6) .qodef-e-media:after {
        visibility: hidden
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--1024--7 .qodef-blog-item .qodef-e-media:after {
        display: block
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--1024--7 .qodef-blog-item:last-child .qodef-e-media:after {
        visibility: hidden!important
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--1024--7 .qodef-blog-item:nth-child(7n+7) .qodef-e-media:after {
        visibility: hidden
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--1024--8 .qodef-blog-item .qodef-e-media:after {
        display: block
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--1024--8 .qodef-blog-item:last-child .qodef-e-media:after {
        visibility: hidden!important
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--1024--8 .qodef-blog-item:nth-child(8n+8) .qodef-e-media:after {
        visibility: hidden
    }
}

@media (max-width: 768px) {
    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--768--1 .qodef-blog-item .qodef-e-media:after {
        display:block
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--768--1 .qodef-blog-item:last-child .qodef-e-media:after {
        visibility: hidden!important
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--768--1 .qodef-blog-item:nth-child(1n+1) .qodef-e-media:after {
        visibility: hidden
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--768--2 .qodef-blog-item .qodef-e-media:after {
        display: block
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--768--2 .qodef-blog-item:last-child .qodef-e-media:after {
        visibility: hidden!important
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--768--2 .qodef-blog-item:nth-child(2n+2) .qodef-e-media:after {
        visibility: hidden
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--768--3 .qodef-blog-item .qodef-e-media:after {
        display: block
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--768--3 .qodef-blog-item:last-child .qodef-e-media:after {
        visibility: hidden!important
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--768--3 .qodef-blog-item:nth-child(3n+3) .qodef-e-media:after {
        visibility: hidden
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--768--4 .qodef-blog-item .qodef-e-media:after {
        display: block
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--768--4 .qodef-blog-item:last-child .qodef-e-media:after {
        visibility: hidden!important
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--768--4 .qodef-blog-item:nth-child(4n+4) .qodef-e-media:after {
        visibility: hidden
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--768--5 .qodef-blog-item .qodef-e-media:after {
        display: block
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--768--5 .qodef-blog-item:last-child .qodef-e-media:after {
        visibility: hidden!important
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--768--5 .qodef-blog-item:nth-child(5n+5) .qodef-e-media:after {
        visibility: hidden
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--768--6 .qodef-blog-item .qodef-e-media:after {
        display: block
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--768--6 .qodef-blog-item:last-child .qodef-e-media:after {
        visibility: hidden!important
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--768--6 .qodef-blog-item:nth-child(6n+6) .qodef-e-media:after {
        visibility: hidden
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--768--7 .qodef-blog-item .qodef-e-media:after {
        display: block
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--768--7 .qodef-blog-item:last-child .qodef-e-media:after {
        visibility: hidden!important
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--768--7 .qodef-blog-item:nth-child(7n+7) .qodef-e-media:after {
        visibility: hidden
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--768--8 .qodef-blog-item .qodef-e-media:after {
        display: block
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--768--8 .qodef-blog-item:last-child .qodef-e-media:after {
        visibility: hidden!important
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--768--8 .qodef-blog-item:nth-child(8n+8) .qodef-e-media:after {
        visibility: hidden
    }
}

@media (max-width: 680px) {
    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--680--1 .qodef-blog-item .qodef-e-media:after {
        display:block
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--680--1 .qodef-blog-item:last-child .qodef-e-media:after {
        visibility: hidden!important
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--680--1 .qodef-blog-item:nth-child(1n+1) .qodef-e-media:after {
        visibility: hidden
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--680--2 .qodef-blog-item .qodef-e-media:after {
        display: block
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--680--2 .qodef-blog-item:last-child .qodef-e-media:after {
        visibility: hidden!important
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--680--2 .qodef-blog-item:nth-child(2n+2) .qodef-e-media:after {
        visibility: hidden
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--680--3 .qodef-blog-item .qodef-e-media:after {
        display: block
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--680--3 .qodef-blog-item:last-child .qodef-e-media:after {
        visibility: hidden!important
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--680--3 .qodef-blog-item:nth-child(3n+3) .qodef-e-media:after {
        visibility: hidden
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--680--4 .qodef-blog-item .qodef-e-media:after {
        display: block
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--680--4 .qodef-blog-item:last-child .qodef-e-media:after {
        visibility: hidden!important
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--680--4 .qodef-blog-item:nth-child(4n+4) .qodef-e-media:after {
        visibility: hidden
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--680--5 .qodef-blog-item .qodef-e-media:after {
        display: block
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--680--5 .qodef-blog-item:last-child .qodef-e-media:after {
        visibility: hidden!important
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--680--5 .qodef-blog-item:nth-child(5n+5) .qodef-e-media:after {
        visibility: hidden
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--680--6 .qodef-blog-item .qodef-e-media:after {
        display: block
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--680--6 .qodef-blog-item:last-child .qodef-e-media:after {
        visibility: hidden!important
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--680--6 .qodef-blog-item:nth-child(6n+6) .qodef-e-media:after {
        visibility: hidden
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--680--7 .qodef-blog-item .qodef-e-media:after {
        display: block
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--680--7 .qodef-blog-item:last-child .qodef-e-media:after {
        visibility: hidden!important
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--680--7 .qodef-blog-item:nth-child(7n+7) .qodef-e-media:after {
        visibility: hidden
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--680--8 .qodef-blog-item .qodef-e-media:after {
        display: block
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--680--8 .qodef-blog-item:last-child .qodef-e-media:after {
        visibility: hidden!important
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--680--8 .qodef-blog-item:nth-child(8n+8) .qodef-e-media:after {
        visibility: hidden
    }
}

@media (max-width: 480px) {
    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--480--1 .qodef-blog-item .qodef-e-media:after {
        display:block
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--480--1 .qodef-blog-item:last-child .qodef-e-media:after {
        visibility: hidden!important
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--480--1 .qodef-blog-item:nth-child(1n+1) .qodef-e-media:after {
        visibility: hidden
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--480--2 .qodef-blog-item .qodef-e-media:after {
        display: block
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--480--2 .qodef-blog-item:last-child .qodef-e-media:after {
        visibility: hidden!important
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--480--2 .qodef-blog-item:nth-child(2n+2) .qodef-e-media:after {
        visibility: hidden
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--480--3 .qodef-blog-item .qodef-e-media:after {
        display: block
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--480--3 .qodef-blog-item:last-child .qodef-e-media:after {
        visibility: hidden!important
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--480--3 .qodef-blog-item:nth-child(3n+3) .qodef-e-media:after {
        visibility: hidden
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--480--4 .qodef-blog-item .qodef-e-media:after {
        display: block
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--480--4 .qodef-blog-item:last-child .qodef-e-media:after {
        visibility: hidden!important
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--480--4 .qodef-blog-item:nth-child(4n+4) .qodef-e-media:after {
        visibility: hidden
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--480--5 .qodef-blog-item .qodef-e-media:after {
        display: block
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--480--5 .qodef-blog-item:last-child .qodef-e-media:after {
        visibility: hidden!important
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--480--5 .qodef-blog-item:nth-child(5n+5) .qodef-e-media:after {
        visibility: hidden
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--480--6 .qodef-blog-item .qodef-e-media:after {
        display: block
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--480--6 .qodef-blog-item:last-child .qodef-e-media:after {
        visibility: hidden!important
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--480--6 .qodef-blog-item:nth-child(6n+6) .qodef-e-media:after {
        visibility: hidden
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--480--7 .qodef-blog-item .qodef-e-media:after {
        display: block
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--480--7 .qodef-blog-item:last-child .qodef-e-media:after {
        visibility: hidden!important
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--480--7 .qodef-blog-item:nth-child(7n+7) .qodef-e-media:after {
        visibility: hidden
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--480--8 .qodef-blog-item .qodef-e-media:after {
        display: block
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--480--8 .qodef-blog-item:last-child .qodef-e-media:after {
        visibility: hidden!important
    }

    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--480--8 .qodef-blog-item:nth-child(8n+8) .qodef-e-media:after {
        visibility: hidden
    }
}

.qodef-blog.qodef-item-layout--compact .qodef-e .qodef-e-media {
    overflow: hidden
}

.qodef-blog.qodef-item-layout--compact .qodef-e .qodef-e-media-image {
    width: 100%;
    transform: scale(1.06) translateX(0);
    transition: transform .6s cubic-bezier(.61,1,.88,1)
}

.qodef-blog.qodef-item-layout--compact .qodef-e:hover .qodef-e-media-image {
    transform: scale(1.06) translateX(6px)
}

.qodef-blog.qodef-item-layout--info-on-image {
    margin: 0
}

.qodef-blog.qodef-item-layout--info-on-image article .qodef-e-media {
    height: 100%;
    width: 100%
}

.qodef-blog.qodef-item-layout--info-on-image article .qodef-e-content {
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    padding: 20px 40px 35px;
    background-color: rgba(32,40,45,.12)
}

.qodef-blog.qodef-item-layout--info-on-image article .qodef-e-content a {
    position: relative;
    z-index: 3
}

.qodef-blog.qodef-item-layout--info-on-image article .qodef-e-title {
    color: #fff
}

.qodef-blog.qodef-item-layout--info-on-image article .qodef-e-title a {
    color: inherit
}

.qodef-blog.qodef-item-layout--info-on-image article .qodef-e-title a:hover {
    color: var(--qode-main-color)
}

.qodef-blog.qodef-item-layout--info-on-image article .qodef-e-info>* {
    color: #fff
}

.qodef-blog.qodef-item-layout--info-on-image article .qodef-e-info a:hover {
    color: var(--qode-main-color)
}

.qodef-blog.qodef-item-layout--info-on-image article .qodef-e-post-link {
    z-index: 2
}

.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--side-by-side article .qodef-e-inner {
    align-items: flex-start;
    display: flex;
    padding-bottom: 3px
}

.qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media {
    flex-shrink: 0;
    margin-right: 20px;
    width: 120px
}

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

.qodef-blog.qodef-item-layout--side-by-side article .qodef-e-info {
    margin-top: -2px
}

.qodef-blog.qodef-item-layout--side-by-side article .qodef-e-bottom-holder {
    margin-top: 7px
}

.widget.widget_leroux_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media {
    margin-right: 19px;
    width: 123px!important
}

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

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

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

#qodef-page-footer-top-area .widget.widget_leroux_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media {
    margin-right: 19px;
    width: 123px!important
}

#qodef-page-footer-top-area .widget.widget_leroux_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article:not(:last-child) {
    margin: 0 0 8px
}

#qodef-page-footer-bottom-area .widget.widget_leroux_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media {
    margin-right: 19px;
    width: 123px!important
}

#qodef-page-footer-bottom-area .widget.widget_leroux_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article:not(:last-child) {
    margin: 0 0 0
}

#qodef-page-footer-copyright-area .widget.widget_leroux_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media {
    margin-right: 19px;
    width: 123px!important
}

#qodef-page-footer-copyright-area .widget.widget_leroux_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article:not(:last-child) {
    margin: 0 0 8px
}

#qodef-content-bottom .widget.widget_leroux_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media {
    margin-right: 19px;
    width: 123px!important
}

#qodef-content-bottom .widget.widget_leroux_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article:not(:last-child) {
    margin: 0 0 8px
}

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

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

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

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

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

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

#qodef-author-info {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-top: 65px
}

#qodef-author-info .qodef-m-inner {
    position: relative;
    display: flex;
    align-items: center;
    background-color: #d5dede;
    padding: 31px 55px 34px
}

#qodef-author-info .qodef-m-image {
    flex-shrink: 0;
    margin-right: 42px
}

#qodef-author-info .qodef-m-image a,#qodef-author-info .qodef-m-image img {
    display: block;
    border-radius: 50%
}

#qodef-author-info .qodef-m-content {
    margin-top: 10px
}

#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: 7px 0 0
}

#qodef-author-info .qodef-m-social-icons {
    margin-top: 19px
}

#qodef-author-info .qodef-m-social-icons a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: 11px;
    color: #85979b
}

#qodef-author-info .qodef-m-social-icons a:last-child {
    margin-right: 0
}

#qodef-author-info .qodef-m-social-icons a:hover {
    color: #69797d
}

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

#qodef-related-posts .qodef-related-posts-title {
    margin: 0 0 38px
}

#qodef-related-posts .qodef-grid>.qodef-grid-inner {
    column-gap: 40px
}

#qodef-single-post-navigation {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 59px 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: 32px;
    height: auto;
    --qode-hover-move-x: 110%;
    --qode-hover-move-y: 0px
}

#qodef-single-post-navigation .qodef-m-nav .qodef-m-pagination-icon g {
    transition: transform .5s cubic-bezier(.37,.08,.02,.93),opacity .35s ease-out
}

#qodef-single-post-navigation .qodef-m-nav .qodef-m-pagination-icon g:nth-of-type(1) {
    transform: translateX(0) translateY(0);
    opacity: 1;
    transition-delay: .15s,.15s
}

#qodef-single-post-navigation .qodef-m-nav .qodef-m-pagination-icon g:nth-of-type(2) {
    transform: translateX(calc(-1 * var(--qode-hover-move-x))) translateY(var(--qode-hover-move-y));
    opacity: .5;
    transition-delay: 0s,0s
}

#qodef-single-post-navigation .qodef-m-nav:hover .qodef-m-pagination-icon g:nth-of-type(1) {
    transform: translateX(var(--qode-hover-move-x)) translateY(calc(-1 * var(--qode-hover-move-y)));
    opacity: 0;
    transition-delay: 0s,0s
}

#qodef-single-post-navigation .qodef-m-nav:hover .qodef-m-pagination-icon g:nth-of-type(2) {
    transform: translateX(0) translateY(0);
    opacity: 1;
    transition-delay: .15s,.15s
}

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

#qodef-single-post-navigation .qodef-m-nav.qodef--prev .qodef-m-pagination-icon {
    margin-right: 16px;
    --qode-hover-move-x: -110%
}

#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: 16px
}

#qodef-single-post-navigation .qodef-m-nav-label {
    font-size: 15px;
    line-height: 1.6em;
    font-weight: 400;
    font-family: "Dm Sans",sans-serif;
    display: inline-flex;
    vertical-align: middle;
    flex-wrap: wrap;
    color: #20282d;
    margin-top: -4px
}

#qodef-content-bottom {
    background-color: #19272b
}

#qodef-content-bottom #qodef-content-bottom-inner {
    padding-top: 54px;
    padding-bottom: 61px
}

#qodef-content-bottom #qodef-content-bottom-inner.qodef-content-full-width {
    padding-left: 82px;
    padding-right: 82px
}

#qodef-content-bottom #qodef-content-bottom-inner .qodef-grid-inner {
    display: flex;
    justify-content: space-between
}

#qodef-content-bottom #qodef-content-bottom-inner .qodef-grid-inner .qodef-grid-item {
    display: flex
}

#qodef-content-bottom #qodef-content-bottom-inner .qodef-grid-inner .qodef-grid-item p {
    margin: 0
}

@media only screen and (min-width: 1025px) {
    #qodef-content-bottom #qodef-content-bottom-inner .qodef-grid-inner .qodef-grid-item * {
        display:flex;
        align-items: center;
        margin-bottom: 0!important
    }
}

#qodef-content-bottom #qodef-content-bottom-inner .qodef-grid-inner .qodef-grid-item>.widget:first-child {
    margin-left: 0
}

#qodef-content-bottom #qodef-content-bottom-inner .qodef-grid-inner .qodef-grid-item>.widget:last-child {
    margin-right: 0
}

#qodef-content-bottom #qodef-content-bottom-inner .qodef-grid-inner .qodef-grid-item>.widget ul li {
    font-weight: 500;
    margin: 0 29px 0
}

#qodef-content-bottom #qodef-content-bottom-inner .qodef-grid-inner .qodef-grid-item>.widget ul li:first-child {
    margin-left: 0
}

#qodef-content-bottom #qodef-content-bottom-inner .qodef-grid-inner .qodef-grid-item>.widget ul li:last-child {
    margin-right: 0
}

@media only screen and (min-width: 1025px) {
    #qodef-content-side {
        position:fixed;
        left: 0;
        top: 0;
        height: 100vh;
        width: 200px;
        z-index: 2
    }

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

    #qodef-content-side #qodef-content-side-inner {
        position: relative;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        padding: 307px 0 20px 44px
    }

    #qodef-content-side #qodef-content-side-inner:before {
        content: '';
        position: absolute;
        top: 0;
        left: 27px;
        width: 1px;
        height: 100%;
        background-color: #b9c3c4
    }

    #qodef-content-side #qodef-content-side-inner .qodef-menu-item-indicator {
        position: absolute;
        content: '';
        width: 1px;
        background-color: #20282d;
        left: 27px;
        transition: top .27s ease-out
    }

    #qodef-content-side #qodef-content-side-widget-area-two {
        position: absolute;
        bottom: 59px
    }

    #qodef-content-side .widget.widget_nav_menu ul li {
        padding: 12px 0;
        margin: 0
    }

    #qodef-content-side .widget.widget_nav_menu ul li a {
        font-size: 16px;
        line-height: 1.25em;
        font-weight: 500;
        color: #20282d
    }

    #qodef-content-side .widget a {
        color: inherit
    }

    .qodef-content-side--enabled #qodef-page-footer,.qodef-content-side--enabled #qodef-page-outer {
        left: 200px;
        width: calc(100% - 200px)
    }
}

.qodef-content-video-background--enabled .qodef-page-wrapper {
    position: relative
}

.qodef-content-video-background--enabled .qodef-content-video-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

.qodef-content-video-background--enabled .qodef-content-video-background-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.qodef--drag-cursor {
    cursor: none
}

.qodef--drag-cursor * {
    cursor: inherit
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#qodef-fullscreen-area {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #19272b;
    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 #qodef-fullscreen-menu-widgets {
    position: absolute;
    bottom: 49px;
    right: 64px
}

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

#qodef-fullscreen-area #qodef-fullscreen-menu-widgets a {
    --qodef-underline-position-y: calc(100% - 1px);
    --qodef-underline-height: 1px;
    background-repeat: no-repeat;
    background-image: linear-gradient(90deg,currentColor 0,currentColor 100%);
    transition: background-size .4s cubic-bezier(.51,.5,.07,.99),color .27s ease-out;
    background-position: 100% var(--qodef-underline-position-y);
    background-size: 0 var(--qodef-underline-height)
}

#qodef-fullscreen-area #qodef-fullscreen-menu-widgets a:hover {
    background-size: 100% var(--qodef-underline-height);
    background-position: 0 var(--qodef-underline-position-y)
}

#qodef-fullscreen-area #qodef-fullscreen-menu-widgets #qodef-fullscreen-menu-widget-area-top {
    display: flex;
    justify-content: space-between;
    column-gap: 100px
}

#qodef-fullscreen-area #qodef-fullscreen-menu-widgets #qodef-fullscreen-menu-widget-area-top a {
    color: #fff
}

#qodef-fullscreen-area #qodef-fullscreen-menu-widgets #qodef-fullscreen-menu-widget-area-bottom {
    display: flex;
    justify-content: flex-end;
    margin: 100px 0 0
}

#qodef-fullscreen-area #qodef-fullscreen-menu-widgets #qodef-fullscreen-menu-widget-area-bottom .widget {
    color: #85979b
}

#qodef-fullscreen-area #qodef-fullscreen-menu-widgets #qodef-fullscreen-menu-widget-area-bottom .widget p {
    font-family: Heebo,sans-serif;
    font-size: 13px;
    line-height: 1.6em;
    font-weight: 400;
    color: #85979b;
    font-family: "Dm Sans",sans-serif;
    margin: 0
}

#qodef-fullscreen-area #qodef-fullscreen-menu-widgets #qodef-fullscreen-menu-widget-area-bottom .widget a {
    color: #85979b
}

#qodef-fullscreen-area #qodef-fullscreen-menu-widgets .widget.widget_leroux_core_social_icons_group .qodef-icon-holder {
    margin-right: 15px
}

#qodef-fullscreen-area #qodef-fullscreen-menu-widgets .widget.widget_leroux_core_social_icons_group .qodef-icon-holder:last-child {
    margin-right: 0
}

#qodef-fullscreen-area #qodef-fullscreen-menu-widgets .widget.widget_leroux_core_social_icons_group .qodef-icon-holder a {
    background-image: none
}

#qodef-fullscreen-area #qodef-fullscreen-menu-widgets .widget.widget_leroux_core_social_icons_group .qodef-icon-holder a .qodef-icon {
    color: #85979b;
    font-size: 19px
}

#qodef-fullscreen-area #qodef-fullscreen-menu-widgets .widget.widget_leroux_core_social_icons_group .qodef-icon-holder a:hover .qodef-icon {
    color: #69797d
}

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

.qodef-fullscreen-menu {
    position: relative;
    top: 0;
    margin: 0 auto;
    text-align: left
}

.qodef-fullscreen-menu ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.qodef-fullscreen-menu ul li {
    position: relative;
    margin: 0;
    padding: 0
}

.qodef-fullscreen-menu ul li a .qodef-menu-item-arrow {
    display: none
}

.qodef-fullscreen-menu ul li.qodef--hide-link>a {
    cursor: default
}

.qodef-fullscreen-menu ul.sub-menu {
    display: none
}

.qodef-fullscreen-menu .qodef-menu-item-icon {
    margin-right: 5px
}

.qodef-fullscreen-menu .qodef-mega-menu-widget-holder {
    display: none
}

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

.qodef-fullscreen-menu>ul>li:last-child {
    margin: 0
}

.qodef-fullscreen-menu>ul>li>a {
    font-family: "Dm Sans",sans-serif;
    font-size: 42px;
    line-height: 1.2381em;
    font-weight: 400;
    color: #fff
}

.qodef-fullscreen-menu>ul>li>a .qodef-menu-item-text {
    --qodef-underline-position-y: calc(100% - 3px);
    --qodef-underline-height: 2px;
    background-repeat: no-repeat;
    background-image: linear-gradient(90deg,currentColor 0,currentColor 100%);
    transition: background-size .4s cubic-bezier(.51,.5,.07,.99),color .27s ease-out;
    background-position: 100% var(--qodef-underline-position-y);
    background-size: 0 var(--qodef-underline-height)
}

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

.qodef-fullscreen-menu>ul>li.current-menu-ancestor>a,.qodef-fullscreen-menu>ul>li.current-menu-item>a {
    color: #fff
}

.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-underline-height);
    background-position: 0 var(--qodef-underline-position-y)
}

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

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul {
    padding-left: 2px
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li>a {
    position: relative;
    display: flex;
    white-space: normal;
    margin: 15px 0;
    overflow: hidden;
    transition: padding .27s ease-out;
    font-family: "Dm Sans",sans-serif;
    font-size: 14px;
    line-height: 1.4em;
    font-weight: 400;
    color: #bcc3c5;
    display: inline-flex;
    margin: 0 0 12px
}

.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-underline-position-y: calc(100% - 0px);
    --qodef-underline-height: 1px;
    background-repeat: no-repeat;
    background-image: linear-gradient(90deg,currentColor 0,currentColor 100%);
    transition: background-size .4s cubic-bezier(.51,.5,.07,.99),color .27s ease-out;
    background-position: 100% var(--qodef-underline-position-y);
    background-size: 0 var(--qodef-underline-height)
}

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

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li:last-child>a {
    margin: 0
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li.current-menu-ancestor>a,.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li.current-menu-item>a {
    padding-left: 15px;
    padding-right: 0;
    padding: 0
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li.current-menu-ancestor>a:before,.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li.current-menu-item>a:before {
    left: 0
}

.qodef-fullscreen-menu .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-underline-height);
    background-position: 0 var(--qodef-underline-position-y)
}

.qodef-fullscreen-menu--opened .qodef-fullscreen-menu-opener {
    color: #fff
}

.qodef-fullscreen-menu--opened #qodef-page-header,.qodef-fullscreen-menu--opened #qodef-page-mobile-header,.qodef-fullscreen-menu--opened .qodef-search-opener *,.qodef-fullscreen-menu--opened .qodef-widget-holder {
    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-fullscreen-menu-logo--main #qodef-page-header .qodef-header-logo-link img.qodef--main {
    opacity: 1
}

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

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

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

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

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

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

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

#qodef-page-header-inner.qodef-skin--light .widget_leroux_core_woo_dropdown_cart .qodef-m-opener,#qodef-page-header-inner.qodef-skin--light .widget_shopping_cart .qodef-m-opener,.qodef-custom-header-layout.qodef-skin--light .widget_leroux_core_woo_dropdown_cart .qodef-m-opener,.qodef-custom-header-layout.qodef-skin--light .widget_shopping_cart .qodef-m-opener {
    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-left: 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: "Dm Sans",sans-serif;
    color: #20282d;
    font-size: 25px;
    line-height: 1.4em;
    font-weight: 500;
    transition: color .27s ease-out
}

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

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

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

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

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

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

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

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

.qodef-header--centered #qodef-page-header {
    height: 150px
}

.qodef-header--centered #qodef-page-header-inner {
    flex-direction: column;
    justify-content: center
}

.qodef-header--centered #qodef-page-header-inner>div {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 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--divided #qodef-page-header .qodef-divided-header-left-wrapper,.qodef-header--divided #qodef-page-header .qodef-divided-header-right-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center
}

.qodef-header--divided #qodef-page-header .qodef-divided-header-left-wrapper {
    justify-content: flex-end
}

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

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

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

.qodef-header--divided #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-fullscreen-menu-opener {
    margin-left: 30px
}

.qodef-header--standard-extended #qodef-page-header {
    height: 136px
}

.qodef-header--standard-extended #qodef-page-header-inner {
    flex-direction: column;
    justify-content: start
}

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

.qodef-header--standard-extended #qodef-page-header-inner .qodef-header-section.qodef--top {
    height: calc(100% - 63px)
}

.qodef-header--standard-extended #qodef-page-header-inner .qodef-header-section.qodef--top .qodef-widget-holder .widget {
    margin: 0 19px
}

.qodef-header--standard-extended #qodef-page-header-inner .qodef-header-section.qodef--top .qodef-widget-holder .widget:last-child {
    margin-right: 0
}

.qodef-header--standard-extended #qodef-page-header-inner .qodef-header-section.qodef--bottom {
    height: 63px;
    border-top: 1px solid rgba(255,255,255,.28)
}

.qodef-header--standard-extended #qodef-page-header-inner .qodef-header-section.qodef--bottom .qodef-widget-holder .widget {
    margin: 0 13px
}

.qodef-header--standard-extended #qodef-page-header-inner .qodef-header-section.qodef--bottom .qodef-widget-holder .widget:last-child {
    margin-right: 0
}

.qodef-header--standard-extended #qodef-page-header-inner .qodef-header-navigation>ul>li {
    margin: 0 22px
}

.qodef-header--standard-extended #qodef-page-header-inner .qodef-header-navigation>ul>li:first-child {
    margin-left: 0
}

.qodef-header--standard-extended #qodef-page-header-inner .qodef-header-navigation {
    flex: 2 1 auto
}

.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--tabbed #qodef-page-header-inner {
    padding: 0
}

.qodef-header--tabbed #qodef-page-header {
    border-bottom: 1px solid #223035
}

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

.qodef-header--tabbed #qodef-page-header .qodef-tabbed-header-left-wrapper {
    height: 100%;
    flex-grow: 0;
    flex-shrink: 0
}

.qodef-header--tabbed #qodef-page-header .qodef-tabbed-header-right-wrapper {
    height: 100%;
    flex-grow: 1;
    flex-shrink: 1;
    border-left: 1px solid #223035
}

.qodef-header--tabbed #qodef-page-header .qodef-tabbed-header-top-wrapper {
    display: flex;
    height: 35%;
    align-items: center;
    border-bottom: 1px solid #223035;
    justify-content: flex-end
}

.qodef-header--tabbed #qodef-page-header .qodef-tabbed-header-top-wrapper .qodef-widget-holder {
    width: 100%
}

.qodef-header--tabbed #qodef-page-header .qodef-tabbed-header-top-wrapper .widget:first-child {
    margin-right: auto
}

.qodef-header--tabbed #qodef-page-header .qodef-tabbed-header-bottom-wrapper {
    display: flex;
    height: 65%;
    align-items: center;
    justify-content: space-between
}

.qodef-header--tabbed #qodef-page-header .qodef-tabbed-header-bottom-wrapper .qodef-widget-holder {
    flex-shrink: 0;
    margin: 0
}

.qodef-header--tabbed #qodef-page-header .qodef-tabbed-header-bottom-wrapper .qodef-widget-holder .widget {
    margin: 0;
    height: 100%;
    border-right: 1px solid #223035
}

.qodef-header--tabbed #qodef-page-header .qodef-tabbed-header-bottom-wrapper .qodef-widget-holder .widget>* {
    display: flex;
    height: 100%;
    align-items: center;
    margin: 0;
    padding: 0 24px
}

.qodef-header--tabbed #qodef-page-header .qodef-tabbed-header-bottom-wrapper .qodef-header-navigation {
    margin: 0 24px
}

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

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

@media only screen and (min-width: 1367px) 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: 1281px) and (max-width:1366px) {
    .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: 1025px) and (max-width:1280px) {
    .qodef-content-grid-1400.qodef-header--vertical-sliding .qodef-content-grid,.qodef-header--vertical-sliding section.qodef-elementor-content-grid>.elementor-container {
        width:768px
    }
}

@media only screen and (min-width: 1367px) 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: 1281px) and (max-width:1366px) {
    .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: 1025px) and (max-width:1280px) {
    .qodef-content-grid-1300.qodef-header--vertical-sliding .qodef-content-grid,.qodef-header--vertical-sliding section.qodef-elementor-content-grid>.elementor-container {
        width:768px
    }
}

@media only screen and (min-width: 1367px) and (max-width:1440px) {
    .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: 1281px) and (max-width:1366px) {
    .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: 1025px) and (max-width:1280px) {
    .qodef-content-grid-1200.qodef-header--vertical-sliding .qodef-content-grid,.qodef-header--vertical-sliding section.qodef-elementor-content-grid>.elementor-container {
        width:768px
    }
}

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

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

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

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

.qodef-header--vertical-sliding #qodef-page-header.qodef-background--blur {
    background-color: transparent
}

.qodef-header--vertical-sliding #qodef-page-header.qodef-background--blur .qodef-vertical-sliding-area.qodef--static {
    background-color: rgba(0,0,0,.3);
    -webkit-backdrop-filter: blur(5px) brightness(100%);
    backdrop-filter: blur(5px) brightness(100%)
}

.qodef-header--vertical-sliding #qodef-page-header.qodef-background--blur .qodef-vertical-sliding-area .qodef-header-vertical-sliding-navigation {
    background-color: rgba(0,0,0,.5);
    -webkit-backdrop-filter: blur(5px) brightness(100%);
    backdrop-filter: blur(5px) brightness(100%)
}

.qodef-header--vertical-sliding #qodef-page-header #qodef-page-header-inner.qodef-skin--light .widget.widget_leroux_core_svg_icon .qodef-m-icon,.qodef-header--vertical-sliding #qodef-page-header #qodef-page-header-inner.qodef-skin--light .widget.widget_leroux_core_svg_icon .qodef-m-text {
    color: #fff
}

.qodef-header--vertical-sliding #qodef-page-header-inner {
    padding: 0
}

.qodef-header--vertical-sliding .qodef-vertical-sliding-area {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    margin: auto;
    border-right: 0 solid transparent
}

.qodef-header--vertical-sliding .qodef-vertical-sliding-area.qodef--static {
    width: 100%;
    padding: 34px 0
}

.qodef-header--vertical-sliding .qodef-vertical-sliding-area.qodef--static .qodef-header-logo-link {
    transform: rotate(-90deg) translate(-50%,-50%);
    transform-origin: 50% 0
}

.qodef-header--vertical-sliding .qodef-vertical-sliding-area.qodef--static .qodef-widget-holder {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    transform: rotate(-180deg);
    max-height: 170px
}

.qodef-header--vertical-sliding .qodef-vertical-sliding-area.qodef--static .qodef-widget-holder .qodef-icon-holder {
    transform: rotate(-90deg);
    margin: 0
}

.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--dynamic {
    left: 0;
    padding-left: 119px;
    position: fixed;
    top: 0;
    transition: visibility .1s .64s,-webkit-clip-path .64s cubic-bezier(.53,.8,.38,.97);
    transition: clip-path .64s cubic-bezier(.53,.8,.38,.97),visibility .1s .64s;
    transition: clip-path .64s cubic-bezier(.53,.8,.38,.97),visibility .1s .64s,-webkit-clip-path .64s cubic-bezier(.53,.8,.38,.97);
    visibility: hidden;
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
    width: 404px;
    z-index: -1
}

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

.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-page-header.qodef-vertical-sliding-menu--opened .qodef--dynamic {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    visibility: visible;
    transition-delay: 0s,0s
}

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

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

.qodef-header--vertical-sliding.qodef-content-behind-vertical-header #qodef-page-footer,.qodef-header--vertical-sliding.qodef-content-behind-vertical-header #qodef-page-outer {
    padding-left: 0
}

.qodef-header--vertical-sliding #qodef-page-header-inner .qodef-opener-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%,-50%,0)
}

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

.qodef-header--vertical-sliding #qodef-page-header-inner.qodef-skin--light .qodef-opener-icon {
    color: #fff
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation {
    align-items: center;
    display: flex;
    height: 100%;
    padding: 0 57px;
    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: 0;
    position: relative
}

.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 {
    margin: 13px 0
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li>a {
    font-family: "Dm Sans",sans-serif;
    font-size: 18px;
    line-height: 1.6em;
    font-weight: 400;
    color: #20282d
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li>a .qodef-menu-item-text {
    --qodef-underline-position-y: calc(100% - 2px);
    --qodef-underline-height: 1px;
    background-repeat: no-repeat;
    background-image: linear-gradient(90deg,currentColor 0,currentColor 100%);
    transition: background-size .4s cubic-bezier(.51,.5,.07,.99),color .27s ease-out;
    background-position: 100% var(--qodef-underline-position-y);
    background-size: 0 var(--qodef-underline-height)
}

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

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

.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: 15px 0;
    overflow: hidden;
    transition: padding .27s ease-out;
    font-family: "Dm Sans",sans-serif;
    font-size: 14px;
    line-height: 1.4em;
    font-weight: 400;
    margin: 0;
    padding: 7px 0
}

.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-underline-position-y: calc(100% - 3px);
    --qodef-underline-height: 1px;
    background-repeat: no-repeat;
    background-image: linear-gradient(90deg,currentColor 0,currentColor 100%);
    transition: background-size .4s cubic-bezier(.51,.5,.07,.99),color .27s ease-out;
    background-position: 100% var(--qodef-underline-position-y);
    background-size: 0 var(--qodef-underline-height)
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li .qodef-drop-down-second-inner ul li:last-child>a {
    padding-bottom: 0
}

.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-underline-height);
    background-position: 0 var(--qodef-underline-position-y)
}

.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,.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li:hover>a .qodef-menu-item-text {
    background-size: 100% var(--qodef-underline-height);
    background-position: 0 var(--qodef-underline-position-y)
}

.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% + 57px);
    margin-left: 50px;
    opacity: 0;
    padding: 25px 20px;
    position: absolute;
    top: -23px;
    transition: all .27s 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-sliding #qodef-page-header-inner.qodef-skin--light .qodef-header-vertical-sliding-navigation ul li a {
    color: #d6d6d6
}

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

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

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

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

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

.qodef-header--sticky-display .qodef-header-sticky {
    transform: translateY(0);
    box-shadow: 0 5px 5px rgba(0,0,0,.05)
}

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

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

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

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

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

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

#qodef-top-area {
    position: relative;
    background-color: #000;
    z-index: 101;
    transition: opacity .27s ease-out,transform .5s
}

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

#qodef-top-area .qodef-widget-holder p {
    font-size: 13px
}

#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:first-child {
    margin-left: 0
}

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

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

#qodef-top-area .widget .textwidget>*,#qodef-top-area .widget .widget p {
    margin: 0
}

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

#qodef-top-area.qodef-background--blur {
    -webkit-backdrop-filter: blur(10px) brightness(93%);
    backdrop-filter: blur(10px) brightness(93%);
    background: #2f2d2d;
}

.qodef-covers-search--opened #qodef-top-area {
    opacity: 0;
    transform: translateY(-100%)
}

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

#qodef-top-area-inner:after {
    content: '';
    height: 1px;
    border-bottom: 0 solid transparent;
    width: calc(100% - (44px * 2));
    bottom: -1px;
    left: 44px;
    position: absolute
}

#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: #fafafa
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.qodef-map-marker-holder .qodef-info-window {
    position: absolute;
    top: -10px;
    left: -17px;
    display: none;
    min-width: 284px;
    background-color: #fff;
    border: 1px solid #223035;
    border-radius: 4px;
    box-shadow: 3px 3px 15px 0 rgba(32,40,45,.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 #223035;
    border-left: 1px solid #223035;
    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: Heebo,sans-serif;
    font-size: 14px;
    line-height: 1.2em
}

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

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

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

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

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

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

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

.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 #223035;
    z-index: 9999
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#qodef-page-mobile-header .qodef-mobile-header-opener.qodef--opened {
    color: var(--qode-main-color)
}

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

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

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

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

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

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

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

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

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

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

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

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

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

#qodef-page-mobile-header .qodef-mobile-header-logo-link.qodef-source--textual {
    font-family: "Dm Sans",sans-serif;
    color: #20282d;
    font-size: 25px;
    line-height: 1.4em;
    font-weight: 500;
    transition: color .27s ease-out
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#qodef-side-area-mobile-header .qodef-m-navigation ul li .qodef-menu-item-arrow {
    position: absolute;
    top: 15px;
    right: 0;
    width: auto;
    height: 8px;
    color: #fff;
    z-index: 9;
    cursor: pointer;
    transition: color .27s ease-out;
    transform: rotate(0);
    transition: transform .27s ease-out,color .27s 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: 15px 0;
    overflow: hidden;
    transition: padding .27s ease-out;
    font-family: "Dm Sans",sans-serif;
    font-size: 14px;
    line-height: 1.4em;
    font-weight: 400;
    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.current-menu-ancestor>a,#qodef-side-area-mobile-header .qodef-m-navigation ul li ul li.current-menu-item>a,#qodef-side-area-mobile-header .qodef-m-navigation ul li ul li:hover>a {
    padding-left: 15px;
    padding-right: 0
}

#qodef-side-area-mobile-header .qodef-m-navigation ul li ul li.current-menu-ancestor>a:before,#qodef-side-area-mobile-header .qodef-m-navigation ul li ul li.current-menu-item>a:before,#qodef-side-area-mobile-header .qodef-m-navigation ul li ul li:hover>a:before {
    left: 0
}

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

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

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

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

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

#qodef-side-area-mobile-header .qodef-m-navigation>ul>li>a {
    font-family: "Dm Sans",sans-serif;
    font-size: 20px;
    line-height: 1.5em;
    font-weight: 500;
    color: #fff
}

#qodef-side-area-mobile-header .qodef-m-navigation>ul>li>a:hover {
    color: var(--qode-main-color)
}

#qodef-side-area-mobile-header .qodef-m-navigation>ul>li.current-menu-ancestor>a,#qodef-side-area-mobile-header .qodef-m-navigation>ul>li.current-menu-item>a {
    color: var(--qode-main-color)
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second {
    background-color: #fff
}

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

.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: "Dm Sans",sans-serif;
    color: #20282d;
    font-size: 20px;
    line-height: 1.5em;
    font-weight: 500
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li>a .qodef-menu-item-text {
    --qodef-underline-position-y: calc(100% - 2px);
    --qodef-underline-height: 1px;
    background-repeat: no-repeat;
    background-image: linear-gradient(90deg,currentColor 0,currentColor 100%);
    transition: background-size .4s cubic-bezier(.51,.5,.07,.99),color .27s ease-out;
    background-position: 100% var(--qodef-underline-position-y);
    background-size: 0 var(--qodef-underline-height)
}

.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-underline-height);
    background-position: 0 var(--qodef-underline-position-y)
}

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

.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: 15px 0;
    overflow: hidden;
    transition: padding .27s ease-out;
    font-family: "Dm Sans",sans-serif;
    font-size: 14px;
    line-height: 1.4em;
    font-weight: 400
}

.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-underline-position-y: calc(100% - 2px);
    --qodef-underline-height: 1px;
    background-repeat: no-repeat;
    background-image: linear-gradient(90deg,currentColor 0,currentColor 100%);
    transition: background-size .4s cubic-bezier(.51,.5,.07,.99),color .27s ease-out;
    background-position: 100% var(--qodef-underline-position-y);
    background-size: 0 var(--qodef-underline-height)
}

.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-underline-height);
    background-position: 0 var(--qodef-underline-position-y)
}

.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 {
    --qodef-underline-position-y: calc(100% - 2px);
    --qodef-underline-height: 1px;
    background-repeat: no-repeat;
    background-image: linear-gradient(90deg,currentColor 0,currentColor 100%);
    transition: background-size .4s cubic-bezier(.51,.5,.07,.99),color .27s ease-out;
    background-position: 100% var(--qodef-underline-position-y);
    background-size: 0 var(--qodef-underline-height)
}

.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-underline-height);
    background-position: 0 var(--qodef-underline-position-y)
}

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

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

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

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

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

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

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

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

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

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

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

.qodef-opener-icon.qodef-source--svg-path span path,.qodef-opener-icon.qodef-source--svg-path span>* {
    fill: currentColor;
    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: 47px;
    height: 47px
}

.qodef-opener-icon.qodef-source--predefined .qodef-m-lines .qodef-m-line {
    position: absolute;
    left: 0;
    height: 1px;
    width: 100%;
    background-color: currentColor;
    transition: top .15s ease,transform .3s ease
}

.qodef-opener-icon.qodef-source--predefined .qodef-m-lines .qodef-m-line.qodef--1 {
    top: 50%;
    transform: translateY(-4px)
}

.qodef-opener-icon.qodef-source--predefined .qodef-m-lines .qodef-m-line.qodef--2 {
    top: 50%;
    transform: translateY(4px)
}

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

.qodef-opener-icon.qodef-source--predefined .qodef-m-vertical-lines .qodef-m-line {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: currentColor;
    transition: top .15s ease,transform .3s ease
}

.qodef-opener-icon.qodef-source--predefined .qodef-m-vertical-lines .qodef-m-line.qodef--1 {
    left: 0
}

.qodef-opener-icon.qodef-source--predefined .qodef-m-vertical-lines .qodef-m-line.qodef--2 {
    left: 8px
}

.qodef-opener-icon.qodef-source--predefined .qodef-m-vertical-lines .qodef-m-line.qodef--3 {
    left: 16px;
    top: 31px
}

.qodef-opener-icon.qodef-source--predefined svg {
    display: block
}

.qodef-opener-icon.qodef-source--predefined svg.qodef-svg--close {
    transform: translateZ(0)
}

.qodef-opener-icon.qodef-source--predefined.qodef--opened .qodef-m-vertical-lines .qodef-m-line.qodef--1 {
    top: 3px;
    transform: rotate(45deg);
    bottom: 3px;
    left: 8px
}

.qodef-opener-icon.qodef-source--predefined.qodef--opened .qodef-m-vertical-lines .qodef-m-line.qodef--2 {
    top: 3px;
    transform: rotate(-45deg);
    bottom: 3px
}

.qodef-opener-icon.qodef-source--predefined.qodef--opened .qodef-m-vertical-lines .qodef-m-line.qodef--3 {
    opacity: 0
}

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

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

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

.qodef-opener-icon.qodef-source--predefined:not(.qodef-search-opener):hover .qodef-m-line:nth-of-type(2) {
    animation-delay: .2s
}

.qodef-opener-icon.qodef-source--predefined:not(.qodef-search-opener):hover svg:not(.qodef-svg--search) path {
    animation: qode-draw .8s cubic-bezier(.57,.39,0,.86) 1 forwards
}

.qodef-opener-icon.qodef-source--predefined:not(.qodef-search-opener):hover svg:not(.qodef-svg--search) path:nth-of-type(2) {
    animation-delay: .2s
}

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

.qodef-opener-icon.qodef-source--predefined:not(.qodef-search-opener):hover .qodef-m-vertical-lines .qodef-m-line:nth-of-type(2) {
    animation-delay: .17s
}

.qodef-opener-icon.qodef-source--predefined:not(.qodef-search-opener):hover .qodef-m-vertical-lines .qodef-m-line:nth-of-type(3) {
    animation-delay: .34s
}

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

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

.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: 110%;
    width: 100%;
    opacity: 0
}

html.touchevents .qodef-parallax-img-holder {
    opacity: 1
}

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

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

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

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

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

.qodef-contact-form-7 p,.rs-layer p {
    margin: 0
}

.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-page-footer .qodef-contact-form-7 .wpcf7-form,#qodef-page-footer .rs-layer .wpcf7-form {
    max-width: 461px
}

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

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

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

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

.qodef-contact-form-7 .qodef-layout--columns .qodef-cf7-columns,.rs-layer .qodef-layout--columns .qodef-cf7-columns {
    display: flex;
    column-gap: 28px
}

@media only screen and (max-width: 680px) {
    .qodef-contact-form-7 .qodef-layout--columns .qodef-cf7-columns,.rs-layer .qodef-layout--columns .qodef-cf7-columns {
        flex-direction:column
    }
}

.qodef-contact-form-7 .qodef-layout--columns .qodef-cf7-columns .qodef-input-holder,.rs-layer .qodef-layout--columns .qodef-cf7-columns .qodef-input-holder {
    width: 100%
}

.qodef-contact-form-7 .qodef-main-form textarea,.rs-layer .qodef-main-form textarea {
    height: 120px;
    border: none;
    border-bottom: 1px solid #223035
}

.qodef-contact-form-7 .qodef-main-form .qodef-button,.rs-layer .qodef-main-form .qodef-button {
    margin-top: 20px
}

.qodef-contact-form-7 .qodef-main-form.qodef--large textarea,.rs-layer .qodef-main-form.qodef--large textarea {
    height: 209px;
    margin-top: 20px
}

.qodef-contact-form-7 .qodef-standard-form .wpcf7-form-control-wrap,.rs-layer .qodef-standard-form .wpcf7-form-control-wrap {
    margin-bottom: 18px
}

.qodef-contact-form-7 .qodef-standard-form input,.qodef-contact-form-7 .qodef-standard-form textarea,.rs-layer .qodef-standard-form input,.rs-layer .qodef-standard-form textarea {
    font-size: 14px;
    line-height: 2em;
    color: #fff;
    border-color: #fff
}

.qodef-contact-form-7 .qodef-standard-form input,.rs-layer .qodef-standard-form input {
    padding: 2px 0
}

.qodef-contact-form-7 .qodef-standard-form textarea,.rs-layer .qodef-standard-form textarea {
    height: 148px;
    margin-top: 25px;
    padding: 14px 20px
}

.qodef-contact-form-7 .qodef-standard-form .qodef-button,.rs-layer .qodef-standard-form .qodef-button {
    margin-top: 5px;
    font-size: 14px;
    padding: 3px 33px
}

.qodef-contact-form-7 .qodef-get-in-touch .wpcf7-form-control-wrap,.rs-layer .qodef-get-in-touch .wpcf7-form-control-wrap {
    margin-bottom: 16px
}

.qodef-contact-form-7 .qodef-get-in-touch .qodef-button,.rs-layer .qodef-get-in-touch .qodef-button {
    font-size: 14px;
    padding: 5px 29px;
    margin-top: 19px
}

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

#qodef-page-footer .qodef-contact-form-7 .qodef-newsletter,#qodef-page-footer .rs-layer .qodef-newsletter {
    max-width: 461px
}

.qodef-contact-form-7 .qodef-newsletter .qodef-button,.rs-layer .qodef-newsletter .qodef-button {
    font-size: 14px;
    padding: 5px 29px;
    position: absolute;
    top: 2px;
    right: 0
}

#qodef-page-footer .qodef-contact-form-7 .qodef-newsletter .qodef-button,#qodef-page-footer .rs-layer .qodef-newsletter .qodef-button {
    background-color: #38464a
}

.qodef-contact-form-7 .qodef-newsletter input,.rs-layer .qodef-newsletter input {
    padding: 9px 0
}

.qodef-contact-form-7 .qodef-newsletter.qodef-cf7-skin--light .qodef-button.qodef-layout--filled:not(.qodef-background--blur),.rs-layer .qodef-newsletter.qodef-cf7-skin--light .qodef-button.qodef-layout--filled:not(.qodef-background--blur) {
    background-color: #505e63;
    color: #fff
}

.qodef-contact-form-7 .qodef-newsletter.qodef-cf7-skin--light input[type=email],.rs-layer .qodef-newsletter.qodef-cf7-skin--light input[type=email] {
    border-color: #96a2a2;
    color: #fff
}

.qodef-contact-form-7 .qodef-cf7-skin--light input,.qodef-contact-form-7 .qodef-cf7-skin--light textarea,.rs-layer .qodef-cf7-skin--light input,.rs-layer .qodef-cf7-skin--light textarea {
    color: #fff;
    border-color: #fff
}

.qodef-contact-form-7 .qodef-cf7-skin--light .qodef-button.qodef-layout--filled:not(.qodef-background--blur),.rs-layer .qodef-cf7-skin--light .qodef-button.qodef-layout--filled:not(.qodef-background--blur) {
    background-color: #fff;
    color: #223035;
    font-weight: 500
}

.qodef-contact-form-7 .qodef-cf7-skin--light+.wpcf7-response-output,.rs-layer .qodef-cf7-skin--light+.wpcf7-response-output {
    color: #fff!important
}

.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 .27s 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-twitter-list.qodef-layout--columns.qodef--no-bottom-info #ctf .ctf-tweet-actions {
    display: none
}

.qodef-twitter-list.qodef-layout--columns #ctf {
    overflow: hidden
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-item {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    border: 0
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-box {
    margin-left: 0;
    display: block;
    margin-bottom: 8px
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-box-link {
    line-height: 1!important;
    display: flex;
    align-items: center;
    flex-flow: row wrap
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-avatar {
    width: 37px;
    height: 37px;
    margin: 0 7px 0 0;
    float: none;
    border-radius: 0
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-name {
    font-family: "Dm Sans",sans-serif;
    color: #20282d;
    font-size: 20px;
    line-height: 1.5em;
    font-weight: 500;
    font-weight: 600!important;
    margin: 0 4px 0 0
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-screename-sep {
    display: none
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-context,.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-meta,.qodef-twitter-list.qodef-layout--columns #ctf .ctf-twitterlink {
    font-family: Heebo,sans-serif;
    font-size: 15px;
    line-height: 1.6em;
    font-weight: 400;
    color: #263037;
    margin-right: 4px;
    margin-left: 0
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-context:last-child,.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-meta:last-child,.qodef-twitter-list.qodef-layout--columns #ctf .ctf-twitterlink:last-child {
    margin-right: 0
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-meta {
    margin-top: 4px
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-screenname {
    display: none
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-content {
    display: flex;
    align-items: baseline;
    margin-left: 0;
    padding: 0;
    margin-top: -5px
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-content:before {
    content: '\e094';
    font-family: ElegantIcons;
    padding-right: 10px;
    font-size: 18px;
    position: relative;
    top: 5px
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions {
    display: flex;
    align-items: baseline;
    margin-left: 0;
    margin-top: -3px
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions:before {
    content: '\e094';
    font-family: ElegantIcons;
    padding-right: 10px;
    font-size: 18px;
    visibility: hidden
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions a {
    padding: 0;
    font-size: 14px;
    margin-right: 8px
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions a:last-child {
    margin-right: 0
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions a.ctf-reply {
    margin-left: 0
}

.qodef-twitter-list.qodef-layout--columns .ctf-tweets {
    --qode-columns: 3;
    --qode-columns-row-gap: 30px;
    --qode-columns-col-gap: 30px;
    position: relative;
    display: grid;
    grid-template-columns: repeat(var(--qode-columns),minmax(0,1fr));
    row-gap: var(--qode-columns-row-gap);
    column-gap: var(--qode-columns-col-gap)
}

.qodef-twitter-list.qodef-layout--columns.qodef-col-num--1 .ctf-tweets {
    --qode-columns: 1
}

.qodef-twitter-list.qodef-layout--columns.qodef-col-num--2 .ctf-tweets {
    --qode-columns: 2
}

.qodef-twitter-list.qodef-layout--columns.qodef-col-num--3 .ctf-tweets {
    --qode-columns: 3
}

.qodef-twitter-list.qodef-layout--columns.qodef-col-num--4 .ctf-tweets {
    --qode-columns: 4
}

.qodef-twitter-list.qodef-layout--columns.qodef-col-num--5 .ctf-tweets {
    --qode-columns: 5
}

.qodef-twitter-list.qodef-layout--columns.qodef-col-num--6 .ctf-tweets {
    --qode-columns: 6
}

.qodef-twitter-list.qodef-layout--columns.qodef-col-num--7 .ctf-tweets {
    --qode-columns: 7
}

.qodef-twitter-list.qodef-layout--columns.qodef-col-num--8 .ctf-tweets {
    --qode-columns: 8
}

.qodef-twitter-list.qodef-vertical-gutter--no .ctf-tweets {
    --qode-columns-row-gap: 0px
}

.qodef-twitter-list.qodef-vertical-gutter--tiny .ctf-tweets {
    --qode-columns-row-gap: 10px
}

.qodef-twitter-list.qodef-vertical-gutter--small .ctf-tweets {
    --qode-columns-row-gap: 20px
}

.qodef-twitter-list.qodef-vertical-gutter--normal .ctf-tweets {
    --qode-columns-row-gap: 30px
}

.qodef-twitter-list.qodef-vertical-gutter--medium .ctf-tweets {
    --qode-columns-row-gap: 40px
}

.qodef-twitter-list.qodef-vertical-gutter--large .ctf-tweets {
    --qode-columns-row-gap: 50px
}

.qodef-twitter-list.qodef-vertical-gutter--extra-large .ctf-tweets {
    --qode-columns-row-gap: 60px
}

.qodef-twitter-list.qodef-vertical-gutter--enormous .ctf-tweets {
    --qode-columns-row-gap: 70px
}

.qodef-twitter-list.qodef-vertical-gutter--huge .ctf-tweets {
    --qode-columns-row-gap: 80px
}

.qodef-twitter-list.qodef-vertical-gutter--gigantic .ctf-tweets {
    --qode-columns-row-gap: 90px
}

.qodef-twitter-list.qodef-gutter--no .ctf-tweets {
    --qode-columns-col-gap: 0px
}

.qodef-twitter-list.qodef-gutter--tiny .ctf-tweets {
    --qode-columns-col-gap: 10px
}

.qodef-twitter-list.qodef-gutter--small .ctf-tweets {
    --qode-columns-col-gap: 20px
}

.qodef-twitter-list.qodef-gutter--normal .ctf-tweets {
    --qode-columns-col-gap: 30px
}

.qodef-twitter-list.qodef-gutter--medium .ctf-tweets {
    --qode-columns-col-gap: 40px
}

.qodef-twitter-list.qodef-gutter--large .ctf-tweets {
    --qode-columns-col-gap: 50px
}

.qodef-twitter-list.qodef-gutter--extra-large .ctf-tweets {
    --qode-columns-col-gap: 60px
}

.qodef-twitter-list.qodef-gutter--enormous .ctf-tweets {
    --qode-columns-col-gap: 70px
}

.qodef-twitter-list.qodef-gutter--huge .ctf-tweets {
    --qode-columns-col-gap: 80px
}

.qodef-twitter-list.qodef-gutter--gigantic .ctf-tweets {
    --qode-columns-col-gap: 90px
}

#qodef-page-footer .widget .qodef-twitter-list.qodef-layout--columns #ctf a {
    color: #ccc
}

#qodef-page-footer .widget .qodef-twitter-list.qodef-layout--columns #ctf a:hover {
    color: #fff
}

#qodef-side-area .widget .qodef-twitter-list.qodef-layout--columns #ctf a {
    color: #ccc
}

#qodef-side-area .widget .qodef-twitter-list.qodef-layout--columns #ctf a:hover {
    color: #fff
}

.qodef-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 #223035!important;
    padding: 10px;
    color: #263037
}

.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: #20282d
}

.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: #20282d
}

.qodef-yith-wccl--predefined .select_box.select_box_label>* {
    display: inline-flex;
    flex-wrap: wrap;
    font-size: 15px;
    line-height: 1.6em;
    font-weight: 400;
    font-family: "Dm Sans",sans-serif;
    display: inline-flex;
    vertical-align: middle;
    flex-wrap: wrap;
    color: #20282d
}

.qodef-yith-wccl--predefined .select_box.select_box_label .select_option {
    transition: color .27s 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(32,40,45,.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*=leroux-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: "Dm Sans",sans-serif;
    color: #20282d;
    font-size: 20px;
    line-height: 1.5em;
    font-weight: 500
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.yith-wcwl-form .wishlist_table.shop_table tr td {
    background: 0 0!important;
    color: #263037!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 {
    position: relative!important;
    display: inline-flex!important;
    align-items: center!important;
    vertical-align: middle!important;
    width: auto!important;
    margin: 0!important;
    font-family: "Dm Sans",sans-serif!important;
    font-size: 15px!important;
    line-height: 2em!important;
    font-weight: 400!important;
    text-decoration: none!important;
    outline: 0!important;
    transition: color .27s ease-out,background-color .27s ease-out,border-color .27s ease-out!important;
    padding: 6px 33px 7px!important;
    cursor: pointer!important;
    z-index: 3!important;
    color: #fff!important;
    background-color: #20282d!important;
    border: 1px solid transparent!important;
    border-radius: 25px!important;
    --qode-hover-move-x: 110%;
    --qode-hover-move-y: 100%
}

.yith-wcwl-form .wishlist_table .product-add-to-cart .added_to_cart .qodef-m-arrow,.yith-wcwl-form .wishlist_table .product-add-to-cart .button .qodef-m-arrow {
    margin-left: 7px
}

.yith-wcwl-form .wishlist_table .product-add-to-cart .added_to_cart .qodef-m-arrow svg,.yith-wcwl-form .wishlist_table .product-add-to-cart .button .qodef-m-arrow svg {
    display: block
}

.qodef-browser--safari .yith-wcwl-form .wishlist_table .product-add-to-cart .added_to_cart .qodef-m-arrow svg,.qodef-browser--safari .yith-wcwl-form .wishlist_table .product-add-to-cart .button .qodef-m-arrow svg {
    will-change: transform
}

.yith-wcwl-form .wishlist_table .product-add-to-cart .added_to_cart g,.yith-wcwl-form .wishlist_table .product-add-to-cart .button g {
    transition: transform .38s cubic-bezier(.37,.08,.02,.93),opacity .18s ease-out
}

.yith-wcwl-form .wishlist_table .product-add-to-cart .added_to_cart g:nth-of-type(1),.yith-wcwl-form .wishlist_table .product-add-to-cart .button g:nth-of-type(1) {
    transform: translateX(0) translateY(0);
    opacity: 1;
    transition-delay: .15s,.15s
}

.yith-wcwl-form .wishlist_table .product-add-to-cart .added_to_cart g:nth-of-type(2),.yith-wcwl-form .wishlist_table .product-add-to-cart .button g:nth-of-type(2) {
    transform: translateX(calc(-1 * var(--qode-hover-move-x))) translateY(var(--qode-hover-move-y));
    opacity: .5;
    transition-delay: 0s,0s
}

.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;
    background-color: var(--qode-main-color)!important
}

.yith-wcwl-form .wishlist_table .product-add-to-cart .added_to_cart:hover g:nth-of-type(1),.yith-wcwl-form .wishlist_table .product-add-to-cart .button:hover g:nth-of-type(1) {
    transform: translateX(var(--qode-hover-move-x)) translateY(calc(-1 * var(--qode-hover-move-y)));
    opacity: 0;
    transition-delay: 0s,0s
}

.yith-wcwl-form .wishlist_table .product-add-to-cart .added_to_cart:hover g:nth-of-type(2),.yith-wcwl-form .wishlist_table .product-add-to-cart .button:hover g:nth-of-type(2) {
    transform: translateX(0) translateY(0);
    opacity: 1;
    transition-delay: .15s,.15s
}

.yith-wcwl-form .wishlist_table .product-add-to-cart .added_to_cart .qodef-svg--button-cart,.yith-wcwl-form .wishlist_table .product-add-to-cart .button .qodef-svg--button-cart {
    --qode-hover-move-x: 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-category-list.qodef-item-layout--info-on-image .product-category a,.qodef-woo-product-list .product-category a {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-woo-product-category-list.qodef-item-layout--info-on-image .product-category .woocommerce-loop-category__title,.qodef-woo-product-list .product-category .woocommerce-loop-category__title {
    background-color: #fff;
    left: 50%;
    margin: 0;
    padding: 12px 41px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: auto
}

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

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

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

.widget_leroux_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_leroux_core_woo_dropdown_cart .qodef-m-opener,.widget_leroux_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_leroux_core_woo_dropdown_cart .qodef-m-opener .qodef-m-opener-icon svg,.widget_shopping_cart .qodef-m-opener .qodef-m-opener-icon svg {
    width: 18px;
    height: auto
}

.widget_leroux_core_woo_dropdown_cart .qodef-m-opener .qodef-m-opener-count,.widget_shopping_cart .qodef-m-opener .qodef-m-opener-count {
    font-size: 12px
}

.widget_leroux_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content,.widget_leroux_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: 28px 0;
    text-align: left;
    transition: opacity .27s ease-out,visibility .27s ease-out
}

header .widget_leroux_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content,header .widget_leroux_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: 354px
}

.touchevents header .widget_leroux_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content,.touchevents header .widget_leroux_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_leroux_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content>*,.widget_leroux_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 33px!important
}

.widget_leroux_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content .blockUI,.widget_leroux_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_leroux_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item,.widget_leroux_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item,.widget_leroux_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item,.widget_leroux_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 23px 0!important;
    position: relative
}

.widget_leroux_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item:last-of-type,.widget_leroux_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item:last-of-type,.widget_leroux_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item:last-of-type,.widget_leroux_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_leroux_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item img,.widget_leroux_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item img,.widget_leroux_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item img,.widget_leroux_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item img,.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item img,.widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item img,.widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item img,.widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item img {
    margin: 0 15px 0 0;
    width: 78px;
    height: 98px;
    object-fit: cover
}

.widget_leroux_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove,.widget_leroux_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove,.widget_leroux_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove,.widget_leroux_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: -5px;
    top: -2px;
    z-index: 5
}

.widget_leroux_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove svg,.widget_leroux_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove svg,.widget_leroux_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove svg,.widget_leroux_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove svg,.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove svg,.widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove svg,.widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove svg,.widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove svg {
    display: block;
    width: 20px;
    height: auto
}

.widget_leroux_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .variation,.widget_leroux_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .variation,.widget_leroux_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .variation,.widget_leroux_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_leroux_core_woo_dropdown_cart .woocommerce-mini-cart-item img,.widget_shopping_cart .woocommerce-mini-cart-item img {
    float: left;
    vertical-align: top
}

.widget_leroux_core_woo_dropdown_cart .woocommerce-mini-cart-item a,.widget_shopping_cart .woocommerce-mini-cart-item a {
    font-family: "Dm Sans",sans-serif;
    font-size: 20px;
    line-height: 1.5em;
    font-weight: 500;
    display: block
}

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

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

.widget_leroux_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_leroux_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_leroux_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_leroux_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_leroux_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-title,.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-title {
    margin: -3px 0 4px
}

.widget_leroux_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 0 4px;
    color: #fff
}

.widget_leroux_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;
    color: #bcc3c5
}

.widget_leroux_core_woo_dropdown_cart .qodef-m-order-details,.widget_leroux_core_woo_dropdown_cart .woocommerce-mini-cart__total,.widget_shopping_cart .qodef-m-order-details,.widget_shopping_cart .woocommerce-mini-cart__total {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 19px 0 0!important;
    margin: 25px 33px 0;
    border-top: 1px solid #707070
}

.widget_leroux_core_woo_dropdown_cart .qodef-m-order-details strong,.widget_leroux_core_woo_dropdown_cart .woocommerce-mini-cart__total strong,.widget_shopping_cart .qodef-m-order-details strong,.widget_shopping_cart .woocommerce-mini-cart__total strong {
    font-family: "Dm Sans",sans-serif;
    font-size: 20px;
    line-height: 1.5em;
    font-weight: 500
}

.widget_leroux_core_woo_dropdown_cart .qodef-m-order-details .amount,.widget_leroux_core_woo_dropdown_cart .woocommerce-mini-cart__total .amount,.widget_shopping_cart .qodef-m-order-details .amount,.widget_shopping_cart .woocommerce-mini-cart__total .amount {
    font-family: "Dm Sans",sans-serif;
    font-size: 15px;
    line-height: 1.6em;
    font-weight: 500
}

.widget_leroux_core_woo_dropdown_cart .qodef-m-action,.widget_leroux_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: 20px 0 15px
}

.widget_leroux_core_woo_dropdown_cart .qodef-m-action a,.widget_leroux_core_woo_dropdown_cart .woocommerce-mini-cart__buttons a,.widget_shopping_cart .qodef-m-action a,.widget_shopping_cart .woocommerce-mini-cart__buttons a {
    position: relative;
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
    width: auto;
    margin: 0;
    font-family: "Dm Sans",sans-serif;
    font-size: 15px;
    line-height: 2em;
    font-weight: 400;
    text-decoration: none;
    outline: 0;
    transition: color .27s ease-out,background-color .27s ease-out,border-color .27s ease-out;
    padding: 6px 33px 7px;
    color: #fff;
    background-color: #20282d;
    border: 1px solid transparent;
    border-radius: 25px;
    --qode-hover-move-x: 110%;
    --qode-hover-move-y: 100%;
    background-color: rgba(255,255,255,.2);
    -webkit-backdrop-filter: blur(4px) brightness(100%);
    backdrop-filter: blur(4px) brightness(100%);
    width: 100%;
    justify-content: center;
    text-align: center
}

.widget_leroux_core_woo_dropdown_cart .qodef-m-action a .qodef-m-arrow,.widget_leroux_core_woo_dropdown_cart .woocommerce-mini-cart__buttons a .qodef-m-arrow,.widget_shopping_cart .qodef-m-action a .qodef-m-arrow,.widget_shopping_cart .woocommerce-mini-cart__buttons a .qodef-m-arrow {
    margin-left: 7px
}

.widget_leroux_core_woo_dropdown_cart .qodef-m-action a .qodef-m-arrow svg,.widget_leroux_core_woo_dropdown_cart .woocommerce-mini-cart__buttons a .qodef-m-arrow svg,.widget_shopping_cart .qodef-m-action a .qodef-m-arrow svg,.widget_shopping_cart .woocommerce-mini-cart__buttons a .qodef-m-arrow svg {
    display: block
}

.qodef-browser--safari .widget_leroux_core_woo_dropdown_cart .qodef-m-action a .qodef-m-arrow svg,.qodef-browser--safari .widget_leroux_core_woo_dropdown_cart .woocommerce-mini-cart__buttons a .qodef-m-arrow svg,.qodef-browser--safari .widget_shopping_cart .qodef-m-action a .qodef-m-arrow svg,.qodef-browser--safari .widget_shopping_cart .woocommerce-mini-cart__buttons a .qodef-m-arrow svg {
    will-change: transform
}

.widget_leroux_core_woo_dropdown_cart .qodef-m-action a g,.widget_leroux_core_woo_dropdown_cart .woocommerce-mini-cart__buttons a g,.widget_shopping_cart .qodef-m-action a g,.widget_shopping_cart .woocommerce-mini-cart__buttons a g {
    transition: transform .38s cubic-bezier(.37,.08,.02,.93),opacity .18s ease-out
}

.widget_leroux_core_woo_dropdown_cart .qodef-m-action a g:nth-of-type(1),.widget_leroux_core_woo_dropdown_cart .woocommerce-mini-cart__buttons a g:nth-of-type(1),.widget_shopping_cart .qodef-m-action a g:nth-of-type(1),.widget_shopping_cart .woocommerce-mini-cart__buttons a g:nth-of-type(1) {
    transform: translateX(0) translateY(0);
    opacity: 1;
    transition-delay: .15s,.15s
}

.widget_leroux_core_woo_dropdown_cart .qodef-m-action a g:nth-of-type(2),.widget_leroux_core_woo_dropdown_cart .woocommerce-mini-cart__buttons a g:nth-of-type(2),.widget_shopping_cart .qodef-m-action a g:nth-of-type(2),.widget_shopping_cart .woocommerce-mini-cart__buttons a g:nth-of-type(2) {
    transform: translateX(calc(-1 * var(--qode-hover-move-x))) translateY(var(--qode-hover-move-y));
    opacity: .5;
    transition-delay: 0s,0s
}

.widget_leroux_core_woo_dropdown_cart .qodef-m-action a .qodef-svg--button-arrow,.widget_leroux_core_woo_dropdown_cart .woocommerce-mini-cart__buttons a .qodef-svg--button-arrow,.widget_shopping_cart .qodef-m-action a .qodef-svg--button-arrow,.widget_shopping_cart .woocommerce-mini-cart__buttons a .qodef-svg--button-arrow {
    display: block;
    margin-left: 5px
}

.widget_leroux_core_woo_dropdown_cart .qodef-m-action a:hover g:nth-of-type(1),.widget_leroux_core_woo_dropdown_cart .woocommerce-mini-cart__buttons a:hover g:nth-of-type(1),.widget_shopping_cart .qodef-m-action a:hover g:nth-of-type(1),.widget_shopping_cart .woocommerce-mini-cart__buttons a:hover g:nth-of-type(1) {
    transform: translateX(var(--qode-hover-move-x)) translateY(calc(-1 * var(--qode-hover-move-y)));
    opacity: 0;
    transition-delay: 0s,0s
}

.widget_leroux_core_woo_dropdown_cart .qodef-m-action a:hover g:nth-of-type(2),.widget_leroux_core_woo_dropdown_cart .woocommerce-mini-cart__buttons a:hover g:nth-of-type(2),.widget_shopping_cart .qodef-m-action a:hover g:nth-of-type(2),.widget_shopping_cart .woocommerce-mini-cart__buttons a:hover g:nth-of-type(2) {
    transform: translateX(0) translateY(0);
    opacity: 1;
    transition-delay: .15s,.15s
}

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

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

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

header .widget_leroux_core_woo_dropdown_cart:hover .qodef-widget-dropdown-cart-content,header .widget_leroux_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_leroux_core_woo_dropdown_cart,.widget_shopping_cart {
    color: #fff
}

.widget_leroux_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content,.widget_leroux_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: #223035;
    border-color: #223035
}

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

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

.widget_leroux_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_leroux_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: #fff
}

.widget_leroux_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove,.widget_leroux_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove,.widget_leroux_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove,.widget_leroux_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: #fff
}

.widget_leroux_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove:hover,.widget_leroux_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove:hover,.widget_leroux_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove:hover,.widget_leroux_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: #fff
}

.widget_leroux_core_woo_dropdown_cart .qodef-m-order-details strong,.widget_leroux_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_leroux_core_woo_dropdown_cart,#qodef-top-area .widget_shopping_cart {
    color: #fff
}

#qodef-page-footer-top-area .widget_leroux_core_woo_dropdown_cart,#qodef-page-footer-top-area .widget_shopping_cart {
    color: #ccc
}

#qodef-page-footer-bottom-area .widget_leroux_core_woo_dropdown_cart,#qodef-page-footer-bottom-area .widget_shopping_cart {
    color: #fff
}

#qodef-page-footer-copyright-area .widget_leroux_core_woo_dropdown_cart,#qodef-page-footer-copyright-area .widget_shopping_cart {
    color: #85979b
}

#qodef-content-bottom .widget_leroux_core_woo_dropdown_cart,#qodef-content-bottom .widget_shopping_cart {
    color: #fff
}

#qodef-side-area .widget_leroux_core_woo_dropdown_cart,#qodef-side-area .widget_shopping_cart {
    color: #fff
}

#qodef-fullscreen-area .widget_leroux_core_woo_dropdown_cart,#qodef-fullscreen-area .widget_shopping_cart {
    color: #fff
}

.qodef-mega-menu-widget-holder .widget_leroux_core_woo_dropdown_cart,.qodef-mega-menu-widget-holder .widget_shopping_cart {
    color: #fff
}

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

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

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

#qodef-page-footer .widget_leroux_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_leroux_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: #fff
}

#qodef-page-footer .widget_leroux_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_leroux_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove,#qodef-page-footer .widget_leroux_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove,#qodef-page-footer .widget_leroux_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove,#qodef-page-footer .widget_leroux_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove,#qodef-page-footer .widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove,#qodef-page-footer .widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove,#qodef-page-footer .widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove,#qodef-page-footer .widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove {
    color: #ccc
}

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

#qodef-page-footer .widget_leroux_core_woo_dropdown_cart .qodef-m-order-details strong,#qodef-page-footer .widget_leroux_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
}

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

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

.widget_leroux_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_leroux_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-opener {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%
}

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

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

.widget_leroux_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_leroux_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-posts-not-found {
    padding: 0 35px
}

.widget_leroux_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_leroux_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_leroux_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-woo-side-area-cart-item:first-child {
    margin-top: 0
}

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

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

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

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

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

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

.widget_leroux_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_leroux_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_leroux_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-order-details>* {
    margin: 0
}

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

.widget_leroux_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-action-link {
    position: relative;
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
    width: auto;
    margin: 0;
    font-family: "Dm Sans",sans-serif;
    font-size: 15px;
    line-height: 2em;
    font-weight: 400;
    text-decoration: none;
    outline: 0;
    transition: color .27s ease-out,background-color .27s ease-out,border-color .27s ease-out;
    color: #fff;
    background-color: #20282d;
    border: 1px solid transparent;
    border-radius: 25px;
    --qode-hover-move-x: 110%;
    --qode-hover-move-y: 100%
}

.widget_leroux_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-action-link .qodef-m-arrow {
    margin-left: 7px
}

.widget_leroux_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-action-link .qodef-m-arrow svg {
    display: block
}

.qodef-browser--safari .widget_leroux_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-action-link .qodef-m-arrow svg {
    will-change: transform
}

.widget_leroux_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-action-link g {
    transition: transform .38s cubic-bezier(.37,.08,.02,.93),opacity .18s ease-out
}

.widget_leroux_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-action-link g:nth-of-type(1) {
    transform: translateX(0) translateY(0);
    opacity: 1;
    transition-delay: .15s,.15s
}

.widget_leroux_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-action-link g:nth-of-type(2) {
    transform: translateX(calc(-1 * var(--qode-hover-move-x))) translateY(var(--qode-hover-move-y));
    opacity: .5;
    transition-delay: 0s,0s
}

.widget_leroux_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-action-link:hover {
    color: #fff;
    background-color: var(--qode-main-color)
}

.widget_leroux_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-action-link:hover g:nth-of-type(1) {
    transform: translateX(var(--qode-hover-move-x)) translateY(calc(-1 * var(--qode-hover-move-y)));
    opacity: 0;
    transition-delay: 0s,0s
}

.widget_leroux_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-action-link:hover g:nth-of-type(2) {
    transform: translateX(0) translateY(0);
    opacity: 1;
    transition-delay: .15s,.15s
}

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

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

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

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

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

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

.qodef-clients-list.qodef-item-layout--boxed.qodef-gutter--no.qodef-vertical-gutter--no .qodef-grid-inner {
    border-top: 1px solid var(--qodef-client-box-border-color,#96a2a2);
    border-left: 1px solid var(--qodef-client-box-border-color,#96a2a2);
    border-bottom: 0;
    border-right: 0
}

.qodef-clients-list.qodef-item-layout--boxed.qodef-gutter--no.qodef-vertical-gutter--no .qodef-grid-item {
    border-bottom: 1px solid var(--qodef-client-box-border-color,#96a2a2);
    border-right: 1px solid var(--qodef-client-box-border-color,#96a2a2);
    border-top: 0;
    border-left: 0
}

.qodef-horizontal-showcase .qodef-clients-list.qodef-item-layout--boxed.qodef-gutter--no.qodef-vertical-gutter--no .qodef-grid-inner {
    border-top: none
}

.qodef-horizontal-showcase .qodef-clients-list.qodef-item-layout--boxed.qodef-gutter--no.qodef-vertical-gutter--no .qodef-grid-item:nth-last-child(1) {
    border-bottom: none
}

@media only screen and (min-width: 681px) {
    .qodef-horizontal-showcase .qodef-clients-list.qodef-item-layout--boxed.qodef-gutter--no.qodef-vertical-gutter--no .qodef-grid-item:nth-last-child(2) {
        border-bottom:none
    }
}

.qodef-horizontal-showcase .qodef-clients-list.qodef-item-layout--boxed.qodef-gutter--no.qodef-vertical-gutter--no .qodef-e .qodef-e-inner {
    height: 50vh
}

.qodef-clients-list.qodef-item-layout--boxed .qodef-grid-item {
    border: 1px solid var(--qodef-client-box-border-color,#96a2a2)
}

.qodef-clients-list.qodef-item-layout--boxed .qodef-e:hover .qodef-e-background-holder {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0)
}

.qodef-clients-list.qodef-item-layout--boxed .qodef-e:hover .qodef-e-hover-logo {
    opacity: 1
}

.qodef-clients-list.qodef-item-layout--boxed .qodef-e .qodef-e-inner {
    width: 100%;
    height: 328px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative
}

.qodef-clients-list.qodef-item-layout--boxed .qodef-e .qodef-e-image {
    position: relative;
    z-index: 2
}

.qodef-clients-list.qodef-item-layout--boxed .qodef-e .qodef-e-hover-logo {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: opacity .3s ease-in-out
}

.qodef-clients-list.qodef-item-layout--boxed .qodef-e .qodef-e-background-holder {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: opacity .3s ease-in-out;
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
    transition: -webkit-clip-path .57s cubic-bezier(.62,.83,.34,.93);
    transition: clip-path .57s cubic-bezier(.62,.83,.34,.93);
    transition: clip-path .57s cubic-bezier(.62,.83,.34,.93),-webkit-clip-path .57s cubic-bezier(.62,.83,.34,.93)
}

.qodef-clients-list.qodef-item-layout--boxed .qodef-e .qodef-e-background-holder .qodef--background {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover
}

.qodef-clients-list.qodef-item-layout--boxed .qodef-e .qodef-e-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5
}

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

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

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

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

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

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

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

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--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);
    transition: opacity .5s 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-portfolio-single {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-portfolio-single .qodef-media iframe {
    max-height: calc(56.25vw)
}

.qodef-portfolio-single .qodef-media .qodef-layout--masonry.qodef-items--fixed .qodef-grid-item {
    overflow: hidden
}

.qodef-portfolio-single .qodef-media .qodef-layout--masonry.qodef-items--fixed .qodef-grid-item img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.qodef-portfolio-single .qodef-portfolio-title {
    margin: 0 0 15px
}

.qodef-portfolio-single .qodef-portfolio-info>* {
    display: flex;
    align-items: flex-start;
    margin-bottom: 3px;
    column-gap: 4px
}

.qodef-portfolio-single .qodef-portfolio-info>:last-child {
    margin-bottom: 0
}

.qodef-portfolio-single .qodef-portfolio-info .qodef-e-label {
    margin: 0 0 5px 0
}

.qodef-portfolio-single .qodef-portfolio-info a,.qodef-portfolio-single .qodef-portfolio-info p {
    margin: 0
}

.qodef-portfolio-single .qodef-portfolio-info a:not(.qodef-share-link) {
    --qodef-underline-position-y: calc(100% - 3px);
    --qodef-underline-height: 1px;
    background-repeat: no-repeat;
    background-image: linear-gradient(90deg,currentColor 0,currentColor 100%);
    transition: background-size .4s cubic-bezier(.51,.5,.07,.99),color .27s ease-out;
    background-position: 100% var(--qodef-underline-position-y);
    background-size: 0 var(--qodef-underline-height)
}

.qodef-portfolio-single .qodef-portfolio-info a:not(.qodef-share-link):hover {
    background-size: 100% var(--qodef-underline-height);
    background-position: 0 var(--qodef-underline-position-y)
}

.qodef-portfolio-single .qodef-portfolio-info .qodef-social-share {
    margin-top: 28px
}

.qodef-portfolio-single .qodef-portfolio-info .qodef-social-share .qodef-social-title {
    font-family: "Dm Sans",sans-serif;
    color: #20282d;
    font-size: 20px;
    line-height: 1.5em;
    font-weight: 500;
    display: block
}

.qodef-portfolio-single .qodef-portfolio-info .qodef-social-share .qodef-shortcode-list {
    margin: 15px 0 0
}

.qodef-portfolio-single .qodef-variations--small .qodef-grid.qodef-grid-template--portfolio-small>.qodef-grid-inner {
    grid-template-columns: minmax(0,57.1fr) minmax(0,42.9fr);
    column-gap: 65px
}

.qodef-portfolio-single .qodef-variations--small .qodef-content-wrapper {
    margin: 7px 0 0
}

.qodef-portfolio-single .qodef-variations--small .qodef-portfolio-title {
    margin: 0 0 8px
}

.qodef-portfolio-single .qodef-variations--small .qodef-portfolio-content p {
    margin: 0
}

.qodef-portfolio-single .qodef-variations--small .qodef-portfolio-info {
    margin-top: 42px
}

.qodef-portfolio-single .qodef-variations--big .qodef-e-content {
    margin-top: 57px
}

.qodef-portfolio-single .qodef-variations--big .qodef-portfolio-info {
    margin-top: 16px
}

.qodef-portfolio-single .qodef-variations--big .qodef-portfolio-content {
    padding-right: 6%
}

@media only screen and (max-width: 1024px) {
    .qodef-portfolio-single .qodef-variations--big .qodef-portfolio-content {
        padding-right:0
    }
}

.qodef-portfolio-single .qodef-variations--big+#qodef-single-portfolio-navigation {
    margin-top: 113px
}

.qodef-portfolio-single .qodef-swiper-container .swiper-button-next,.qodef-portfolio-single .qodef-swiper-container .swiper-button-prev {
    color: #fff
}

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

.qodef-portfolio-category-list .qodef-e-image img {
    display: block
}

.qodef-portfolio-category-list .qodef-e-content a {
    position: relative;
    z-index: 1
}

.qodef-portfolio-category-list .qodef-e-title {
    margin: 0
}

.qodef-portfolio-category-list .qodef-e-description {
    margin: 9px 0 0
}

.qodef-portfolio-category-list .qodef-e-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.qodef-portfolio-category-list.qodef-item-layout--gallery .qodef-e-inner:hover .qodef-e-content {
    opacity: 1
}

.qodef-portfolio-category-list.qodef-item-layout--gallery .qodef-e-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 31px 40px;
    background-color: rgba(32,40,45,.4);
    opacity: 0;
    transition: opacity .27s ease-out
}

.qodef-portfolio-category-list.qodef-item-layout--gallery .qodef-e-description,.qodef-portfolio-category-list.qodef-item-layout--gallery .qodef-e-title {
    color: #fff
}

.qodef-portfolio-category-list.qodef-item-layout--standard .qodef-e-content {
    margin-top: 28px
}

.qodef-portfolio-list .qodef-e-content,.qodef-portfolio-list .qodef-e-inner,.qodef-portfolio-list .qodef-e-media {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-portfolio-list .qodef-e-media iframe {
    display: block;
    height: 100%
}

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

.qodef-portfolio-list .qodef-e-media-image a,.qodef-portfolio-list .qodef-e-media-image img {
    display: block;
    width: 100%
}

.qodef-portfolio-list .qodef-e-content {
    margin: 14px 0 0
}

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

.qodef-portfolio-list .qodef-e-excerpt {
    margin: 15px 0 0
}

.qodef-portfolio-list .qodef-e-top-holder {
    margin-bottom: 2px
}

.qodef-portfolio-list .qodef-e-read-more {
    margin: 15px 0 0
}

.qodef-portfolio-list .qodef-e-post-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.qodef-portfolio-list .qodef-custom-margin .qodef-e-inner {
    width: auto
}

.qodef-item-layout--info-below.qodef-hover-animation--overlay .qodef-e-media-image>a {
    position: relative;
    display: block
}

.qodef-item-layout--info-below.qodef-hover-animation--overlay .qodef-e-media-image>a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(10,10,10,.3);
    opacity: 0;
    transition: opacity .3s ease-out
}

.qodef-item-layout--info-below.qodef-hover-animation--overlay .qodef-e:hover .qodef-e-media-image>a:after {
    opacity: 1
}

.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow article .qodef-e-inner {
    overflow: hidden
}

.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow article .qodef-e-media {
    height: 100%;
    width: 100%
}

.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow article .qodef-e-content {
    margin: 0;
    display: none
}

.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow article .qodef-e-title {
    color: #fff
}

.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow article .qodef-e-title a {
    color: inherit
}

.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow article .qodef-e-title a:hover {
    color: var(--qode-main-color)
}

.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow article .qodef-e-info>* {
    color: #fff
}

.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow article .qodef-e-info a:hover {
    color: var(--qode-main-color)
}

.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow article .qodef-e-post-link {
    z-index: 2
}

.qodef-e-content-follow {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 9999;
    pointer-events: none;
    visibility: hidden
}

.qodef-e-content-follow.qodef-right {
    text-align: right;
    transform: translateX(-100%)
}

.qodef-e-content-follow .qodef-e-title {
    margin: 0;
    color: #fff
}

.qodef-e-content-follow .qodef-e-title a {
    color: inherit
}

.qodef-e-content-follow .qodef-e-info>* {
    color: #fff
}

.qodef-e-content-follow .qodef-e-text,.qodef-e-content-follow .qodef-e-top-holder {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
    transition: all .2s ease-out
}

.qodef-e-content-follow .qodef-e-text>*,.qodef-e-content-follow .qodef-e-top-holder>* {
    display: inline-block;
    background-color: var(--qode-main-color);
    z-index: 10
}

.qodef-e-content-follow .qodef-e-top-holder {
    margin-bottom: 2px
}

.qodef-e-content-follow .qodef-e-top-holder>* {
    padding: 0 5px
}

.qodef-e-content-follow .qodef-e-text>* {
    padding: 3px 5px
}

.qodef-e-content-follow.qodef-is-active {
    visibility: visible
}

.qodef-e-content-follow.qodef-is-active .qodef-e-text,.qodef-e-content-follow.qodef-is-active .qodef-e-top-holder {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0)
}

.qodef-e-content-follow.qodef-is-active .qodef-e-text {
    transition-delay: .2s
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover article .qodef-e-media {
    height: 100%;
    width: 100%
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover article .qodef-e-content {
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    padding: 20px 40px 35px;
    background-color: rgba(32,40,45,.12)
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover article .qodef-e-content a {
    position: relative;
    z-index: 3
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover article .qodef-e-title {
    color: #fff
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover article .qodef-e-title a {
    color: inherit
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover article .qodef-e-title a:hover {
    color: var(--qode-main-color)
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover article .qodef-e-info>* {
    color: #fff
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover article .qodef-e-info a:hover {
    color: var(--qode-main-color)
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover article .qodef-e-post-link {
    z-index: 2
}

.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in .qodef-e-content {
    opacity: 0;
    transition: opacity .3s ease
}

.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in .qodef-e:hover .qodef-e-content {
    opacity: 1
}

.qodef-portfolio-list.qodef-item-layout--info-on-image article .qodef-e-media {
    height: 100%;
    width: 100%
}

.qodef-portfolio-list.qodef-item-layout--info-on-image article .qodef-e-top-holder {
    margin: 0
}

.qodef-portfolio-list.qodef-item-layout--info-on-image article .qodef-e-content {
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    padding: 20px 34px 28px;
    background-color: rgba(32,40,45,.12)
}

.qodef-portfolio-list.qodef-item-layout--info-on-image article .qodef-e-content a {
    position: relative;
    z-index: 3
}

.qodef-portfolio-list.qodef-item-layout--info-on-image article .qodef-e-title {
    color: #fff
}

.qodef-portfolio-list.qodef-item-layout--info-on-image article .qodef-e-title a {
    color: inherit
}

.qodef-portfolio-list.qodef-item-layout--info-on-image article .qodef-e-title a:hover {
    color: var(--qode-main-color)
}

.qodef-portfolio-list.qodef-item-layout--info-on-image article .qodef-e-info>* {
    color: #fff
}

.qodef-portfolio-list.qodef-item-layout--info-on-image article .qodef-e-info a:hover {
    color: var(--qode-main-color)
}

.qodef-portfolio-list.qodef-item-layout--info-on-image article .qodef-e-post-link {
    z-index: 2
}

.qodef-portfolio-list.qodef-item-layout--info-on-image article.qodef-e.swiper-slide {
    position: relative
}

.qodef-portfolio-list.qodef-item-layout--info-on-image article.qodef-e.swiper-slide:after {
    content: '';
    height: 100%;
    width: 1px;
    background-color: #96a2a2;
    position: absolute
}

.qodef-portfolio-list.qodef-item-layout--info-on-image.qodef-gutter--no article.qodef-e.swiper-slide:after {
    right: calc(0px / 2)
}

.qodef-portfolio-list.qodef-item-layout--info-on-image.qodef-gutter--tiny article.qodef-e.swiper-slide:after {
    right: calc(-10px / 2)
}

.qodef-portfolio-list.qodef-item-layout--info-on-image.qodef-gutter--small article.qodef-e.swiper-slide:after {
    right: calc(-20px / 2)
}

.qodef-portfolio-list.qodef-item-layout--info-on-image.qodef-gutter--normal article.qodef-e.swiper-slide:after {
    right: calc(-30px / 2)
}

.qodef-portfolio-list.qodef-item-layout--info-on-image.qodef-gutter--medium article.qodef-e.swiper-slide:after {
    right: calc(-40px / 2)
}

.qodef-portfolio-list.qodef-item-layout--info-on-image.qodef-gutter--large article.qodef-e.swiper-slide:after {
    right: calc(-50px / 2)
}

.qodef-portfolio-list.qodef-item-layout--info-on-image.qodef-gutter--extra-large article.qodef-e.swiper-slide:after {
    right: calc(-60px / 2)
}

.qodef-portfolio-list.qodef-item-layout--info-on-image.qodef-gutter--enormous article.qodef-e.swiper-slide:after {
    right: calc(-70px / 2)
}

.qodef-portfolio-list.qodef-item-layout--info-on-image.qodef-gutter--huge article.qodef-e.swiper-slide:after {
    right: calc(-80px / 2)
}

.qodef-portfolio-list.qodef-item-layout--info-on-image.qodef-gutter--gigantic article.qodef-e.swiper-slide:after {
    right: calc(-90px / 2)
}

.qodef-portfolio-project-info {
    display: flex;
    align-items: flex-start;
    flex-direction: column
}

.qodef-portfolio-project-info .qodef-e-label {
    margin: 0 0 5px 0
}

.qodef-portfolio-project-info a,.qodef-portfolio-project-info p {
    margin: 0
}

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

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

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

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

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

#qodef-single-portfolio-navigation .qodef-m-nav.qodef--prev .qodef-m-nav-icon {
    margin-right: 5px;
    --qode-hover-move-x: -110%
}

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

#qodef-single-portfolio-navigation .qodef-m-nav.qodef--next .qodef-m-nav-icon {
    margin-left: 5px
}

#qodef-single-portfolio-navigation .qodef-m-nav.qodef--back-link {
    position: absolute;
    top: 8px;
    left: calc(50% - 8px)
}

#qodef-single-portfolio-navigation .qodef-m-nav.qodef--back-link .qodef-m-nav-icon {
    font-size: 32px
}

#qodef-single-portfolio-navigation .qodef-m-nav-icon {
    font-size: 30px
}

#qodef-single-portfolio-navigation .qodef-m-nav-icon:not(.qodef-svg--pagination-back-link) {
    --qode-hover-move-x: 110%;
    --qode-hover-move-y: 0px
}

#qodef-single-portfolio-navigation .qodef-m-nav-icon:not(.qodef-svg--pagination-back-link) g {
    transition: transform .5s cubic-bezier(.37,.08,.02,.93),opacity .35s ease-out
}

#qodef-single-portfolio-navigation .qodef-m-nav-icon:not(.qodef-svg--pagination-back-link) g:nth-of-type(1) {
    transform: translateX(0) translateY(0);
    opacity: 1;
    transition-delay: .15s,.15s
}

#qodef-single-portfolio-navigation .qodef-m-nav-icon:not(.qodef-svg--pagination-back-link) g:nth-of-type(2) {
    transform: translateX(calc(-1 * var(--qode-hover-move-x))) translateY(var(--qode-hover-move-y));
    opacity: .5;
    transition-delay: 0s,0s
}

#qodef-single-portfolio-navigation .qodef-m-nav-icon:not(.qodef-svg--pagination-back-link):hover g:nth-of-type(1) {
    transform: translateX(var(--qode-hover-move-x)) translateY(calc(-1 * var(--qode-hover-move-y)));
    opacity: 0;
    transition-delay: 0s,0s
}

#qodef-single-portfolio-navigation .qodef-m-nav-icon:not(.qodef-svg--pagination-back-link):hover g:nth-of-type(2) {
    transform: translateX(0) translateY(0);
    opacity: 1;
    transition-delay: .15s,.15s
}

#qodef-single-portfolio-navigation .qodef-m-nav-label {
    font-family: "Dm Sans",sans-serif;
    font-size: 15px;
    line-height: 1.6em;
    font-weight: 500
}

.qodef-portfolio-single.qodef-layout--images-big .qodef-media .qodef-grid-item {
    display: block;
    margin-bottom: 41px;
    float: none
}

.qodef-portfolio-single.qodef-layout--images-big .qodef-media .qodef-grid-item:last-child {
    margin-bottom: 0
}

.qodef-portfolio-single.qodef-layout--images-small .qodef-media .qodef-grid-item {
    display: block;
    margin-bottom: 41px;
    float: none
}

.qodef-portfolio-single.qodef-layout--images-small .qodef-media .qodef-grid-item:last-child {
    margin-bottom: 0
}

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

.qodef-team-list .qodef-e-title {
    margin: 2px 0 13px
}

.qodef-team-list .qodef-social-icons {
    margin: 0
}

.qodef-team-list.qodef-item-layout--info-below .qodef-e-content {
    display: flex;
    justify-content: space-between;
    margin: 15px 0 0
}

.qodef-team-list.qodef-item-layout--info-below .qodef-e-title {
    margin: 0
}

.qodef-team-list.qodef-item-layout--info-below .qodef-e-role {
    margin: 2px 0 0
}

.qodef-team-list.qodef-item-layout--info-below .qodef-social-icon {
    display: flex;
    column-gap: 14px
}

.qodef-team-list.qodef-item-layout--info-below .qodef-team-member-social-icon {
    font-size: 19px;
    color: #85979b
}

.qodef-team-list.qodef-item-layout--info-below .qodef-team-member-social-icon:hover {
    color: #69797d
}

.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: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    opacity: 0;
    transition: opacity .27s ease-out;
    z-index: -1
}

.qodef-testimonials-list .qodef-e-inner:before {
    color: rgba(153,164,165,.1)
}

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

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

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

.qodef-testimonials-list .qodef-e-text {
    margin: 0 0 25px;
    padding-right: 12%
}

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

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

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

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

.qodef-testimonials-list.qodef-skin--light .qodef-testimonials-rating svg {
    fill: #bac8c8
}

.qodef-testimonials-list.qodef-skin--light .qodef-e-author-job {
    color: #bac8c8
}

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

.qodef-testimonials-list.qodef-skin--light .qodef-testimonials-list-nav-inner .swiper-button-next,.qodef-testimonials-list.qodef-skin--light .qodef-testimonials-list-nav-inner .swiper-button-prev {
    color: #fff
}

.qodef-testimonials-list-nav {
    position: absolute;
    right: 70px;
    bottom: 82px
}

.qodef-testimonials-list-nav-inner {
    position: relative;
    width: 100%
}

.qodef-testimonials-list-nav-inner .swiper-button-next svg,.qodef-testimonials-list-nav-inner .swiper-button-prev svg {
    width: 35px
}

.qodef-testimonials-list-nav-inner .swiper-button-prev.swiper-button-outside {
    left: -50px!important
}

.qodef-testimonials-list.qodef-item-layout--info-below .qodef-e-inner {
    padding: 0 0 40px 8.5%;
    position: relative
}

.qodef-testimonials-list.qodef-item-layout--info-below .qodef-e-inner:before {
    content: '"';
    font-family: "Dm Sans",sans-serif;
    position: absolute;
    left: 0;
    font-size: var(--qodef-testimonials-quote-font-size,300px);
    line-height: 1em
}

.qodef-testimonials-list.qodef-item-layout--info-below .qodef-e-inner .qodef-e-content {
    padding-top: 59px
}

.qodef-testimonials-list.qodef-item-layout--info-below .qodef-e-text {
    margin: 0 0 53px
}

.qodef-testimonials-list.qodef-item-layout--info-below .qodef-e-media-image {
    margin: 0 17px 0 0
}

.qodef-testimonials-list.qodef-item-layout--info-below .qodef-e-media-image img {
    width: 60px;
    border-radius: 50%
}

.qodef-testimonials-list.qodef-item-layout--info-below .qodef-testimonials-rating svg {
    margin-right: 10px
}

.qodef-testimonials-list.qodef-item-layout--info-below .qodef-testimonials-rating svg:last-child {
    margin-right: 0
}

.qodef-testimonials-list.qodef-item-layout--info-below .qodef-testimonial-author-info {
    display: inline-flex;
    align-items: center;
    margin: 2px 0 0
}

.qodef-testimonials-list.qodef-item-layout--info-below .qodef-e-author .qodef-e-author-job,.qodef-testimonials-list.qodef-item-layout--info-below .qodef-e-author .qodef-e-author-name {
    margin: 0
}

.qodef-testimonials-list.qodef-item-layout--info-below.qodef-col-num--1 .swiper-slide .qodef-e-content {
    opacity: 0;
    transition: opacity .5s
}

.qodef-testimonials-list.qodef-item-layout--info-below.qodef-col-num--1 .swiper-slide.swiper-slide-active .qodef-e-content,.qodef-testimonials-list.qodef-item-layout--info-below.qodef-col-num--1 .swiper-slide.swiper-slide-duplicate-active .qodef-e-content {
    opacity: 1;
    transition-duration: 1.5s;
    transition-delay: .25s
}

.qodef-testimonials-list.qodef-item-layout--info-beside .qodef-e {
    border-radius: 7px;
    box-shadow: 1px 1px 10px #ededed;
    background-color: #fff;
    transition: background-color .4s ease-out
}

.qodef-testimonials-list.qodef-item-layout--info-beside.qodef-swiper-container.qodef-col-num--1 .qodef-e:nth-child(odd),.qodef-testimonials-list.qodef-item-layout--info-beside:not(.qodef-swiper-container) .qodef-e:nth-child(odd) {
    background-color: #d5dede
}

.qodef-testimonials-list.qodef-item-layout--info-beside.qodef-swiper-container:not(.qodef-col-num--1) .qodef-e.swiper-slide-active {
    background-color: #d5dede
}

.qodef-testimonials-list.qodef-item-layout--info-beside .qodef-e-inner {
    position: relative;
    padding: 47px 36px;
    display: flex;
    align-items: flex-start
}

.qodef-testimonials-list.qodef-item-layout--info-beside .qodef-e-inner:before {
    content: '"';
    font-family: "Dm Sans",sans-serif;
    position: absolute;
    left: 154px;
    top: 31px;
    font-size: var(--qodef-testimonials-quote-font-size,200px);
    line-height: 1em;
    color: rgba(32,40,45,.09)
}

.qodef-testimonials-list.qodef-item-layout--info-beside .qodef-e-text {
    margin: 29px 0 20px;
    padding-right: 0
}

.qodef-testimonials-list.qodef-item-layout--info-beside .qodef-e-media-image {
    margin: 0 55px 0 0;
    flex-shrink: 0
}

.qodef-testimonials-list.qodef-item-layout--info-beside .qodef-e-media-image img {
    width: 135px;
    border-radius: 50%
}

.qodef-testimonials-list.qodef-item-layout--info-beside .qodef-testimonials-rating {
    margin-bottom: 20px
}

.qodef-testimonials-list.qodef-item-layout--info-beside .qodef-testimonials-rating svg {
    margin-right: 10px;
    fill: #bac8c8
}

.qodef-testimonials-list.qodef-item-layout--info-beside .qodef-testimonials-rating svg:last-child {
    margin-right: 0
}

.qodef-testimonials-list.qodef-item-layout--info-beside .qodef-testimonial-author-info {
    display: inline-flex;
    align-items: center;
    margin: 2px 0 0
}

.qodef-testimonials-list.qodef-item-layout--info-beside .qodef-e-author .qodef-e-author-name {
    margin: 0 0 2px
}

.qodef-testimonials-list.qodef-item-layout--info-beside .qodef-e-author .qodef-e-author-job {
    margin: 0;
    color: #85979b
}

.qodef-testimonials-list.qodef-item-layout--simple .qodef-e-inner {
    padding: 63px 0 0 60px;
    position: relative
}

.qodef-testimonials-list.qodef-item-layout--simple .qodef-e-inner:before {
    content: '"';
    font-family: "Dm Sans",sans-serif;
    position: absolute;
    left: 0;
    top: 0;
    font-size: var(--qodef-testimonials-quote-font-size,200px);
    line-height: 1em;
    color: #afc1c5
}

.qodef-testimonials-list.qodef-item-layout--simple .qodef-e-text {
    margin: 0 0 39px
}

.qodef-testimonials-list.qodef-item-layout--simple .qodef-testimonial-author-info {
    position: relative;
    display: inline-block;
    padding-right: 28px
}

.qodef-testimonials-list.qodef-item-layout--simple .qodef-e-author {
    position: relative;
    z-index: 2
}

.qodef-testimonials-list.qodef-item-layout--simple .qodef-e-author-name {
    margin: 0 0 5px
}

.qodef-testimonials-list.qodef-item-layout--simple .qodef-e-author-job {
    margin: 0;
    color: #69797d
}

.qodef-testimonials-list.qodef-item-layout--simple .qodef-e-signature-image {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    text-align: right
}

.qodef-testimonials-list.qodef-item-layout--simple .qodef-e-signature-image img {
    max-width: 50%
}

.qodef-testimonials-list.qodef-item-layout--vertical .qodef-e-inner {
    position: relative
}

.qodef-testimonials-list.qodef-item-layout--vertical .qodef-e-inner:before {
    content: '"';
    font-family: "Dm Sans",sans-serif;
    position: absolute;
    left: 0;
    font-size: var(--qodef-testimonials-quote-font-size,80px);
    line-height: 1em;
    color: rgba(178,180,180,.5)
}

.qodef-testimonials-list.qodef-item-layout--vertical .qodef-e-inner .qodef-e-content {
    padding-top: 39px
}

.qodef-testimonials-list.qodef-item-layout--vertical .qodef-e-text {
    margin: 0 0 16px
}

.qodef-testimonials-list.qodef-item-layout--vertical .qodef-e-media-image {
    margin: 0 17px 0 0
}

.qodef-testimonials-list.qodef-item-layout--vertical .qodef-e-media-image img {
    width: 60px;
    border-radius: 50%
}

.qodef-testimonials-list.qodef-item-layout--vertical .qodef-testimonials-rating svg {
    margin-right: 10px
}

.qodef-testimonials-list.qodef-item-layout--vertical .qodef-testimonials-rating svg:last-child {
    margin-right: 0
}

.qodef-testimonials-list.qodef-item-layout--vertical .qodef-testimonial-author-info {
    display: inline-flex;
    align-items: center;
    margin: 25px 0 0
}

.qodef-testimonials-list.qodef-item-layout--vertical .qodef-e-author .qodef-e-author-name {
    margin: 0
}

.qodef-testimonials-list.qodef-item-layout--vertical .qodef-e-author .qodef-e-author-job {
    margin: 3px 0 0
}

.qodef-review-rating {
    display: flex
}

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

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

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

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

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

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

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

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

.qodef-review-rating .qodef-comments-ratings .qodef-m-star {
    color: #20282d
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.qodef-reviews-per-mark .qodef-rating-percentage-wrapper {
    width: 75%;
    padding: 29px 50px 40px;
    background-color: #fafafa;
    border-left: 1px solid #e5e5e5
}

.qodef-reviews-simple .qodef-reviews-number-wrapper .qodef-reviews-summary {
    display: inline-block;
    vertical-align: middle
}

.qodef-reviews-simple .qodef-reviews-number-wrapper .qodef-stars-wrapper {
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 15px
}

.qodef-reviews-simple .qodef-reviews-number-wrapper .qodef-stars-wrapper-inner {
    display: block
}

.qodef-comment-list .qodef-comment-name {
    float: none
}

.qodef-comment-list .qodef-review-rating {
    display: inline-block;
    width: 100%
}

.qodef-comment-list .qodef-rating-inner {
    display: inline-block;
    width: 100%
}

@keyframes cover_search_fade_out {
    0% {
        opacity: 1;
        visibility: visible;
        z-index: 100;
        -webkit-clip-path: inset(0 0 0);
        clip-path: inset(0 0 0)
    }

    100% {
        opacity: 0;
        visibility: hidden;
        z-index: 0;
        -webkit-clip-path: inset(0 0 100%);
        clip-path: inset(0 0 100%)
    }
}

@keyframes cover_search_fade_in {
    0% {
        opacity: 0;
        visibility: hidden;
        z-index: 100;
        -webkit-clip-path: inset(0 0 100%);
        clip-path: inset(0 0 100%)
    }

    100% {
        opacity: 1;
        visibility: visible;
        z-index: 100;
        -webkit-clip-path: inset(0 0 0);
        clip-path: inset(0 0 0)
    }
}

.qodef-search-cover-form {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.2);
    -webkit-backdrop-filter: blur(10px) brightness(93%);
    backdrop-filter: blur(10px) brightness(93%);
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    transition: opacity .3s ease
}

.qodef-search-cover-form .qodef-m-inner {
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 0 52px
}

.qodef-search-cover-form .qodef-e-input-holder {
    display: flex;
    border-bottom: 1px solid #fff;
    width: 407px;
    padding-right: 6px
}

.qodef-search-cover-form .qodef-m-form-field {
    line-height: 1em;
    padding: 0 0 11px;
    margin-bottom: 0;
    color: #fff;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    outline-offset: 0
}

.qodef-search-cover-form .qodef-m-form-field:focus {
    color: #fff
}

.qodef-search-cover-form .qodef-m-form-field:-ms-input-placeholder {
    color: inherit;
    opacity: 1
}

.qodef-search-cover-form .qodef-m-form-field::placeholder {
    color: inherit;
    opacity: 1
}

.qodef-search-cover-form .qodef-m-form-submit {
    padding: 0;
    position: relative;
    top: -5px;
    background-color: transparent
}

.qodef-search-cover-form .qodef-m-form-submit:hover {
    background-color: transparent
}

.qodef-search-cover-form .qodef-m-close {
    flex-shrink: 0;
    color: #fff
}

.qodef-search-cover-form .qodef-m-close.qodef-source--icon-pack {
    font-size: 23px
}

.qodef-covers-search--fadeout .qodef-search-cover-form {
    animation: cover_search_fade_out .5s ease both
}

.qodef-covers-search--fadein .qodef-search-cover-form {
    animation: cover_search_fade_in .5s ease both
}

.qodef-header--sticky-display #qodef-page-header>.qodef-search-cover-form {
    display: none
}

.qodef-fullscreen-search-holder {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255,255,255,.98);
    z-index: 100;
    pointer-events: none
}

.qodef-fullscreen-menu-animate--in .qodef-fullscreen-search-holder {
    display: none
}

.qodef-fullscreen-search-holder .qodef-m-inner {
    width: 100%
}

.qodef-fullscreen-search-holder .qodef-m-form {
    position: relative;
    width: 60%;
    margin: 0 auto
}

.qodef-fullscreen-search-holder .qodef-m-form-field {
    height: 100%;
    margin: 0;
    padding: 0;
    font-size: 25px;
    color: #20282d;
    line-height: 2em;
    background: 0 0;
    border: 0;
    border-radius: 0
}

.qodef-fullscreen-search-holder .qodef-m-form-submit {
    position: absolute;
    right: 0;
    bottom: -20px;
    width: auto;
    padding: 0;
    margin: 0;
    color: #20282d;
    background: 0 0;
    border: 0;
    outline: 0;
    opacity: 0;
    cursor: pointer;
    transition: color .27s ease-out
}

.qodef-fullscreen-search-holder .qodef-m-form-submit:hover {
    color: var(--qode-main-color);
    background: 0 0
}

.qodef-fullscreen-search--opened .qodef-fullscreen-search-holder .qodef-m-form-submit {
    opacity: 1;
    bottom: 10px;
    transition: color .2s ease,opacity .2s ease-out 1.1s,bottom .4s ease-out .9s
}

.qodef-fullscreen-search-holder .qodef-m-form-submit.qodef-source--icon-pack {
    font-size: 18px
}

.qodef-fullscreen-search-holder .qodef-m-form-line {
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0;
    border-bottom: 1px solid #000;
    transition: all .3s ease
}

.qodef-fullscreen-search--opened .qodef-fullscreen-search-holder .qodef-m-form-line {
    width: 100%;
    transition: width .5s ease .6s
}

.qodef-fullscreen-search-holder .qodef-m-close {
    position: absolute;
    top: 33px;
    right: 70px;
    color: #263037;
    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: #20282d
}

.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;
        pointer-events: auto
    }

    100% {
        opacity: 0;
        visibility: hidden;
        pointer-events: none
    }
}

@keyframes fullscreen_search_fade_in {
    0% {
        opacity: 0;
        visibility: hidden
    }

    100% {
        opacity: 1;
        visibility: visible;
        pointer-events: auto
    }
}

.qodef-search-opener>* {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: inherit
}

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

.qodef-accordion {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    visibility: hidden;
    overflow-anchor: none
}

.qodef-accordion .qodef-accordion-content-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-accordion.qodef--init {
    visibility: visible
}

.qodef-accordion.qodef-layout--simple {
    border-bottom: 1px solid var(--qodef-accordion-border-color,#20282d);
    counter-reset: count
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    padding: var(--qodef-accordion-title-top-padding,21px) 0 var(--qodef-accordion-title-bottom-padding,21px);
    transition: color .2s ease-out,background-color .2s ease-out,padding .4s ease;
    cursor: pointer;
    border-top: 1px solid var(--qodef-accordion-border-color,#20282d);
    color: var(--qodef-accordion-title-color,#20282d);
    counter-increment: count
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title:first-child {
    margin-top: 0
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title:first-of-type {
    border-top: none
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-active {
    padding-bottom: 14px
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-tab-title {
    position: relative;
    padding-left: 33px;
    padding-right: 30px
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-tab-title:before {
    content: counter(count,decimal-leading-zero);
    font-family: "Dm Sans",sans-serif;
    font-size: 15px;
    font-weight: 500;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark {
    position: relative;
    flex-shrink: 0;
    line-height: 1;
    text-align: center
}

.qodef-icon--layout-1.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark {
    width: 17px;
    height: 17px
}

.qodef-icon--layout-2.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark {
    width: 19px;
    height: 19px
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark span {
    position: absolute;
    display: block;
    width: 100%;
    top: 50%;
    transform: translateY(-50%) rotate(0);
    transition: transform .4s cubic-bezier(.31,.49,.5,1.01)
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark span:before {
    display: block;
    line-height: inherit
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark span.qodef-icon--minus {
    opacity: 0
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark span.qodef-icon--plus {
    opacity: 1
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-active .qodef-accordion-mark span.qodef-icon--plus.qodef-icon-layout--1,.qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-hover .qodef-accordion-mark span.qodef-icon--plus.qodef-icon-layout--1 {
    transform: translateY(-50%) rotate(180deg)
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-active .qodef-accordion-mark span.qodef-icon--plus.qodef-icon-layout--2,.qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-hover .qodef-accordion-mark span.qodef-icon--plus.qodef-icon-layout--2 {
    transform: translateY(-50%) rotate(-90deg)
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-content {
    padding: var(--qodef-accordion-content-top-padding,0) 33px var(--qodef-accordion-content-bottom-padding,40px);
    margin: 0;
    color: var(--qodef-accordion-content-color,#263037)
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-content p {
    margin: 0;
    font-size: 22px;
    margin-top: 10px;
}

.qodef-accordion.qodef-layout--simple.qodef-behavior--toggle .qodef-accordion-content {
    display: none
}

.qodef-advanced-image-slider .qodef-ais-image-wrapper .qodef-ais-image-wrapper-inner {
    -webkit-clip-path: inset(27px 23px);
    clip-path: inset(27px 23px);
    transition: 1.1s cubic-bezier(.5,.11,0,.93)
}

.qodef-advanced-image-slider .qodef-ais-image-wrapper.swiper-slide-active .qodef-ais-image-wrapper-inner {
    -webkit-clip-path: inset(0 0);
    clip-path: inset(0 0);
    transition-delay: .2s
}

.qodef-advanced-image-slider .swiper-button-next:before,.qodef-advanced-image-slider .swiper-button-prev:before {
    content: '';
    width: 78px;
    height: 78px;
    -webkit-backdrop-filter: blur(10px) brightness(110%);
    backdrop-filter: blur(10px) brightness(110%);
    border-radius: 50%;
    position: absolute;
    z-index: -1
}

.qodef-advanced-image-slider .swiper-button-next svg,.qodef-advanced-image-slider .swiper-button-prev svg {
    color: #fff
}

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

.qodef-horizontal-showcase .qodef-banner {
    height: 50vh
}

.qodef-horizontal-showcase .qodef-banner .qodef-m-image {
    max-height: 100%
}

.qodef-banner .qodef-m-banner-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1
}

.qodef-banner .qodef-m-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block
}

.qodef-banner .qodef-m-content-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex
}

.qodef-banner .qodef-m-title {
    margin: 10px 0 4px
}

.qodef-banner .qodef-m-title-inner {
    display: inline-block
}

.qodef-banner .qodef-m-subtitle {
    font-family: "Dm Sans",sans-serif;
    margin: 0;
    opacity: .5;
    letter-spacing: 0
}

.qodef-banner .qodef-m-text-field {
    font-size: 15px;
    color: var(--qode-main-color);
    margin: 0 0 10px;
    font-style: italic
}

.qodef-banner .qodef-m-image {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    overflow: hidden
}

.qodef-banner .qodef-m-image img {
    display: block;
    transition: all .35s ease-out
}

.qodef-banner.qodef-layout--link-button-image-on-hover .qodef-m-image {
    height: 100%;
    width: 100%
}

.qodef-banner.qodef-layout--link-button-image-on-hover .qodef-m-image img {
    height: 100%;
    width: 100%;
    object-fit: cover
}

.qodef-banner.qodef-layout--link-button-image-on-hover .qodef-m-image img {
    opacity: 0;
    transition: opacity .7s ease-out
}

.qodef-banner.qodef-layout--link-button-image-on-hover .qodef-m-button {
    opacity: 0;
    transform: translateY(10px);
    transition: opacity .15s ease-out,transform .5s ease-out
}

.qodef-banner.qodef-layout--link-button-image-on-hover .qodef-m-subtitle,.qodef-banner.qodef-layout--link-button-image-on-hover .qodef-m-text,.qodef-banner.qodef-layout--link-button-image-on-hover .qodef-m-title {
    transition: color .3s ease-out
}

.qodef-banner.qodef-layout--link-button-image-on-hover:hover .qodef-m-subtitle,.qodef-banner.qodef-layout--link-button-image-on-hover:hover .qodef-m-text,.qodef-banner.qodef-layout--link-button-image-on-hover:hover .qodef-m-title {
    color: #fff
}

.qodef-banner.qodef-layout--link-button-image-on-hover:hover .qodef-m-image img {
    opacity: 1
}

.qodef-banner.qodef-layout--link-button-image-on-hover:hover .qodef-m-button {
    opacity: 1;
    transform: translateY(0)
}

.qodef-banner.qodef-layout--link-button-image-on-hover .qodef-m-content-inner {
    align-items: flex-start;
    flex-direction: column;
    justify-content: space-between;
    padding: 12.5% 11%
}

@media only screen and (max-width: 1024px) {
    .qodef-banner.qodef-layout--link-button-image-on-hover .qodef-m-content-inner {
        padding:11% 13.5%
    }
}

@media only screen and (max-width: 480px) {
    .qodef-banner.qodef-layout--link-button-image-on-hover .qodef-m-content-inner {
        padding:7% 7% 11% 7%
    }
}

.qodef-banner.qodef-layout--link-button-image-on-hover .qodef-m-title {
    margin: 0 0 16px;
    color: #85979b
}

.qodef-banner.qodef-layout--link-button-image-on-hover .qodef-m-subtitle {
    margin: 10px 0;
    color: #85979b
}

.qodef-banner.qodef-layout--link-button-image-on-hover .qodef-m-text {
    margin: 0
}

.qodef-banner.qodef-layout--link-button-image-on-hover .qodef-m-button {
    margin: 10px 0 0
}

.qodef-banner.qodef-layout--link-button .qodef-m-content-inner {
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-end;
    padding: 35px
}

.qodef-banner.qodef-layout--link-button .qodef-m-title {
    margin: 10px 0
}

.qodef-banner.qodef-layout--link-button .qodef-m-text {
    margin: 0
}

.qodef-banner.qodef-layout--link-button .qodef-m-button {
    margin: 10px 0 0
}

.qodef-banner.qodef-layout--link-overlay .qodef-m-content-inner {
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-end;
    padding: 20px 42px 22px
}

.qodef-banner.qodef-layout--link-overlay .qodef-m-title {
    margin: 9px 0 0;
    color: #69797d
}

.qodef-banner.qodef-layout--link-overlay .qodef-m-subtitle {
    color: #afc1c5;
    opacity: 1
}

.qodef-banner.qodef-layout--link-overlay .qodef-m-text {
    margin: 10px 0 0;
    color: #69797d
}

.qodef-button.qodef-html--link {
    position: relative;
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
    width: auto;
    margin: 0;
    font-family: "Dm Sans",sans-serif;
    font-size: 15px;
    line-height: 2em;
    font-weight: 400;
    text-decoration: none;
    outline: 0;
    transition: color .27s ease-out,background-color .27s ease-out,border-color .27s ease-out;
    padding: 6px 33px 7px
}

.qodef-button.qodef-html--link .qodef-m-arrow {
    margin-left: 7px
}

.qodef-button.qodef-html--link .qodef-m-arrow svg {
    display: block
}

.qodef-browser--safari .qodef-button.qodef-html--link .qodef-m-arrow svg {
    will-change: transform
}

.qodef-button.qodef-size--small {
    font-size: 14px;
    padding: 5px 29px
}

.qodef-button.qodef-size--large {
    padding: 10px 45px 11px
}

.qodef-button.qodef-size--full {
    width: 100%;
    padding: 6px 20px 7px;
    justify-content: center;
    text-align: center
}

.qodef-button.qodef-layout--arrow {
    padding: 0!important;
    color: #20282d;
    background-color: transparent;
    border: 0;
    line-height: 1;
    padding: 0;
    transition: color .35s ease-out
}

.qodef-button.qodef-layout--arrow .qodef-m-icon {
    overflow: visible
}

.qodef-button.qodef-layout--arrow.qodef-size--medium .qodef-m-icon svg {
    width: 63px
}

@media only screen and (max-width: 1440px) {
    .qodef-button.qodef-layout--arrow.qodef-size--medium .qodef-m-icon svg {
        width:50px
    }
}

.qodef-button.qodef-layout--arrow.qodef-size--small .qodef-m-icon svg {
    width: 17px
}

.qodef-button.qodef-layout--arrow svg {
    width: 82px;
    height: auto;
    stroke-width: .25;
    --qode-hover-move-x: 110%;
    --qode-hover-move-y: 100%
}

.qodef-button.qodef-layout--arrow svg g {
    transition: transform .38s cubic-bezier(.37,.08,.02,.93),opacity .18s ease-out
}

.qodef-button.qodef-layout--arrow svg g:nth-of-type(1) {
    transform: translateX(0) translateY(0);
    opacity: 1;
    transition-delay: .15s,.15s
}

.qodef-button.qodef-layout--arrow svg g:nth-of-type(2) {
    transform: translateX(calc(-1 * var(--qode-hover-move-x))) translateY(var(--qode-hover-move-y));
    opacity: .5;
    transition-delay: 0s,0s
}

@media only screen and (max-width: 1680px) {
    .qodef-button.qodef-layout--arrow svg {
        width:60px;
        stroke-width: .27
    }
}

@media only screen and (max-width: 1024px) {
    .qodef-button.qodef-layout--arrow svg {
        width:42px;
        stroke-width: .35
    }
}

.qodef-button.qodef-layout--arrow:hover svg g:nth-of-type(1) {
    transform: translateX(var(--qode-hover-move-x)) translateY(calc(-1 * var(--qode-hover-move-y)));
    opacity: 0;
    transition-delay: 0s,0s
}

.qodef-button.qodef-layout--arrow:hover svg g:nth-of-type(2) {
    transform: translateX(0) translateY(0);
    opacity: 1;
    transition-delay: .15s,.15s
}

.qodef-button.qodef-layout--filled.qodef-html--link {
    color: #fff;
    background-color: #20282d;
    border: 1px solid transparent;
    border-radius: 25px;
    --qode-hover-move-x: 110%;
    --qode-hover-move-y: 100%
}

.qodef-button.qodef-layout--filled.qodef-html--link g {
    transition: transform .38s cubic-bezier(.37,.08,.02,.93),opacity .18s ease-out
}

.qodef-button.qodef-layout--filled.qodef-html--link g:nth-of-type(1) {
    transform: translateX(0) translateY(0);
    opacity: 1;
    transition-delay: .15s,.15s
}

.qodef-button.qodef-layout--filled.qodef-html--link g:nth-of-type(2) {
    transform: translateX(calc(-1 * var(--qode-hover-move-x))) translateY(var(--qode-hover-move-y));
    opacity: .5;
    transition-delay: 0s,0s
}

.qodef-button.qodef-layout--filled.qodef-html--link:hover {
    color: #fff;
    background-color: var(--qode-main-color)
}

.qodef-button.qodef-layout--filled.qodef-html--link:hover g:nth-of-type(1) {
    transform: translateX(var(--qode-hover-move-x)) translateY(calc(-1 * var(--qode-hover-move-y)));
    opacity: 0;
    transition-delay: 0s,0s
}

.qodef-button.qodef-layout--filled.qodef-html--link:hover g:nth-of-type(2) {
    transform: translateX(0) translateY(0);
    opacity: 1;
    transition-delay: .15s,.15s
}

.qodef-button.qodef-layout--filled.qodef-background--blur {
    background-color: rgba(255,255,255,.2);
    -webkit-backdrop-filter: blur(4px) brightness(100%);
    backdrop-filter: blur(4px) brightness(100%)
}

.qodef-button.qodef-layout--filled.qodef-background--blur:hover {
    background-color: rgba(255,255,255,.2);
    -webkit-backdrop-filter: blur(4px) brightness(100%);
    backdrop-filter: blur(4px) brightness(100%)
}

.qodef-browser--safari .qodef-button.qodef-layout--filled.qodef-background--blur {
    border: none
}

.qodef-button.qodef-layout--outlined {
    color: var(--qode-main-color);
    background-color: transparent;
    border: 1px solid var(--qode-main-color);
    border-radius: 25px;
    --qode-hover-move-x: 110%;
    --qode-hover-move-y: 100%
}

.qodef-button.qodef-layout--outlined g {
    transition: transform .38s cubic-bezier(.37,.08,.02,.93),opacity .18s ease-out
}

.qodef-button.qodef-layout--outlined g:nth-of-type(1) {
    transform: translateX(0) translateY(0);
    opacity: 1;
    transition-delay: .15s,.15s
}

.qodef-button.qodef-layout--outlined g:nth-of-type(2) {
    transform: translateX(calc(-1 * var(--qode-hover-move-x))) translateY(var(--qode-hover-move-y));
    opacity: .5;
    transition-delay: 0s,0s
}

.qodef-button.qodef-layout--outlined:hover {
    color: #fff;
    background-color: var(--qode-main-color);
    border-color: var(--qode-main-color)
}

.qodef-button.qodef-layout--outlined:hover g:nth-of-type(1) {
    transform: translateX(var(--qode-hover-move-x)) translateY(calc(-1 * var(--qode-hover-move-y)));
    opacity: 0;
    transition-delay: 0s,0s
}

.qodef-button.qodef-layout--outlined:hover g:nth-of-type(2) {
    transform: translateX(0) translateY(0);
    opacity: 1;
    transition-delay: .15s,.15s
}

.qodef-button.qodef-layout--textual {
    padding: 0!important;
    color: #20282d;
    background-color: transparent;
    font-weight: 500;
    border: 0;
    --qodef-underline-position-y: calc(100% - 1px);
    --qodef-underline-height: 1px;
    background-repeat: no-repeat;
    background-image: linear-gradient(90deg,currentColor 0,currentColor 100%);
    background-position: 100% var(--qodef-underline-position-y);
    background-size: 100% var(--qodef-underline-height);
    --qode-hover-move-x: 110%;
    --qode-hover-move-y: 100%
}

.qodef-button.qodef-layout--textual .qodef-m-text {
    display: inline-block
}

.qodef-button.qodef-layout--textual g {
    transition: transform .38s cubic-bezier(.37,.08,.02,.93),opacity .18s ease-out
}

.qodef-button.qodef-layout--textual g:nth-of-type(1) {
    transform: translateX(0) translateY(0);
    opacity: 1;
    transition-delay: .15s,.15s
}

.qodef-button.qodef-layout--textual g:nth-of-type(2) {
    transform: translateX(calc(-1 * var(--qode-hover-move-x))) translateY(var(--qode-hover-move-y));
    opacity: .5;
    transition-delay: 0s,0s
}

.qodef-button.qodef-layout--textual:hover {
    color: currentColor;
    animation: qode-inline-underline-initial-hover .8s cubic-bezier(.57,.39,0,.86) 1 forwards
}

.qodef-button.qodef-layout--textual:hover g:nth-of-type(1) {
    transform: translateX(var(--qode-hover-move-x)) translateY(calc(-1 * var(--qode-hover-move-y)));
    opacity: 0;
    transition-delay: 0s,0s
}

.qodef-button.qodef-layout--textual:hover g:nth-of-type(2) {
    transform: translateX(0) translateY(0);
    opacity: 1;
    transition-delay: .15s,.15s
}

.qodef-call-to-action.qodef-layout--standard {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-call-to-action.qodef-layout--standard .qodef-m-inner {
    display: flex;
    align-items: center
}

.qodef-call-to-action.qodef-layout--standard.qodef-style--stretched .qodef-m-inner {
    justify-content: space-between
}

.qodef-call-to-action.qodef-layout--standard.qodef-style--centered .qodef-m-inner {
    justify-content: center
}

.qodef-call-to-action.qodef-layout--standard .qodef-m-content {
    padding-right: 20px
}

.qodef-call-to-action.qodef-layout--standard .qodef-m-content>* {
    margin: 0
}

.qodef-call-to-action.qodef-layout--standard .qodef-m-button {
    flex: 0 0 auto
}

.qodef-charts {
    display: flex;
    width: 100%
}

.qodef-charts.qodef-alignment-horizontal--left {
    justify-content: flex-start
}

.qodef-charts.qodef-alignment-horizontal--center {
    justify-content: center
}

.qodef-charts.qodef-alignment-horizontal--right {
    justify-content: flex-end
}

.qodef-charts.qodef-alignment-vertical--top {
    align-items: flex-start
}

.qodef-charts.qodef-alignment-vertical--middle {
    align-items: center
}

.qodef-charts.qodef-alignment-vertical--bottom {
    align-items: flex-end
}

.qodef-charts .qodef-m-canvas-holder {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    position: relative
}

.qodef-charts .qodef-m-canvas-holder .qodef-m-canvas {
    width: 100%;
    height: 100%
}

.qodef-charts.qodef-custom-legend--yes .qodef-m-canvas-holder .qodef-m-canvas {
    width: 29%
}

.qodef-charts.qodef-custom-legend--yes .qodef-m-canvas-holder .qodef-custom-label {
    display: block;
    margin-bottom: 15px
}

.qodef-charts.qodef-custom-legend--yes .qodef-m-canvas-holder .qodef-custom-label:last-child {
    margin-bottom: 0
}

.qodef-charts.qodef-custom-legend--yes .qodef-m-canvas-holder .qodef-m-custom-legend {
    width: 78%;
    display: flex;
    flex-direction: column;
    padding-left: 50px
}

.qodef-charts.qodef-custom-legend--yes .qodef-m-canvas-holder .qodef-m-custom-legend .qodef-custom-label-line {
    display: block;
    position: relative;
    width: 100%;
    height: 1px;
    background-color: #dcdcdc
}

.qodef-charts.qodef-custom-legend--yes .qodef-m-canvas-holder .qodef-m-custom-legend .qodef-custom-label-line .qodef-custom-label-color {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 9px;
    height: 9px;
    background-color: currentColor;
    border-radius: 50%
}

.qodef-charts.qodef-custom-legend--yes .qodef-m-canvas-holder .qodef-m-custom-legend .qodef-custom-label-text {
    color: var(--qode-main-color);
    display: block;
    text-align: right;
    padding-left: 15px;
    margin-top: 2px
}

.qodef-charts.qodef-custom-legend--yes.qodef-skin--light .qodef-m-canvas-holder .qodef-m-custom-legend .qodef-custom-label-line {
    background-color: rgba(255,255,255,.4);
    box-shadow: 0 0 2.67px .33px rgba(255,255,255,.4)
}

.qodef-charts.qodef-custom-legend--yes.qodef-skin--light .qodef-m-canvas-holder .qodef-m-custom-legend .qodef-custom-label-text {
    color: #fff
}

@media only screen and (max-width: 680px) {
    .qodef-charts.qodef-custom-legend--yes {
        padding-bottom:200px
    }
}

@media only screen and (max-width: 768px) {
    .qodef-charts.qodef-custom-legend--yes .qodef-m-canvas-holder .qodef-m-canvas {
        width:29%
    }
}

@media only screen and (max-width: 680px) {
    .qodef-charts.qodef-custom-legend--yes .qodef-m-canvas-holder {
        flex-wrap:wrap
    }

    .qodef-charts.qodef-custom-legend--yes .qodef-m-canvas-holder .qodef-m-canvas {
        width: 60%;
        margin: 0 auto
    }

    .qodef-charts.qodef-custom-legend--yes .qodef-m-canvas-holder .qodef-m-custom-legend {
        width: 100%;
        padding-left: 0;
        position: absolute;
        left: 0;
        bottom: 0
    }
}

.qodef-charts.qodef-custom-legend--yes .qodef-m-canvas-holder .qodef-custom-label {
    margin-bottom: 33px
}

.qodef-charts.qodef-custom-legend--yes .qodef-m-canvas-holder .qodef-m-custom-legend .qodef-custom-label-text {
    margin-top: 5px
}

@media screen and (min-width: 768px) and (max-width:1680px) {
    .qodef-chart-holder-responsive-adj .elementor-widget-wrap.elementor-element-populated {
        align-items:flex-end!important;
        align-content: flex-end!important
    }
}

.qodef-countdown .qodef-m-date {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.qodef-countdown .qodef-digit,.qodef-countdown .qodef-label {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    text-align: left
}

.qodef-countdown.qodef-show--1 .qodef-digit-wrapper {
    width: 100%
}

.qodef-countdown.qodef-show--2 .qodef-digit-wrapper {
    width: 50%
}

.qodef-countdown.qodef-show--3 .qodef-digit-wrapper {
    width: 33.33333%
}

.qodef-countdown.qodef-show--4 .qodef-digit-wrapper {
    width: 25%
}

.qodef-countdown.qodef-show--5 .qodef-digit-wrapper {
    width: 20%
}

.qodef-countdown.qodef-show--6 .qodef-digit-wrapper {
    width: 16.66667%
}

.qodef-countdown.qodef-countdown--light .qodef-digit,.qodef-countdown.qodef-countdown--light .qodef-label {
    color: #fff
}

.qodef-countdown.qodef-layout--simple .qodef-digit-wrapper {
    display: inline-block;
    vertical-align: top;
    padding: 0 20px 0 0
}

.qodef-countdown.qodef-layout--simple .qodef-digit {
    font-family: "Dm Sans",sans-serif;
    font-size: 32px;
    line-height: 1.31em;
    font-weight: 400;
    color: #20282d
}

.qodef-countdown.qodef-layout--simple .qodef-label {
    font-family: "Dm Sans",sans-serif;
    font-size: 18px;
    line-height: 1.33em;
    margin-top: 2px
}

@media only screen and (max-width: 480px) {
    .qodef-countdown.qodef-layout--simple .qodef-label {
        font-size:16px
    }
}

.qodef-counter.qodef-layout--simple {
    font-family: "Dm Sans",sans-serif
}

.qodef-counter.qodef-layout--simple.qodef-aligned--left {
    text-align: left
}

.qodef-counter.qodef-layout--simple.qodef-aligned--center {
    text-align: center
}

.qodef-counter.qodef-layout--simple.qodef-aligned--right {
    text-align: right
}

.qodef-counter.qodef-layout--simple.qodef--appeared .qodef-m-image-wrapper svg {
    opacity: 1
}

.qodef-counter.qodef-layout--simple .qodef-m-image-wrapper {
    margin: 0 0 35px;
    color: #647478;
    stroke-width: 1.6
}

.qodef-counter.qodef-layout--simple .qodef-m-image-wrapper svg {
    stroke: currentColor;
    fill: none;
    opacity: 0
}

.qodef-counter.qodef-layout--simple .qodef-m-digit {
    font-weight: 400;
    font-size: 70px;
    line-height: 1;
    color: #20282d
}

.qodef-counter.qodef-layout--simple .qodef-m-title {
    margin: 16px 0 0 0
}

.qodef-counter.qodef-layout--simple .qodef-m-text {
    margin: 0
}

.qodef-counter.qodef-layout--simple .qodef-m-svg svg * {
    stroke: currentColor
}

.widget.widget_leroux_core_custom_font {
    margin-bottom: 0!important
}

.qodef-custom-font {
    position: relative;
    margin: 0
}

.qodef-custom-font .qodef-special-style {
    color: var(--qodef-custom-font-title-emphasized-words-color,#85979b)
}

.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: "Dm Sans",sans-serif;
    color: #20282d;
    font-size: 42px;
    line-height: 1.2381em;
    font-weight: 400
}

.qodef-dropcaps .qodef-m-text {
    display: inline;
    margin: 0
}

.qodef-dropcaps:not(.qodef-type--simple) .qodef-m-letter {
    width: 40px;
    height: 40px;
    font-size: 25px;
    line-height: 1.4em;
    font-weight: 500;
    color: #fff;
    background-color: #20282d
}

.qodef-dropcaps.qodef-type--circle .qodef-m-letter {
    border-radius: 100%
}

.qodef-google-map {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-google-map .qodef-m-map {
    display: block;
    width: 100%
}

.qodef-google-map .qodef-m-map embed,.qodef-google-map .qodef-m-map iframe,.qodef-google-map .qodef-m-map object {
    width: 100%;
    display: block
}

.qodef-google-map .qodef-m-map img {
    max-width: none
}

.qodef-highlight .qodef-highlight-text {
    padding: 0 5px;
    color: #fff;
    background-color: #20282d
}

.qodef-horizontal-accordion-showcase {
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    opacity: 0
}

.qodef-horizontal-accordion-showcase.qodef--init {
    transition: opacity .5s .2s;
    opacity: 1
}

.qodef-horizontal-accordion-showcase.qodef--init .qodef-m-item {
    transition: all 1s
}

.qodef-horizontal-accordion-showcase .qodef-m-items-holder {
    counter-reset: count;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden
}

.qodef-horizontal-accordion-showcase .qodef-m-item {
    counter-increment: count;
    position: absolute;
    display: flex;
    align-items: flex-end;
    left: 0;
    top: 0;
    min-height: 100%;
    height: 100%;
    width: calc(100% - 4 * 258px);
    padding-top: 0;
    transform: translate3d(-100%,0,0);
    background: 0 0
}

.qodef-horizontal-accordion-showcase .qodef-m-item.active {
    transform: translate3d(0,0,0)
}

.qodef-horizontal-accordion-showcase .qodef-m-item.active .qodef-m-header {
    transition-delay: 0s
}

.qodef-horizontal-accordion-showcase .qodef-m-item.active .qodef-m-header .qodef-m-arrow svg {
    transform: rotate(-180deg)
}

.qodef-horizontal-accordion-showcase .qodef-m-item.active .qodef-m-header .qodef-m-title {
    color: #afc1c5
}

.qodef-horizontal-accordion-showcase .qodef-m-item.active .qodef-m-header .qodef-m-title::before {
    color: #afc1c5
}

.qodef-horizontal-accordion-showcase .qodef-m-item.active .qodef-m-content {
    opacity: 1;
    transition-delay: .3s
}

.qodef-horizontal-accordion-showcase .qodef-m-item.active~.qodef-m-item {
    transform: translate3d(0,0,0)
}

.qodef-horizontal-accordion-showcase .qodef-m-item:last-of-type .qodef-m-header {
    border-right: none
}

.qodef-horizontal-accordion-showcase .qodef-m-header {
    position: absolute;
    top: 0;
    right: -258px;
    display: block;
    height: 100%;
    width: 258px;
    cursor: pointer;
    box-sizing: border-box;
    border-right: 1px solid #96a2a2;
    background-color: var(--qode-label-background,var(--qode-main-color));
    transition: border-color .35s ease-out .7s;
    overflow: hidden
}

.qodef-horizontal-accordion-showcase .qodef-m-header .qodef-m-arrow {
    width: 52px;
    height: 52px;
    position: absolute;
    top: 14px;
    right: 34px
}

.qodef-horizontal-accordion-showcase .qodef-m-header .qodef-m-arrow svg {
    fill: none;
    stroke: #515d61;
    stroke-width: 2px;
    transition: transform .45s ease-out
}

.qodef-horizontal-accordion-showcase .qodef-m-header .qodef-m-arrow:hover svg {
    transform: rotate(-180deg)
}

.qodef-horizontal-accordion-showcase .qodef-m-header .qodef-m-title {
    transform: rotate(180deg);
    position: absolute;
    bottom: 70px;
    right: 27px;
    margin: 0;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    color: #69797d;
    transition: color .3s ease
}

.qodef-horizontal-accordion-showcase .qodef-m-header .qodef-m-title::before {
    content: counter(count,decimal-leading-zero);
    color: rgba(105,121,125,.12);
    font-family: "Dm Sans",sans-serif;
    font-size: 180px;
    transition: color .3s ease;
    position: relative;
    right: 21px;
    padding: 0 0 22px
}

.qodef-horizontal-accordion-showcase .qodef-m-content {
    width: 100%;
    display: block;
    height: 100%;
    opacity: 0;
    transition: .5s opacity
}

.qodef-horizontal-accordion-showcase .qodef-m-content-inner {
    display: flex;
    align-items: flex-end;
    height: 100%
}

.qodef-horizontal-accordion-showcase .qodef-m-content-left {
    padding: 15px 60px 122px 66px;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.qodef-horizontal-accordion-showcase .qodef-m-content-right {
    display: flex;
    flex-direction: column;
    padding: 0 0 70px;
    width: 50%
}

.qodef-horizontal-accordion-showcase .qodef-m-content .qodef-m-title {
    color: #afc1c5;
    margin: 0 0 10px
}

.qodef-horizontal-accordion-showcase .qodef-m-content .qodef-m-description {
    color: #85979b
}

.qodef-horizontal-accordion-showcase .qodef-m-title {
    margin: 0 0 29px 0
}

.qodef-horizontal-accordion-showcase .qodef-m-description {
    max-width: 345px;
    margin: 0 0 28px
}

.qodef-horizontal-accordion-showcase.qodef--full-height {
    height: 100vh
}

.qodef-horizontal-accordion-showcase.qodef--full-height .qodef-m-header {
    max-height: 100vh
}

.qodef-horizontal-accordion-showcase.qodef--min-height {
    min-height: 798px
}

.qodef-horizontal-accordion-showcase-responsive {
    display: none;
    height: auto!important;
    padding: 0 7% 120px
}

.qodef-horizontal-accordion-showcase-responsive .qodef-m-header {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    counter-increment: count;
    padding: 9px 0 4px;
    border-bottom: 1px solid #96a2a2;
    transition: all .3s ease
}

.qodef-horizontal-accordion-showcase-responsive .qodef-m-header .qodef-m-title {
    margin: 0;
    color: #69797d
}

.qodef-horizontal-accordion-showcase-responsive .qodef-m-header .qodef-m-title:before {
    content: counter(count,decimal-leading-zero);
    color: #69797d;
    font-family: Heebo,sans-serif
}

.qodef-horizontal-accordion-showcase-responsive .qodef-m-header .qodef-m-arrow svg {
    transition: all .3s ease;
    display: block;
    stroke: #69797d
}

.qodef-horizontal-accordion-showcase-responsive .qodef-m-header.ui-state-active {
    border-color: transparent
}

.qodef-horizontal-accordion-showcase-responsive .qodef-m-header.ui-state-active .qodef-m-title {
    color: #afc1c5
}

.qodef-horizontal-accordion-showcase-responsive .qodef-m-header.ui-state-active .qodef-m-title:before {
    color: #afc1c5
}

.qodef-horizontal-accordion-showcase-responsive .qodef-m-header.ui-state-active .qodef-m-arrow svg {
    transform: scaleY(-1);
    stroke: #afc1c5
}

.qodef-horizontal-accordion-showcase-responsive .qodef-m-content .qodef-m-content-inner {
    border-bottom: 1px solid transparent;
    padding: 40px 0 46px;
    display: flex;
    flex-direction: column-reverse;
    gap: 26px
}

.qodef-horizontal-accordion-showcase-responsive .qodef-m-content.ui-accordion-content-active .qodef-m-content-inner {
    border-bottom: 1px solid #96a2a2
}

.qodef-horizontal-accordion-showcase-responsive .qodef-m-content .qodef-m-title {
    color: #afc1c5;
    margin: 0 0 10px
}

.qodef-horizontal-accordion-showcase-responsive .qodef-m-content .qodef-m-description {
    color: #85979b;
    margin-bottom: 20px
}

.qodef-with-custom-horizontal-slider {
    overflow-y: hidden
}

.qodef-horizontal-showcase {
    position: relative;
    margin: 0;
    height: 100vh;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: .3s ease-out
}

.admin-bar .qodef-horizontal-showcase {
    height: calc(100vh - 32px)
}

.qodef-horizontal-showcase.qodef--init {
    opacity: 1;
    visibility: visible
}

.qodef-horizontal-showcase .qodef-slides-holder {
    height: 100%;
    overflow: hidden;
    display: flex;
    align-items: center
}

.qodef-horizontal-showcase .qodef-slides-holder .scroll-content {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0;
    position: relative
}

.qodef-horizontal-showcase .qodef-slides-holder .scrollbar-track {
    display: none!important
}

.qodef-horizontal-showcase .qodef-horizontal-slide {
    position: relative;
    display: flex;
    align-items: center;
    width: 2515px;
    height: 100%;
    padding: 0;
    background-color: #c2cece
}

.qodef-horizontal-showcase .qodef-horizontal-slide.qodef-first-item {
    width: 1750px
}

@media only screen and (max-width: 1440px) {
    .qodef-horizontal-showcase .qodef-horizontal-slide.qodef-first-item {
        width:100vw
    }
}

.qodef-horizontal-showcase .qodef-horizontal-slide.qodef-last-item {
    width: 1560px
}

.qodef-horizontal-showcase .qodef-horizontal-slide.qodef-last-item .qodef-e-item-intro-image {
    width: 38.5%
}

.qodef-horizontal-showcase .qodef-horizontal-slide .qodef-slide-content {
    position: relative;
    display: flex;
    width: 100%;
    height: 100%
}

.qodef-horizontal-showcase .qodef-horizontal-slide .qodef-e-item-intro-image {
    width: 24%;
    flex-shrink: 0;
    align-self: center;
    overflow: hidden
}

.qodef-horizontal-showcase .qodef-horizontal-slide .qodef-e-item-intro-image img {
    display: block;
    object-fit: cover;
    position: relative;
    height: 100%;
    max-width: unset;
    --qode-adj: .4;
    width: calc((var(--qode-adj) * 100 + 100) * 1%);
    --qode-max-x: calc((1 / ( var(--qode-adj) + 1)) * var(--qode-adj) * -100%);
    transform: translateX(calc(var(--progress) * var(--qode-max-x)))
}

.qodef-horizontal-showcase .qodef-horizontal-slide .qodef-e-item-intro-image .prog {
    position: absolute;
    color: #fff;
    top: 30%
}

.qodef-horizontal-showcase .qodef-horizontal-slide .qodef-e-item-content {
    display: flex;
    align-items: stretch;
    height: 100%;
    width: 100%
}

.qodef-horizontal-showcase .qodef-horizontal-slide .qodef-e-item-content>* {
    width: 100%
}

.qodef-horizontal-showcase .qodef-horizontal-slide:nth-child(even) {
    background-color: #223035
}

.qodef-horizontal-showcase .scrollbar-thumb {
    border-radius: 0
}

.qodef-horizontal-showcase .qodef-e-action {
    position: absolute;
    z-index: 9999;
    right: 74px;
    bottom: 76px;
    display: flex;
    align-items: center;
    gap: 14px;
    color: #fff;
    font-family: "Dm Sans",sans-serif;
    font-size: 16px
}

.qodef-horizontal-showcase .qodef-e-action svg {
    fill: none;
    stroke: currentColor
}

.qodef-horizontal-showcase .qodef-e-action.qodef-scroll--back {
    flex-direction: row-reverse;
    color: #20282d;
    --qode-hover-move-x: 110%;
    --qode-hover-move-y: 0%
}

.qodef-horizontal-showcase .qodef-e-action.qodef-scroll--back g {
    transition: transform .38s cubic-bezier(.37,.08,.02,.93),opacity .18s ease-out
}

.qodef-horizontal-showcase .qodef-e-action.qodef-scroll--back g:nth-of-type(1) {
    transform: translateX(0) translateY(0);
    opacity: 1;
    transition-delay: .15s,.15s
}

.qodef-horizontal-showcase .qodef-e-action.qodef-scroll--back g:nth-of-type(2) {
    transform: translateX(calc(-1 * var(--qode-hover-move-x))) translateY(var(--qode-hover-move-y));
    opacity: .5;
    transition-delay: 0s,0s
}

.qodef-horizontal-showcase .qodef-e-action.qodef-scroll--back svg {
    transform: scaleX(-1)
}

.qodef-horizontal-showcase .qodef-e-action.qodef-scroll--back:hover g:nth-of-type(1) {
    transform: translateX(var(--qode-hover-move-x)) translateY(calc(-1 * var(--qode-hover-move-y)));
    opacity: 0;
    transition-delay: 0s,0s
}

.qodef-horizontal-showcase .qodef-e-action.qodef-scroll--back:hover g:nth-of-type(2) {
    transform: translateX(0) translateY(0);
    opacity: 1;
    transition-delay: .15s,.15s
}

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

.qodef-icon-list-item .qodef-e-title {
    position: relative;
    margin: 0;
    display: flex;
    align-items: center
}

.qodef-icon-list-item .qodef-e-title a {
    display: block
}

.qodef-icon-list-item .qodef-e-title a .qodef-e-title-text-inner {
    --qodef-underline-position-y: calc(100% - 1px);
    --qodef-underline-height: 1px;
    background-repeat: no-repeat;
    background-image: linear-gradient(90deg,currentColor 0,currentColor 100%);
    transition: background-size .4s cubic-bezier(.51,.5,.07,.99),color .27s ease-out;
    background-position: 100% var(--qodef-underline-position-y);
    background-size: 0 var(--qodef-underline-height)
}

.qodef-icon-list-item .qodef-e-title a:hover .qodef-e-title-text-inner {
    background-size: 100% var(--qodef-underline-height);
    background-position: 0 var(--qodef-underline-position-y)
}

.qodef-icon-list-item .qodef-e-title-inner {
    display: flex;
    align-items: center
}

.qodef-icon-list-item .qodef-icon-holder {
    flex-shrink: 0;
    margin-right: var(--qodef-icon-right-margin,13px);
    float: none
}

.qodef-icon-list-item .qodef-icon-holder .qodef-icon {
    font-size: 15px
}

.qodef-icon-list-item.qodef-icon--custom-icon .qodef-e-title-inner {
    gap: var(--qodef-icon-right-margin)
}

.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-icon-list-item.qodef-title-color--set a {
    color: inherit
}

#qodef-page-sidebar .widget.widget_leroux_core_icon_list_item {
    margin-bottom: 0
}

#qodef-page-footer .widget.widget_leroux_core_icon_list_item {
    margin-bottom: 0
}

#qodef-side-area .widget.widget_leroux_core_icon_list_item {
    margin-bottom: 0
}

.qodef-icon-with-text {
    position: relative
}

.qodef-icon-with-text.qodef-borders--yes .qodef-m-wrapper {
    border: 1px solid transparent
}

.qodef-icon-with-text.qodef-borders--yes.qodef-border--top .qodef-m-wrapper {
    border-top-color: rgba(255,255,255,.35)
}

.qodef-icon-with-text.qodef-borders--yes.qodef-border--right .qodef-m-wrapper {
    border-right-color: rgba(255,255,255,.35)
}

.qodef-icon-with-text.qodef-borders--yes.qodef-border--bottom .qodef-m-wrapper {
    border-bottom-color: rgba(255,255,255,.35)
}

.qodef-icon-with-text.qodef-borders--yes.qodef-border--left .qodef-m-wrapper {
    border-left-color: rgba(255,255,255,.35)
}

.qodef-icon-with-text .qodef-m-wrapper {
    width: 100%;
    padding: 81px 30% 30px 39px
}

.qodef-icon-with-text.qodef-hover-effect--contrast .qodef-m-wrapper:not(.qodef-mask) .qodef-m-title {
    color: #20282d
}

.qodef-icon-with-text.qodef-hover-effect--contrast .qodef-m-wrapper:not(.qodef-mask) .qodef-m-title a {
    color: currentColor
}

.qodef-icon-with-text.qodef-hover-effect--contrast .qodef-m-wrapper:not(.qodef-mask) .qodef-icon-holder {
    color: #20282d
}

.qodef-icon-with-text.qodef-hover-effect--contrast .qodef-m-wrapper:not(.qodef-mask) .qodef-icon-holder a {
    color: currentColor
}

.qodef-icon-with-text.qodef-hover-effect--contrast .qodef-m-wrapper.qodef-mask {
    position: absolute;
    left: 0;
    top: 0;
    background-color: var(--qode-main-color);
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
    transition: -webkit-clip-path .57s cubic-bezier(.62,.83,.34,.93);
    transition: clip-path .57s cubic-bezier(.62,.83,.34,.93);
    transition: clip-path .57s cubic-bezier(.62,.83,.34,.93),-webkit-clip-path .57s cubic-bezier(.62,.83,.34,.93)
}

.qodef-icon-with-text.qodef-hover-effect--contrast .qodef-m-wrapper.qodef-mask * {
    color: #fff!important
}

.qodef-icon-with-text.qodef-hover-effect--contrast .qodef-m-wrapper.qodef-mask .qodef-button.qodef-layout--textual:after {
    background-color: #fff
}

.qodef-icon-with-text.qodef-hover-effect--contrast:hover .qodef-m-wrapper.qodef-mask {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0)
}

.qodef-icon-with-text.qodef-hover-effect--contrast.qodef-skin--light .qodef-m-wrapper .qodef-e-button .qodef-button .qodef-m-text,.qodef-icon-with-text.qodef-hover-effect--contrast.qodef-skin--light .qodef-m-wrapper .qodef-m-text,.qodef-icon-with-text.qodef-hover-effect--contrast.qodef-skin--light .qodef-m-wrapper .qodef-m-title {
    color: #fff!important
}

.qodef-icon-with-text.qodef-hover-effect--contrast.qodef-skin--light .qodef-m-wrapper * {
    color: #fff!important
}

.qodef-icon-with-text.qodef-hover-effect--contrast.qodef-skin--light .qodef-m-wrapper .qodef-button.qodef-layout--textual:after {
    background-color: #fff
}

.qodef-icon-with-text.qodef-hover-effect--contrast.qodef-skin--light .qodef-m-wrapper.qodef-mask * {
    color: #000!important
}

.qodef-icon-with-text.qodef-hover-effect--contrast.qodef-skin--light .qodef-m-wrapper.qodef-mask .qodef-button.qodef-layout--textual:after {
    background-color: #000
}

.qodef-icon-with-text.qodef-hover-effect--contrast.qodef-skin--light.qodef-borders--yes.qodef-border--top .qodef-m-wrapper {
    border-top-color: rgba(255,255,255,.35)
}

.qodef-icon-with-text.qodef-hover-effect--contrast.qodef-skin--light.qodef-borders--yes.qodef-border--right .qodef-m-wrapper {
    border-right-color: rgba(255,255,255,.35)
}

.qodef-icon-with-text.qodef-hover-effect--contrast.qodef-skin--light.qodef-borders--yes.qodef-border--bottom .qodef-m-wrapper {
    border-bottom-color: rgba(255,255,255,.35)
}

.qodef-icon-with-text.qodef-hover-effect--contrast.qodef-skin--light.qodef-borders--yes.qodef-border--left .qodef-m-wrapper {
    border-left-color: rgba(255,255,255,.35)
}

.qodef-icon-with-text .qodef-m-title {
    margin: 38px 0 0
}

.qodef-icon-with-text .qodef-m-title a {
    display: block
}

.qodef-icon-with-text .qodef-m-text {
    margin: 10px 0 0
}

.qodef-icon-with-text .qodef-e-button {
    margin-top: 17px
}

.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-icon-holder .qodef-icon {
    font-size: inherit
}

.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-skin--light .qodef-m-wrapper .qodef-e-button .qodef-button .qodef-m-text,.qodef-icon-with-text.qodef-skin--light .qodef-m-wrapper .qodef-m-text,.qodef-icon-with-text.qodef-skin--light .qodef-m-wrapper .qodef-m-title {
    color: #fff!important
}

.qodef-icon-with-text .qodef-m-icon-wrapper {
    color: var(--qodef-iwt-svg-icon-color)
}

.qodef-icon-with-text .qodef-m-icon-wrapper svg {
    stroke: currentColor;
    fill: none;
    overflow: visible
}

.qodef-icon-with-text.qodef--has-appear {
    opacity: 0
}

.qodef-icon-with-text.qodef--has-appear.qodef--appeared {
    animation: qode-fade-in 1s ease-out forwards
}

.qodef-icon-with-text.qodef--has-svg-appear {
    opacity: 0
}

.qodef-icon-with-text.qodef--has-svg-appear.qodef--appeared {
    animation: qode-fade-in 1s ease-out forwards
}

.qodef-icon-with-text.qodef--retina .qodef-m-icon-wrapper img {
    max-width: 50%
}

.qodef-icon-with-text.qodef-layout--before-content {
    display: flex;
    align-items: flex-start
}

.qodef-icon-with-text.qodef-layout--before-content .qodef-m-wrapper {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 67px 20% 71px 15.9%
}

.qodef-icon-with-text.qodef-layout--before-content .qodef-m-wrapper .qodef-m-title {
    margin: 8px 0 0
}

.qodef-icon-with-text.qodef-layout--before-content .qodef-m-icon-wrapper {
    flex-shrink: 0;
    margin-right: var(--qodef-iwt-icon-margin-right,23px)
}

.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: var(--qodef-iwt-icon-margin-right,26px)
}

.qodef-icon-with-text.qodef-layout--before-title .qodef-m-title-text {
    line-height: 1.4em
}

.qodef-icon-with-text.qodef-layout--top {
    display: flex;
    align-items: flex-start
}

.qodef-icon-with-text.qodef-layout--top .qodef-m-icon-wrapper {
    flex-shrink: 0;
    margin-right: 15px
}

.qodef-icon-with-text.qodef-layout--top .qodef-m-title {
    margin-top: 13px
}

.qodef-icon-with-text.qodef-layout--top .qodef-m-text {
    margin-top: 4px
}

.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 .27s ease-out,background-color .27s ease-out,border-color .27s 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: #20282d
}

.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_leroux_core_icon {
    display: inline-block;
    line-height: 1
}

#qodef-page-sidebar .widget.widget_leroux_core_icon {
    margin-bottom: 0
}

#qodef-page-footer .widget.widget_leroux_core_icon {
    margin-bottom: 0
}

#qodef-side-area .widget.widget_leroux_core_icon {
    margin-bottom: 0
}

.qodef-image-hotspots {
    position: relative;
    display: flex;
    justify-content: center
}

.qodef-image-hotspots .qodef-e-holder-inner {
    position: relative;
    display: inline-flex
}

.qodef-image-hotspots .qodef-m-image {
    display: inline-block
}

.qodef-image-hotspots .qodef-m-items {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5
}

.qodef-image-hotspots .qodef-e-item {
    display: flex;
    position: absolute;
    z-index: 0;
    transition: all 0s ease .5s;
    left: var(--qode-hotspot-left-1920,0);
    top: var(--qode-hotspot-top-1920,0)
}

.qodef-image-hotspots .qodef-e-item:hover {
    z-index: 10;
    transition: all 0s ease 0s
}

@media only screen and (max-width: 1440px) {
    .qodef-image-hotspots .qodef-e-item {
        left:var(--qode-hotspot-left-1440,0);
        top: var(--qode-hotspot-top-1440,0)
    }
}

@media only screen and (max-width: 1024px) {
    .qodef-image-hotspots .qodef-e-item {
        left:var(--qode-hotspot-left-1024,0);
        top: var(--qode-hotspot-top-1024,0)
    }
}

@media only screen and (max-width: 768px) {
    .qodef-image-hotspots .qodef-e-item {
        left:var(--qode-hotspot-left-768,0);
        top: var(--qode-hotspot-top-768,0)
    }
}

@media only screen and (max-width: 680px) {
    .qodef-image-hotspots .qodef-e-item {
        left:var(--qode-hotspot-left-680,0);
        top: var(--qode-hotspot-top-680,0)
    }
}

.qodef-image-hotspots .qodef-e-item.qodef--appeared .qodef-e-pin .qodef-e-dot {
    opacity: 1
}

.qodef-image-hotspots .qodef-e-item.qodef--appeared .qodef-e-info-hotspot:after {
    transform: translateY(-50%) scaleX(1)
}

.qodef-image-hotspots .qodef-e-item.qodef--appeared .qodef-e-title {
    opacity: 1;
    transform: translateY(0)
}

.qodef-image-hotspots .qodef-e-item.qodef--appeared .qodef-e-text {
    opacity: 1;
    transform: translateY(0)
}

.qodef-image-hotspots .qodef-e-item.qodef--appeared .qodef-e-custom-icon {
    opacity: 1;
    transform: translateY(0)
}

.qodef-image-hotspots .qodef-e-pin {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.qodef-image-hotspots .qodef-e-pin .qodef-e-dot {
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #bfcbcb;
    opacity: 0;
    transition: opacity .3s ease-out
}

.qodef-image-hotspots .qodef-e-info-hotspot {
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.qodef-image-hotspots .qodef-e-info-hotspot:after {
    position: absolute;
    content: '';
    height: 1px;
    top: 50%;
    left: 0;
    transform-origin: left;
    transform: translateY(-50%) scaleX(0);
    background-color: #809398;
    transition: transform .6s ease-out;
    width: var(--qode-hotspot-distance-1920,0)
}

@media only screen and (max-width: 1440px) {
    .qodef-image-hotspots .qodef-e-info-hotspot:after {
        width:var(--qode-hotspot-distance-1440,0)
    }
}

@media only screen and (max-width: 1024px) {
    .qodef-image-hotspots .qodef-e-info-hotspot:after {
        width:var(--qode-hotspot-distance-1024,0)
    }
}

@media only screen and (max-width: 768px) {
    .qodef-image-hotspots .qodef-e-info-hotspot:after {
        width:var(--qode-hotspot-distance-768,0)
    }
}

@media only screen and (max-width: 680px) {
    .qodef-image-hotspots .qodef-e-info-hotspot:after {
        width:var(--qode-hotspot-distance-680,0)
    }
}

.qodef-info-arrow--no.qodef-image-hotspots .qodef-e-info-hotspot:after {
    display: none
}

.qodef-info--fade.qodef-image-hotspots .qodef-e-info-hotspot {
    opacity: 0;
    transition: opacity .27s ease-out
}

.qodef-info--reveal.qodef-image-hotspots .qodef-e-info-hotspot {
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    padding-left: 30px;
    -webkit-clip-path: polygon(0 0,0 0,0 100%,0 100%);
    clip-path: polygon(0 0,0 0,0 100%,0 100%);
    transition: -webkit-clip-path .5s cubic-bezier(.38,.03,.2,.79);
    transition: clip-path .5s cubic-bezier(.38,.03,.2,.79);
    transition: clip-path .5s cubic-bezier(.38,.03,.2,.79),-webkit-clip-path .5s cubic-bezier(.38,.03,.2,.79);
    z-index: -1
}

.qodef-image-hotspots .qodef-e-info-hotspot .qodef-e-inner {
    min-width: 280px
}

.qodef-image-hotspots .qodef-item-position--right .qodef-e-info-hotspot {
    left: 100%;
    padding-left: var(--qode-hotspot-distance-1920,0)
}

@media only screen and (max-width: 1440px) {
    .qodef-image-hotspots .qodef-item-position--right .qodef-e-info-hotspot {
        padding-left:var(--qode-hotspot-distance-1440,0)
    }
}

@media only screen and (max-width: 1024px) {
    .qodef-image-hotspots .qodef-item-position--right .qodef-e-info-hotspot {
        padding-left:var(--qode-hotspot-distance-1024,0)
    }
}

@media only screen and (max-width: 768px) {
    .qodef-image-hotspots .qodef-item-position--right .qodef-e-info-hotspot {
        padding-left:var(--qode-hotspot-distance-768,0)
    }
}

@media only screen and (max-width: 680px) {
    .qodef-image-hotspots .qodef-item-position--right .qodef-e-info-hotspot {
        padding-left:var(--qode-hotspot-distance-680,0)
    }
}

.qodef-image-hotspots .qodef-item-position--right .qodef-e-info-hotspot:after {
    left: 0
}

.qodef-image-hotspots .qodef-item-position--right .qodef-e-info-hotspot .qodef-e-inner {
    padding-left: 15px
}

.qodef-image-hotspots .qodef-item-position--left .qodef-e-info-hotspot {
    right: 100%;
    text-align: right;
    padding-right: var(--qode-hotspot-distance-1920,0)
}

@media only screen and (max-width: 1440px) {
    .qodef-image-hotspots .qodef-item-position--left .qodef-e-info-hotspot {
        padding-right:var(--qode-hotspot-distance-1440,0)
    }
}

@media only screen and (max-width: 1024px) {
    .qodef-image-hotspots .qodef-item-position--left .qodef-e-info-hotspot {
        padding-right:var(--qode-hotspot-distance-1024,0)
    }
}

@media only screen and (max-width: 768px) {
    .qodef-image-hotspots .qodef-item-position--left .qodef-e-info-hotspot {
        padding-right:var(--qode-hotspot-distance-768,0)
    }
}

@media only screen and (max-width: 680px) {
    .qodef-image-hotspots .qodef-item-position--left .qodef-e-info-hotspot {
        padding-right:var(--qode-hotspot-distance-680,0)
    }
}

.qodef-image-hotspots .qodef-item-position--left .qodef-e-info-hotspot:after {
    right: 0;
    left: auto
}

.qodef-image-hotspots .qodef-item-position--left .qodef-e-info-hotspot .qodef-e-inner {
    padding-right: 15px
}

.qodef-image-hotspots .qodef-e-custom-icon {
    margin: 0 0 10px;
    transform: translateY(-10px);
    opacity: 0;
    transition: opacity .4s ease-out .4s,transform .8s ease .4s
}

.qodef-image-hotspots .qodef-e-title {
    margin: 0;
    white-space: nowrap;
    transform: translateY(-10px);
    opacity: 0;
    transition: opacity .4s ease-out .5s,transform .8s ease .4s
}

.qodef-image-hotspots .qodef-e-text {
    margin: 7px 0 0;
    transform: translateY(-10px);
    opacity: 0;
    transition: opacity .4s ease-out .6s,transform .8s ease .4s
}

.qodef-image-hotspots .qodef-m-svg svg {
    stroke: currentColor;
    fill: none;
    opacity: 0
}

.qodef-image-hotspots .qodef-m-svg.qodef--appeared svg {
    opacity: 1
}

.qodef-image-marquee {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-image-marquee .qodef-m-content {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 0 auto;
    overflow: hidden
}

.qodef-image-marquee .qodef-m-content.qodef--mobile {
    display: none
}

.qodef-image-marquee .qodef-m-content.qodef--mobile .qodef-m-image {
    background-size: cover!important
}

.qodef-image-marquee .qodef-m-image {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%
}

.qodef-image-marquee .qodef-m-image.qodef-image--copy {
    will-change: transform;
    backface-visibility: hidden;
    transform: translateX(100%) translateZ(0)
}

.qodef-image-marquee .qodef-m-image a {
    position: relative;
    display: block
}

@keyframes qode-move-marquee {
    0% {
        transform: translateX(0) translateZ(0)
    }

    100% {
        transform: translateX(-100%) translateZ(0)
    }
}

@keyframes qode-move-marquee-copy {
    0% {
        transform: translateX(100%) translateZ(0)
    }

    100% {
        transform: translateX(0) translateZ(0)
    }
}

.qodef-image-with-text {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    width: auto
}

.qodef-image-with-text .qodef-m-image {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    width: auto
}

.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;
    vertical-align: top;
    width: auto;
    display: block
}

.qodef-image-with-text .qodef-m-title-holder {
    margin: 28px 0 0;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.qodef-image-with-text .qodef-m-title {
    margin: 0;
    font-weight: 500
}

.qodef-image-with-text .qodef-m-image-number {
    font-family: "Dm Sans",sans-serif;
    font-weight: 500
}

.qodef-image-with-text .qodef-m-text {
    margin: 15px 0 0
}

.qodef-image-with-text.qodef-image--with-shadow .qodef-m-image img {
    box-shadow: 1px 1px 10px #eee,1px 0 10px #eee
}

.qodef-image-with-text .qodef-m-title {
    --qodef-underline-position-y: calc(100% - 2px);
    --qodef-underline-height: 1px;
    background-repeat: no-repeat;
    background-image: linear-gradient(90deg,currentColor 0,currentColor 100%);
    transition: background-size .4s cubic-bezier(.51,.5,.07,.99),color .27s ease-out;
    background-position: 100% var(--qodef-underline-position-y);
    background-size: 0 var(--qodef-underline-height)
}

.qodef-image-with-text:hover .qodef-m-title {
    background-size: 100% var(--qodef-underline-height);
    background-position: 0 var(--qodef-underline-position-y)
}

.qodef-image-with-text.qodef--has-appear {
    opacity: 0
}

.qodef-image-with-text.qodef--has-appear.qodef--appeared {
    animation: qode-fade-in 1s ease-out forwards
}

.qodef-interactive-banners {
    position: relative;
    height: 100vh;
    overflow: hidden
}

.qodef-interactive-banners .qodef-ib-content-holder {
    opacity: 0
}

.qodef-interactive-banners .qodef-ib-image-holder-responsive {
    display: none;
    background-size: cover;
    background-repeat: no-repeat
}

.qodef-interactive-banners .qodef-ib-video {
    height: 100%;
    width: 100%;
    object-fit: cover
}

.qodef-interactive-banners .qodef-ib-images-holder {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10
}

.qodef-interactive-banners .qodef-ib-images-holder .qodef-ib-image-holder {
    background-size: cover;
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    animation: qodef-animate-image-out 1s .1s cubic-bezier(.78,.2,.21,.88) forwards;
    z-index: 12
}

.qodef-interactive-banners .qodef-ib-images-holder .qodef-ib-image-holder.qodef-active {
    animation: qodef-animate-image-in 1s cubic-bezier(.78,.2,.21,.88) forwards;
    z-index: 6
}

@keyframes qodef-animate-image-in {
    0% {
        transform: scale(1.05) translateZ(0);
        -webkit-clip-path: inset(0 100% 0 0);
        clip-path: inset(0 100% 0 0)
    }

    100% {
        transform: scale(1);
        -webkit-clip-path: inset(0 0 0 0);
        clip-path: inset(0 0 0 0)
    }
}

@keyframes qodef-animate-image-out {
    0% {
        transform: scale(1) translateZ(0);
        -webkit-clip-path: inset(0 0 0 0);
        clip-path: inset(0 0 0 0)
    }

    100% {
        transform: scale(1.05);
        -webkit-clip-path: inset(0 0 0 100%);
        clip-path: inset(0 0 0 100%)
    }
}

.qodef-interactive-banners .qodef-ib-content-holder {
    position: relative;
    display: flex;
    height: 100%;
    width: 100%;
    z-index: 30
}

@media only screen and (max-width: 680px) {
    .qodef-interactive-banners .qodef-ib-content-holder {
        display:block
    }
}

.qodef-interactive-banners .qodef-ib-content-holder .qodef-ib-item-inner {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: inherit
}

.qodef-interactive-banners .qodef-ib-content-holder .qodef-ib-item {
    position: relative;
    height: 100%;
    width: 20%;
    padding: 0 0 3.5% 2.5%;
    overflow: hidden;
    background-color: transparent
}

.qodef-interactive-banners .qodef-ib-content-holder .qodef-ib-item:before {
    content: '';
    position: absolute;
    left: 1px;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background-color: transparent;
    z-index: -1;
    transition: opacity .8s ease,-webkit-backdrop-filter .1s 1s;
    transition: backdrop-filter .1s 1s,opacity .8s ease;
    transition: backdrop-filter .1s 1s,opacity .8s ease,-webkit-backdrop-filter .1s 1s;
    transition: opacity .8s ease;
    opacity: 0
}

.qodef-interactive-banners .qodef-ib-content-holder .qodef-ib-item:first-child:before {
    left: 0;
    width: calc(100% + 1px)
}

.qodef-interactive-banners .qodef-ib-content-holder .qodef-ib-item .qodef-ib-item-tag {
    position: absolute;
    right: 0;
    bottom: 36.6%;
    font-weight: 400;
    font-size: 14px;
    font-family: "Dm Sans",sans-serif;
    line-height: 17px;
    color: #fff;
    padding: 6px 23px;
    opacity: 1;
    letter-spacing: .045em;
    transform: rotate(90deg);
    transform-origin: right top;
    background-color: rgba(255,255,255,0);
    -webkit-backdrop-filter: blur(7px) brightness(70%);
    backdrop-filter: blur(7px) brightness(70%);
    z-index: 20
}

.qodef-interactive-banners .qodef-ib-content-holder .qodef-ib-item .qodef-ib-item-inner .qodef-ib-item-title {
    transform: translateY(var(--qode-offset,100px));
    will-change: transform
}

.qodef-interactive-banners .qodef-ib-content-holder .qodef-ib-item .qodef-ib-item-inner .qodef-ib-item-subtitle {
    transform: translateY(100%);
    opacity: 0;
    will-change: transform
}

.qodef-interactive-banners .qodef-ib-content-holder .qodef-ib-item .qodef-ib-item-inner .qodef-ib-item-btn-holder {
    margin: 0 0 0
}

.qodef-interactive-banners .qodef-ib-content-holder .qodef-ib-item.qodef-active:before {
    opacity: 1;
    -webkit-backdrop-filter: blur(7px) brightness(84%);
    backdrop-filter: blur(7px) brightness(84%);
    transition-delay: 0s,.1s
}

.qodef-interactive-banners .qodef-ib-content-holder .qodef-ib-item.qodef-active .qodef-ib-item-title {
    transform: translateY(0)
}

.qodef-interactive-banners .qodef-ib-content-holder .qodef-ib-item.qodef-active .qodef-ib-item-subtitle {
    transform: translateY(0);
    opacity: 1;
    transition-delay: .15s,.25s
}

.qodef-interactive-banners .qodef-ib-content-holder .qodef-ib-item .qodef-ib-item-title h3 {
    margin: 0 0 0
}

.qodef-interactive-banners .qodef-ib-content-holder .qodef-ib-item .qodef-ib-item-subtitle {
    margin-bottom: 26px;
    padding-right: 25px
}

.qodef-interactive-banners .qodef-ib-content-holder .qodef-ib-item .qodef-ib-item-subtitle p {
    margin: 0
}

.qodef-interactive-banners .qodef-ib-content-holder .qodef-ib-item .qodef-ib-item-title {
    margin: 0 0 14px
}

.qodef-interactive-banners .qodef-ib-content-holder .qodef-ib-item .qodef-ib-item-title h3 {
    color: #fff
}

.qodef-interactive-banners .qodef-ib-content-holder .qodef-ib-item .qodef-ib-item-subtitle p {
    color: #bcc3c5
}

.qodef-interactive-banners.qodef-ib-four .qodef-ib-content-holder .qodef-ib-item {
    width: 25%;
    transition-delay: 1s
}

@media only screen and (max-width: 1024px) {
    .qodef-interactive-banners.qodef-ib-four .qodef-ib-content-holder .qodef-ib-item {
        width:100%
    }
}

.qodef-interactive-banners .qodef-ib-grid {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 20
}

.qodef-interactive-banners .qodef-ib-grid .qodef-ib-grid-line {
    position: absolute;
    top: 0;
    height: 100%;
    width: 20%;
    left: 0;
    box-sizing: border-box
}

.qodef-interactive-banners .qodef-ib-grid .qodef-ib-grid-line:first-child .qodef-ib-grid-vertical-line {
    display: none
}

.qodef-interactive-banners .qodef-ib-grid .qodef-ib-grid-line .qodef-ib-grid-vertical-line {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 1px;
    background-color: rgba(255,255,255,.46);
    z-index: 10
}

.qodef-interactive-banners .qodef-ib-grid .qodef-ib-grid-line .qodef-ib-grid-vertical-mask {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: scaleX(0);
    transform-origin: 0 0;
    transition: transform .5s cubic-bezier(.86,0,.07,1);
    background: #dfcec1
}

.qodef-interactive-banners .qodef-ib-grid .qodef-ib-grid-line:last-child {
    border-right: none
}

.qodef-interactive-banners .qodef-ib-grid .qodef-ib-grid-line:nth-child(1) {
    left: 0
}

.qodef-interactive-banners .qodef-ib-grid .qodef-ib-grid-line:nth-child(2) {
    left: 20%
}

.qodef-interactive-banners .qodef-ib-grid .qodef-ib-grid-line:nth-child(3) {
    left: 40%
}

.qodef-interactive-banners .qodef-ib-grid .qodef-ib-grid-line:nth-child(4) {
    left: 60%
}

.qodef-interactive-banners .qodef-ib-grid .qodef-ib-grid-line:nth-child(5) {
    left: 80%
}

.qodef-interactive-banners.qodef-ib-four .qodef-ib-grid .qodef-ib-grid-line {
    width: 25%
}

.qodef-interactive-banners.qodef-ib-four .qodef-ib-grid .qodef-ib-grid-line:nth-child(1) {
    left: 0
}

.qodef-interactive-banners.qodef-ib-four .qodef-ib-grid .qodef-ib-grid-line:nth-child(2) {
    left: 25%
}

.qodef-interactive-banners.qodef-ib-four .qodef-ib-grid .qodef-ib-grid-line:nth-child(3) {
    left: 50%
}

.qodef-interactive-banners.qodef-ib-four .qodef-ib-grid .qodef-ib-grid-line:nth-child(4) {
    left: 75%
}

.qodef-interactive-banners.qodef-ib-four .qodef-ib-grid .qodef-ib-grid-line:nth-child(5) {
    left: 100%
}

.qodef-interactive-banners.qodef--init .qodef-ib-item-title {
    transition: transform .5s ease
}

.qodef-interactive-banners.qodef--init .qodef-ib-item-subtitle {
    transition: transform .5s ease,opacity .25s ease
}

.qodef-interactive-banners.qodef--init .qodef-ib-content-holder {
    transition: opacity 1s;
    opacity: 1
}

.qodef-pricing-table {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-pricing-table.qodef-status--featured {
    background-color: rgba(255,255,255,.6)
}

.qodef-pricing-table:not(.qodef-status--featured) .qodef-m-button .qodef-button.qodef-layout--filled {
    background-color: rgba(255,255,255,.05);
    -webkit-backdrop-filter: blur(4px) brightness(112%);
    backdrop-filter: blur(4px) brightness(112%);
    color: #20282d
}

.qodef-pricing-table .qodef-m-inner {
    padding: 33px 40px 51px
}

.qodef-pricing-table .qodef-m-content-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 21px;
    border-bottom: 1px solid #809398
}

.qodef-pricing-table .qodef-m-title {
    margin: 0
}

.qodef-pricing-table .qodef-m-price .qodef-m-price-wrapper {
    display: flex;
    margin: 0;
    line-height: 1;
    justify-content: center
}

.qodef-pricing-table .qodef-m-price .qodef-m-price-currency {
    font-size: 28px;
    position: relative;
    top: -3px;
    margin-right: 5px
}

.qodef-pricing-table .qodef-m-content {
    margin: 32px 0 0
}

.qodef-pricing-table .qodef-m-content ul {
    list-style: none;
    margin: 0
}

.qodef-pricing-table .qodef-m-content ul li {
    font-family: "Dm Sans",sans-serif;
    font-size: 15px;
    line-height: 1.6em;
    font-weight: 500;
    color: #20282d;
    margin-bottom: 14px
}

.qodef-pricing-table .qodef-m-content ul li:last-child {
    margin-bottom: 0
}

.qodef-pricing-table .qodef-m-content ul li:before {
    content: "";
    font-family: Ionicons;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    padding-right: 12px;
    position: relative;
    top: 1px
}

.qodef-pricing-table .qodef-m-button .qodef-button {
    margin: 31px 0 0
}

.qodef-progress-bar {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    visibility: hidden
}

.qodef-progress-bar .qodef-m-inner {
    position: relative;
    display: flex;
    flex-direction: column
}

.qodef-progress-bar .qodef-m-canvas {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-progress-bar .qodef-m-canvas svg {
    display: block
}

.qodef-progress-bar .qodef-m-title {
    margin: 20px 0 0;
    font-weight: 500
}

.qodef-progress-bar.qodef--init {
    visibility: visible
}

.qodef-progress-bar:not(.qodef-layout--line) .progressbar-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    font-family: "Dm Sans",sans-serif;
    color: #20282d;
    font-size: 20px;
    line-height: 1.5em;
    font-weight: 500
}

.qodef-progress-bar.qodef-layout--semi-circle .progressbar-text {
    padding-top: 20px;
    transform: none!important
}

.qodef-progress-bar.qodef-layout--line .qodef-m-inner {
    flex-direction: column-reverse
}

.qodef-progress-bar.qodef-layout--line .proggress {
    width: 0
}

.qodef-progress-bar.qodef-layout--line .percentCount {
    position: absolute;
    top: -30px;
    right: 0;
    width: auto
}

.qodef-progress-bar.qodef-layout--line .qodef-m-title {
    margin: 0 0 6px
}

.qodef-progress-bar.qodef-layout--line.qodef-percentage--floating .percentCount {
    left: 0;
    right: auto;
    transform: translateX(-50%)
}

.qodef-section-title {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-section-title .qodef-m-title {
    margin: 0
}

.qodef-section-title .qodef-m-text {
    margin: 25px 0 0
}

.qodef-section-title .qodef-special-style {
    color: var(--qodef-title-emphasized-words-color,#85979b)
}

.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 #223035;
    margin: 10px 0
}

.qodef-separator.qodef-position--center {
    text-align: center
}

.qodef-separator.qodef-position--left {
    text-align: left
}

.qodef-separator.qodef-position--right {
    text-align: right
}

@media only screen and (max-width: 1024px) {
    .qodef-separator.qodef-disabled--1024 {
        display:none
    }
}

@media only screen and (max-width: 768px) {
    .qodef-separator.qodef-disabled--768 {
        display:none
    }
}

@media only screen and (max-width: 680px) {
    .qodef-separator.qodef-disabled--680 {
        display:none
    }
}

@media only screen and (max-width: 480px) {
    .qodef-separator.qodef-disabled--480 {
        display:none
    }
}

#qodef-page-sidebar .widget.widget_leroux_core_separator {
    margin-bottom: 0
}

#qodef-page-footer .widget.widget_leroux_core_separator {
    margin-bottom: 0
}

#qodef-side-area .widget.widget_leroux_core_separator {
    margin-bottom: 0
}

.qodef-simple-slider.qodef-swiper-container {
    cursor: grab
}

.qodef-simple-slider .qodef-e-image {
    position: relative
}

.qodef-simple-slider .qodef-e-image a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.qodef-simple-slider .qodef-e-content .qodef-e-title {
    margin: 24px 0 0
}

.qodef-simple-slider .qodef-e-content .qodef-e-text {
    margin: 8px 0 0
}

.qodef-simple-slider.qodef-skin--light .qodef-e-title {
    color: #fff
}

.qodef-simple-slider.qodef-skin--light .qodef-e-text {
    color: #bcc3c5
}

.qodef-simple-slider.qodef-layout--info-on-image .qodef-e-inner {
    position: relative
}

.qodef-simple-slider.qodef-layout--info-on-image .qodef-e-content {
    position: absolute;
    left: 35px;
    bottom: 28px
}

.qodef-simple-slider.qodef-layout--info-on-image .qodef-e-title {
    margin: 0 0 1px
}

.qodef-simple-slider.qodef-layout--info-on-image .qodef-e-text {
    margin: 0
}

.qodef-simple-slider.qodef-borders--enabled {
    --qode-border-offset: -30px
}

.qodef-simple-slider.qodef-borders--enabled .qodef-e-image {
    position: relative;
    width: 100%
}

.qodef-simple-slider.qodef-borders--enabled .qodef-e-image:before {
    content: '';
    position: absolute;
    top: 0;
    right: var(--qode-border-offset);
    height: 100%;
    background-color: #414f53;
    width: 1px
}

.qodef-simple-slider .qodef-e-title a:hover {
    color: currentColor
}

.qodef-simple-slider .qodef-e-title span {
    --qodef-underline-position-y: calc(100% - 0px);
    --qodef-underline-height: 1px;
    background-repeat: no-repeat;
    background-image: linear-gradient(90deg,currentColor 0,currentColor 100%);
    transition: background-size .4s cubic-bezier(.51,.5,.07,.99),color .27s ease-out;
    background-position: 100% var(--qodef-underline-position-y);
    background-size: 0 var(--qodef-underline-height)
}

.qodef-simple-slider .qodef-e:hover .qodef-e-title span {
    background-size: 100% var(--qodef-underline-height);
    background-position: 0 var(--qodef-underline-position-y)
}

.qodef-single-image img {
    display: block
}

.qodef-single-image.qodef--has-appear.qodef-parallax-item {
    opacity: 0
}

.qodef-single-image.qodef--has-appear.qodef-parallax-item.qodef--appeared {
    animation: qode-fade-in 1s ease-out forwards
}

.qodef-single-image.qodef--has-appear:not(.qodef-parallax-item) {
    opacity: 0;
    transform: translateY(50px)
}

.qodef-single-image.qodef--has-appear:not(.qodef-parallax-item).qodef--appeared {
    transition: opacity .35s ease-out,transform .75s;
    opacity: 1;
    transform: translateY(0)
}

.qodef-stacked-images .qodef-m-images {
    position: relative;
    display: inline-block
}

.qodef-stacked-images .qodef-m-images .qodef-m-image {
    opacity: 0;
    transition: .35s opacity ease-out
}

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

@media only screen and (max-width: 1024px) {
    .qodef-stacked-images .qodef-m-images .qodef-m-image:not(:first-child) img {
        width:50%
    }
}

.qodef-stacked-images .qodef-m-images .qodef-m-image.qodef--appeared {
    opacity: 1
}

.qodef-tabbed-info {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    visibility: hidden
}

.qodef-tabbed-info .ui-tabs-nav {
    display: flex;
    justify-content: space-between;
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
    position: relative
}

.qodef-tabbed-info .ui-tabs-nav:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100vw - 70px);
    height: 1px;
    background-color: #cfcfcf
}

.qodef-tabbed-info .ui-tabs-tab {
    margin: 0;
    overflow: visible;
    padding: 0 54px 30px;
    position: relative
}

.qodef-tabbed-info .ui-tabs-tab:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    height: 1px;
    width: 100%;
    background-color: #2a2a2a;
    z-index: 5;
    transform: scale3d(0,1,1);
    transform-origin: right;
    transition: transform .6s cubic-bezier(.51,.5,.07,.99),color .27s ease-out
}

.qodef-tabbed-info .ui-tabs-anchor {
    font-family: "Dm Sans",sans-serif;
    color: #20282d;
    font-size: 20px;
    line-height: 1.5em;
    font-weight: 500
}

.qodef-tabbed-info .ui-state-active:after,.qodef-tabbed-info .ui-state-hover:after {
    transform: scale3d(1.004,1,1);
    transform-origin: left
}

.qodef-tabbed-info.qodef--init {
    visibility: visible
}

.qodef-tabbed-info.qodef-layout--standard .qodef-m-content {
    position: absolute;
    z-index: 0;
    max-width: 100%
}

.qodef-tabbed-info.qodef-layout--standard .qodef-m-content .qodef-m-content-inner {
    display: flex;
    padding: 30px 0 0
}

.qodef-tabbed-info.qodef-layout--standard .qodef-m-content .qodef-m-content-left {
    padding: 6.1% 10% 0 0;
    width: 50%
}

.qodef-tabbed-info.qodef-layout--standard .qodef-m-content .qodef-m-content-right {
    display: flex;
    flex-direction: column;
    padding: 0;
    width: 50%
}

.qodef-tabbed-info.qodef-layout--standard .qodef-m-content[aria-hidden=false] {
    z-index: 1
}

.qodef-tabbed-info.qodef-layout--standard .qodef-m-content[aria-hidden=false] .qodef-m-image {
    animation: qodef-image-fade-in .8s forwards cubic-bezier(.57,.57,0,.97) .5s
}

.qodef-tabbed-info.qodef-layout--standard .qodef-m-content[aria-hidden=false] .qodef-e-text,.qodef-tabbed-info.qodef-layout--standard .qodef-m-content[aria-hidden=false] .qodef-m-button,.qodef-tabbed-info.qodef-layout--standard .qodef-m-content[aria-hidden=false] .qodef-m-tagline,.qodef-tabbed-info.qodef-layout--standard .qodef-m-content[aria-hidden=false] .qodef-m-title {
    animation: qodef-content-fade-in .6s forwards ease
}

.qodef-tabbed-info.qodef-layout--standard .qodef-m-content[aria-hidden=false] .qodef-m-title {
    animation-delay: .15s
}

.qodef-tabbed-info.qodef-layout--standard .qodef-m-content[aria-hidden=false] .qodef-e-text {
    animation-delay: .3s
}

.qodef-tabbed-info.qodef-layout--standard .qodef-m-content[aria-hidden=false] .qodef-m-button {
    animation-delay: .45s
}

.qodef-tabbed-info.qodef-layout--standard .qodef-m-image {
    clip-path: inset(0 100% 0 0);
    -webkit-clip-path: inset(0 100% 0 0);
    animation: qodef-image-fade-out .8s forwards cubic-bezier(.57,.57,0,.97)
}

.qodef-tabbed-info.qodef-layout--standard .qodef-e-text,.qodef-tabbed-info.qodef-layout--standard .qodef-m-button,.qodef-tabbed-info.qodef-layout--standard .qodef-m-tagline,.qodef-tabbed-info.qodef-layout--standard .qodef-m-title {
    opacity: 0;
    transform: translateX(-40px);
    animation: qodef-content-fade-out .6s forwards ease
}

.qodef-tabbed-info.qodef-layout--standard .qodef-m-title {
    margin: 0 0 14px;
    padding: 0
}

.qodef-tabbed-info.qodef-layout--standard .qodef-m-tagline {
    display: block;
    margin: 0 0 7px;
    font-family: "Dm Sans",sans-serif;
    font-size: 110px;
    line-height: 1em;
    font-weight: 400;
    color: #bcc3c5
}

.qodef-tabbed-info.qodef-layout--standard .qodef-e-text {
    margin: 0 0 31px;
    padding: 0;
    font-family: "Dm Sans",sans-serif;
    font-size: 18px;
    line-height: 1.5em;
    font-weight: 400
}

.qodef-tabs {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    visibility: hidden
}

.qodef-tabs.qodef--init {
    visibility: visible
}

.qodef-tabs .qodef-tabs-navigation {
    margin: 0;
    padding: 0;
    list-style: none
}

.qodef-tabs .qodef-tabs-content {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-tabs .qodef-tabs-content p {
    margin: 0
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation {
    position: relative;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li {
    margin: 0 21px 0 0;
    padding: 0
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a {
    font-family: "Dm Sans",sans-serif;
    font-size: 14px;
    line-height: 1em;
    font-weight: 500;
    display: block;
    padding: 5px 13px 6px;
    transition: color .27s ease-out,background-color .27s ease-out
}

.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 {
    color: currentColor
}

@media only screen and (max-width: 680px) {
    .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation {
        flex-direction:column;
        align-items: flex-start
    }

    .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li {
        margin: 0 0 10px 0;
        padding: 0
    }

    .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li:last-child {
        margin-bottom: 0
    }
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a:hover,.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-color: #d5dede
}

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

.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation li {
    width: 100%;
    margin-bottom: 26px
}

.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation li:last-child {
    margin-bottom: 0
}

.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation li a {
    display: inline-block;
    width: auto
}

.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-content {
    margin-top: 0
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-content {
    margin: 26px 0 0
}

@keyframes qode-text-marquee-left {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-100%)
    }
}

@keyframes qode-text-marquee-right {
    0% {
        transform: translateX(-100%)
    }

    100% {
        transform: translateX(0)
    }
}

.qodef-text-marquee .qodef-m-content {
    display: flex;
    font-family: "Dm Sans",sans-serif;
    font-size: 19px;
    font-weight: 400;
    line-height: 1em;
    overflow: hidden;
    white-space: nowrap
}

.qodef-text-marquee .qodef-m-content-inner {
    padding-right: .2718em
}

.qodef--init.qodef-direction--left.qodef-text-marquee .qodef-m-content-inner {
    animation: qode-text-marquee-left var(--qode-marquee-duration,25s) linear infinite
}

.qodef--init.qodef-direction--right.qodef-text-marquee .qodef-m-content-inner {
    animation: qode-text-marquee-right var(--qode-marquee-duration,25s) linear infinite
}

.qodef-text-marquee .qodef-m-text-1 {
    color: var(--qode-main-color)
}

.qodef-text-marquee .qodef-m-text-2 {
    color: var(--qode-main-color)
}

.qodef-text-marquee .qodef-m-text-3 {
    color: var(--qode-main-color)
}

.qodef-text-marquee .qodef-m-separator {
    color: var(--qode-main-color);
    position: relative;
    margin: 0
}

.qodef-textual-list .qodef-textual-list-inner {
    display: flex;
    flex-direction: column;
    row-gap: 15px
}

.qodef-direction--horizontal.qodef-textual-list .qodef-textual-list-inner {
    flex-direction: row;
    column-gap: 51px;
    flex-wrap: wrap
}

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

.qodef-textual-list .qodef-textual-list-item {
    display: flex;
    align-items: center
}

.qodef-textual-list .qodef-e-icon {
    font-size: 20px;
    margin-right: 11px
}

.qodef-textual-list .qodef-e-icon .qodef-icon-holder {
    display: block
}

.qodef-textual-list .qodef-e-icon .qodef-icon-holder .qodef-icon-elegant-icons.icon_mail_alt:before {
    position: relative;
    top: -.1em
}

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

.qodef-textual-list .qodef-e-title a {
    --qodef-underline-position-y: calc(100% - 1px);
    --qodef-underline-height: 1px;
    background-repeat: no-repeat;
    background-image: linear-gradient(90deg,currentColor 0,currentColor 100%);
    transition: background-size .4s cubic-bezier(.51,.5,.07,.99),color .27s ease-out;
    background-position: 100% var(--qodef-underline-position-y);
    background-size: 0 var(--qodef-underline-height)
}

.qodef-textual-list .qodef-e-title a:hover {
    background-size: 100% var(--qodef-underline-height);
    background-position: 0 var(--qodef-underline-position-y)
}

.qodef-textual-list .qodef-e-title a:focus {
    color: inherit
}

.qodef-textual-list .qodef-e-link:hover {
    color: currentColor
}

.qodef-thumbnail-slider.qodef-layout--standard .qodef-m-inner {
    display: flex
}

.qodef-thumbnail-slider.qodef-layout--standard .qodef-m-left {
    width: 50%
}

.qodef-thumbnail-slider.qodef-layout--standard .qodef-m-left .swiper-container {
    height: 100%
}

.qodef-thumbnail-slider.qodef-layout--standard .qodef-m-left .qodef-e-item img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.qodef-thumbnail-slider.qodef-layout--standard .qodef-m-right {
    width: 50%;
    overflow: hidden
}

.qodef-thumbnail-slider.qodef-layout--standard .qodef-m-right-inner {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: flex-end;
    padding-left: 111px;
    padding-top: 132px
}

.qodef-thumbnail-slider.qodef-layout--standard .qodef-intro-title {
    margin: 0 0 60px
}

.qodef-thumbnail-slider.qodef-layout--standard .qodef-m-thumbnails-holder {
    position: relative
}

.qodef-thumbnail-slider.qodef-layout--standard .qodef-m-thumbnails-holder:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(32,40,45,.17)
}

.qodef-thumbnail-slider.qodef-layout--standard .qodef-m-thumbnails .qodef-m-thumb-item {
    padding: 20px 35% 34px 82px;
    opacity: .37;
    transition: opacity .3s ease;
    cursor: pointer
}

.qodef-thumbnail-slider.qodef-layout--standard .qodef-m-thumbnails .qodef-m-thumb-item.swiper-slide-thumb-active {
    opacity: 1
}

.qodef-thumbnail-slider.qodef-layout--standard .qodef-m-thumb-image {
    margin: 0 0 10px
}

.qodef-thumbnail-slider.qodef-layout--standard .qodef-m-thumb-image svg {
    stroke: currentColor;
    fill: none;
    opacity: 0;
    overflow: visible
}

.qodef-thumbnail-slider.qodef-layout--standard .qodef-m-thumb-image.qodef--appeared svg {
    opacity: 1
}

.qodef-thumbnail-slider.qodef-layout--standard .qodef-m-title {
    margin: 0 0 6px;
    position: relative
}

.qodef-thumbnail-slider.qodef-layout--standard .qodef-m-title .qodef-title-number {
    font-size: 15px;
    position: absolute;
    left: -21px;
    top: 50%;
    transform: translate3d(-100%,-50%,0)
}

.qodef-thumbnail-slider.qodef-layout--standard .qodef-m-description {
    margin: 0
}

.qodef-thumbnail-slider.qodef-layout--standard .qodef-active-line {
    position: absolute;
    left: 0;
    width: 1px;
    transition: height .4s,top .6s cubic-bezier(.25,.1,.11,.99);
    background-color: #20282d
}

.qodef-vertical-timeline.qodef-layout--standard .qodef-m-timeline-item {
    display: flex
}

.qodef-vertical-timeline.qodef-layout--standard .qodef-m-timeline-item:last-of-type .qodef-m-line {
    display: none
}

.qodef-vertical-timeline.qodef-layout--standard .qodef-m-center,.qodef-vertical-timeline.qodef-layout--standard .qodef-m-left,.qodef-vertical-timeline.qodef-layout--standard .qodef-m-right {
    padding: 0 0 62px
}

.qodef-vertical-timeline.qodef-layout--standard .qodef-m-left {
    text-align: right;
    flex-shrink: 0;
    padding-right: 70px;
    padding-top: calc(8px + 1px);
    width: 20%
}

.qodef-vertical-timeline.qodef-layout--standard .qodef-m-center {
    position: relative;
    padding: 0 25px;
    margin-top: 8px
}

.qodef-vertical-timeline.qodef-layout--standard .qodef-m-center .qodef-m-dot {
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #19272b
}

.qodef-vertical-timeline.qodef-layout--standard .qodef-m-center .qodef-m-line {
    position: absolute;
    left: 50%;
    top: 0;
    width: 1px;
    height: calc(100% + 8px);
    background-color: #19272b
}

.qodef-vertical-timeline.qodef-layout--standard .qodef-m-left-title {
    margin: 0 0 2px
}

.qodef-vertical-timeline.qodef-layout--standard .qodef-m-left-subtitle {
    margin: 0
}

.qodef-vertical-timeline.qodef-layout--standard .qodef-m-right-title {
    margin: 0 0 14px
}

.qodef-vertical-timeline.qodef-layout--standard .qodef-m-right-text {
    margin: 0
}

.qodef-vertical-timeline.qodef-layout--standard .qodef-e-button-holder {
    margin-top: 14px;
    margin-left: calc(20% + 65px)
}

.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;
    font-size: 106px;
    line-height: 1
}

.qodef-video-button .qodef-m-play span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

.qodef-video-button .qodef-m-play span:before {
    background-color: rgba(255,255,255,.2);
    -webkit-backdrop-filter: blur(4px) brightness(100%);
    backdrop-filter: blur(4px) brightness(100%);
    content: '';
    width: 135px;
    height: 135px;
    border-radius: 50%;
    position: absolute;
    z-index: -1;
    transform: scale(1,1);
    transition: transform .6s cubic-bezier(.31,.49,.5,1.01)
}

.qodef-video-button .qodef-m-play:hover span:before {
    transform: scale(.9,.9)
}

#qodef-side-area {
    position: fixed;
    top: 0;
    right: -400px;
    width: 400px;
    height: 100%;
    min-height: 100%;
    padding: 105px 41px 35px;
    text-align: center;
    background-color: #000;
    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.qodef-background--blur {
    background-color: rgba(0,0,0,.5);
    -webkit-backdrop-filter: blur(4px) brightness(100%);
    backdrop-filter: blur(4px) brightness(100%)
}

#qodef-side-area-close {
    position: absolute;
    top: 45px;
    right: 32px;
    display: block;
    z-index: 1000;
    color: #fff
}

.admin-bar #qodef-side-area-close {
    top: 77px
}

#qodef-side-area-close.qodef-opener-icon.qodef-source--predefined .qodef-m-lines {
    width: 32px
}

.qodef-side-area-cover {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    overflow: hidden;
    z-index: 0;
    transition: opacity .2s ease-in-out,z-index .2s ease-in-out
}

.qodef-side-area--opened .qodef-side-area-cover {
    opacity: 1;
    z-index: 1002
}

.qodef-social-share {
    position: relative;
    display: inline-block;
    vertical-align: top
}

.qodef-social-share .qodef-social-title {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 5px 0 0;
    font-family: "Dm Sans",sans-serif;
    color: #20282d;
    font-size: 15px;
    line-height: 1.6em;
    font-weight: 500;
    font-weight: 400
}

.qodef-social-share ul {
    position: relative;
    display: inline-block;
    vertical-align: top;
    list-style: none;
    padding: 0;
    margin: 0
}

.qodef-social-share li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    line-height: 1;
    padding: 0;
    margin: 0
}

.qodef-social-share li a {
    font-size: 19px
}

.qodef-social-share li a svg {
    width: 1em;
    height: auto
}

.qodef-social-share li a:hover {
    color: #38464a
}

.qodef-social-share.qodef-layout--dropdown {
    position: relative;
    display: inline-block;
    vertical-align: bottom
}

.qodef-social-share.qodef-layout--dropdown .qodef-social-title {
    margin: 0;
    vertical-align: middle
}

.qodef-social-share.qodef-layout--dropdown .qodef-e-social-share-icon {
    width: 18px;
    height: auto;
    margin-left: 5px
}

.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;
    column-gap: 4px
}

.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown-opener .qodef-social-share-title {
    display: inline-block;
    vertical-align: top;
    margin-right: 5px
}

.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown {
    position: absolute;
    visibility: hidden;
    z-index: 950
}

.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown ul {
    position: relative;
    display: block;
    z-index: 990;
    margin: 0;
    padding: 0!important
}

.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown li {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    visibility: hidden;
    overflow: hidden;
    opacity: 0;
    transition: opacity .2s ease-out,visibility .2s ease-out
}

.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown li a {
    transition: color .2s ease-out,background-color .2s ease-out
}

.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown li>* {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: inherit;
    width: 100%;
    height: 100%
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown {
    bottom: 0;
    left: 0
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li {
    width: 90px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #223035
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:not(:first-child) {
    border-top: none
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li a {
    font-size: 20px;
    color: #263037;
    background-color: #fff
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(1) {
    bottom: -30px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(2) {
    bottom: -60px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(3) {
    bottom: -90px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(4) {
    bottom: -120px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(5) {
    bottom: -150px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(6) {
    bottom: -180px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(7) {
    bottom: -210px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown {
    top: 0;
    right: 0
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li {
    width: calc(90px / 3)
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(1) {
    left: 5px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(2) {
    left: 35px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(3) {
    left: 65px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(4) {
    left: 95px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(5) {
    left: 125px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(6) {
    left: 155px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(7) {
    left: 185px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown {
    top: 0;
    left: 0
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li {
    width: calc(90px / 3)
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(1) {
    right: 5px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(2) {
    right: 35px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(3) {
    right: 65px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(4) {
    right: 95px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(5) {
    right: 125px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(6) {
    right: 155px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(7) {
    right: 185px
}

.qodef-social-share.qodef-layout--list li {
    margin-right: 14px
}

.qodef-social-share.qodef-layout--list li:last-child {
    margin-right: 0
}

.qodef-social-share.qodef-layout--text li {
    margin-right: 15px
}

.qodef-social-share.qodef-layout--text li:last-child {
    margin-right: 0
}

.widget .qodef-social-share.qodef-layout--list .qodef-social-title {
    display: block;
    margin-bottom: 21px
}

.widget .qodef-social-share.qodef-layout--text .qodef-social-title {
    display: block;
    margin-bottom: 21px
}

#qodef-page-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--text .qodef-social-title {
    color: #ccc
}

#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--text .qodef-social-title {
    color: #ccc
}

#qodef-page-spinner {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 99999
}

#qodef-page-spinner .qodef-m-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #fff;
    background-color: #28363f
}

#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 .qodef-m-inner {
    position: absolute;
    height: 100vH;
    width: 100vW;
    top: 0;
    left: 0
}

@media only screen and (max-width: 1024px) {
    #qodef-page-spinner.qodef-layout--predefined .qodef-m-inner {
        height:100dvh
    }
}

#qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    transition: opacity .5s
}

#qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner-background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover
}

#qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner-image {
    z-index: 2;
    width: 100vW;
    height: auto;
    align-self: flex-end;
    opacity: 0
}

#qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner-image img {
    position: relative;
    width: 100%;
    max-width: unset
}

#qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner-svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

#qodef-page-spinner.qodef-layout--predefined svg {
    width: 10px;
    height: 10px;
    fill: currentColor;
    opacity: 0;
    overflow: visible
}

#qodef-page-spinner.qodef-layout--predefined svg path {
    opacity: var(--qode-opacity)
}

#qodef-page-spinner.qodef-layout--predefined.qodef--init svg {
    animation: qode-fade-in .1s .1s forwards
}

#qodef-page-spinner.qodef-layout--predefined.qodef--init .qodef-m-spinner-image {
    animation: qode-spinner-image 1s .1s both
}

#qodef-page-spinner.qodef-layout--predefined.qodef--init .qodef-m-spinner {
    opacity: 1
}

#qodef-page-spinner.qodef-layout--predefined.qodef--init .qodef-m-spinner-background-image {
    animation: qodef-scale-infinite 10s infinite alternate linear
}

#qodef-page-spinner.qodef-layout--predefined.qodef--finished {
    display: none;
    pointer-events: none
}

#qodef-page-spinner.qodef-layout--predefined.qodef--finished .qodef-m-spinner-background-image {
    animation: none
}

#qodef-page-spinner.qodef-layout--predefined.qodef--animation-out-started {
    z-index: 0
}

#qodef-page-spinner.qodef-layout--predefined~#qodef-page-wrapper {
    transform: translateY(110vH)
}

#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: "Dm Sans",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 44px
}

.qodef-page-title .qodef-breadcrumbs a,.qodef-page-title .qodef-breadcrumbs span {
    color: #fff
}

.qodef-page-title .qodef-breadcrumbs a {
    --qodef-underline-position-y: calc(100% - 1px);
    --qodef-underline-height: 1px;
    background-repeat: no-repeat;
    background-image: linear-gradient(90deg,currentColor 0,currentColor 100%);
    transition: background-size .4s cubic-bezier(.51,.5,.07,.99),color .27s ease-out;
    background-position: 100% var(--qodef-underline-position-y);
    background-size: 0 var(--qodef-underline-height)
}

.qodef-page-title .qodef-breadcrumbs a:hover {
    background-size: 100% var(--qodef-underline-height);
    background-position: 0 var(--qodef-underline-position-y)
}

.qodef-page-title .qodef-breadcrumbs .qodef-breadcrumbs-separator {
    margin: 0 8px 0 5px
}

.qodef-page-title .qodef-breadcrumbs .qodef-breadcrumbs-separator:after {
    content: '/'
}

.qodef-page-title.qodef-title--standard-with-breadcrumbs .qodef-breadcrumbs {
    margin-top: 5px
}

.qodef-page-title.qodef-title--standard .qodef-m-subtitle {
    margin: 4px 0 0
}

.widget.qodef-author-info .qodef-author-info-image {
    margin-bottom: 21px;
    display: inline-block
}

.widget.qodef-author-info .qodef-author-info-name {
    margin: 0 0 21px
}

.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-icons-group .qodef-icon-holder {
    margin-right: 9px
}

.qodef-social-icons-group .qodef-icon-holder a span {
    transition: color .27s ease-out
}

#qodef-page-footer-bottom-area .qodef-social-icons-group .qodef-icon-holder a,#qodef-side-area .qodef-social-icons-group .qodef-icon-holder a {
    color: #85979b
}

#qodef-page-footer-bottom-area .qodef-social-icons-group .qodef-icon-holder a:hover,#qodef-side-area .qodef-social-icons-group .qodef-icon-holder a:hover {
    color: #69797d
}

.qodef-social-icons-group .qodef-icon-holder:last-child {
    margin-right: 0
}

.qodef-social-icons-group .qodef-icon-holder.qodef--textual {
    font-size: 15px;
    line-height: 1.6em;
    font-weight: 400;
    font-family: "Dm Sans",sans-serif;
    display: inline-flex;
    vertical-align: middle;
    flex-wrap: wrap;
    color: #20282d
}

.qodef-social-icons-group .qodef-icon-holder.qodef--textual a {
    color: inherit
}

.widget.widget_leroux_core_social_icons_group .qodef-icon-holder.qodef-layout--circle,.widget.widget_leroux_core_social_icons_group .qodef-icon-holder.qodef-layout--square {
    background-color: #fafafa
}

.widget.widget_leroux_core_social_icons_group .qodef-icon-holder.qodef-layout--circle:hover,.widget.widget_leroux_core_social_icons_group .qodef-icon-holder.qodef-layout--square:hover {
    color: #20282d
}

.widget.widget_leroux_core_social_icons_group .qodef-icon-holder.qodef-layout--circle:hover a,.widget.widget_leroux_core_social_icons_group .qodef-icon-holder.qodef-layout--square:hover a {
    color: #fff
}

.widget_leroux_core_sticky_sidebar {
    position: relative;
    width: 100%;
    height: 0;
    margin: 0!important;
    padding: 0!important;
    border: none!important;
    background: 0 0!important
}

.widget_leroux_core_svg_icon {
    display: inline-block;
    vertical-align: top;
    margin: 0!important
}

.widget_leroux_core_svg_icon .qodef-m-holder {
    display: flex;
    align-items: center
}

.widget_leroux_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_leroux_core_svg_icon .qodef-svg-icon-widget a {
    display: inline-block;
    width: 100%;
    height: 100%
}

.widget_leroux_core_svg_icon .qodef-svg-icon-widget a:hover svg,.widget_leroux_core_svg_icon .qodef-svg-icon-widget:hover svg {
    fill: var(--fill-hover-color);
    stroke: var(--stroke-hover-color)
}

.widget_leroux_core_svg_icon .qodef-svg-icon-widget a:hover .qodef-m-text,.widget_leroux_core_svg_icon .qodef-svg-icon-widget:hover .qodef-m-text {
    color: var(--text-hover-color)
}

.widget_leroux_core_svg_icon .qodef-svg-icon-widget:hover .qodef-m-icon {
    background-color: var(--background-hover-color)
}

.widget_leroux_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_leroux_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_leroux_core_svg_icon .qodef-m-text {
    font-size: 13px
}

.qodef-weather-widget .qodef-m-inner {
    display: flex;
    align-items: center
}

.qodef-weather-widget .qodef-m-weather {
    margin-right: 20px;
    flex-shrink: 0
}

.qodef-weather-widget .qodef-m-weather-icon {
    font-size: 50px;
    line-height: 1;
    margin-bottom: 15px
}

.qodef-weather-widget .qodef-m-weather-icon:before {
    content: ''
}

.qodef-weather-widget .qodef-m-weather-icon.qodef--haze:before,.qodef-weather-widget .qodef-m-weather-icon.qodef--mist:before {
    content: "\f75f"
}

.qodef-weather-widget .qodef-m-weather-icon.qodef--light-snow:before,.qodef-weather-widget .qodef-m-weather-icon.qodef--snow:before {
    content: "\f2dc"
}

.qodef-weather-widget .qodef-m-weather-icon.qodef--thunderstorm:before {
    content: "\f0e7"
}

.qodef-weather-widget .qodef-m-weather-icon.qodef--drizzle:before,.qodef-weather-widget .qodef-m-weather-icon.qodef--light-intensity-drizzle:before,.qodef-weather-widget .qodef-m-weather-icon.qodef--light-intensity-shower-rain:before,.qodef-weather-widget .qodef-m-weather-icon.qodef--light-rain-and-snow:before,.qodef-weather-widget .qodef-m-weather-icon.qodef--light-rain:before,.qodef-weather-widget .qodef-m-weather-icon.qodef--moderate-rain:before,.qodef-weather-widget .qodef-m-weather-icon.qodef--rain:before {
    content: "\f73d"
}

.qodef-weather-widget .qodef-m-weather-icon.qodef--heavy-intensity-rain:before,.qodef-weather-widget .qodef-m-weather-icon.qodef--shower-rain:before {
    content: "\f740"
}

.qodef-weather-widget .qodef-m-weather-icon.qodef--broken-clouds:before,.qodef-weather-widget .qodef-m-weather-icon.qodef--overcast-clouds:before {
    content: "\f0c2"
}

.qodef-weather-widget .qodef-m-weather-icon.qodef--clouds:before,.qodef-weather-widget .qodef-m-weather-icon.qodef--few-clouds:before,.qodef-weather-widget .qodef-m-weather-icon.qodef--scattered-clouds:before {
    content: "\f6c4"
}

.qodef-weather-widget .qodef-m-weather-icon.qodef--clear-sky:before,.qodef-weather-widget .qodef-m-weather-icon.qodef--clear:before,.qodef-weather-widget .qodef-m-weather-icon.qodef--sky-is-clear:before,.qodef-weather-widget .qodef-m-weather-icon.qodef--sun:before {
    content: "\f185"
}

.qodef-weather-widget .qodef-m-temperature {
    font-size: 25px
}

.qodef-weather-widget .qodef-m-temperature.qodef--high-low .qodef-e-temperature-low:after {
    content: '-'
}

.qodef-weather-widget .qodef-m-weather-info p {
    margin: 0
}

.qodef-weather-widget .qodef-e-heading {
    margin-bottom: 15px
}

.qodef-weather-widget .qodef-e-heading>* {
    margin: 0
}

.qodef-weather-widget .qodef-e-heading-description {
    margin-top: 10px
}

.qodef-weather-widget .qodef-m-other-days {
    display: flex;
    justify-content: space-between;
    margin-top: 25px
}

.qodef-weather-widget .qodef-m-other-days .qodef-m-inner {
    flex-direction: column
}

.qodef-weather-widget.qodef-layout--simple .qodef-m-city {
    padding: 0 10px
}

.qodef-weather-widget .qodef-m-weather-icon {
    color: var(--qode-main-color)
}

.qodef-weather-widget .qodef-e-heading-description {
    color: var(--qode-main-color)
}

#qodef-page-footer .qodef-weather-widget .qodef-m-weather-icon {
    color: #fff
}

#qodef-page-footer .qodef-weather-widget .qodef-e-heading-city {
    color: #fff
}

@media only screen and (max-width: 1440px) {
    .qodef-background-text .qodef-m-background-text {
        font-size:135px
    }
}

@media only screen and (max-width: 680px) {
    .qodef-background-text .qodef-m-background-text {
        display:none!important
    }
}

@media only screen and (max-width: 768px) {
    #qodef-author-info .qodef-m-inner {
        padding:30px
    }
}

@media only screen and (max-width: 680px) {
    #qodef-author-info .qodef-m-inner {
        flex-wrap:wrap
    }

    #qodef-author-info .qodef-m-content {
        margin-top: 23px
    }
}

#qodef-related-posts .qodef-grid>.qodef-grid-inner {
    row-gap: 60px
}

@media only screen and (max-width: 1024px) {
    #qodef-content-bottom #qodef-content-bottom-inner.qodef-content-full-width {
        padding-left:7%;
        padding-right: 7%
    }
}

@media only screen and (max-width: 1024px) {
    #qodef-content-bottom #qodef-content-bottom-inner .qodef-grid-inner {
        flex-direction:column;
        gap: 18px
    }

    #qodef-content-bottom #qodef-content-bottom-inner .qodef-grid-inner .qodef-grid-item {
        display: flex
    }

    #qodef-content-bottom #qodef-content-bottom-inner .qodef-grid-inner .qodef-grid-item * {
        display: flex;
        align-items: center;
        margin-bottom: 0!important
    }
}

@media only screen and (max-width: 680px) {
    #qodef-content-bottom #qodef-content-bottom-inner .qodef-grid-inner {
        display:block
    }

    #qodef-content-bottom #qodef-content-bottom-inner .qodef-grid-inner .qodef-grid-item {
        display: block
    }

    #qodef-content-bottom #qodef-content-bottom-inner .qodef-grid-inner .qodef-grid-item:first-child {
        margin-bottom: 48px
    }

    #qodef-content-bottom #qodef-content-bottom-inner .qodef-grid-inner .qodef-grid-item ul,#qodef-content-bottom #qodef-content-bottom-inner .qodef-grid-inner .qodef-grid-item ul * {
        display: block;
        margin-bottom: 0!important
    }

    #qodef-content-bottom #qodef-content-bottom-inner .qodef-grid-inner .qodef-grid-item>.widget {
        margin: 0
    }

    #qodef-content-bottom #qodef-content-bottom-inner .qodef-grid-inner .qodef-grid-item>.widget ul li {
        margin: 15px 0
    }

    #qodef-content-bottom #qodef-content-bottom-inner .qodef-grid-inner .qodef-grid-item .widget.widget_leroux_core_icon_list_item:not(:last-child) {
        margin-bottom: 15px!important
    }
}

@media only screen and (max-width: 1440px) {
    #qodef-content-side #qodef-content-side-inner {
        justify-content:center;
        padding: 71px 0 75px 56px
    }

    #qodef-content-side #qodef-content-side-widget-area-two {
        bottom: 53px
    }
}

@media only screen and (max-width: 1024px) {
    #qodef-content-side {
        display:none
    }
}

@media only screen and (max-width: 1024px) {
    body:not(.qodef-content-behind-header) #qodef-page-outer {
        margin-top:0!important
    }
}

@media only screen and (max-width: 1024px) {
    .qodef-header--vertical-sliding #qodef-page-header-inner {
        display:none
    }

    .qodef-header--vertical-sliding #qodef-page-outer,.qodef-header--vertical-sliding footer {
        padding-left: 0
    }
}

@media only screen and (max-width: 1024px) {
    #qodef-top-area {
        display:none
    }
}

@media (max-width: 1440px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns .ctf-tweets {
        --qode-columns:5
    }
}

@media (max-width: 1366px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns .ctf-tweets {
        --qode-columns:4
    }

    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns .ctf-tweets {
        --qode-columns: 4
    }

    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns .ctf-tweets {
        --qode-columns: 4
    }

    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns .ctf-tweets {
        --qode-columns: 4
    }
}

@media (max-width: 1024px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns .ctf-tweets {
        --qode-columns:3
    }

    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns .ctf-tweets {
        --qode-columns: 3
    }

    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns .ctf-tweets {
        --qode-columns: 3
    }

    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns .ctf-tweets {
        --qode-columns: 3
    }

    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns .ctf-tweets {
        --qode-columns: 3
    }
}

@media (max-width: 768px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns .ctf-tweets {
        --qode-columns:2
    }

    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns .ctf-tweets {
        --qode-columns: 2
    }

    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns .ctf-tweets {
        --qode-columns: 2
    }

    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns .ctf-tweets {
        --qode-columns: 2
    }

    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns .ctf-tweets {
        --qode-columns: 2
    }

    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns .ctf-tweets {
        --qode-columns: 2
    }
}

@media (max-width: 680px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--2.qodef-layout--columns .ctf-tweets {
        --qode-columns:1
    }

    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns .ctf-tweets {
        --qode-columns: 1
    }

    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns .ctf-tweets {
        --qode-columns: 1
    }

    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns .ctf-tweets {
        --qode-columns: 1
    }

    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns .ctf-tweets {
        --qode-columns: 1
    }

    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns .ctf-tweets {
        --qode-columns: 1
    }

    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns .ctf-tweets {
        --qode-columns: 1
    }
}

@media (max-width: 1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns .ctf-tweets {
        --qode-columns:1
    }
}

@media (max-width: 1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns .ctf-tweets {
        --qode-columns:2
    }
}

@media (max-width: 1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns .ctf-tweets {
        --qode-columns:3
    }
}

@media (max-width: 1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns .ctf-tweets {
        --qode-columns:4
    }
}

@media (max-width: 1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns .ctf-tweets {
        --qode-columns:5
    }
}

@media (max-width: 1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns .ctf-tweets {
        --qode-columns:6
    }
}

@media (max-width: 1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns .ctf-tweets {
        --qode-columns:7
    }
}

@media (max-width: 1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns .ctf-tweets {
        --qode-columns:8
    }
}

@media (max-width: 1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns .ctf-tweets {
        --qode-columns:1
    }
}

@media (max-width: 1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns .ctf-tweets {
        --qode-columns:2
    }
}

@media (max-width: 1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns .ctf-tweets {
        --qode-columns:3
    }
}

@media (max-width: 1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns .ctf-tweets {
        --qode-columns:4
    }
}

@media (max-width: 1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns .ctf-tweets {
        --qode-columns:5
    }
}

@media (max-width: 1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns .ctf-tweets {
        --qode-columns:6
    }
}

@media (max-width: 1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns .ctf-tweets {
        --qode-columns:7
    }
}

@media (max-width: 1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns .ctf-tweets {
        --qode-columns:8
    }
}

@media (max-width: 1440px) and (min-width:1367px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--1.qodef-layout--columns .ctf-tweets {
        --qode-columns:1
    }
}

@media (max-width: 1440px) and (min-width:1367px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--columns .ctf-tweets {
        --qode-columns:2
    }
}

@media (max-width: 1440px) and (min-width:1367px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--columns .ctf-tweets {
        --qode-columns:3
    }
}

@media (max-width: 1440px) and (min-width:1367px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--columns .ctf-tweets {
        --qode-columns:4
    }
}

@media (max-width: 1440px) and (min-width:1367px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--columns .ctf-tweets {
        --qode-columns:5
    }
}

@media (max-width: 1440px) and (min-width:1367px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns .ctf-tweets {
        --qode-columns:6
    }
}

@media (max-width: 1440px) and (min-width:1367px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns .ctf-tweets {
        --qode-columns:7
    }
}

@media (max-width: 1440px) and (min-width:1367px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns .ctf-tweets {
        --qode-columns:8
    }
}

@media (max-width: 1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns .ctf-tweets {
        --qode-columns:1
    }
}

@media (max-width: 1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns .ctf-tweets {
        --qode-columns:2
    }
}

@media (max-width: 1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns .ctf-tweets {
        --qode-columns:3
    }
}

@media (max-width: 1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns .ctf-tweets {
        --qode-columns:4
    }
}

@media (max-width: 1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns .ctf-tweets {
        --qode-columns:5
    }
}

@media (max-width: 1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns .ctf-tweets {
        --qode-columns:6
    }
}

@media (max-width: 1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns .ctf-tweets {
        --qode-columns:7
    }
}

@media (max-width: 1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns .ctf-tweets {
        --qode-columns:8
    }
}

@media (max-width: 1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--1.qodef-layout--columns .ctf-tweets {
        --qode-columns:1
    }
}

@media (max-width: 1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--columns .ctf-tweets {
        --qode-columns:2
    }
}

@media (max-width: 1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--columns .ctf-tweets {
        --qode-columns:3
    }
}

@media (max-width: 1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--columns .ctf-tweets {
        --qode-columns:4
    }
}

@media (max-width: 1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--columns .ctf-tweets {
        --qode-columns:5
    }
}

@media (max-width: 1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--columns .ctf-tweets {
        --qode-columns:6
    }
}

@media (max-width: 1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns .ctf-tweets {
        --qode-columns:7
    }
}

@media (max-width: 1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns .ctf-tweets {
        --qode-columns:8
    }
}

@media (max-width: 768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--1.qodef-layout--columns .ctf-tweets {
        --qode-columns:1
    }
}

@media (max-width: 768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--columns .ctf-tweets {
        --qode-columns:2
    }
}

@media (max-width: 768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--columns .ctf-tweets {
        --qode-columns:3
    }
}

@media (max-width: 768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--columns .ctf-tweets {
        --qode-columns:4
    }
}

@media (max-width: 768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--columns .ctf-tweets {
        --qode-columns:5
    }
}

@media (max-width: 768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--columns .ctf-tweets {
        --qode-columns:6
    }
}

@media (max-width: 768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns .ctf-tweets {
        --qode-columns:7
    }
}

@media (max-width: 768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns .ctf-tweets {
        --qode-columns:8
    }
}

@media (max-width: 680px) and (min-width:481px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--1.qodef-layout--columns .ctf-tweets {
        --qode-columns:1
    }
}

@media (max-width: 680px) and (min-width:481px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--columns .ctf-tweets {
        --qode-columns:2
    }
}

@media (max-width: 680px) and (min-width:481px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--columns .ctf-tweets {
        --qode-columns:3
    }
}

@media (max-width: 680px) and (min-width:481px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--columns .ctf-tweets {
        --qode-columns:4
    }
}

@media (max-width: 680px) and (min-width:481px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--columns .ctf-tweets {
        --qode-columns:5
    }
}

@media (max-width: 680px) and (min-width:481px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--columns .ctf-tweets {
        --qode-columns:6
    }
}

@media (max-width: 680px) and (min-width:481px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns .ctf-tweets {
        --qode-columns:7
    }
}

@media (max-width: 680px) and (min-width:481px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns .ctf-tweets {
        --qode-columns:8
    }
}

@media (max-width: 480px) and (min-width:0) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--1.qodef-layout--columns .ctf-tweets {
        --qode-columns:1
    }
}

@media (max-width: 480px) and (min-width:0) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--columns .ctf-tweets {
        --qode-columns:2
    }
}

@media (max-width: 480px) and (min-width:0) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--columns .ctf-tweets {
        --qode-columns:3
    }
}

@media (max-width: 480px) and (min-width:0) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--columns .ctf-tweets {
        --qode-columns:4
    }
}

@media (max-width: 480px) and (min-width:0) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--columns .ctf-tweets {
        --qode-columns:5
    }
}

@media (max-width: 480px) and (min-width:0) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--columns .ctf-tweets {
        --qode-columns:6
    }
}

@media (max-width: 480px) and (min-width:0) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--columns .ctf-tweets {
        --qode-columns:7
    }
}

@media (max-width: 480px) and (min-width:0) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--columns .ctf-tweets {
        --qode-columns:8
    }
}

@media only screen and (max-width: 1440px) {
    .qodef-twitter-list.qodef-vertical-gutter--huge .ctf-tweets {
        --qode-columns-row-gap:60px
    }

    .qodef-twitter-list.qodef-gutter--huge .ctf-tweets {
        --qode-columns-col-gap: 60px
    }
}

@media only screen and (max-width: 680px) {
    #yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-inner {
        flex-wrap:wrap
    }
}

@media only screen and (max-width: 680px) {
    #yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-image {
        max-height:30vh
    }
}

@media only screen and (max-width: 680px) {
    #yith-quick-view-modal #yith-quick-view-content.single-product .woocommerce-product-details__short-description {
        display:none
    }
}

@media only screen and (max-width: 1024px) {
    .qodef-portfolio-single .qodef-variations--small .qodef-media {
        margin:0 0 20px
    }

    .qodef-portfolio-single .qodef-variations--small+#qodef-single-portfolio-navigation {
        margin-top: 113px
    }

    .qodef-portfolio-single .qodef-variations--big .qodef-portfolio-info {
        margin-top: 50px
    }
}

@media only screen and (max-width: 1024px) {
    .qodef-testimonials-list.qodef-item-layout--info-below .qodef-testimonials-list-nav {
        bottom:42px
    }

    .qodef-testimonials-list.qodef-item-layout--info-below .qodef-e-inner {
        padding: 40px 0 0
    }

    .qodef-testimonials-list.qodef-item-layout--info-below .qodef-e-inner:before {
        left: -10px
    }

    .qodef-testimonials-list.qodef-item-layout--info-below .qodef-e-inner .qodef-e-content {
        padding-top: 120px
    }
}

@media only screen and (max-width: 768px) {
    .qodef-testimonials-list.qodef-item-layout--info-below .qodef-e-inner .qodef-e-content .qodef-e-text {
        padding-right:0
    }
}

@media only screen and (max-width: 1024px) {
    .qodef-testimonials-list.swiper-container-horizontal.qodef-swiper--show-pagination .swiper-button-next,.qodef-testimonials-list.swiper-container-horizontal.qodef-swiper--show-pagination .swiper-button-prev {
        transform:translateY(calc(-50% + 10px))
    }
}

@media only screen and (max-width: 680px) {
    .qodef-testimonials-list-nav {
        display:none
    }
}

@media only screen and (max-width: 680px) {
    .qodef-testimonials-list.qodef-item-layout--info-beside .qodef-e-inner {
        flex-direction:column;
        padding: 40px 20px
    }
}

@media only screen and (max-width: 480px) {
    .qodef-testimonials-list.qodef-item-layout--simple .qodef-e-inner {
        padding:80px 0 0
    }

    .qodef-testimonials-list.qodef-item-layout--simple .qodef-e-inner:before {
        left: -7px
    }

    .qodef-testimonials-list.qodef-item-layout--simple .qodef-e-text {
        padding: 0
    }
}

@media only screen and (max-width: 1024px) {
    .qodef-banner.qodef-title-break--disabled .qodef-m-title br {
        display:none
    }
}

@media only screen and (max-width: 680px) {
    .qodef-call-to-action.qodef-layout--standard .qodef-m-inner {
        display:block
    }

    .qodef-call-to-action.qodef-layout--standard .qodef-m-button {
        margin-top: 20px
    }
}

@media only screen and (max-width: 768px) {
    .qodef-countdown.qodef-show--6 .qodef-digit-wrapper {
        width:33.33333333333333%
    }
}

@media only screen and (max-width: 480px) {
    .qodef-countdown.qodef-show--4 .qodef-digit-wrapper,.qodef-countdown.qodef-show--5 .qodef-digit-wrapper {
        width:33.33333333333333%
    }

    .qodef-countdown .qodef-m-date {
        justify-content: flex-start;
        row-gap: 20px
    }
}

@media only screen and (max-width: 1024px) {
    .qodef-highlight.qodef-title-break--disabled .qodef-m-title br {
        display:none
    }
}

@media only screen and (min-width: 1921px) {
    .qodef-horizontal-accordion-showcase.qodef--min-height {
        min-height:1300px
    }

    .qodef-horizontal-accordion-showcase .qodef-m-content .qodef-m-description {
        max-width: 550px
    }
}

@media only screen and (max-width: 1680px) {
    .qodef-horizontal-accordion-showcase .qodef-m-header {
        right:-150px;
        width: 150px
    }

    .qodef-horizontal-accordion-showcase .qodef-m-header .qodef-m-title {
        right: 10px
    }

    .qodef-horizontal-accordion-showcase .qodef-m-header .qodef-m-title:before {
        right: 6px;
        font-size: 120px
    }

    .qodef-horizontal-accordion-showcase .qodef-m-content-left {
        padding: 15px 5% 122px 5%
    }

    .qodef-horizontal-accordion-showcase .qodef-m-content-right {
        height: 100%;
        justify-content: flex-end
    }

    .qodef-horizontal-accordion-showcase .qodef-m-content-right .qodef-m-image {
        height: 100%;
        padding-top: 84px
    }

    .qodef-horizontal-accordion-showcase .qodef-m-content-right .qodef-m-image img {
        height: 100%;
        width: 100%;
        object-fit: cover
    }
}

@media only screen and (max-width: 1440px) {
    .qodef-horizontal-accordion-showcase.qodef--min-height {
        min-height:600px
    }

    .qodef-horizontal-accordion-showcase:not(.qodef--min-height) {
        min-height: 100vh
    }

    .admin-bar .qodef-horizontal-accordion-showcase:not(.qodef--min-height) {
        min-height: calc(100vh - 32px)
    }
}

@media only screen and (max-width: 1024px) {
    .qodef-horizontal-accordion-showcase {
        display:none
    }

    .qodef-horizontal-accordion-showcase.qodef--full-height {
        height: auto
    }
}

@media only screen and (max-width: 1024px) {
    .qodef-horizontal-accordion-showcase-responsive {
        display:block
    }
}

@media only screen and (max-width: 1024px) {
    .qodef-horizontal-showcase {
        height:auto!important;
        opacity: 1;
        visibility: visible
    }

    .qodef-horizontal-showcase.qodef--init .qodef-slides-holder .qodef-horizontal-slide.qodef--appear .qodef-slide-image,.qodef-horizontal-showcase.qodef--init .qodef-slides-holder .qodef-horizontal-slide.qodef--appear .qodef-slide-images-content {
        opacity: 1
    }

    .qodef-horizontal-showcase .qodef-slides-holder {
        flex-direction: column
    }

    .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 {
        flex-direction: column
    }

    .qodef-horizontal-showcase .qodef-horizontal-slide .qodef-e-item-intro-image {
        width: 100%;
        height: 600px
    }

    .qodef-horizontal-showcase .qodef-horizontal-slide .qodef-e-item-intro-image img {
        width: 100%;
        margin: 0;
        object-position: 50% 25%
    }

    .qodef-horizontal-showcase .qodef-horizontal-slide.qodef-last-item .qodef-e-item-intro-image {
        width: 100%
    }

    .qodef-horizontal-showcase .qodef-e-action {
        display: none
    }
}

.qodef-icon-with-text {
    position: relative
}

@media only screen and (max-width: 1024px) {
    .qodef-icon-with-text.qodef-borders--yes.qodef-hide-borders--1024 .qodef-m-wrapper {
        border:none
    }
}

@media only screen and (max-width: 768px) {
    .qodef-icon-with-text.qodef-borders--yes.qodef-hide-borders--768 .qodef-m-wrapper {
        border:none
    }
}

@media only screen and (max-width: 680px) {
    .qodef-icon-with-text.qodef-borders--yes.qodef-hide-borders--680 .qodef-m-wrapper {
        border:none
    }
}

@media only screen and (max-width: 1440px) {
    .qodef-image-hotspots .qodef-m-image {
        display:flex;
        justify-content: center
    }

    .qodef-image-hotspots .qodef-m-image img {
        max-width: 75%
    }
}

@media only screen and (max-width: 1024px) {
    .qodef-image-hotspots .qodef-e-holder-inner {
        display:flex;
        flex-direction: column
    }

    .qodef-image-hotspots .qodef-m-items {
        position: static;
        display: flex;
        flex-wrap: wrap;
        gap: 30px;
        margin-top: 40px
    }

    .qodef-image-hotspots .qodef-e-item {
        position: static;
        width: calc(50% - 15px)
    }

    .qodef-image-hotspots .qodef-e-item .qodef-e-pin {
        display: none
    }

    .qodef-image-hotspots .qodef-e-item .qodef-e-info-hotspot {
        position: static!important;
        padding: 0!important;
        text-align: left!important;
        transform: none
    }

    .qodef-image-hotspots .qodef-e-item .qodef-e-info-hotspot:after {
        display: none
    }

    .qodef-image-hotspots .qodef-e-item.qodef-item-position--right .qodef-e-info-hotspot .qodef-e-inner {
        padding: 0
    }
}

@media only screen and (max-width: 680px) {
    .qodef-image-hotspots .qodef-m-items {
        flex-direction:column
    }

    .qodef-image-hotspots .qodef-e-item {
        width: 100%
    }
}

@media only screen and (max-width: 680px) {
    .qodef-image-marquee .qodef-m-content.qodef--desktop {
        display:none
    }

    .qodef-image-marquee .qodef-m-content.qodef--mobile {
        display: block
    }
}

@media only screen and (max-width: 1024px) {
    .qodef-interactive-banners {
        height:auto
    }

    .qodef-interactive-banners.qodef-ib-full-height {
        height: auto
    }

    .qodef-interactive-banners.qodef-ib-fixed-height {
        height: auto!important
    }

    .qodef-interactive-banners .qodef-ib-images-holder {
        display: none
    }

    .qodef-interactive-banners .qodef-ib-grid {
        display: none
    }

    .qodef-interactive-banners .qodef-ib-content-holder {
        display: block;
        position: relative;
        height: auto
    }

    .qodef-interactive-banners .qodef-ib-content-holder .qodef-ib-image-holder-responsive {
        display: block;
        height: 80vh
    }

    .qodef-interactive-banners .qodef-ib-content-holder .qodef-ib-image-holder-responsive:after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background-color: rgba(0,0,0,.3)
    }

    .qodef-interactive-banners .qodef-ib-content-holder .qodef-ib-item {
        display: block;
        width: 100%;
        height: 80vh;
        padding: 0
    }

    .qodef-interactive-banners .qodef-ib-content-holder .qodef-ib-item .qodef-ib-item-tag {
        display: none
    }

    .qodef-interactive-banners .qodef-ib-content-holder .qodef-ib-item .qodef-ib-item-inner {
        position: absolute;
        left: 7%;
        right: 7%;
        bottom: 11%;
        height: auto;
        max-width: calc(min(70%,425px))
    }

    .qodef-interactive-banners .qodef-ib-content-holder .qodef-ib-item .qodef-ib-item-inner .qodef-ib-item-btn-holder,.qodef-interactive-banners .qodef-ib-content-holder .qodef-ib-item .qodef-ib-item-inner .qodef-ib-item-subtitle,.qodef-interactive-banners .qodef-ib-content-holder .qodef-ib-item .qodef-ib-item-inner .qodef-ib-item-title {
        opacity: 1!important;
        transform: translateY(0)!important
    }
}

@media only screen and (max-width: 768px) {
    .qodef-interactive-banners .qodef-ib-content-holder .qodef-ib-item .qodef-ib-item-inner {
        bottom:6.2%
    }
}

@media only screen and (max-width: 480px) {
    .qodef-interactive-banners .qodef-ib-content-holder .qodef-ib-item .qodef-ib-item-inner {
        bottom:5%;
        max-width: initial;
        width: auto
    }
}

@media only screen and (max-width: 360px) {
    .qodef-interactive-banners .qodef-ib-content-holder .qodef-ib-item .qodef-ib-item-inner {
        left:30px
    }

    .qodef-interactive-banners .qodef-ib-content-holder .qodef-ib-item .qodef-ib-number-holder {
        left: -15%
    }
}

@media only screen and (max-width: 320px) {
    .qodef-interactive-banners .qodef-ib-content-holder .qodef-ib-item .qodef-ib-item-inner {
        left:20px
    }

    .qodef-interactive-banners .qodef-ib-content-holder .qodef-ib-item .qodef-ib-item-inner .qodef-ib-item-title {
        margin: 0 0 20px
    }

    .qodef-interactive-banners .qodef-ib-content-holder .qodef-ib-item .qodef-ib-item-inner .qodef-ib-item-title h2 {
        font-size: 28px
    }

    .qodef-interactive-banners .qodef-ib-content-holder .qodef-ib-item .qodef-ib-number-holder {
        left: -17%
    }

    .qodef-ib-number-holder .qodef-ib-number {
        font-size: 50vw
    }
}

@media only screen and (max-width: 680px) {
    .qodef-pricing-table .qodef-m-inner {
        padding:33px 25px 51px
    }
}

@media only screen and (max-width: 1024px) {
    .qodef-section-title.qodef-title-break--disabled .qodef-m-title br {
        display:none
    }
}

@media only screen and (max-width: 480px) {
    .qodef-simple-slider.qodef-layout--info-on-image .qodef-e-content {
        left:6%;
        bottom: 7%
    }
}

@media only screen and (max-width: 1024px) {
    .qodef-tabbed-info .ui-tabs-nav {
        align-items:flex-start;
        flex-direction: column;
        margin: 0 0 30px 0
    }

    .qodef-tabbed-info .ui-tabs-tab {
        margin: 0 0 20px 0;
        padding: 0 0 7px 0;
        width: auto
    }
}

@media only screen and (max-width: 1024px) {
    .qodef-tabbed-info.qodef-layout--standard .qodef-m-content-inner {
        padding:0;
        flex-direction: column
    }

    .qodef-tabbed-info.qodef-layout--standard .qodef-m-content-inner .qodef-m-content-left {
        padding: 0 0 40px;
        width: 100%
    }

    .qodef-tabbed-info.qodef-layout--standard .qodef-m-content-inner .qodef-m-content-right {
        padding: 0;
        width: 100%
    }
}

@media only screen and (max-width: 480px) {
    .qodef-tabbed-info.qodef-layout--standard .qodef-m-tagline {
        font-size:75px
    }
}

@media only screen and (max-width: 680px) {
    .qodef-tabs.qodef-layout--simple.qodef-orientation--vertical {
        display:block
    }

    .qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation {
        padding-right: 0;
        margin-right: 0;
        border-right: 0
    }

    .qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-content {
        margin-top: 26px
    }

    .qodef-tabs.qodef-layout--simple .qodef-tabs-content {
        margin: 26px 0 0
    }
}

@media only screen and (max-width: 480px) {
    .qodef-textual-list .qodef-textual-list-item {
        width:100%
    }

    .qodef-textual-list .qodef-textual-list-item.qodef-no-margin {
        margin: 0 0 15px
    }

    .qodef-textual-list .qodef-textual-list-item.qodef-no-margin:last-child {
        margin: 0
    }
}

@media only screen and (max-width: 1440px) {
    .qodef-thumbnail-slider.qodef-layout--standard .qodef-m-right-inner {
        padding-left:80px;
        padding-top: 134px
    }

    .qodef-thumbnail-slider.qodef-layout--standard .qodef-m-thumbnails .qodef-m-thumb-item {
        padding: 20px 14% 34px 82px
    }
}

@media only screen and (max-width: 1024px) {
    .qodef-thumbnail-slider.qodef-layout--standard .qodef-intro-title {
        margin:0 0 60px
    }

    .qodef-thumbnail-slider.qodef-layout--standard .qodef-m-right-inner {
        padding-top: 80px;
        padding-left: 50px
    }

    .qodef-thumbnail-slider.qodef-layout--standard .qodef-m-thumbnails .qodef-m-thumb-item {
        padding: 20px 14% 20px 60px
    }
}

@media only screen and (max-width: 768px) {
    .qodef-thumbnail-slider.qodef-layout--standard .qodef-m-inner {
        flex-direction:column
    }

    .qodef-thumbnail-slider.qodef-layout--standard .qodef-m-left,.qodef-thumbnail-slider.qodef-layout--standard .qodef-m-right {
        width: 100%
    }

    .qodef-thumbnail-slider.qodef-layout--standard .qodef-m-right-inner {
        padding-top: 130px;
        padding-left: 7%;
        padding-right: 7%
    }
}

@media only screen and (max-width: 1440px) {
    .qodef-vertical-timeline.qodef-layout--standard .qodef-m-left {
        width:22%
    }

    .qodef-vertical-timeline.qodef-layout--standard .qodef-e-button-holder {
        margin-left: calc(22% + 65px)
    }
}

@media only screen and (max-width: 1024px) {
    .qodef-vertical-timeline.qodef-layout--standard .qodef-m-left {
        width:30%
    }

    .qodef-vertical-timeline.qodef-layout--standard .qodef-e-button-holder {
        margin-left: calc(30% + 65px)
    }
}

@media only screen and (max-width: 680px) {
    .qodef-vertical-timeline.qodef-layout--standard .qodef-m-timeline-item {
        flex-direction:column;
        position: relative
    }

    .qodef-vertical-timeline.qodef-layout--standard .qodef-m-left {
        width: 100%;
        padding-right: 0;
        padding-left: 50px;
        padding-bottom: 20px;
        text-align: left
    }

    .qodef-vertical-timeline.qodef-layout--standard .qodef-m-right {
        padding-left: 50px
    }

    .qodef-vertical-timeline.qodef-layout--standard .qodef-m-center {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        padding: 0
    }

    .qodef-vertical-timeline.qodef-layout--standard .qodef-e-button-holder {
        margin-left: 50px
    }
}

@media only screen and (max-width: 680px) {
    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(1) {
        left:1px
    }

    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(2) {
        left: 46px
    }

    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(3) {
        left: 91px
    }

    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(4) {
        left: 136px
    }

    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(5) {
        left: 181px
    }

    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(6) {
        left: 226px
    }

    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(7) {
        left: 271px
    }

    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown {
        left: auto;
        right: 0
    }

    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(1) {
        right: auto;
        left: 1px
    }

    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(2) {
        right: auto;
        left: 46px
    }

    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(3) {
        right: auto;
        left: 91px
    }

    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(4) {
        right: auto;
        left: 136px
    }

    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(5) {
        right: auto;
        left: 181px
    }

    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(6) {
        right: auto;
        left: 226px
    }

    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(7) {
        right: auto;
        left: 271px
    }
}

@media only screen and (max-width: 1024px) {
    body:not(.qodef-content-behind-header) .qodef-page-title .qodef-m-content {
        padding-top:0!important
    }
}

@media only screen and (max-width: 1024px) {
    #qodef-page-sidebar .qodef-social-icons-group {
        justify-content:flex-start
    }
}
