@charset "UTF-8";

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

.qodef-page-has-custom-section--uncover #qodef-custom-section--uncover {
    position: fixed !important;
    width: 100%;
    bottom: 0
}

.qodef-page-has-custom-section--uncover .e-flex:not(#qodef-custom-section--uncover),
.qodef-page-has-custom-section--uncover section:not(#qodef-custom-section--uncover) {
    z-index: 1
}

canvas.sr7-pbar,
rs-progress {
    font-family: 'Lora', sans-serif;
    color: #fff;
    max-width: min(830px, 100% - 160px) !important;
    left: 80px !important
}

.qodef-progress-number {
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    position: absolute;
    bottom: 153px;
    color: #fff;
    left: 80px;
    font-size: 14px;
    z-index: 9999;
    pointer-events: none
}

@media only screen and (max-width:1200px) {
    .qodef-progress-number {
        display: none
    }
}

.qodef-progress-number:after {
    content: "."
}

rs-progress .qodef-progress-number {
    top: -30px;
    bottom: auto;
    left: 0
}

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

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

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

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

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

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

#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-browser--firefox #qodef-back-to-top.qodef--predefined svg g {
    will-change: transform;
    transition-duration: .3s, .18s;
    transform-style: preserve-3d
}

.qodef-browser--safari #qodef-back-to-top.qodef--predefined svg g {
    will-change: transform
}

#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: Lora, 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: Lora, sans-serif;
    z-index: 99;
    background-color: rgba(255, 255, 255, .2)
}

@supports ((-webkit-backdrop-filter:none) or (backdrop-filter:none)) {
    .qodef-blog.qodef-item-layout--compact .qodef-blog-item .qodef-e-inner .entry-date.qodef-list-date {
        -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: 17px 0 0
}

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

.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: #fff
}

.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--textual {
    color: #fff
}

.qodef-blog.qodef-item-layout--compact.qodef-skin--light .qodef-blog-item .qodef-button.qodef-layout--textual:hover {
    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)
}

@supports ((-webkit-backdrop-filter:none) or (backdrop-filter:none)) {
    .qodef-blog.qodef-item-layout--compact.qodef-skin--light .qodef-blog-item .qodef-button.qodef-layout--filled.qodef-html--link {
        -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: #fff;
    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:1512px) {
    .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:1368px) {
    .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:1200px) {
    .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:1024px) {
    .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:880px) {
    .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:1368px) {
    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--1368--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--1368--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--1368--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--1368--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--1368--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--1368--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--1368--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--1368--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--1368--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--1368--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--1368--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--1368--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--1368--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--1368--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--1368--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--1368--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--1368--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--1368--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--1368--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--1368--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--1368--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--1368--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--1368--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--1368--8 .qodef-blog-item:nth-child(8n+8) .qodef-e-media:after {
        visibility: hidden
    }
}

@media (max-width:1368px) {
    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--1368--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--1368--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--1368--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--1368--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--1368--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--1368--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--1368--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--1368--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--1368--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--1368--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--1368--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--1368--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--1368--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--1368--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--1368--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--1368--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--1368--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--1368--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--1368--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--1368--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--1368--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--1368--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--1368--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--1368--8 .qodef-blog-item:nth-child(8n+8) .qodef-e-media:after {
        visibility: hidden
    }
}

@media (max-width:1512px) {
    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--1512--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--1512--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--1512--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--1512--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--1512--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--1512--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--1512--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--1512--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--1512--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--1512--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--1512--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--1512--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--1512--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--1512--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--1512--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--1512--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--1512--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--1512--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--1512--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--1512--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--1512--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--1512--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--1512--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--1512--8 .qodef-blog-item:nth-child(8n+8) .qodef-e-media:after {
        visibility: hidden
    }
}

@media (max-width:1368px) {
    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--1368--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--1368--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--1368--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--1368--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--1368--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--1368--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--1368--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--1368--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--1368--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--1368--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--1368--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--1368--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--1368--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--1368--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--1368--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--1368--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--1368--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--1368--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--1368--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--1368--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--1368--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--1368--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--1368--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--1368--8 .qodef-blog-item:nth-child(8n+8) .qodef-e-media:after {
        visibility: hidden
    }
}

@media (max-width:1200px) {
    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--1200--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--1200--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--1200--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--1200--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--1200--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--1200--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--1200--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--1200--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--1200--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--1200--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--1200--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--1200--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--1200--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--1200--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--1200--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--1200--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--1200--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--1200--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--1200--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--1200--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--1200--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--1200--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--1200--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--1200--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:880px) {
    .qodef-blog.qodef-item-layout--compact.qodef-borders--enabled.qodef-responsive--custom.qodef-col-num--880--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--880--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--880--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--880--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--880--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--880--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--880--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--880--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--880--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--880--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--880--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--880--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--880--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--880--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--880--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--880--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--880--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--880--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--880--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--880--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--880--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--880--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--880--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--880--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
    }
}

.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 .55s cubic-bezier(.29, .59, .23, .93)
}

.qodef-browser--safari .qodef-blog.qodef-item-layout--compact .qodef-e .qodef-e-media-image {
    will-change: transform
}

.qodef-browser--firefox .qodef-blog.qodef-item-layout--compact .qodef-e .qodef-e-media-image {
    will-change: transform
}

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

.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(41, 22, 22, .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--info-on-image.qodef-skin--light .qodef-blog-item .qodef-e-info>* {
    color: #fff
}

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

.qodef-blog.qodef-item-layout--info-on-image.qodef-skin--light .qodef-blog-item .qodef-info-separator-end:after {
    background-color: rgba(255, 255, 255, .24)
}

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

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

.qodef-blog.qodef-item-layout--info-on-image.qodef-skin--light .qodef-blog-item .qodef-button.qodef-layout--textual {
    color: #fff
}

.qodef-blog.qodef-item-layout--info-on-image.qodef-skin--light .qodef-blog-item .qodef-button.qodef-layout--textual:hover {
    color: #fff
}

.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--minimal.qodef-skin--light .qodef-blog-item .qodef-e-info>* {
    color: #fff
}

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

.qodef-blog.qodef-item-layout--minimal.qodef-skin--light .qodef-blog-item .qodef-info-separator-end:after {
    background-color: rgba(255, 255, 255, .24)
}

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

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

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

.qodef-blog.qodef-item-layout--side-by-side.qodef-skin--light .qodef-blog-item .qodef-e-info>* {
    color: #fff
}

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

.qodef-blog.qodef-item-layout--side-by-side.qodef-skin--light .qodef-blog-item .qodef-info-separator-end:after {
    background-color: rgba(255, 255, 255, .24)
}

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

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

.qodef-blog.qodef-item-layout--standard.qodef-skin--light .qodef-blog-item .qodef-e-info>* {
    color: #fff
}

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

.qodef-blog.qodef-item-layout--standard.qodef-skin--light .qodef-blog-item .qodef-info-separator-end:after {
    background-color: rgba(255, 255, 255, .24)
}

.qodef-blog.qodef-item-layout--standard.qodef-skin--light .qodef-blog-item .qodef-e-excerpt {
    color: #fff
}

.qodef-blog.qodef-item-layout--standard.qodef-skin--light .qodef-blog-item .qodef-social-share.qodef-layout--dropdown * {
    color: #fff
}

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

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

.qodef-blog.qodef-item-layout--standard.qodef-skin--light .qodef-blog-item .qodef-button.qodef-layout--textual {
    color: #fff
}

.qodef-blog.qodef-item-layout--standard.qodef-skin--light .qodef-blog-item .qodef-button.qodef-layout--textual:hover {
    color: #fff
}

.widget.widget_dictum_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-inner {
    padding: 0
}

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

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

.widget.widget_dictum_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media .qodef-e-media-image {
    height: 100%
}

.widget.widget_dictum_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media .qodef-e-media-image a,
.widget.widget_dictum_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media .qodef-e-media-image img {
    height: 100%
}

.widget.widget_dictum_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media .qodef-e-media-image img {
    object-fit: cover
}

.widget.widget_dictum_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-text {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    padding-right: 30px
}

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

#qodef-top-area .widget.widget_dictum_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-inner {
    padding: 0
}

#qodef-top-area .widget.widget_dictum_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-info {
    margin-top: -4px
}

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

#qodef-top-area .widget.widget_dictum_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media .qodef-e-media-image {
    height: 100%
}

#qodef-top-area .widget.widget_dictum_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media .qodef-e-media-image a,
#qodef-top-area .widget.widget_dictum_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media .qodef-e-media-image img {
    height: 100%
}

#qodef-top-area .widget.widget_dictum_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media .qodef-e-media-image img {
    object-fit: cover
}

#qodef-top-area .widget.widget_dictum_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-text {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    padding-right: 30px
}

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

#qodef-page-footer-top-area .widget.widget_dictum_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-inner {
    padding: 0
}

#qodef-page-footer-top-area .widget.widget_dictum_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-info {
    margin-top: -4px
}

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

#qodef-page-footer-top-area .widget.widget_dictum_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media .qodef-e-media-image {
    height: 100%
}

#qodef-page-footer-top-area .widget.widget_dictum_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media .qodef-e-media-image a,
#qodef-page-footer-top-area .widget.widget_dictum_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media .qodef-e-media-image img {
    height: 100%
}

#qodef-page-footer-top-area .widget.widget_dictum_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media .qodef-e-media-image img {
    object-fit: cover
}

#qodef-page-footer-top-area .widget.widget_dictum_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-text {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    padding-right: 30px
}

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

#qodef-page-footer-bottom-area .widget.widget_dictum_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-inner {
    padding: 0
}

#qodef-page-footer-bottom-area .widget.widget_dictum_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-info {
    margin-top: -4px
}

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

#qodef-page-footer-bottom-area .widget.widget_dictum_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media .qodef-e-media-image {
    height: 100%
}

#qodef-page-footer-bottom-area .widget.widget_dictum_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media .qodef-e-media-image a,
#qodef-page-footer-bottom-area .widget.widget_dictum_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media .qodef-e-media-image img {
    height: 100%
}

#qodef-page-footer-bottom-area .widget.widget_dictum_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media .qodef-e-media-image img {
    object-fit: cover
}

#qodef-page-footer-bottom-area .widget.widget_dictum_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-text {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    padding-right: 30px
}

#qodef-page-footer-bottom-area .widget.widget_dictum_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_dictum_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-inner {
    padding: 0
}

#qodef-page-footer-copyright-area .widget.widget_dictum_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-info {
    margin-top: -4px
}

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

#qodef-page-footer-copyright-area .widget.widget_dictum_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media .qodef-e-media-image {
    height: 100%
}

#qodef-page-footer-copyright-area .widget.widget_dictum_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media .qodef-e-media-image a,
#qodef-page-footer-copyright-area .widget.widget_dictum_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media .qodef-e-media-image img {
    height: 100%
}

#qodef-page-footer-copyright-area .widget.widget_dictum_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media .qodef-e-media-image img {
    object-fit: cover
}

#qodef-page-footer-copyright-area .widget.widget_dictum_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-text {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    padding-right: 30px
}

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

#qodef-page-content-bottom .widget.widget_dictum_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-inner {
    padding: 0
}

#qodef-page-content-bottom .widget.widget_dictum_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-info {
    margin-top: -4px
}

#qodef-page-content-bottom .widget.widget_dictum_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media {
    margin-right: 20px;
    width: 125px !important;
    height: 80px
}

#qodef-page-content-bottom .widget.widget_dictum_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media .qodef-e-media-image {
    height: 100%
}

#qodef-page-content-bottom .widget.widget_dictum_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media .qodef-e-media-image a,
#qodef-page-content-bottom .widget.widget_dictum_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media .qodef-e-media-image img {
    height: 100%
}

#qodef-page-content-bottom .widget.widget_dictum_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media .qodef-e-media-image img {
    object-fit: cover
}

#qodef-page-content-bottom .widget.widget_dictum_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-text {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    padding-right: 30px
}

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

#qodef-side-area .widget.widget_dictum_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-inner {
    padding: 0
}

#qodef-side-area .widget.widget_dictum_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-info {
    margin-top: -4px
}

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

#qodef-side-area .widget.widget_dictum_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media .qodef-e-media-image {
    height: 100%
}

#qodef-side-area .widget.widget_dictum_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media .qodef-e-media-image a,
#qodef-side-area .widget.widget_dictum_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media .qodef-e-media-image img {
    height: 100%
}

#qodef-side-area .widget.widget_dictum_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media .qodef-e-media-image img {
    object-fit: cover
}

#qodef-side-area .widget.widget_dictum_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-text {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    padding-right: 30px
}

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

.qodef-mega-menu-widget-holder .widget.widget_dictum_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-inner {
    padding: 0
}

.qodef-mega-menu-widget-holder .widget.widget_dictum_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-info {
    margin-top: -4px
}

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

.qodef-mega-menu-widget-holder .widget.widget_dictum_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media .qodef-e-media-image {
    height: 100%
}

.qodef-mega-menu-widget-holder .widget.widget_dictum_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media .qodef-e-media-image a,
.qodef-mega-menu-widget-holder .widget.widget_dictum_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media .qodef-e-media-image img {
    height: 100%
}

.qodef-mega-menu-widget-holder .widget.widget_dictum_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media .qodef-e-media-image img {
    object-fit: cover
}

.qodef-mega-menu-widget-holder .widget.widget_dictum_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-text {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    padding-right: 30px
}

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

#qodef-page-sidebar .widget.widget_dictum_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-inner {
    padding: 0
}

#qodef-page-sidebar .widget.widget_dictum_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-info {
    margin-top: -4px
}

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

#qodef-page-sidebar .widget.widget_dictum_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media .qodef-e-media-image {
    height: 100%
}

#qodef-page-sidebar .widget.widget_dictum_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media .qodef-e-media-image a,
#qodef-page-sidebar .widget.widget_dictum_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media .qodef-e-media-image img {
    height: 100%
}

#qodef-page-sidebar .widget.widget_dictum_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media .qodef-e-media-image img {
    object-fit: cover
}

#qodef-page-sidebar .widget.widget_dictum_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-text {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    padding-right: 30px
}

#qodef-page-sidebar .widget.widget_dictum_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article:not(:last-child) {
    margin: 0 0 4px
}

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

#qodef-author-info .qodef-m-inner {
    position: relative;
    display: flex;
    align-items: center;
    background-color: var(--qode-main-color);
    padding: 31px 17% 34px 55px
}

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

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

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

#qodef-author-info .qodef-m-description {
    margin: 13px 0 0;
    color: #fff
}

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

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

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

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

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

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

#qodef-related-posts .qodef-blog-item .qodef-e-content .qodef-e-title {
    margin: 0
}

#qodef-related-posts .qodef-blog-item .qodef-e-content .qodef-e-text {
    margin: 15px 0 0
}

#qodef-related-posts .qodef-blog-item .qodef-e-content .qodef-e-bottom-holder {
    margin-top: 25px
}

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

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

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

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

#qodef-single-post-navigation .qodef-m-nav .qodef-m-pagination-icon {
    position: relative;
    top: -2px;
    display: block;
    width: 32px;
    height: auto;
    color: #20282d;
    --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-browser--firefox #qodef-single-post-navigation .qodef-m-nav .qodef-m-pagination-icon g {
    will-change: transform;
    transition-duration: .42s, .35s;
    transform-style: preserve-3d
}

.qodef-browser--safari #qodef-single-post-navigation .qodef-m-nav .qodef-m-pagination-icon g {
    will-change: transform
}

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

#qodef-single-post-navigation .qodef-m-nav-label {
    color: #291616;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 1.6666666667em;
    font-weight: 500;
    letter-spacing: -.015em;
    font-size: 13px;
    line-height: 1.3846153846em;
    display: inline-flex;
    vertical-align: middle;
    flex-wrap: wrap;
    color: #291616;
    margin-top: -4px
}

#qodef-page-content-bottom {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    background-color: #291616;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

#qodef-page-content-bottom>.qodef-m-inner {
    padding: 54px 0
}

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

@media only screen and (max-width:1200px) {
    #qodef-page-content-bottom .qodef-content-full-width {
        padding-left: 7%;
        padding-right: 7%
    }
}

.qodef--boxed #qodef-page-content-bottom {
    padding-left: 30px;
    padding-right: 30px
}

#qodef-page-content-bottom .qodef-grid-inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    column-gap: 25px;
    row-gap: 25px
}

@media only screen and (max-width:880px) {
    #qodef-page-content-bottom .qodef-grid-inner {
        flex-direction: row;
        justify-content: center
    }
}

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

#qodef-page-content-bottom .qodef-grid-inner .qodef-grid-item * {
    display: flex;
    align-items: center;
    margin-bottom: 0 !important
}

#qodef-page-content-bottom .qodef-grid-inner .qodef-grid-item .widget:not(.widget_dictum_core_title_widget) {
    margin: 0 30px 0 0
}

#qodef-page-content-bottom .qodef-grid-inner .qodef-grid-item .widget:not(.widget_dictum_core_title_widget):last-child {
    margin: 0
}

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

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

@media only screen and (max-width:680px) {
    #qodef-page-content-bottom .qodef-grid-inner {
        display: block
    }

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

    #qodef-page-content-bottom .qodef-grid-inner .qodef-grid-item:first-child {
        margin-bottom: 48px
    }

    #qodef-page-content-bottom .qodef-grid-inner .qodef-grid-item>.widget ul li {
        margin: 15px 0 0 0
    }

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

    #qodef-page-content-bottom .qodef-grid-inner .qodef-grid-item * {
        display: block
    }

    #qodef-page-content-bottom .qodef-grid-inner .qodef-grid-item .qodef-icon-list-item * {
        display: flex
    }
}

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

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

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

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

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

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

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

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

#qodef-page-header-inner.qodef-skin--dark .qodef-opener-icon.qodef-source--icon-pack:not(.qodef--opened),
#qodef-page-header-inner.qodef-skin--dark .qodef-opener-icon.qodef-source--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.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 {
    color: #291616;
    font-family: 'Roboto', sans-serif;
    font-size: 25px;
    line-height: 1.4em;
    font-weight: 400;
    letter-spacing: -.021em;
    transition: color .27s ease-out
}

@media only screen and (max-width:1200px) {
    #qodef-page-header .qodef-header-logo-link.qodef-source--textual {
        font-size: 23px
    }
}

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

body.qodef-header--centered {
    --qode-header-height: 150px
}

body.qodef-header--centered #qodef-page-header .qodef-header-logo-link {
    height: 100px
}

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

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

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

body.qodef-header--centered #qodef-page-header-inner>div .qodef-header-navigation {
    margin: 0 24px
}

.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--standard #qodef-page-header-inner:after,
.qodef-header--standard #qodef-page-header-inner:before {
    content: "";
    display: block;
    height: 1px;
    border-bottom: 0 solid transparent;
    width: calc(100% - 84px);
    top: 0;
    left: 42px;
    position: absolute
}

.qodef-header--standard #qodef-page-header-inner:after {
    top: auto;
    bottom: 0
}

.qodef-header--standard #qodef-page-header-inner.qodef-content-grid:after,
.qodef-header--standard #qodef-page-header-inner.qodef-content-gridbefore {
    width: 100%;
    left: 0
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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(41, 22, 22, .05)
}

@supports ((-webkit-backdrop-filter:none) or (backdrop-filter:none)) {
    .qodef-header--vertical-sliding #qodef-page-header.qodef-background--blur .qodef-vertical-sliding-area.qodef--static {
        -webkit-backdrop-filter: blur(11px) brightness(100%);
        backdrop-filter: blur(11px) brightness(100%)
    }
}

.qodef-header--vertical-sliding #qodef-page-header.qodef-background--blur .qodef-vertical-sliding-area .qodef-header-vertical-sliding-navigation {
    background-color: rgba(41, 22, 22, .12)
}

@supports ((-webkit-backdrop-filter:none) or (backdrop-filter:none)) {
    .qodef-header--vertical-sliding #qodef-page-header.qodef-background--blur .qodef-vertical-sliding-area .qodef-header-vertical-sliding-navigation {
        -webkit-backdrop-filter: blur(11px) brightness(100%);
        backdrop-filter: blur(11px) brightness(100%)
    }
}

.qodef-header--vertical-sliding #qodef-page-header #qodef-page-header-inner.qodef-skin--light .widget.widget_dictum_core_svg_icon .qodef-m-icon,
.qodef-header--vertical-sliding #qodef-page-header #qodef-page-header-inner.qodef-skin--light .widget.widget_dictum_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 img {
    transform: rotate(-180deg)
}

.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-widget-holder .qodef-icon-list-item .qodef-e-title-text {
    margin-top: 17px
}

.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: 120px;
    position: fixed;
    top: 0;
    transition: clip-path .64s cubic-bezier(.53, .8, .38, .97), visibility .1s .64s;
    visibility: hidden;
    clip-path: inset(0 100% 0 0);
    width: 497px;
    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: 120px
}

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

.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-browser--safari #qodef-page-header .qodef--dynamic {
    clip-path: none
}

.qodef-header--vertical-sliding.qodef-browser--safari #qodef-page-header .qodef-header-vertical-sliding-navigation {
    transition: clip-path .64s cubic-bezier(.53, .8, .38, .97), visibility .1s .64s;
    visibility: hidden;
    clip-path: inset(0 100% 0 0)
}

.qodef-header--vertical-sliding.qodef-browser--safari #qodef-page-header.qodef-vertical-sliding-menu--opened .qodef--dynamic {
    clip-path: none
}

.qodef-header--vertical-sliding.qodef-browser--safari #qodef-page-header.qodef-vertical-sliding-menu--opened .qodef-header-vertical-sliding-navigation {
    clip-path: inset(0 0 0 0);
    visibility: visible;
    transition-delay: 0s, 0s
}

.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 0 137px;
    width: 100%;
    z-index: 100
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation .qodef-svg--menu-arrow {
    display: none
}

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

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li>a {
    font-family: 'Roboto', sans-serif;
    font-size: 21px;
    line-height: 1.428;
    font-weight: 500;
    letter-spacing: -.02em;
    color: #291616
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li>a .qodef-menu-item-text {
    --qodef-underline-position-y: 100%;
    --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: 0 var(--qodef-underline-height);
    transition: background-size .5s cubic-bezier(.29, .8, .31, .98), color .27s ease-out, background-color .27s ease-out, border-color .27s ease-out
}

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

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li .qodef-drop-down-second-inner ul li>a {
    position: relative;
    display: flex;
    white-space: normal;
    margin: 11px 0;
    overflow: hidden;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    line-height: 1.3846153846em;
    font-weight: 400;
    letter-spacing: -.015em;
    color: #291616
}

.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: 100%;
    --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: 0 var(--qodef-underline-height);
    transition: background-size .5s cubic-bezier(.51, .5, .07, .99)
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li .qodef-drop-down-second-inner ul li>a {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 1.533;
    margin: 0;
    padding: 4px 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: 100%;
    --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: 0 var(--qodef-underline-height);
    transition: background-size .5s cubic-bezier(.29, .8, .31, .98), color .27s ease-out, background-color .27s ease-out, border-color .27s ease-out
}

.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: #fff
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.qodef-header--vertical #qodef-page-header-inner .qodef-widget-holder {
    display: block
}

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

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

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

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

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

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

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

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

.qodef-header--vertical .qodef-header-vertical-navigation ul li a .qodef-menu-item-arrow {
    position: absolute;
    top: calc(50% - 4px);
    right: 0;
    width: 9.38px;
    height: auto
}

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

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

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

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

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

.qodef-header--vertical .qodef-header-vertical-navigation>ul>li>a {
    color: #291616;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 1.6666666667em;
    font-weight: 500;
    letter-spacing: -.015em;
    line-height: 1.4em
}

.qodef-header--vertical .qodef-header-vertical-navigation>ul>li>a .qodef-menu-item-text {
    --qodef-underline-position-y: 100%;
    --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: 0 var(--qodef-underline-height);
    transition: background-size .5s cubic-bezier(.51, .5, .07, .99)
}

.qodef-header--vertical .qodef-header-vertical-navigation>ul>li>a:hover {
    color: currentColor
}

.qodef-header--vertical .qodef-header-vertical-navigation>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--vertical .qodef-header-vertical-navigation>ul>li .qodef-drop-down-second-inner>ul {
    padding: 10px 0 5px
}

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

.qodef-header--vertical .qodef-header-vertical-navigation>ul>li .qodef-drop-down-second-inner ul li>a {
    position: relative;
    display: flex;
    white-space: normal;
    margin: 11px 0;
    overflow: hidden;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    line-height: 1.3846153846em;
    font-weight: 400;
    letter-spacing: -.015em;
    color: #291616
}

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

.qodef-header--vertical .qodef-header-vertical-navigation>ul>li .qodef-drop-down-second-inner ul li>a .qodef-menu-item-text {
    --qodef-underline-position-y: 100%;
    --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: 0 var(--qodef-underline-height);
    transition: background-size .5s cubic-bezier(.51, .5, .07, .99)
}

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

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

.qodef-header--vertical .qodef-header-vertical-navigation>ul>li.current-menu-ancestor>a,
.qodef-header--vertical .qodef-header-vertical-navigation>ul>li.current-menu-item>a {
    color: currentColor
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.qodef-header-sticky-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    padding: 0 42px
}

.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.qodef-header-standard--center .qodef-header-sticky-inner .qodef-widget-holder {
    margin-left: 0 !important
}

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

body.qodef-top-area--enabled {
    --qode-top-bar-height: 40px
}

#qodef-top-area {
    position: relative;
    background-color: #ece5e0;
    z-index: 101
}

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

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

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

#qodef-top-area .qodef-widget-holder .widget {
    font-size: 13px;
    margin: 0 7px
}

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

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

#qodef-top-area .qodef-widget-holder .widget a {
    --qodef-underline-position-y: 100%;
    --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: 0 var(--qodef-underline-height);
    transition: background-size .5s cubic-bezier(.51, .5, .07, .99)
}

#qodef-top-area .qodef-widget-holder .widget a:hover {
    background-size: 100% var(--qodef-underline-height);
    background-position: 0 var(--qodef-underline-position-y)
}

#qodef-top-area .qodef-widget-holder .widget.widget_nav_menu ul.menu {
    display: flex
}

#qodef-top-area .qodef-widget-holder .widget.widget_nav_menu ul.menu li {
    margin: 0
}

#qodef-top-area .qodef-widget-holder .widget.widget_nav_menu ul.menu li:after {
    content: "|";
    line-height: 1;
    display: inline-flex;
    color: rgba(41, 22, 22, .24);
    margin: 0 6px 0 7px
}

#qodef-top-area .qodef-widget-holder .widget.widget_nav_menu ul.menu li:last-child:after {
    content: none
}

#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%)
}

#qodef-top-area.qodef-skin--light .widget .qodef-m-icon {
    --fill-color: #fff !important;
    --fill-hover-color: #fff !important
}

#qodef-top-area.qodef-skin--light .qodef-widget-holder .widget.widget_nav_menu ul.menu li:after {
    color: rgba(255, 255, 255, .24)
}

#qodef-top-area.qodef-skin--dark .widget * {
    color: var(--qode-header-dark-color) !important
}

#qodef-top-area.qodef-skin--dark .widget .qodef-m-icon {
    --fill-color: var(--qode-header-dark-color) !important;
    --fill-hover-color: var(--qode-header-dark-color) !important
}

#qodef-top-area.qodef-skin--dark .qodef-widget-holder .widget.widget_nav_menu ul.menu li:after {
    color: rgba(0, 0, 0, .24)
}

#qodef-top-area-inner {
    align-items: center;
    display: flex;
    height: var(--qode-top-bar-height);
    justify-content: space-between;
    position: relative;
    border-bottom: 0 solid transparent
}

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

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

#qodef-multiple-map-notice {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 30px 15%;
    text-align: center;
    color: var(--qode-main-color);
    background-color: #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 #c1bbbb;
    border-radius: 4px;
    box-shadow: 3px 3px 15px 0 rgba(41, 22, 22, .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 #c1bbbb;
    border-left: 1px solid #c1bbbb;
    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: 'Roboto', 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: #291616
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#qodef-page-mobile-header .qodef-mobile-header-opener.qodef--opened .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 {
    color: #291616;
    font-family: 'Roboto', sans-serif;
    font-size: 25px;
    line-height: 1.4em;
    font-weight: 400;
    letter-spacing: -.021em;
    transition: color .27s ease-out
}

@media only screen and (max-width:1200px) {
    #qodef-page-mobile-header .qodef-mobile-header-logo-link.qodef-source--textual {
        font-size: 23px
    }
}

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

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

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

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

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-mega-menu-widget-holder .qodef-image-with-text.qodef-image-action--custom-link {
    --qodef-move-y: 0px
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-mega-menu-widget-holder .qodef-image-with-text.qodef-image-action--custom-link .qodef-m-title a {
    padding: 1px 0 !important;
    --qodef-underline-position-y: 100%;
    --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: 0 var(--qodef-underline-height);
    transition: background-size .5s cubic-bezier(.29, .8, .31, .98), color .27s ease-out, background-color .27s ease-out, border-color .27s ease-out
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-mega-menu-widget-holder .qodef-image-with-text.qodef-image-action--custom-link .qodef-m-title a .qodef-m-text {
    background: 0 0
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-mega-menu-widget-holder .qodef-image-with-text.qodef-image-action--custom-link .qodef-m-title a .qodef-m-text svg {
    display: none
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-mega-menu-widget-holder .qodef-image-with-text.qodef-image-action--custom-link .qodef-m-image {
    transform: translateY(0)
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-mega-menu-widget-holder .qodef-image-with-text.qodef-image-action--custom-link:hover .qodef-m-title a {
    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 {
    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 52px
}

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

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

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li>a {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 1.6666666667em;
    font-weight: 500;
    letter-spacing: -.015em;
    color: #291616
}

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

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

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

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li ul li>a {
    position: relative;
    display: flex;
    white-space: normal;
    margin: 11px 0;
    overflow: hidden;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    line-height: 1.3846153846em;
    font-weight: 400;
    letter-spacing: -.015em;
    color: #fff
}

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

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li ul li>a .qodef-menu-item-text {
    --qodef-underline-position-y: 100%;
    --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: 0 var(--qodef-underline-height);
    transition: background-size .5s cubic-bezier(.51, .5, .07, .99)
}

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

.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-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li.current-menu-item>a {
    color: currentColor
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li.current-menu-ancestor>a .qodef-menu-item-text,
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li.current-menu-item>a .qodef-menu-item-text {
    background-size: 100% var(--qodef-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--hide-link:not(.current-menu-ancestor):not(.current-menu-item)>a:hover {
    color: currentColor
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li.qodef--hide-link:not(.current-menu-ancestor):not(.current-menu-item)>a:hover .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 42px
}

.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-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: 62px;
    height: 17px
}

.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: 100%;
}

.qodef-opener-icon.qodef-source--predefined .qodef-m-lines .qodef-m-line.qodef--2 {
    top: 50%
}

.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;
    transition: all .3s ease-in-out;
}

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

.qodef-opener-icon.qodef-source--predefined .qodef-m-icon.qodef--close .qodef-m-lines {
    width: 32px;
    height: 32px;
    transition: all .3s ease-in-out;
}

.qodef-opener-icon.qodef-source--predefined .qodef-m-icon.qodef--close .qodef-m-lines .qodef-m-line.qodef--1 ,
.qodef-opener-icon.qodef-source--predefined .qodef-m-icon.qodef--close .qodef-m-lines .qodef-m-line.qodef--1{
    top: 50%;
}
.qodef-opener-icon.qodef-source--predefined .qodef-m-icon.qodef--close .qodef-m-lines .qodef-m-line.qodef--2 {
    top: 50%
}

.qodef-opener-icon.qodef-source--predefined .qodef-m-icon.qodef--close .qodef-m-lines .qodef-m-line.qodef--3 {
    display: none
}

.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:nth-of-type(odd) .qodef-parallax-img-holder {
    --qode-y-px: calc(var(--qode-y) * 1px);
    transform: translateY(var(--qode-y-px)) translateZ(0)
}

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

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

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

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

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

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

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

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

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

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

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

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

.qodef-contact-form-7 .wpcf7-response-output,
.rs-layer .wpcf7-response-output,
.sr7-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,
.sr7-layer .wpcf7-form {
    position: relative
}

.qodef-contact-form-7 .wpcf7-form:before,
.rs-layer .wpcf7-form:before,
.sr7-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,
.sr7-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% - 24px / 2);
    opacity: 1;
    position: absolute;
    top: calc(50% - 24px / 2);
    visibility: hidden;
    width: 24px;
    z-index: 99
}

.qodef-contact-form-7 .wpcf7-form.submitting>*,
.rs-layer .wpcf7-form.submitting>*,
.sr7-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,
.sr7-layer .wpcf7-form.submitting:after,
.sr7-layer .wpcf7-form.submitting:before {
    visibility: visible
}

.qodef-contact-form-7 .qodef-skin--light input[type=date],
.qodef-contact-form-7 .qodef-skin--light input[type=email],
.qodef-contact-form-7 .qodef-skin--light input[type=number],
.qodef-contact-form-7 .qodef-skin--light input[type=password],
.qodef-contact-form-7 .qodef-skin--light input[type=search],
.qodef-contact-form-7 .qodef-skin--light input[type=tel],
.qodef-contact-form-7 .qodef-skin--light input[type=text],
.qodef-contact-form-7 .qodef-skin--light input[type=url],
.qodef-contact-form-7 .qodef-skin--light textarea,
.rs-layer .qodef-skin--light input[type=date],
.rs-layer .qodef-skin--light input[type=email],
.rs-layer .qodef-skin--light input[type=number],
.rs-layer .qodef-skin--light input[type=password],
.rs-layer .qodef-skin--light input[type=search],
.rs-layer .qodef-skin--light input[type=tel],
.rs-layer .qodef-skin--light input[type=text],
.rs-layer .qodef-skin--light input[type=url],
.rs-layer .qodef-skin--light textarea,
.sr7-layer .qodef-skin--light input[type=date],
.sr7-layer .qodef-skin--light input[type=email],
.sr7-layer .qodef-skin--light input[type=number],
.sr7-layer .qodef-skin--light input[type=password],
.sr7-layer .qodef-skin--light input[type=search],
.sr7-layer .qodef-skin--light input[type=tel],
.sr7-layer .qodef-skin--light input[type=text],
.sr7-layer .qodef-skin--light input[type=url],
.sr7-layer .qodef-skin--light textarea {
    border-color: #fff;
    color: #fff
}

.qodef-contact-form-7 .qodef-skin--light .wpcf7-submit,
.rs-layer .qodef-skin--light .wpcf7-submit,
.sr7-layer .qodef-skin--light .wpcf7-submit {
    color: #291616 !important;
    background-color: #fff !important
}

.qodef-contact-form-7 .qodef-main-contact textarea,
.rs-layer .qodef-main-contact textarea,
.sr7-layer .qodef-main-contact textarea {
    border-width: 0 0 1px 0;
    padding: 0 0 6.5px 0;
    height: 115px
}

.qodef-contact-form-7 .qodef-main-contact .wpcf7-submit.qodef-button.qodef-layout--textual,
.rs-layer .qodef-main-contact .wpcf7-submit.qodef-button.qodef-layout--textual,
.sr7-layer .qodef-main-contact .wpcf7-submit.qodef-button.qodef-layout--textual {
    margin-top: 10px;
    padding: 9px 26px 10px !important;
    color: #291616;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 1.6666666667em;
    font-weight: 500;
    letter-spacing: -.015em;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin: 0;
    text-decoration: none;
    border-radius: 0;
    outline: 0;
    transition: color .27s ease-out, background-color .27s ease-out, border-color .27s ease-out;
    box-shadow: none;
    background-image: none;
    opacity: 1;
    padding: 9px 26px 10px;
    color: var(--qode-button-color, #fff);
    background-color: var(--qode-button-bg-color, #291616);
    border: 1px solid var(--qode-button-border-color, transparent)
}

.qodef-contact-form-7 .qodef-main-contact .wpcf7-submit.qodef-button.qodef-layout--textual .qodef-m-text,
.rs-layer .qodef-main-contact .wpcf7-submit.qodef-button.qodef-layout--textual .qodef-m-text,
.sr7-layer .qodef-main-contact .wpcf7-submit.qodef-button.qodef-layout--textual .qodef-m-text {
    padding: 0;
    background-image: none
}

.qodef-contact-form-7 .qodef-main-contact .wpcf7-submit.qodef-button.qodef-layout--textual .qodef-arrow--textual,
.rs-layer .qodef-main-contact .wpcf7-submit.qodef-button.qodef-layout--textual .qodef-arrow--textual,
.sr7-layer .qodef-main-contact .wpcf7-submit.qodef-button.qodef-layout--textual .qodef-arrow--textual {
    display: none
}

.qodef-contact-form-7 .qodef-main-contact .wpcf7-submit.qodef-button.qodef-layout--textual.qodef-skin--light,
.rs-layer .qodef-main-contact .wpcf7-submit.qodef-button.qodef-layout--textual.qodef-skin--light,
.sr7-layer .qodef-main-contact .wpcf7-submit.qodef-button.qodef-layout--textual.qodef-skin--light {
    --qode-button-color: #291616;
    --qode-button-border-color: #fff;
    --qode-button-bg-color: #fff
}

.qodef-contact-form-7 .qodef-main-contact .wpcf7-submit.qodef-button.qodef-layout--textual .qodef-m-text,
.rs-layer .qodef-main-contact .wpcf7-submit.qodef-button.qodef-layout--textual .qodef-m-text,
.sr7-layer .qodef-main-contact .wpcf7-submit.qodef-button.qodef-layout--textual .qodef-m-text {
    padding: 1px 0;
    --qodef-underline-position-y: 100%;
    --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: 0 var(--qodef-underline-height);
    transition: background-size .4s cubic-bezier(.51, .5, .07, .99)
}

.qodef-contact-form-7 .qodef-main-contact .wpcf7-submit.qodef-button.qodef-layout--textual:hover,
.rs-layer .qodef-main-contact .wpcf7-submit.qodef-button.qodef-layout--textual:hover,
.sr7-layer .qodef-main-contact .wpcf7-submit.qodef-button.qodef-layout--textual:hover {
    color: var(--qode-button-hover-color, var(--qode-button-color, #fff));
    background-color: var(--qode-button-bg-hover-color, var(--qode-button-bg-color, #291616));
    border-color: var(--qode-button-border-hover-color, var(--qode-button-border-color, transparent))
}

.qodef-contact-form-7 .qodef-main-contact .wpcf7-submit.qodef-button.qodef-layout--textual:hover .qodef-m-text,
.rs-layer .qodef-main-contact .wpcf7-submit.qodef-button.qodef-layout--textual:hover .qodef-m-text,
.sr7-layer .qodef-main-contact .wpcf7-submit.qodef-button.qodef-layout--textual:hover .qodef-m-text {
    background-size: 100% var(--qodef-underline-height);
    background-position: 0 var(--qodef-underline-position-y)
}

.qodef-contact-form-7 .qodef-main-contact .wpcf7-submit.qodef-button.qodef-layout--textual:hover:hover .qodef-m-text,
.rs-layer .qodef-main-contact .wpcf7-submit.qodef-button.qodef-layout--textual:hover:hover .qodef-m-text,
.sr7-layer .qodef-main-contact .wpcf7-submit.qodef-button.qodef-layout--textual:hover:hover .qodef-m-text {
    animation: none
}

.qodef-contact-form-7 .qodef-cf7-grid-50,
.rs-layer .qodef-cf7-grid-50,
.sr7-layer .qodef-cf7-grid-50 {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 0;
    column-gap: 28px
}

.qodef-contact-form-7 .qodef-contact-page-form input[type=date],
.qodef-contact-form-7 .qodef-contact-page-form input[type=email],
.qodef-contact-form-7 .qodef-contact-page-form input[type=number],
.qodef-contact-form-7 .qodef-contact-page-form input[type=password],
.qodef-contact-form-7 .qodef-contact-page-form input[type=search],
.qodef-contact-form-7 .qodef-contact-page-form input[type=tel],
.qodef-contact-form-7 .qodef-contact-page-form input[type=text],
.qodef-contact-form-7 .qodef-contact-page-form input[type=url],
.qodef-contact-form-7 .qodef-contact-page-form textarea,
.rs-layer .qodef-contact-page-form input[type=date],
.rs-layer .qodef-contact-page-form input[type=email],
.rs-layer .qodef-contact-page-form input[type=number],
.rs-layer .qodef-contact-page-form input[type=password],
.rs-layer .qodef-contact-page-form input[type=search],
.rs-layer .qodef-contact-page-form input[type=tel],
.rs-layer .qodef-contact-page-form input[type=text],
.rs-layer .qodef-contact-page-form input[type=url],
.rs-layer .qodef-contact-page-form textarea,
.sr7-layer .qodef-contact-page-form input[type=date],
.sr7-layer .qodef-contact-page-form input[type=email],
.sr7-layer .qodef-contact-page-form input[type=number],
.sr7-layer .qodef-contact-page-form input[type=password],
.sr7-layer .qodef-contact-page-form input[type=search],
.sr7-layer .qodef-contact-page-form input[type=tel],
.sr7-layer .qodef-contact-page-form input[type=text],
.sr7-layer .qodef-contact-page-form input[type=url],
.sr7-layer .qodef-contact-page-form textarea {
    padding: 6.5px 0
}

.qodef-contact-form-7 .qodef-contact-page-form textarea,
.rs-layer .qodef-contact-page-form textarea,
.sr7-layer .qodef-contact-page-form textarea {
    border-left: 0;
    border-top: 0;
    border-right: 0;
    margin-top: -8px;
    height: 234px
}

.qodef-contact-form-7 .qodef-contact-page-form .qodef-button.qodef-layout--textual,
.rs-layer .qodef-contact-page-form .qodef-button.qodef-layout--textual,
.sr7-layer .qodef-contact-page-form .qodef-button.qodef-layout--textual {
    color: #291616;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 1.6666666667em;
    font-weight: 500;
    letter-spacing: -.015em;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin: 0;
    text-decoration: none;
    border-radius: 0;
    outline: 0;
    transition: color .27s ease-out, background-color .27s ease-out, border-color .27s ease-out;
    box-shadow: none;
    background-image: none;
    opacity: 1;
    padding: 9px 26px 10px;
    color: var(--qode-button-color, #fff);
    background-color: var(--qode-button-bg-color, #291616);
    border: 1px solid var(--qode-button-border-color, transparent)
}

.qodef-contact-form-7 .qodef-contact-page-form .qodef-button.qodef-layout--textual .qodef-m-text,
.rs-layer .qodef-contact-page-form .qodef-button.qodef-layout--textual .qodef-m-text,
.sr7-layer .qodef-contact-page-form .qodef-button.qodef-layout--textual .qodef-m-text {
    background-image: none;
    padding: 0
}

.qodef-contact-form-7 .qodef-contact-page-form .qodef-button.qodef-layout--textual .qodef-arrow--textual,
.rs-layer .qodef-contact-page-form .qodef-button.qodef-layout--textual .qodef-arrow--textual,
.sr7-layer .qodef-contact-page-form .qodef-button.qodef-layout--textual .qodef-arrow--textual {
    display: none
}

.qodef-contact-form-7 .qodef-contact-page-form .qodef-button.qodef-layout--textual.qodef-skin--light,
.rs-layer .qodef-contact-page-form .qodef-button.qodef-layout--textual.qodef-skin--light,
.sr7-layer .qodef-contact-page-form .qodef-button.qodef-layout--textual.qodef-skin--light {
    --qode-button-color: #291616;
    --qode-button-border-color: #fff;
    --qode-button-bg-color: #fff
}

.qodef-contact-form-7 .qodef-contact-page-form .qodef-button.qodef-layout--textual .qodef-m-text,
.rs-layer .qodef-contact-page-form .qodef-button.qodef-layout--textual .qodef-m-text,
.sr7-layer .qodef-contact-page-form .qodef-button.qodef-layout--textual .qodef-m-text {
    padding: 1px 0;
    --qodef-underline-position-y: 100%;
    --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: 0 var(--qodef-underline-height);
    transition: background-size .4s cubic-bezier(.51, .5, .07, .99)
}

.qodef-contact-form-7 .qodef-contact-page-form .qodef-button.qodef-layout--textual,
.rs-layer .qodef-contact-page-form .qodef-button.qodef-layout--textual,
.sr7-layer .qodef-contact-page-form .qodef-button.qodef-layout--textual {
    margin-top: 10px !important;
    padding: 9px 26px 10px !important;
    background-color: var(--qode-main-color)
}

.qodef-contact-form-7 .qodef-contact-page-form .qodef-button.qodef-layout--textual:hover,
.rs-layer .qodef-contact-page-form .qodef-button.qodef-layout--textual:hover,
.sr7-layer .qodef-contact-page-form .qodef-button.qodef-layout--textual:hover {
    color: var(--qode-button-hover-color, var(--qode-button-color, #fff));
    background-color: var(--qode-button-bg-hover-color, var(--qode-button-bg-color, #291616));
    border-color: var(--qode-button-border-hover-color, var(--qode-button-border-color, transparent))
}

.qodef-contact-form-7 .qodef-contact-page-form .qodef-button.qodef-layout--textual:hover .qodef-m-text,
.rs-layer .qodef-contact-page-form .qodef-button.qodef-layout--textual:hover .qodef-m-text,
.sr7-layer .qodef-contact-page-form .qodef-button.qodef-layout--textual:hover .qodef-m-text {
    background-size: 100% var(--qodef-underline-height);
    background-position: 0 var(--qodef-underline-position-y)
}

.qodef-contact-form-7 .qodef-contact-page-form .qodef-button.qodef-layout--textual:hover .qodef-m-text,
.rs-layer .qodef-contact-page-form .qodef-button.qodef-layout--textual:hover .qodef-m-text,
.sr7-layer .qodef-contact-page-form .qodef-button.qodef-layout--textual:hover .qodef-m-text {
    animation: none
}

.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 #sb_instagram.qodef-swiper-container #sbi_images .sbi_item {
    margin: inherit !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 rgba(255, 255, 255, .15);
    border-left: 1px solid rgba(255, 255, 255, .15);
    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 rgba(255, 255, 255, .15);
    border-right: 1px solid rgba(255, 255, 255, .15);
    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 rgba(255, 255, 255, .15)
}

.qodef-clients-list.qodef-item-layout--boxed .qodef-e:hover .qodef-e-background-holder {
    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;
    clip-path: inset(0 100% 0 0);
    transition: 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-team-list .qodef-e-role {
    margin: 0 0 3px
}

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

.qodef-team-list .qodef-social-icons {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin: 0
}

.qodef-team-list .qodef-social-icons+.qodef-e-phone {
    margin-top: 6px
}

.qodef-team-list.qodef-vertical-separator--yes .qodef-grid-item:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: var(--qode-main-color);
    position: absolute;
    left: 0;
    bottom: calc(-1 * var(--qode-columns-row-gap)/ 2)
}

.qodef-team-list.qodef-vertical-separator--yes .qodef-grid-item:last-child:after {
    content: none
}

.qodef-team-list.qodef-skin--light .qodef-grid-item:after {
    background-color: rgba(255, 255, 255, .15)
}

.qodef-team-list.qodef-skin--light .qodef-e-content * {
    color: #fff
}

.qodef-team-list .qodef-e .qodef-e-media-image {
    overflow: hidden
}

.qodef-team-list .qodef-e .qodef-e-media-image a {
    display: block
}

.qodef-team-list .qodef-e .qodef-e-media-image img {
    transform: scale(1.06) translateX(0);
    transition: transform .55s cubic-bezier(.29, .59, .23, .93)
}

.qodef-browser--safari .qodef-team-list .qodef-e .qodef-e-media-image img {
    will-change: transform
}

.qodef-browser--firefox .qodef-team-list .qodef-e .qodef-e-media-image img {
    will-change: transform
}

.qodef-team-list .qodef-e:hover .qodef-e-media-image img {
    transform: scale(1.06) translateX(4px)
}

.qodef-team-list.qodef-item-layout--info-below .qodef-e-content {
    margin: 18px 0 0
}

.qodef-team-list.qodef-item-layout--info-left .qodef-e-inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    grid-gap: 20px
}

.qodef-team-list.qodef-item-layout--info-left .qodef-e-content {
    width: 50%;
    margin: 65px 0 0
}

.qodef-team-list.qodef-item-layout--info-left .qodef-e-image {
    flex-shrink: 1
}

.qodef-team-list.qodef-item-layout--info-left .qodef-e-image .qodef-e-media-image {
    max-width: 647px
}

@media only screen and (max-width:880px) {
    .qodef-team-list.qodef-item-layout--info-left .qodef-e-image .qodef-e-media-image {
        max-width: 100%
    }
}

.qodef-team-list.qodef-item-layout--info-left .qodef-e-title {
    margin: 0 0 12px
}

.qodef-team-list.qodef-item-layout--info-left .qodef-e-role {
    font-size: 18px;
    margin: 0 0 33px
}

.qodef-team-list.qodef-item-layout--info-left .qodef-e-excerpt {
    max-width: 67%;
    margin: 0 0 34px
}

@media only screen and (max-width:1512px) {
    .qodef-team-list.qodef-item-layout--info-left .qodef-e-excerpt {
        max-width: 90%
    }
}

@media only screen and (max-width:1200px) {
    .qodef-team-list.qodef-item-layout--info-left .qodef-e-content {
        margin: 30px 0 0
    }
}

@media only screen and (max-width:1024px) {
    .qodef-team-list.qodef-item-layout--info-left .qodef-e-content {
        width: 90%;
        margin: 0 0 0
    }
}

@media only screen and (max-width:880px) {
    .qodef-team-list.qodef-item-layout--info-left .qodef-e-inner {
        flex-direction: column-reverse
    }

    .qodef-team-list.qodef-item-layout--info-left .qodef-e-content {
        width: 100%
    }

    .qodef-team-list.qodef-item-layout--info-left .qodef-e-excerpt {
        max-width: 100%
    }
}

.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;
    padding: 20px;
    text-align: center
}

.qodef-team-list.qodef-item-layout--info-on-hover.qodef-skin--light .qodef-e-content {
    background-color: #291616
}

.single-team {
    background-color: #fff
}

.qodef-team-single .qodef-e-content-top-wrapper-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 30px;
    position: relative;
    padding: 186px 0 85px 0
}

@media only screen and (max-width:1200px) {
    .qodef-team-single .qodef-e-content-top-wrapper-inner {
        padding: 126px 0 85px 0
    }
}

.qodef-team-single .qodef-e-content-top-wrapper-inner .qodef-e-content-top-inner {
    transform: translateY(-6px)
}

.qodef-team-single .qodef-e-content-top-inner * {
    color: #fff
}

.qodef-team-single .qodef-e-title {
    margin: 0
}

.qodef-team-single .qodef-team-member-role {
    display: block;
    margin-top: 12px;
    margin-bottom: 33px;
    font-size: 18px;
    line-height: 1.39em
}

.qodef-team-single .qodef-e-excerpt {
    margin: 0 0 36px 0;
    padding-right: 53%
}

@media only screen and (max-width:880px) {
    .qodef-team-single .qodef-e-excerpt {
        padding-right: 0
    }
}

.qodef-team-single .qodef-team-member-social-icons {
    font-size: 13px;
    line-height: 1.38em;
    font-weight: 500;
    letter-spacing: .1em;
    text-transform: uppercase
}

.qodef-team-single .qodef-team-member-social-icons .qodef-team-member-social-icon {
    display: flex;
    align-items: center;
    margin-bottom: 10px
}

.qodef-team-single .qodef-team-member-social-icons .qodef-team-member-social-icon:last-child {
    margin-bottom: 0
}

.qodef-team-single .qodef-team-member-social-icons .qodef-team-member-social-icon .qodef-arrow-holder {
    color: #291616
}

.qodef-team-single .qodef-team-member-social-icons .qodef-team-member-social-icon .qodef-arrow-holder svg {
    width: 11px;
    height: 11px;
    display: block;
    margin-left: 8px;
    transform: rotate(0) translateZ(0);
    transition: transform .3s ease
}

.qodef-team-single .qodef-team-member-social-icons .qodef-team-member-social-icon:hover .qodef-arrow-holder svg {
    transform: rotate(45deg) translateZ(0)
}

.qodef-team-single .qodef-e-content-top {
    background-color: var(--qode-main-color);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.qodef-team-single .qodef-e-content-middle .qodef-e-content {
    margin-top: 124px
}

.qodef-team-single .qodef-e-content-bottom {
    margin-top: 140px
}

.qodef-team-single .qodef-e-content-bottom.qodef--empty-content {
    margin: 0;
    display: none
}

.qodef-team-single .qodef-e-biography-holder {
    margin-bottom: 30px
}

.qodef-team-single .qodef-e-biography-holder .qodef-biography-title {
    margin: 0 0 24px
}

.qodef-team-single .qodef-e-biography-holder .qodef-e-biography {
    margin: 0;
    max-width: 58%
}

.qodef-team-single .qodef-e-team-info {
    display: flex;
    border-bottom: 1px solid #e0dede;
    padding: 31px 0
}

.qodef-team-single .qodef-e-contact a span {
    --qodef-underline-position-y: 100%;
    --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: 0 var(--qodef-underline-height);
    transition: background-size .5s cubic-bezier(.29, .8, .31, .98), color .27s ease-out, background-color .27s ease-out, border-color .27s ease-out
}

.qodef-team-single .qodef-e-contact a:hover span {
    background-size: 100% var(--qodef-underline-height);
    background-position: 0 var(--qodef-underline-position-y)
}

.qodef-team-single .qodef-e-info-title {
    margin: 0;
    width: 34%
}

.qodef-team-single .qodef-e-content-right {
    width: 66%;
    display: flex;
    align-items: center
}

.qodef-team-single .qodef-e-content-right>* {
    width: 100%
}

.qodef-team-single .qodef-e-content-right .qodef-team-member-social-icons {
    display: flex;
    row-gap: 20px;
    flex-wrap: wrap
}

.qodef-team-single .qodef-e-content-right .qodef-team-member-social-icons .qodef-team-member-social-icon {
    margin-bottom: 0;
    width: 50%;
    padding-right: 20px
}

.qodef-team-single .qodef-e-services ul {
    display: block;
    margin: 0;
    list-style: none
}

.qodef-team-single .qodef-e-services ul li {
    margin-bottom: 10px
}

.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 .qodef-e-author-job {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: -.015em;
    line-height: 18px
}

.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 {
    color: #fff;
    fill: #fff
}

.qodef-testimonials-list.qodef-skin--light .qodef-e-author-job {
    color: #fff
}

.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-nav-inner .swiper-button-next.swiper-button-outside {
    right: -60px !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: Lora, sans-serif;
    position: absolute;
    left: 0;
    font-size: 245px;
    line-height: 1em
}

.qodef-testimonials-list.qodef-item-layout--info-below .qodef-e-inner .qodef-e-content {
    padding-top: 20px
}

.qodef-testimonials-list.qodef-item-layout--info-below .qodef-e-text {
    margin: 0 0 54px
}

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

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

.qodef-testimonials-list.qodef-item-layout--info-below .qodef-e-author .qodef-e-author-job {
    margin: 5px 0 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: var(--qode-main-color)
}

.qodef-testimonials-list.qodef-item-layout--info-beside.qodef-swiper-container:not(.qodef-col-num--1) .qodef-e.swiper-slide-active {
    background-color: var(--qode-main-color)
}

.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: Lora, sans-serif;
    position: absolute;
    left: 154px;
    top: 31px;
    font-size: var(--qodef-testimonials-quote-font-size, 200px);
    line-height: 1em;
    color: rgba(41, 22, 22, .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: 6px;
    fill: #fff
}

.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: #fff
}

.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: Lora, sans-serif;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 245px;
    line-height: 1em;
    color: #fff;
    opacity: .11
}

.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: #fff
}

.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: Lora, sans-serif;
    position: absolute;
    left: 0;
    font-size: var(--qodef-testimonials-quote-font-size, 80px);
    line-height: 1em;
    color: rgba(255, 255, 255, .11)
}

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

.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: #291616
}

.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 {
    --qode-star-width: 14px;
    --qode-star-gap: 8px;
    line-height: var(--qode-star-width)
}

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

.qodef-review-rating .qodef-comments-ratings .qodef-m-stars {
    color: #291616;
    display: flex;
    gap: var(--qode-star-gap)
}

.qodef-review-rating .qodef-comments-ratings .qodef-m-stars svg {
    display: block;
    width: var(--qode-star-width);
    height: auto;
    flex-shrink: 0
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.qodef-reviews-per-mark .qodef-rating-percentage-wrapper {
    width: 75%;
    padding: 29px 50px 40px;
    background-color: #fafafa;
    border-left: 1px solid #e5e5e5
}

.qodef-reviews-simple .qodef-reviews-number-wrapper .qodef-reviews-summary {
    display: inline-block;
    vertical-align: middle
}

.qodef-reviews-simple .qodef-reviews-number-wrapper .qodef-stars-wrapper {
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 15px
}

.qodef-reviews-simple .qodef-reviews-number-wrapper .qodef-stars-wrapper-inner {
    display: block
}

.qodef-comment-list .qodef-comment-name {
    float: none
}

.qodef-comment-list .qodef-review-rating {
    display: inline-block;
    width: 100%
}

.qodef-comment-list .qodef-rating-inner {
    display: inline-block;
    width: 100%
}

@keyframes cover_search_fade_out {
    0% {
        opacity: 1;
        visibility: visible;
        z-index: 100
    }

    100% {
        opacity: 0;
        visibility: hidden;
        z-index: 0
    }
}

@keyframes cover_search_fade_in {
    0% {
        opacity: 0;
        visibility: hidden;
        z-index: 100
    }

    100% {
        opacity: 1;
        visibility: visible;
        z-index: 100
    }
}

.qodef-search-cover-form {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    background-color: #fff;
    z-index: -1;
    transition: opacity .3s ease
}

.qodef-search-cover-form .qodef-m-inner {
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 0 70px
}

.qodef-search-cover-form .qodef-m-form-field {
    padding: 0;
    margin-bottom: 0;
    font-size: 26px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--qode-main-color);
    background-color: transparent;
    border: 0;
    border-radius: 0;
    outline-offset: 0
}

.qodef-search-cover-form .qodef-m-form-field:focus {
    color: var(--qode-main-color)
}

.qodef-search-cover-form .qodef-m-form-field:-ms-input-placeholder {
    color: inherit;
    opacity: 1
}

.qodef-search-cover-form .qodef-m-form-field::placeholder {
    color: inherit;
    opacity: 1
}

.qodef-search-cover-form .qodef-m-close {
    flex-shrink: 0
}

.qodef-search-cover-form .qodef-m-close.qodef-source--icon-pack {
    font-size: 23px
}

.qodef-covers-search--fadeout .qodef-search-cover-form {
    animation: cover_search_fade_out .3s ease both
}

.qodef-covers-search--fadein .qodef-search-cover-form {
    animation: cover_search_fade_in .3s ease both
}

.qodef-header--sticky-display #qodef-page-header>.qodef-search-cover-form {
    display: none
}

.qodef-fullscreen-search-holder {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, .98);
    z-index: 100
}

.qodef-fullscreen-menu-animate--in .qodef-fullscreen-search-holder {
    display: none
}

.qodef-fullscreen-search-holder .qodef-m-inner {
    width: 100%
}

.qodef-fullscreen-search-holder .qodef-m-form {
    position: relative;
    width: 60%;
    margin: 0 auto
}

.qodef-fullscreen-search-holder .qodef-m-form-field {
    height: 100%;
    margin: 0;
    padding: 0;
    font-size: 25px;
    color: #291616;
    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: #291616;
    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: #291616;
    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: #291616
}

.qodef-fullscreen-search-holder .qodef-m-close.qodef-source--icon-pack {
    font-size: 25px
}

.qodef-fullscreen-search--opened .qodef-fullscreen-search-holder .qodef-m-close {
    opacity: 1;
    visibility: visible
}

.qodef-fullscreen-search--fadeout .qodef-fullscreen-search-holder {
    animation: fullscreen_search_fade_out .3s ease both
}

.qodef-fullscreen-search--fadein .qodef-fullscreen-search-holder {
    animation: fullscreen_search_fade_in .3s ease both
}

@keyframes fullscreen_search_fade_out {
    0% {
        opacity: 1;
        visibility: visible
    }

    100% {
        opacity: 0;
        visibility: hidden
    }
}

@keyframes fullscreen_search_fade_in {
    0% {
        opacity: 0;
        visibility: hidden
    }

    100% {
        opacity: 1;
        visibility: visible
    }
}

.qodef-search-opener>* {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: inherit
}

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

.qodef-accordion {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    visibility: hidden;
    overflow-anchor: none
}

.qodef-accordion .qodef-accordion-content-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-accordion.qodef--init {
    visibility: visible
}

.qodef-accordion.qodef-layout--simple {
    border-bottom: 1px solid var(--qodef-accordion-border-color, #e0dede);
    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, 26px) 0 var(--qodef-accordion-title-bottom-padding, 32px);
    transition: color .2s ease-out, background-color .2s ease-out, padding .4s ease;
    cursor: pointer;
    border-top: 1px solid var(--qodef-accordion-border-color, #e0dede);
    color: var(--qodef-accordion-title-color, #291616);
    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: 16px
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-tab-title {
    position: relative;
    padding-left: 39px;
    padding-right: 30px
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-tab-title:before {
    content: counter(count, decimal-leading-zero);
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -.015em;
    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;
    width: 20px;
    height: 18px;
    line-height: 1;
    text-align: center
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark span {
    position: absolute;
    display: inline-flex;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity .2s ease-out
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark span:before {
    display: block;
    line-height: inherit
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark span.qodef-icon--minus {
    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--minus,
.qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-hover .qodef-accordion-mark span.qodef-icon--minus {
    opacity: 1
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-active .qodef-accordion-mark span.qodef-icon--plus,
.qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-hover .qodef-accordion-mark span.qodef-icon--plus {
    opacity: 0
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-content {
    padding: var(--qodef-accordion-content-top-padding, 0) 40px var(--qodef-accordion-content-bottom-padding, 49px);
    margin: 0;
    color: var(--qodef-accordion-content-color, #291616)
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-content p {
    margin: 0
}

.qodef-accordion.qodef-layout--simple.qodef-behavior--toggle .qodef-accordion-content {
    display: none
}

.qodef-author-pagination--on .qodef-m-pagination-spinner {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 32px;
    height: auto;
    fill: var(--qode-main-color);
    stroke: none;
    visibility: hidden;
    z-index: -1;
    animation: qode-rotate 2s infinite linear
}

.qodef-author-pagination--on.qodef-pagination-type--standard .qodef-grid-inner {
    opacity: 1;
    transition: opacity .27s ease-out
}

.qodef-author-pagination--on.qodef-pagination-type--standard.qodef--loading .qodef-grid-inner {
    opacity: 0
}

.qodef-author-pagination--on.qodef-pagination-type--load-more .qodef-m-pagination-spinner {
    position: absolute;
    bottom: 10px;
    left: calc(50% - 16px)
}

.qodef-author-pagination--on.qodef-pagination-type--load-more.qodef--loading .qodef-m-pagination-spinner {
    visibility: visible;
    z-index: 1
}

.qodef-author-pagination--on.qodef-pagination-type--load-more.qodef--loading .qodef-load-more-button {
    opacity: 0
}

.qodef-author-pagination--on.qodef-pagination-type--infinite-scroll.qodef--loading .qodef-m-pagination-spinner {
    visibility: visible;
    z-index: 1
}

.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: Lora, sans-serif;
    margin: 0;
    opacity: .5;
    letter-spacing: 0
}

.qodef-banner span.qodef-m-subtitle {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    letter-spacing: -.015em;
    line-height: 25px
}

.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-button svg line {
    stroke: #fff
}

.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: opacity .7s 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 {
    opacity: 1
}

.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: 10%
}

@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: #fff;
    opacity: .6
}

.qodef-banner.qodef-layout--link-button-image-on-hover .qodef-m-subtitle {
    margin: 10px 0;
    color: #fff;
    opacity: .6
}

.qodef-banner.qodef-layout--link-button-image-on-hover .qodef-m-text {
    margin: 0;
    color: #fff;
    opacity: .6
}

.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: var(--qode-main-color)
}

.qodef-banner.qodef-layout--link-overlay .qodef-m-subtitle {
    color: var(--qode-main-color);
    opacity: 1
}

.qodef-banner.qodef-layout--link-overlay .qodef-m-text {
    margin: 10px 0 0;
    color: var(--qode-main-color)
}

.qodef-button.qodef-html--link {
    color: #291616;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 1.6666666667em;
    font-weight: 500;
    letter-spacing: -.015em;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin: 0;
    text-decoration: none;
    border-radius: 0;
    outline: 0;
    transition: color .27s ease-out, background-color .27s ease-out, border-color .27s ease-out;
    box-shadow: none;
    background-image: none;
    opacity: 1;
    padding: 9px 26px 10px
}

.qodef-button.qodef-size--small {
    padding: 7px 22px 8px
}

.qodef-button.qodef-size--large {
    padding: 11px 30px 12px
}

.qodef-button.qodef-size--full {
    width: 100%;
    padding: 9px 26px 10px;
    justify-content: center;
    text-align: center
}

.qodef-button.qodef-layout--filled.qodef-html--link {
    color: var(--qode-button-color, #fff);
    background-color: var(--qode-button-bg-color, #291616);
    border: 1px solid var(--qode-button-border-color, transparent)
}

.qodef-button.qodef-layout--filled.qodef-html--link.qodef-skin--light {
    --qode-button-color: #291616;
    --qode-button-border-color: #fff;
    --qode-button-bg-color: #fff
}

.qodef-button.qodef-layout--filled.qodef-html--link .qodef-m-text {
    padding: 1px 0;
    --qodef-underline-position-y: 100%;
    --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: 0 var(--qodef-underline-height);
    transition: background-size .4s cubic-bezier(.51, .5, .07, .99)
}

.qodef-button.qodef-layout--filled.qodef-html--link:hover {
    color: var(--qode-button-hover-color, var(--qode-button-color, #fff));
    background-color: var(--qode-button-bg-hover-color, var(--qode-button-bg-color, #291616));
    border-color: var(--qode-button-border-hover-color, var(--qode-button-border-color, transparent))
}

.qodef-button.qodef-layout--filled.qodef-html--link:hover .qodef-m-text {
    background-size: 100% var(--qodef-underline-height);
    background-position: 0 var(--qodef-underline-position-y)
}

.qodef-button.qodef-layout--only-arrow {
    width: 100%;
    height: auto;
    padding: 0 !important;
    color: #291616;
    background-color: transparent;
    border: 0;
    line-height: 1;
    color: var(--qode-button-color, #291616);
    background-color: transparent;
    border: 0;
    padding: 0 !important
}

.qodef-button.qodef-layout--only-arrow .qodef-arrow {
    transform: rotate(0);
    transition: transform .27s ease-out
}

.qodef-button.qodef-layout--only-arrow.qodef-skin--light {
    --qode-button-color: #fff
}

.qodef-button.qodef-layout--only-arrow .qodef-arrow {
    --qode-hover-move-x: 110%;
    --qode-hover-move-y: 100%
}

.qodef-button.qodef-layout--only-arrow .qodef-arrow g {
    transition: transform .38s cubic-bezier(.37, .08, .02, .93), opacity .18s ease-out
}

.qodef-browser--firefox .qodef-button.qodef-layout--only-arrow .qodef-arrow g {
    will-change: transform;
    transition-duration: .3s, .18s;
    transform-style: preserve-3d
}

.qodef-browser--safari .qodef-button.qodef-layout--only-arrow .qodef-arrow g {
    will-change: transform
}

.qodef-button.qodef-layout--only-arrow .qodef-arrow g:nth-of-type(1) {
    transform: translateX(0) translateY(0);
    opacity: 1;
    transition-delay: .15s, .15s
}

.qodef-button.qodef-layout--only-arrow .qodef-arrow 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--only-arrow:hover {
    color: var(--qode-button-hover-color, var(--qode-button-color, #291616));
    background-color: transparent
}

.qodef-button.qodef-layout--only-arrow:hover .qodef-arrow 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--only-arrow:hover .qodef-arrow g:nth-of-type(2) {
    transform: translateX(0) translateY(0);
    opacity: 1;
    transition-delay: .15s, .15s
}

.qodef-button.qodef-layout--outlined {
    color: var(--qode-button-color, #291616);
    background-color: transparent;
    border: 1px solid var(--qode-button-border-color, #291616)
}

.qodef-button.qodef-layout--outlined.qodef-skin--light {
    --qode-button-color: #fff;
    --qode-button-border-color: #fff
}

.qodef-button.qodef-layout--outlined .qodef-m-text {
    padding: 1px 0;
    --qodef-underline-position-y: 100%;
    --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: 0 var(--qodef-underline-height);
    transition: background-size .4s cubic-bezier(.51, .5, .07, .99)
}

.qodef-button.qodef-layout--outlined:hover {
    color: var(--qode-button-hover-color, var(--qode-button-color, #291616));
    background-color: var(--qode-button-bg-hover-color, transparent);
    border-color: var(--qode-button-border-hover-color, var(--qode-button-border-color, #291616))
}

.qodef-button.qodef-layout--outlined:hover .qodef-m-text {
    background-size: 100% var(--qodef-underline-height);
    background-position: 0 var(--qodef-underline-position-y)
}

.qodef-button.qodef-layout--textual {
    color: var(--qode-button-color, #291616);
    background-color: transparent;
    border: 0;
    padding: 0 !important
}

.qodef-button.qodef-layout--textual.qodef-skin--light {
    --qode-button-color: #fff
}

.qodef-button.qodef-layout--textual .qodef-m-text {
    padding: 1px 0;
    --qodef-underline-position-y: calc(100% - 0px);
    --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)
}

.qodef-button.qodef-layout--textual .qodef-arrow--textual {
    --qode-hover-move-x: 110%;
    --qode-hover-move-y: 100%
}

.qodef-button.qodef-layout--textual .qodef-arrow--textual g {
    transition: transform .38s cubic-bezier(.37, .08, .02, .93), opacity .18s ease-out
}

.qodef-browser--firefox .qodef-button.qodef-layout--textual .qodef-arrow--textual g {
    will-change: transform;
    transition-duration: .3s, .18s;
    transform-style: preserve-3d
}

.qodef-browser--safari .qodef-button.qodef-layout--textual .qodef-arrow--textual g {
    will-change: transform
}

.qodef-button.qodef-layout--textual .qodef-arrow--textual g:nth-of-type(1) {
    transform: translateX(0) translateY(0);
    opacity: 1;
    transition-delay: .15s, .15s
}

.qodef-button.qodef-layout--textual .qodef-arrow--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 .qodef-arrow--textual {
    width: .6666666667em;
    height: .6666666667em;
    margin-left: 2px
}

.qodef-button.qodef-layout--textual:hover {
    color: var(--qode-button-hover-color, var(--qode-button-color, #291616));
    background-color: transparent
}

.qodef-button.qodef-layout--textual:hover .qodef-m-text {
    animation: qode-inline-underline-initial-hover .8s cubic-bezier(.57, .39, 0, .86) 1 forwards
}

.qodef-button.qodef-layout--textual:hover .qodef-arrow--textual 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 .qodef-arrow--textual 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-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;
    margin: 9px 0 0;
    font-weight: 500;
    letter-spacing: -.015em;
    line-height: 24px
}

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

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

.qodef-countdown.qodef-countdown--light .qodef-digit,
.qodef-countdown.qodef-countdown--light .qodef-label {
    color: #fff !important
}

.qodef-countdown.qodef-layout--simple .qodef-digit-wrapper {
    display: inline-block;
    vertical-align: top;
    padding: 0 20px
}

.qodef-countdown.qodef-layout--simple .qodef-digit {
    font-family: Lora, sans-serif;
    font-size: 43px;
    line-height: 1em;
    font-weight: 400;
    color: #291616;
    letter-spacing: -.012em
}

.qodef-counter.qodef-layout--simple {
    font-family: Lora, 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 28px;
    color: #647478;
    stroke-width: 0
}

.qodef-counter.qodef-layout--simple .qodef-m-image-wrapper svg {
    stroke: currentColor;
    fill: none;
    opacity: 1
}

.qodef-counter.qodef-layout--simple .qodef-m-digit {
    font-weight: 400;
    font-size: 105px;
    line-height: 1;
    color: var(--qode-main-color);
    letter-spacing: 0;
    opacity: .37
}

.qodef-counter.qodef-layout--simple .qodef-m-title {
    margin: 19px 0 0 0
}

.qodef-counter.qodef-layout--simple .qodef-m-text {
    font-family: 'Roboto', sans-serif;
    margin: 0
}

.qodef-counter.qodef-layout--simple .qodef-m-svg svg * {
    stroke: currentColor
}

.qodef-counter.qodef-layout--simple.qodef-counter--light .qodef-m-digit {
    color: #fff;
    opacity: .57
}

.widget.widget_dictum_core_custom_font {
    margin-bottom: 0 !important
}

.qodef-custom-font.qodef-alignment--center {
    text-align: center
}

.qodef-custom-font.qodef-alignment--left {
    text-align: left
}

.qodef-custom-font.qodef-alignment--right {
    text-align: right
}

.qodef-custom-font .qodef-e-lable {
    display: block;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0;
    color: #291616;
    margin-bottom: 28px
}

.qodef-custom-font .qodef-e-title {
    position: relative;
    margin: 0
}

.qodef-custom-font .qodef-highlight-text {
    opacity: .43;
    --qode-bottom-pos: 4px
}

.qodef-custom-font .qodef-highlight-text .qodef-m-regular-style {
    display: none
}

.qodef-custom-font.qodef-alignment--left .qodef-custom-font-title {
    text-align: left
}

.qodef-custom-font.qodef-alignment--center .qodef-custom-font-title {
    text-align: center
}

.qodef-custom-font.qodef-alignment--right .qodef-custom-font-title {
    text-align: right
}

@media only screen and (max-width:1200px) {
    .qodef-custom-font.qodef-title-break--disabled .qodef-m-title br {
        display: none
    }
}

.qodef-custom-font a .qodef-svg--decoration-arrow-big {
    --qode-hover-move-x: 110%;
    --qode-hover-move-y: 100%
}

.qodef-custom-font a .qodef-svg--decoration-arrow-big g {
    transition: transform .38s cubic-bezier(.37, .08, .02, .93), opacity .18s ease-out
}

.qodef-custom-font a .qodef-svg--decoration-arrow-big g:nth-of-type(1) {
    transform: translateX(0) translateY(0);
    opacity: 1;
    transition-delay: .15s, .15s
}

.qodef-custom-font a .qodef-svg--decoration-arrow-big 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-custom-font a:hover {
    color: currentColor
}

.qodef-custom-font a:hover .qodef-svg--decoration-arrow-big 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-custom-font a:hover .qodef-svg--decoration-arrow-big g:nth-of-type(2) {
    transform: translateX(0) translateY(0);
    opacity: 1;
    transition-delay: .15s, .15s
}

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

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

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

.qodef-dropcaps .qodef-m-letter {
    color: #291616;
    font-family: Lora, sans-serif;
    font-size: 43px;
    line-height: 1.2093023256em;
    font-weight: 400;
    letter-spacing: -.012em;
    position: relative;
    top: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    margin: 0 10px 5px 0
}

@media only screen and (max-width:1200px) {
    .qodef-dropcaps .qodef-m-letter {
        font-size: 38px
    }
}

.qodef-dropcaps .qodef-m-text {
    display: inline;
    margin: 0
}

.qodef-dropcaps:not(.qodef-type--simple) .qodef-m-letter {
    font-family: 'Roboto', sans-serif;
    font-size: 25px;
    line-height: 1.4em;
    font-weight: 400;
    letter-spacing: -.021em;
    width: 40px;
    height: 40px;
    color: #fff;
    background-color: #291616
}

@media only screen and (max-width:1200px) {
    .qodef-dropcaps:not(.qodef-type--simple) .qodef-m-letter {
        font-size: 23px
    }
}

.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 {
    color: rgba(255, 255, 255, .5)
}

.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% - 1032px);
    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: #fff
}

.qodef-horizontal-accordion-showcase .qodef-m-item.active .qodef-m-header .qodef-m-title::before {
    color: #fff
}

.qodef-horizontal-accordion-showcase .qodef-m-item.active .qodef-m-content {
    opacity: 1;
    transition-delay: .2s
}

.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 #6a4443;
    background-color: 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: #fff;
    stroke-width: 2px;
    transition: transform .4s cubic-bezier(.22, .61, .36, 1)
}

.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: 32px;
    margin: 0;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    color: #fff;
    transition: color .3s ease
}

.qodef-horizontal-accordion-showcase .qodef-m-header .qodef-m-title::before {
    content: counter(count, decimal-leading-zero);
    color: #715453;
    font-family: Lora, sans-serif;
    font-size: 180px;
    transition: color .3s ease;
    letter-spacing: 0;
    position: relative;
    right: -5px;
    padding: 0 0 47px
}

.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%;
    background: var(--qode-main-color)
}

.qodef-horizontal-accordion-showcase .qodef-m-content-left {
    padding: 15px 60px 127px 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: #fff;
    margin: 0 0 10px
}

.qodef-horizontal-accordion-showcase .qodef-m-content .qodef-m-description {
    color: #fff
}

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

.qodef-horizontal-accordion-showcase .qodef-m-button {
    padding: 5px 29px 8px 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% 100px
}

.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 #6a4443;
    transition: all .3s ease
}

.qodef-horizontal-accordion-showcase-responsive .qodef-m-header .qodef-m-title {
    margin: 0;
    color: #fff
}

.qodef-horizontal-accordion-showcase-responsive .qodef-m-header .qodef-m-title:before {
    content: counter(count, decimal-leading-zero);
    color: #fff;
    font-family: 'Roboto', sans-serif
}

.qodef-horizontal-accordion-showcase-responsive .qodef-m-header .qodef-m-arrow svg {
    transition: all .3s ease;
    display: block
}

.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: #fff
}

.qodef-horizontal-accordion-showcase-responsive .qodef-m-header.ui-state-active .qodef-m-title:before {
    color: #fff
}

.qodef-horizontal-accordion-showcase-responsive .qodef-m-header.ui-state-active .qodef-m-arrow svg {
    transform: scaleY(-1)
}

.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 var(--qode-main-color)
}

.qodef-horizontal-accordion-showcase-responsive .qodef-m-content .qodef-m-title {
    color: #fff;
    margin: 0 0 10px
}

.qodef-horizontal-accordion-showcase-responsive .qodef-m-content .qodef-m-description {
    color: #fff;
    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: #041e22
}

.qodef-horizontal-showcase .qodef-horizontal-slide.qodef-size-type--big {
    width: 2846px
}

.qodef-horizontal-showcase .qodef-horizontal-slide.qodef-size-type--big .qodef-e-item-intro-image {
    width: 36.3%
}

.qodef-horizontal-showcase .qodef-horizontal-slide.qodef-size-type--medium {
    width: 1920px
}

.qodef-horizontal-showcase .qodef-horizontal-slide.qodef-size-type--small {
    width: 1536px
}

.qodef-horizontal-showcase .qodef-horizontal-slide.qodef-first-item {
    width: 1750px
}

.qodef-horizontal-showcase .qodef-horizontal-slide.qodef-last-item {
    width: 1776px
}

.qodef-horizontal-showcase .qodef-horizontal-slide.qodef-last-item .qodef-e-item-intro-image {
    width: 47.7%
}

.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.65%;
    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: #c1bbbb
}

.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: 'Roboto', sans-serif;
    font-size: 15px
}

.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: #291616;
    --qode-hover-move-x: 110%;
    --qode-hover-move-y: 0%;
    color: #fff
}

.qodef-horizontal-showcase .qodef-e-action.qodef-scroll--back g {
    transition: transform .38s cubic-bezier(.37, .08, .02, .93), opacity .18s ease-out
}

.qodef-browser--firefox .qodef-horizontal-showcase .qodef-e-action.qodef-scroll--back g {
    will-change: transform;
    transition-duration: .3s, .18s;
    transform-style: preserve-3d
}

.qodef-browser--safari .qodef-horizontal-showcase .qodef-e-action.qodef-scroll--back g {
    will-change: transform
}

.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;
    line-height: 1
}

.qodef-icon-list-item p.qodef-e-title .qodef-e-title-text {
    --qodef-underline-position-y: 100%;
    --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: 0 var(--qodef-underline-height);
    transition: background-size .5s cubic-bezier(.29, .8, .31, .98), color .27s ease-out, background-color .27s ease-out, border-color .27s ease-out
}

.qodef-icon-list-item p.qodef-e-title a:hover .qodef-e-title-text {
    background-size: 100% var(--qodef-underline-height);
    background-position: 0 var(--qodef-underline-position-y)
}

.qodef-icon-list-item .qodef-e-title {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    line-height: 23px
}

.qodef-icon-list-item .qodef-e-title a {
    display: block;
    color: currentColor
}

.qodef-icon-list-item .qodef-e-title span.qodef-e-title-text {
    display: block
}

.qodef-icon-list-item span.qodef-e-title .qodef-e-title-text {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    line-height: 1.3846153846em;
    font-weight: 400;
    letter-spacing: -.015em;
    color: currentColor
}

.qodef-icon-list-item .qodef-e-title-inner {
    display: flex;
    align-items: center
}

.qodef-icon-list-item .qodef-icon-holder {
    flex-shrink: 0;
    margin-right: 5px;
    float: none
}

.qodef-icon-list-item .qodef-icon-holder .qodef-icon {
    font-size: 15px
}

.qodef-icon-list-item.qodef-icon--custom-icon a,
.qodef-icon-list-item.qodef-icon--custom-icon img {
    display: block
}

.qodef-icon-list-item.qodef-icon--custom-icon img {
    margin-right: 10px
}

#qodef-page-sidebar .widget.widget_dictum_core_icon_list_item {
    margin-bottom: 0
}

#qodef-page-footer .widget.widget_dictum_core_icon_list_item {
    margin-bottom: 0
}

#qodef-side-area .widget.widget_dictum_core_icon_list_item {
    margin-bottom: 0
}

.qodef-icon-with-text .qodef-m-title {
    margin: 0
}

.qodef-icon-with-text .qodef-m-title a {
    display: block
}

.qodef-icon-with-text .qodef-m-text {
    margin: 4px 0 0
}

.qodef-icon-with-text .qodef-m-icon-wrapper {
    line-height: 1
}

.qodef-icon-with-text .qodef-icon-holder {
    float: none;
    display: inline-flex
}

.qodef-icon-with-text .qodef-icon-holder .qodef-m-svg {
    display: inline-flex
}

.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-hover-effect--contrast .qodef-m-wrapper:not(.qodef-mask) .qodef-m-title {
    color: #291616
}

.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: #291616
}

.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);
    clip-path: inset(0 100% 0 0);
    transition: 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 {
    clip-path: inset(0 0 0 0)
}

.qodef-icon-with-text.qodef-boxed-content--yes .qodef-m-wrapper {
    padding: 28% 25% 11% 8%
}

.qodef-icon-with-text.qodef-layout--before-content {
    display: flex;
    align-items: flex-start
}

.qodef-icon-with-text.qodef-layout--before-content .qodef-m-icon-wrapper {
    flex-shrink: 0;
    margin-right: 20px
}

.qodef-icon-with-text.qodef-layout--before-title .qodef-m-title {
    line-height: 1
}

.qodef-icon-with-text.qodef-layout--before-title .qodef-m-text {
    margin: 13px 0 0
}

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

.qodef-icon-with-text.qodef-layout--top .qodef-m-title {
    margin-top: 19px
}

.qodef-icon-with-text.qodef-layout--top.qodef-alignment--center {
    text-align: center
}

.qodef-icon-with-text.qodef-layout--top.qodef-alignment--left {
    text-align: left
}

.qodef-icon-with-text.qodef-layout--top.qodef-alignment--right {
    text-align: right
}

.qodef-icon-with-text.qodef-layout--top.qodef--retina.qodef-alignment--left img {
    margin-left: 0
}

.qodef-icon-with-text.qodef-layout--top.qodef--retina.qodef-alignment--right img {
    margin-right: 0
}

.qodef-icon-holder {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: auto;
    line-height: 1
}

.qodef-icon-holder a {
    display: block
}

.qodef-icon-holder .qodef-icon {
    display: block;
    line-height: inherit
}

.qodef-icon-holder .qodef-icon:before {
    display: block;
    line-height: inherit
}

.qodef-icon-holder.qodef-layout--circle,
.qodef-icon-holder.qodef-layout--square {
    width: 2em;
    height: 2em;
    line-height: 2em;
    text-align: center;
    color: #fff;
    background-color: var(--qode-main-color);
    transition: color .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: #291616
}

.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_dictum_core_icon {
    display: inline-block;
    line-height: 1
}

#qodef-page-sidebar .widget.widget_dictum_core_icon {
    margin-bottom: 0
}

#qodef-page-footer .widget.widget_dictum_core_icon {
    margin-bottom: 0
}

#qodef-side-area .widget.widget_dictum_core_icon {
    margin-bottom: 0
}

.qodef-image-with-text {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-image-with-text .qodef-m-image {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-image-with-text .qodef-m-image a,
.qodef-image-with-text .qodef-m-image img {
    display: block
}

.qodef-image-with-text .qodef-m-content {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-image-with-text .qodef-m-title-holder {
    margin: 18px 0 0
}

.qodef-image-with-text .qodef-m-title {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0
}

.qodef-image-with-text span.qodef-m-title {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    line-height: 1.3846153846em;
    font-weight: 400;
    letter-spacing: -.015em;
    color: #291616
}

.qodef-image-with-text span.qodef-m-title {
    display: block
}

.qodef-image-with-text .qodef-m-text {
    margin: 9px 0 0
}

.qodef-mega-menu-widget-holder .widget .qodef-image-with-text .qodef-m-title a {
    color: #291616
}

.qodef-image-with-text.qodef-image-shadow--yes .qodef-m-image img {
    box-shadow: 0 3px 10px rgba(0, 0, 0, .1)
}

.qodef-image-with-text.qodef-image-action--custom-link {
    --qodef-move-y: -6px
}

.qodef-image-with-text.qodef-image-action--custom-link .qodef-m-title a {
    color: var(--qode-button-color, #291616);
    background-color: transparent;
    border: 0;
    padding: 0 !important
}

.qodef-image-with-text.qodef-image-action--custom-link .qodef-m-title a.qodef-skin--light {
    --qode-button-color: #fff
}

.qodef-image-with-text.qodef-image-action--custom-link .qodef-m-title a .qodef-m-text {
    padding: 1px 0;
    --qodef-underline-position-y: calc(100% - 0px);
    --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)
}

.qodef-image-with-text.qodef-image-action--custom-link .qodef-m-title a .qodef-arrow--textual {
    --qode-hover-move-x: 110%;
    --qode-hover-move-y: 100%
}

.qodef-image-with-text.qodef-image-action--custom-link .qodef-m-title a .qodef-arrow--textual g {
    transition: transform .38s cubic-bezier(.37, .08, .02, .93), opacity .18s ease-out
}

.qodef-browser--firefox .qodef-image-with-text.qodef-image-action--custom-link .qodef-m-title a .qodef-arrow--textual g {
    will-change: transform;
    transition-duration: .3s, .18s;
    transform-style: preserve-3d
}

.qodef-browser--safari .qodef-image-with-text.qodef-image-action--custom-link .qodef-m-title a .qodef-arrow--textual g {
    will-change: transform
}

.qodef-image-with-text.qodef-image-action--custom-link .qodef-m-title a .qodef-arrow--textual g:nth-of-type(1) {
    transform: translateX(0) translateY(0);
    opacity: 1;
    transition-delay: .15s, .15s
}

.qodef-image-with-text.qodef-image-action--custom-link .qodef-m-title a .qodef-arrow--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-image-with-text.qodef-image-action--custom-link .qodef-m-title a {
    color: currentColor
}

.qodef-image-with-text.qodef-image-action--custom-link .qodef-m-title a .qodef-arrow--textual {
    width: .6666666667em;
    height: .6666666667em;
    margin-left: 2px;
    transition: .27s ease-out
}

.qodef-image-with-text.qodef-image-action--custom-link .qodef-m-title a:hover {
    color: var(--qode-button-hover-color, var(--qode-button-color, #291616));
    background-color: transparent
}

.qodef-image-with-text.qodef-image-action--custom-link .qodef-m-title a:hover .qodef-m-text {
    animation: qode-inline-underline-initial-hover .8s cubic-bezier(.57, .39, 0, .86) 1 forwards
}

.qodef-image-with-text.qodef-image-action--custom-link .qodef-m-title a:hover .qodef-arrow--textual 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-image-with-text.qodef-image-action--custom-link .qodef-m-title a:hover .qodef-arrow--textual g:nth-of-type(2) {
    transform: translateX(0) translateY(0);
    opacity: 1;
    transition-delay: .15s, .15s
}

.qodef-image-with-text.qodef-image-action--custom-link .qodef-m-title a:hover {
    color: currentColor
}

.qodef-image-with-text.qodef-image-action--custom-link .qodef-m-title a .qodef-m-text {
    margin: 0
}

.current-menu-item .qodef-image-with-text.qodef-image-action--custom-link .qodef-m-title a {
    background-size: 100% var(--qodef-underline-height) !important;
    background-position: 0 var(--qodef-underline-position-y) !important
}

.qodef-image-with-text.qodef-image-action--custom-link .qodef-m-image {
    transform: translateY(0);
    transition: transform .5s cubic-bezier(.26, .57, .32, .95)
}

.qodef-browser--firefox .qodef-image-with-text.qodef-image-action--custom-link .qodef-m-image {
    transform-style: preserve-3d
}

.qodef-image-with-text.qodef-image-action--custom-link:hover .qodef-m-title a {
    color: var(--qode-button-hover-color, var(--qode-button-color, #291616));
    background-color: transparent
}

.qodef-image-with-text.qodef-image-action--custom-link:hover .qodef-m-title a .qodef-m-text {
    animation: qode-inline-underline-initial-hover .8s cubic-bezier(.57, .39, 0, .86) 1 forwards
}

.qodef-image-with-text.qodef-image-action--custom-link:hover .qodef-m-title a .qodef-arrow--textual 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-image-with-text.qodef-image-action--custom-link:hover .qodef-m-title a .qodef-arrow--textual g:nth-of-type(2) {
    transform: translateX(0) translateY(0);
    opacity: 1;
    transition-delay: .15s, .15s
}

.qodef-image-with-text.qodef-image-action--custom-link:hover .qodef-m-title a {
    color: currentColor
}

.qodef-image-with-text.qodef-image-action--custom-link:hover .qodef-m-image {
    transform: translateY(var(--qodef-move-y))
}

.qodef-image-with-text.qodef--has-appear .qodef-m-inner {
    --qodef-translate-y: 40px;
    transform: translateY(var(--qodef-translate-y));
    opacity: 0;
    transition: transform 1.1s cubic-bezier(.28, .89, .18, 1.09), opacity .35s
}

.qodef-image-with-text.qodef--has-appear.qodef--appeared .qodef-m-inner {
    transform: translateY(0);
    opacity: 1
}

.qodef-image-with-text.qodef-image-border--yes .qodef-m-image img {
    border: 1px solid var(--qode-image-border-color, #707070)
}

.qodef-info-section.qodef-layout--background-text {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-info-section.qodef-layout--background-text .qodef-m-info {
    position: relative;
    z-index: 2
}

.qodef-info-section.qodef-layout--background-text .qodef-m-title {
    margin: 0 0 18px
}

.qodef-info-section.qodef-layout--background-text .qodef-m-text {
    margin: 0
}

.qodef-info-section.qodef-layout--background-text .qodef-m-info-text {
    margin: 0
}

.qodef-info-section.qodef-layout--background-text span.qodef-m-info-text {
    font-size: 18px
}

.qodef-info-section.qodef-layout--background-text .qodef-button {
    margin-top: 6px
}

.qodef-info-section.qodef-layout--background-text .qodef-m-background-text {
    position: absolute;
    display: inline-block;
    color: rgba(41, 22, 22, .1);
    text-align: center;
    font-weight: 700;
    font-size: 250px
}

.qodef-info-section.qodef-layout--background-text.qodef-background-text-pos--top-left .qodef-m-background-text {
    top: 0;
    left: -20px
}

.qodef-info-section.qodef-layout--background-text.qodef-background-text-pos--top-right .qodef-m-background-text {
    top: 0;
    right: -20px
}

.qodef-info-section.qodef-layout--background-text.qodef-background-text-pos--bottom-left .qodef-m-background-text {
    bottom: 0;
    left: -20px
}

.qodef-info-section.qodef-layout--background-text.qodef-background-text-pos--bottom-right .qodef-m-background-text {
    bottom: 0;
    right: -20px
}

.qodef-info-section.qodef-layout--background-text.qodef-background-text-pos--center .qodef-m-background-text {
    font-size: 450px;
    top: 34px;
    left: 0;
    right: 0;
    text-align: center
}

.qodef-pricing-table {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    text-align: center
}

.qodef-pricing-table.qodef-status--featured {
    transform: translateY(-25px)
}

.qodef-pricing-table .qodef-m-inner {
    padding: 45px
}

.qodef-pricing-table .qodef-m-title p {
    margin: 0;
    color: #291616
}

.qodef-pricing-table .qodef-m-price {
    margin-top: -3px
}

.qodef-pricing-table .qodef-m-price .qodef-m-price-wrapper {
    display: flex;
    margin: 0;
    line-height: 1;
    justify-content: center
}

.qodef-pricing-table .qodef-m-content {
    margin: 25px 0 0
}

.qodef-pricing-table .qodef-m-content ul {
    list-style: none;
    margin: 0
}

.qodef-pricing-table .qodef-m-content ul li {
    color: #291616;
    margin-bottom: 8px
}

.qodef-pricing-table .qodef-m-content ul li:last-child {
    margin-bottom: 0
}

.qodef-pricing-table .qodef-m-content ul li:before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding-right: 8px
}

.qodef-pricing-table .qodef-m-button .qodef-button {
    margin: 25px 0 0
}

.qodef-progress-bar {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    visibility: hidden
}

.qodef-progress-bar .qodef-m-inner {
    position: relative;
    display: flex;
    flex-direction: column
}

.qodef-progress-bar .qodef-m-canvas {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-progress-bar .qodef-m-canvas svg {
    display: block
}

.qodef-progress-bar .qodef-m-title {
    margin: 20px 0 0
}

.qodef-progress-bar.qodef--init {
    visibility: visible
}

.qodef-progress-bar:not(.qodef-layout--line) .progressbar-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #291616;
    font-family: 'Roboto', sans-serif;
    font-size: 21px;
    line-height: 1.4285714286em;
    font-weight: 500;
    letter-spacing: -.02em;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0
}

@media only screen and (max-width:1200px) {
    .qodef-progress-bar:not(.qodef-layout--line) .progressbar-text {
        font-size: 20px
    }
}

.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: -24px;
    right: 0;
    width: auto
}

.qodef-progress-bar.qodef-layout--line .qodef-m-title {
    margin: 0 0 7px
}

.qodef-progress-bar.qodef-layout--line.qodef-percentage--floating .percentCount {
    left: 0;
    right: 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-title a:hover {
    color: currentColor
}

.qodef-section-title .qodef-m-subtitle {
    margin: 0
}

.qodef-section-title p.qodef-m-subtitle {
    font-size: 19px;
    font-weight: 400;
    letter-spacing: -.05em;
    line-height: 26px;
    margin: 15px 0 -2px
}

.qodef-section-title .qodef-m-description {
    margin: 11px 0 0
}

.qodef-section-title span.qodef-m-description {
    margin: 8px 0 0;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: -.015em;
    line-height: 23px;
    display: block
}

.qodef-section-title p.qodef-m-description {
    margin: 11px 0;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -.015em;
    line-height: 25px
}

.qodef-section-title .qodef-button {
    margin: 15px 0 0
}

.qodef-section-title.qodef-alignment--center {
    text-align: center
}

.qodef-section-title.qodef-alignment--left {
    text-align: left
}

.qodef-section-title.qodef-alignment--right {
    text-align: right
}

.qodef-section-title.qodef-skin--light .qodef-m-description,
.qodef-section-title.qodef-skin--light .qodef-m-subtitle,
.qodef-section-title.qodef-skin--light .qodef-m-title {
    color: #fff
}

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

.qodef-separator.qodef-position--center {
    text-align: center
}

.qodef-separator.qodef-position--left {
    text-align: left
}

.qodef-separator.qodef-position--right {
    text-align: right
}

.qodef-separator.qodef-show--yes {
    display: block
}

.qodef-separator.qodef-show--no {
    display: none
}

@media only screen and (max-width:1600px) {
    .qodef-separator.qodef-show-1600--yes {
        display: block
    }
}

@media only screen and (max-width:1600px) {
    .qodef-separator.qodef-show-1600--no {
        display: none
    }
}

@media only screen and (max-width:1512px) {
    .qodef-separator.qodef-show-1512--yes {
        display: block
    }
}

@media only screen and (max-width:1512px) {
    .qodef-separator.qodef-show-1512--no {
        display: none
    }
}

@media only screen and (max-width:1368px) {
    .qodef-separator.qodef-show-1368--yes {
        display: block
    }
}

@media only screen and (max-width:1368px) {
    .qodef-separator.qodef-show-1368--no {
        display: none
    }
}

@media only screen and (max-width:1200px) {
    .qodef-separator.qodef-show-1200--yes {
        display: block
    }
}

@media only screen and (max-width:1200px) {
    .qodef-separator.qodef-show-1200--no {
        display: none
    }
}

@media only screen and (max-width:1024px) {
    .qodef-separator.qodef-show-1024--yes {
        display: block
    }
}

@media only screen and (max-width:1024px) {
    .qodef-separator.qodef-show-1024--no {
        display: none
    }
}

@media only screen and (max-width:880px) {
    .qodef-separator.qodef-show-880--yes {
        display: block
    }
}

@media only screen and (max-width:880px) {
    .qodef-separator.qodef-show-880--no {
        display: none
    }
}

@media only screen and (max-width:680px) {
    .qodef-separator.qodef-show-680--yes {
        display: block
    }
}

@media only screen and (max-width:680px) {
    .qodef-separator.qodef-show-680--no {
        display: none
    }
}

#qodef-page-sidebar .widget.widget_dictum_core_separator {
    margin-bottom: 0
}

#qodef-page-footer .widget.widget_dictum_core_separator {
    margin-bottom: 0
}

#qodef-side-area .widget.widget_dictum_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: 0
}

.qodef-simple-slider .qodef-e-content .qodef-e-text {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    line-height: 1.3846153846em;
    font-weight: 400;
    letter-spacing: -.015em;
    color: #291616
}

.qodef-simple-slider .qodef-e-content .qodef-e-text {
    margin: 4px 0 0
}

.qodef-simple-slider.qodef-layout--info-below .qodef-e-content {
    margin-top: 9px
}

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

.qodef-simple-slider.qodef-layout--info-on-image .qodef-e-title {
    margin: 0 0 4px;
    color: #fff
}

.qodef-simple-slider.qodef-layout--info-on-image .qodef-e-title a {
    color: currentColor
}

.qodef-simple-slider.qodef-layout--info-on-image .qodef-e-text {
    margin: 0;
    color: #fff
}

.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: #e5e0e0;
    width: 1px
}

.qodef-simple-slider .qodef-e-title a:hover {
    color: currentColor
}

.qodef-simple-slider .qodef-e-title span {
    --qodef-underline-position-y: 100%;
    --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: 0 var(--qodef-underline-height);
    transition: background-size .5s cubic-bezier(.29, .8, .31, .98), color .27s ease-out, background-color .27s ease-out, border-color .27s ease-out
}

.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-alignment--center .qodef-single-image img {
    margin: 0 auto
}

.qodef-alignment--right .qodef-single-image img {
    margin: 0 0 0 auto
}

.qodef-tabs {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    visibility: hidden
}

.qodef-tabs.qodef--init {
    visibility: visible
}

.qodef-tabs .qodef-tabs-navigation {
    margin: 0;
    padding: 0;
    list-style: none
}

.qodef-tabs .qodef-tabs-content {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-tabs .qodef-tabs-content p {
    margin: 0
}

.qodef-tabs.qodef-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 26px 0 0;
    padding: 0
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a {
    font-family: 'Roboto', sans-serif;
    font-size: 25px;
    line-height: 1.4em;
    font-weight: 400;
    letter-spacing: -.021em;
    display: block;
    padding: 0 3px 1px;
    transition: color .27s ease-out, background-color .27s ease-out
}

@media only screen and (max-width:1200px) {
    .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a {
        font-size: 23px
    }
}

.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: #fff;
    background-color: #291616
}

@media only screen and (max-width:880px) {
    .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation {
        flex-direction: column;
        align-items: flex-start
    }

    .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li {
        margin: 0 0 26px 0;
        padding: 0
    }

    .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li:last-child {
        margin-bottom: 0
    }
}

.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    height: 100%
}

.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation {
    flex-shrink: 0;
    display: block;
    padding-right: 26px;
    margin-right: 26px;
    border-right: 1px solid #c1bbbb
}

.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation li {
    width: 100%;
    margin-bottom: 26px
}

.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation li:last-child {
    margin-bottom: 0
}

.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation li a {
    display: inline-block;
    width: auto
}

.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-content {
    margin-top: 0
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-content {
    margin: 26px 0 0
}

.qodef-thumbnail-slider.qodef-layout--standard .qodef-m-inner {
    display: flex
}

.qodef-thumbnail-slider.qodef-layout--standard .swiper-container.swiper-container-vertical .swiper-wrapper {
    flex-direction: column
}

.qodef-thumbnail-slider.qodef-layout--standard .swiper-container.swiper-container-vertical.swiper-container-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.qodef-thumbnail-slider.qodef-layout--standard .qodef-m-left {
    width: 50%
}

.qodef-thumbnail-slider.qodef-layout--standard .qodef-m-left .swiper-container {
    height: 100%;
    overflow: hidden
}

.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;
    background-color: #fff
}

.qodef-thumbnail-slider.qodef-layout--standard .qodef-m-right-inner {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: flex-end;
    padding-left: 117px;
    padding-top: 119px
}

.qodef-thumbnail-slider.qodef-layout--standard .qodef-m-right-inner .swiper-container {
    overflow: hidden
}

.qodef-thumbnail-slider.qodef-layout--standard .qodef-intro-title {
    margin: 0 0 62px
}

.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(41, 22, 22, .17)
}

.qodef-thumbnail-slider.qodef-layout--standard .qodef-m-thumbnails .qodef-m-thumb-item {
    padding: 6px 35% 51px 80px;
    opacity: .4;
    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-year {
    color: #291616;
    font-family: Lora, sans-serif;
    font-size: 43px;
    line-height: 1.2093023256em;
    font-weight: 400;
    letter-spacing: -.012em;
    color: rgba(41, 22, 22, .32);
    margin: 0 0 10px 0
}

@media only screen and (max-width:1200px) {
    .qodef-thumbnail-slider.qodef-layout--standard .qodef-m-year {
        font-size: 38px
    }
}

.qodef-thumbnail-slider.qodef-layout--standard .qodef-m-title {
    margin: 0 0 7px;
    position: relative
}

.qodef-thumbnail-slider.qodef-layout--standard .qodef-m-title:before {
    content: "";
    display: block;
    width: 21px;
    height: 1px;
    background-color: #291616;
    position: absolute;
    left: -30px;
    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: #291616
}

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

.qodef-vertical-timeline.qodef-layout--standard .qodef-m-left {
    text-align: right;
    flex-shrink: 0;
    padding-right: 72px;
    padding-top: calc(12px + 1px);
    width: 20%
}

.qodef-vertical-timeline.qodef-layout--standard .qodef-m-center {
    position: relative;
    padding: 0 25px;
    margin-top: 12px
}

.qodef-vertical-timeline.qodef-layout--standard .qodef-m-center .qodef-m-dot {
    position: relative;
    display: block;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background-color: #291616;
    z-index: 50
}

.qodef-vertical-timeline.qodef-layout--standard .qodef-m-center .qodef-m-line {
    position: absolute;
    left: 50%;
    top: 0;
    width: 1px;
    height: calc(100% + 12px);
    background-color: #e0dede
}

.qodef-vertical-timeline.qodef-layout--standard .qodef-m-left-title {
    margin: 0 0 3px
}

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

.qodef-vertical-timeline.qodef-layout--standard .qodef-m-right-text {
    margin: 0
}

.qodef-vertical-timeline.qodef-layout--standard .qodef-e-button-holder {
    margin-top: 21px;
    margin-left: calc(20% + 60px)
}

.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: #291616;
    font-size: 106px;
    line-height: 1
}

.qodef-video-button .qodef-m-play span {
    display: flex;
    line-height: inherit;
    align-items: center;
    justify-content: center;
    width: 105px;
    height: 105px;
    border-radius: 50%;
    background-color: rgba(75, 37, 36, .1)
}

@supports ((-webkit-backdrop-filter:none) or (backdrop-filter:none)) {
    .qodef-video-button .qodef-m-play span {
        -webkit-backdrop-filter: blur(7px) brightness(85%);
        backdrop-filter: blur(7px) brightness(85%)
    }
}

.qodef-video-button .qodef-m-play span:before {
    display: block;
    line-height: inherit
}

.qodef-video-button.qodef--has-img .qodef-m-image {
    overflow: hidden
}

.qodef-video-button.qodef--has-img .qodef-m-image img {
    transform: scale(1.06) translateX(0);
    transition: transform .55s cubic-bezier(.29, .59, .23, .93)
}

.qodef-browser--safari .qodef-video-button.qodef--has-img .qodef-m-image img {
    will-change: transform
}

.qodef-browser--firefox .qodef-video-button.qodef--has-img .qodef-m-image img {
    will-change: transform
}

.qodef-video-button.qodef--has-img:hover .qodef-m-image img {
    transform: scale(1.06) translateX(4px)
}

.qodef-video-holder {
    display: block;
    max-width: 100%;
    position: relative
}

.qodef-video-holder .qodef-e-video-info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.qodef-video-holder .qodef-e-video-info p.qodef-m-title {
    font-size: 50px;
    font-weight: 700;
    letter-spacing: .005em;
    line-height: 54px;
    margin: 0
}

.qodef-video-holder .qodef-e-video-info>.qodef-m-text {
    margin-top: 18px;
    margin-bottom: 0
}

.qodef-video-holder .qodef-e-video-info .qodef-m-button {
    margin-top: 32px
}

.qodef-video-holder .qodef-m-video {
    background-color: #000
}

.qodef-video-holder video {
    max-width: 100%
}

.qodef-video-holder.qodef--has-appear .qodef-m-video {
    transition: .9s cubic-bezier(.51, .01, 0, 1.06);
    clip-path: inset(0 100% 0 0)
}

.qodef-video-holder.qodef--has-appear.qodef--appeared .qodef-m-video {
    clip-path: inset(0 0 0 0)
}

#qodef-side-area {
    position: fixed;
    top: 0;
    right: -490px;
    width: 490px;
    height: 100%;
    min-height: 100%;
    padding: 120px 75px 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-close {
    position: absolute;
    top: 33px;
    right: 40px;
    display: block;
    z-index: 1000;
    color: #fff
}

.admin-bar #qodef-side-area-close {
    top: 65px
}

.qodef-side-area-cover {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    overflow: hidden;
    z-index: 0;
    transition: opacity .2s ease-in-out, z-index .2s ease-in-out
}

.qodef-side-area--opened .qodef-side-area-cover {
    opacity: 1;
    z-index: 1002
}

.qodef-social-share {
    position: relative;
    display: inline-block;
    vertical-align: top
}

.qodef-social-share .qodef-social-title {
    color: #291616;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 1.6666666667em;
    font-weight: 500;
    letter-spacing: -.015em;
    font-size: 13px;
    line-height: 1.3846153846em;
    display: inline-flex;
    vertical-align: middle;
    flex-wrap: wrap;
    color: #291616;
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 5px 0 0
}

.qodef-social-share ul {
    position: relative;
    display: inline-block;
    vertical-align: top;
    list-style: none;
    padding: 0;
    margin: 0
}

.qodef-social-share li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    line-height: 1;
    padding: 0;
    margin: 0
}

.qodef-social-share li a {
    font-size: 20px
}

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

.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;
    min-height: 17px;
    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 #c1bbbb
}

.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: #291616;
    background-color: #fff
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(1) {
    bottom: -30px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(2) {
    bottom: -60px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(3) {
    bottom: -90px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(4) {
    bottom: -120px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(5) {
    bottom: -150px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(6) {
    bottom: -180px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(7) {
    bottom: -210px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown {
    top: 0;
    right: 0
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li {
    width: calc(90px / 3)
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(1) {
    left: 5px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(2) {
    left: 35px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(3) {
    left: 65px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(4) {
    left: 95px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(5) {
    left: 125px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(6) {
    left: 155px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(7) {
    left: 185px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown {
    top: 0;
    left: 0
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li {
    width: calc(90px / 3)
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(1) {
    right: 5px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(2) {
    right: 35px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(3) {
    right: 65px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(4) {
    right: 95px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(5) {
    right: 125px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(6) {
    right: 155px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(7) {
    right: 185px
}

.qodef-social-share.qodef-layout--list li {
    margin-right: 15px
}

.qodef-social-share.qodef-layout--list li:last-child {
    margin-right: 0
}

.qodef-social-share.qodef-layout--text li {
    margin-right: 15px
}

.qodef-social-share.qodef-layout--text li:last-child {
    margin-right: 0
}

.widget .qodef-social-share.qodef-layout--list .qodef-social-title {
    display: block;
    margin-bottom: 21px
}

.widget .qodef-social-share.qodef-layout--text .qodef-social-title {
    display: block;
    margin-bottom: 21px
}

#qodef-page-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: 2000
}

#qodef-page-spinner .qodef-m-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #fff;
    background-color: #291616
}

#qodef-page-spinner .qodef-m-spinner {
    position: relative
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom {
    position: relative;
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--1 {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 50%;
    width: 50%;
    z-index: 1;
    animation: qode-atom-shrink 4.5s infinite linear
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--1:before {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    height: 100%;
    width: 100%;
    background: currentColor;
    border-radius: 50%
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--2,
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--3,
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--4 {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--2:before,
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--3:before,
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--4:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    margin: 0 auto;
    background: currentColor;
    border-radius: 50%
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--2 {
    animation: qode-atom-zindex 1.5s .75s infinite steps(2, end)
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--2:before {
    transform: rotate(0);
    animation: qode-atom-postion 1.5s infinite ease, qode-atom-size 1.5s -1.125s infinite ease
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--3 {
    transform: rotate(120deg);
    animation: qode-atom-zindex 1.5s -.25s infinite steps(2, end)
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--3:before {
    animation: qode-atom-postion 1.5s -1s infinite ease, qode-atom-size 1.5s -.75s infinite ease
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--4 {
    transform: rotate(240deg);
    animation: qode-atom-zindex 1.5s .25s infinite steps(2, end)
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--4:before {
    animation: qode-atom-postion 1.5s -.5s infinite ease, qode-atom-size 1.5s -125ms infinite ease
}

#qodef-page-spinner.qodef-layout--clock .qodef-m-clock {
    position: relative;
    width: 50px;
    height: 50px;
    margin: -25px 0 0 -25px;
    animation: qode-clock 8s infinite steps(8)
}

#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item {
    position: absolute;
    height: 50px;
    width: 50px
}

#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item:before {
    content: "";
    position: absolute;
    height: 18.31501832px;
    width: 18.31501832px;
    background: currentColor;
    border-radius: 50%
}

#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item.qodef-clock--1 {
    transform: rotate(-135deg);
    animation: qode-clock-1 1s ease-in infinite
}

#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item.qodef-clock--2 {
    transform: rotate(-90deg);
    animation: qode-clock-2 1s ease-in infinite
}

#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item.qodef-clock--3 {
    transform: rotate(-45deg);
    animation: qode-clock-3 1s ease-in infinite
}

#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item.qodef-clock--4 {
    animation: qode-clock-4 1s ease-in infinite
}

#qodef-page-spinner.qodef-layout--cube .qodef-m-cube {
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px;
    background-color: currentColor;
    animation: qode-cube 1.2s infinite ease-in-out
}

#qodef-page-spinner.qodef-layout--double-pulse .qodef-m-pulses {
    position: relative;
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px
}

#qodef-page-spinner.qodef-layout--double-pulse .qodef-m-pulse {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: currentColor;
    border-radius: 50%;
    opacity: .6;
    animation: qode-double-pulse 2s infinite ease-in-out
}

#qodef-page-spinner.qodef-layout--double-pulse .qodef-m-pulse.qodef-pulse--2 {
    animation-delay: -1s
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-five-rotating-circles {
    position: relative;
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item {
    position: absolute;
    width: 100%;
    height: 100%
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--1 .qodef-circle--2 {
    animation-delay: calc((600ms) - 1500ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--1 .qodef-circle--3 {
    animation-delay: calc((900ms) - 1500ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--1 .qodef-circle--4 {
    animation-delay: calc((1200ms) - 1500ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 {
    transform: rotateZ(45deg)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 .qodef-circle--1 {
    animation-delay: calc((300ms) - 1400ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 .qodef-circle--2 {
    animation-delay: calc((600ms) - 1400ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 .qodef-circle--3 {
    animation-delay: calc((900ms) - 1400ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 .qodef-circle--4 {
    animation-delay: calc((1200ms) - 1400ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 {
    transform: rotateZ(90deg)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 .qodef-circle--1 {
    animation-delay: calc((300ms) - 1300ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 .qodef-circle--2 {
    animation-delay: calc((600ms) - 1300ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 .qodef-circle--3 {
    animation-delay: calc((900ms) - 1300ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 .qodef-circle--4 {
    animation-delay: calc((1200ms) - 1300ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle {
    position: absolute;
    width: 12px;
    height: 12px;
    background-color: currentColor;
    border-radius: 100%;
    animation: qode-bounce-delay 1.2s infinite ease-in-out both
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle.qodef-circle--1 {
    top: 0;
    left: 0
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle.qodef-circle--2 {
    top: 0;
    right: 0
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle.qodef-circle--3 {
    right: 0;
    bottom: 0
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle.qodef-circle--4 {
    left: 0;
    bottom: 0
}

#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion {
    position: relative;
    width: 30px;
    height: 30px;
    margin: -45px 0 0 -30px
}

#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 40px;
    width: 40px;
    background: currentColor;
    border-radius: 50%
}

#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item.qodef-fusion--1 {
    top: 0;
    left: 50%;
    animation: qode-fussion-ball-1 1s 0s ease infinite;
    z-index: 1
}

#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item.qodef-fusion--2 {
    top: 50%;
    left: 100%;
    animation: qode-fussion-ball-2 1s 0s ease infinite;
    z-index: 2
}

#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item.qodef-fusion--3 {
    top: 100%;
    left: 50%;
    animation: qode-fussion-ball-3 1s 0s ease infinite;
    z-index: 1
}

#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item.qodef-fusion--4 {
    top: 50%;
    left: 0;
    animation: qode-fussion-ball-4 1s 0s ease infinite;
    z-index: 2
}

#qodef-page-spinner.qodef-layout--lines .qodef-m-lines {
    width: 60px;
    height: 60px;
    margin: 0 0 0 -30px
}

#qodef-page-spinner.qodef-layout--lines .qodef-m-line.qodef-line--1 {
    position: absolute;
    width: 60px;
    height: 4px;
    margin-left: 10px;
    background-color: currentColor;
    animation: qode-lines-spin 1.5s infinite ease calc((100ms) - 100ms)
}

#qodef-page-spinner.qodef-layout--lines .qodef-m-line.qodef-line--2 {
    position: absolute;
    width: 60px;
    height: 4px;
    margin-left: 10px;
    background-color: currentColor;
    animation: qode-lines-spin 1.5s infinite ease calc((200ms) - 100ms)
}

#qodef-page-spinner.qodef-layout--lines .qodef-m-line.qodef-line--3 {
    position: absolute;
    width: 60px;
    height: 4px;
    margin-left: 10px;
    background-color: currentColor;
    animation: qode-lines-spin 1.5s infinite ease calc((300ms) - 100ms)
}

#qodef-page-spinner.qodef-layout--lines .qodef-m-line.qodef-line--4 {
    position: absolute;
    width: 60px;
    height: 4px;
    margin-left: 10px;
    background-color: currentColor;
    animation: qode-lines-spin 1.5s infinite ease calc((400ms) - 100ms)
}

#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis {
    position: relative;
    height: 50px;
    width: 50px;
    margin: -25px 0 0 -25px;
    animation: qode-mitosis-invert 2s infinite steps(2, end)
}

#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: currentColor;
    border-radius: 50%
}

#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item.qodef-mitosis--1 {
    animation: qode-mitosis-ball-1 1s infinite alternate linear
}

#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item.qodef-mitosis--2 {
    animation: qode-mitosis-ball-2 1s infinite alternate linear
}

#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item.qodef-mitosis--3 {
    animation: qode-mitosis-ball-3 1s infinite alternate linear
}

#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item.qodef-mitosis--4 {
    animation: qode-mitosis-ball-4 1s infinite alternate linear
}

#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-heading {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between
}

#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-heading>* {
    margin: 0;
    opacity: 0;
    animation: qode-fade-in 1s forwards
}

#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-number-holder {
    flex-shrink: 0;
    animation-delay: .5s
}

#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-line {
    position: relative;
    display: block;
    height: 3px;
    width: 500px;
    margin-top: 20px;
    background-color: #e5e1dc;
    overflow: hidden;
    opacity: 0;
    animation: qode-fade-in 1s .3s forwards
}

#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-line-front {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--qode-main-color);
    width: 0
}

#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circles {
    position: relative;
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px
}

#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle {
    position: absolute;
    height: 100%;
    width: 100%;
    background: currentColor;
    border: 0 solid currentColor;
    border-radius: 50%
}

#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle.qodef-pulse--1 {
    animation: qode-pulse-circles-pulse 3s infinite calc((-750ms) + 750ms)
}

#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle.qodef-pulse--2 {
    animation: qode-pulse-circles-pulse 3s infinite calc((-1500ms) + 750ms)
}

#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle.qodef-pulse--3 {
    animation: qode-pulse-circles-pulse 3s infinite calc((-2250ms) + 750ms)
}

#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle.qodef-pulse--4 {
    animation: qode-pulse-circles-pulse 3s infinite calc((-3000ms) + 750ms)
}

#qodef-page-spinner.qodef-layout--pulse .qodef-m-pulse {
    width: 32px;
    height: 32px;
    margin: -16px 0 0 -16px;
    background-color: currentColor;
    border-radius: 16px;
    animation: qode-scaleout 1s infinite ease-in-out
}

#qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles {
    width: 60px;
    height: 20px
}

#qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles>div {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 4px;
    background-color: currentColor;
    border-radius: 100%;
    opacity: 0;
    animation: qode-ball-fall 1.5s ease infinite both
}

#qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles>div:nth-last-of-type(1) {
    animation-delay: calc((100ms) - 300ms)
}

#qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles>div:nth-last-of-type(2) {
    animation-delay: calc((200ms) - 300ms)
}

#qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles>div:nth-last-of-type(3) {
    animation-delay: calc((300ms) - 300ms)
}

#qodef-page-spinner.qodef-layout--rotating-cubes .qodef-m-cubes {
    position: relative;
    width: 32px;
    height: 32px;
    margin: -16px 0 0 -16px
}

#qodef-page-spinner.qodef-layout--rotating-cubes .qodef-m-cube {
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    background-color: currentColor;
    animation: qode-rotating-cubes 1.8s infinite ease-in-out
}

#qodef-page-spinner.qodef-layout--rotating-cubes .qodef-m-cube.qodef-cube--2 {
    animation-delay: -.9s
}

#qodef-page-spinner.qodef-layout--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%;
    overflow: hidden
}

#qodef-page-spinner.qodef-layout--textual .qodef-m-spinner-background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    animation: qodef-scale-infinite 15s infinite alternate linear;
    transform-origin: 80% 40%
}

#qodef-page-spinner.qodef-layout--textual .qodef-m-textual {
    position: relative;
    z-index: 2;
    opacity: 0
}

#qodef-page-spinner.qodef-layout--textual .qodef-m-text {
    display: flex;
    font-family: Lora, sans-serif;
    font-size: 11.1vW;
    line-height: 1;
    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-page-wrapper {
    transform: translateY(110vH)
}

#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-vertical-alignment--header-top .qodef-m-content {
    justify-content: flex-start
}

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

@media only screen and (max-width:1200px) {
    .qodef-page-title .qodef-m-content.qodef-content-full-width {
        padding-left: 7%;
        padding-right: 7%
    }
}

.qodef-page-title .qodef-breadcrumbs a,
.qodef-page-title .qodef-breadcrumbs span {
    font-size: 15px;
    color: #fff
}

.qodef-page-title .qodef-breadcrumbs .qodef-breadcrumbs-separator {
    margin: 0 5px
}

.qodef-page-title .qodef-breadcrumbs .qodef-breadcrumbs-separator:after {
    content: "/"
}

.qodef-page-title .qodef-breadcrumbs a {
    --qodef-underline-position-y: 100%;
    --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: 0 var(--qodef-underline-height);
    transition: background-size .5s cubic-bezier(.29, .8, .31, .98), color .27s ease-out, background-color .27s ease-out, border-color .27s ease-out
}

.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-vertical-alignment--header-top .qodef-breadcrumbs {
    margin-top: 18px
}

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

.widget_dictum_core_sticky_sidebar {
    position: relative;
    width: 100%;
    height: 0;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: 0 0 !important
}

.widget_dictum_core_svg_icon {
    display: inline-block;
    vertical-align: top;
    margin: 0 !important
}

.widget_dictum_core_svg_icon .qodef-m-holder {
    display: flex;
    align-items: center
}

.widget_dictum_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_dictum_core_svg_icon .qodef-svg-icon-widget a {
    display: inline-block;
    width: 100%;
    height: 100%
}

.widget_dictum_core_svg_icon .qodef-svg-icon-widget a:hover svg,
.widget_dictum_core_svg_icon .qodef-svg-icon-widget:hover svg {
    fill: var(--fill-hover-color);
    stroke: var(--stroke-hover-color)
}

.widget_dictum_core_svg_icon .qodef-svg-icon-widget a:hover .qodef-m-text,
.widget_dictum_core_svg_icon .qodef-svg-icon-widget:hover .qodef-m-text {
    color: var(--text-hover-color)
}

.widget_dictum_core_svg_icon .qodef-svg-icon-widget:hover .qodef-m-icon {
    background-color: var(--background-hover-color)
}

.widget_dictum_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_dictum_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_dictum_core_svg_icon .qodef-m-text {
    color: #291616;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 1.6666666667em;
    font-weight: 500;
    letter-spacing: -.015em;
    line-height: 1.4em
}

#qodef-page-header .widget_dictum_core_svg_icon .qodef-m-text .qodef-menu-item-text {
    --qodef-underline-position-y: 100%;
    --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: 0 var(--qodef-underline-height);
    transition: background-size .5s cubic-bezier(.51, .5, .07, .99)
}

@media only screen and (max-width:1200px) {
    .widget.widget_dictum_core_title_widget .qodef-widget-title.qodef-title-break--disabled br {
        display: none
    }
}

@media only screen and (max-width:1512px) {
    .qodef-background-text .qodef-m-background-text {
        font-size: 135px
    }
}

@media only screen and (max-width:880px) {
    .qodef-background-text .qodef-m-background-text {
        display: none !important
    }
}

@media only screen and (max-width:880px) {
    #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:1200px) {
    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:1200px) {
    .qodef-header--vertical #qodef-page-header-inner {
        display: none
    }

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

@media only screen and (max-width:1200px) {
    #qodef-top-area {
        display: none
    }
}

@media only screen and (max-width:1199px) {
    .qodef-team-single .qodef-e-biography-holder .qodef-e-biography {
        max-width: 100%
    }
}

@media only screen and (max-width:880px) {
    .qodef-team-single .qodef-e-content {
        margin-top: 0
    }

    .qodef-team-single .qodef-e-content-top-wrapper-inner {
        flex-direction: column-reverse;
        align-items: flex-start;
        row-gap: 30px;
        padding: 86px 0
    }

    .qodef-team-single .qodef-e-content-top,
    .qodef-team-single .qodef-e-image {
        width: 100%
    }
}

@media only screen and (max-width:680px) {
    .qodef-team-single .qodef-e-excerpt {
        max-width: 100%
    }

    .qodef-team-single .qodef-e-team-info {
        flex-direction: column;
        row-gap: 20px
    }

    .qodef-team-single .qodef-e-content-right {
        flex-direction: column;
        row-gap: 10px;
        width: 100%
    }

    .qodef-team-single .qodef-e-info-title {
        width: 100%
    }
}

@media only screen and (max-width:480px) {
    .qodef-team-single .qodef-e-content-middle .qodef-e-content {
        margin-top: 84px
    }

    .qodef-team-single .qodef-e-content-bottom {
        margin-top: 100px
    }
}

@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:880px) {
    .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:880px) {
    .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:1024px) {

    .qodef-countdown.qodef-show--4 .qodef-digit-wrapper,
    .qodef-countdown.qodef-show--5 .qodef-digit-wrapper,
    .qodef-countdown.qodef-show--6 .qodef-digit-wrapper {
        width: 33.3333333333%
    }
}

@media only screen and (max-width:1200px) {
    .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:1600px) {
    .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:1512px) {
    .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:1512px) {
    .qodef-horizontal-showcase .qodef-horizontal-slide.qodef-first-item {
        width: 90vw !important
    }

    .qodef-horizontal-showcase .qodef-horizontal-slide.qodef-size-type--small {
        width: 1100px
    }

    .qodef-horizontal-showcase .qodef-horizontal-slide.qodef-size-type--medium {
        width: 1760px
    }

    .qodef-horizontal-showcase .qodef-horizontal-slide.qodef-size-type--big {
        width: 2400px
    }

    .qodef-horizontal-showcase .qodef-horizontal-slide.qodef-size-type--big .qodef-e-item-intro-image {
        width: 25%
    }

    .qodef-horizontal-showcase .qodef-horizontal-slide.qodef-last-item {
        width: 1350px !important
    }

    .qodef-horizontal-showcase .qodef-horizontal-slide.qodef-last-item .qodef-e-item-intro-image {
        width: 35%
    }

    .qodef-horizontal-showcase .qodef-horizontal-slide .qodef-e-item-intro-image {
        width: 25%
    }
}

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

    .qodef-horizontal-showcase .qodef-horizontal-slide.qodef-first-item,
    .qodef-horizontal-showcase .qodef-horizontal-slide.qodef-last-item {
        width: 100% !important
    }
}

@media only screen and (max-width:1024px) {
    .qodef-horizontal-showcase {
        height: auto !important;
        opacity: 1;
        visibility: visible
    }

    .qodef-horizontal-showcase .qodef-horizontal-slide.qodef-first-item,
    .qodef-horizontal-showcase .qodef-horizontal-slide.qodef-last-item {
        width: 100% !important
    }

    .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: 100vh
    }

    .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-size-type--big .qodef-e-item-intro-image {
        width: 100%
    }

    .qodef-horizontal-showcase .qodef-horizontal-slide.qodef-last-item .qodef-e-item-intro-image {
        width: 100%
    }

    .qodef-horizontal-showcase .qodef-e-action {
        display: none
    }
}

@media only screen and (max-width:1200px) {
    .qodef-info-section.qodef-title-break--disabled .qodef-m-title br {
        display: none
    }
}

@media only screen and (max-width:1200px) {
    .qodef-section-title.qodef-title-break--disabled .qodef-m-title br {
        display: none
    }
}

@media only screen and (max-width:880px) {
    .qodef-section-title.qodef-alignment-responsive--center {
        text-align: center !important
    }

    .qodef-section-title.qodef-alignment-responsive--left {
        text-align: left !important
    }

    .qodef-section-title.qodef-alignment-responsive--right {
        text-align: right !important
    }
}

@media only screen and (max-width:1200px) {
    .qodef-simple-slider.qodef-layout--info-on-image {
        --qode-border-offset: -20px !important
    }

    .qodef-simple-slider.qodef-layout--info-on-image .qodef-e-content {
        left: 6%;
        bottom: 7%
    }
}

@media only screen and (max-width:880px) {
    .qodef-tabs.qodef-layout--simple.qodef-orientation--vertical {
        display: block
    }

    .qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation {
        padding-right: 0;
        margin-right: 0;
        border-right: 0
    }

    .qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-content {
        margin-top: 26px
    }

    .qodef-tabs.qodef-layout--simple .qodef-tabs-content {
        margin: 26px 0 0
    }
}

@media only screen and (max-width:1512px) {
    .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
    }

    .qodef-thumbnail-slider.qodef-layout--standard .qodef-m-title:before {
        left: -21px
    }
}

@media only screen and (max-width:880px) {
    .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: 83px;
        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% + 60px)
    }
}

@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% + 60px)
    }
}

@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: 30px;
        padding-bottom: 20px;
        text-align: left
    }

    .qodef-vertical-timeline.qodef-layout--standard .qodef-m-right {
        padding-left: 30px
    }

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

@media only screen and (max-width:880px) {
    .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:1200px) {
    body:not(.qodef-content-behind-header) .qodef-page-title .qodef-m-content {
        padding-top: 0 !important
    }
}
.lang-item a {
    color: rgb(5, 48, 155);
}