.myvoyage-core-page-inline-style {
    position: absolute !important;
    width: 0;
    height: 0;
    line-height: 1;
    display: none
}

.qodef-content-border-top #qodef-page-content {
    border-top: 1px solid #efece2
}

.qodef-content-border-top #qodef-page-content>.qodef-grid-inner>.qodef-grid-item {
    padding-top: 14px
}

.qodef-content-border-top #qodef-page-content>.qodef-grid-inner>.qodef-grid-item.qodef-page-sidebar-section {
    padding-top: 17px
}

.qodef-section-info-list {
    display: block;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, .33);
    padding: 30px 0 35px;
    margin: 72px 60px 0 !important
}

.qodef-section-info-list>li {
    display: inline-block;
    margin: 0 14px
}

.qodef-section-info-list>li a {
    color: #fff;
    font-family: "DM Sans";
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .1em;
    text-transform: uppercase
}

.qodef-custom-center {
    text-align: center
}

.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: 60px;
    height: 60px;
    right: 25px;
    bottom: 25px;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 10000
}

#qodef-back-to-top .qodef-back-to-top-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: 20px;
    color: #fff;
    background-color: #000;
    border-radius: 50%;
    overflow: hidden;
    transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out
}

#qodef-back-to-top .qodef-back-to-top-icon * {
    display: block;
    line-height: inherit
}

#qodef-back-to-top svg {
    display: block;
    width: 18px;
    height: auto;
    fill: currentColor
}

#qodef-back-to-top:hover .qodef-back-to-top-icon {
    animation: compass-spin 1.75s alternate infinite
}

@media only screen and (max-width:1024px) {
    #qodef-back-to-top:hover .qodef-back-to-top-icon {
        animation: none
    }
}

#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-blog-category-list.qodef-layout--gallery .qodef-e:hover img {
    transform: scale(1.05)
}

.qodef-blog-category-list.qodef-layout--gallery .qodef-e-inner {
    position: relative
}

.qodef-blog-category-list.qodef-layout--gallery .qodef-e-image {
    position: relative;
    overflow: hidden
}

.qodef-blog-category-list.qodef-layout--gallery .qodef-e-image img {
    transform: scale(1.01);
    transition: transform .65s cubic-bezier(.25, .46, .45, .94);
    will-change: transform
}

.qodef-blog-category-list.qodef-layout--gallery .qodef-e-content {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 1
}

.qodef-blog-category-list.qodef-layout--gallery .qodef-e-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .3;
    z-index: 0
}

.qodef-blog-category-list.qodef-layout--gallery .qodef-e-description,
.qodef-blog-category-list.qodef-layout--gallery .qodef-e-title {
    color: #fff
}

.qodef-blog-category-list.qodef-layout--gallery .qodef-e-read-more .qodef-button {
    background-color: #fff;
    color: #000
}

.qodef-blog-category-list.qodef-layout--gallery .qodef-e-read-more .qodef-button:hover {
    color: #000;
    background-color: var(--qode-main-color)
}

@media only screen and (max-width:1024px) {
    .qodef-blog-category-list.qodef-layout--gallery .qodef-e-read-more {
        display: none
    }
}

.qodef-blog-category-list.qodef-layout--gallery .qodef-e-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: none
}

@media only screen and (max-width:1024px) {
    .qodef-blog-category-list.qodef-layout--gallery .qodef-e-link {
        display: block
    }
}

.qodef-blog-category-list.qodef-layout--info-right .qodef-e-inner {
    display: flex;
    align-items: center
}

.qodef-blog-category-list.qodef-layout--info-right .qodef-e-image {
    margin-right: 10px;
    width: 23px;
    display: flex;
    align-items: center
}

.qodef-blog-category-list.qodef-layout--info-right .qodef-e-image-link {
    display: flex;
    pointer-events: none
}

.qodef-blog-category-list.qodef-layout--info-right .qodef-e-title {
    font-family: "DM Sans";
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #c48f72;
    margin: 9px 0 10px
}

.qodef-blog-category-list.qodef-layout--info-right .qodef-e-title a:hover {
    color: #464646
}

.qodef-blog-category-list.qodef-blog-category-has-image .qodef-e-title a:hover {
    color: #000
}

.qodef-blog-category-list.qodef-layout--standard .qodef-e-inner {
    position: relative;
    padding: 35px 0;
    border: 1px solid #f1e6e0;
    transition: background-color .2s ease, border-color .2s ease
}

.qodef-blog-category-list.qodef-layout--standard .qodef-e-inner:hover {
    background-color: #c3cfbb;
    border-color: #c3cfbb
}

.qodef-blog-category-list.qodef-layout--standard .qodef-e-image {
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center
}

.qodef-blog-category-list.qodef-layout--standard .qodef-e-image img {
    height: 50px;
    width: auto
}

.qodef-blog-category-list.qodef-layout--standard .qodef-e-content {
    text-align: center;
    margin-bottom: 10px
}

.qodef-blog-category-list.qodef-layout--standard .qodef-e-description,
.qodef-blog-category-list.qodef-layout--standard .qodef-e-title {
    color: #000
}

.qodef-blog-category-list.qodef-layout--standard .qodef-e-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.qodef-blog-interactive-showcase-holder {
    position: relative;
    height: 100vh;
    overflow: hidden
}

body.qodef-fullscreen-menu--opened .qodef-blog-interactive-showcase-holder {
    opacity: 0
}

.qodef-blog-interactive-showcase-holder .swiper-pagination {
    bottom: 66px !important;
    left: 0;
    display: flex;
    flex-direction: row;
    z-index: 55
}

.qodef-blog-interactive-showcase-holder .swiper-pagination .swiper-pagination-bullet {
    margin: 0 6px
}

.qodef-blog-interactive-showcase-holder .swiper-pagination .swiper-pagination-bullet:after {
    background-color: rgba(255, 255, 255, .35)
}

.qodef-blog-interactive-showcase-holder .swiper-pagination .swiper-pagination-bullet:hover:after {
    background-color: #fff
}

.qodef-blog-interactive-showcase-holder .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
    box-shadow: 0 0 0 2px #fff;
    background-color: transparent
}

.qodef-blog-interactive-showcase-holder .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:hover:after {
    background-color: #fff
}

@media only screen and (max-width:680px) {
    .qodef-blog-interactive-showcase-holder .swiper-pagination {
        bottom: 41px !important
    }
}

.qodef-blog-interactive-showcase-holder .qodef-e-info {
    display: flex;
    flex-direction: row
}

.qodef-blog-interactive-showcase-holder .qodef-e-info .qodef-e-info-item {
    position: relative;
    color: #fff;
    margin-right: 22px
}

.qodef-blog-interactive-showcase-holder .qodef-e-info .qodef-e-info-item a {
    font-family: "DM Sans";
    font-weight: 500;
    text-transform: none;
    letter-spacing: 0;
    color: #000;
    font-family: "DM Sans";
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #000;
    display: inline-block;
    color: #fff
}

.qodef-blog-interactive-showcase-holder .qodef-e-info .qodef-e-info-item:after {
    content: "";
    display: inline-block;
    color: currentColor;
    position: absolute;
    bottom: 10px;
    right: -12px;
    line-height: 1;
    width: 1px;
    height: 10px;
    background-color: currentColor;
    transform: rotate(25deg)
}

.qodef-blog-interactive-showcase-holder .qodef-e-info .qodef-e-info-item:last-child {
    margin-right: 0
}

.qodef-blog-interactive-showcase-holder .qodef-e-info .qodef-e-info-item:last-child:after {
    content: none
}

.qodef-blog-interactive-showcase-holder .qodef-blog-interactive-showcase {
    height: 330px;
    overflow: hidden;
    position: absolute;
    right: 200px;
    z-index: 55;
    top: 50%;
    transform: translateY(-50%)
}

.qodef-blog-interactive-showcase-holder .qodef-blog-interactive-showcase .qodef-e {
    margin-bottom: 0
}

.qodef-blog-interactive-showcase-holder .qodef-blog-interactive-showcase .entry-title {
    margin: 0;
    color: rgba(255, 255, 255, .54);
    max-width: 210px;
    white-space: nowrap;
    text-overflow: ellipsis
}

.qodef-blog-interactive-showcase-holder .qodef-blog-interactive-showcase .entry-title .qodef-e-title-link {
    display: initial;
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 1px;
    transition: background-size .45s ease-out;
    color: currentColor
}

.qodef-blog-interactive-showcase-holder .qodef-blog-interactive-showcase .entry-title .qodef-e-title-link:hover {
    background-size: 100% 1px
}

.qodef-blog-interactive-showcase-holder .qodef-blog-interactive-showcase .qodef-e-info {
    margin-bottom: 3px
}

.qodef-blog-interactive-showcase-holder .qodef-blog-interactive-showcase .qodef-e-info .qodef-e-info-item {
    color: rgba(255, 255, 255, .54)
}

.qodef-blog-interactive-showcase-holder .qodef-blog-interactive-showcase .qodef-e-info .qodef-e-info-item a {
    color: rgba(255, 255, 255, .54)
}

.qodef-blog-interactive-showcase-holder .qodef-blog-interactive-showcase .swiper-slide[class*=swiper-slide-active]~.swiper-slide+.swiper-slide .entry-title {
    color: #fff
}

.qodef-blog-interactive-showcase-holder .qodef-blog-interactive-showcase .swiper-slide[class*=swiper-slide-active]~.swiper-slide+.swiper-slide .qodef-e-info .qodef-e-info-item {
    color: #fff
}

.qodef-blog-interactive-showcase-holder .qodef-blog-interactive-showcase .swiper-slide[class*=swiper-slide-active]~.swiper-slide+.swiper-slide .qodef-e-info .qodef-e-info-item a {
    color: #fff
}

.qodef-blog-interactive-showcase-holder .qodef-swiper-container-interactive-showcase-two {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 50
}

.qodef-blog-interactive-showcase-holder .qodef-swiper-container-interactive-showcase-two .qodef-showcase-background-images {
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.qodef-blog-interactive-showcase-holder .qodef-swiper-container-interactive-showcase-two .qodef-showcase-background-images:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .23)
}

.qodef-blog-interactive-showcase-holder .qodef-swiper-container-interactive-showcase-two .qodef-showcase-background-images .qodef-e-media-item {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity .2s ease-out
}

.qodef-blog-interactive-showcase-holder .qodef-swiper-container-interactive-showcase-two .qodef-showcase-background-images .qodef-e-media-item.qodef-active-image {
    opacity: 1
}

.qodef-blog-interactive-showcase-holder .qodef-swiper-container-interactive-showcase-two .qodef-showcase-background-images .qodef-e-media-item.qodef-active-image .qodef-e-media-content {
    opacity: 1
}

.qodef-blog-interactive-showcase-holder .qodef-swiper-container-interactive-showcase-two .qodef-showcase-background-images .qodef-e-media-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.qodef-blog-interactive-showcase-holder .qodef-swiper-container-interactive-showcase-two .qodef-showcase-background-images .qodef-e-media-item .qodef-e-media-image {
    width: 100%;
    height: 100%
}

.qodef-blog-interactive-showcase-holder .qodef-swiper-container-interactive-showcase-two .qodef-showcase-background-images .qodef-e-media-item .qodef-e-media-video {
    width: 100%;
    height: 100%
}

.qodef-blog-interactive-showcase-holder .qodef-swiper-container-interactive-showcase-two .qodef-showcase-background-images .qodef-e-media-item .qodef-e-media-video video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.qodef-blog-interactive-showcase-holder .qodef-swiper-container-interactive-showcase-two .qodef-showcase-background-images .qodef-e-media-item .qodef-e-media-audio {
    display: none
}

.qodef-blog-interactive-showcase-holder .qodef-swiper-container-interactive-showcase-two .qodef-showcase-background-images .qodef-e-media-item .qodef-content-grid {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    height: 100%;
    z-index: 50
}

.qodef-blog-interactive-showcase-holder .qodef-swiper-container-interactive-showcase-two .qodef-showcase-background-images .qodef-e-media-item .qodef-e-media-content {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    max-width: 70%;
    opacity: 0;
    transition: opacity .2s ease-out
}

.qodef-blog-interactive-showcase-holder .qodef-swiper-container-interactive-showcase-two .qodef-showcase-background-images .qodef-e-media-item .qodef-e-media-content .qodef-e-info {
    margin-bottom: 11px
}

.qodef-blog-interactive-showcase-holder .qodef-swiper-container-interactive-showcase-two .qodef-showcase-background-images .qodef-e-media-item .qodef-e-media-content .entry-title {
    margin: 0;
    font-size: 65px;
    color: #fff
}

.qodef-blog-interactive-showcase-holder .qodef-swiper-container-interactive-showcase-two .qodef-showcase-background-images .qodef-e-media-item .qodef-e-media-content .entry-title a {
    display: block;
    text-transform: capitalize
}

.qodef-blog-interactive-showcase-holder .qodef-swiper-container-interactive-showcase-two .qodef-showcase-background-images .qodef-e-media-item .qodef-e-media-content .entry-title .qodef-e-title-link {
    display: initial;
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 1px;
    transition: background-size .45s ease-out;
    color: currentColor
}

.qodef-blog-interactive-showcase-holder .qodef-swiper-container-interactive-showcase-two .qodef-showcase-background-images .qodef-e-media-item .qodef-e-media-content .entry-title .qodef-e-title-link:hover {
    background-size: 100% 1px
}

.qodef-blog-interactive-showcase-holder .qodef-swiper-container-interactive-showcase-two .qodef-showcase-background-images .qodef-e-media-item .qodef-e-media-content .qodef-e-read-more {
    margin-top: 49px
}

.qodef-blog-interactive-showcase-holder .qodef-swiper-container-interactive-showcase-two .qodef-showcase-background-images .qodef-e-media-item .qodef-e-media-content .qodef-e-read-more .qodef-button {
    background-color: #fff;
    color: #000
}

.qodef-blog-interactive-showcase-holder .qodef-swiper-container-interactive-showcase-two .qodef-showcase-background-images .qodef-e-media-item .qodef-e-media-content .qodef-e-read-more .qodef-button:hover {
    color: #000;
    background-color: var(--qode-main-color)
}

.qodef-blog-interactive-showcase-holder .qodef-swiper-container-interactive-showcase-two .qodef-showcase-background-images .qodef-e-media-item .qodef-e-media-content .qodef-e-media-content {
    margin: 0
}

.qodef-blog-interactive-showcase-holder .swiper-slide {
    padding-top: 0
}

.qodef-blog-interactive-showcase-holder .swiper-slide .qodef-e-title {
    margin: 0;
    left: -50px;
    position: relative;
    display: block;
    text-align: center;
    font-size: 140px;
    letter-spacing: -.047em;
    transform: rotate(180deg)
}

.qodef-blog-interactive-showcase-holder .swiper-slide.swiper-slide-duplicate-next .qodef-e-title .qodef-e-title-link:after,
.qodef-blog-interactive-showcase-holder .swiper-slide.swiper-slide-next .qodef-e-title .qodef-e-title-link:after {
    transform: scaleX(1) translateY(50%);
    transform-origin: 0 50%
}

.qodef-blog.qodef-item-layout--boxed-bottom .qodef-blog-item .qodef-e-media>* {
    margin-bottom: 0
}

.qodef-blog.qodef-item-layout--boxed-bottom .qodef-blog-item .qodef-e-media-image {
    margin-bottom: 0;
    position: relative;
    overflow: hidden
}

.qodef-blog.qodef-item-layout--boxed-bottom .qodef-blog-item .qodef-e-media-image img {
    will-change: blur
}

.qodef-blog.qodef-item-layout--boxed-bottom .qodef-blog-item .qodef-e-media-image:hover img {
    animation: qodef-distortion 1.4s cubic-bezier(.25, .46, .45, .94)
}

.qodef-blog.qodef-item-layout--boxed-bottom .qodef-blog-item .qodef-e-title .qodef-e-title-link {
    display: initial;
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 1px;
    transition: background-size .45s ease-out;
    color: currentColor
}

.qodef-blog.qodef-item-layout--boxed-bottom .qodef-blog-item .qodef-e-title .qodef-e-title-link:hover {
    background-size: 100% 1px
}

.qodef-blog.qodef-item-layout--boxed-bottom .qodef-blog-item .qodef-e-content {
    text-align: center;
    background: #fcf1eb;
    padding: 4.8% 11.5% 8.3%
}

.qodef-blog.qodef-item-layout--boxed-bottom .qodef-blog-item .qodef-e-content .qodef-e-info.qodef-info--top {
    display: block;
    margin: 0 0 3px
}

.qodef-blog.qodef-item-layout--boxed-bottom .qodef-blog-item .qodef-e-content .qodef-e-info.qodef-info--top .qodef-e-info-item {
    line-height: 27px
}

.qodef-blog.qodef-item-layout--boxed-bottom .qodef-blog-item .qodef-e-content .qodef-e-info.qodef-info--bottom {
    text-align: center;
    margin-top: 18px
}

.qodef-blog.qodef-item-layout--boxed-bottom .qodef-blog-item .qodef-e-content .qodef-e-info.qodef-info--bottom .qodef-e-read-more {
    width: 100%
}

.qodef-blog.qodef-item-layout--boxed-bottom .qodef-blog-item .qodef-e-content .qodef-e-text p.qodef-e-title {
    font-family: "DM Sans";
    font-size: 40px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 35px
}

.qodef-blog.qodef-item-layout--boxed-bottom .qodef-blog-item .qodef-e-content .qodef-e-text p.qodef-e-title:hover a {
    color: #000
}

.qodef-blog.qodef-item-layout--boxed-bottom .qodef-blog-item .qodef-e-content .qodef-e-text .qodef-e-excerpt {
    letter-spacing: 0;
    line-height: 27px;
    margin: 10px 0 0
}

@media only screen and (max-width:768px) {
    .qodef-blog.qodef-item-layout--boxed-bottom .qodef-blog-item .qodef-e-content {
        padding: 71px 11.5% 70px
    }
}

@media only screen and (max-width:680px) {
    .qodef-blog.qodef-item-layout--boxed-bottom .qodef-blog-item .qodef-e-content {
        padding: 71px 5.5% 70px
    }
}

.qodef-blog.qodef-item-layout--boxed .qodef-info--bottom {
    border: none !important;
    margin-top: 2px !important
}

.qodef-blog.qodef-item-layout--boxed article {
    margin-bottom: 47px !important
}

.qodef-blog.qodef-item-layout--boxed article .qodef-e-inner {
    display: flex
}

.qodef-blog.qodef-item-layout--boxed article .qodef-e-info.qodef-info--top {
    justify-content: center
}

.qodef-blog.qodef-item-layout--boxed article .qodef-e-info.qodef-info--bottom {
    padding: 0
}

.qodef-blog.qodef-item-layout--boxed article .qodef-e-media {
    display: table-cell;
    float: left;
    margin-bottom: 0
}

.qodef-blog.qodef-item-layout--boxed article .qodef-e-media>* {
    margin-bottom: 0
}

.qodef-blog.qodef-item-layout--boxed article .qodef-e-media .qodef-e-media-image {
    position: relative;
    overflow: hidden
}

.qodef-blog.qodef-item-layout--boxed article .qodef-e-media .qodef-e-media-image img {
    box-shadow: none;
    will-change: blur
}

.qodef-blog.qodef-item-layout--boxed article .qodef-e-media .qodef-e-media-image:hover img {
    animation: qodef-distortion 1.4s cubic-bezier(.25, .46, .45, .94)
}

.qodef-blog.qodef-item-layout--boxed article .qodef-e-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 11.5%;
    text-align: center;
    background: var(--qode-main-color);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

@media only screen and (max-width:1440px) {
    .qodef-blog.qodef-item-layout--boxed article .qodef-e-content {
        padding: 0 7.5%
    }
}

.qodef-blog.qodef-item-layout--boxed article .qodef-e-content p.qodef-e-title {
    font-size: 40px;
    font-weight: 500;
    font-family: "DM Sans";
    letter-spacing: 0;
    line-height: 35px
}

.qodef-blog.qodef-item-layout--boxed article .qodef-e-content .qodef-e-title .qodef-e-title-link {
    display: initial;
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 1px;
    transition: background-size .45s ease-out;
    color: currentColor
}

.qodef-blog.qodef-item-layout--boxed article .qodef-e-content .qodef-e-title .qodef-e-title-link:hover {
    background-size: 100% 1px
}

.qodef-blog.qodef-item-layout--boxed article .qodef-e-content .qodef-e-subtitle {
    margin: 0 0 -1px
}

.qodef-blog.qodef-item-layout--boxed article .qodef-e-content .qodef-e-blog-subtitle {
    font-family: "DM Sans";
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .1em;
    line-height: 27px;
    color: #ba7d5c;
    text-transform: uppercase
}

.qodef-blog.qodef-item-layout--boxed article .qodef-e-content .qodef-e-text {
    margin-top: 2px
}

.qodef-blog.qodef-item-layout--boxed article .qodef-e-content .qodef-e-info-left {
    text-align: center;
    margin: 0 auto
}

.qodef-blog.qodef-item-layout--boxed article .qodef-e-content .qodef-e-info-left .qodef-e-read-more {
    width: 100%;
    margin: 22px 0 0
}

.qodef-blog.qodef-item-layout--boxed article.format-gallery .qodef-e-media .swiper-button-next,
.qodef-blog.qodef-item-layout--boxed article.format-gallery .qodef-e-media .swiper-button-prev {
    display: none
}

.qodef-blog.qodef-item-layout--boxed.qodef-col-num--1 article:not(:last-child) .qodef-e-info.qodef-info--bottom {
    border: none;
    margin-top: -2px;
    padding-top: 0
}

.qodef-blog.qodef-item-layout--boxed.qodef-col-num--1 article:not(:last-child).format-link .qodef-e-link {
    margin-bottom: 50px
}

.qodef-blog.qodef-item-layout--boxed.qodef-col-num--1 article:not(:last-child).format-quote .qodef-e-quote {
    margin-bottom: 50px
}

.qodef-blog.qodef-item-layout--boxed:not([class*=qodef-col-num--1]) article.format-link .qodef-e-link {
    padding: 76px
}

.qodef-blog.qodef-item-layout--boxed:not([class*=qodef-col-num--1]) article.format-link .qodef-icon-elegant-icons {
    right: 40px;
    font-size: 140px
}

.qodef-blog.qodef-item-layout--boxed:not([class*=qodef-col-num--1]) article.format-quote .qodef-e-quote {
    padding: 76px
}

.qodef-blog.qodef-item-layout--boxed article.qodef-e--read-more-active-hover .qodef-e-read-more .qodef-button .qodef-m-text:before {
    animation: qodef-animate-button-simple-icon .5s forwards
}

.qodef-blog.qodef-item-layout--boxed article .qodef-e-excerpt {
    margin: 20px 0 5px;
    letter-spacing: 0;
    line-height: 27px
}

@keyframes qodef-animate-button-simple-icon {
    0% {
        transform: translateX(0);
        clip-path: inset(0 0 0 0)
    }

    50% {
        transform: translateX(15px);
        clip-path: inset(0 100% 0 0)
    }

    70% {
        transform: translateX(-15px);
        clip-path: inset(0 0 0 100%)
    }

    100% {
        transform: translateX(0);
        clip-path: inset(0 0 0 0)
    }
}

.qodef-blog.qodef-item-layout--boxed.qodef-image--left article .qodef-e-content .qodef-e-subtitle {
    margin: 0 0 1px
}

.qodef-blog.qodef-item-layout--boxed.qodef-image--left article .qodef-e-excerpt {
    margin: 10px 0 4px
}

.qodef-blog.qodef-item-layout--boxed.qodef-image--left article .qodef-e-info.qodef-info--bottom {
    justify-content: center
}

.qodef-blog.qodef-item-layout--boxed.qodef-image-width--50 article .qodef-e-media {
    width: 50%
}

@media only screen and (max-width:1024px) {
    .qodef-blog.qodef-item-layout--boxed.qodef-image-width--50 article .qodef-e-media {
        width: 100%
    }
}

.qodef-blog.qodef-item-layout--boxed.qodef-image-width--50 article .qodef-e-content {
    width: 50%
}

@media only screen and (max-width:1024px) {
    .qodef-blog.qodef-item-layout--boxed.qodef-image-width--50 article .qodef-e-content {
        width: 100%
    }
}

.qodef-blog.qodef-item-layout--boxed.qodef-image-width--35 article .qodef-e-media {
    width: 35%
}

.qodef-blog.qodef-item-layout--boxed.qodef-image-width--35 article .qodef-e-content {
    width: 65%
}

@media only screen and (max-width:1024px) {
    .qodef-blog.qodef-item-layout--boxed.qodef-image-width--35 article .qodef-e-content {
        width: 100%
    }
}

.qodef-blog.qodef-item-layout--excerpt-centered .qodef-blog-item .qodef-e-media {
    margin-bottom: 31px
}

.qodef-blog.qodef-item-layout--excerpt-centered .qodef-blog-item .qodef-e-info .qodef-e-info-item {
    padding: 0 11px 0 0
}

.qodef-blog.qodef-item-layout--excerpt-centered .qodef-blog-item .qodef-e-info .qodef-e-info-item:after {
    right: 0
}

.qodef-blog.qodef-item-layout--excerpt-centered .qodef-blog-item .qodef-e-title {
    padding: 0 20%
}

.qodef-blog.qodef-item-layout--excerpt-centered .qodef-blog-item .qodef-e-title .qodef-e-title-link {
    display: initial;
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 1px;
    transition: background-size .45s ease-out;
    color: currentColor
}

.qodef-blog.qodef-item-layout--excerpt-centered .qodef-blog-item .qodef-e-title .qodef-e-title-link:hover {
    background-size: 100% 1px
}

@media only screen and (max-width:1440px) {
    .qodef-blog.qodef-item-layout--excerpt-centered .qodef-blog-item .qodef-e-title {
        padding: 0 10%
    }
}

@media only screen and (max-width:1366px) {
    .qodef-blog.qodef-item-layout--excerpt-centered .qodef-blog-item .qodef-e-title {
        padding: 0 5%
    }
}

.qodef-blog.qodef-item-layout--excerpt-centered .qodef-blog-item .qodef-e-info-author {
    margin: 24px 0 37px
}

.qodef-blog.qodef-item-layout--excerpt-centered .qodef-blog-item .qodef-e-info-author .qodef-author-name {
    position: relative;
    display: inline-block
}

.qodef-blog.qodef-item-layout--excerpt-centered .qodef-blog-item .qodef-e-info-author .qodef-author-name:after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 1px;
    background: #000;
    position: absolute;
    bottom: 7px;
    left: 0
}

.qodef-blog.qodef-item-layout--excerpt-centered .qodef-blog-item .qodef-e-media>* {
    margin-bottom: 0
}

.qodef-blog.qodef-item-layout--excerpt-centered .qodef-blog-item .qodef-e-content {
    text-align: center;
    margin-bottom: 78px
}

.qodef-blog.qodef-item-layout--excerpt-centered .qodef-blog-item .qodef-e-content .qodef-e-info.qodef-info--top {
    display: block;
    margin: 0 0 3px
}

.qodef-blog.qodef-item-layout--excerpt-centered .qodef-blog-item .qodef-e-content .qodef-e-info.qodef-info--top .qodef-e-info-item {
    line-height: 27px
}

.qodef-blog.qodef-item-layout--excerpt-centered .qodef-blog-item .qodef-e-content .qodef-e-info.qodef-info--bottom {
    text-align: center;
    margin-top: 18px;
    border-bottom: 1px solid #efece2
}

.qodef-blog.qodef-item-layout--excerpt-centered .qodef-blog-item .qodef-e-content .qodef-e-info.qodef-info--bottom .qodef-e-info-tags {
    width: 75%;
    text-align: left;
    margin-top: 22px
}

@media only screen and (max-width:1024px) {
    .qodef-blog.qodef-item-layout--excerpt-centered .qodef-blog-item .qodef-e-content .qodef-e-info.qodef-info--bottom .qodef-e-info-tags {
        width: 70%
    }
}

@media only screen and (max-width:680px) {
    .qodef-blog.qodef-item-layout--excerpt-centered .qodef-blog-item .qodef-e-content .qodef-e-info.qodef-info--bottom .qodef-e-info-tags {
        width: 100%;
        display: block
    }
}

.qodef-blog.qodef-item-layout--excerpt-centered .qodef-blog-item .qodef-e-content .qodef-e-info.qodef-info--bottom .qodef-e-info-tags a {
    font-size: 11px;
    font-weight: 400;
    line-height: 25px;
    color: #504d4d
}

.qodef-blog.qodef-item-layout--excerpt-centered .qodef-blog-item .qodef-e-content .qodef-e-info.qodef-info--bottom .qodef-e-info-tags:after {
    content: ''
}

.qodef-blog.qodef-item-layout--excerpt-centered .qodef-blog-item .qodef-e-content .qodef-e-info.qodef-info--bottom .qodef-e-read-more {
    width: 25%;
    margin: 0 0 15px;
    text-align: right
}

@media only screen and (max-width:1024px) {
    .qodef-blog.qodef-item-layout--excerpt-centered .qodef-blog-item .qodef-e-content .qodef-e-info.qodef-info--bottom .qodef-e-read-more {
        width: 30%
    }
}

@media only screen and (max-width:680px) {
    .qodef-blog.qodef-item-layout--excerpt-centered .qodef-blog-item .qodef-e-content .qodef-e-info.qodef-info--bottom .qodef-e-read-more {
        width: 100%;
        display: block;
        text-align: left
    }
}

.qodef-blog.qodef-item-layout--excerpt-centered .qodef-blog-item .qodef-e-content .qodef-e-text p.qodef-e-title {
    font-family: "DM Sans";
    font-size: 47px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 35px
}

.qodef-blog.qodef-item-layout--excerpt-centered .qodef-blog-item .qodef-e-content .qodef-e-text p.qodef-e-title:hover a {
    color: #000
}

.qodef-blog.qodef-item-layout--excerpt-centered .qodef-blog-item .qodef-e-content .qodef-e-text .qodef-e-excerpt {
    letter-spacing: 0;
    line-height: 27px;
    margin: 23px 0 54px;
    padding: 0 15%;
    text-align: left
}

@media only screen and (max-width:768px) {
    .qodef-blog.qodef-item-layout--excerpt-centered .qodef-blog-item .qodef-e-content .qodef-e-text .qodef-e-excerpt {
        padding: 0 5%
    }
}

@media only screen and (max-width:680px) {
    .qodef-blog.qodef-item-layout--excerpt-centered .qodef-blog-item .qodef-e-content .qodef-e-text .qodef-e-excerpt {
        padding: 0;
        margin-bottom: 26px
    }
}

.qodef-blog.qodef-item-layout--excerpt-centered .qodef-blog-item .qodef-e-content .qodef-e-text .qodef-e-excerpt::first-letter {
    margin: 0 20px 0 0;
    font-size: 77px;
    float: left;
    line-height: 1
}

.qodef-blog.qodef-item-layout--info-bottom .qodef-blog-item .qodef-e-info.qodef-info--top {
    margin: 2px 0 0
}

.qodef-blog.qodef-item-layout--info-bottom .qodef-blog-item .qodef-e-title .qodef-e-title-link {
    display: initial;
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 1px;
    transition: background-size .45s ease-out;
    color: currentColor
}

.qodef-blog.qodef-item-layout--info-bottom .qodef-blog-item .qodef-e-title .qodef-e-title-link:hover {
    background-size: 100% 1px
}

.qodef-blog.qodef-item-layout--info-bottom .qodef-blog-item .qodef-e-media-image {
    position: relative;
    overflow: hidden
}

.qodef-blog.qodef-item-layout--info-bottom .qodef-blog-item .qodef-e-media-image img {
    will-change: blur
}

.qodef-blog.qodef-item-layout--info-bottom .qodef-blog-item .qodef-e-media-image:hover img {
    animation: qodef-distortion 1.4s cubic-bezier(.25, .46, .45, .94)
}

.qodef-blog.qodef-item-layout--info-bottom.qodef-layout--masonry .qodef-blog-item .qodef-e-media>* {
    margin-bottom: 20px
}

.qodef-blog.qodef-item-layout--info-bottom.qodef-layout--masonry .qodef-blog-item .qodef-e-info.qodef-info--top {
    margin-bottom: 0
}

.qodef-blog.qodef-item-layout--info-bottom.qodef-layout--masonry .qodef-blog-item .qodef-e-content {
    padding-bottom: 2px
}

.qodef-blog.qodef-item-layout--info-on-background {
    margin: 0
}

.qodef-blog.qodef-item-layout--info-on-background article .qodef-e-media-image.qodef--background {
    margin-bottom: 0
}

@media only screen and (max-width:680px) {
    .qodef-blog.qodef-item-layout--info-on-background article .qodef-e-media-image.qodef--background {
        min-height: 415px
    }
}

@media only screen and (max-width:480px) {
    .qodef-blog.qodef-item-layout--info-on-background article .qodef-e-media-image.qodef--background {
        min-height: 515px
    }
}

.qodef-blog.qodef-item-layout--info-on-background article .qodef-e-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 20px 20% 35px;
    text-align: center
}

@media only screen and (max-width:1440px) {
    .qodef-blog.qodef-item-layout--info-on-background article .qodef-e-content {
        padding: 20px 15% 35px
    }
}

@media only screen and (max-width:680px) {
    .qodef-blog.qodef-item-layout--info-on-background article .qodef-e-content {
        padding: 35px 5% 35px
    }
}

.qodef-blog.qodef-item-layout--info-on-background article .qodef-e-content .qodef-e-excerpt {
    margin: 19px 0 0
}

.qodef-blog.qodef-item-layout--info-on-background article .qodef-e-content .qodef-e-read-more {
    margin: 29px 0 0
}

.qodef-blog.qodef-item-layout--info-on-background article .qodef-e-content .qodef-e-info.qodef-info--top .qodef-e-info-item {
    display: inline-block;
    width: 100%
}

.qodef-blog.qodef-item-layout--info-on-background article .qodef-e-content .qodef-e-info.qodef-info--top .qodef-e-info-item a {
    font-family: "DM Sans";
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #000;
    color: #ba7d5c
}

.qodef-blog.qodef-item-layout--info-on-background article .qodef-e-content a {
    position: relative;
    z-index: 3
}

.qodef-blog.qodef-item-layout--info-on-background article .qodef-e-title a {
    color: inherit
}

.qodef-blog.qodef-item-layout--info-on-background article .qodef-e-info>* {
    color: #fff
}

.qodef-blog.qodef-item-layout--info-on-background article .qodef-e-info.qodef-info--top {
    margin-bottom: 0
}

.qodef-blog.qodef-item-layout--info-on-background article .qodef-e-post-link {
    z-index: 2
}

.qodef-blog.qodef-item-layout--info-on-background article.format-audio .qodef-e-media-image:after,
.qodef-blog.qodef-item-layout--info-on-background article.format-gallery .qodef-e-media-image:after,
.qodef-blog.qodef-item-layout--info-on-background article.format-video .qodef-e-media-image:after {
    position: absolute;
    top: calc(50% - 36px);
    left: calc(50% - 36px);
    content: '\45';
    font-family: ElegantIcons;
    font-size: 72px;
    line-height: 1;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    color: #fff;
    speak: none;
    -webkit-font-smoothing: antialiased;
    z-index: 1;
    border: 3px solid #fff
}

.qodef-blog.qodef-item-layout--info-on-background article.format-gallery .qodef-e-media-image:after {
    content: '\e006'
}

.qodef-blog.qodef-item-layout--info-on-background article.format-video .qodef-e-media-image:after {
    content: '\45'
}

.qodef-blog.qodef-item-layout--info-on-background article.format-audio .qodef-e-media-image:after {
    content: '\e027'
}

.qodef-blog.qodef-item-layout--info-on-background article.format-link .qodef-e-link {
    padding: 83px 68px
}

.qodef-blog.qodef-item-layout--info-on-background article.format-link .qodef-e-link-icon {
    right: 84px;
    width: 144px
}

.qodef-blog.qodef-item-layout--info-on-background article.format-quote .qodef-e-quote {
    padding: 83px 68px 87px
}

.qodef-blog.qodef-item-layout--info-on-background article.format-quote .qodef-e-quote:before {
    font-size: 582px
}

.qodef-blog.qodef-item-layout--info-on-background article.format-quote .qodef-e-quote-author {
    margin: 20px 0 4px
}

.qodef-blog.qodef-item-layout--info-on-background.qodef-items--fixed article.format-link .qodef-e-link {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    padding-top: 40px;
    padding-bottom: 40px
}

.qodef-blog.qodef-item-layout--info-on-background.qodef-items--fixed article.format-quote .qodef-e-quote {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    padding-top: 40px;
    padding-bottom: 40px
}

.qodef-blog.qodef-item-layout--info-right .qodef-e-inner {
    display: flex
}

.qodef-blog.qodef-item-layout--info-right .qodef-e-media .qodef-e-media-image {
    margin-bottom: 0;
    position: relative;
    overflow: hidden
}

.qodef-blog.qodef-item-layout--info-right .qodef-e-media .qodef-e-media-image img {
    will-change: blur
}

.qodef-blog.qodef-item-layout--info-right .qodef-e-media .qodef-e-media-image:hover img {
    animation: qodef-distortion 1.4s cubic-bezier(.25, .46, .45, .94)
}

.qodef-blog.qodef-item-layout--info-right .qodef-e-title .qodef-e-title-link {
    display: initial;
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 1px;
    transition: background-size .45s ease-out;
    color: currentColor
}

.qodef-blog.qodef-item-layout--info-right .qodef-e-title .qodef-e-title-link:hover {
    background-size: 100% 1px
}

.qodef-blog.qodef-item-layout--info-right .qodef-e-content {
    margin-left: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.qodef-blog.qodef-item-layout--info-right .qodef-e-info {
    flex-wrap: wrap
}

.qodef-blog.qodef-item-layout--info-right .qodef-e-info.qodef-info--top {
    margin-bottom: 0
}

.qodef-blog.qodef-item-layout--info-right .qodef-e-info-item {
    white-space: nowrap
}

@media only screen and (max-width:680px) {
    .qodef-blog.qodef-item-layout--info-right .qodef-e-inner {
        flex-direction: column
    }

    .qodef-blog.qodef-item-layout--info-right .qodef-e-content {
        margin-left: 0;
        margin-top: 20px;
        margin-bottom: 19px
    }
}

.qodef-blog.qodef-item-layout--info-slide {
    margin: 0
}

.qodef-blog.qodef-item-layout--info-slide .qodef-blog-item {
    margin: 0 0 49px
}

.qodef-blog.qodef-item-layout--info-slide .qodef-blog-item .qodef-e-media>* {
    margin-bottom: 0
}

.qodef-blog.qodef-item-layout--info-slide .qodef-blog-item .qodef-e-media .qodef-e-media-image img {
    width: calc(100% - 1px)
}

.qodef-blog.qodef-item-layout--info-slide .qodef-blog-item-count {
    display: inline-block;
    position: absolute;
    bottom: 30px;
    right: 37px
}

.qodef-blog.qodef-item-layout--info-slide .qodef-blog-item-count>span {
    font-family: "DM Sans";
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .1em;
    line-height: 27px;
    color: #000
}

.qodef-blog.qodef-item-layout--info-slide article .qodef-e-media-image.qodef--background {
    margin-bottom: 0
}

.qodef-blog.qodef-item-layout--info-slide article .qodef-e-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex
}

.qodef-blog.qodef-item-layout--info-slide article .qodef-e-content .qodef-e-excerpt {
    margin: 16px 0 17px
}

.qodef-blog.qodef-item-layout--info-slide article .qodef-e-content a {
    position: relative;
    z-index: 3;
    display: inline
}

.qodef-blog.qodef-item-layout--info-slide article .qodef-e-title {
    margin-top: -3px
}

.qodef-blog.qodef-item-layout--info-slide article .qodef-e-title a {
    color: inherit
}

.qodef-blog.qodef-item-layout--info-slide article .qodef-e-info>* {
    color: var(--qode-main-color);
    font-weight: 400
}

.qodef-blog.qodef-item-layout--info-slide article .qodef-e-info.qodef-info--top {
    margin-bottom: 0
}

.qodef-blog.qodef-item-layout--info-slide article .qodef-e-read-more {
    margin-top: 29px
}

.qodef-blog.qodef-item-layout--info-slide article .qodef-e-read-more a {
    padding: 13px 35px
}

.qodef-blog.qodef-item-layout--info-slide article .qodef-e-post-link {
    z-index: 2
}

.qodef-blog.qodef-item-layout--info-slide .swiper-pagination-bullets {
    bottom: 55px !important
}

.qodef-blog.qodef-item-layout--info-slide.qodef-items--fixed article.format-link .qodef-e-link {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    padding-top: 40px;
    padding-bottom: 40px
}

.qodef-blog.qodef-item-layout--info-slide.qodef-items--fixed article.format-quote .qodef-e-quote {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    padding-top: 40px;
    padding-bottom: 40px
}

.qodef-blog.qodef-item-layout--info-slide.qodef-swiper-container .swiper-wrapper {
    cursor: grab
}

.qodef-blog.qodef-item-layout--info-slide.qodef-swiper-container article {
    width: auto;
    overflow: hidden
}

.qodef-blog.qodef-item-layout--info-slide.qodef-swiper-container article .qodef-e-inner {
    overflow: hidden
}

.qodef-blog.qodef-item-layout--info-slide.qodef-swiper-container article .qodef-e-inner .qodef-e-media-image {
    transform: scale(1.1);
    transition: 1s cubic-bezier(.22, .04, 0, .93)
}

.qodef-blog.qodef-item-layout--info-slide.qodef-swiper-container article.swiper-slide-active .qodef-e-inner .qodef-e-media-image {
    transform: scale(1)
}

.qodef-blog.qodef-item-layout--info-slide.qodef-swiper-container article .qodef-e-content {
    width: 62%;
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    height: 100%;
    padding: 0;
    transform: translateX(100%);
    transition: .7s cubic-bezier(.69, .13, 0, .95)
}

.qodef-blog.qodef-item-layout--info-slide.qodef-swiper-container article .qodef-e-content .qodef-e-excerpt {
    margin: 16px 20% 17px 0
}

.qodef-blog.qodef-item-layout--info-slide.qodef-swiper-container article .qodef-e-wrapper {
    position: relative;
    background-color: #fcf1eb;
    padding: 0 10% 0 15.2%;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.qodef-blog.qodef-item-layout--info-slide.qodef-swiper-container article .qodef-e-wrapper .qodef-e-title {
    text-align: left
}

.qodef-blog.qodef-item-layout--info-slide.qodef-swiper-container article .qodef-e-wrapper .qodef-info--top {
    justify-content: left
}

.qodef-blog.qodef-item-layout--info-slide.qodef-swiper-container article.swiper-slide-active .qodef-e-content {
    transform: translateX(0);
    transition: 1s cubic-bezier(.29, .13, 0, .95)
}

@media only screen and (max-width:1280px) {
    .qodef-blog.qodef-item-layout--info-slide.qodef-swiper-container article .qodef-e-content .qodef-e-excerpt {
        display: none
    }
}

@media only screen and (max-width:1024px) {
    .qodef-blog.qodef-item-layout--info-slide.qodef-swiper-container article .qodef-e-title {
        font-size: 35px
    }
}

@media only screen and (max-width:680px) {
    .qodef-blog.qodef-item-layout--info-slide.qodef-swiper-container article .qodef-e-content {
        width: 70%
    }

    .qodef-blog.qodef-item-layout--info-slide.qodef-swiper-container article .qodef-e-media-image.qodef--background {
        padding: 20% 0
    }
}

.qodef-blog-slide-custom .qodef-swiper-navigation {
    position: relative;
    display: block;
    width: 166px;
    margin: 0 auto
}

.qodef-blog-slide-custom .qodef-swiper-navigation .swiper-button-next.swiper-button-outside,
.qodef-blog-slide-custom .qodef-swiper-navigation .swiper-button-prev.swiper-button-outside {
    transform: translateX(0) translateY(0);
    position: absolute;
    bottom: 0
}

.qodef-blog.qodef-item-layout--metro {
    margin: 0
}

.qodef-blog.qodef-item-layout--metro article .qodef-e-media-image.qodef--background {
    margin-bottom: 0
}

.qodef-blog.qodef-item-layout--metro article .qodef-e-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    padding: 20px 40px 35px;
    background-color: rgba(0, 0, 0, .12)
}

.qodef-blog.qodef-item-layout--metro article .qodef-e-content a {
    position: relative;
    z-index: 3
}

.qodef-blog.qodef-item-layout--metro article .qodef-e-title {
    color: #fff
}

.qodef-blog.qodef-item-layout--metro article .qodef-e-title a {
    color: inherit
}

.qodef-blog.qodef-item-layout--metro article .qodef-e-info>* {
    color: #fff
}

.qodef-blog.qodef-item-layout--metro article .qodef-e-info.qodef-info--top {
    margin-bottom: 0
}

.qodef-blog.qodef-item-layout--metro article .qodef-e-post-link {
    z-index: 2
}

.qodef-blog.qodef-item-layout--metro article.format-audio .qodef-e-media-image:after,
.qodef-blog.qodef-item-layout--metro article.format-gallery .qodef-e-media-image:after,
.qodef-blog.qodef-item-layout--metro article.format-video .qodef-e-media-image:after {
    position: absolute;
    top: calc(50% - 36px);
    left: calc(50% - 36px);
    content: '\45';
    font-family: ElegantIcons;
    font-size: 72px;
    line-height: 1;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    color: #fff;
    speak: none;
    -webkit-font-smoothing: antialiased;
    z-index: 1;
    border: 3px solid #fff
}

.qodef-blog.qodef-item-layout--metro article.format-gallery .qodef-e-media-image:after {
    content: '\e006'
}

.qodef-blog.qodef-item-layout--metro article.format-video .qodef-e-media-image:after {
    content: '\45'
}

.qodef-blog.qodef-item-layout--metro article.format-audio .qodef-e-media-image:after {
    content: '\e027'
}

.qodef-blog.qodef-item-layout--metro article.format-link .qodef-e-link {
    padding: 83px 68px
}

.qodef-blog.qodef-item-layout--metro article.format-link .qodef-e-link-icon {
    right: 84px;
    width: 144px
}

.qodef-blog.qodef-item-layout--metro article.format-quote .qodef-e-quote {
    padding: 83px 68px 87px
}

.qodef-blog.qodef-item-layout--metro article.format-quote .qodef-e-quote:before {
    font-size: 582px
}

.qodef-blog.qodef-item-layout--metro article.format-quote .qodef-e-quote-author {
    margin: 20px 0 4px
}

.qodef-blog.qodef-item-layout--metro.qodef-items--fixed article.format-link .qodef-e-link {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    padding-top: 40px;
    padding-bottom: 40px
}

.qodef-blog.qodef-item-layout--metro.qodef-items--fixed article.format-quote .qodef-e-quote {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    padding-top: 40px;
    padding-bottom: 40px
}

.qodef-blog.qodef-item-layout--minimal article .qodef-e-info.qodef-info--bottom {
    margin-top: 5px
}

.qodef-blog.qodef-item-layout--simple article .qodef-e-inner {
    display: flex;
    align-items: flex-start
}

.qodef-blog.qodef-item-layout--simple article .qodef-e-title .qodef-e-title-link {
    display: initial;
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 1px;
    transition: background-size .45s ease-out;
    color: currentColor
}

.qodef-blog.qodef-item-layout--simple article .qodef-e-title .qodef-e-title-link:hover {
    background-size: 100% 1px
}

.qodef-blog.qodef-item-layout--simple article .qodef-e-media-image {
    flex-shrink: 0;
    width: 120px !important;
    margin: 0 20px 0 0
}

.qodef-blog.qodef-item-layout--simple article .qodef-e-info.qodef-info--bottom {
    margin-top: 5px
}

.qodef-blog.qodef-item-layout--standard article .entry-title .qodef-e-title-link {
    display: initial;
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 1px;
    transition: background-size .45s ease-out;
    color: currentColor
}

.qodef-blog.qodef-item-layout--standard article .entry-title .qodef-e-title-link:hover {
    background-size: 100% 1px
}

.qodef-blog.qodef-item-layout--standard.qodef-col-num--1 article:not(:last-child) .qodef-e-info.qodef-info--bottom {
    margin-bottom: 49px
}

.qodef-blog.qodef-item-layout--standard:not(.qodef-col-num--1) article.format-link .qodef-e-link {
    padding: 76px
}

.qodef-blog.qodef-item-layout--standard:not(.qodef-col-num--1) article.format-link .qodef-e-link-icon {
    right: 40px;
    width: 140px
}

.qodef-blog.qodef-item-layout--standard:not(.qodef-col-num--1) article.format-quote .qodef-e-quote {
    padding: 76px
}

.qodef-blog.qodef-item-layout--standard:not(.qodef-col-num--1) article.format-quote .qodef-e-quote:before {
    font-size: 540px
}

.qodef-blog.qodef-item-layout--standard.qodef-col-num--3 article.format-gallery .qodef-e-media .swiper-button-prev {
    left: -25px !important;
    width: 25px !important
}

.qodef-blog.qodef-item-layout--standard.qodef-col-num--3 article.format-gallery .qodef-e-media .swiper-button-next {
    right: -25px !important;
    width: 25px !important
}

.qodef-blog.qodef-item-layout--standard.qodef-col-num--3 article.format-link .qodef-e-link {
    padding: 35% 18%
}

@media only screen and (max-width:680px) {
    .qodef-blog.qodef-item-layout--standard.qodef-col-num--3 article.format-link .qodef-e-link {
        padding: 14% 7%
    }
}

.qodef-blog.qodef-item-layout--standard.qodef-col-num--3 article.format-quote .qodef-e-quote {
    padding: 35% 18%
}

@media only screen and (max-width:680px) {
    .qodef-blog.qodef-item-layout--standard.qodef-col-num--3 article.format-quote .qodef-e-quote {
        padding: 11% 7% 10.5% 7%
    }
}

.widget.widget_myvoyage_core_blog_list .qodef-blog .qodef-e-info-item.qodef-e-info-category {
    line-height: 21px
}

.widget.widget_myvoyage_core_blog_list .qodef-blog .qodef-e-info-item.qodef-e-info-category a {
    font-family: "DM Sans";
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #ba7d5c
}

.widget.widget_myvoyage_core_blog_list .qodef-blog.qodef-item-layout--simple article .qodef-e-inner {
    align-items: center
}

.qodef-full-height-blog-slider-shortcode-wrapper>.qodef-full-height-blog-slider>.swiper-wrapper {
    opacity: 0
}

.qodef-full-height-blog-slider-shortcode-wrapper .qodef--custom-swiper {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute !important
}

.qodef-full-height-blog-slider-shortcode-wrapper .qodef--custom-swiper .qodef-e-media-holder .qodef-e-media:nth-of-type(2) {
    position: absolute !important;
    top: 0;
    left: 0
}

.qodef-full-height-blog-slider-shortcode-wrapper .qodef--custom-swiper .qodef-e-media-holder .qodef-e-media.qodef--animate-in {
    animation: qode-swiper-image-in 1s cubic-bezier(.46, .03, .52, .96) both
}

.qodef-full-height-blog-slider-shortcode-wrapper .qodef--custom-swiper .qodef-e-media-holder .qodef-e-media.qodef--animate-out {
    animation: qode-swiper-image-out 1s cubic-bezier(.46, .03, .52, .96) forwards
}

.qodef-full-height-blog-slider-shortcode-wrapper .qodef--custom-swiper .qodef-e-content .qodef-e-content-inner:nth-of-type(2) {
    position: absolute !important;
    top: 0;
    left: 0
}

.qodef-full-height-blog-slider-shortcode-wrapper .qodef--custom-swiper .qodef-e-content .qodef-e-content-inner.qodef--animate-in .qodef-info--top {
    animation: qode-swiper-title-in .6s .8s cubic-bezier(.46, .03, .52, .96) backwards
}

.qodef-full-height-blog-slider-shortcode-wrapper .qodef--custom-swiper .qodef-e-content .qodef-e-content-inner.qodef--animate-in .qodef-e-text {
    animation: qode-swiper-title-in .6s .9s cubic-bezier(.46, .03, .52, .96) backwards
}

.qodef-full-height-blog-slider-shortcode-wrapper .qodef--custom-swiper .qodef-e-content .qodef-e-content-inner.qodef--animate-in .qodef-info--bottom {
    animation: qode-swiper-title-in .6s 1s cubic-bezier(.46, .03, .52, .96) backwards
}

.qodef-full-height-blog-slider-shortcode-wrapper .qodef--custom-swiper .qodef-e-content .qodef-e-content-inner.qodef--animate-out .qodef-info--top {
    animation: qode-swiper-title-out .4s cubic-bezier(.46, .03, .52, .96) forwards
}

.qodef-full-height-blog-slider-shortcode-wrapper .qodef--custom-swiper .qodef-e-content .qodef-e-content-inner.qodef--animate-out .qodef-e-text {
    animation: qode-swiper-title-out .4s .1s cubic-bezier(.46, .03, .52, .96) forwards
}

.qodef-full-height-blog-slider-shortcode-wrapper .qodef--custom-swiper .qodef-e-content .qodef-e-content-inner.qodef--animate-out .qodef-info--bottom {
    animation: qode-swiper-title-out .4s .2s cubic-bezier(.46, .03, .52, .96) forwards
}

.qodef-full-height-blog-slider-shortcode-wrapper.qodef-item-layout--info-on-image .qodef-full-height-blog-slider .swiper-pagination-bullets,
.qodef-full-height-blog-slider-shortcode-wrapper.qodef-item-layout--info-on-image .qodef-full-height-blog-slider-fixed-container .swiper-pagination-bullets {
    width: auto;
    bottom: 35px !important;
    left: initial !important;
    right: 33px
}

@media only screen and (max-width:680px) {

    .qodef-full-height-blog-slider-shortcode-wrapper.qodef-item-layout--info-on-image .qodef-full-height-blog-slider .swiper-pagination-bullets,
    .qodef-full-height-blog-slider-shortcode-wrapper.qodef-item-layout--info-on-image .qodef-full-height-blog-slider-fixed-container .swiper-pagination-bullets {
        right: 10px
    }
}

.qodef-full-height-blog-slider-shortcode-wrapper.qodef-item-layout--info-on-image .qodef-full-height-blog-slider .qodef-scroll-indicator,
.qodef-full-height-blog-slider-shortcode-wrapper.qodef-item-layout--info-on-image .qodef-full-height-blog-slider-fixed-container .qodef-scroll-indicator {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 1px;
    height: 37px;
    background-color: rgba(255, 255, 255, .52);
    z-index: 10
}

.qodef-full-height-blog-slider-shortcode-wrapper.qodef-item-layout--info-on-image .qodef-full-height-blog-slider .qodef-scroll-indicator:after,
.qodef-full-height-blog-slider-shortcode-wrapper.qodef-item-layout--info-on-image .qodef-full-height-blog-slider-fixed-container .qodef-scroll-indicator:after {
    content: "";
    display: block;
    height: 18px;
    width: 1px;
    background-color: #fff;
    animation: scroll_indicator_progress 1.5s ease infinite
}

@keyframes scroll_indicator_progress {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        transform: translateY(19px)
    }
}

.qodef-full-height-blog-slider-shortcode-wrapper.qodef-item-layout--info-on-image .qodef-full-height-blog-slider .qodef-e-inner,
.qodef-full-height-blog-slider-shortcode-wrapper.qodef-item-layout--info-on-image .qodef-full-height-blog-slider-fixed-container .qodef-e-inner {
    position: relative
}

.qodef-full-height-blog-slider-shortcode-wrapper.qodef-item-layout--info-on-image .qodef-full-height-blog-slider .qodef-e-inner .qodef-e-media,
.qodef-full-height-blog-slider-shortcode-wrapper.qodef-item-layout--info-on-image .qodef-full-height-blog-slider-fixed-container .qodef-e-inner .qodef-e-media {
    position: relative
}

.qodef-full-height-blog-slider-shortcode-wrapper.qodef-item-layout--info-on-image .qodef-full-height-blog-slider .qodef-e-inner .qodef-e-media .qodef-e-media-video,
.qodef-full-height-blog-slider-shortcode-wrapper.qodef-item-layout--info-on-image .qodef-full-height-blog-slider .qodef-e-inner .qodef-e-media img,
.qodef-full-height-blog-slider-shortcode-wrapper.qodef-item-layout--info-on-image .qodef-full-height-blog-slider-fixed-container .qodef-e-inner .qodef-e-media .qodef-e-media-video,
.qodef-full-height-blog-slider-shortcode-wrapper.qodef-item-layout--info-on-image .qodef-full-height-blog-slider-fixed-container .qodef-e-inner .qodef-e-media img {
    margin: 0
}

.qodef-full-height-blog-slider-shortcode-wrapper.qodef-item-layout--info-on-image .qodef-full-height-blog-slider .qodef-e-inner .qodef-e-media .qodef-e-media-image,
.qodef-full-height-blog-slider-shortcode-wrapper.qodef-item-layout--info-on-image .qodef-full-height-blog-slider-fixed-container .qodef-e-inner .qodef-e-media .qodef-e-media-image {
    height: 100%
}

.qodef-full-height-blog-slider-shortcode-wrapper.qodef-item-layout--info-on-image .qodef-full-height-blog-slider .qodef-e-inner .qodef-e-media .qodef-e-media-image a,
.qodef-full-height-blog-slider-shortcode-wrapper.qodef-item-layout--info-on-image .qodef-full-height-blog-slider-fixed-container .qodef-e-inner .qodef-e-media .qodef-e-media-image a {
    height: 100%;
    width: 100%
}

.qodef-full-height-blog-slider-shortcode-wrapper.qodef-item-layout--info-on-image .qodef-full-height-blog-slider .qodef-e-inner .qodef-e-media .qodef-e-media-audio,
.qodef-full-height-blog-slider-shortcode-wrapper.qodef-item-layout--info-on-image .qodef-full-height-blog-slider-fixed-container .qodef-e-inner .qodef-e-media .qodef-e-media-audio {
    position: absolute;
    bottom: 0;
    left: 0
}

.qodef-full-height-blog-slider-shortcode-wrapper.qodef-item-layout--info-on-image .qodef-full-height-blog-slider .qodef-e-inner .qodef-e-media iframe,
.qodef-full-height-blog-slider-shortcode-wrapper.qodef-item-layout--info-on-image .qodef-full-height-blog-slider-fixed-container .qodef-e-inner .qodef-e-media iframe {
    height: 100%
}

.qodef-full-height-blog-slider-shortcode-wrapper.qodef-item-layout--info-on-image .qodef-full-height-blog-slider .qodef-e-inner .qodef-e-content-inner,
.qodef-full-height-blog-slider-shortcode-wrapper.qodef-item-layout--info-on-image .qodef-full-height-blog-slider-fixed-container .qodef-e-inner .qodef-e-content-inner {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 71px 70px
}

.qodef-full-height-blog-slider-shortcode-wrapper.qodef-item-layout--info-on-image .qodef-full-height-blog-slider .qodef-e-inner .qodef-e-content-inner>*,
.qodef-full-height-blog-slider-shortcode-wrapper.qodef-item-layout--info-on-image .qodef-full-height-blog-slider-fixed-container .qodef-e-inner .qodef-e-content-inner>* {
    position: relative;
    z-index: 99
}

@media only screen and (max-width:1024px) {

    .qodef-full-height-blog-slider-shortcode-wrapper.qodef-item-layout--info-on-image .qodef-full-height-blog-slider .qodef-e-inner .qodef-e-content-inner,
    .qodef-full-height-blog-slider-shortcode-wrapper.qodef-item-layout--info-on-image .qodef-full-height-blog-slider-fixed-container .qodef-e-inner .qodef-e-content-inner {
        padding: 71px 52px
    }
}

@media only screen and (max-width:680px) {

    .qodef-full-height-blog-slider-shortcode-wrapper.qodef-item-layout--info-on-image .qodef-full-height-blog-slider .qodef-e-inner .qodef-e-content-inner,
    .qodef-full-height-blog-slider-shortcode-wrapper.qodef-item-layout--info-on-image .qodef-full-height-blog-slider-fixed-container .qodef-e-inner .qodef-e-content-inner {
        padding: 10px 35px 142px 35px
    }
}

.qodef-full-height-blog-slider-shortcode-wrapper.qodef-item-layout--info-on-image .qodef-full-height-blog-slider .qodef-link-overlay,
.qodef-full-height-blog-slider-shortcode-wrapper.qodef-item-layout--info-on-image .qodef-full-height-blog-slider-fixed-container .qodef-link-overlay {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 100%
}

.qodef-full-height-blog-slider-shortcode-wrapper.qodef-item-layout--info-on-image .qodef-full-height-blog-slider .qodef-e-title,
.qodef-full-height-blog-slider-shortcode-wrapper.qodef-item-layout--info-on-image .qodef-full-height-blog-slider-fixed-container .qodef-e-title {
    margin: 0
}

.qodef-full-height-blog-slider-shortcode-wrapper.qodef-item-layout--info-on-image .qodef-full-height-blog-slider .qodef-e-title .qodef-e-title-link,
.qodef-full-height-blog-slider-shortcode-wrapper.qodef-item-layout--info-on-image .qodef-full-height-blog-slider-fixed-container .qodef-e-title .qodef-e-title-link {
    display: initial;
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 1px;
    transition: background-size .3s ease
}

.qodef-full-height-blog-slider-shortcode-wrapper.qodef-item-layout--info-on-image .qodef-full-height-blog-slider .qodef-e-title .qodef-e-title-link:hover,
.qodef-full-height-blog-slider-shortcode-wrapper.qodef-item-layout--info-on-image .qodef-full-height-blog-slider-fixed-container .qodef-e-title .qodef-e-title-link:hover {
    background-size: 100% 1px
}

.qodef-full-height-blog-slider-shortcode-wrapper.qodef-item-layout--info-on-image .qodef-full-height-blog-slider .qodef-e-info,
.qodef-full-height-blog-slider-shortcode-wrapper.qodef-item-layout--info-on-image .qodef-full-height-blog-slider-fixed-container .qodef-e-info {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%
}

@media only screen and (min-width:681px) {

    .qodef-full-height-blog-slider-shortcode-wrapper.qodef-item-layout--info-on-image .qodef-full-height-blog-slider .qodef-e-info .qodef-e-info-left,
    .qodef-full-height-blog-slider-shortcode-wrapper.qodef-item-layout--info-on-image .qodef-full-height-blog-slider .qodef-e-info .qodef-e-info-right,
    .qodef-full-height-blog-slider-shortcode-wrapper.qodef-item-layout--info-on-image .qodef-full-height-blog-slider-fixed-container .qodef-e-info .qodef-e-info-left,
    .qodef-full-height-blog-slider-shortcode-wrapper.qodef-item-layout--info-on-image .qodef-full-height-blog-slider-fixed-container .qodef-e-info .qodef-e-info-right {
        position: relative;
        display: flex;
        align-items: center;
        width: 100%
    }

    .qodef-full-height-blog-slider-shortcode-wrapper.qodef-item-layout--info-on-image .qodef-full-height-blog-slider .qodef-e-info .qodef-e-info-right,
    .qodef-full-height-blog-slider-shortcode-wrapper.qodef-item-layout--info-on-image .qodef-full-height-blog-slider-fixed-container .qodef-e-info .qodef-e-info-right {
        justify-content: flex-end
    }
}

.qodef-full-height-blog-slider-shortcode-wrapper.qodef-item-layout--info-on-image .qodef-full-height-blog-slider .qodef-e-info .qodef-e-info-item,
.qodef-full-height-blog-slider-shortcode-wrapper.qodef-item-layout--info-on-image .qodef-full-height-blog-slider-fixed-container .qodef-e-info .qodef-e-info-item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-family: "DM Sans";
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: currentColor;
    padding: 0 14px 0 0
}

.qodef-full-height-blog-slider-shortcode-wrapper.qodef-item-layout--info-on-image .qodef-full-height-blog-slider .qodef-e-info .qodef-e-info-item:after,
.qodef-full-height-blog-slider-shortcode-wrapper.qodef-item-layout--info-on-image .qodef-full-height-blog-slider-fixed-container .qodef-e-info .qodef-e-info-item:after {
    content: '/';
    position: absolute;
    top: 0;
    right: 4px;
    color: #000
}

.qodef-full-height-blog-slider-shortcode-wrapper.qodef-item-layout--info-on-image .qodef-full-height-blog-slider .qodef-e-info .qodef-e-info-item.qodef-e-info-category,
.qodef-full-height-blog-slider-shortcode-wrapper.qodef-item-layout--info-on-image .qodef-full-height-blog-slider .qodef-e-info .qodef-e-info-item.qodef-e-info-destination,
.qodef-full-height-blog-slider-shortcode-wrapper.qodef-item-layout--info-on-image .qodef-full-height-blog-slider-fixed-container .qodef-e-info .qodef-e-info-item.qodef-e-info-category,
.qodef-full-height-blog-slider-shortcode-wrapper.qodef-item-layout--info-on-image .qodef-full-height-blog-slider-fixed-container .qodef-e-info .qodef-e-info-item.qodef-e-info-destination {
    color: #ba7d5c
}

.qodef-full-height-blog-slider-shortcode-wrapper.qodef-item-layout--info-on-image .qodef-full-height-blog-slider .qodef-e-info .qodef-e-info-item a,
.qodef-full-height-blog-slider-shortcode-wrapper.qodef-item-layout--info-on-image .qodef-full-height-blog-slider-fixed-container .qodef-e-info .qodef-e-info-item a {
    font-family: "DM Sans";
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: inherit
}

.qodef-full-height-blog-slider-shortcode-wrapper.qodef-item-layout--info-on-image .qodef-full-height-blog-slider .qodef-e-info .qodef-e-info-item a:hover,
.qodef-full-height-blog-slider-shortcode-wrapper.qodef-item-layout--info-on-image .qodef-full-height-blog-slider-fixed-container .qodef-e-info .qodef-e-info-item a:hover {
    color: #464646
}

.qodef-full-height-blog-slider-shortcode-wrapper.qodef-item-layout--info-on-image .qodef-full-height-blog-slider .qodef-e-info .qodef-e-info-item:last-child,
.qodef-full-height-blog-slider-shortcode-wrapper.qodef-item-layout--info-on-image .qodef-full-height-blog-slider-fixed-container .qodef-e-info .qodef-e-info-item:last-child {
    padding-right: 0
}

.qodef-full-height-blog-slider-shortcode-wrapper.qodef-item-layout--info-on-image .qodef-full-height-blog-slider .qodef-e-info .qodef-e-info-item:last-child:after,
.qodef-full-height-blog-slider-shortcode-wrapper.qodef-item-layout--info-on-image .qodef-full-height-blog-slider-fixed-container .qodef-e-info .qodef-e-info-item:last-child:after {
    content: ''
}

.qodef-full-height-blog-slider-shortcode-wrapper.qodef-item-layout--info-on-image .qodef-full-height-blog-slider .qodef-e-info.qodef-info--top,
.qodef-full-height-blog-slider-shortcode-wrapper.qodef-item-layout--info-on-image .qodef-full-height-blog-slider-fixed-container .qodef-e-info.qodef-info--top {
    margin-bottom: 7px
}

.qodef-full-height-blog-slider-shortcode-wrapper.qodef-item-layout--info-on-image .qodef-full-height-blog-slider .qodef-e-info.qodef-info--bottom,
.qodef-full-height-blog-slider-shortcode-wrapper.qodef-item-layout--info-on-image .qodef-full-height-blog-slider-fixed-container .qodef-e-info.qodef-info--bottom {
    display: inline-flex;
    margin-top: 45px
}

@media only screen and (max-width:680px) {

    .qodef-full-height-blog-slider-shortcode-wrapper.qodef-item-layout--info-on-image .qodef-full-height-blog-slider .qodef-e-info.qodef-info--bottom,
    .qodef-full-height-blog-slider-shortcode-wrapper.qodef-item-layout--info-on-image .qodef-full-height-blog-slider-fixed-container .qodef-e-info.qodef-info--bottom {
        position: absolute;
        left: 35px;
        bottom: 80px;
        margin: 0
    }
}

.qodef-full-height-blog-slider-shortcode-wrapper.qodef-item-layout--info-on-image.qodef-media-overlay--yes .qodef-link-overlay {
    background-color: rgba(0, 0, 0, .18)
}

.qodef-full-height-blog-slider-shortcode-wrapper.qodef-item-layout--info-on-image.qodef-media-overlay--yes .qodef-e-media .qodef-e-media-gallery .qodef-e-media-gallery-item a {
    position: relative
}

.qodef-full-height-blog-slider-shortcode-wrapper.qodef-item-layout--info-on-image.qodef-media-overlay--yes .qodef-e-media .qodef-e-media-gallery .qodef-e-media-gallery-item a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .18)
}

@media only screen and (max-width:1024px) {
    .qodef-full-height-blog-slider-shortcode-wrapper.qodef-item-layout--info-on-image.qodef-title-break--disabled .qodef-e-title br {
        display: none
    }
}

.qodef-full-height-blog-slider-shortcode-wrapper.qodef-item-layout--info-on-image.qodef-item-skin--light .qodef-e-info .qodef-e-info-item {
    color: #fff
}

.qodef-full-height-blog-slider-shortcode-wrapper.qodef-item-layout--info-on-image.qodef-item-skin--light .qodef-e-info .qodef-e-info-item a:hover {
    color: #ccc
}

.qodef-full-height-blog-slider-shortcode-wrapper.qodef-item-layout--info-on-image.qodef-item-skin--light .qodef-e-info .qodef-e-info-item:after {
    color: #fff
}

.qodef-full-height-blog-slider-shortcode-wrapper.qodef-item-layout--info-on-image.qodef-item-skin--light .qodef-e-info .qodef-e-info-item.qodef-e-info-category,
.qodef-full-height-blog-slider-shortcode-wrapper.qodef-item-layout--info-on-image.qodef-item-skin--light .qodef-e-info .qodef-e-info-item.qodef-e-info-destination {
    color: #fff
}

.qodef-full-height-blog-slider-shortcode-wrapper.qodef-item-layout--info-on-image.qodef-item-skin--light .qodef-e-excerpt,
.qodef-full-height-blog-slider-shortcode-wrapper.qodef-item-layout--info-on-image.qodef-item-skin--light .qodef-e-title {
    color: #fff
}

.qodef-full-height-blog-slider-shortcode-wrapper.qodef-item-layout--info-on-image.qodef-item-skin--light .qodef-e-excerpt a:hover,
.qodef-full-height-blog-slider-shortcode-wrapper.qodef-item-layout--info-on-image.qodef-item-skin--light .qodef-e-title a:hover {
    color: #fff
}

.qodef-full-height-blog-slider-shortcode-wrapper.qodef-item-layout--info-on-image.qodef-item-skin--light .qodef-e-read-more a {
    color: #000;
    background-color: #fff
}

.qodef-full-height-blog-slider-shortcode-wrapper.qodef-item-layout--info-on-image.qodef-item-skin--light .qodef-e-read-more a:hover {
    color: #000;
    background-color: var(--qode-main-color)
}

.qodef-full-height-blog-slider-shortcode-wrapper.qodef-item-layout--info-on-image.qodef-item-skin--dark .qodef-e-info .qodef-e-info-item {
    color: #000
}

.qodef-full-height-blog-slider-shortcode-wrapper.qodef-item-layout--info-on-image.qodef-item-skin--dark .qodef-e-info .qodef-e-info-item:after {
    color: #000
}

.qodef-full-height-blog-slider-shortcode-wrapper.qodef-item-layout--info-on-image.qodef-item-skin--dark .qodef-e-info .qodef-e-info-item.qodef-e-info-category,
.qodef-full-height-blog-slider-shortcode-wrapper.qodef-item-layout--info-on-image.qodef-item-skin--dark .qodef-e-info .qodef-e-info-item.qodef-e-info-destination {
    color: #fff
}

.qodef-full-height-blog-slider-shortcode-wrapper.qodef-item-layout--info-on-image.qodef-item-skin--dark .qodef-e-excerpt,
.qodef-full-height-blog-slider-shortcode-wrapper.qodef-item-layout--info-on-image.qodef-item-skin--dark .qodef-e-title {
    color: #000
}

.qodef-full-height-blog-slider-shortcode-wrapper.qodef-item-layout--info-on-image.qodef-item-skin--dark .qodef-e-read-more a {
    color: #000
}

.qodef-full-height-blog-slider-shortcode-wrapper.qodef-full-height--yes,
.qodef-full-height-blog-slider-shortcode-wrapper.qodef-show-fixed-posts--yes {
    height: 100vh
}

.qodef-full-height-blog-slider-shortcode-wrapper.qodef-full-height--yes .qodef-full-height-blog-slider,
.qodef-full-height-blog-slider-shortcode-wrapper.qodef-show-fixed-posts--yes .qodef-full-height-blog-slider {
    height: 100%
}

.qodef-full-height-blog-slider-shortcode-wrapper.qodef-full-height--yes .qodef-full-height-blog-slider .qodef-e-inner,
.qodef-full-height-blog-slider-shortcode-wrapper.qodef-show-fixed-posts--yes .qodef-full-height-blog-slider .qodef-e-inner {
    height: 100%
}

.qodef-full-height-blog-slider-shortcode-wrapper.qodef-full-height--yes .qodef-full-height-blog-slider .qodef-e-inner .qodef-e-media,
.qodef-full-height-blog-slider-shortcode-wrapper.qodef-full-height--yes .qodef-full-height-blog-slider .qodef-e-inner .qodef-e-media-holder,
.qodef-full-height-blog-slider-shortcode-wrapper.qodef-show-fixed-posts--yes .qodef-full-height-blog-slider .qodef-e-inner .qodef-e-media,
.qodef-full-height-blog-slider-shortcode-wrapper.qodef-show-fixed-posts--yes .qodef-full-height-blog-slider .qodef-e-inner .qodef-e-media-holder {
    height: 100%
}

.qodef-full-height-blog-slider-shortcode-wrapper.qodef-full-height--yes .qodef-full-height-blog-slider .qodef-e-inner .qodef-e-media img,
.qodef-full-height-blog-slider-shortcode-wrapper.qodef-full-height--yes .qodef-full-height-blog-slider .qodef-e-inner .qodef-e-media-holder img,
.qodef-full-height-blog-slider-shortcode-wrapper.qodef-show-fixed-posts--yes .qodef-full-height-blog-slider .qodef-e-inner .qodef-e-media img,
.qodef-full-height-blog-slider-shortcode-wrapper.qodef-show-fixed-posts--yes .qodef-full-height-blog-slider .qodef-e-inner .qodef-e-media-holder img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.qodef-full-height-blog-slider-shortcode-wrapper.qodef-full-height--yes .qodef-full-height-blog-slider .qodef-e-inner .qodef-e-media .qodef-e-media-video,
.qodef-full-height-blog-slider-shortcode-wrapper.qodef-full-height--yes .qodef-full-height-blog-slider .qodef-e-inner .qodef-e-media-holder .qodef-e-media-video,
.qodef-full-height-blog-slider-shortcode-wrapper.qodef-show-fixed-posts--yes .qodef-full-height-blog-slider .qodef-e-inner .qodef-e-media .qodef-e-media-video,
.qodef-full-height-blog-slider-shortcode-wrapper.qodef-show-fixed-posts--yes .qodef-full-height-blog-slider .qodef-e-inner .qodef-e-media-holder .qodef-e-media-video {
    height: 100%
}

.qodef-full-height-blog-slider-shortcode-wrapper.qodef-full-height--yes .qodef-full-height-blog-slider .qodef-e-inner .qodef-e-media .qodef-e-media-video video,
.qodef-full-height-blog-slider-shortcode-wrapper.qodef-full-height--yes .qodef-full-height-blog-slider .qodef-e-inner .qodef-e-media-holder .qodef-e-media-video video,
.qodef-full-height-blog-slider-shortcode-wrapper.qodef-show-fixed-posts--yes .qodef-full-height-blog-slider .qodef-e-inner .qodef-e-media .qodef-e-media-video video,
.qodef-full-height-blog-slider-shortcode-wrapper.qodef-show-fixed-posts--yes .qodef-full-height-blog-slider .qodef-e-inner .qodef-e-media-holder .qodef-e-media-video video {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.qodef-full-height-blog-slider-shortcode-wrapper.qodef-full-height--yes .qodef-full-height-blog-slider .qodef-e-inner .qodef-e-media .qodef-e-media-gallery,
.qodef-full-height-blog-slider-shortcode-wrapper.qodef-full-height--yes .qodef-full-height-blog-slider .qodef-e-inner .qodef-e-media-holder .qodef-e-media-gallery,
.qodef-full-height-blog-slider-shortcode-wrapper.qodef-show-fixed-posts--yes .qodef-full-height-blog-slider .qodef-e-inner .qodef-e-media .qodef-e-media-gallery,
.qodef-full-height-blog-slider-shortcode-wrapper.qodef-show-fixed-posts--yes .qodef-full-height-blog-slider .qodef-e-inner .qodef-e-media-holder .qodef-e-media-gallery {
    height: 100%
}

.qodef-full-height-blog-slider-shortcode-wrapper.qodef-full-height--yes .qodef-full-height-blog-slider .qodef-e-inner .qodef-e-media .qodef-e-media-gallery .qodef-e-media-gallery-item,
.qodef-full-height-blog-slider-shortcode-wrapper.qodef-full-height--yes .qodef-full-height-blog-slider .qodef-e-inner .qodef-e-media-holder .qodef-e-media-gallery .qodef-e-media-gallery-item,
.qodef-full-height-blog-slider-shortcode-wrapper.qodef-show-fixed-posts--yes .qodef-full-height-blog-slider .qodef-e-inner .qodef-e-media .qodef-e-media-gallery .qodef-e-media-gallery-item,
.qodef-full-height-blog-slider-shortcode-wrapper.qodef-show-fixed-posts--yes .qodef-full-height-blog-slider .qodef-e-inner .qodef-e-media-holder .qodef-e-media-gallery .qodef-e-media-gallery-item {
    height: 100%
}

.qodef-full-height-blog-slider-shortcode-wrapper.qodef-full-height--yes .qodef-full-height-blog-slider .qodef-e-inner .qodef-e-media .qodef-e-media-gallery .qodef-e-media-gallery-item a,
.qodef-full-height-blog-slider-shortcode-wrapper.qodef-full-height--yes .qodef-full-height-blog-slider .qodef-e-inner .qodef-e-media .qodef-e-media-gallery .qodef-e-media-gallery-item img,
.qodef-full-height-blog-slider-shortcode-wrapper.qodef-full-height--yes .qodef-full-height-blog-slider .qodef-e-inner .qodef-e-media-holder .qodef-e-media-gallery .qodef-e-media-gallery-item a,
.qodef-full-height-blog-slider-shortcode-wrapper.qodef-full-height--yes .qodef-full-height-blog-slider .qodef-e-inner .qodef-e-media-holder .qodef-e-media-gallery .qodef-e-media-gallery-item img,
.qodef-full-height-blog-slider-shortcode-wrapper.qodef-show-fixed-posts--yes .qodef-full-height-blog-slider .qodef-e-inner .qodef-e-media .qodef-e-media-gallery .qodef-e-media-gallery-item a,
.qodef-full-height-blog-slider-shortcode-wrapper.qodef-show-fixed-posts--yes .qodef-full-height-blog-slider .qodef-e-inner .qodef-e-media .qodef-e-media-gallery .qodef-e-media-gallery-item img,
.qodef-full-height-blog-slider-shortcode-wrapper.qodef-show-fixed-posts--yes .qodef-full-height-blog-slider .qodef-e-inner .qodef-e-media-holder .qodef-e-media-gallery .qodef-e-media-gallery-item a,
.qodef-full-height-blog-slider-shortcode-wrapper.qodef-show-fixed-posts--yes .qodef-full-height-blog-slider .qodef-e-inner .qodef-e-media-holder .qodef-e-media-gallery .qodef-e-media-gallery-item img {
    height: 100%
}

.qodef-full-height-blog-slider-shortcode-wrapper.qodef-full-height--yes .qodef-full-height-blog-slider .qodef-e-inner .qodef-e-media .qodef-e-media-gallery .qodef-e-media-gallery-item img,
.qodef-full-height-blog-slider-shortcode-wrapper.qodef-full-height--yes .qodef-full-height-blog-slider .qodef-e-inner .qodef-e-media-holder .qodef-e-media-gallery .qodef-e-media-gallery-item img,
.qodef-full-height-blog-slider-shortcode-wrapper.qodef-show-fixed-posts--yes .qodef-full-height-blog-slider .qodef-e-inner .qodef-e-media .qodef-e-media-gallery .qodef-e-media-gallery-item img,
.qodef-full-height-blog-slider-shortcode-wrapper.qodef-show-fixed-posts--yes .qodef-full-height-blog-slider .qodef-e-inner .qodef-e-media-holder .qodef-e-media-gallery .qodef-e-media-gallery-item img {
    -o-object-fit: cover;
    object-fit: cover
}

@media only screen and (max-width:680px) {
    .qodef-full-height-blog-slider-shortcode-wrapper.qodef-full-height--no .qodef-full-height-blog-slider .swiper-pagination-bullets {
        bottom: 10px !important
    }

    .qodef-full-height-blog-slider-shortcode-wrapper.qodef-full-height--no .qodef-full-height-blog-slider .qodef-e-inner .qodef-e-content-inner {
        padding: 104px 35px 144px
    }

    .qodef-full-height-blog-slider-shortcode-wrapper.qodef-full-height--no .qodef-full-height-blog-slider .qodef-e-info.qodef-info--bottom {
        left: 35px;
        bottom: 80px
    }

    .qodef-full-height-blog-slider-shortcode-wrapper.qodef-full-height--no.qodef-slider-mobile-fixed-height .qodef-full-height-blog-slider .qodef-e-inner .qodef-e-media img {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center
    }

    .qodef-full-height-blog-slider-shortcode-wrapper.qodef-full-height--no.qodef-slider-mobile-fixed-height .qodef-full-height-blog-slider .qodef-e-inner .qodef-e-media .qodef-e-media-video {
        height: 100%
    }

    .qodef-full-height-blog-slider-shortcode-wrapper.qodef-full-height--no.qodef-slider-mobile-fixed-height .qodef-full-height-blog-slider .qodef-e-inner .qodef-e-media .qodef-e-media-video video {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }

    .qodef-full-height-blog-slider-shortcode-wrapper.qodef-full-height--no.qodef-slider-mobile-fixed-height .qodef-full-height-blog-slider .qodef-e-inner .qodef-e-media .qodef-e-media-gallery {
        height: 100%
    }

    .qodef-full-height-blog-slider-shortcode-wrapper.qodef-full-height--no.qodef-slider-mobile-fixed-height .qodef-full-height-blog-slider .qodef-e-inner .qodef-e-media .qodef-e-media-gallery .qodef-e-media-gallery-item {
        height: 100%
    }

    .qodef-full-height-blog-slider-shortcode-wrapper.qodef-full-height--no.qodef-slider-mobile-fixed-height .qodef-full-height-blog-slider .qodef-e-inner .qodef-e-media .qodef-e-media-gallery .qodef-e-media-gallery-item a,
    .qodef-full-height-blog-slider-shortcode-wrapper.qodef-full-height--no.qodef-slider-mobile-fixed-height .qodef-full-height-blog-slider .qodef-e-inner .qodef-e-media .qodef-e-media-gallery .qodef-e-media-gallery-item img {
        height: 100%
    }

    .qodef-full-height-blog-slider-shortcode-wrapper.qodef-full-height--no.qodef-slider-mobile-fixed-height .qodef-full-height-blog-slider .qodef-e-inner .qodef-e-media .qodef-e-media-gallery .qodef-e-media-gallery-item img {
        -o-object-fit: cover;
        object-fit: cover
    }
}

.qodef-full-height-blog-slider-shortcode-wrapper.qodef-show-fixed-posts--yes {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap
}

@media only screen and (max-width:1024px) {
    .qodef-full-height-blog-slider-shortcode-wrapper.qodef-show-fixed-posts--yes {
        flex-direction: column
    }
}

.qodef-full-height-blog-slider-shortcode-wrapper.qodef-show-fixed-posts--yes .qodef-full-height-blog-slider {
    height: 100%;
    width: 60%
}

@media only screen and (max-width:1024px) {
    .qodef-full-height-blog-slider-shortcode-wrapper.qodef-show-fixed-posts--yes .qodef-full-height-blog-slider {
        width: 100%
    }
}

.qodef-full-height-blog-slider-shortcode-wrapper.qodef-show-fixed-posts--yes .qodef-full-height-blog-slider-fixed-container {
    height: 100%;
    width: 40%
}

@media only screen and (max-width:1024px) {
    .qodef-full-height-blog-slider-shortcode-wrapper.qodef-show-fixed-posts--yes .qodef-full-height-blog-slider-fixed-container {
        width: 100%
    }
}

.qodef-full-height-blog-slider-shortcode-wrapper.qodef-show-fixed-posts--yes .qodef-full-height-blog-slider-fixed-container .qodef-e-inner .qodef-e-content-inner {
    padding: 61px 61px
}

@media only screen and (max-width:680px) {
    .qodef-full-height-blog-slider-shortcode-wrapper.qodef-show-fixed-posts--yes .qodef-full-height-blog-slider-fixed-container .qodef-e-inner .qodef-e-content-inner {
        padding: 35px 40px
    }
}

.qodef-full-height-blog-slider-shortcode-wrapper.qodef-show-fixed-posts--yes .qodef-full-height-blog-slider-fixed-container .qodef-e-title {
    font-size: 35px !important;
    line-height: 1.171em !important
}

@media only screen and (max-width:768px) {
    .qodef-full-height-blog-slider-shortcode-wrapper.qodef-show-fixed-posts--yes .qodef-full-height-blog-slider-fixed-container .qodef-e-title {
        font-size: 25px !important
    }
}

.qodef-full-height-blog-slider-shortcode-wrapper.qodef-show-fixed-posts--yes .qodef-full-height-blog-slider-fixed-container .qodef-e-info.qodef-info--top {
    margin-bottom: 1px
}

.qodef-full-height-blog-slider-shortcode-wrapper.qodef-show-fixed-posts--yes .qodef-full-height-blog-slider-fixed-container .qodef-e-info.qodef-info--bottom {
    display: none
}

.qodef-full-height-blog-slider-shortcode-wrapper.qodef-show-fixed-posts--yes .qodef-full-height-blog-slider-fixed-container .swiper-slide {
    height: 50%
}

@media only screen and (max-width:1024px) {
    .qodef-full-height-blog-slider-shortcode-wrapper.qodef-show-fixed-posts--yes .qodef-full-height-blog-slider-fixed-container .swiper-slide {
        width: 50%;
        float: left
    }
}

@media only screen and (max-width:768px) {
    .qodef-full-height-blog-slider-shortcode-wrapper.qodef-show-fixed-posts--yes .qodef-full-height-blog-slider-fixed-container .swiper-slide {
        width: 100%
    }
}

.qodef-full-height-blog-slider-shortcode-wrapper.qodef-show-fixed-posts--yes .qodef-full-height-blog-slider-fixed-container .swiper-slide .qodef-e-inner {
    height: 100%
}

.qodef-full-height-blog-slider-shortcode-wrapper.qodef-show-fixed-posts--yes .qodef-full-height-blog-slider-fixed-container .swiper-slide .qodef-e-inner .qodef-e-media,
.qodef-full-height-blog-slider-shortcode-wrapper.qodef-show-fixed-posts--yes .qodef-full-height-blog-slider-fixed-container .swiper-slide .qodef-e-inner .qodef-e-media-holder {
    height: 100%
}

.qodef-full-height-blog-slider-shortcode-wrapper.qodef-show-fixed-posts--yes .qodef-full-height-blog-slider-fixed-container .swiper-slide .qodef-e-inner .qodef-e-media img,
.qodef-full-height-blog-slider-shortcode-wrapper.qodef-show-fixed-posts--yes .qodef-full-height-blog-slider-fixed-container .swiper-slide .qodef-e-inner .qodef-e-media-holder img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.qodef-full-height-blog-slider-shortcode-wrapper.qodef-show-fixed-posts--yes .qodef-full-height-blog-slider-fixed-container .swiper-slide .qodef-e-inner .qodef-e-media .qodef-e-media-video,
.qodef-full-height-blog-slider-shortcode-wrapper.qodef-show-fixed-posts--yes .qodef-full-height-blog-slider-fixed-container .swiper-slide .qodef-e-inner .qodef-e-media-holder .qodef-e-media-video {
    height: 100%
}

.qodef-full-height-blog-slider-shortcode-wrapper.qodef-show-fixed-posts--yes .qodef-full-height-blog-slider-fixed-container .swiper-slide .qodef-e-inner .qodef-e-media .qodef-e-media-video video,
.qodef-full-height-blog-slider-shortcode-wrapper.qodef-show-fixed-posts--yes .qodef-full-height-blog-slider-fixed-container .swiper-slide .qodef-e-inner .qodef-e-media-holder .qodef-e-media-video video {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.qodef-full-height-blog-slider-shortcode-wrapper.qodef-show-fixed-posts--yes .qodef-full-height-blog-slider-fixed-container .swiper-slide .qodef-e-inner .qodef-e-media .qodef-e-media-gallery,
.qodef-full-height-blog-slider-shortcode-wrapper.qodef-show-fixed-posts--yes .qodef-full-height-blog-slider-fixed-container .swiper-slide .qodef-e-inner .qodef-e-media-holder .qodef-e-media-gallery {
    height: 100%
}

.qodef-full-height-blog-slider-shortcode-wrapper.qodef-show-fixed-posts--yes .qodef-full-height-blog-slider-fixed-container .swiper-slide .qodef-e-inner .qodef-e-media .qodef-e-media-gallery .qodef-e-media-gallery-item,
.qodef-full-height-blog-slider-shortcode-wrapper.qodef-show-fixed-posts--yes .qodef-full-height-blog-slider-fixed-container .swiper-slide .qodef-e-inner .qodef-e-media-holder .qodef-e-media-gallery .qodef-e-media-gallery-item {
    height: 100%
}

.qodef-full-height-blog-slider-shortcode-wrapper.qodef-show-fixed-posts--yes .qodef-full-height-blog-slider-fixed-container .swiper-slide .qodef-e-inner .qodef-e-media .qodef-e-media-gallery .qodef-e-media-gallery-item a,
.qodef-full-height-blog-slider-shortcode-wrapper.qodef-show-fixed-posts--yes .qodef-full-height-blog-slider-fixed-container .swiper-slide .qodef-e-inner .qodef-e-media .qodef-e-media-gallery .qodef-e-media-gallery-item img,
.qodef-full-height-blog-slider-shortcode-wrapper.qodef-show-fixed-posts--yes .qodef-full-height-blog-slider-fixed-container .swiper-slide .qodef-e-inner .qodef-e-media-holder .qodef-e-media-gallery .qodef-e-media-gallery-item a,
.qodef-full-height-blog-slider-shortcode-wrapper.qodef-show-fixed-posts--yes .qodef-full-height-blog-slider-fixed-container .swiper-slide .qodef-e-inner .qodef-e-media-holder .qodef-e-media-gallery .qodef-e-media-gallery-item img {
    height: 100%
}

.qodef-full-height-blog-slider-shortcode-wrapper.qodef-show-fixed-posts--yes .qodef-full-height-blog-slider-fixed-container .swiper-slide .qodef-e-inner .qodef-e-media .qodef-e-media-gallery .qodef-e-media-gallery-item img,
.qodef-full-height-blog-slider-shortcode-wrapper.qodef-show-fixed-posts--yes .qodef-full-height-blog-slider-fixed-container .swiper-slide .qodef-e-inner .qodef-e-media-holder .qodef-e-media-gallery .qodef-e-media-gallery-item img {
    -o-object-fit: cover;
    object-fit: cover
}

body[class*=qodef-blog] #qodef-media {
    background-size: cover
}

@media only screen and (max-width:1024px) {
    body[class*=qodef-blog] #qodef-media {
        padding-top: 0
    }
}

body[class*=qodef-blog] #qodef-media .qodef-e-media-video {
    height: 100%
}

body[class*=qodef-blog] #qodef-media .qodef-e-media-video video {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

body[class*=qodef-blog] #qodef-media .qodef-e-content {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    text-align: center
}

body[class*=qodef-blog] #qodef-media .qodef-e-tagline {
    margin-bottom: 18px
}

body[class*=qodef-blog] #qodef-media .qodef-e-title {
    margin: 0;
    text-align: center
}

body[class*=qodef-blog] #qodef-media.qodef-skin--dark .qodef-e-tagline {
    color: var(--qode-main-color) !important
}

body[class*=qodef-blog] #qodef-media.qodef-skin--dark .qodef-e-title {
    color: #000 !important
}

body[class*=qodef-blog] #qodef-page-content article .qodef-info--top {
    margin: 0 auto;
    width: 818px !important
}

@media only screen and (max-width:1024px) {
    body[class*=qodef-blog] #qodef-page-content article .qodef-info--top {
        width: 100% !important
    }
}

body[class*=qodef-blog] #qodef-page-content article .qodef-info--top:after {
    z-index: 99
}

body[class*=qodef-blog] #qodef-page-content #qodef-single-post-navigation {
    display: block
}

body[class*=qodef-blog] #qodef-page-content .qodef-author-info {
    display: block
}

body[class*=qodef-blog] #qodef-page-content #qodef-page-comments {
    display: block
}

.qodef-blog--info-on-image .qodef-blog.qodef--single #qodef-author-info {
    margin-top: 104px
}

@media only screen and (max-width:1366px) {
    .qodef-blog--info-on-image .qodef-e-content .qodef-e-info.qodef-info--top {
        margin-top: 50px
    }
}

@media only screen and (max-width:1222px) {
    .qodef-blog--info-on-image .qodef-e-content .qodef-e-info.qodef-info--top {
        margin-top: 60px
    }
}

@media only screen and (max-width:1024px) {
    .qodef-blog--info-on-image .qodef-e-content .qodef-e-info.qodef-info--top {
        margin-top: 0
    }
}

.qodef-blog--info-on-image .qodef-e-info-item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-family: "DM Sans";
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: currentColor;
    padding: 0 14px 0 0
}

.qodef-blog--info-on-image .qodef-e-info-item:after {
    content: '/';
    position: absolute;
    top: 0;
    right: 4px;
    color: #fff
}

.qodef-blog--info-on-image .qodef-e-info-item.qodef-e-info-category,
.qodef-blog--info-on-image .qodef-e-info-item.qodef-e-info-date,
.qodef-blog--info-on-image .qodef-e-info-item.qodef-e-info-destination {
    color: #fff
}

.qodef-blog--info-on-image .qodef-e-info-item a {
    font-family: "DM Sans";
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: inherit
}

.qodef-blog--info-on-image .qodef-e-info-item a:hover {
    color: #464646
}

.qodef-blog--info-on-image .qodef-e-info-item:last-child {
    padding-right: 0
}

.qodef-blog--info-on-image .qodef-e-info-item:last-child:after {
    content: ''
}

.qodef-blog--info-on-image .qodef-e-info-author {
    font-family: "DM Sans";
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .1em;
    color: #fff !important;
    text-transform: uppercase
}

.qodef-blog--info-on-image .qodef-e-info-author .qodef-e-info-author-link {
    color: #fff !important
}

.qodef-blog--info-on-image .qodef-e-info-author .qodef-author-name {
    position: relative;
    display: inline-block;
    transition: color .4s ease
}

.qodef-blog--info-on-image .qodef-e-info-author .qodef-author-name:after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: 7px;
    left: 0;
    transition: background .4s ease
}

.qodef-blog--info-on-image #qodef-media {
    height: 603px
}

.qodef-blog--info-on-image #qodef-media .qodef-e-tagline {
    color: #fff !important;
    margin-bottom: 13px !important
}

.qodef-blog--info-on-image #qodef-media .qodef-e-title {
    color: #fff;
    margin: 2px 16% 19px !important
}

.qodef-blog--info-on-image #qodef-media .qodef-e-info-item a:hover {
    color: #ccc
}

.qodef-blog--info-on-image #qodef-media .qodef-e-info-item.qodef-e-info-author a:hover {
    color: #fff
}

.qodef-blog--info-on-image #qodef-media .qodef-e-info-item.qodef-e-info-author a:hover .qodef-author-name {
    color: #ccc
}

.qodef-blog--info-on-image #qodef-media .qodef-e-info-item.qodef-e-info-author a:hover .qodef-author-name:after {
    background-color: #ccc
}

.qodef-blog--info-on-image .qodef-author-info .qodef-m-content {
    margin-right: 10%
}

#qodef-author-info {
    position: relative;
    display: block;
    width: 100%;
    vertical-align: top;
    margin: 124px auto 0;
    background: #c9d6c1;
    max-width: 65.8%
}

#qodef-author-info .qodef-m-inner {
    position: relative;
    display: block;
    align-items: center;
    padding: 4% 7.5% 3.5% 4%
}

#qodef-author-info .qodef-info-top {
    display: flex
}

#qodef-author-info .qodef-info-bottom {
    display: block;
    padding: 1px 0 4px 29px
}

@media only screen and (max-width:768px) {
    #qodef-author-info .qodef-info-bottom {
        padding: 16px 0 4px 0
    }
}

#qodef-author-info .qodef-m-image {
    flex-shrink: 0;
    margin-right: 39px
}

#qodef-author-info .qodef-m-image a,
#qodef-author-info .qodef-m-image img {
    display: block
}

#qodef-author-info .qodef-m-image img {
    border-radius: 50%
}

#qodef-author-info .qodef-m-content {
    padding: 31px 0 0
}

#qodef-author-info .qodef-m-author {
    margin: 0
}

#qodef-author-info .qodef-m-email {
    margin: 5px 0 0
}

#qodef-author-info .qodef-m-description {
    margin: 9px 0 0
}

#qodef-author-info .qodef-m-social-icons {
    margin-top: 0
}

#qodef-author-info .qodef-m-social-icons a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: 16px;
    font-size: 15px
}

#qodef-author-info .qodef-m-social-icons a:last-child {
    margin-right: 0
}

@media only screen and (max-width:768px) {
    #qodef-author-info .qodef-m-inner .qodef-info-top {
        display: block
    }

    #qodef-author-info .qodef-m-inner .qodef-info-top .qodef-m-image {
        display: block
    }

    #qodef-author-info .qodef-m-inner .qodef-info-top .qodef-m-image a img {
        margin: 0 auto 0 0
    }

    #qodef-author-info .qodef-m-inner .qodef-info-top .qodef-m-content {
        display: block
    }
}

#qodef-related-posts {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-top: 100px;
    text-align: center
}

#qodef-related-posts:before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 1px;
    background: #efece2;
    transition: opacity .5s ease;
    opacity: 1;
    left: 0;
    top: 17px;
    z-index: 1
}

#qodef-related-posts .qodef-read-also-title {
    margin: 0 0 69px;
    font-size: 12px;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    z-index: 100;
    background: #fff;
    padding: 0 24px;
    font-weight: 500;
    letter-spacing: .1em;
    line-height: 27px;
    font-family: "DM Sans"
}

#qodef-related-posts .qodef-blog.qodef-item-layout--info-bottom .qodef-blog-item .qodef-info--top {
    text-align: left;
    width: 100% !important;
    margin-bottom: 4px
}

#qodef-related-posts .qodef-blog.qodef-item-layout--info-bottom .qodef-blog-item .qodef-e-text {
    max-width: 100%;
    text-align: left
}

#qodef-related-posts .qodef-blog.qodef-item-layout--info-bottom .qodef-blog-item .qodef-e-text .qodef-e-excerpt {
    display: none
}

#qodef-related-posts .qodef-blog.qodef-item-layout--info-bottom .qodef-blog-item .qodef-info--bottom {
    display: none
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    #qodef-related-posts .qodef-blog.qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(3n+1) {
        clear: unset
    }
}

#qodef-single-post-navigation {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 7px 0 3px
}

#qodef-single-post-navigation .qodef-m-inner {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between
}

#qodef-single-post-navigation .qodef-m-pagination-title {
    font-family: "DM Sans";
    font-weight: 500;
    text-transform: none;
    letter-spacing: 0;
    color: #000;
    font-size: 18px;
    line-height: 1.278em;
    display: block;
    margin-top: 2px;
    max-width: 300px
}

#qodef-single-post-navigation .qodef-m-pagination-title a {
    display: initial;
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 1px;
    transition: background-size .45s ease-out;
    color: currentColor
}

#qodef-single-post-navigation .qodef-m-pagination-title a:hover {
    background-size: 100% 1px
}

#qodef-single-post-navigation .qodef-blog-single-next {
    margin-left: auto
}

#qodef-single-post-navigation .qodef-m-nav {
    position: relative;
    display: flex;
    align-items: center
}

#qodef-single-post-navigation .qodef-m-nav>* {
    display: block;
    line-height: inherit
}

#qodef-single-post-navigation .qodef-m-nav .qodef-m-pagination-icon {
    position: relative;
    top: -2px;
    display: block;
    width: 30px;
    height: auto;
    fill: currentColor;
    stroke: none
}

#qodef-single-post-navigation .qodef-m-nav.qodef--prev {
    left: 0
}

#qodef-single-post-navigation .qodef-m-nav.qodef--prev .qodef-m-pagination-icon {
    margin-right: 4px
}

#qodef-single-post-navigation .qodef-m-nav.qodef--next {
    flex-direction: row-reverse;
    right: 0;
    margin-left: auto;
    text-align: right
}

#qodef-single-post-navigation .qodef-m-nav.qodef--next .qodef-m-pagination-icon {
    margin-left: 4px
}

#qodef-single-post-navigation .qodef-m-nav-label {
    font-family: "DM Sans";
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #000
}

#qodef-single-post-navigation .qodef-m-nav-label a:hover {
    color: #464646
}

@media only screen and (max-width:680px) {
    #qodef-single-post-navigation .qodef-m-pagination-title {
        display: none
    }

    #qodef-single-post-navigation .qodef-blog-single-next .qodef-m-pagination-title-holder {
        display: flex;
        flex-direction: column;
        align-items: flex-end
    }
}

.qodef-page-footer--uncover #qodef-page-outer {
    z-index: 90
}

.no-touchevents .qodef-page-footer--uncover #qodef-page-footer {
    position: fixed;
    bottom: 0;
    left: 0
}

#qodef-fullscreen-area {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    overflow-x: hidden !important;
    visibility: hidden;
    opacity: 0;
    z-index: 99
}

#qodef-fullscreen-area .qodef-content-grid {
    height: 100%
}

@media only screen and (min-width:1441px) {
    #qodef-fullscreen-area .qodef-content-grid {
        width: 1307px
    }
}

#qodef-fullscreen-area .qodef-content-grid .qodef-fullscreen-menu {
    width: 100%
}

.qodef-fullscreen-menu-animate--in #qodef-fullscreen-area {
    animation: qode-fade-in .25s linear both
}

.qodef-fullscreen-menu-animate--out #qodef-fullscreen-area {
    animation: qode-fade-out .25s linear both
}

#qodef-fullscreen-area .qodef-fullscreen-menu-widget-holder-bottom {
    position: absolute;
    right: 60px;
    bottom: 10px;
    color: #fff;
    z-index: 12
}

#qodef-fullscreen-area .qodef-fullscreen-menu-widget-holder-bottom .widget:not(:last-child) {
    margin-bottom: 20px
}

#qodef-fullscreen-area .qodef-fullscreen-menu-widget-holder-bottom .widget {
    color: #fff
}

#qodef-fullscreen-area .qodef-fullscreen-menu-widget-holder-bottom .widget .qodef-widget-title {
    margin: 0 0 15px;
    font-size: 18px
}

#qodef-fullscreen-area .qodef-fullscreen-menu-widget-holder-bottom .widget .qodef-widget-title,
#qodef-fullscreen-area .qodef-fullscreen-menu-widget-holder-bottom .widget a,
#qodef-fullscreen-area .qodef-fullscreen-menu-widget-holder-bottom .widget p {
    color: #fff
}

@media only screen and (max-width:1024px) {
    #qodef-fullscreen-area .qodef-fullscreen-menu-widget-holder-bottom {
        display: none
    }
}

#qodef-fullscreen-area-inner {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%
}

.qodef-fullscreen-menu-overlay-close-holder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: none
}

.qodef-fs-close-cursor {
    position: fixed;
    top: 0;
    left: 0;
    margin: 0 0 0 -25px;
    pointer-events: none;
    z-index: 123;
    color: #fff
}

.qodef-fs-close-cursor line {
    clip-path: inset(0 100% 0 0);
    transition: .66s cubic-bezier(.33, .02, 0, .93)
}

.qodef-fs-close-cursor.qodef--active line {
    animation: qodef-draw-diag-line .66s forwards cubic-bezier(.33, .02, 0, .93)
}

.qodef-fs-close-cursor.qodef--active line:nth-child(2) {
    animation: qodef-draw-diag-line .66s forwards cubic-bezier(.33, .02, 0, .93) .14s
}

.qodef-fullscreen-menu {
    position: relative;
    top: 0;
    margin: 0 auto;
    text-align: left
}

.qodef-fullscreen-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 353px;
    position: relative;
    z-index: 12
}

.qodef-fullscreen-menu ul li {
    position: relative;
    margin: 0;
    padding: 0
}

.qodef-fullscreen-menu ul li a .qodef-menu-item-arrow {
    display: none
}

.qodef-fullscreen-menu ul li.qodef--hide-link>a {
    cursor: default
}

.qodef-fullscreen-menu ul.sub-menu {
    display: none
}

.qodef-fullscreen-menu .qodef-menu-item-icon {
    margin-right: 5px
}

.qodef-fullscreen-menu .qodef-mega-menu-widget-holder {
    display: none
}

.qodef-fullscreen-menu>ul>li {
    margin: 20px 0
}

.qodef-fullscreen-menu>ul>li>a {
    font-family: "DM Sans";
    font-weight: 500;
    text-transform: none;
    letter-spacing: 0;
    font-size: 55px;
    line-height: 1.091em;
    color: #fff;
    position: relative;
    display: initial;
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 1px;
    transition: background-size .45s ease-out;
    color: #fff
}

.qodef-fullscreen-menu>ul>li>a:hover {
    background-size: 100% 1px
}

.qodef-fullscreen-menu>ul>li.current-menu-ancestor>a,
.qodef-fullscreen-menu>ul>li.current-menu-item>a {
    display: initial;
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 1px;
    transition: background-size .45s ease-out;
    color: #fff
}

.qodef-fullscreen-menu>ul>li.current-menu-ancestor>a:hover,
.qodef-fullscreen-menu>ul>li.current-menu-item>a:hover {
    background-size: 100% 1px
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner {
    position: absolute;
    left: 100%;
    top: 0;
    width: 200px
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner>ul {
    margin: 21px 0 5px
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul {
    padding-left: 10px
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul:before {
    content: '';
    left: 0;
    position: absolute;
    bottom: 0;
    width: 1px;
    background-color: #fff;
    height: calc(100% - 0px)
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li.menu-item-has-children>a .qodef-menu-item-text:after {
    content: "\f0da";
    font-weight: 900;
    font-size: 12px;
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    line-height: inherit;
    color: #fff;
    margin-left: 11px
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li>a {
    position: relative;
    font-family: "EB Garamond";
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0;
    color: #fff;
    line-height: 36px;
    display: initial;
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 1px;
    transition: background-size .45s ease-out;
    color: #fff
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li>a:hover {
    background-size: 100% 1px
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li.current-menu-ancestor>a,
.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li.current-menu-item>a {
    display: initial;
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 1px;
    transition: background-size .45s ease-out;
    color: #fff
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li.current-menu-ancestor>a:hover,
.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li.current-menu-item>a:hover {
    background-size: 100% 1px
}

.qodef-fullscreen-menu-animate--in .qodef-fullscreen-menu-opener.qodef-source--predefined .qodef-m-line.qodef--1 {
    top: 12px;
    transform: rotate(45deg)
}

.qodef-fullscreen-menu-animate--in .qodef-fullscreen-menu-opener.qodef-source--predefined .qodef-m-line.qodef--2 {
    top: 12px;
    transform: rotate(-45deg)
}

.qodef-fullscreen-menu-animate--in .qodef-fullscreen-menu-opener.qodef-source--predefined .qodef-m-line.qodef--3 {
    display: none
}

.qodef-fullscreen-menu--opened .qodef-fullscreen-menu-opener {
    color: #fff;
    cursor: none
}

.qodef-fullscreen-menu--opened .qodef-fullscreen-menu-opener .qodef-m-icon {
    visibility: hidden
}

.qodef-fullscreen-menu--opened .qodef-fullscreen-menu-opener .qodef-m-icon.qodef--close {
    visibility: visible;
    top: 130px;
    right: 178px;
    left: unset
}

.qodef-fullscreen-menu--opened #qodef-page-header,
.qodef-fullscreen-menu--opened #qodef-page-mobile-header {
    visibility: hidden
}

.qodef-fullscreen-menu--opened .qodef-fullscreen-menu-opener,
.qodef-fullscreen-menu--opened .qodef-header-logo-image.qodef--customizer,
.qodef-fullscreen-menu--opened .qodef-header-logo-link,
.qodef-fullscreen-menu--opened .qodef-mobile-header-logo-link {
    visibility: visible
}

.qodef-fullscreen-menu--opened #qodef-page-header .qodef-header-logo-link img.qodef--light {
    opacity: 1
}

.qodef-fullscreen-menu--opened #qodef-page-header .qodef-header-logo-link img.qodef--dark,
.qodef-fullscreen-menu--opened #qodef-page-header .qodef-header-logo-link img.qodef--main {
    opacity: 0
}

#qodef-page-header .qodef-widget-holder {
    display: flex;
    align-items: center;
    height: 100%;
    margin-left: 60px
}

#qodef-page-header .qodef-widget-holder .widget {
    margin: 0 30px;
    padding-bottom: 0;
    border: none
}

#qodef-page-header .qodef-widget-holder .widget:first-child {
    margin-left: 0
}

#qodef-page-header .qodef-widget-holder .widget:last-child {
    margin-right: 0
}

#qodef-page-header div[id^=monster-widget-placeholder],
#qodef-page-header div[id^=woo-monster-widget-placeholder] {
    display: none
}

#qodef-page-header-inner {
    border-bottom: 0 solid transparent
}

#qodef-page-header-inner.qodef-content-grid {
    padding: 0
}

#qodef-page-header-inner.qodef-skin--light nav>ul>li>a,
.qodef-custom-header-layout.qodef-skin--light nav>ul>li>a {
    color: #fff !important
}

#qodef-page-header-inner.qodef-skin--light nav>ul>li>a:hover,
.qodef-custom-header-layout.qodef-skin--light nav>ul>li>a:hover {
    color: #fff !important
}

#qodef-page-header-inner.qodef-skin--light nav>ul>li.current-menu-ancestor>a,
#qodef-page-header-inner.qodef-skin--light nav>ul>li.current-menu-item>a,
.qodef-custom-header-layout.qodef-skin--light nav>ul>li.current-menu-ancestor>a,
.qodef-custom-header-layout.qodef-skin--light nav>ul>li.current-menu-item>a {
    color: #fff !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: #fff !important
}

#qodef-page-header-inner.qodef-skin--dark nav>ul>li>a,
.qodef-custom-header-layout.qodef-skin--dark nav>ul>li>a {
    color: #000 !important
}

#qodef-page-header-inner.qodef-skin--dark nav>ul>li>a:hover,
.qodef-custom-header-layout.qodef-skin--dark nav>ul>li>a:hover {
    color: #000 !important
}

#qodef-page-header-inner.qodef-skin--dark nav>ul>li.current-menu-ancestor>a,
#qodef-page-header-inner.qodef-skin--dark nav>ul>li.current-menu-item>a,
.qodef-custom-header-layout.qodef-skin--dark nav>ul>li.current-menu-ancestor>a,
.qodef-custom-header-layout.qodef-skin--dark nav>ul>li.current-menu-item>a {
    color: #000 !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: #000 !important
}

#qodef-page-header .qodef-header-logo-link img.qodef--main {
    opacity: 1
}

#qodef-page-header .qodef-header-logo-link img.qodef--dark,
#qodef-page-header .qodef-header-logo-link img.qodef--light {
    opacity: 0
}

#qodef-page-header .qodef-header-logo-link img:not(.qodef--main):not(.qodef--sticky) {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%)
}

#qodef-page-header-inner.qodef-skin--light .qodef-header-logo-link img.qodef--dark,
#qodef-page-header-inner.qodef-skin--light .qodef-header-logo-link img.qodef--main {
    opacity: 0
}

#qodef-page-header-inner.qodef-skin--light .qodef-header-logo-link img.qodef--light {
    opacity: 1
}

#qodef-page-header-inner.qodef-skin--dark .qodef-header-logo-link img.qodef--light,
#qodef-page-header-inner.qodef-skin--dark .qodef-header-logo-link img.qodef--main {
    opacity: 0
}

#qodef-page-header-inner.qodef-skin--dark .qodef-header-logo-link img.qodef--dark {
    opacity: 1
}

.qodef-header--centered #qodef-page-header {
    height: 156px
}

.qodef-header--centered #qodef-page-header .qodef-header-logo-link {
    height: 96px
}

.qodef-header--centered #qodef-page-header-inner {
    flex-direction: column;
    justify-content: center
}

.qodef-header--centered #qodef-page-header-inner>div {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 100%
}

.qodef-header--centered #qodef-page-header-inner>div .qodef-widget-holder {
    margin-left: 0
}

.qodef-header--centered #qodef-page-header-inner>div .qodef-header-navigation {
    margin: 0 24px
}

.qodef-header--centered .qodef-header-sticky .qodef-header-sticky-inner .qodef-header-navigation {
    position: absolute;
    left: 50%;
    transform: translateX(-50%)
}

.qodef-header--divided .qodef-header-navigation>ul>li {
    margin: 0 19px
}

.qodef-header--divided #qodef-page-header .qodef-divided-header-left-wrapper,
.qodef-header--divided #qodef-page-header .qodef-divided-header-right-wrapper {
    width: 100%;
    height: 100%;
    display: block
}

.qodef-header--divided #qodef-page-header .qodef-header-navigation>ul>li {
    margin: 0 19px
}

.qodef-header--divided #qodef-page-header .qodef-divided-header-left-wrapper .qodef-widget-holder {
    display: inline-flex;
    float: inherit
}

.qodef-header--divided #qodef-page-header .qodef-divided-header-left-wrapper .qodef-widget-holder .widget {
    border-left: 1px solid #efece2
}

.qodef-header--divided #qodef-page-header .qodef-divided-header-left-wrapper .qodef-widget-holder .widget:first-child {
    border-left: 0
}

.qodef-header--divided #qodef-page-header .qodef-divided-header-left-wrapper .qodef-widget-holder .widget.widget_myvoyage_core_social_icons_group {
    margin-right: 30px
}

.qodef-header--divided #qodef-page-header .qodef-divided-header-left-wrapper .qodef-widget-holder .widget.widget_myvoyage_core_social_icons_group .qodef-social-icons-group .qodef-icon-holder {
    vertical-align: baseline;
    margin-right: 17px
}

.qodef-header--divided #qodef-page-header .qodef-divided-header-left-wrapper .qodef-widget-holder .widget.widget_myvoyage_core_social_icons_group .qodef-social-icons-group .qodef-icon-holder .qodef-icon {
    font-size: 14px
}

.qodef-header--divided #qodef-page-header .qodef-divided-header-right-wrapper {
    float: right;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center
}

.qodef-header--divided #qodef-page-header .qodef-divided-header-right-wrapper .qodef-widget-holder {
    display: inline-flex;
    float: inherit
}

.qodef-header--divided #qodef-page-header .qodef-divided-header-right-wrapper .qodef-widget-holder .widget {
    border-left: 1px solid #efece2
}

.qodef-header--divided #qodef-page-header .qodef-divided-header-right-wrapper .qodef-widget-holder .widget:first-child {
    border-left: 0
}

.qodef-header--divided #qodef-page-header .qodef-divided-header-right-wrapper .qodef-widget-holder .widget.widget_myvoyage_core_social_icons_group {
    margin-right: 30px
}

.qodef-header--divided #qodef-page-header .qodef-divided-header-right-wrapper .qodef-widget-holder .widget.widget_myvoyage_core_social_icons_group .qodef-social-icons-group .qodef-icon-holder {
    vertical-align: baseline;
    margin-right: 17px
}

.qodef-header--divided #qodef-page-header .qodef-divided-header-right-wrapper .qodef-widget-holder .widget.widget_myvoyage_core_social_icons_group .qodef-social-icons-group .qodef-icon-holder .qodef-icon {
    font-size: 14px;
    line-height: 2.5em
}

.qodef-header--divided #qodef-page-header .qodef-header-sticky .qodef-divided-header-right-wrapper .qodef-widget-holder .widget {
    border-left: none
}

.qodef-header--divided #qodef-page-header .qodef-divided-header-left-wrapper {
    justify-content: flex-start;
    display: flex
}

.qodef-header--divided #qodef-page-header .qodef-header-logo-link {
    justify-content: center
}

.qodef-header--divided #qodef-page-header .qodef-header-navigation {
    margin: 0 40px
}

.qodef-header--divided #qodef-page-header .qodef-widget-holder {
    margin-left: 0
}

.qodef-header--divided #qodef-page-header-inner {
    align-items: stretch;
    justify-content: center;
    padding: 0
}

.qodef-header--divided #qodef-page-header-inner.qodef-divided-header-hide-navigation .qodef-header-navigation {
    display: none
}

.qodef-header--minimal #qodef-page-header-inner .qodef-header-logo-link {
    margin-right: auto
}

.qodef-header--minimal #qodef-page-header-inner .qodef-widget-holder {
    margin-right: 30px
}

.qodef-header--spread #qodef-page-header .qodef-header-logo-link {
    justify-content: center
}

.qodef-header--spread #qodef-page-header .qodef-header-navigation {
    margin: 0 46px
}

.qodef-header--spread #qodef-page-header .qodef-widget-holder {
    margin-left: 0
}

.qodef-header--spread #qodef-page-header-inner,
.qodef-header--spread .qodef-header-sticky {
    align-items: stretch;
    justify-content: center
}

.qodef-header--spread #qodef-page-header-inner .qodef-spread-header-left-wrapper,
.qodef-header--spread #qodef-page-header-inner .qodef-spread-header-right-wrapper,
.qodef-header--spread .qodef-header-sticky .qodef-spread-header-left-wrapper,
.qodef-header--spread .qodef-header-sticky .qodef-spread-header-right-wrapper {
    display: inline-flex;
    width: 100%;
    height: 100%
}

.qodef-header--spread #qodef-page-header-inner .qodef-spread-header-left-wrapper .qodef-header-navigation,
.qodef-header--spread #qodef-page-header-inner .qodef-spread-header-right-wrapper .qodef-header-navigation,
.qodef-header--spread .qodef-header-sticky .qodef-spread-header-left-wrapper .qodef-header-navigation,
.qodef-header--spread .qodef-header-sticky .qodef-spread-header-right-wrapper .qodef-header-navigation {
    width: 100%;
    display: block
}

.qodef-header--spread #qodef-page-header-inner .qodef-spread-header-left-wrapper .qodef-header-navigation>ul,
.qodef-header--spread .qodef-header-sticky .qodef-spread-header-left-wrapper .qodef-header-navigation>ul {
    float: right
}

.qodef-header--spread #qodef-page-header-inner .qodef-spread-header-right-wrapper .qodef-header-navigation>ul,
.qodef-header--spread .qodef-header-sticky .qodef-spread-header-right-wrapper .qodef-header-navigation>ul {
    padding-left: 2px
}

.qodef-header--spread #qodef-page-header-inner .qodef-widget-holder .widget_myvoyage_core_social_icons_group,
.qodef-header--spread .qodef-header-sticky .qodef-widget-holder .widget_myvoyage_core_social_icons_group {
    display: inline-flex
}

.qodef-header--spread #qodef-page-header-inner .qodef-widget-holder .widget_myvoyage_core_social_icons_group .qodef-social-icons-group,
.qodef-header--spread .qodef-header-sticky .qodef-widget-holder .widget_myvoyage_core_social_icons_group .qodef-social-icons-group {
    display: inline-flex
}

.qodef-header--spread #qodef-page-header-inner .qodef-widget-holder .widget_myvoyage_core_social_icons_group .qodef-social-icons-group .qodef-icon-holder,
.qodef-header--spread .qodef-header-sticky .qodef-widget-holder .widget_myvoyage_core_social_icons_group .qodef-social-icons-group .qodef-icon-holder {
    margin-right: 19px
}

.qodef-header--spread #qodef-page-header-inner .qodef-widget-holder .widget_myvoyage_core_social_icons_group .qodef-social-icons-group .qodef-icon-holder a,
.qodef-header--spread .qodef-header-sticky .qodef-widget-holder .widget_myvoyage_core_social_icons_group .qodef-social-icons-group .qodef-icon-holder a {
    font-size: 14px
}

.qodef-header--spread #qodef-page-header-inner .qodef-widget-holder .widget_search,
.qodef-header--spread .qodef-header-sticky .qodef-widget-holder .widget_search {
    width: 100%
}

.qodef-header--spread #qodef-page-header-inner .qodef-widget-holder .widget_search .qodef-search-form-inner,
.qodef-header--spread .qodef-header-sticky .qodef-widget-holder .widget_search .qodef-search-form-inner {
    width: auto
}

.qodef-header--spread #qodef-page-header-inner .qodef-widget-holder .widget_search .qodef-search-form-button,
.qodef-header--spread .qodef-header-sticky .qodef-widget-holder .widget_search .qodef-search-form-button {
    width: 20px
}

.qodef-header--spread #qodef-page-header-inner .qodef-widget-holder .widget_search input,
.qodef-header--spread .qodef-header-sticky .qodef-widget-holder .widget_search input {
    border: none;
    width: auto;
    padding: 10.5px 0;
    font-size: 12px;
    color: #000;
    font-weight: 500;
    text-align: right;
    max-width: 300px;
    margin-right: 28px
}

.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-enable-header-border-top #qodef-top-area-inner {
    border-bottom: 0
}

.qodef-header--standard.qodef-enable-header-border-top #qodef-top-area-inner .widget {
    border-bottom: 0
}

.qodef-header--standard.qodef-enable-header-border-top #qodef-page-header-inner {
    border-top: 1px solid #000
}

.qodef-header--standard.qodef-enable-header-border-top #qodef-page-header-inner.qodef-skin--light {
    border-top: 1px solid rgba(255, 255, 255, .6)
}

.qodef-header--standard.qodef-enable-header-border-top #qodef-page-header-inner.qodef-skin--light .qodef-top-area-list>li a {
    color: #fff !important
}

.qodef-header--standard.qodef-header-standard--center .qodef-header-sticky .qodef-header-sticky-inner .qodef-header-navigation {
    position: absolute;
    left: 50%;
    transform: translateX(-50%)
}

.qodef-header--tabbed #qodef-page-header-inner {
    padding: 0
}

.qodef-header--tabbed #qodef-page-header {
    border-bottom: 1px solid #efece2
}

.qodef-header--tabbed #qodef-page-header .qodef-header-logo-link {
    justify-content: center
}

.qodef-header--tabbed #qodef-page-header .qodef-tabbed-header-left-wrapper {
    height: 100%;
    flex-grow: 0;
    flex-shrink: 0
}

.qodef-header--tabbed #qodef-page-header .qodef-tabbed-header-right-wrapper {
    height: 100%;
    flex-grow: 1;
    flex-shrink: 1;
    border-left: 1px solid #efece2
}

.qodef-header--tabbed #qodef-page-header .qodef-tabbed-header-top-wrapper {
    display: flex;
    height: 35%;
    align-items: center;
    border-bottom: 1px solid #efece2;
    justify-content: flex-end
}

.qodef-header--tabbed #qodef-page-header .qodef-tabbed-header-top-wrapper .qodef-widget-holder {
    width: 100%
}

.qodef-header--tabbed #qodef-page-header .qodef-tabbed-header-top-wrapper .widget:first-child {
    margin-right: auto
}

.qodef-header--tabbed #qodef-page-header .qodef-tabbed-header-bottom-wrapper {
    display: flex;
    height: 65%;
    align-items: center;
    justify-content: space-between
}

.qodef-header--tabbed #qodef-page-header .qodef-tabbed-header-bottom-wrapper .qodef-widget-holder {
    flex-shrink: 0;
    margin: 0
}

.qodef-header--tabbed #qodef-page-header .qodef-tabbed-header-bottom-wrapper .qodef-widget-holder .widget {
    margin: 0;
    height: 100%;
    border-right: 1px solid #efece2
}

.qodef-header--tabbed #qodef-page-header .qodef-tabbed-header-bottom-wrapper .qodef-widget-holder .widget>* {
    display: flex;
    height: 100%;
    align-items: center;
    margin: 0;
    padding: 0 24px
}

.qodef-header--tabbed #qodef-page-header .qodef-tabbed-header-bottom-wrapper .qodef-header-navigation {
    margin: 0 24px
}

.qodef-header--tabbed #qodef-page-header .qodef-widget-holder .widget {
    display: inline-block;
    vertical-align: middle;
    line-height: 1
}

.qodef-header--tabbed #qodef-page-header .qodef-widget-holder .widget .textwidget>*,
.qodef-header--tabbed #qodef-page-header .qodef-widget-holder .widget .widget p {
    margin: 0
}

@media only screen and (min-width:1367px) and (max-width:1680px) {
    .qodef-content-grid-1400.qodef-header--vertical-sliding .qodef-content-grid {
        width: 1100px
    }
}

@media only screen and (min-width:1281px) and (max-width:1366px) {
    .qodef-content-grid-1400.qodef-header--vertical-sliding .qodef-content-grid {
        width: 960px
    }
}

@media only screen and (min-width:1025px) and (max-width:1280px) {
    .qodef-content-grid-1400.qodef-header--vertical-sliding .qodef-content-grid {
        width: 768px
    }
}

@media only screen and (min-width:1367px) and (max-width:1680px) {
    .qodef-content-grid-1300.qodef-header--vertical-sliding .qodef-content-grid {
        width: 1100px
    }
}

@media only screen and (min-width:1281px) and (max-width:1366px) {
    .qodef-content-grid-1300.qodef-header--vertical-sliding .qodef-content-grid {
        width: 960px
    }
}

@media only screen and (min-width:1025px) and (max-width:1280px) {
    .qodef-content-grid-1300.qodef-header--vertical-sliding .qodef-content-grid {
        width: 768px
    }
}

@media only screen and (min-width:1367px) and (max-width:1440px) {
    .qodef-content-grid-1200.qodef-header--vertical-sliding .qodef-content-grid {
        width: 1100px
    }
}

@media only screen and (min-width:1281px) and (max-width:1366px) {
    .qodef-content-grid-1200.qodef-header--vertical-sliding .qodef-content-grid {
        width: 960px
    }
}

@media only screen and (min-width:1025px) and (max-width:1280px) {
    .qodef-content-grid-1200.qodef-header--vertical-sliding .qodef-content-grid {
        width: 768px
    }
}

@media only screen and (min-width:1281px) and (max-width:1366px) {
    .qodef-content-grid-1100.qodef-header--vertical-sliding .qodef-content-grid {
        width: 960px
    }
}

@media only screen and (min-width:1025px) and (max-width:1280px) {
    .qodef-content-grid-1100.qodef-header--vertical-sliding .qodef-content-grid {
        width: 768px
    }
}

.qodef-header--vertical-sliding #qodef-page-header {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100px
}

.qodef-header--vertical-sliding #qodef-page-header .qodef-header-logo-link {
    top: -20px
}

.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-left: 0;
    margin-bottom: 30px
}

.qodef-header--vertical-sliding #qodef-page-header-inner {
    padding: 0;
    z-index: 100
}

.qodef-header--vertical-sliding .qodef-vertical-sliding-area {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    width: 100px
}

.qodef-header--vertical-sliding .qodef-vertical-sliding-area .widget_myvoyage_core_social_icons_group .qodef-social-icons-group .qodef-icon-holder {
    display: block;
    margin-bottom: 15px;
    margin-right: 0
}

.qodef-header--vertical-sliding .qodef-vertical-sliding-area .widget_myvoyage_core_social_icons_group .qodef-social-icons-group .qodef-icon-holder a,
.qodef-header--vertical-sliding .qodef-vertical-sliding-area .widget_myvoyage_core_social_icons_group .qodef-social-icons-group .qodef-icon-holder span {
    font-size: 14px
}

.qodef-header--vertical-sliding .qodef-vertical-sliding-area .widget_myvoyage_core_social_icons_group .qodef-social-icons-group .qodef-icon-holder:last-child {
    margin-bottom: 24px
}

.qodef-header--vertical-sliding .qodef-vertical-sliding-area.qodef--static {
    border-right: 1px solid #efece2;
    background-color: #fff
}

.qodef-header--vertical-sliding .qodef-vertical-sliding-area.qodef--static .qodef-header-logo-link,
.qodef-header--vertical-sliding .qodef-vertical-sliding-area.qodef--static .qodef-widget-holder {
    animation: qode-fade-in .25s .6s linear both
}

.qodef-header--vertical-sliding .qodef-vertical-sliding-area.qodef--static .qodef--vertical-sliding {
    transform: translate(-50%) !important
}

.qodef-header--vertical-sliding .qodef-vertical-sliding-area.qodef--dynamic {
    background-color: #fff;
    left: -617px;
    padding-left: 100px;
    position: fixed;
    top: 0;
    transition: all .6s cubic-bezier(.77, 0, .175, 1);
    visibility: hidden;
    width: 517px;
    z-index: -1;
    border-right: 1px solid #efece2
}

.qodef-header--vertical-sliding .qodef-vertical-sliding-area.qodef--dynamic .qodef-header-logo-link,
.qodef-header--vertical-sliding .qodef-vertical-sliding-area.qodef--dynamic .qodef-widget-holder {
    margin-right: 100px
}

.qodef-header--vertical-sliding .qodef-vertical-sliding-area.qodef--dynamic .qodef-header-logo-link img {
    position: relative !important;
    top: 0 !important;
    transform: none !important
}

.qodef-header--vertical-sliding #qodef-page-header.qodef-vertical-sliding-menu--opened .qodef--dynamic {
    left: 0;
    visibility: visible
}

.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: 100px
}

.qodef-opener-icon.qodef-vertical-sliding-menu-opener {
    display: block;
    position: relative;
    top: 65px
}

.qodef-opener-icon.qodef-vertical-sliding-menu-opener .qodef-m-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.qodef-opener-icon.qodef-vertical-sliding-menu-opener .qodef-m-icon.qodef--close {
    top: 50%;
    left: 50%
}

.qodef-vertical-sliding-menu--opened .qodef-opener-icon.qodef-vertical-sliding-menu-opener.qodef-source--predefined .qodef-m-line.qodef--1 {
    top: 8px;
    transform: rotate(45deg)
}

.qodef-vertical-sliding-menu--opened .qodef-opener-icon.qodef-vertical-sliding-menu-opener.qodef-source--predefined .qodef-m-line.qodef--2 {
    top: 8px;
    transform: rotate(-45deg)
}

.qodef-vertical-sliding-menu--opened .qodef-opener-icon.qodef-vertical-sliding-menu-opener.qodef-source--predefined .qodef-m-line.qodef--3 {
    display: none
}

.qodef-vertical-sliding-menu--opened .qodef-vertical-sliding-menu-opener:not(.qodef-source--predefined) .qodef-m-icon {
    visibility: hidden
}

.qodef-vertical-sliding-menu--opened .qodef-vertical-sliding-menu-opener:not(.qodef-source--predefined) .qodef-m-icon.qodef--close {
    visibility: visible
}

.qodef-vertical-sliding-menu--opened #qodef-page-header .qodef-header-logo-link img.qodef--light {
    opacity: 1
}

.qodef-vertical-sliding-menu--opened #qodef-page-header .qodef-header-logo-link img.qodef--dark,
.qodef-vertical-sliding-menu--opened #qodef-page-header .qodef-header-logo-link img.qodef--main {
    opacity: 0
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation {
    align-items: center;
    display: flex;
    height: 100%;
    padding: 0 51px;
    width: 100%;
    z-index: 100
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation ul li {
    margin: 6px 0;
    padding: 0;
    position: relative
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation ul li a {
    position: relative;
    display: block
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation ul li a .qodef-menu-item-arrow {
    position: absolute;
    top: calc(50% - 6px);
    right: -20px;
    left: 100%;
    width: 14px;
    height: auto;
    fill: currentColor;
    margin-left: 4px
}

.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: 0 0 5px
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li>a {
    position: relative;
    font-family: "DM Sans";
    font-weight: 500;
    text-transform: none;
    letter-spacing: 0;
    color: #000;
    font-family: "DM Sans";
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #000
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li>a>span {
    position: relative
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li>a>span:after {
    content: '';
    position: absolute;
    width: 0;
    height: 1px;
    background-color: currentColor;
    bottom: 0;
    right: 0;
    transition: width .4s cubic-bezier(.22, .61, .36, 1)
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li>a:hover>span {
    position: relative
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li>a:hover>span:after {
    width: 100%;
    left: 0
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li .qodef-drop-down-second-inner>ul {
    padding: 4px 0 15px
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li .qodef-drop-down-second-inner ul {
    padding-left: 15px
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li .qodef-drop-down-second-inner ul li>a {
    position: relative;
    display: flex;
    white-space: normal;
    margin: 0 0;
    overflow: hidden;
    font-family: "EB Garamond";
    font-size: 21px;
    line-height: 1.381em;
    font-weight: 400;
    color: #000;
    font-size: 18px;
    line-height: 1.75em;
    line-height: 1.5em
}

.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>span {
    position: relative
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li .qodef-drop-down-second-inner ul li>a>span:after {
    content: '';
    position: absolute;
    width: 0;
    height: 1px;
    background-color: currentColor;
    bottom: 0;
    right: 0;
    transition: width .4s cubic-bezier(.22, .61, .36, 1)
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li .qodef-drop-down-second-inner ul li.current-menu-ancestor>a>span,
.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li .qodef-drop-down-second-inner ul li.current-menu-item>a>span,
.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li .qodef-drop-down-second-inner ul li:hover>a>span {
    position: relative
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li .qodef-drop-down-second-inner ul li.current-menu-ancestor>a>span:after,
.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li .qodef-drop-down-second-inner ul li.current-menu-item>a>span:after,
.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li .qodef-drop-down-second-inner ul li:hover>a>span:after {
    width: 100%;
    left: 0
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li.current-menu-ancestor>a>span,
.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li.current-menu-item>a>span {
    position: relative
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li.current-menu-ancestor>a>span:after,
.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li.current-menu-item>a>span:after {
    width: 100%;
    left: 0
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation.qodef-vertical-sliding-drop-down--below ul li a .qodef-menu-item-arrow {
    transform: rotate(0);
    transition: transform .3s ease
}

.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--below ul li.qodef-menu-item--open>a .qodef-menu-item-arrow {
    transform: rotate(90deg)
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation.qodef-vertical-sliding-drop-down--side .qodef-drop-down-second {
    position: absolute;
    top: 0;
    width: 100%
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation.qodef-vertical-sliding-drop-down--side .qodef-drop-down-second ul {
    background-color: #fff;
    left: calc(100% + 40px);
    margin-left: 50px;
    opacity: 0;
    padding: 25px 20px;
    position: absolute;
    top: -23px;
    transition: all .2s ease-out;
    visibility: hidden;
    width: 254px
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation.qodef-vertical-sliding-drop-down--side .qodef-drop-down-second ul.qodef-float--open {
    margin-left: 0;
    opacity: 1;
    visibility: visible;
    z-index: 900
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation.qodef-vertical-sliding-drop-down--side .qodef-drop-down-second ul ul {
    left: calc(100% + 20px);
    top: -25px;
    transition: all .2s ease;
    visibility: hidden
}

@media only screen and (min-width:1441px) and (max-width:1680px) {

    .qodef-content-grid-1400.qodef-header--vertical .qodef-content-grid,
    .qodef-header--vertical section.qodef-elementor-content-grid>.elementor-container {
        width: 1100px
    }
}

@media only screen and (min-width:1281px) and (max-width:1440px) {

    .qodef-content-grid-1400.qodef-header--vertical .qodef-content-grid,
    .qodef-header--vertical section.qodef-elementor-content-grid>.elementor-container {
        width: 960px
    }
}

@media only screen and (min-width:1025px) and (max-width:1280px) {

    .qodef-content-grid-1400.qodef-header--vertical .qodef-content-grid,
    .qodef-header--vertical section.qodef-elementor-content-grid>.elementor-container {
        width: 768px
    }
}

@media only screen and (min-width:1441px) and (max-width:1680px) {

    .qodef-content-grid-1300.qodef-header--vertical .qodef-content-grid,
    .qodef-header--vertical section.qodef-elementor-content-grid>.elementor-container {
        width: 1100px
    }
}

@media only screen and (min-width:1281px) and (max-width:1440px) {

    .qodef-content-grid-1300.qodef-header--vertical .qodef-content-grid,
    .qodef-header--vertical section.qodef-elementor-content-grid>.elementor-container {
        width: 960px
    }
}

@media only screen and (min-width:1025px) and (max-width:1280px) {

    .qodef-content-grid-1300.qodef-header--vertical .qodef-content-grid,
    .qodef-header--vertical section.qodef-elementor-content-grid>.elementor-container {
        width: 768px
    }
}

@media only screen and (min-width:1441px) and (max-width:1680px) {

    .qodef-content-grid-1200.qodef-header--vertical .qodef-content-grid,
    .qodef-header--vertical section.qodef-elementor-content-grid>.elementor-container {
        width: 1100px
    }
}

@media only screen and (min-width:1281px) and (max-width:1440px) {

    .qodef-content-grid-1200.qodef-header--vertical .qodef-content-grid,
    .qodef-header--vertical section.qodef-elementor-content-grid>.elementor-container {
        width: 960px
    }
}

@media only screen and (min-width:1025px) and (max-width:1280px) {

    .qodef-content-grid-1200.qodef-header--vertical .qodef-content-grid,
    .qodef-header--vertical section.qodef-elementor-content-grid>.elementor-container {
        width: 768px
    }
}

@media only screen and (min-width:1281px) and (max-width:1366px) {

    .qodef-content-grid-1100.qodef-header--vertical .qodef-content-grid,
    .qodef-header--vertical section.qodef-elementor-content-grid>.elementor-container {
        width: 960px
    }
}

@media only screen and (min-width:1025px) and (max-width:1280px) {

    .qodef-content-grid-1100.qodef-header--vertical .qodef-content-grid,
    .qodef-header--vertical section.qodef-elementor-content-grid>.elementor-container {
        width: 768px
    }
}

.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;
    width: 100%;
    justify-content: center
}

.qodef-header--vertical #qodef-page-header-inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    padding: 0;
    border-right: 1px solid #efefef
}

.qodef-header--vertical #qodef-page-header-inner .qodef-header-logo-link {
    padding: 40px
}

.qodef-header--vertical #qodef-page-header-inner .qodef-widget-holder {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin: 0;
    padding: 0 0 40px 40px
}

.qodef-header--vertical #qodef-page-header-inner .qodef-widget-holder.qodef--one {
    justify-content: flex-start
}

.qodef-header--vertical #qodef-page-header-inner .qodef-widget-holder.qodef--two {
    justify-content: flex-end
}

.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.widget_search {
    border-bottom: 1px solid #efefef;
    width: 100%
}

.qodef-header--vertical #qodef-page-header-inner .qodef-widget-holder .widget.widget_search .qodef-search-form {
    margin: 0
}

.qodef-header--vertical #qodef-page-header-inner .qodef-widget-holder .widget.widget_search input {
    border: none;
    width: calc(100% - 50px);
    padding: 5.5px 0
}

.qodef-header--vertical #qodef-page-header-inner .qodef-widget-holder .widget.widget_search button {
    right: 30px
}

.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%;
    padding: 65px 40px;
    border-top: 1px solid #efefef
}

.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% - 6px);
    right: -20px;
    left: 100%;
    width: 14px;
    height: auto;
    fill: currentColor;
    margin-left: 4px
}

.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 {
    margin: 0 0 5px
}

.qodef-header--vertical .qodef-header-vertical-navigation>ul>li>a {
    position: relative;
    font-family: "DM Sans";
    font-weight: 500;
    text-transform: none;
    letter-spacing: 0;
    color: #000;
    font-family: "DM Sans";
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #000
}

.qodef-header--vertical .qodef-header-vertical-navigation>ul>li>a>span {
    position: relative
}

.qodef-header--vertical .qodef-header-vertical-navigation>ul>li>a>span:after {
    content: '';
    position: absolute;
    width: 0;
    height: 1px;
    background-color: currentColor;
    bottom: 0;
    right: 0;
    transition: width .4s cubic-bezier(.22, .61, .36, 1)
}

.qodef-header--vertical .qodef-header-vertical-navigation>ul>li>a:hover>span {
    position: relative
}

.qodef-header--vertical .qodef-header-vertical-navigation>ul>li>a:hover>span:after {
    width: 100%;
    left: 0
}

.qodef-header--vertical .qodef-header-vertical-navigation>ul>li .qodef-drop-down-second-inner>ul {
    padding: 4px 0 15px
}

.qodef-header--vertical .qodef-header-vertical-navigation>ul>li .qodef-drop-down-second-inner ul {
    padding-left: 15px
}

.qodef-header--vertical .qodef-header-vertical-navigation>ul>li .qodef-drop-down-second-inner ul li>a {
    position: relative;
    display: flex;
    white-space: normal;
    margin: 0 0;
    overflow: hidden;
    font-family: "EB Garamond";
    font-size: 21px;
    line-height: 1.381em;
    font-weight: 400;
    color: #000;
    font-size: 18px;
    line-height: 1.75em;
    line-height: 1.5em
}

.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>span {
    position: relative
}

.qodef-header--vertical .qodef-header-vertical-navigation>ul>li .qodef-drop-down-second-inner ul li>a>span:after {
    content: '';
    position: absolute;
    width: 0;
    height: 1px;
    background-color: currentColor;
    bottom: 0;
    right: 0;
    transition: width .4s cubic-bezier(.22, .61, .36, 1)
}

.qodef-header--vertical .qodef-header-vertical-navigation>ul>li .qodef-drop-down-second-inner ul li.current-menu-ancestor>a>span,
.qodef-header--vertical .qodef-header-vertical-navigation>ul>li .qodef-drop-down-second-inner ul li.current-menu-item>a>span,
.qodef-header--vertical .qodef-header-vertical-navigation>ul>li .qodef-drop-down-second-inner ul li:hover>a>span {
    position: relative
}

.qodef-header--vertical .qodef-header-vertical-navigation>ul>li .qodef-drop-down-second-inner ul li.current-menu-ancestor>a>span:after,
.qodef-header--vertical .qodef-header-vertical-navigation>ul>li .qodef-drop-down-second-inner ul li.current-menu-item>a>span:after,
.qodef-header--vertical .qodef-header-vertical-navigation>ul>li .qodef-drop-down-second-inner ul li:hover>a>span:after {
    width: 100%;
    left: 0
}

.qodef-header--vertical .qodef-header-vertical-navigation>ul>li.current-menu-ancestor>a>span,
.qodef-header--vertical .qodef-header-vertical-navigation>ul>li.current-menu-item>a>span {
    position: relative
}

.qodef-header--vertical .qodef-header-vertical-navigation>ul>li.current-menu-ancestor>a>span:after,
.qodef-header--vertical .qodef-header-vertical-navigation>ul>li.current-menu-item>a>span:after {
    width: 100%;
    left: 0
}

.qodef-header--vertical .qodef-header-vertical-navigation.qodef-vertical-drop-down--below ul li a .qodef-menu-item-arrow {
    transform: rotate(0);
    transition: transform .3s ease
}

.qodef-header--vertical .qodef-header-vertical-navigation.qodef-vertical-drop-down--below ul li .qodef-drop-down-second {
    display: none
}

.qodef-header--vertical .qodef-header-vertical-navigation.qodef-vertical-drop-down--below ul li.qodef-menu-item--open>a .qodef-menu-item-arrow {
    transform: rotate(90deg)
}

.qodef-header--vertical .qodef-header-vertical-navigation.qodef-vertical-drop-down--side .qodef-drop-down-second {
    position: absolute;
    top: 0;
    width: 100%
}

.qodef-header--vertical .qodef-header-vertical-navigation.qodef-vertical-drop-down--side .qodef-drop-down-second ul {
    position: absolute;
    top: -23px;
    left: calc(100% + 40px);
    width: 254px;
    background-color: #fff;
    padding: 25px 20px;
    margin-left: 50px;
    visibility: hidden;
    opacity: 0;
    transition: all .2s ease-out
}

.qodef-header--vertical .qodef-header-vertical-navigation.qodef-vertical-drop-down--side .qodef-drop-down-second ul.qodef-float--open {
    margin-left: 0;
    opacity: 1;
    visibility: visible;
    z-index: 900
}

.qodef-header--vertical .qodef-header-vertical-navigation.qodef-vertical-drop-down--side .qodef-drop-down-second ul ul {
    top: -25px;
    left: calc(100% + 20px);
    visibility: hidden;
    transition: all .2s ease
}

.qodef-header--fixed-display #qodef-page-header,
.qodef-header--fixed-display #qodef-top-area {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%
}

.qodef--boxed.qodef-header--fixed-display #qodef-top-area {
    left: 30px;
    width: calc(100% - 60px)
}

.qodef--boxed.qodef-header--fixed-display #qodef-page-header {
    left: 30px;
    width: calc(100% - 60px)
}

.qodef-header--fixed-display.admin-bar #qodef-page-header,
.qodef-header--fixed-display.admin-bar #qodef-top-area {
    top: 32px
}

.qodef-header-sticky {
    position: fixed;
    top: 0;
    left: 0;
    height: 61px;
    width: 100%;
    background-color: #fff;
    transform: translateY(-100%);
    transition: transform .5s ease, top .5s ease;
    z-index: 100;
    border-bottom: 1px solid #f3f1ef
}

.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 60px
}

.qodef-header-sticky-inner.qodef-content-grid {
    padding: 0
}

.qodef-header-standard--right .qodef-header-sticky-inner .qodef-header-logo-link {
    margin-right: auto
}

.qodef-header-standard--left .qodef-header-sticky-inner {
    justify-content: flex-start
}

.qodef-header-standard--left .qodef-header-sticky-inner .qodef-header-navigation {
    margin-left: 20px
}

.qodef-header-standard--left .qodef-header-sticky-inner .qodef-widget-holder {
    margin-left: auto !important
}

.qodef-header-sticky-inner .qodef-scroll-progress {
    display: block;
    width: 100%;
    height: 6px;
    background: 0 0;
    position: absolute;
    bottom: -7px;
    left: 0
}

.qodef-header-sticky-inner .qodef-scroll-progress line {
    background: 0 0;
    width: 100%;
    height: 6px;
    stroke: #c9d6c1;
    stroke-width: 12px
}

#qodef-top-area {
    position: relative;
    background-color: #fff;
    z-index: 101
}

#qodef-top-area-inner {
    align-items: center;
    display: flex;
    height: 41px;
    justify-content: space-between;
    margin: 0 60px;
    position: relative;
    border-bottom: 1px solid #efece2
}

#qodef-top-area-inner.qodef-content-grid {
    padding: 0 !important
}

#qodef-top-area-inner .widget {
    padding-bottom: 0
}

#qodef-top-area .qodef-widget-holder {
    display: flex;
    align-items: center;
    height: 100%
}

#qodef-top-area .qodef-widget-holder.qodef-top-area-left {
    margin-right: auto
}

#qodef-top-area .qodef-widget-holder.qodef-top-area-right {
    margin-left: auto
}

#qodef-top-area .qodef-widget-holder.qodef-top-area-right .widget {
    line-height: 1;
    border-left: 1px solid #efece2;
    border-bottom: none;
    align-items: center;
    height: 100%
}

#qodef-top-area .qodef-widget-holder.qodef-top-area-right .widget.widget_custom_html .custom-html-widget {
    height: 100%
}

#qodef-top-area .qodef-widget-holder.qodef-top-area-right .widget.widget_search {
    padding-right: 41px;
    border-bottom: 0
}

#qodef-top-area .qodef-widget-holder.qodef-top-area-right .widget.widget_search input {
    border: 0;
    font-size: 12px;
    font-weight: 500;
    color: #acacac;
    height: 40px;
    width: 112px;
    margin: 0;
    padding-right: 20px
}

#qodef-top-area .qodef-widget-holder.qodef-top-area-right .widget:last-child {
    padding-right: 0
}

#qodef-top-area .qodef-widget-holder.qodef-top-area-right .widget:first-child {
    border-left: 0
}

#qodef-top-area .qodef-widget-holder.qodef-top-area-right .widget .qodef-icon-with-text {
    display: flex;
    align-items: center;
    height: 100%
}

#qodef-top-area .qodef-widget-holder.qodef-top-area-right .widget .qodef-icon-with-text .qodef-m-icon-wrapper {
    margin-right: 9px !important;
    display: flex
}

#qodef-top-area .qodef-widget-holder.qodef-top-area-right .widget .qodef-icon-with-text a {
    font-size: 14px
}

#qodef-top-area .qodef-widget-holder.qodef-top-area-right .widget .qodef-icon-with-text .qodef-m-content p.qodef-m-text {
    margin: 0;
    line-height: 21px;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: "DM Sans"
}

#qodef-top-area .qodef-widget-holder.qodef-top-area-right .widget .qodef-social-icons-group {
    height: 100%;
    display: inline-block
}

#qodef-top-area .qodef-widget-holder.qodef-top-area-right .widget .qodef-social-icons-group .qodef-icon-holder {
    height: 100%;
    margin-right: 17px;
    display: inline-flex;
    align-items: center
}

#qodef-top-area .qodef-widget-holder.qodef-top-area-right .widget .qodef-social-icons-group .qodef-icon-holder:last-child {
    margin-right: 0
}

#qodef-top-area .qodef-widget-holder.qodef-top-area-right .widget .textwidget>*,
#qodef-top-area .qodef-widget-holder.qodef-top-area-right .widget .widget p {
    margin: 0
}

#qodef-top-area .qodef-widget-holder.qodef-top-area-right .widget {
    padding: 0 50px
}

#qodef-top-area .qodef-widget-holder.qodef-top-area-right .widget:last-child {
    padding-right: 0
}

#qodef-top-area .qodef-widget-holder .widget:first-child {
    margin-left: 0
}

#qodef-top-area .qodef-widget-holder .widget:last-child {
    margin-right: 0
}

#qodef-top-area .widget {
    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-top-area-list {
    display: block;
    text-align: center;
    padding-bottom: 8px
}

#qodef-top-area .qodef-top-area-list>li {
    display: inline-block;
    margin: 0 18px !important
}

#qodef-top-area .qodef-top-area-list>li:first-child {
    margin-left: 0 !important
}

#qodef-top-area .qodef-top-area-list>li a {
    position: relative;
    color: #000 !important;
    font-family: "DM Sans";
    font-size: 11px;
    font-weight: 500;
    letter-spacing: .1em;
    text-transform: uppercase
}

#qodef-top-area .qodef-top-area-list>li a:hover {
    color: #8d8d8d !important
}

#qodef-top-area .qodef-top-header-custom-icon a {
    display: flex;
    align-items: center
}

#qodef-top-area .qodef-top-header-custom-icon a:hover {
    color: #8d8d8d
}

#qodef-top-area .qodef-top-header-custom-icon .qodef-m-text {
    position: relative
}

#qodef-top-area #qodef-top-area-inner.qodef-content-grid {
    margin: 0 auto
}

#qodef-top-area #qodef-top-area-inner.qodef-light-skin .qodef-top-area-list>li a {
    color: #fff !important
}

#qodef-top-area #qodef-top-area-inner.qodef-light-skin .qodef-top-bar-widget .qodef-search-form-inner .qodef-search-form-field {
    color: #fff !important
}

#qodef-top-area #qodef-top-area-inner.qodef-light-skin .qodef-top-bar-widget .qodef-search-form-inner .qodef-search-form-button>span {
    color: #fff
}

#qodef-top-area #qodef-top-area-inner.qodef-light-skin .widget .qodef-social-icons-group .qodef-icon-holder a {
    color: #fff
}

#qodef-top-area #qodef-top-area-inner.qodef-light-skin .widget .qodef-icon-with-text a {
    color: #fff
}

#qodef-top-area #qodef-top-area-inner.qodef-light-skin .qodef-icon-holder a {
    color: #fff !important
}

#qodef-top-area #qodef-top-area-inner.qodef-light-skin .qodef-m-text {
    color: #fff !important
}

#qodef-top-area #qodef-top-area-inner.qodef-light-skin .qodef-widget-holder.qodef-top-area-right .widget {
    border-left: 1px solid rgba(255, 255, 255, .6)
}

#qodef-top-area #qodef-top-area-inner.qodef-light-skin .qodef-widget-holder.qodef-top-area-right .widget:first-child {
    border-left: 0
}

#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-geo-location-marker .qodef-info-window {
    display: block
}

.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: 40%;
    height: auto
}

.qodef-map-marker-holder .qodef-map-marker svg path {
    transition: fill .2s ease-in-out
}

.qodef-map-marker-holder .qodef-info-window {
    position: absolute;
    top: -10px;
    left: -24px;
    display: none;
    min-width: 334px;
    background-color: #fff;
    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: 0 8px 0 0
}

.qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-image {
    margin-right: 22px
}

.qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-image img {
    display: block;
    width: 130px;
    height: 112px;
    -o-object-fit: cover;
    object-fit: cover
}

.qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-image .icon_close {
    position: absolute;
    top: 0;
    right: 2px;
    font-size: 27px;
    color: #000;
    z-index: 300
}

.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: 2px 0 0;
    font-family: "EB Garamond";
    font-size: 16px;
    line-height: 1.375em
}

.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: #000
}

.qodef-cluster-marker {
    width: 50px;
    height: auto
}

.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: 18px;
    font-weight: 500;
    font-family: "DM Sans";
    text-align: center;
    color: #fff
}

.qodef-cluster-marker svg {
    width: 100%;
    height: auto
}

.qodef-cluster-marker svg path {
    transition: fill .2s ease-in-out
}

.qodef-places-geo-radius {
    position: absolute;
    left: 0;
    top: calc(100% + 10px);
    width: 100%;
    height: 48px;
    display: none;
    padding: 10px 20px;
    background-color: #fff;
    border: 1px solid #efece2;
    z-index: 9999
}

.qodef-places-geo-radius .qodef-range-slider-label {
    display: inline-flex;
    align-items: center;
    height: 100%
}

.qodef-places-geo-radius .noUi-target {
    position: relative;
    display: inline-flex;
    height: 3px;
    width: calc(100% - 70px);
    background-color: #eaeaea;
    border: 0;
    direction: ltr;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    touch-action: none;
    -ms-user-select: none;
    user-select: none;
    margin-left: 10px
}

.qodef-places-geo-radius .noUi-target * {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    touch-action: none;
    -ms-user-select: none;
    user-select: none
}

.qodef-places-geo-radius .noUi-target .noUi-base {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1
}

.qodef-places-geo-radius .noUi-target .noUi-connects {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0
}

.qodef-places-geo-radius .noUi-target .noUi-connect,
.qodef-places-geo-radius .noUi-target .noUi-origin {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    will-change: transform;
    transform-origin: 0 0
}

.qodef-places-geo-radius .noUi-target .noUi-connect {
    background-color: var(--qode-main-color)
}

.qodef-places-geo-radius .noUi-target .noUi-handle {
    position: absolute;
    top: -3px;
    left: auto;
    right: -9px;
    width: 9px;
    height: 9px;
    background-color: var(--qode-main-color);
    cursor: pointer
}

.qodef-places-geo-radius .noUi-target .noUi-tooltip {
    position: absolute;
    left: 50%;
    bottom: 7px;
    display: block;
    font-size: 12px;
    white-space: nowrap;
    transform: translateX(-50%)
}

.qodef-places-geo-radius .noUi-target .noUi-tooltip:after {
    content: ' km'
}

.qodef-places-geo-radius .noUi-state-drag * {
    cursor: inherit !important
}

.qodef-places-geo-radius .noUi-draggable {
    cursor: ew-resize
}

.qodef-places-geo-radius [disabled] .noUi-handle,
.qodef-places-geo-radius [disabled].noUi-handle,
.qodef-places-geo-radius [disabled].noUi-target {
    cursor: not-allowed !important
}

#qodef-page-mobile-header {
    background-color: #fff
}

#qodef-page-mobile-header .qodef-widget-holder {
    display: flex;
    align-items: center;
    height: 100%
}

#qodef-page-mobile-header .qodef-widget-holder .widget {
    margin: 0 0 0 12px
}

#qodef-page-mobile-header .widget {
    display: inline-block;
    vertical-align: middle;
    line-height: 1
}

#qodef-page-mobile-header .widget .textwidget>*,
#qodef-page-mobile-header .widget .widget p {
    margin: 0
}

#qodef-page-mobile-header div[id^=monster-widget-placeholder],
#qodef-page-mobile-header div[id^=woo-monster-widget-placeholder] {
    display: none
}

#qodef-page-mobile-header .qodef-mobile-header-opener.qodef--opened {
    color: var(--qode-main-color)
}

#qodef-page-mobile-header .qodef-mobile-header-opener.qodef--opened .qodef-m-icon {
    visibility: hidden
}

#qodef-page-mobile-header .qodef-mobile-header-opener.qodef--opened .qodef-m-icon.qodef--close {
    visibility: visible
}

.qodef-mobile-header--sticky #qodef-page-mobile-header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    transform: translateY(-100%)
}

.qodef-mobile-header--sticky-animation #qodef-page-mobile-header {
    transition: transform .3s ease, top .3s ease
}

.qodef-mobile-header--sticky-display #qodef-page-mobile-header {
    transform: translateY(0)
}

.admin-bar.qodef-mobile-header--sticky-display #qodef-page-mobile-header {
    top: 46px
}

#qodef-page-mobile-header-inner.qodef-content-grid {
    padding: 0
}

.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-mobile-header-navigation ul li a .qodef-menu-item-icon {
    margin-right: 5px
}

.qodef-mobile-header-navigation ul li.qodef--hide-link>a {
    cursor: default
}

.qodef-mobile-header-navigation .qodef-mega-menu-widget-holder {
    display: none
}

.qodef-mobile-header--minimal #qodef-page-mobile-header-inner {
    justify-content: flex-end
}

.qodef-mobile-header--minimal #qodef-page-mobile-header-inner .qodef-mobile-header-logo-link {
    margin-right: auto
}

.qodef-mobile-header--minimal #qodef-page-mobile-header-inner .qodef-opener-icon {
    margin-left: 20px
}

.qodef-fullscreen-menu--opened {
    overflow-y: hidden
}

.qodef-fullscreen-menu--opened #qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--light {
    opacity: 1
}

.qodef-fullscreen-menu--opened #qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--dark,
.qodef-fullscreen-menu--opened #qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--main {
    opacity: 0
}

.qodef-mobile-header--side-area #qodef-page-mobile-header-inner .qodef-side-area-mobile-header-opener {
    margin-left: 20px
}

#qodef-side-area-mobile-header {
    position: fixed;
    top: 0;
    right: -340px;
    width: 340px;
    height: 100vh;
    display: flex;
    align-items: center;
    padding: 70px 60px;
    background-color: #000;
    overflow: hidden;
    visibility: hidden;
    z-index: 9999;
    transition: all .6s cubic-bezier(.77, 0, .175, 1)
}

#qodef-side-area-mobile-header .qodef-m-close {
    position: absolute;
    top: 26px;
    right: 40px;
    display: block;
    z-index: 1000;
    color: #fff
}

#qodef-side-area-mobile-header .qodef-m-close.qodef-source--predefined .qodef-m-line.qodef--1 {
    top: 13px;
    transform: rotate(45deg)
}

#qodef-side-area-mobile-header .qodef-m-close.qodef-source--predefined .qodef-m-line.qodef--2 {
    top: 13px;
    transform: rotate(-45deg)
}

#qodef-side-area-mobile-header .qodef-m-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none
}

#qodef-side-area-mobile-header .qodef-m-navigation ul li {
    position: relative;
    padding: 0;
    margin: 0
}

#qodef-side-area-mobile-header .qodef-m-navigation ul li .qodef-drop-down-second {
    display: none;
    transform: translateZ(0)
}

#qodef-side-area-mobile-header .qodef-m-navigation ul li .qodef-drop-down-second-inner {
    position: relative;
    display: block;
    padding: 0;
    z-index: 997
}

#qodef-side-area-mobile-header .qodef-m-navigation ul li.qodef--hide-link>a {
    cursor: default
}

#qodef-side-area-mobile-header .qodef-m-navigation .qodef-menu-item-icon {
    margin-right: 5px
}

#qodef-side-area-mobile-header .qodef-m-navigation .qodef-mega-menu-widget-holder {
    display: none
}

#qodef-side-area-mobile-header .qodef-m-navigation>ul>li>a {
    font-family: "DM Sans";
    font-weight: 500;
    text-transform: none;
    letter-spacing: 0;
    font-family: "DM Sans";
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #000;
    color: #fff
}

#qodef-side-area-mobile-header .qodef-m-navigation>ul>li>a:hover {
    color: #000
}

#qodef-side-area-mobile-header .qodef-m-navigation>ul>li .qodef-drop-down-second-inner>ul {
    padding: 10px 0 5px
}

#qodef-side-area-mobile-header .qodef-m-navigation>ul>li .qodef-drop-down-second-inner ul {
    padding-left: 20px
}

#qodef-side-area-mobile-header .qodef-m-navigation>ul>li .qodef-drop-down-second-inner ul li>a {
    position: relative;
    display: flex;
    white-space: normal;
    margin: 0 0;
    overflow: hidden;
    font-family: "EB Garamond";
    font-size: 21px;
    line-height: 1.381em;
    font-weight: 400;
    color: #fff;
    font-size: 18px;
    line-height: 1.75em
}

#qodef-side-area-mobile-header .qodef-m-navigation>ul>li .qodef-drop-down-second-inner ul li>a .qodef-menu-item-icon {
    flex-shrink: 0
}

#qodef-side-area-mobile-header .qodef-m-navigation>ul>li.current-menu-ancestor>a,
#qodef-side-area-mobile-header .qodef-m-navigation>ul>li.current-menu-item>a {
    color: #000
}

#qodef-side-area-mobile-header .qodef-widget-holder {
    position: absolute;
    left: 60px;
    bottom: 20px;
    width: calc(100% - 2*60px);
    height: auto
}

#qodef-side-area-mobile-header .qodef-widget-holder .widget {
    margin: 0
}

.admin-bar #qodef-side-area-mobile-header {
    top: 32px;
    height: calc(100vh - 32px)
}

#qodef-side-area-mobile-header.qodef--opened {
    right: 0;
    visibility: visible
}

.qodef-mobile-header--standard #qodef-page-mobile-header-inner {
    justify-content: flex-end
}

.qodef-mobile-header--standard #qodef-page-mobile-header-inner .qodef-mobile-header-logo-link {
    margin-right: auto
}

.qodef-header-navigation .qodef-menu-item-icon {
    display: block;
    margin-right: 5px;
    line-height: inherit
}

.qodef-header-navigation .qodef-menu-item-icon:before {
    display: block;
    line-height: inherit
}

.qodef-header-navigation ul li .qodef-drop-down-second {
    position: absolute;
    top: 100%;
    left: -35px;
    display: block;
    width: auto;
    height: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    z-index: 10
}

.qodef-header-bottom-border .qodef-header-navigation ul li .qodef-drop-down-second {
    top: calc(100% - 1px)
}

.qodef-header-navigation ul li .qodef-drop-down-second.qodef-drop-down--start {
    opacity: 1;
    visibility: visible;
    overflow: visible;
    z-index: 20;
    transition: opacity .2s ease-out
}

.qodef-header-navigation ul li .qodef-mega-menu-widget-holder {
    display: none;
    white-space: normal
}

.qodef-header-navigation ul li.qodef-menu-item--narrow .qodef-drop-down-second.qodef-drop-down--right {
    left: auto;
    right: -35px
}

.qodef-header-navigation ul li.qodef-menu-item--narrow .qodef-drop-down-second-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-header-navigation ul li.qodef-menu-item--narrow .qodef-drop-down-second-inner>ul {
    position: relative;
    top: auto;
    opacity: 1;
    visibility: visible
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-mega-menu-widget-holder {
    display: block
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second {
    background-color: #fff;
    border-top: 1px solid #efece2;
    border-bottom: 1px solid #efece2
}

.qodef-drop-down-second--full-width .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second {
    width: 100vw
}

.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 35px
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul {
    display: flex;
    justify-content: space-between;
    padding: 33px 0 35px;
    margin: 0 -15px
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li {
    width: 100%;
    padding: 0 15px
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li>a {
    font-family: "DM Sans";
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
    color: #000
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li>a:hover {
    color: #000
}

.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: 9px
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li ul li>a {
    font-family: "EB Garamond";
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0;
    color: #000;
    line-height: 36px;
    position: relative
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li ul li>a>span {
    position: relative
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li ul li>a>span:after {
    content: '';
    position: absolute;
    width: 0;
    height: 1px;
    background-color: currentColor;
    bottom: -1px;
    right: 0;
    transition: width .4s cubic-bezier(.22, .61, .36, 1)
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li ul li.current-menu-item>a>span,
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li ul li:hover>a>span {
    position: relative
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li ul li.current-menu-item>a>span:after,
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li ul li:hover>a>span:after {
    width: 100%;
    left: 0
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li.current-menu-ancestor>a>span,
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li.current-menu-item>a>span {
    position: relative
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li.current-menu-ancestor>a>span:after,
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li.current-menu-item>a>span:after {
    width: 100%;
    left: 0
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li.qodef--hide-link:not(.current-menu-ancestor):not(.current-menu-item)>a:hover {
    color: #000
}

body:not(.qodef-drop-down-second--full-width) .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner {
    padding: 0 35px
}

.qodef-opener-icon {
    position: relative;
    display: inline-block;
    line-height: 1;
    z-index: 101
}

.qodef-opener-icon .qodef-m-icon {
    position: relative;
    visibility: visible
}

.qodef-opener-icon .qodef-m-icon.qodef--close {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden
}

.qodef-opener-icon.qodef-source--icon-pack {
    font-size: 35px
}

.qodef-opener-icon.qodef-source--icon-pack * {
    display: inline-block;
    line-height: inherit
}

.qodef-opener-icon.qodef-source--icon-pack :before {
    display: inline-block;
    line-height: inherit
}

.qodef-opener-icon.qodef-source--svg-path span {
    position: relative;
    display: flex
}

.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:hover {
    color: currentColor
}

.qodef-opener-icon.qodef-source--svg-path:hover .qodef--open line {
    animation: qodef-draw-line .66s forwards cubic-bezier(.33, .02, 0, .93)
}

.qodef-opener-icon.qodef-source--svg-path:hover .qodef--open line:nth-child(2) {
    animation: qodef-draw-line .66s forwards cubic-bezier(.33, .02, 0, .93) .14s
}

.qodef-opener-icon.qodef-source--svg-path:hover .qodef--open line:nth-child(3) {
    animation: qodef-draw-line .66s forwards cubic-bezier(.33, .02, 0, .93) .28s
}

.qodef-opener-icon.qodef-source--svg-path:hover .qodef--close line {
    animation: qodef-draw-diag-line .66s forwards cubic-bezier(.33, .02, 0, .93)
}

.qodef-opener-icon.qodef-source--svg-path:hover .qodef--close line:nth-child(2) {
    animation: qodef-draw-diag-line .66s forwards cubic-bezier(.33, .02, 0, .93) .14s
}

.qodef-opener-icon.qodef-source--predefined .qodef-m-lines {
    position: relative;
    display: block;
    width: 30px;
    height: 16px;
    overflow: hidden
}

.qodef-opener-icon.qodef-source--predefined .qodef-m-line {
    position: absolute;
    left: 0;
    height: 2px;
    width: 100%;
    background-color: currentColor;
    will-change: transform
}

.qodef-opener-icon.qodef-source--predefined .qodef-m-line.qodef--1 {
    top: 0
}

.qodef-opener-icon.qodef-source--predefined .qodef-m-line.qodef--2 {
    top: 7px
}

.qodef-opener-icon.qodef-source--predefined .qodef-m-line.qodef--3 {
    top: 14px
}

.qodef-opener-icon.qodef-source--predefined .qodef--close .qodef-m-lines {
    width: 26.5px;
    height: 26.5px
}

.qodef-parallax {
    position: relative;
    width: 100%;
    overflow: hidden
}

.qodef-parallax.elementor-section {
    overflow: visible
}

.qodef-parallax-row-holder {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden
}

.qodef-parallax-img-holder {
    position: absolute;
    top: -50%;
    height: 150%;
    left: 0;
    width: 100%;
    opacity: 0
}

.qodef-browser--edge .qodef-parallax-img-holder,
.qodef-browser--ms-explorer .qodef-parallax-img-holder,
.touchevents .qodef-parallax-img-holder {
    top: 0;
    height: 100%;
    opacity: 1
}

.qodef-parallax-content-holder {
    position: relative;
    z-index: 99
}

.qodef-parallax-img-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    will-change: transform
}

.qodef-parallax-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.touchevents .qodef-parallax-img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.qodef-browser--edge .qodef-parallax-img,
.qodef-browser--ms-explorer .qodef-parallax-img {
    height: 100%
}

.qodef-post-card input[type=email],
.qodef-post-card input[type=text],
.qodef-post-card textarea {
    font-size: 11px;
    font-family: "DM Sans";
    font-weight: 500;
    letter-spacing: .1em;
    color: #7e7e7e;
    text-transform: uppercase;
    border: 1px solid #000;
    margin: 0 0 17px;
    padding-left: 28px
}

.qodef-post-card input[type=email]:focus,
.qodef-post-card input[type=text]:focus,
.qodef-post-card textarea:focus {
    font-size: 11px;
    font-family: "DM Sans";
    font-weight: 500;
    letter-spacing: .1em;
    color: #7e7e7e;
    text-transform: uppercase
}

.qodef-post-card textarea {
    margin-bottom: 0;
    border-bottom: 0
}

.qodef-post-card .qodef-post-card-item {
    display: block;
    width: 50%;
    float: left;
    margin-bottom: 41px
}

.qodef-post-card .qodef-post-card-item input[type=text] {
    border-right: 0
}

.qodef-post-card>p {
    display: block;
    text-align: right;
    margin: 0 0 30px
}

.qodef-post-card .wpcf7-submit {
    width: 157px;
    padding: 7px 20px
}

.qodef-post-card .wpcf7-submit svg {
    display: none
}

.qodef-post-card .wpcf7-response-output {
    display: flex
}

@media only screen and (max-width:680px) {
    .qodef-post-card .qodef-post-card-item {
        width: 100%
    }

    .qodef-post-card .qodef-post-card-item input[type=text] {
        border-right: 1px solid #000
    }

    .qodef-post-card .qodef-post-card-item:nth-of-type(2) {
        margin: 0
    }

    .qodef-post-card .qodef-post-card-item:nth-of-type(2) input[type=text] {
        margin: 0
    }

    .qodef-post-card .qodef-post-card-item:nth-of-type(3) {
        margin-top: -1px
    }
}

.qodef-newsletter {
    border: 1px solid #000;
    display: inline-block;
    width: 100%;
    position: relative
}

.qodef-newsletter .qodef-newsletter-button {
    display: inline-flex;
    align-items: center;
    position: absolute;
    right: 0;
    top: 0
}

.qodef-newsletter .wpcf7-submit {
    width: auto;
    padding: 9px 21px 13px 21px;
    color: #000;
    background: 0 0;
    z-index: 1
}

.qodef-newsletter .wpcf7-submit .qodef-m-text {
    display: inline-block;
    vertical-align: middle
}

.qodef-newsletter .wpcf7-submit svg {
    position: relative;
    top: 1px;
    margin-left: 3px;
    display: inline-block
}

.qodef-newsletter .wpcf7-submit svg line,
.qodef-newsletter .wpcf7-submit svg polyline {
    fill: none;
    stroke: currentColor;
    stroke-miterlimit: 10;
    stroke-dasharray: 40;
    stroke-dashoffset: 0;
    transition: stroke-dashoffset .8s cubic-bezier(.39, .58, .57, 1)
}

.qodef-newsletter .wpcf7-submit:hover {
    color: #000;
    background-color: transparent
}

.qodef-newsletter .wpcf7-submit:hover svg line,
.qodef-newsletter .wpcf7-submit:hover svg polyline {
    stroke-dashoffset: 80
}

.qodef-newsletter .qodef-newsletter-item {
    width: calc(100% - 105px);
    float: left;
    display: inline-block
}

.qodef-newsletter .qodef-newsletter-item input[type=email] {
    border: 0;
    margin: 0;
    font-size: 12px;
    font-family: "DM Sans";
    font-weight: 500;
    letter-spacing: .1em;
    color: #848484;
    text-transform: uppercase;
    padding: 10.5px 18px
}

.qodef-newsletter .qodef-newsletter-item input[type=email]:focus {
    font-size: 11px;
    font-family: "DM Sans";
    font-weight: 500;
    letter-spacing: .1em;
    color: #848484;
    text-transform: uppercase
}

.qodef-newsletter .qodef-form-button {
    display: inline-flex;
    align-items: center;
    position: absolute;
    right: 0;
    top: 0
}

.qodef-newsletter .qodef-form-button button {
    width: auto;
    background-color: transparent;
    border: none;
    color: #000;
    padding: 12px 25px;
    z-index: 1
}

.qodef-newsletter .qodef-form-button button .qodef-m-text {
    display: inline-block;
    vertical-align: middle
}

.qodef-newsletter .qodef-form-button button svg {
    position: relative;
    top: 1px;
    margin-left: 3px
}

.qodef-newsletter .qodef-form-button button svg line,
.qodef-newsletter .qodef-form-button button svg polyline {
    fill: none;
    stroke: currentColor;
    stroke-miterlimit: 10;
    stroke-dasharray: 40;
    stroke-dashoffset: 0;
    transition: stroke-dashoffset .8s cubic-bezier(.39, .58, .57, 1)
}

.qodef-newsletter .qodef-form-button button:hover {
    color: #000;
    background-color: transparent
}

.qodef-newsletter .qodef-form-button button:hover svg line,
.qodef-newsletter .qodef-form-button button:hover svg polyline {
    stroke-dashoffset: 80
}

.qodef-newsletter .wpcf7-not-valid-tip {
    position: absolute;
    bottom: -50px;
    white-space: nowrap
}

.wpcf7-submit svg {
    display: none
}

.qodef-contact-form-7 {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-contact-form-7 .wpcf7-response-output {
    margin: 1em 0 0 0 !important;
    border: 1px solid #000 !important
}

@media only screen and (max-width:1366px) {
    .qodef-contact-form-7 .wpcf7-response-output {
        margin-top: .5em
    }
}

.qodef-contact-form-7 .ajax-loader {
    animation: qode-rotate 2s linear infinite;
    background-image: none !important;
    border: 2px solid #e6e6e6 !important;
    border-radius: 50%;
    border-top: 2px solid var(--qode-main-color) !important;
    height: 23px !important;
    margin: 0 0 0 12px !important;
    position: absolute;
    right: -10px;
    width: 23px !important
}

.qodef-contact-form-7 .qodef-newsletter-form {
    display: flex
}

.qodef-contact-form-7 .qodef-newsletter-form .wpcf7-form-control-wrap {
    width: 100%
}

.qodef-contact-form-7 .qodef-newsletter-form .qodef-form-button {
    display: inline-flex;
    align-items: center;
    position: absolute;
    right: 0;
    top: 0
}

.qodef-contact-form-7 .qodef-newsletter-form .qodef-form-button button {
    width: auto;
    background-color: transparent;
    border: none;
    color: #000;
    padding: 10px 21px 12px 21px;
    z-index: 1
}

.qodef-contact-form-7 .qodef-newsletter-form .qodef-form-button button .qodef-m-text {
    display: inline-block;
    vertical-align: middle
}

.qodef-contact-form-7 .qodef-newsletter-form .qodef-form-button button svg {
    position: relative;
    top: 1px;
    margin-left: 3px;
    display: inline-block
}

.qodef-contact-form-7 .qodef-newsletter-form .qodef-form-button button svg line,
.qodef-contact-form-7 .qodef-newsletter-form .qodef-form-button button svg polyline {
    fill: none;
    stroke: currentColor;
    stroke-miterlimit: 10;
    stroke-dasharray: 40;
    stroke-dashoffset: 0;
    transition: stroke-dashoffset .8s cubic-bezier(.39, .58, .57, 1)
}

.qodef-contact-form-7 .qodef-newsletter-form .qodef-form-button button:hover {
    color: #000;
    background-color: transparent
}

.qodef-contact-form-7 .qodef-newsletter-form .qodef-form-button button:hover svg line,
.qodef-contact-form-7 .qodef-newsletter-form .qodef-form-button button:hover svg polyline {
    stroke-dashoffset: 80
}

.qodef-contact-form-7 .qodef-newsletter-form input[type=email] {
    color: #848484;
    background-color: transparent;
    padding-right: 100px
}

.qodef-contact-form-7 .qodef-newsletter-form input[type=email]:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px #fff inset !important
}

.qodef-contact-form-7 .qodef-newsletter-form input:-webkit-autofill,
.qodef-contact-form-7 .qodef-newsletter-form input:-webkit-autofill:focus,
.qodef-contact-form-7 .qodef-newsletter-form input:-webkit-autofill:hover {
    -webkit-box-shadow: 0 0 0 1000px rgba(255, 255, 255, .01) inset;
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s
}

#qodef-page-footer .qodef-contact-form-7 .qodef-newsletter-form {
    width: 460px;
    position: relative;
    margin: auto
}

@media only screen and (max-width:1440px) {
    #qodef-page-footer .qodef-contact-form-7 .qodef-newsletter-form {
        width: 350px
    }
}

@media only screen and (max-width:1024px) {
    #qodef-page-footer .qodef-contact-form-7 .qodef-newsletter-form {
        width: 100%
    }
}

.qodef-contact-form-7 .qodef-newsletter-form .ajax-loader {
    display: none
}

@media only screen and (max-width:680px) {
    .qodef-contact-form-7 .qodef-cf-grid .qodef-grid.qodef-layout--columns.qodef-col-num--4>.qodef-grid-inner>.qodef-grid-item {
        width: 100%
    }

    .qodef-contact-form-7 .qodef-cf-grid .qodef-grid.qodef-layout--columns.qodef-col-num--4>.qodef-grid-inner>.qodef-grid-item input {
        margin: 0 0 10px
    }
}

.qodef-instagram-list #sb_instagram {
    padding: 0 !important
}

.qodef-instagram-list #sb_instagram .sbi_photo {
    opacity: 1 !important
}

.qodef-instagram-list #sb_instagram #sbi_images {
    padding: 0 !important
}

.qodef-instagram-list:not(.qodef-masonry-instagram) .sbi_photo_wrap a {
    background-image: none !important;
    height: auto !important;
    padding-bottom: 0 !important;
    position: relative
}

.qodef-instagram-list:not(.qodef-masonry-instagram) .sbi_photo_wrap a:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity .2s ease-out
}

.qodef-instagram-list:not(.qodef-masonry-instagram) .sbi_photo_wrap a:after {
    color: #fff;
    content: '\f16d';
    font-family: 'Font Awesome 5 Brands';
    font-size: 24px;
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: opacity .2s ease-out
}

.qodef-instagram-list:not(.qodef-masonry-instagram) .sbi_photo_wrap a:hover:before {
    opacity: .3
}

.qodef-instagram-list:not(.qodef-masonry-instagram) .sbi_photo_wrap a:hover:after {
    opacity: 1
}

.qodef-instagram-list:not(.qodef-masonry-instagram) .sbi_photo_wrap a img {
    display: inline-block !important
}

.qodef-instagram-list.qodef-swiper-container #sb_instagram #sbi_images .sbi_item {
    margin: inherit !important
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--no.qodef--no-bottom-space {
    margin-bottom: 0
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--no #sb_instagram #sbi_images {
    float: none;
    width: auto;
    margin: 0
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--no #sb_instagram #sbi_images>.sbi_item {
    padding: 0 !important;
    margin: 0 !important
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--tiny.qodef--no-bottom-space {
    margin-bottom: -10px
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--tiny #sb_instagram #sbi_images {
    float: none;
    width: auto;
    margin: 0 -5px
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--tiny #sb_instagram #sbi_images>.sbi_item {
    padding: 0 5px !important;
    margin: 0 0 10px !important
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--small.qodef--no-bottom-space {
    margin-bottom: -20px
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--small #sb_instagram #sbi_images {
    float: none;
    width: auto;
    margin: 0 -10px
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--small #sb_instagram #sbi_images>.sbi_item {
    padding: 0 10px !important;
    margin: 0 0 20px !important
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--normal.qodef--no-bottom-space {
    margin-bottom: -30px
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--normal #sb_instagram #sbi_images {
    float: none;
    width: auto;
    margin: 0 -15px
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--normal #sb_instagram #sbi_images>.sbi_item {
    padding: 0 15px !important;
    margin: 0 0 30px !important
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--medium.qodef--no-bottom-space {
    margin-bottom: -40px
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--medium #sb_instagram #sbi_images {
    float: none;
    width: auto;
    margin: 0 -20px
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--medium #sb_instagram #sbi_images>.sbi_item {
    padding: 0 20px !important;
    margin: 0 0 40px !important
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--large.qodef--no-bottom-space {
    margin-bottom: -50px
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--large #sb_instagram #sbi_images {
    float: none;
    width: auto;
    margin: 0 -25px
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--large #sb_instagram #sbi_images>.sbi_item {
    padding: 0 25px !important;
    margin: 0 0 50px !important
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--extra-large.qodef--no-bottom-space {
    margin-bottom: -60px
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--extra-large #sb_instagram #sbi_images {
    float: none;
    width: auto;
    margin: 0 -30px
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--extra-large #sb_instagram #sbi_images>.sbi_item {
    padding: 0 30px !important;
    margin: 0 0 60px !important
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--huge.qodef--no-bottom-space {
    margin-bottom: -80px
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--huge #sb_instagram #sbi_images {
    float: none;
    width: auto;
    margin: 0 -40px
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--huge #sb_instagram #sbi_images>.sbi_item {
    padding: 0 40px !important;
    margin: 0 0 80px !important
}

@media only screen and (max-width:1024px) {
    .qodef-instagram-list.qodef-layout--columns #sb_instagram.sbi_col_8 #sbi_images .sbi_item {
        width: 25%
    }
}

@media only screen and (max-width:480px) {
    .qodef-instagram-list.qodef-layout--columns #sb_instagram.sbi_col_8 #sbi_images .sbi_item {
        width: 100%
    }
}

.qodef-instagram-list.qodef-masonry-instagram #sb_instagram #sbi_images .sbi_item {
    float: none !important
}

.qodef-instagram-list.qodef-masonry-instagram #sb_instagram #sbi_images .sbi_item.sbi_type_image {
    width: 100% !important;
    height: 82vw !important
}

.qodef-instagram-list.qodef-masonry-instagram #sb_instagram #sbi_images .sbi_item.sbi_type_image .sbi_photo_wrap a {
    height: 82vw !important
}

@media only screen and (min-width:480px) {
    .qodef-instagram-list.qodef-masonry-instagram #sb_instagram #sbi_images .sbi_item {
        float: none !important
    }

    .qodef-instagram-list.qodef-masonry-instagram #sb_instagram #sbi_images .sbi_item.sbi_type_image {
        width: 50% !important;
        height: 41vw !important
    }

    .qodef-instagram-list.qodef-masonry-instagram #sb_instagram #sbi_images .sbi_item.sbi_type_image .sbi_photo_wrap a {
        height: 41vw !important
    }
}

@media only screen and (min-width:768px) {
    .qodef-instagram-list.qodef-masonry-instagram #sb_instagram #sbi_images .sbi_item.sbi_type_image {
        width: 20% !important;
        height: 120px !important
    }

    .qodef-instagram-list.qodef-masonry-instagram #sb_instagram #sbi_images .sbi_item.sbi_type_image .sbi_photo_wrap a {
        height: 120px !important
    }

    .qodef-instagram-list.qodef-masonry-instagram #sb_instagram #sbi_images .sbi_item.sbi_type_image:first-child {
        width: 40% !important;
        height: 240px !important
    }

    .qodef-instagram-list.qodef-masonry-instagram #sb_instagram #sbi_images .sbi_item.sbi_type_image:first-child .sbi_photo_wrap a {
        height: 240px !important
    }

    .qodef-instagram-list.qodef-masonry-instagram #sb_instagram #sbi_images .sbi_item.sbi_type_image:nth-child(6) {
        width: 40% !important;
        height: 240px !important
    }

    .qodef-instagram-list.qodef-masonry-instagram #sb_instagram #sbi_images .sbi_item.sbi_type_image:nth-child(6) .sbi_photo_wrap a {
        height: 240px !important
    }
}

@media only screen and (min-width:1024px) {
    .qodef-instagram-list.qodef-masonry-instagram #sb_instagram #sbi_images .sbi_item.sbi_type_image {
        height: 160px !important
    }

    .qodef-instagram-list.qodef-masonry-instagram #sb_instagram #sbi_images .sbi_item.sbi_type_image .sbi_photo_wrap a {
        height: 160px !important
    }

    .qodef-instagram-list.qodef-masonry-instagram #sb_instagram #sbi_images .sbi_item.sbi_type_image:first-child {
        height: 320px !important
    }

    .qodef-instagram-list.qodef-masonry-instagram #sb_instagram #sbi_images .sbi_item.sbi_type_image:first-child .sbi_photo_wrap a {
        height: 320px !important
    }

    .qodef-instagram-list.qodef-masonry-instagram #sb_instagram #sbi_images .sbi_item.sbi_type_image:nth-child(6) {
        height: 320px !important
    }

    .qodef-instagram-list.qodef-masonry-instagram #sb_instagram #sbi_images .sbi_item.sbi_type_image:nth-child(6) .sbi_photo_wrap a {
        height: 320px !important
    }
}

@media only screen and (min-width:1440px) {
    .qodef-instagram-list.qodef-masonry-instagram #sb_instagram #sbi_images .sbi_item.sbi_type_image {
        height: 245px !important
    }

    .qodef-instagram-list.qodef-masonry-instagram #sb_instagram #sbi_images .sbi_item.sbi_type_image .sbi_photo_wrap a {
        height: 245px !important
    }

    .qodef-instagram-list.qodef-masonry-instagram #sb_instagram #sbi_images .sbi_item.sbi_type_image:first-child {
        height: 490px !important
    }

    .qodef-instagram-list.qodef-masonry-instagram #sb_instagram #sbi_images .sbi_item.sbi_type_image:first-child .sbi_photo_wrap a {
        height: 490px !important
    }

    .qodef-instagram-list.qodef-masonry-instagram #sb_instagram #sbi_images .sbi_item.sbi_type_image:nth-child(6) {
        height: 490px !important
    }

    .qodef-instagram-list.qodef-masonry-instagram #sb_instagram #sbi_images .sbi_item.sbi_type_image:nth-child(6) .sbi_photo_wrap a {
        height: 490px !important
    }
}

.qodef-instagram-list.qodef-masonry-instagram .sbi_photo_wrap a {
    background-image: initial
}

.qodef-instagram-list.qodef-masonry-instagram .sbi_photo_wrap a:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity .2s ease-out
}

.qodef-instagram-list.qodef-masonry-instagram .sbi_photo_wrap a:after {
    color: #fff;
    content: '\f16d';
    font-family: 'Font Awesome 5 Brands';
    font-size: 24px;
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: opacity .2s ease-out
}

.qodef-instagram-list.qodef-masonry-instagram .sbi_photo_wrap a:hover:before {
    opacity: .3
}

.qodef-instagram-list.qodef-masonry-instagram .sbi_photo_wrap a:hover:after {
    opacity: 1
}

.qodef-instagram-list.qodef-masonry-instagram img {
    display: none !important
}

.qodef-twitter-list.qodef-layout--columns.qodef--no-bottom-info #ctf .ctf-tweet-actions {
    display: none
}

.qodef-twitter-list.qodef-layout--columns #ctf {
    overflow: hidden
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-item {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    float: left;
    border: 0
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-box {
    margin-left: 0;
    display: block;
    margin-bottom: 8px
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-box-link {
    line-height: 1 !important;
    display: flex;
    align-items: center;
    flex-flow: row wrap
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-avatar {
    width: 37px;
    height: 37px;
    margin: 0 7px 0 0;
    float: none;
    border-radius: 0
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-name {
    font-family: "DM Sans";
    font-weight: 500;
    text-transform: none;
    letter-spacing: 0;
    color: #000;
    font-size: 22px;
    line-height: 1.318em;
    font-weight: 600 !important;
    margin: 0 4px 0 0
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-screename-sep {
    display: none
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-context,
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-meta,
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-twitterlink {
    font-family: "EB Garamond";
    font-size: 21px;
    line-height: 1.381em;
    font-weight: 400;
    color: #000;
    margin-right: 4px;
    margin-left: 0
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-context:last-child,
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-meta:last-child,
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-twitterlink:last-child {
    margin-right: 0
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-meta {
    margin-top: 4px
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-screenname {
    display: none
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-content {
    display: flex;
    align-items: baseline;
    margin-left: 0;
    padding: 0;
    margin-top: -5px
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-content:before {
    content: '\e094';
    font-family: ElegantIcons;
    padding-right: 10px;
    font-size: 18px;
    position: relative;
    top: 5px
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions {
    display: flex;
    align-items: baseline;
    margin-left: 0;
    margin-top: -3px
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions:before {
    content: '\e094';
    font-family: ElegantIcons;
    padding-right: 10px;
    font-size: 18px;
    visibility: hidden
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions a {
    padding: 0;
    font-size: 14px;
    margin-right: 8px
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions a:last-child {
    margin-right: 0
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions a.ctf-reply {
    margin-left: 0
}

.qodef-twitter-list.qodef-layout--columns .ctf-tweets:before {
    content: "";
    display: table;
    table-layout: fixed
}

.qodef-twitter-list.qodef-layout--columns .ctf-tweets:after {
    clear: both
}

.qodef-twitter-list.qodef-layout--columns.qodef-col-num--1 #ctf .ctf-tweets>.ctf-item {
    width: 100%
}

.qodef-twitter-list.qodef-layout--columns.qodef-col-num--2 #ctf .ctf-tweets>.ctf-item {
    width: 50%
}

@media only screen and (min-width:681px) {
    .qodef-twitter-list.qodef-layout--columns.qodef-col-num--2.qodef-responsive--predefined #ctf .ctf-tweets>.ctf-item:nth-child(2n+1) {
        clear: both
    }
}

@media only screen and (min-width:1441px) {
    .qodef-twitter-list.qodef-layout--columns.qodef-col-num--2.qodef-responsive--custom #ctf .ctf-tweets>.ctf-item:nth-child(2n+1) {
        clear: both
    }
}

.qodef-twitter-list.qodef-layout--columns.qodef-col-num--3 #ctf .ctf-tweets>.ctf-item {
    width: 33.33333%
}

@media only screen and (min-width:769px) {
    .qodef-twitter-list.qodef-layout--columns.qodef-col-num--3.qodef-responsive--predefined #ctf .ctf-tweets>.ctf-item:nth-child(3n+1) {
        clear: both
    }
}

@media only screen and (min-width:1441px) {
    .qodef-twitter-list.qodef-layout--columns.qodef-col-num--3.qodef-responsive--custom #ctf .ctf-tweets>.ctf-item:nth-child(3n+1) {
        clear: both
    }
}

.qodef-twitter-list.qodef-layout--columns.qodef-col-num--4 #ctf .ctf-tweets>.ctf-item {
    width: 25%
}

@media only screen and (min-width:1025px) {
    .qodef-twitter-list.qodef-layout--columns.qodef-col-num--4.qodef-responsive--predefined #ctf .ctf-tweets>.ctf-item:nth-child(4n+1) {
        clear: both
    }
}

@media only screen and (min-width:1441px) {
    .qodef-twitter-list.qodef-layout--columns.qodef-col-num--4.qodef-responsive--custom #ctf .ctf-tweets>.ctf-item:nth-child(4n+1) {
        clear: both
    }
}

.qodef-twitter-list.qodef-layout--columns.qodef-col-num--5 #ctf .ctf-tweets>.ctf-item {
    width: 20%
}

@media only screen and (min-width:1367px) {
    .qodef-twitter-list.qodef-layout--columns.qodef-col-num--5.qodef-responsive--predefined #ctf .ctf-tweets>.ctf-item:nth-child(5n+1) {
        clear: both
    }
}

@media only screen and (min-width:1441px) {
    .qodef-twitter-list.qodef-layout--columns.qodef-col-num--5.qodef-responsive--custom #ctf .ctf-tweets>.ctf-item:nth-child(5n+1) {
        clear: both
    }
}

.qodef-twitter-list.qodef-layout--columns.qodef-col-num--6 #ctf .ctf-tweets>.ctf-item {
    width: 16.66667%
}

@media only screen and (min-width:1441px) {
    .qodef-twitter-list.qodef-layout--columns.qodef-col-num--6.qodef-responsive--predefined #ctf .ctf-tweets>.ctf-item:nth-child(6n+1) {
        clear: both
    }
}

@media only screen and (min-width:1441px) {
    .qodef-twitter-list.qodef-layout--columns.qodef-col-num--6.qodef-responsive--custom #ctf .ctf-tweets>.ctf-item:nth-child(6n+1) {
        clear: both
    }
}

.qodef-twitter-list.qodef-layout--columns.qodef-col-num--7 #ctf .ctf-tweets>.ctf-item {
    width: 14.28571%
}

@media only screen and (min-width:1367px) {
    .qodef-twitter-list.qodef-layout--columns.qodef-col-num--7.qodef-responsive--predefined #ctf .ctf-tweets>.ctf-item:nth-child(7n+1) {
        clear: both
    }
}

@media only screen and (min-width:1441px) {
    .qodef-twitter-list.qodef-layout--columns.qodef-col-num--7.qodef-responsive--custom #ctf .ctf-tweets>.ctf-item:nth-child(7n+1) {
        clear: both
    }
}

.qodef-twitter-list.qodef-layout--columns.qodef-col-num--8 #ctf .ctf-tweets>.ctf-item {
    width: 12.5%
}

@media only screen and (min-width:1367px) {
    .qodef-twitter-list.qodef-layout--columns.qodef-col-num--8.qodef-responsive--predefined #ctf .ctf-tweets>.ctf-item:nth-child(8n+1) {
        clear: both
    }
}

@media only screen and (min-width:1441px) {
    .qodef-twitter-list.qodef-layout--columns.qodef-col-num--8.qodef-responsive--custom #ctf .ctf-tweets>.ctf-item:nth-child(8n+1) {
        clear: both
    }
}

.qodef-twitter-list.qodef-gutter--no.qodef--no-bottom-space {
    margin-bottom: 0
}

.qodef-twitter-list.qodef-gutter--no #ctf .ctf-tweets {
    margin: 0
}

.qodef-twitter-list.qodef-gutter--no #ctf .ctf-tweets>.ctf-item {
    padding: 0;
    margin: 0
}

.qodef-twitter-list.qodef-gutter--tiny.qodef--no-bottom-space {
    margin-bottom: -10px
}

.qodef-twitter-list.qodef-gutter--tiny #ctf .ctf-tweets {
    margin: 0 -5px
}

.qodef-twitter-list.qodef-gutter--tiny #ctf .ctf-tweets>.ctf-item {
    padding: 0 5px;
    margin: 0 0 10px
}

.qodef-twitter-list.qodef-gutter--small.qodef--no-bottom-space {
    margin-bottom: -20px
}

.qodef-twitter-list.qodef-gutter--small #ctf .ctf-tweets {
    margin: 0 -10px
}

.qodef-twitter-list.qodef-gutter--small #ctf .ctf-tweets>.ctf-item {
    padding: 0 10px;
    margin: 0 0 20px
}

.qodef-twitter-list.qodef-gutter--normal.qodef--no-bottom-space {
    margin-bottom: -30px
}

.qodef-twitter-list.qodef-gutter--normal #ctf .ctf-tweets {
    margin: 0 -15px
}

.qodef-twitter-list.qodef-gutter--normal #ctf .ctf-tweets>.ctf-item {
    padding: 0 15px;
    margin: 0 0 30px
}

.qodef-twitter-list.qodef-gutter--medium.qodef--no-bottom-space {
    margin-bottom: -40px
}

.qodef-twitter-list.qodef-gutter--medium #ctf .ctf-tweets {
    margin: 0 -20px
}

.qodef-twitter-list.qodef-gutter--medium #ctf .ctf-tweets>.ctf-item {
    padding: 0 20px;
    margin: 0 0 40px
}

.qodef-twitter-list.qodef-gutter--large.qodef--no-bottom-space {
    margin-bottom: -50px
}

.qodef-twitter-list.qodef-gutter--large #ctf .ctf-tweets {
    margin: 0 -25px
}

.qodef-twitter-list.qodef-gutter--large #ctf .ctf-tweets>.ctf-item {
    padding: 0 25px;
    margin: 0 0 50px
}

.qodef-twitter-list.qodef-gutter--extra-large.qodef--no-bottom-space {
    margin-bottom: -60px
}

.qodef-twitter-list.qodef-gutter--extra-large #ctf .ctf-tweets {
    margin: 0 -30px
}

.qodef-twitter-list.qodef-gutter--extra-large #ctf .ctf-tweets>.ctf-item {
    padding: 0 30px;
    margin: 0 0 60px
}

.qodef-twitter-list.qodef-gutter--huge.qodef--no-bottom-space {
    margin-bottom: -80px
}

.qodef-twitter-list.qodef-gutter--huge #ctf .ctf-tweets {
    margin: 0 -40px
}

.qodef-twitter-list.qodef-gutter--huge #ctf .ctf-tweets>.ctf-item {
    padding: 0 40px;
    margin: 0 0 80px
}

#qodef-page-footer .widget .qodef-twitter-list.qodef-layout--columns #ctf a {
    color: #ccc
}

#qodef-page-footer .widget .qodef-twitter-list.qodef-layout--columns #ctf a:hover {
    color: #fff
}

#qodef-side-area .widget .qodef-twitter-list.qodef-layout--columns #ctf a {
    color: #ccc
}

#qodef-side-area .widget .qodef-twitter-list.qodef-layout--columns #ctf a:hover {
    color: #fff
}

.qodef-woo-product-category-list.qodef-item-layout--info-on-image .product-category a,
.qodef-woo-product-list .product-category a {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-woo-product-category-list.qodef-item-layout--info-on-image .product-category .woocommerce-loop-category__title,
.qodef-woo-product-list .product-category .woocommerce-loop-category__title {
    background-color: #fff;
    left: 50%;
    margin: 0;
    padding: 12px 41px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto
}

.qodef-woo-product-category-list.qodef-item-layout--info-on-image .count,
.qodef-woo-product-list .count {
    display: none
}

.qodef-woo-shortcode.qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-content {
    margin: 0
}

.qodef-custom-woo-slider .swiper-button-prev.swiper-button-outside {
    transform: translateX(-355%) translateY(-50%)
}

.qodef-custom-woo-slider .swiper-button-next.swiper-button-outside {
    transform: translateX(355%) translateY(-50%)
}

.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .added_to_cart,
.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .button {
    margin-top: 20px !important
}

.widget_myvoyage_core_woo_dropdown_cart {
    height: 100%
}

.qodef-woo-dropdown-cart {
    position: relative;
    display: inline-block;
    vertical-align: top;
    height: 100%;
    padding: 0;
    cursor: pointer
}

.qodef-woo-dropdown-cart .qodef-woo-dropdown-cart-inner .qodef-m-opener {
    font-family: "DM Sans";
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #000;
    margin: 0 59px
}

.qodef-woo-dropdown-cart .qodef-m-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    height: 100%
}

.qodef-woo-dropdown-cart .qodef-m-opener {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%
}

.qodef-woo-dropdown-cart .qodef-m-dropdown {
    position: absolute;
    top: 100%;
    left: auto;
    right: 24px;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    transition: opacity .2s ease-out, visibility .2s ease-out
}

.qodef-woo-dropdown-cart .qodef-m-dropdown-inner {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 400px;
    padding: 40px 30px 30px;
    background-color: #fff;
    border: 1px solid #efece2
}

.qodef-woo-dropdown-cart .qodef-m-dropdown .qodef-m-posts-not-found {
    margin: 0 0 16px
}

.qodef-woo-dropdown-cart .qodef-m-order-details {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 28px;
    padding: 7px 0 0;
    border-top: 1px solid #efece2
}

.qodef-woo-dropdown-cart .qodef-m-order-details>* {
    margin: 0
}

.qodef-woo-dropdown-cart .qodef-m-order-details .amount {
    font-family: "DM Sans";
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #000;
    font-size: 13px
}

.qodef-woo-dropdown-cart .qodef-m-action {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-top: 23px;
    display: flex;
    justify-content: space-between
}

.qodef-woo-dropdown-cart .qodef-m-action-link {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin: 0;
    font-family: "DM Sans";
    font-size: 11px;
    line-height: 2.182em;
    letter-spacing: .1em;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 0;
    outline: 0;
    transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
    width: 100%;
    padding: 12px 20px;
    text-align: center;
    color: #fff;
    background-color: #000;
    border: 1px solid transparent;
    width: calc(50% - 15px)
}

.qodef-woo-dropdown-cart .qodef-m-action-link:hover {
    color: #fff;
    background-color: #202020;
    border-color: #202020
}

.qodef-woo-dropdown-cart .qodef-woo-dropdown-items {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-woo-dropdown-cart .qodef-woo-dropdown-item {
    position: relative;
    display: flex;
    align-items: flex-start;
    margin-top: 20px
}

.qodef-woo-dropdown-cart .qodef-woo-dropdown-item:first-child {
    margin-top: 0 !important
}

.qodef-woo-dropdown-cart .qodef-e-image {
    flex-shrink: 0;
    width: 80px;
    margin-right: 20px
}

.qodef-woo-dropdown-cart .qodef-e-image a,
.qodef-woo-dropdown-cart .qodef-e-image img {
    display: block
}

.qodef-woo-dropdown-cart .qodef-e-content {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding-right: 20px
}

.qodef-woo-dropdown-cart .qodef-e-title {
    margin: 0
}

.qodef-woo-dropdown-cart .qodef-e-title a:hover {
    color: #000 !important
}

.qodef-woo-dropdown-cart .qodef-e-price {
    margin: 1px 0 0;
    font-family: "DM Sans";
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #000;
    font-size: 13px
}

.qodef-woo-dropdown-cart .qodef-e-quantity {
    margin: 0 0;
    font-family: "DM Sans";
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #959494;
    font-size: 10px
}

.qodef-woo-dropdown-cart .qodef-e-remove {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 24px;
    line-height: 1
}

.touchevents .qodef-woo-dropdown-cart {
    cursor: pointer
}

.qodef-woo-dropdown-cart:hover .qodef-m-dropdown {
    opacity: 1;
    visibility: visible
}

.qodef-woo-dropdown-cart .qodef-woo-dropdown-items a {
    color: #000
}

.qodef-woo-dropdown-cart .qodef-woo-dropdown-items a:hover {
    color: var(--qode-main-color)
}

.qodef-woo-dropdown-cart .qodef-woo-dropdown-items .qodef-woo-dropdown-item {
    margin-top: 20px
}

.qodef-woo-dropdown-cart .qodef-woo-dropdown-items .qodef-e-image {
    margin-right: 20px;
    width: 80px
}

#qodef-top-area .qodef-woo-dropdown-cart .qodef-woo-dropdown-items {
    color: #000
}

#qodef-top-area .qodef-woo-dropdown-cart .qodef-woo-dropdown-items a {
    color: #000
}

#qodef-top-area .qodef-woo-dropdown-cart .qodef-woo-dropdown-items a:hover {
    color: var(--qode-main-color)
}

#qodef-top-area .qodef-woo-dropdown-cart .qodef-woo-dropdown-items .qodef-woo-dropdown-item {
    margin-top: 20px
}

#qodef-top-area .qodef-woo-dropdown-cart .qodef-woo-dropdown-items .qodef-e-image {
    margin-right: 20px;
    width: 80px
}

#qodef-top-area .qodef-woo-dropdown-cart .qodef-woo-dropdown-items .qodef-m-order-details {
    color: #000
}

#qodef-page-footer .qodef-woo-dropdown-cart .qodef-woo-dropdown-items {
    color: #000
}

#qodef-page-footer .qodef-woo-dropdown-cart .qodef-woo-dropdown-items a {
    color: #000
}

#qodef-page-footer .qodef-woo-dropdown-cart .qodef-woo-dropdown-items a:hover {
    color: #000
}

#qodef-page-footer .qodef-woo-dropdown-cart .qodef-woo-dropdown-items .qodef-woo-dropdown-item {
    margin-top: 20px
}

#qodef-page-footer .qodef-woo-dropdown-cart .qodef-woo-dropdown-items .qodef-e-image {
    margin-right: 20px;
    width: 80px
}

#qodef-page-footer .qodef-woo-dropdown-cart .qodef-woo-dropdown-items .qodef-m-order-details {
    color: #000
}

#qodef-side-area .qodef-woo-dropdown-cart .qodef-woo-dropdown-items {
    color: #000
}

#qodef-side-area .qodef-woo-dropdown-cart .qodef-woo-dropdown-items a {
    color: #000
}

#qodef-side-area .qodef-woo-dropdown-cart .qodef-woo-dropdown-items a:hover {
    color: #464646
}

#qodef-side-area .qodef-woo-dropdown-cart .qodef-woo-dropdown-items .qodef-woo-dropdown-item {
    margin-top: 20px
}

#qodef-side-area .qodef-woo-dropdown-cart .qodef-woo-dropdown-items .qodef-e-image {
    margin-right: 20px;
    width: 80px
}

#qodef-side-area .qodef-woo-dropdown-cart .qodef-woo-dropdown-items .qodef-m-order-details {
    color: #000
}

.qodef-mega-menu-widget-holder .qodef-woo-dropdown-cart .qodef-woo-dropdown-items {
    color: #fff
}

.qodef-mega-menu-widget-holder .qodef-woo-dropdown-cart .qodef-woo-dropdown-items a {
    color: #fff
}

.qodef-mega-menu-widget-holder .qodef-woo-dropdown-cart .qodef-woo-dropdown-items a:hover {
    color: var(--qode-main-color)
}

.qodef-mega-menu-widget-holder .qodef-woo-dropdown-cart .qodef-woo-dropdown-items .qodef-woo-dropdown-item {
    margin-top: 20px
}

.qodef-mega-menu-widget-holder .qodef-woo-dropdown-cart .qodef-woo-dropdown-items .qodef-e-image {
    margin-right: 20px;
    width: 80px
}

.qodef-mega-menu-widget-holder .qodef-woo-dropdown-cart .qodef-woo-dropdown-items .qodef-m-order-details {
    color: #fff
}

.qodef-vertical-sliding-area .qodef-woo-dropdown-cart .qodef-woo-dropdown-items a {
    color: #000
}

.qodef-vertical-sliding-area .qodef-woo-dropdown-cart .qodef-woo-dropdown-items a:hover {
    color: #8d8d8d
}

.qodef-vertical-sliding-area .qodef-woo-dropdown-cart .qodef-woo-dropdown-items .qodef-woo-dropdown-item {
    margin-top: 20px
}

.qodef-vertical-sliding-area .qodef-woo-dropdown-cart .qodef-woo-dropdown-items .qodef-e-image {
    margin-right: 20px;
    width: 80px
}

#qodef-page-sidebar .qodef-woo-dropdown-cart .qodef-woo-dropdown-items .qodef-woo-dropdown-item {
    margin-top: 20px
}

#qodef-page-sidebar .qodef-woo-dropdown-cart .qodef-woo-dropdown-items .qodef-e-image {
    margin-right: 20px;
    width: 80px
}

#qodef-page-header .qodef-woo-dropdown-cart .qodef-woo-dropdown-items a {
    color: #000
}

#qodef-page-header .qodef-woo-dropdown-cart .qodef-woo-dropdown-items a:hover {
    color: #464646
}

#qodef-page-header .qodef-woo-dropdown-cart .qodef-woo-dropdown-items .qodef-woo-dropdown-item {
    margin-top: 20px
}

#qodef-page-header .qodef-woo-dropdown-cart .qodef-woo-dropdown-items .qodef-e-image {
    margin-right: 20px;
    width: 80px
}

.qodef-woo-side-area-cart {
    position: relative;
    display: inline-block;
    vertical-align: top;
    height: 100%;
    padding: 0 10px;
    cursor: pointer
}

.qodef-woo-side-area-cart .qodef-woo-dropdown-cart-inner .qodef-m-opener {
    font-family: "DM Sans";
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #000;
    margin: 0 52px
}

.qodef-woo-side-area-cart .qodef-m-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    height: 100%
}

.qodef-woo-side-area-cart .qodef-m-opener {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%
}

.qodef-woo-side-area-cart .qodef-m-content {
    position: fixed;
    top: 0;
    right: -360px;
    height: 100vh;
    width: 360px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 100px 0 74px;
    background-color: #fff;
    overflow: hidden;
    visibility: hidden;
    z-index: 9999;
    transition: all .6s cubic-bezier(.77, 0, .175, 1)
}

.admin-bar .qodef-woo-side-area-cart .qodef-m-content {
    top: 32px;
    height: calc(100vh - 32px)
}

.qodef-woo-side-area-cart .qodef-m-close {
    position: absolute;
    top: 30px;
    right: 30px;
    display: block;
    font-size: 34px;
    z-index: 1000
}

.qodef-woo-side-area-cart .qodef-m-items {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding: 0 50px
}

.qodef-woo-side-area-cart .qodef-m-item {
    position: relative;
    display: flex;
    align-items: flex-start;
    margin-top: 20px
}

.qodef-woo-side-area-cart .qodef-m-item:first-child {
    margin-top: 0
}

.qodef-woo-side-area-cart .qodef-e-image {
    flex-shrink: 0;
    width: 80px;
    margin-right: 20px
}

.qodef-woo-side-area-cart .qodef-e-image a,
.qodef-woo-side-area-cart .qodef-e-image img {
    display: block
}

.qodef-woo-side-area-cart .qodef-e-content {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding-right: 20px
}

.qodef-woo-side-area-cart .qodef-e-title {
    margin: 0
}

.qodef-woo-side-area-cart .qodef-e-price {
    margin: 3px 0 0
}

.qodef-woo-side-area-cart .qodef-e-quantity {
    margin: 3px 0 0
}

.qodef-woo-side-area-cart .qodef-e-remove {
    position: absolute;
    top: -2px;
    right: 0;
    font-size: 20px;
    line-height: 1
}

.qodef-woo-side-area-cart .qodef-m-order-details {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 25px;
    padding: 0 50px
}

.qodef-woo-side-area-cart .qodef-m-order-details>* {
    margin: 0
}

.qodef-woo-side-area-cart .qodef-m-action {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%
}

.qodef-woo-side-area-cart .qodef-m-action-link {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin: 0;
    font-family: "DM Sans";
    font-size: 11px;
    line-height: 2.182em;
    letter-spacing: .1em;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 0;
    outline: 0;
    transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
    width: 100%;
    padding: 12px 20px;
    text-align: center;
    color: #fff;
    background-color: #000;
    border: 1px solid transparent
}

.qodef-woo-side-area-cart .qodef-m-action-link:hover {
    color: #fff;
    background-color: #202020
}

.qodef-woo-side-area-cart.qodef--opened .qodef-m-content {
    right: 0;
    visibility: visible
}

.qodef-woo-side-area-cart-cover {
    position: fixed;
    top: 0;
    left: 0;
    width: calc(100% - 360px);
    height: 100vh;
    overflow: hidden;
    z-index: 1002
}

.qodef-shortcode .last_toggle_el_margin,
.qodef-shortcode .wpb_button,
.qodef-shortcode .wpb_content_element,
.qodef-shortcode .wpb_row,
.qodef-shortcode ul.wpb_thumbnails-fluid>li {
    margin-bottom: 0 !important
}

.qodef-vc-row-wrapper.qodef--parallax-row {
    width: 100%
}

.touchevents .qodef-vc-row-wrapper.qodef--parallax-row {
    height: auto !important
}

.qodef-clients-list .qodef-e {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e {
    display: flex;
    align-items: center;
    justify-content: center
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e .qodef-e-image {
    line-height: 0;
    position: relative;
    display: inline-block;
    vertical-align: top
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e .qodef-e-image a {
    display: inline-block
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e .qodef-e-logo {
    width: auto;
    opacity: 1;
    will-change: opacity;
    transition: opacity .15s ease-out;
    display: inline-block
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e .qodef-e-hover-logo {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    opacity: 0;
    will-change: opacity;
    transition: opacity .15s ease-out
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e:hover .qodef-e-logo {
    opacity: 0
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e:hover .qodef-e-hover-logo {
    opacity: 1
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--move .qodef-e {
    display: flex;
    align-items: center;
    justify-content: center
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--move .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--move .qodef-e .qodef-e-image a {
    display: inline-block
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--move .qodef-e .qodef-e-logo {
    width: auto;
    transform: translateY(0);
    will-change: transform;
    transition: transform .6s cubic-bezier(.34, 1.56, .64, 1);
    display: inline-block
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--move .qodef-e .qodef-e-hover-logo {
    display: none
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--move .qodef-e:hover .qodef-e-logo {
    transform: translateY(-6px)
}

.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-destination-single {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-custom-gallery .qodef-destination-single .qodef-content-grid {
    display: block;
    margin: 0 auto
}

.qodef-destination-single .qodef-media .qodef-e {
    margin-bottom: 60px;
    display: flex
}

.qodef-destination-single .qodef-media iframe {
    max-height: calc(56.25vw)
}

.qodef-destination-single div#qodef-author-info,
.qodef-destination-single div#qodef-page-comments {
    max-width: 100%
}

.qodef-destination-single .qodef-highlight-destination-text {
    line-height: 27px;
    background: #fcf1eb;
    padding-left: 13px
}

.qodef-destination-single .qodef-destination-title {
    margin: 0 0 15px
}

#qodef-page-inner:not(.qodef-custom-gallery) .qodef-destination-single .qodef-e-content .qodef-grid-inner.qodef-content-grid.clear {
    margin: 0
}

@media only screen and (max-width:768px) {
    #qodef-page-inner:not(.qodef-custom-gallery) .qodef-destination-single .qodef-e-content .qodef-grid-inner.qodef-content-grid.clear {
        width: 100%
    }
}

.qodef-destination-single .qodef-grid-item.qodef-col--9 {
    margin-right: 115px;
    width: calc(75% - 115px) !important;
    padding-left: 0
}

.qodef-destination-single .qodef-grid-item.qodef-col--9:after {
    content: '';
    height: calc(100% - 60px);
    width: 1px;
    background-color: #efece2;
    position: absolute;
    right: -115px;
    top: 0
}

@media only screen and (max-width:1600px) {
    .qodef-destination-single .qodef-grid-item.qodef-col--9 {
        margin-right: 15px;
        width: calc(75% - 15px) !important
    }

    .qodef-destination-single .qodef-grid-item.qodef-col--9:after {
        right: -15px
    }
}

@media only screen and (max-width:1024px) {
    .qodef-destination-single .qodef-grid-item.qodef-col--9 {
        margin: 0;
        width: 100% !important;
        padding-right: 0
    }

    .qodef-destination-single .qodef-grid-item.qodef-col--9:after {
        display: none
    }
}

.qodef-destination-single .qodef-destination-info>* {
    display: flex;
    align-items: flex-start;
    margin-bottom: 46px;
    flex-direction: column
}

.qodef-destination-single .qodef-destination-info>:last-child {
    margin-bottom: 0
}

.qodef-destination-single .qodef-destination-info .qodef-destination-info-sticky {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-destination-single .qodef-destination-info .qodef-e-info-item {
    margin: 0 0 5px 0
}

.qodef-destination-single .qodef-destination-info .qodef-e-info-item>img {
    width: 22px
}

.qodef-destination-single .qodef-destination-info .qodef-e-info-item .qodef-e-title {
    font-family: "DM Sans";
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
    color: #b97d5b;
    letter-spacing: .1em;
    margin-left: 5px
}

.qodef-destination-single .qodef-destination-info .qodef-e-info-item:hover .qodef-e-title {
    color: #000
}

.qodef-destination-single .qodef-destination-info a,
.qodef-destination-single .qodef-destination-info p {
    margin: 0;
    color: #000
}

.qodef-destination-single .qodef-destination-info .qodef-e:not(.qodef-info--info-items) {
    padding: 43px 0 59px 40px;
    border-bottom: 1px solid #efece2
}

@media only screen and (max-width:680px) {
    .qodef-destination-single .qodef-destination-info .qodef-e:not(.qodef-info--info-items) {
        padding-left: 0;
        padding-bottom: 29px
    }
}

.qodef-destination-single .qodef-destination-info .qodef-e:not(.qodef-info--info-items):first-child {
    padding-top: 0
}

.qodef-destination-single .qodef-destination-info .qodef-e.qodef-info--info-items {
    padding-left: 40px;
    margin-bottom: 0
}

@media only screen and (max-width:680px) {
    .qodef-destination-single .qodef-destination-info .qodef-e.qodef-info--info-items {
        padding-left: 0
    }
}

.qodef-destination-single .qodef-destination-info .qodef-e-category:after {
    content: "/";
    margin: 0 3px 0 1px
}

.qodef-destination-single .qodef-destination-info .qodef-e-category:last-child:after {
    display: none
}

.qodef-destination-single .qodef-destination-info .qodef-info--banner {
    position: relative;
    box-sizing: border-box;
    margin-bottom: 46px
}

.qodef-destination-single .qodef-destination-info .qodef-info--banner .qodef-info-inner {
    position: absolute;
    top: 0;
    left: 40px;
    width: calc(100% - 40px);
    height: calc(100% - 59px);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    padding-bottom: 10px
}

.qodef-destination-single .qodef-destination-info .qodef-info--banner .qodef-info-inner .qodef-e-category,
.qodef-destination-single .qodef-destination-info .qodef-info--banner .qodef-info-inner .qodef-e-dest-count,
.qodef-destination-single .qodef-destination-info .qodef-info--banner .qodef-info-inner .qodef-e-dest-description {
    z-index: 10
}

.qodef-destination-single .qodef-destination-info .qodef-info--banner .qodef-info-inner .qodef-e-category {
    color: #fff;
    font-family: "DM Sans";
    font-size: 31px;
    font-weight: 500;
    line-height: 1em;
    text-transform: capitalize;
    margin-top: 50px
}

.qodef-destination-single .qodef-destination-info .qodef-info--banner .qodef-info-inner .qodef-e-category:after {
    display: none
}

@media only screen and (max-width:1440px) {
    .qodef-destination-single .qodef-destination-info .qodef-info--banner .qodef-info-inner .qodef-e-category {
        margin-top: 10px
    }
}

.qodef-destination-single .qodef-destination-info .qodef-info--banner .qodef-info-inner .qodef-e-dest-description {
    margin-top: 13px;
    color: #fff;
    padding: 0 22%
}

@media only screen and (max-width:1440px) {
    .qodef-destination-single .qodef-destination-info .qodef-info--banner .qodef-info-inner .qodef-e-dest-description {
        padding: 0 10%
    }
}

.qodef-destination-single .qodef-destination-info .qodef-info--banner .qodef-info-inner .qodef-button {
    color: #fff;
    margin-top: 75px
}

@media only screen and (max-width:1440px) {
    .qodef-destination-single .qodef-destination-info .qodef-info--banner .qodef-info-inner .qodef-button {
        margin-top: 15px
    }
}

.qodef-destination-single .qodef-destination-info .qodef-info--banner .qodef-info-inner .qodef-e-dest-count {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .1em;
    margin-top: 50px;
    font-family: "DM Sans"
}

@media only screen and (max-width:1440px) {
    .qodef-destination-single .qodef-destination-info .qodef-info--banner .qodef-info-inner .qodef-e-dest-count {
        margin-top: 10px
    }
}

.qodef-destination-single .qodef-destination-info .qodef-info--banner .qodef-info-inner:before {
    content: '';
    background-color: rgba(0, 0, 0, .5);
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 0
}

@media only screen and (max-width:680px) {
    .qodef-destination-single .qodef-destination-info .qodef-info--banner .qodef-info-inner {
        left: 0;
        width: 100%;
        height: calc(100% - 29px)
    }
}

@media only screen and (max-width:1024px) {
    .qodef-destination-single .qodef-destination-info .qodef-info--banner {
        width: 100%
    }
}

.qodef-destination-single .qodef-destination-info.qodef-col--3 {
    padding: 0 !important
}

@media only screen and (max-width:1024px) {
    .qodef-destination-single .qodef-destination-info.qodef-col--3 {
        width: 100% !important;
        margin-top: 95px
    }

    .qodef-destination-single .qodef-destination-info.qodef-col--3:before {
        content: '';
        width: 1px;
        height: 100%;
        background-color: #efece2;
        position: absolute;
        top: 0;
        left: 0
    }
}

@media only screen and (max-width:680px) {
    .qodef-destination-single .qodef-destination-info.qodef-col--3:before {
        display: none
    }
}

.qodef-destination-single .qodef-e-info {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%
}

@media only screen and (min-width:681px) {

    .qodef-destination-single .qodef-e-info .qodef-e-info-left,
    .qodef-destination-single .qodef-e-info .qodef-e-info-right {
        position: relative;
        display: flex;
        align-items: center;
        width: 100%
    }

    .qodef-destination-single .qodef-e-info .qodef-e-info-right {
        justify-content: flex-end
    }
}

.qodef-destination-single .qodef-e-info .qodef-e-info-item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 0 19px 0 0;
    color: currentColor
}

.qodef-destination-single .qodef-e-info .qodef-e-info-item a {
    color: #545454;
    transition: color .3s ease;
    font-size: 11px;
    display: inline-block;
    vertical-align: top;
    margin-right: 11px
}

.qodef-destination-single .qodef-e-info .qodef-e-info-item a:hover {
    color: #000
}

.qodef-destination-single .qodef-e-info .qodef-e-info-item:last-child {
    margin-right: 0
}

.qodef-destination-single .qodef-e-info.qodef-info--top {
    margin: -10px 0 2px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-weight: 500;
    font-family: "DM Sans"
}

.qodef-destination-single .qodef-e-info.qodef-info--top a {
    color: #b97d5b
}

.qodef-destination-single .qodef-e-info.qodef-info--top a:hover {
    color: #000
}

.qodef-destination-single .qodef-e-info.qodef-info--bottom {
    display: inline-flex;
    margin-top: 18px;
    padding-bottom: 2px;
    border-bottom: 1px solid #efece2;
    font-family: "DM Sans"
}

@media only screen and (max-width:680px) {
    .qodef-destination-single .qodef-e-info.qodef-info--bottom {
        flex-direction: column;
        align-items: flex-start
    }
}

.qodef-destination-single .qodef-e-info-tags a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: 11px;
    text-transform: uppercase;
    letter-spacing: .1em
}

.qodef-destination-single .qodef-e-info-tags a:last-child {
    margin-right: 0
}

.qodef-destination-single .qodef-blog .qodef-info--bottom {
    border-bottom: none
}

.qodef-destination-category-list .qodef-e-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-destination-category-list .qodef-e-image img {
    display: block
}

.qodef-destination-category-list .qodef-e-content a {
    position: relative;
    z-index: 1
}

.qodef-destination-category-list .qodef-e-title {
    margin: 0
}

.qodef-destination-category-list .qodef-e-description {
    margin: 9px 0 0
}

.qodef-destination-category-list .qodef-e-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.qodef-destination-category-list.qodef-layout--gallery .qodef-e-inner {
    padding: 35px 0;
    border: 1px solid #f1e6e0;
    transition: background-color .2s ease, border-color .2s ease
}

.qodef-destination-category-list.qodef-layout--gallery .qodef-e-inner:hover {
    background-color: #c3cfbb;
    border-color: #c3cfbb
}

.qodef-destination-category-list.qodef-layout--gallery .qodef-e-image {
    margin-bottom: 20px;
    min-height: 50px;
    display: flex;
    justify-content: center;
    align-items: center
}

.qodef-destination-category-list.qodef-layout--gallery .qodef-e-content {
    text-align: center;
    margin-bottom: 10px
}

.qodef-destination-category-list.qodef-layout--gallery .qodef-e-description,
.qodef-destination-category-list.qodef-layout--gallery .qodef-e-title {
    color: #000
}

.qodef-destination-category-list.qodef-layout--standard .qodef-e-image {
    display: flex;
    overflow: hidden;
    position: relative
}

.qodef-destination-category-list.qodef-layout--standard .qodef-e-image img {
    margin: auto;
    display: block;
    will-change: transform;
    transform: scale(1.1) translateX(0);
    transition: transform .65s cubic-bezier(.25, .46, .45, .94)
}

.qodef-destination-category-list.qodef-layout--standard article:hover img {
    transform: scale(1.1) translateX(10px)
}

.qodef-destination-category-list.qodef-layout--standard .qodef-e-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 0 10%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    background-color: rgba(0, 0, 0, .4)
}

.qodef-destination-category-list.qodef-layout--standard .qodef-e-title {
    color: #fff
}

.qodef-destination-category-list.qodef-layout--standard .qodef-e-description {
    margin-top: 12px;
    color: #fff
}

.qodef-destination-category-list.qodef-layout--standard .qodef-e-info-destination-count {
    position: absolute;
    bottom: 28px;
    left: 50%;
    transform: translateX(-50%);
    text-transform: uppercase;
    font-family: "DM Sans";
    font-size: 12px;
    letter-spacing: .1em
}

@media only screen and (max-width:1024px) {
    .qodef-destination-category-list.qodef-layout--standard .qodef-e-info-destination-count {
        display: none
    }
}

@media only screen and (max-width:480px) {
    .qodef-destination-category-list.qodef-layout--standard .qodef-e-info-destination-count {
        margin-bottom: 15px
    }

    .qodef-destination-category-list.qodef-layout--standard .qodef-e-description {
        margin-bottom: 30px
    }
}

.qodef-destination-list .qodef-e-inner {
    position: relative
}

.qodef-destination-list .qodef-e-image img {
    display: block
}

.qodef-destination-list .qodef-e-title {
    margin: 0
}

.qodef-destination-list .qodef-m-pagination {
    margin-top: 35px
}

.qodef-destination-list.qodef-items--fixed .qodef-e-image {
    height: 100%;
    overflow: hidden
}

.qodef-destination-list.qodef-items--fixed .qodef-e-media-image {
    height: 100%
}

.qodef-destination-list.qodef-items--fixed .qodef-e-media-image a {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    height: 100%
}

.qodef-destination-list .qodef-e-post-count {
    font-family: "DM Sans";
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #000
}

.qodef-destination-list .qodef-destitanation-subtitle {
    font-family: "EB Garamond";
    font-size: 21px;
    font-weight: 400;
    letter-spacing: 0;
    color: #fff;
    display: none
}

.qodef-destination-list.qodef-enable-category .qodef-destitanation-subtitle {
    display: inline-block
}

.qodef-destination-list.qodef-hide-count .qodef-e-post-count {
    display: none
}

.qodef-destination-list.qodef-swiper-container .swiper-button-prev {
    left: 0 !important
}

.qodef-destination-list.qodef-swiper-container .swiper-button-next {
    right: 0 !important
}

.qodef-destination-list.qodef-item-layout--info-below .qodef-e-content {
    margin: 26px 0 34px
}

.qodef-destination-list.qodef-item-layout--info-below .qodef-e-info-category {
    margin-bottom: 7px
}

.qodef-destination-list.qodef-item-layout--info-below .qodef-e-info-category>a {
    color: #b97d5b;
    transition: color .3s ease;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-family: "DM Sans";
    font-weight: 500
}

.qodef-destination-list.qodef-item-layout--info-below .qodef-e-info-category>a:hover {
    color: #000
}

.qodef-item-layout--info-below.qodef-hover-animation--overlay .qodef-e-media-image>a {
    position: relative;
    display: block
}

.qodef-item-layout--info-below.qodef-hover-animation--overlay .qodef-e-media-image>a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(10, 10, 10, .3);
    opacity: 0;
    transition: opacity .3s ease-out
}

.qodef-item-layout--info-below.qodef-hover-animation--overlay .qodef-e:hover .qodef-e-media-image>a:after {
    opacity: 1
}

.qodef-destination-list.qodef-item-layout--info-bottom-left .qodef-e-content {
    position: absolute;
    bottom: 9%;
    left: 4%
}

.qodef-destination-list.qodef-item-layout--info-bottom-left .qodef-e-content-inner {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column
}

.qodef-destination-list.qodef-item-layout--info-bottom-left .qodef-e-content-inner>a {
    font-size: 18px;
    font-weight: 600;
    margin-top: 10px
}

.qodef-destination-list.qodef-item-layout--info-bottom-left .qodef-e-content-inner * {
    color: #fff;
    z-index: 1
}

.qodef-destination-list.qodef-item-layout--info-follow.qodef-hover-animation--follow .qodef-e-inner {
    overflow: hidden
}

.qodef-destination-list.qodef-item-layout--info-follow.qodef-hover-animation--follow .qodef-e-inner .qodef-e-image {
    transform: scale(1);
    transition: transform .4s ease
}

.qodef-destination-list.qodef-item-layout--info-follow.qodef-hover-animation--follow .qodef-e-inner:hover .qodef-e-image {
    transform: scale(1.03)
}

.qodef-destination-list.qodef-item-layout--info-follow.qodef-hover-animation--follow .qodef-e-content {
    display: none
}

.qodef-follow-info-holder {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 9999;
    pointer-events: none;
    visibility: hidden;
    transition: transform .3s ease
}

.qodef-follow-info-holder.qodef-right {
    text-align: right;
    transform: translateX(-100%)
}

.qodef-follow-info-holder .qodef-follow-info-inner {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.qodef-follow-info-holder .qodef-follow-info-title {
    display: inline-block;
    position: relative;
    color: #fff;
    background-color: var(--qode-main-color);
    text-transform: uppercase;
    white-space: nowrap;
    z-index: 8;
    clip-path: inset(0 100% 0 0);
    padding: 3px 5px;
    margin-top: 4px
}

.qodef-follow-info-holder .qodef-follow-info-category {
    display: inline-block;
    padding: 0 4px;
    background-color: var(--qode-main-color);
    white-space: nowrap;
    z-index: 9;
    clip-path: inset(0 100% 0 0)
}

.qodef-follow-info-holder .qodef-follow-info-category a:not(:last-child):after {
    content: "/";
    margin: 0 2px 0 3px
}

.qodef-follow-info-holder a {
    color: #fff
}

.qodef-follow-info-holder.qodef-is-active {
    visibility: visible
}

.qodef-follow-info-holder.qodef-is-active .qodef-follow-info-category,
.qodef-follow-info-holder.qodef-is-active .qodef-follow-info-title {
    clip-path: inset(0 0 0 0)
}

.qodef-follow-info-holder.qodef-is-active .qodef-follow-info-title {
    transition: .5s cubic-bezier(.165, .84, .44, 1) .25s
}

.qodef-follow-info-holder.qodef-is-active .qodef-follow-info-category {
    transition: .5s cubic-bezier(.165, .84, .44, 1)
}

.qodef-destination-list.qodef-item-layout--info-on-hover .qodef-e-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.qodef-destination-list.qodef-item-layout--info-on-hover .qodef-e-content-inner {
    background-color: rgba(10, 10, 10, .5);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

.qodef-destination-list.qodef-item-layout--info-on-hover .qodef-e-content-inner>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0
}

.qodef-destination-list.qodef-item-layout--info-on-hover .qodef-e-content-inner * {
    color: #fff;
    z-index: 1
}

.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in .qodef-e-content {
    opacity: 0;
    transition: opacity .3s ease
}

.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in .qodef-e:hover .qodef-e-content {
    opacity: 1
}

.qodef-destination-list.qodef-item-layout--info-over .qodef-e-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 90%
}

.qodef-destination-list.qodef-item-layout--info-over .qodef-e-title {
    color: #fff;
    margin: 25px 0 15px
}

.qodef-destination-list.qodef-item-layout--info-over .qodef-e-category {
    color: #fff;
    font-family: "DM Sans";
    font-weight: 500;
    text-transform: none;
    letter-spacing: 0;
    font-size: 30px;
    line-height: 1.2em
}

.qodef-destination-list.qodef-item-layout--info-over .qodef-e-image {
    position: relative
}

.qodef-destination-list.qodef-item-layout--info-over .qodef-e-image .qodef-e-image-overlay {
    display: flex;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .4))
}

.qodef-destination-list.qodef-item-layout--info-over .qodef-e-post-count {
    color: #fff;
    margin-bottom: 25px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%)
}

.qodef-destination-list.qodef-item-layout--info-over.qodef-enable-category .qodef-e-title {
    margin: 25px 0 1px
}

.qodef-destination-list.qodef-item-layout--varied-frames .qodef-e-content {
    position: absolute;
    bottom: 70px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    width: 100%;
    padding: 0 15px
}

@media only screen and (max-width:1600px) {
    .qodef-destination-list.qodef-item-layout--varied-frames .qodef-e-content {
        bottom: 0;
        background-color: rgba(255, 255, 255, .8);
        padding: 35px 15px 45px
    }
}

@media only screen and (max-width:1024px) {
    .qodef-destination-list.qodef-item-layout--varied-frames .qodef-e-content {
        background-color: transparent
    }
}

@media only screen and (max-width:680px) {
    .qodef-destination-list.qodef-item-layout--varied-frames .qodef-e-content {
        padding-bottom: 25px;
        bottom: 5%
    }
}

@media only screen and (max-width:320px) {
    .qodef-destination-list.qodef-item-layout--varied-frames .qodef-e-content {
        bottom: -10px
    }
}

.qodef-destination-list.qodef-item-layout--varied-frames .qodef-e-title {
    margin: 1px 0 31px 0
}

@media only screen and (max-width:1600px) {
    .qodef-destination-list.qodef-item-layout--varied-frames .qodef-e-title {
        margin-bottom: 10px
    }
}

@media only screen and (max-width:680px) {
    .qodef-destination-list.qodef-item-layout--varied-frames .qodef-e-title {
        margin-bottom: 20px
    }
}

.qodef-destination-list.qodef-item-layout--varied-frames .qodef-e-category {
    color: #b97d5b
}

.qodef-destination-list.qodef-item-layout--varied-frames .qodef-e-category:hover {
    color: #464646
}

.qodef-destination-list.qodef-item-layout--varied-frames .qodef-e-info-date:hover {
    color: #464646
}

.qodef-destination-list.qodef-item-layout--varied-frames .qodef-e-info {
    font-family: "DM Sans";
    font-weight: 500;
    text-transform: none;
    letter-spacing: 0;
    color: #000;
    font-family: "DM Sans";
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center
}

.qodef-destination-list.qodef-item-layout--varied-frames .qodef-e-info * {
    margin: 0
}

.qodef-destination-list.qodef-item-layout--varied-frames .qodef-e-info>:after {
    content: "/";
    margin-left: 7px;
    margin-right: 6px;
    color: currentColor
}

.qodef-destination-list.qodef-item-layout--varied-frames .qodef-e-info>:last-child:after {
    content: none
}

.qodef-destination-list.qodef-item-layout--varied-frames .qodef-e-image {
    position: relative
}

.qodef-destination-list.qodef-item-layout--varied-frames .qodef-e-image a {
    display: block
}

.qodef-destination-list.qodef-item-layout--varied-frames .qodef-e-image a img:last-child {
    position: absolute;
    left: 0;
    top: 0
}

.qodef-destination-list.qodef-item-layout--varied-frames .qodef-e-post-count {
    color: #fff;
    margin-bottom: 25px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%)
}

.qodef-destination-list.qodef-item-layout--varied-frames.qodef-enable-category .qodef-e-title {
    margin: 25px 0 1px
}

.qodef-destination-list.qodef-item-layout--varied-frames .type-destination-item.qodef--arch .qodef-e-read-more,
.qodef-destination-list.qodef-item-layout--varied-frames .type-destination-item.qodef--square .qodef-e-read-more {
    display: none
}

.qodef-destination-list.qodef-item-layout--varied-frames .type-destination-item.qodef--default .qodef-e-info-category,
.qodef-destination-list.qodef-item-layout--varied-frames .type-destination-item.qodef--default .qodef-e-info-date,
.qodef-destination-list.qodef-item-layout--varied-frames .type-destination-item.qodef--default .qodef-e-title {
    color: #fff
}

.qodef-destination-list.qodef-item-layout--varied-frames .type-destination-item.qodef--default .qodef-e-info-category a,
.qodef-destination-list.qodef-item-layout--varied-frames .type-destination-item.qodef--default .qodef-e-info-date a,
.qodef-destination-list.qodef-item-layout--varied-frames .type-destination-item.qodef--default .qodef-e-title a {
    color: #fff
}

.qodef-destination-list.qodef-item-layout--varied-frames .type-destination-item.qodef--default .qodef-e-read-more .qodef-button.qodef-layout--filled.qodef-html--link {
    color: #000;
    background-color: #fff
}

.qodef-destination-list.qodef-item-layout--varied-frames .type-destination-item.qodef--default .qodef-e-read-more .qodef-button.qodef-layout--filled.qodef-html--link:hover {
    color: #000;
    background-color: var(--qode-main-color)
}

.qodef-destination-list.qodef-item-layout--varied-frames .type-destination-item.qodef--default .qodef-e-image {
    position: relative;
    overflow: hidden
}

.qodef-destination-list.qodef-item-layout--varied-frames .type-destination-item.qodef--default .qodef-e-image img {
    transform: scale(1.05);
    transition: transform .65s cubic-bezier(.25, .46, .45, .94);
    will-change: transform
}

.qodef-destination-list.qodef-item-layout--varied-frames .type-destination-item.qodef--default .qodef-e-image a:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, .6) 0, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%)
}

.qodef-destination-list.qodef-item-layout--varied-frames .type-destination-item.qodef--default:hover .qodef-e-image img {
    transform: scale(1.01)
}

.qodef-destination-list.qodef-item-layout--varied-frames .type-destination-item.qodef--default .qodef-e-content {
    background-color: transparent
}

.qodef-destination-list.qodef-item-layout--varied-frames .type-destination-item.qodef--default .qodef-e-category,
.qodef-destination-list.qodef-item-layout--varied-frames .type-destination-item.qodef--default .qodef-e-info-date {
    color: #fff
}

.qodef-destination-list.qodef-item-layout--varied-frames .type-destination-item.qodef--default .qodef-e-category:hover,
.qodef-destination-list.qodef-item-layout--varied-frames .type-destination-item.qodef--default .qodef-e-info-date:hover {
    color: #ccc
}

.qodef-destination-list.qodef-item-layout--varied-frames .type-destination-item.qodef--arch .qodef-e-image img {
    clip-path: ellipse(80% 100% at 50% 100%);
    transition: clip-path .4s cubic-bezier(0, .55, .45, 1)
}

.qodef-destination-list.qodef-item-layout--varied-frames .type-destination-item.qodef--arch .qodef-e-image img:first-child {
    opacity: 0
}

.qodef-destination-list.qodef-item-layout--varied-frames .type-destination-item.qodef--arch .qodef-e-image img:last-child {
    border: 0 solid transparent;
    width: 206px;
    height: 320px;
    -o-object-fit: cover;
    object-fit: cover;
    top: 51px;
    left: 50%;
    transform: translateX(-50%);
    will-change: clip-path
}

@media only screen and (max-width:1600px) {
    .qodef-destination-list.qodef-item-layout--varied-frames .type-destination-item.qodef--arch .qodef-e-image img:last-child {
        transform: translate(-50%, -50%);
        top: 50%
    }
}

@media only screen and (max-width:1024px) {
    .qodef-destination-list.qodef-item-layout--varied-frames .type-destination-item.qodef--arch .qodef-e-image img:last-child {
        transform: translateX(-50%);
        top: 6%
    }
}

@media only screen and (max-width:680px) {
    .qodef-destination-list.qodef-item-layout--varied-frames .type-destination-item.qodef--arch .qodef-e-image img:last-child {
        top: 10%
    }
}

.qodef-destination-list.qodef-item-layout--varied-frames .type-destination-item.qodef--arch:hover .qodef-e-image img {
    clip-path: ellipse(75% 100% at 50% 100%)
}

.qodef-destination-list.qodef-item-layout--varied-frames .type-destination-item.qodef--arch .qodef-e-title {
    margin: 0
}

.qodef-destination-list.qodef-item-layout--varied-frames .type-destination-item.qodef--square .qodef-e-inner {
    background-color: #fed4d8
}

.qodef-destination-list.qodef-item-layout--varied-frames .type-destination-item.qodef--square .qodef-e-image img {
    clip-path: inset(0 0 0 0);
    transition: clip-path .4s cubic-bezier(0, .55, .45, 1)
}

.qodef-destination-list.qodef-item-layout--varied-frames .type-destination-item.qodef--square .qodef-e-image img:first-child {
    opacity: 0
}

.qodef-destination-list.qodef-item-layout--varied-frames .type-destination-item.qodef--square .qodef-e-image img:last-child {
    width: 260px;
    height: 320px;
    -o-object-fit: cover;
    object-fit: cover;
    top: 51px;
    left: 50%;
    transform: translateX(-50%);
    will-change: clip-path
}

@media only screen and (max-width:1600px) {
    .qodef-destination-list.qodef-item-layout--varied-frames .type-destination-item.qodef--square .qodef-e-image img:last-child {
        transform: translate(-50%, -50%);
        top: 50%;
        width: auto
    }
}

@media only screen and (max-width:1024px) {
    .qodef-destination-list.qodef-item-layout--varied-frames .type-destination-item.qodef--square .qodef-e-image img:last-child {
        transform: translateX(-50%);
        top: 6%
    }
}

@media only screen and (max-width:680px) {
    .qodef-destination-list.qodef-item-layout--varied-frames .type-destination-item.qodef--square .qodef-e-image img:last-child {
        top: 10%
    }
}

.qodef-destination-list.qodef-item-layout--varied-frames .type-destination-item.qodef--square:hover .qodef-e-image img {
    clip-path: inset(5% 5% 5% 5%)
}

.qodef-destination-list.qodef-item-layout--varied-frames .type-destination-item.qodef--square .qodef-e-title {
    margin: 0
}

.qodef-destination-list.qodef-item-layout--varied-frames .type-destination-item.qodef--circle .qodef-e-read-more {
    margin-top: 30px
}

@media only screen and (max-width:1600px) {
    .qodef-destination-list.qodef-item-layout--varied-frames .type-destination-item.qodef--circle .qodef-e-read-more {
        margin-top: 10px
    }
}

@media only screen and (max-width:680px) {
    .qodef-destination-list.qodef-item-layout--varied-frames .type-destination-item.qodef--circle .qodef-e-read-more {
        margin-top: 20px
    }
}

.qodef-destination-list.qodef-item-layout--varied-frames .type-destination-item.qodef--circle .qodef-e-image img {
    clip-path: circle(50% at 50% 50%);
    transition: clip-path .4s cubic-bezier(0, .55, .45, 1)
}

.qodef-destination-list.qodef-item-layout--varied-frames .type-destination-item.qodef--circle .qodef-e-image img:first-child {
    opacity: 0
}

.qodef-destination-list.qodef-item-layout--varied-frames .type-destination-item.qodef--circle .qodef-e-image img:last-child {
    border: 0 solid transparent;
    width: 259px;
    height: 259px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    top: 51px;
    left: 50%;
    transform: translateX(-50%);
    will-change: clip-path
}

@media only screen and (max-width:1600px) {
    .qodef-destination-list.qodef-item-layout--varied-frames .type-destination-item.qodef--circle .qodef-e-image img:last-child {
        top: 30px
    }
}

@media only screen and (max-width:1024px) {
    .qodef-destination-list.qodef-item-layout--varied-frames .type-destination-item.qodef--circle .qodef-e-image img:last-child {
        top: 6%
    }
}

@media only screen and (max-width:680px) {
    .qodef-destination-list.qodef-item-layout--varied-frames .type-destination-item.qodef--circle .qodef-e-image img:last-child {
        top: 10%
    }
}

.qodef-destination-list.qodef-item-layout--varied-frames .type-destination-item.qodef--circle:hover .qodef-e-image img {
    clip-path: circle(45% at 50% 50%)
}

.qodef-destination-list.qodef-item-layout--varied-frames .type-destination-item.qodef--circle .qodef-e-title {
    margin: 0
}

.qodef-destination-map {
    position: relative
}

.qodef-destination-map .qodef-map {
    margin-bottom: 0
}

.qodef-destination-map #qodef-multiple-map-holder {
    height: 100%
}

.qodef-destination #qodef-author-info {
    position: relative;
    display: block;
    width: 100%;
    vertical-align: top;
    margin: 124px auto 0;
    background: #c9d6c1;
    max-width: 65.8%
}

.qodef-destination #qodef-author-info .qodef-m-inner {
    position: relative;
    display: block;
    align-items: center;
    padding: 36px 29px
}

.qodef-destination #qodef-author-info .qodef-info-top {
    display: flex
}

@media only screen and (max-width:1024px) {
    .qodef-destination #qodef-author-info .qodef-info-top {
        display: block
    }
}

.qodef-destination #qodef-author-info .qodef-info-bottom {
    display: block;
    padding: 1px 0 4px 30px
}

@media only screen and (max-width:1024px) {
    .qodef-destination #qodef-author-info .qodef-info-bottom {
        padding: 16px 0 4px 0
    }
}

.qodef-destination #qodef-author-info .qodef-m-image {
    flex-shrink: 0;
    margin-right: 25px
}

.qodef-destination #qodef-author-info .qodef-m-image a,
.qodef-destination #qodef-author-info .qodef-m-image img {
    display: block
}

.qodef-destination #qodef-author-info .qodef-m-image img {
    border-radius: 50%
}

.qodef-destination #qodef-author-info .qodef-m-content {
    padding: 31px 0 0
}

.qodef-destination #qodef-author-info .qodef-m-author {
    margin: 0
}

.qodef-destination #qodef-author-info .qodef-m-email {
    margin: 5px 0 0
}

.qodef-destination #qodef-author-info .qodef-m-description {
    margin: 9px 0 0
}

.qodef-destination #qodef-author-info .qodef-m-social-icons {
    margin-top: 0
}

.qodef-destination #qodef-author-info .qodef-m-social-icons a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: 16px;
    font-size: 15px
}

.qodef-destination #qodef-author-info .qodef-m-social-icons a:last-child {
    margin-right: 0
}

#qodef-destination-single-related-items {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-top: 86px;
    padding: 0 15px;
    box-sizing: border-box
}

@media only screen and (max-width:680px) {
    #qodef-destination-single-related-items {
        margin-top: 86px
    }
}

#qodef-destination-single-related-items .qodef-destination-list {
    margin-top: 58px
}

#qodef-destination-single-related-items .qodef-e-media-image {
    min-height: 150px
}

#qodef-destination-single-related-items .qodef-e-info-category {
    font-size: 30px;
    line-height: 1.2em
}

#qodef-destination-single-related-items .qodef-e-title {
    margin: 3px 0 0;
    display: inline-block;
    font-family: "DM Sans";
    font-weight: 500;
    text-transform: none;
    letter-spacing: 0;
    color: #000;
    font-size: 18px;
    line-height: 1.278em
}

#qodef-destination-single-related-items .qodef-e-title .qodef-e-title-link {
    color: #fff
}

#qodef-single-destination-navigation {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 40px 0 3px
}

#qodef-single-destination-navigation .qodef-m-inner {
    position: relative;
    display: block
}

#qodef-single-destination-navigation .qodef-blog-single-prev {
    float: left
}

#qodef-single-destination-navigation .qodef-blog-single-next {
    float: right
}

#qodef-single-destination-navigation .qodef-m-pagination-title {
    font-family: "DM Sans";
    font-weight: 500;
    text-transform: none;
    letter-spacing: 0;
    color: #000;
    font-size: 18px;
    line-height: 1.278em;
    display: block;
    margin-top: 2px;
    max-width: 300px
}

#qodef-single-destination-navigation .qodef-m-pagination-title a {
    display: initial;
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 1px;
    transition: background-size .45s ease-out;
    color: currentColor
}

#qodef-single-destination-navigation .qodef-m-pagination-title a:hover {
    background-size: 100% 1px
}

#qodef-single-destination-navigation .qodef-m-nav {
    position: relative;
    display: flex;
    align-items: center
}

#qodef-single-destination-navigation .qodef-m-nav>* {
    display: block;
    line-height: inherit
}

#qodef-single-destination-navigation .qodef-m-nav .qodef-m-pagination-icon {
    position: relative;
    top: -2px;
    display: block;
    width: 30px;
    height: auto;
    fill: currentColor;
    stroke: none
}

#qodef-single-destination-navigation .qodef-m-nav.qodef--prev {
    left: 0
}

#qodef-single-destination-navigation .qodef-m-nav.qodef--prev .qodef-m-pagination-icon {
    margin-right: 4px
}

#qodef-single-destination-navigation .qodef-m-nav.qodef--next {
    flex-direction: row-reverse;
    right: 0;
    margin-left: auto;
    text-align: right
}

#qodef-single-destination-navigation .qodef-m-nav.qodef--next .qodef-m-pagination-icon {
    margin-left: 4px
}

#qodef-single-destination-navigation .qodef-m-nav-label {
    font-family: "DM Sans";
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #000
}

#qodef-single-destination-navigation .qodef-m-nav-label a:hover {
    color: #464646
}

@media only screen and (max-width:680px) {
    #qodef-single-destination-navigation .qodef-m-pagination-title {
        display: none
    }
}

.widget.widget_myvoyage_core_destination_list .qodef-widget-title {
    margin-bottom: 10px
}

.widget.widget_myvoyage_core_destination_list .qodef-destination-item .qodef-e-content {
    display: flex;
    margin-bottom: 19px
}

.widget.widget_myvoyage_core_destination_list .qodef-destination-item .qodef-e-title {
    display: flex;
    line-height: 1em
}

.widget.widget_myvoyage_core_destination_list .qodef-destination-item .qodef-e-title a {
    font-family: "DM Sans";
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #c48f72;
    line-height: 1.2em
}

.widget.widget_myvoyage_core_destination_list .qodef-destination-item .qodef-e-title a:hover {
    color: #000
}

.widget .qodef-destination-list {
    padding: 0 0 15px
}

.widget.widget_myvoyage_core_dropdown_destination_list {
    height: 100%
}

.widget.qodef-dropdown-destination-list {
    position: relative;
    display: inline-block;
    vertical-align: top;
    height: 100%;
    padding: 0 10px
}

.widget.qodef-dropdown-destination-list .qodef-m-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    height: 100%
}

.widget.qodef-dropdown-destination-list .qodef-m-opener {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    font-family: "DM Sans";
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .1em;
    line-height: 1;
    color: #000
}

#qodef-page-header-inner.qodef-skin--light .widget.qodef-dropdown-destination-list .qodef-m-opener {
    color: #fff
}

.widget.qodef-dropdown-destination-list .qodef-m-opener .qodef-m-opener-arrow {
    margin-left: 3px
}

.widget.qodef-dropdown-destination-list .qodef-m-opener .qodef-m-opener-icon {
    margin-right: 9px
}

.widget.qodef-dropdown-destination-list .qodef-m-opener .qodef-m-opener-text {
    position: relative
}

.widget.qodef-dropdown-destination-list .qodef-m-opener .qodef-m-opener-text:after {
    content: '';
    position: absolute;
    width: 0;
    height: 1px;
    background-color: currentColor;
    bottom: -6px;
    right: 0;
    transition: width .4s cubic-bezier(.22, .61, .36, 1)
}

.widget.qodef-dropdown-destination-list .qodef-m-opener svg {
    position: relative;
    width: auto;
    height: auto;
    bottom: unset;
    left: unset;
    display: inline-block
}

.widget.qodef-dropdown-destination-list .qodef-m-opener:hover .qodef-m-opener-text {
    position: relative
}

.widget.qodef-dropdown-destination-list .qodef-m-opener:hover .qodef-m-opener-text:after {
    width: 100%;
    left: 0
}

.widget.qodef-dropdown-destination-list .qodef-m-dropdown {
    position: absolute;
    top: 100%;
    left: auto;
    right: 0;
    text-align: left;
    opacity: 0;
    visibility: visible;
    transition: opacity .2s ease-out, visibility .2s ease-out
}

.widget.qodef-dropdown-destination-list .qodef-m-dropdown-inner {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 300px;
    padding: 29px 0;
    background-color: #fff;
    border: 1px solid #efece2
}

.widget.qodef-dropdown-destination-list .qodef-m-dropdown-inner .qodef-destination-dropdown-items .qodef-e-category-link {
    font-family: "EB Garamond";
    font-size: 21px;
    line-height: 1.381em;
    font-weight: 400;
    color: #000;
    font-size: 18px;
    line-height: 1.75em;
    position: relative;
    display: flex;
    white-space: normal;
    margin: 0 0;
    overflow: hidden;
    display: block;
    padding: 0 33px
}

.widget.qodef-dropdown-destination-list .qodef-m-dropdown-inner .qodef-destination-dropdown-items .qodef-e-category-link .qodef-menu-item-icon {
    flex-shrink: 0
}

.widget.qodef-dropdown-destination-list .qodef-m-dropdown-inner .qodef-destination-dropdown-items .qodef-e-category-link>span {
    position: relative
}

.widget.qodef-dropdown-destination-list .qodef-m-dropdown-inner .qodef-destination-dropdown-items .qodef-e-category-link>span:after {
    content: '';
    position: absolute;
    width: 0;
    height: 1px;
    background-color: currentColor;
    bottom: 0;
    right: 0;
    transition: width .4s cubic-bezier(.22, .61, .36, 1)
}

.widget.qodef-dropdown-destination-list .qodef-m-dropdown-inner .qodef-destination-dropdown-items .qodef-e-category-link:hover {
    color: #000
}

.widget.qodef-dropdown-destination-list .qodef-m-dropdown-inner .qodef-destination-dropdown-items .qodef-e-category-link:hover>span {
    position: relative
}

.widget.qodef-dropdown-destination-list .qodef-m-dropdown-inner .qodef-destination-dropdown-items .qodef-e-category-link:hover>span:after {
    width: 100%;
    left: 0
}

.widget.qodef-dropdown-destination-list .qodef-m-dropdown {
    position: absolute;
    top: calc(100% - 1px);
    left: auto;
    right: 0;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    transition: opacity .2s ease-out, visibility .2s ease-out
}

.qodef-divided-header-left-wrapper .widget.qodef-dropdown-destination-list .qodef-m-dropdown {
    left: -10px;
    top: 100%
}

.widget.qodef-dropdown-destination-list:hover .qodef-m-dropdown {
    opacity: 1;
    visibility: visible
}

.qodef-team-list .qodef-e-role {
    margin: 0;
    font-family: "DM Sans";
    font-size: 12px;
    font-weight: 500;
    line-height: 27px;
    letter-spacing: .1em;
    color: #000;
    text-transform: uppercase
}

.qodef-team-list .qodef-e-title {
    margin: 24px 0 4px
}

.qodef-team-list .qodef-team-member-social-icons {
    margin: 0
}

.qodef-team-list .qodef-e-image .qodef-e-media-image img {
    border-radius: 50%;
    display: block;
    width: 240px;
    margin: 0 auto
}

.qodef-team-list.qodef-team-bordered .qodef-e-title {
    margin: 17px 0 4px
}

.qodef-team-list.qodef-team-bordered .qodef-e-image .qodef-e-media-image img {
    border: 7px solid #c3cfbb;
    width: 240px
}

.qodef-team-list.qodef-item-layout--info-below .qodef-e-content {
    margin: 14px 0 0;
    text-align: center
}

.qodef-team-list.qodef-item-layout--info-below .qodef-e-image .qodef-e-media-image img {
    border-radius: 50%
}

.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 .2s ease-out;
    z-index: -1
}

.qodef-testimonials-list .qodef-e-inner {
    display: flex;
    padding-bottom: 40px
}

.qodef-testimonials-list .qodef-e-media-image {
    line-height: 0;
    flex-shrink: 0;
    width: 75px;
    margin: 0 20px 25px 0
}

.qodef-testimonials-list .qodef-e-media-image img {
    border-radius: 50%
}

.qodef-testimonials-list .qodef-e-title {
    margin: 0 0 25px
}

.qodef-testimonials-list .qodef-e-text {
    font-style: italic;
    margin: 0 0 15px
}

.qodef-testimonials-list .qodef-e-author {
    margin: 0;
    font-family: "DM Sans";
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #000
}

.qodef-testimonials-list .swiper-pagination-bullets {
    text-align: left;
    bottom: 0 !important
}

.qodef-testimonials-list .swiper-pagination-bullets .swiper-pagination-bullet:before {
    background-color: var(--qode-main-color)
}

.qodef-testimonials-list.qodef-skin--light .qodef-e-author,
.qodef-testimonials-list.qodef-skin--light .qodef-e-text,
.qodef-testimonials-list.qodef-skin--light .qodef-e-title {
    color: #fff
}

.qodef-testimonials-list.qodef-skin--light .swiper-pagination-bullet:before {
    background-color: #fff
}

.qodef-review-rating {
    display: flex
}

.qodef-review-rating .qodef-rating-inner {
    display: flex;
    flex-basis: 50%
}

.qodef-review-rating label {
    margin: 0 10px 0 0
}

.qodef-review-rating .qodef-comment-rating-box {
    display: flex;
    margin: 0
}

.qodef-review-rating .qodef-star-rating {
    position: relative;
    display: block;
    margin: 0 .1em 0 0;
    cursor: pointer;
    color: #000
}

.qodef-review-rating .qodef-star-rating svg {
    display: block;
    width: 14px;
    height: auto;
    fill: none;
    stroke: currentColor
}

.qodef-review-rating .qodef-star-rating.active svg {
    fill: currentColor
}

.qodef-review-rating .qodef-comments-ratings {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    line-height: 1
}

.qodef-review-rating .qodef-comments-ratings .qodef-m-inner {
    position: relative;
    display: inline-block;
    vertical-align: top
}

.qodef-review-rating .qodef-comments-ratings .qodef-m-star {
    color: #000
}

.qodef-review-rating .qodef-comments-ratings .qodef-m-star svg {
    display: inline-block;
    margin-right: .1em;
    width: 12px;
    height: auto;
    fill: none;
    stroke: currentColor
}

.qodef-review-rating .qodef-comments-ratings .qodef-m-star svg:last-child {
    margin-right: 0
}

.qodef-review-rating .qodef-comments-ratings .qodef-m-star.qodef--active {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    white-space: nowrap
}

.qodef-review-rating .qodef-comments-ratings .qodef-m-star.qodef--active svg {
    fill: currentColor
}

.qodef-reviews-per-criteria .qodef-item-reviews-average-rating {
    color: var(--qode-main-color);
    font-size: 60px;
    line-height: 1em;
    font-weight: 700
}

.qodef-reviews-per-criteria .qodef-item-reviews-verbal-description {
    vertical-align: middle;
    margin: 2px 0 0
}

.qodef-reviews-per-criteria .qodef-item-reviews-rating-icon {
    vertical-align: middle;
    font-size: 20px
}

.qodef-reviews-per-criteria .qodef-item-reviews-display-right {
    vertical-align: middle;
    padding-left: 200px
}

.qodef-reviews-per-criteria .qodef-item-reviews-display-right .qodef-item-reviews-display-bar {
    line-height: 28px
}

.qodef-reviews-per-criteria .qodef-item-reviews-display-right .qodef-item-reviews-display-bar .qodef-item-reviews-display-bar-inner {
    padding: 6px 0
}

.qodef-reviews-per-mark .qodef-reviews-number-holder {
    display: flex;
    align-items: center
}

.qodef-reviews-per-mark .qodef-reviews-number-wrapper {
    display: flex;
    flex-direction: column;
    width: 25%;
    text-align: center
}

.qodef-reviews-per-mark .qodef-reviews-number {
    font-size: 72px;
    color: #ffd740;
    font-weight: 700;
    line-height: 1em
}

.qodef-reviews-per-mark .qodef-stars-wrapper {
    display: table-cell;
    vertical-align: middle
}

.qodef-reviews-per-mark .qodef-stars-wrapper .qodef-stars {
    display: block
}

.qodef-reviews-per-mark .qodef-stars-wrapper .qodef-stars i {
    color: #ffd740
}

.qodef-reviews-per-mark .qodef-reviews-count {
    font-weight: 700;
    font-size: 14px
}

.qodef-reviews-per-mark .qodef-rating-percentage-wrapper {
    width: 75%;
    padding: 29px 50px 40px;
    background-color: #fafafa;
    border-left: 1px solid #e5e5e5
}

.qodef-reviews-simple .qodef-reviews-number-wrapper .qodef-reviews-summary {
    display: inline-block;
    vertical-align: middle
}

.qodef-reviews-simple .qodef-reviews-number-wrapper .qodef-stars-wrapper {
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 15px
}

.qodef-reviews-simple .qodef-reviews-number-wrapper .qodef-stars-wrapper-inner {
    display: block
}

.qodef-comment-list .qodef-comment-name {
    float: none
}

.qodef-comment-list .qodef-review-rating {
    display: inline-block;
    width: 100%
}

.qodef-comment-list .qodef-rating-inner {
    display: inline-block;
    width: 100%
}

@keyframes cover_search_fade_out {
    0% {
        opacity: 1;
        visibility: visible;
        z-index: 100
    }

    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
}

.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-search-expanding-form {
    align-items: center;
    display: flex;
    height: 100%;
    opacity: 0;
    position: absolute;
    right: -1px;
    top: 0;
    visibility: hidden;
    z-index: -1;
    transition: opacity .3s ease;
    margin-right: 60px;
    border-left: 1px solid #efece2
}

.qodef-header--divided .qodef-search-expanding-form {
    width: 22%
}

@media only screen and (max-width:1440px) {
    .qodef-header--divided .qodef-search-expanding-form {
        width: 17%
    }
}

.qodef-expanding--fadein .qodef-search-expanding-form {
    opacity: 1;
    visibility: visible;
    z-index: 100
}

.qodef-header--sticky-display #qodef-page-header>.qodef-search-expanding-form {
    display: none
}

.qodef-search-expanding-form .qodef-form-holder {
    align-items: center;
    background-color: #fff;
    display: flex;
    height: 100%;
    width: 225px
}

.qodef-content-behind-header .qodef-search-expanding-form .qodef-form-holder {
    background-color: #fff !important
}

.qodef-search-expanding-form .qodef-form-holder-inner {
    display: flex;
    height: 50%;
    width: 100%
}

.qodef-search-expanding-form .qodef-form-holder-inner:before {
    height: 50%;
    max-height: 32px;
    top: 50%;
    transform: translateY(-50%)
}

.qodef-search-expanding-form input[type=text] {
    font-family: "DM Sans";
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #c1c1c1;
    background-color: transparent;
    border: 0;
    margin: 0;
    padding: 0 0 0 27px
}

.qodef-search-expanding-form input[type=text]:-ms-input-placeholder {
    color: inherit;
    opacity: 1
}

.qodef-search-expanding-form input[type=text]::placeholder {
    color: inherit;
    opacity: 1
}

.qodef-search-expanding-form input[type=submit] {
    border: 0 none;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    visibility: hidden;
    width: 1px
}

.qodef-search-expanding-form .qodef-m-close {
    color: #000;
    display: inline-block;
    font-size: 11px;
    line-height: 1em;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    vertical-align: middle
}

.qodef-search-expanding-form .qodef-m-close:hover {
    color: #000
}

.qodef-content-grid .qodef-search-expanding-form .qodef-m-close {
    right: 4px
}

.qodef-search-opener>* {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: inherit
}

.qodef-search-opener.qodef-source--icon-pack {
    font-size: 11px;
    z-index: 99
}

.qodef-search-opener .qodef-m-icon {
    display: flex
}

.qodef-search-opener .qodef-m-icon .qodef-search-opener-text {
    font-family: "DM Sans";
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #000;
    text-transform: uppercase;
    margin-right: 12px
}

.qodef-accordion {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    visibility: hidden;
    overflow-anchor: none;
    border-bottom: 1px solid #efece2
}

.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 .qodef-accordion-title {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    padding: 30px 0 28px 42px;
    border-top: 1px solid #efece2;
    transition: color .2s ease-out, background-color .2s ease-out, padding .2s ease-out;
    cursor: pointer;
    font-family: "DM Sans";
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #000
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title:first-child {
    margin-top: 0
}

.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: block;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity .2s ease-out, visibility .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 svg {
    stroke: #000
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark span.qodef-icon--minus {
    opacity: 0;
    visibility: hidden;
    top: 4px
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark span.qodef-icon--plus {
    opacity: 1;
    visibility: visible
}

.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;
    visibility: visible
}

.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;
    visibility: hidden
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-active {
    padding: 30px 0 24px 42px
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-content {
    padding: 0 10% 35px 42px;
    margin: 0
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-content p {
    margin: 0
}

@media only screen and (max-width:1024px) {
    .qodef-accordion.qodef-layout--simple .qodef-accordion-title {
        padding: 30px 0 28px 0
    }

    .qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-active {
        padding: 30px 0 24px 0
    }

    .qodef-accordion.qodef-layout--simple .qodef-accordion-content {
        padding: 0 10% 35px 0
    }
}

.qodef-banner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-banner .qodef-m-banner-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1
}

.qodef-banner .qodef-m-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block
}

.qodef-banner .qodef-m-content-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex
}

.qodef-banner .qodef-m-title {
    margin: 10px 0 4px
}

.qodef-banner .qodef-m-title-inner {
    display: inline-block
}

.qodef-banner .qodef-m-subtitle {
    margin: 0;
    letter-spacing: .1em;
    font-family: "DM Sans";
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase
}

.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
}

.qodef-banner.qodef-skin--light .qodef-m-content-inner .qodef-m-title {
    color: #fff
}

.qodef-banner.qodef-skin--light .qodef-m-content-inner .qodef-m-subtitle {
    color: #fff
}

.qodef-banner.qodef-skin--light .qodef-m-content-inner>.qodef-m-text {
    color: #fff
}

.qodef-banner.qodef-skin--light .qodef-m-content-inner .qodef-button.qodef-layout--filled {
    color: #000;
    background-color: #fff
}

.qodef-banner.qodef-alignment--center {
    text-align: center
}

.qodef-banner.qodef-alignment--left {
    text-align: left
}

.qodef-banner.qodef-alignment--right {
    text-align: right
}

.qodef-banner.qodef-layout--boxed .qodef-m-content-inner {
    align-items: center;
    flex-direction: column;
    padding: 90px 35px
}

.qodef-banner.qodef-layout--boxed .qodef-m-title {
    margin: 10px 0
}

.qodef-banner.qodef-layout--boxed .qodef-m-text {
    margin: 0
}

.qodef-banner.qodef-layout--boxed .qodef-m-button {
    margin: 19px 0 0;
    bottom: 73px;
    position: absolute
}

.qodef-banner.qodef-layout--boxed p.qodef-m-subtitle {
    font-family: "DM Sans";
    font-size: 12px;
    font-weight: 500;
    line-height: 27px;
    letter-spacing: .1em;
    text-transform: uppercase
}

.qodef-banner.qodef-layout--centered-overlay .qodef-m-image {
    position: relative;
    overflow: hidden
}

.qodef-banner.qodef-layout--centered-overlay .qodef-m-image img {
    margin: 0 auto;
    will-change: transform;
    transform: scale(1.01);
    transition: transform .65s cubic-bezier(.25, .46, .45, .94)
}

.qodef-banner.qodef-layout--centered-overlay:hover img {
    transform: scale(1.05)
}

.qodef-banner.qodef-layout--centered-overlay .qodef-m-content-inner {
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 30px
}

.qodef-banner.qodef-layout--centered-overlay .qodef-m-content-inner .qodef-m-subtitle {
    opacity: 1;
    letter-spacing: .1em
}

.qodef-banner.qodef-layout--centered-overlay.qodef-skin--light .qodef-m-content-inner .qodef-m-subtitle {
    color: #fff
}

.qodef-banner.qodef-layout--centered .qodef-m-content-inner {
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 35px
}

.qodef-banner.qodef-layout--centered .qodef-m-title {
    margin: 10px 0
}

.qodef-banner.qodef-layout--centered .qodef-m-text {
    margin: 0
}

.qodef-banner.qodef-layout--centered .qodef-m-button {
    margin: 19px 0 0
}

.qodef-banner.qodef-layout--centered .qodef-m-image {
    position: relative;
    overflow: hidden
}

.qodef-banner.qodef-layout--centered .qodef-m-image img {
    margin: 0 auto;
    will-change: transform;
    transform: scale(1.01);
    transition: transform .65s cubic-bezier(.25, .46, .45, .94)
}

.qodef-banner.qodef-layout--centered:hover img {
    transform: scale(1.05)
}

.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;
    position: relative;
    z-index: 2
}

@media only screen and (max-width:1440px) {
    .qodef-banner.qodef-layout--link-button .qodef-m-content-inner {
        padding: 20px 35px
    }

    .qodef-banner.qodef-layout--link-button .qodef-m-button {
        margin: 0
    }
}

@media only screen and (max-width:1280px) {
    .qodef-banner.qodef-layout--link-button .qodef-m-title {
        margin-bottom: 0
    }
}

@media only screen and (max-width:1024px) {
    .qodef-banner.qodef-layout--link-button .qodef-m-content-inner {
        padding: 15% 35px
    }

    .qodef-banner.qodef-layout--link-button .qodef-m-title {
        margin-bottom: 8px;
        margin-top: 11px
    }

    .qodef-banner.qodef-layout--link-button .qodef-m-button {
        margin: 10px 0 0
    }
}

@media only screen and (max-width:480px) {
    .qodef-banner.qodef-layout--link-button .qodef-m-content-inner {
        padding: 35px
    }
}

@media only screen and (max-width:375px) {
    .qodef-banner.qodef-layout--link-button .qodef-m-content-inner {
        padding: 20px 35px
    }

    .qodef-banner.qodef-layout--link-button .qodef-m-button {
        margin: 0
    }
}

.qodef-banner.qodef-layout--link-overlay .qodef-m-content-inner {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    padding: 30px
}

.widget.widget_myvoyage_core_banner {
    display: inline-block;
    width: 100%;
    line-height: 1;
    margin-bottom: 50px;
    padding: 8px 0 60px
}

.widget.widget_myvoyage_core_banner .qodef-layout--boxed .qodef-m-title {
    margin-top: -1px
}

.widget.widget_myvoyage_core_banner .qodef-m-title {
    margin-bottom: 8px;
    margin-top: 0
}

.widget.widget_myvoyage_core_banner .qodef-grid-inner {
    margin: 0
}

.widget.widget_myvoyage_core_banner .qodef-grid-inner .qodef-grid-item {
    padding: 0;
    margin-bottom: 51px
}

.widget.widget_myvoyage_core_banner:last-child {
    padding: 8px 0
}

#qodef-page-sidebar .widget.widget_myvoyage_core_banner {
    margin-bottom: 50px
}

#qodef-page-footer .widget.widget_myvoyage_core_banner {
    margin-bottom: 0
}

#qodef-side-area .widget.widget_myvoyage_core_banner {
    margin-bottom: 0
}

.widget.widget_myvoyage_core_banner .swiper-button-next,
.widget.widget_myvoyage_core_banner .swiper-button-prev {
    width: auto !important;
    height: auto !important;
    color: #fffefe
}

.widget.widget_myvoyage_core_banner .swiper-button-next:after,
.widget.widget_myvoyage_core_banner .swiper-button-prev:after {
    background-size: contain;
    font-size: 30px
}

.qodef-banner-block-widget .widget.widget_myvoyage_core_banner:nth-child(2) {
    padding-bottom: 0;
    margin-bottom: -5px !important;
    border-bottom: 0
}

.qodef-banner-block-widget .widget.widget_myvoyage_core_banner:nth-child(2) .qodef-m-button,
.qodef-banner-block-widget .widget.widget_myvoyage_core_banner:nth-child(2) .qodef-m-title {
    width: 100%;
    display: inline-block;
    text-align: center
}

.qodef-banner-block-widget .widget.widget_myvoyage_core_banner:nth-child(3) {
    padding-top: 0
}

.qodef-banner-block-widget .widget.widget_myvoyage_core_banner:nth-child(3) .qodef-m-button,
.qodef-banner-block-widget .widget.widget_myvoyage_core_banner:nth-child(3) .qodef-m-title {
    width: 100%;
    display: inline-block;
    text-align: center
}

.qodef-button.qodef-html--link {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin: 0;
    font-family: "DM Sans";
    font-size: 11px;
    line-height: 2.182em;
    letter-spacing: .1em;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 0;
    outline: 0;
    transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
    padding: 7px 35px
}

.qodef-button.qodef-size--small {
    padding: 7px 33px
}

.qodef-button.qodef-size--large {
    padding: 8px 42px
}

.qodef-button.qodef-size--full {
    width: 100%;
    text-align: center
}

.qodef-button.qodef-layout--filled.qodef-html--link {
    color: #fff;
    background-color: #000;
    border: 1px solid transparent
}

.qodef-button.qodef-layout--filled.qodef-html--link:hover {
    color: #fff;
    background-color: #202020
}

.qodef-button.qodef-layout--outlined {
    color: #000;
    background-color: transparent;
    border: 2px solid #000
}

.qodef-button.qodef-layout--outlined:hover {
    color: #fff;
    background-color: #000;
    border-color: #000
}

.qodef-button.qodef-layout--textual-with-arrow {
    padding: 0 !important;
    color: #000;
    background-color: transparent;
    border: 0;
    line-height: 2.25em;
    font-size: 12px
}

.qodef-button.qodef-layout--textual-with-arrow .qodef-m-text {
    display: inline-block;
    vertical-align: middle
}

.qodef-button.qodef-layout--textual-with-arrow svg {
    position: relative;
    top: 1px
}

.qodef-button.qodef-layout--textual-with-arrow svg line,
.qodef-button.qodef-layout--textual-with-arrow svg polyline {
    fill: none;
    stroke: currentColor;
    stroke-miterlimit: 10;
    stroke-dasharray: 40;
    stroke-dashoffset: 0;
    transition: stroke-dashoffset .8s cubic-bezier(.39, .58, .57, 1)
}

.qodef-button.qodef-layout--textual-with-arrow:hover {
    color: #000;
    background-color: transparent
}

.qodef-button.qodef-layout--textual-with-arrow:hover svg line,
.qodef-button.qodef-layout--textual-with-arrow:hover svg polyline {
    stroke-dashoffset: 80
}

.qodef-button.qodef-layout--textual {
    padding: 0 !important;
    font-size: 15px;
    color: #000;
    background-color: transparent;
    border: 0
}

.qodef-button.qodef-layout--textual .qodef-m-text {
    display: inline-block;
    vertical-align: middle
}

.qodef-button.qodef-layout--textual:hover {
    color: #000
}

.qodef-call-to-action.qodef-layout--standard {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-call-to-action.qodef-layout--standard .qodef-m-inner {
    display: flex;
    align-items: center
}

.qodef-call-to-action.qodef-layout--standard.qodef-style--stretched .qodef-m-inner {
    justify-content: space-between
}

.qodef-call-to-action.qodef-layout--standard.qodef-style--centered .qodef-m-inner {
    justify-content: center
}

.qodef-call-to-action.qodef-layout--standard .qodef-m-content {
    padding-right: 20px
}

.qodef-call-to-action.qodef-layout--standard .qodef-m-content>* {
    margin: 0
}

.qodef-call-to-action.qodef-layout--standard .qodef-m-button {
    flex: 0 0 auto
}

.qodef-cards-gallery {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding: 10px 0
}

.qodef-cards-gallery .qodef-e-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-cards-gallery img {
    position: relative;
    display: block;
    box-shadow: 3px 3px 16px 2px rgba(0, 0, 0, .04)
}

.qodef-cards-gallery .qodef-m-fake-card {
    position: relative;
    display: block;
    opacity: 0;
    visibility: hidden;
    pointer-events: none
}

.qodef-cards-gallery .qodef-m-card {
    position: absolute;
    transition: all .15s ease
}

.qodef-cards-gallery .qodef-m-card.qodef-animating {
    transition: all 1s cubic-bezier(.19, 1, .22, 1);
    pointer-events: none
}

.qodef-cards-gallery .qodef-m-card.qodef-animating-siblings {
    transition: all .6s cubic-bezier(0, 0, 0, 1);
    pointer-events: none
}

.qodef-cards-gallery.qodef-orientation--left .qodef-m-card {
    left: 0;
    will-change: transform
}

.qodef-cards-gallery.qodef-orientation--left .qodef-m-card.qodef-out {
    transform: translateX(-100%)
}

.qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(6) {
    transform: scale(.5) translateX(80%)
}

.qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(5) {
    transform: scale(.6) translateX(54%)
}

.qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(4) {
    transform: scale(.7) translateX(35%)
}

.qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(3) {
    transform: scale(.8) translateX(21%)
}

.qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(2) {
    transform: scale(.9) translateX(9.2%)
}

.qodef-cards-gallery.qodef-orientation--left .qodef-m-card:not(:last-of-type) {
    cursor: pointer
}

.qodef-cards-gallery.qodef-orientation--left .qodef-m-card:not(:last-of-type):not(.active):hover {
    margin-left: 10px !important
}

.qodef-cards-gallery.qodef-orientation--right .qodef-m-card {
    right: 0;
    will-change: transform
}

.qodef-cards-gallery.qodef-orientation--right .qodef-m-card.qodef-out {
    transform: translateX(100%)
}

.qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(6) {
    transform: scale(.5) translateX(-80%)
}

.qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(5) {
    transform: scale(.6) translateX(-54%)
}

.qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(4) {
    transform: scale(.7) translateX(-35%)
}

.qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(3) {
    transform: scale(.8) translateX(-21%)
}

.qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(2) {
    transform: scale(.9) translateX(-9.2%)
}

.qodef-cards-gallery.qodef-orientation--right .qodef-m-card:not(:last-of-type) {
    cursor: pointer
}

.qodef-cards-gallery.qodef-orientation--right .qodef-m-card:not(:last-of-type):not(.active):hover {
    margin-right: 10px !important
}

.no-touch .qodef-cards-gallery.qodef-animation--bundle img {
    visibility: hidden
}

@keyframes qodefCardAppearFromRight {
    0% {
        transform: translate3d(100%, 0, 0);
        opacity: 0;
        visibility: visible
    }

    30% {
        opacity: 1;
        visibility: visible
    }

    100% {
        visibility: visible;
        transform: translate3d(0, 0, 0)
    }
}

.no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef-appeared img {
    animation: qodefCardAppearFromRight 1s cubic-bezier(.19, 1, .22, 1) forwards
}

.no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef-appeared .qodef-m-card:nth-child(1) img:not(.qodef-animation-done) {
    animation-delay: .2s
}

.no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef-appeared .qodef-m-card:nth-child(2) img:not(.qodef-animation-done) {
    animation-delay: .4s
}

.no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef-appeared .qodef-m-card:nth-child(3) img:not(.qodef-animation-done) {
    animation-delay: .6s
}

.no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef-appeared .qodef-m-card:nth-child(4) img:not(.qodef-animation-done) {
    animation-delay: .8s
}

.no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef-appeared .qodef-m-card:nth-child(5) img:not(.qodef-animation-done) {
    animation-delay: 1s
}

.no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef-appeared .qodef-m-card:nth-child(6) img:not(.qodef-animation-done) {
    animation-delay: 1.2s
}

.no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef-appeared .qodef-m-card:nth-child(7) img:not(.qodef-animation-done) {
    animation-delay: 1.4s
}

.no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef-appeared .qodef-m-card:nth-child(8) img:not(.qodef-animation-done) {
    animation-delay: 1.6s
}

@keyframes qodefCardAppearFromLeft {
    0% {
        visibility: visible;
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }

    30% {
        visibility: visible;
        opacity: 1
    }

    100% {
        visibility: visible;
        transform: translate3d(0, 0, 0)
    }
}

.no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef-appeared img {
    animation: qodefCardAppearFromLeft 1s cubic-bezier(.19, 1, .22, 1) forwards
}

.no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef-appeared .qodef-m-card:nth-child(1) img:not(.qodef-animation-done) {
    animation-delay: .2s
}

.no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef-appeared .qodef-m-card:nth-child(2) img:not(.qodef-animation-done) {
    animation-delay: .4s
}

.no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef-appeared .qodef-m-card:nth-child(3) img:not(.qodef-animation-done) {
    animation-delay: .6s
}

.no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef-appeared .qodef-m-card:nth-child(4) img:not(.qodef-animation-done) {
    animation-delay: .8s
}

.no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef-appeared .qodef-m-card:nth-child(5) img:not(.qodef-animation-done) {
    animation-delay: 1s
}

.no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef-appeared .qodef-m-card:nth-child(6) img:not(.qodef-animation-done) {
    animation-delay: 1.2s
}

.no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef-appeared .qodef-m-card:nth-child(7) img:not(.qodef-animation-done) {
    animation-delay: 1.4s
}

.no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef-appeared .qodef-m-card:nth-child(8) img:not(.qodef-animation-done) {
    animation-delay: 1.6s
}

.qodef-countdown {
    text-align: center
}

.qodef-countdown .qodef-digit,
.qodef-countdown .qodef-label {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    text-align: center
}

.qodef-countdown.qodef-show--1 .qodef-digit-wrapper {
    width: 100%
}

.qodef-countdown.qodef-show--2 .qodef-digit-wrapper {
    width: 50%
}

.qodef-countdown.qodef-show--3 .qodef-digit-wrapper {
    width: 33.33333%
}

.qodef-countdown.qodef-show--4 .qodef-digit-wrapper {
    width: 25%
}

.qodef-countdown.qodef-show--5 .qodef-digit-wrapper {
    width: 20%
}

.qodef-countdown.qodef-show--6 .qodef-digit-wrapper {
    width: 16.66667%
}

.qodef-countdown.qodef-countdown--light .qodef-digit,
.qodef-countdown.qodef-countdown--light .qodef-label {
    color: #fff
}

.qodef-countdown.qodef-layout--simple .qodef-digit-wrapper {
    display: inline-block;
    vertical-align: top;
    padding: 0 20px
}

.qodef-countdown.qodef-layout--simple .qodef-digit {
    font-family: "DM Sans";
    font-size: 90px;
    line-height: 60px;
    font-weight: 500;
    color: var(--qode-main-color);
    letter-spacing: 0
}

.qodef-countdown.qodef-layout--simple .qodef-label {
    font-family: "DM Sans";
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
    color: var(--qode-main-color);
    margin: 32px 0 0
}

.qodef-countdown.qodef-layout--simple.qodef-countdown--light .qodef-digit,
.qodef-countdown.qodef-layout--simple.qodef-countdown--light .qodef-label {
    color: #fff
}

rs-module .qodef-counter .qodef-m-infinity .fa:before {
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important
}

.qodef-counter.qodef-layout--simple {
    text-align: center
}

.qodef-counter.qodef-layout--simple .qodef-m-digit {
    font-family: "DM Sans";
    font-weight: 500;
    font-size: 35px;
    line-height: 1.171em
}

.qodef-counter.qodef-layout--simple .qodef-m-infinity {
    display: block;
    margin: 8px 0;
    font-size: 16px
}

.qodef-counter.qodef-layout--simple .qodef-m-title {
    margin: 5px 0 0 0;
    font-family: "DM Sans";
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #000
}

.qodef-counter.qodef-layout--simple .qodef-m-text {
    margin: 0
}

.qodef-custom-font {
    position: relative;
    margin: 0
}

.qodef-decoration-text {
    display: flex;
    align-items: center
}

.qodef-decoration-text .qodef-m-title {
    font-family: "DM Sans";
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #000;
    display: inline;
    margin: 20px 40px;
    white-space: nowrap
}

.qodef-decoration-text .qodef-m-line {
    display: block;
    position: relative;
    width: 100%;
    height: 1px;
    background-color: #efece2
}

.qodef-dropcaps {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-dropcaps .qodef-m-letter {
    position: relative;
    top: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    margin: 0 10px 5px 0;
    font-family: "DM Sans";
    font-weight: 500;
    text-transform: none;
    letter-spacing: 0;
    color: #000;
    font-size: 48px;
    line-height: 1.146em
}

.qodef-dropcaps .qodef-m-text {
    display: inline;
    margin: 0
}

.qodef-dropcaps:not(.qodef-type--simple) .qodef-m-letter {
    width: 40px;
    height: 40px;
    font-size: 30px;
    line-height: 1.2em;
    color: #fff;
    background-color: #000
}

.qodef-dropcaps.qodef-type--circle .qodef-m-letter {
    border-radius: 100%
}

.qodef-google-map {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-google-map .qodef-m-map {
    display: block;
    width: 100%
}

.qodef-google-map .qodef-m-map embed,
.qodef-google-map .qodef-m-map iframe,
.qodef-google-map .qodef-m-map object {
    width: 100%;
    display: block
}

.qodef-google-map .qodef-m-map img {
    max-width: none
}

.qodef-highlight .qodef-highlight-text {
    padding: 0 5px;
    color: #fff;
    background-color: #000
}

.qodef-horizontal-timeline {
    cursor: none;
    padding-top: 55px
}

.qodef-horizontal-timeline .qodef-horizontal-timeline-items-holder {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    width: auto;
    height: 242px;
    margin: 0 0 30px 80px
}

.qodef-horizontal-timeline .qodef-horizontal-timeline-items-holder .qodef-horizontal-timeline-background-holder {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: url(../img/timeline.svg) top left repeat-x
}

.qodef-horizontal-timeline .qodef-horizontal-timeline-items-holder .qodef-m-item {
    min-width: 170px;
    opacity: 0;
    position: absolute;
    left: 0
}

.qodef-horizontal-timeline .qodef-horizontal-timeline-items-holder .qodef-m-item .qodef-m-item-inner {
    display: flex
}

.qodef-horizontal-timeline .qodef-horizontal-timeline-items-holder .qodef-m-item .qodef-m-item-wrap .qodef-e-info {
    position: relative;
    vertical-align: middle;
    padding-left: 10px
}

.qodef-horizontal-timeline .qodef-horizontal-timeline-items-holder .qodef-m-item .qodef-m-item-wrap .qodef-e-distance,
.qodef-horizontal-timeline .qodef-horizontal-timeline-items-holder .qodef-m-item .qodef-m-item-wrap .qodef-e-title {
    margin: 0
}

.qodef-horizontal-timeline .qodef-horizontal-timeline-items-holder .qodef-m-item .qodef-m-item-wrap .qodef-e-title:before {
    content: '';
    width: 14px;
    height: 14px;
    background-color: #c9d6c1;
    border-radius: 50px;
    position: absolute;
    left: -15px;
    top: 5px
}

.qodef-horizontal-timeline .qodef-horizontal-timeline-items-holder .qodef-m-item .qodef-m-item-wrap .qodef-e-distance {
    font-family: "DM Sans";
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #ba7d5c
}

.qodef-horizontal-timeline .qodef-horizontal-timeline-items-holder .qodef-m-item:nth-child(1) {
    left: 0
}

.qodef-horizontal-timeline .qodef-horizontal-timeline-items-holder .qodef-m-item:nth-child(2) {
    left: 423px
}

.qodef-horizontal-timeline .qodef-horizontal-timeline-items-holder .qodef-m-item:nth-child(3) {
    left: 846px
}

.qodef-horizontal-timeline .qodef-horizontal-timeline-items-holder .qodef-m-item:nth-child(4) {
    left: 1269px
}

.qodef-horizontal-timeline .qodef-horizontal-timeline-items-holder .qodef-m-item:nth-child(5) {
    left: 1692px
}

.qodef-horizontal-timeline .qodef-horizontal-timeline-items-holder .qodef-m-item:nth-child(6) {
    left: 2115px
}

.qodef-horizontal-timeline .qodef-horizontal-timeline-items-holder .qodef-m-item:nth-child(7) {
    left: 2538px
}

.qodef-horizontal-timeline .qodef-horizontal-timeline-items-holder .qodef-m-item:nth-child(8) {
    left: 2961px
}

.qodef-horizontal-timeline .qodef-horizontal-timeline-items-holder .qodef-m-item:nth-child(9) {
    left: 3384px
}

.qodef-horizontal-timeline .qodef-horizontal-timeline-items-holder .qodef-m-item:nth-child(10) {
    left: 3807px
}

.qodef-horizontal-timeline .qodef-horizontal-timeline-items-holder .qodef-m-item:nth-child(11) {
    left: 4230px
}

.qodef-horizontal-timeline .qodef-horizontal-timeline-items-holder .qodef-m-item:nth-child(12) {
    left: 4653px
}

.qodef-horizontal-timeline .qodef-horizontal-timeline-items-holder .qodef-m-item:nth-child(13) {
    left: 5076px
}

.qodef-horizontal-timeline .qodef-horizontal-timeline-items-holder .qodef-m-item:nth-child(14) {
    left: 5499px
}

.qodef-horizontal-timeline .qodef-horizontal-timeline-items-holder .qodef-m-item:nth-child(15) {
    left: 5922px
}

.qodef-horizontal-timeline .qodef-horizontal-timeline-items-holder .qodef-m-item:nth-child(16) {
    left: 6345px
}

.qodef-horizontal-timeline .qodef-horizontal-timeline-items-holder .qodef-m-item:nth-child(17) {
    left: 6768px
}

.qodef-horizontal-timeline .qodef-horizontal-timeline-items-holder .qodef-m-item:nth-child(18) {
    left: 7191px
}

.qodef-horizontal-timeline .qodef-horizontal-timeline-items-holder .qodef-m-item:nth-child(19) {
    left: 7614px
}

.qodef-horizontal-timeline .qodef-horizontal-timeline-items-holder .qodef-m-item:nth-child(20) {
    left: 8037px
}

.qodef-horizontal-timeline .qodef-horizontal-timeline-items-holder .qodef-m-item:nth-child(21) {
    left: 8460px
}

.qodef-horizontal-timeline .qodef-horizontal-timeline-items-holder .qodef-m-item:nth-child(22) {
    left: 8883px
}

.qodef-horizontal-timeline .qodef-horizontal-timeline-items-holder .qodef-m-item:nth-child(23) {
    left: 9306px
}

.qodef-horizontal-timeline .qodef-horizontal-timeline-items-holder .qodef-m-item:nth-child(24) {
    left: 9729px
}

.qodef-horizontal-timeline .qodef-horizontal-timeline-items-holder .qodef-m-item:nth-child(25) {
    left: 10152px
}

.qodef-horizontal-timeline .qodef-horizontal-timeline-items-holder .qodef-m-item:nth-child(26) {
    left: 10575px
}

.qodef-horizontal-timeline .qodef-horizontal-timeline-items-holder .qodef-m-item:nth-child(27) {
    left: 10998px
}

.qodef-horizontal-timeline .qodef-horizontal-timeline-items-holder .qodef-m-item:nth-child(28) {
    left: 11421px
}

.qodef-horizontal-timeline .qodef-horizontal-timeline-items-holder .qodef-m-item:nth-child(29) {
    left: 11844px
}

.qodef-horizontal-timeline .qodef-horizontal-timeline-items-holder .qodef-m-item:nth-child(30) {
    left: 12267px
}

.qodef-horizontal-timeline .qodef-horizontal-timeline-items-holder .qodef-m-item:nth-child(31) {
    left: 12690px
}

.qodef-horizontal-timeline .qodef-horizontal-timeline-items-holder .qodef-m-item:nth-child(32) {
    left: 13113px
}

.qodef-horizontal-timeline .qodef-horizontal-timeline-items-holder .qodef-m-item:nth-child(33) {
    left: 13536px
}

.qodef-horizontal-timeline .qodef-horizontal-timeline-items-holder .qodef-m-item:nth-child(34) {
    left: 13959px
}

.qodef-horizontal-timeline .qodef-horizontal-timeline-items-holder .qodef-m-item:nth-child(35) {
    left: 14382px
}

.qodef-horizontal-timeline .qodef-horizontal-timeline-items-holder .qodef-m-item:nth-child(36) {
    left: 14805px
}

.qodef-horizontal-timeline .qodef-horizontal-timeline-items-holder .qodef-m-item:nth-child(37) {
    left: 15228px
}

.qodef-horizontal-timeline .qodef-horizontal-timeline-items-holder .qodef-m-item:nth-child(38) {
    left: 15651px
}

.qodef-horizontal-timeline .qodef-horizontal-timeline-items-holder .qodef-m-item:nth-child(39) {
    left: 16074px
}

.qodef-horizontal-timeline .qodef-horizontal-timeline-items-holder .qodef-m-item .qidef-e-pin {
    width: 39px;
    height: 56px;
    margin-right: 15px;
    background-image: url(../img/timeline-pin.png);
    background-repeat: no-repeat;
    background-position: center
}

.qodef-horizontal-timeline .qodef-horizontal-timeline-items-holder .qodef-m-item:nth-child(5n+1) {
    top: 205px;
    bottom: auto
}

.qodef-horizontal-timeline .qodef-horizontal-timeline-items-holder .qodef-m-item:nth-child(5n+1) .qodef-m-item-wrap {
    margin: 40px 0 0
}

.qodef-horizontal-timeline .qodef-horizontal-timeline-items-holder .qodef-m-item:nth-child(5n+2) {
    top: 165px
}

.qodef-horizontal-timeline .qodef-horizontal-timeline-items-holder .qodef-m-item:nth-child(5n+2) .qodef-m-item-wrap {
    margin: 40px 0 0
}

.qodef-horizontal-timeline .qodef-horizontal-timeline-items-holder .qodef-m-item:nth-child(5n+3) {
    top: 155px;
    bottom: auto
}

.qodef-horizontal-timeline .qodef-horizontal-timeline-items-holder .qodef-m-item:nth-child(5n+3) .qodef-m-item-wrap {
    margin: -25px 0 0
}

.qodef-horizontal-timeline .qodef-horizontal-timeline-items-holder .qodef-m-item:nth-child(5n+4) {
    top: 85px
}

.qodef-horizontal-timeline .qodef-horizontal-timeline-items-holder .qodef-m-item:nth-child(5n+4) .qodef-m-item-wrap {
    margin: -25px 0 0
}

.qodef-horizontal-timeline .qodef-horizontal-timeline-items-holder .qodef-m-item:nth-child(5n+5) {
    top: -25px
}

.qodef-horizontal-timeline .qodef-horizontal-timeline-items-holder .qodef-m-item:nth-child(5n+5) .qodef-m-item-wrap {
    margin: -25px 0 0
}

.qodef-horizontal-timeline .qodef-horizontal-timeline-items-holder .qodef-m-item:first-child .qodef-e-title:before {
    background-color: #ba7d5c
}

.qodef-horizontal-timeline .qodef-m-image-holder {
    width: 100vw;
    padding: 25px 0 55px
}

.qodef-horizontal-timeline .qodef-m-image {
    background-image: url(../img/windrose.svg);
    width: 56px;
    height: 57px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%)
}

.qodef-horizontal-timeline .qodef-drag-text {
    display: none
}

.qodef-horizontal-timeline.qodef-follow-info-holder {
    width: 75px;
    height: 75px;
    background-color: #000;
    border-radius: 50px;
    padding: 0
}

.qodef-horizontal-timeline.qodef-follow-info-holder .qodef-follow-info-inner {
    position: absolute;
    display: flex;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.qodef-horizontal-timeline.qodef-follow-info-holder .qodef-drag-text {
    font-family: "DM Sans";
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #fff;
    display: inline
}

.qodef-horizontal-timeline::-webkit-scrollbar {
    width: 0
}

.qodef-destination-list.qodef-item-layout--info-follow.qodef-hover-animation--follow .qodef-e-inner {
    overflow: hidden
}

.qodef-destination-list.qodef-item-layout--info-follow.qodef-hover-animation--follow .qodef-e-inner .qodef-e-image {
    transform: scale(1);
    transition: transform .4s ease
}

.qodef-destination-list.qodef-item-layout--info-follow.qodef-hover-animation--follow .qodef-e-inner:hover .qodef-e-image {
    transform: scale(1.03)
}

.qodef-destination-list.qodef-item-layout--info-follow.qodef-hover-animation--follow .qodef-e-content {
    display: none
}

.qodef-follow-info-holder.qodef-horizontal-timeline {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 9999;
    pointer-events: none;
    visibility: hidden
}

.qodef-follow-info-holder.qodef-horizontal-timeline .qodef-follow-info-inner {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 5px
}

.qodef-follow-info-holder.qodef-horizontal-timeline .qodef-follow-info-title {
    display: inline-block;
    position: relative;
    color: #fff;
    background-color: var(--qode-main-color);
    text-transform: uppercase;
    white-space: nowrap;
    z-index: 8;
    padding: 3px 5px;
    margin-top: 4px
}

.qodef-follow-info-holder.qodef-horizontal-timeline a {
    color: #fff
}

.qodef-follow-info-holder.qodef-horizontal-timeline.qodef-is-active {
    visibility: visible
}

.qodef-icon-list-item {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    line-height: 1
}

.qodef-icon-list-item .qodef-e-title {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    line-height: 1
}

.qodef-icon-list-item .qodef-e-title a {
    display: block
}

.qodef-icon-list-item .qodef-e-title-inner {
    display: flex;
    align-items: center
}

.qodef-icon-list-item .qodef-icon-holder {
    flex-shrink: 0;
    margin-right: 5px;
    float: none
}

.qodef-icon-list-item .qodef-icon-holder .qodef-icon {
    font-size: 21px
}

.qodef-icon-list-item.qodef-icon--custom-icon .qodef-e-icon-wrapper {
    position: relative;
    display: inline-block;
    vertical-align: top
}

.qodef-icon-list-item.qodef-icon--custom-icon .qodef-e-icon-wrapper a,
.qodef-icon-list-item.qodef-icon--custom-icon .qodef-e-icon-wrapper img {
    display: block
}

#qodef-page-sidebar .widget.widget_myvoyage_core_icon_list_item {
    margin-bottom: 0
}

#qodef-page-footer .widget.widget_myvoyage_core_icon_list_item {
    margin-bottom: 0
}

#qodef-side-area .widget.widget_myvoyage_core_icon_list_item {
    margin-bottom: 0
}

.qodef-icon-with-text .qodef-m-title {
    margin: 0
}

.qodef-icon-with-text .qodef-m-title a {
    display: block
}

.qodef-icon-with-text .qodef-m-text {
    margin: 8px 0 0
}

.qodef-icon-with-text .qodef-m-icon-wrapper {
    line-height: 1
}

.qodef-icon-with-text .qodef-icon-holder {
    float: none
}

.qodef-icon-with-text .qodef-m-content {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-icon-with-text.qodef--custom-icon .qodef-m-icon-wrapper {
    position: relative;
    display: inline-block;
    vertical-align: top
}

.qodef-icon-with-text.qodef--custom-icon .qodef-m-icon-wrapper a,
.qodef-icon-with-text.qodef--custom-icon .qodef-m-icon-wrapper img {
    display: block
}

.qodef-icon-with-text.qodef-layout--before-content {
    display: flex;
    align-items: flex-start
}

.qodef-icon-with-text.qodef-layout--before-content .qodef-m-icon-wrapper {
    flex-shrink: 0;
    margin-right: 15px
}

.qodef-icon-with-text.qodef-layout--before-title .qodef-m-title {
    line-height: 1
}

.qodef-icon-with-text.qodef-layout--before-title .qodef-m-title-inner {
    display: flex;
    align-items: center
}

.qodef-icon-with-text.qodef-layout--before-title .qodef-m-icon-wrapper {
    flex-shrink: 0;
    margin-right: 5px
}

.qodef-icon-with-text.qodef-layout--top.qodef-alignment--center {
    text-align: center
}

.qodef-icon-with-text.qodef-layout--top.qodef-alignment--left {
    text-align: left
}

.qodef-icon-with-text.qodef-layout--top.qodef-alignment--right {
    text-align: right
}

.qodef-icon-with-text.qodef-layout--top .qodef-m-title {
    margin-top: 21px
}

.qodef-icon-holder {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: auto;
    line-height: 1
}

.qodef-icon-holder a {
    display: block
}

.qodef-icon-holder .qodef-icon {
    display: block;
    line-height: inherit
}

.qodef-icon-holder .qodef-icon:before {
    display: block;
    line-height: inherit
}

.qodef-icon-holder.qodef-layout--circle,
.qodef-icon-holder.qodef-layout--square {
    width: 2em;
    height: 2em;
    line-height: 2em;
    text-align: center;
    color: #fff;
    background-color: var(--qode-main-color);
    transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out
}

.qodef-icon-holder.qodef-layout--circle a,
.qodef-icon-holder.qodef-layout--square a {
    color: inherit;
    transition: none
}

.qodef-icon-holder.qodef-layout--circle:hover,
.qodef-icon-holder.qodef-layout--square:hover {
    background-color: #000
}

.qodef-icon-holder.qodef-layout--circle {
    border-radius: 50%
}

.qodef-icon-holder.qodef-size--tiny {
    font-size: 1.33333333em
}

.qodef-icon-holder.qodef-size--small {
    font-size: 2em
}

.qodef-icon-holder.qodef-size--medium {
    font-size: 3em
}

.qodef-icon-holder.qodef-size--large {
    font-size: 4em
}

.qodef-icon-holder.qodef-size--huge {
    font-size: 5em
}

.widget.widget_myvoyage_core_icon {
    display: inline-block;
    line-height: 1
}

#qodef-page-sidebar .widget.widget_myvoyage_core_icon {
    margin-bottom: 0
}

#qodef-page-footer .widget.widget_myvoyage_core_icon {
    margin-bottom: 0
}

#qodef-side-area .widget.widget_myvoyage_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,
.qodef-image-with-text .qodef-m-video {
    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,
.qodef-image-with-text .qodef-m-video a,
.qodef-image-with-text .qodef-m-video img {
    display: block
}

.qodef-image-with-text .qodef-m-image:hover+.qodef-m-content a,
.qodef-image-with-text .qodef-m-video:hover+.qodef-m-content a {
    background-size: 100% 1px
}

.qodef-image-with-text .qodef-m-content {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-image-with-text .qodef-m-title {
    margin: 20px 0 0
}

.qodef-image-with-text .qodef-m-title a {
    display: initial;
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 1px;
    transition: background-size .45s ease-out;
    color: currentColor
}

.qodef-image-with-text .qodef-m-title a:hover {
    background-size: 100% 1px
}

.qodef-image-with-text .qodef-m-text {
    margin: 15px 0 0
}

.qodef-image-with-text.qodef-enable-shadow .qodef-m-image img {
    box-shadow: 0 0 15.52px .48px rgba(0, 0, 0, .06)
}

.qodef-image-with-text.qodef-enable-shadow .qodef-m-video video {
    box-shadow: 0 0 15.52px .48px rgba(0, 0, 0, .06)
}

.qodef-image-with-text .qodef-cross-fade-images {
    position: relative
}

.qodef-image-with-text .qodef-cross-fade-images:hover .qodef-img--fade {
    opacity: 1;
    transition: opacity .2s ease
}

.qodef-image-with-text .qodef-cross-fade-images .qodef-img--fade {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity .2s ease
}

.qodef-info-section .qodef-m-info {
    text-align: left
}

.qodef-info-section.qodef-skin--light .qodef-m-info .qodef-m-text,
.qodef-info-section.qodef-skin--light .qodef-m-info .qodef-m-title {
    color: #fff
}

.qodef-info-section.qodef-skin--dark .qodef-m-info .qodef-m-text,
.qodef-info-section.qodef-skin--dark .qodef-m-info .qodef-m-title {
    color: #000
}

.qodef-info-section.qodef-alignment--center .qodef-m-info {
    text-align: center
}

.qodef-info-section.qodef-alignment--right .qodef-m-info {
    text-align: right
}

.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-button {
    margin-top: 6px
}

.qodef-info-section.qodef-layout--background-text .qodef-m-background-text {
    position: absolute;
    display: inline-block;
    color: rgba(0, 0, 0, .1);
    text-align: center;
    font-weight: 700;
    font-size: 250px
}

.qodef-info-section.qodef-layout--background-text.qodef-background-text-pos--top-left .qodef-m-background-text {
    top: 0;
    left: -20px
}

.qodef-info-section.qodef-layout--background-text.qodef-background-text-pos--top-right .qodef-m-background-text {
    top: 0;
    right: -20px
}

.qodef-info-section.qodef-layout--background-text.qodef-background-text-pos--bottom-left .qodef-m-background-text {
    bottom: 0;
    left: -20px
}

.qodef-info-section.qodef-layout--background-text.qodef-background-text-pos--bottom-right .qodef-m-background-text {
    bottom: 0;
    right: -20px
}

.qodef-info-section.qodef-layout--background-text.qodef-background-text-pos--center .qodef-m-background-text {
    font-size: 450px;
    top: 34px;
    left: 0;
    right: 0;
    text-align: center
}

.qodef-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: #000
}

.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: #000;
    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%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    font-family: "DM Sans";
    font-weight: 500;
    text-transform: none;
    letter-spacing: 0;
    color: #000;
    font-size: 22px;
    line-height: 1.318em
}

.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-alignment--center {
    text-align: center
}

.qodef-section-title.qodef-alignment--left {
    text-align: left
}

.qodef-section-title.qodef-alignment--right {
    text-align: right
}

.qodef-section-title .qodef-m-title {
    margin: 0
}

.qodef-section-title .qodef-m-subtitle {
    font-family: "DM Sans";
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #ba7d5c;
    margin: 0 0 15px
}

.qodef-section-title .qodef-m-text {
    margin: 25px 0 0
}

.qodef-separator-vertical {
    position: relative;
    height: 100%;
    font-size: 0;
    line-height: 1;
    display: flex
}

.qodef-separator-vertical .qodef-m-line {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 0
}

.qodef-separator-vertical.qodef-position--center {
    justify-content: center
}

.qodef-separator-vertical.qodef-position--left {
    justify-content: flex-start
}

.qodef-separator-vertical.qodef-position--right {
    justify-content: flex-end
}

.widget.widget_myvoyage_core_separator_vertical {
    height: 100%
}

#qodef-page-sidebar .widget.widget_myvoyage_core_separator_vertical {
    margin-bottom: 0
}

#qodef-page-footer .widget.widget_myvoyage_core_separator_vertical {
    margin-bottom: 0
}

#qodef-side-area .widget.widget_myvoyage_core_separator_vertical {
    margin-bottom: 0
}

.qodef-separator {
    position: relative;
    height: auto;
    font-size: 0;
    line-height: 1
}

.qodef-separator .qodef-m-line {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 10px 0;
    border-bottom: 1px solid #efece2
}

.qodef-separator.qodef-position--center {
    text-align: center
}

.qodef-separator.qodef-position--left {
    text-align: left
}

.qodef-separator.qodef-position--right {
    text-align: right
}

#qodef-page-sidebar .widget.widget_myvoyage_core_separator {
    margin-bottom: 0
}

#qodef-page-footer .widget.widget_myvoyage_core_separator {
    margin-bottom: 0
}

#qodef-side-area .widget.widget_myvoyage_core_separator {
    margin-bottom: 0
}

.qodef-single-image img {
    display: block
}

.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 {
    border-right: 1px solid #efece2;
    position: relative
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li:after {
    content: '';
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 1px;
    background: #000;
    transition: opacity .5s ease;
    opacity: 0
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a {
    padding: 0 32px 0 33px;
    display: block;
    transition: color .2s ease-out, background-color .2s ease-out;
    font-family: "DM Sans";
    font-size: 12px;
    font-weight: 400;
    line-height: 55px;
    letter-spacing: .1em;
    color: #000;
    text-transform: uppercase
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li:first-child {
    padding-left: 0
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li:last-child {
    margin-right: 0;
    border-right: 0
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li:hover:after {
    opacity: 1
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.active:after,
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.ui-state-active:after,
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.ui-state-hover:after {
    opacity: 1
}

@media only screen and (max-width:680px) {
    .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation {
        flex-direction: column;
        align-items: flex-start
    }

    .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li {
        margin: 0 0 26px 0;
        padding: 0
    }

    .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li:last-child {
        margin-bottom: 0
    }
}

.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    height: 100%
}

.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation {
    flex-shrink: 0;
    display: block;
    padding-right: 26px;
    margin-right: 26px;
    border-right: 1px solid #efece2
}

.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-video-button {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.qodef-video-button .qodef-m-play {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 106px;
    line-height: 1
}

.qodef-video-button .qodef-m-play span {
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 85px;
    height: 85px;
    border-radius: 50%;
    background-color: #000;
    transition: background-color .2s ease-out
}

.qodef-video-button .qodef-m-play span:before {
    display: block;
    line-height: inherit
}

.qodef-video-button .qodef-m-play span svg {
    fill: #fff;
    position: absolute;
    left: 52%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.qodef-video-button .qodef-m-play:hover span {
    background-color: #202020
}

.qodef-video-holder {
    display: block;
    max-width: 100%
}

.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: -440px;
    width: 440px;
    height: 100%;
    min-height: 100%;
    padding: 150px 60px 35px;
    text-align: left;
    background-color: #fcf1eb;
    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 .widget {
    border-bottom: none
}

#qodef-side-area .widget_media_image a {
    width: 100%
}

#qodef-side-area .widget_media_image img {
    margin: 0 auto
}

#qodef-side-area-close {
    position: absolute;
    top: 32px;
    right: 65px;
    display: block;
    z-index: 1000;
    color: #000
}

.admin-bar #qodef-side-area-close {
    top: 62px
}

#qodef-side-area-close.qodef-source--predefined .qodef-m-lines {
    width: 26.5px;
    height: 26.5px
}

#qodef-side-area-close.qodef-source--predefined .qodef-m-line.qodef--1 {
    top: 13px;
    transform: rotate(45deg)
}

#qodef-side-area-close.qodef-source--predefined .qodef-m-line.qodef--2 {
    top: 13px;
    transform: rotate(-45deg)
}

#qodef-side-area-close.qodef-source--predefined .qodef-m-line.qodef--3 {
    display: none
}

#qodef-side-area-close.qodef-source--svg-path:hover {
    color: currentColor
}

#qodef-side-area-close.qodef-source--svg-path:hover .qodef--open line {
    animation: qodef-draw-diag-line .66s forwards cubic-bezier(.33, .02, 0, .93)
}

#qodef-side-area-close.qodef-source--svg-path:hover .qodef--open line:nth-child(2) {
    animation: qodef-draw-diag-line .66s forwards cubic-bezier(.33, .02, 0, .93) .14s
}

.qodef-side-area-cover {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    overflow: hidden;
    z-index: 0;
    transition: opacity .2s ease-in-out, z-index .2s ease-in-out
}

.qodef-side-area--opened .qodef-side-area-cover {
    opacity: 1;
    z-index: 1002
}

.qodef-social-share {
    position: relative;
    display: inline-block;
    vertical-align: top
}

.qodef-social-share .qodef-social-title {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 5px 0 0;
    font-family: "DM Sans";
    font-weight: 500;
    text-transform: none;
    letter-spacing: 0;
    color: #000;
    font-size: 22px;
    line-height: 1.318em
}

.qodef-social-share ul {
    position: relative;
    display: inline-block;
    vertical-align: top;
    list-style: none;
    padding: 0;
    margin: 0
}

.qodef-social-share li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    line-height: 1;
    padding: 0;
    margin: 0
}

.qodef-social-share li a {
    font-size: 20px
}

.qodef-social-share li.qodef-facebook-share a:hover {
    color: #3b5998
}

.qodef-social-share li.qodef-twitter-share a:hover {
    color: #00aced
}

.qodef-social-share li.qodef-linkedin-share a:hover {
    color: #007bb5
}

.qodef-social-share li.qodef-tumblr-share a:hover {
    color: #32506d
}

.qodef-social-share li.qodef-pinterest-share a:hover {
    color: #cb2027
}

.qodef-social-share li.qodef-vk-share a:hover {
    color: #45668e
}

.qodef-social-share.qodef-layout--dropdown {
    position: relative;
    display: inline-block;
    vertical-align: bottom
}

.qodef-social-share.qodef-layout--dropdown .qodef-social-title {
    margin: 0;
    vertical-align: middle
}

.qodef-social-share.qodef-layout--dropdown .qodef-social-share-icon {
    vertical-align: middle
}

.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li {
    opacity: 1;
    visibility: visible;
    cursor: pointer
}

.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(2) {
    transition-delay: .2s
}

.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(3) {
    transition-delay: .3s
}

.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(4) {
    transition-delay: .4s
}

.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(5) {
    transition-delay: .5s
}

.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(6) {
    transition-delay: .6s
}

.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(7) {
    transition-delay: .7s
}

.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown-opener {
    display: block
}

.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown-opener svg {
    vertical-align: middle
}

.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown-opener .qodef-social-share-title {
    display: inline-block;
    vertical-align: top;
    margin-right: 5px
}

.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown {
    position: absolute;
    visibility: hidden;
    z-index: 950
}

.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown ul {
    position: relative;
    display: block;
    z-index: 990;
    margin: 0;
    padding: 0 !important
}

.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown li {
    position: absolute;
    display: block;
    text-align: center;
    visibility: hidden;
    overflow: hidden;
    opacity: 0;
    transition: opacity .2s ease-out, visibility .2s ease-out
}

.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown li a {
    transition: color .2s ease-out, background-color .2s ease-out
}

.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown li * {
    display: block;
    line-height: inherit
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown {
    bottom: 0;
    left: -34px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li {
    width: 90px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #efece2
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:not(:first-child) {
    border-top: none
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li.qodef-facebook-share a:hover {
    background-color: #3b5998;
    color: #fff
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li.qodef-twitter-share a:hover {
    background-color: #00aced;
    color: #fff
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li.qodef-linkedin-share a:hover {
    background-color: #007bb5;
    color: #fff
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li.qodef-tumblr-share a:hover {
    background-color: #32506d;
    color: #fff
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li.qodef-pinterest-share a:hover {
    background-color: #cb2027;
    color: #fff
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li.qodef-vk-share a:hover {
    background-color: #45668e;
    color: #fff
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li a {
    font-size: 14px;
    color: #000;
    background-color: #fff
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(1) {
    bottom: -30px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(2) {
    bottom: -60px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(3) {
    bottom: -90px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(4) {
    bottom: -120px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(5) {
    bottom: -150px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(6) {
    bottom: -180px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(7) {
    bottom: -210px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown {
    top: 0;
    right: 0
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li {
    width: calc(90px / 3)
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(1) {
    left: 5px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(2) {
    left: 35px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(3) {
    left: 65px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(4) {
    left: 95px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(5) {
    left: 125px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(6) {
    left: 155px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(7) {
    left: 185px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown {
    top: 0;
    left: 0
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li {
    width: calc(90px / 3)
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(1) {
    right: 5px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(2) {
    right: 35px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(3) {
    right: 65px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(4) {
    right: 95px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(5) {
    right: 125px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(6) {
    right: 155px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(7) {
    right: 185px
}

.qodef-social-share.qodef-layout--list li {
    margin-right: 15px
}

.qodef-social-share.qodef-layout--list li:last-child {
    margin-right: 0
}

.qodef-social-share.qodef-layout--text li {
    margin-right: 15px
}

.qodef-social-share.qodef-layout--text li:last-child {
    margin-right: 0
}

.widget .qodef-social-share.qodef-layout--list .qodef-social-title {
    display: block;
    margin-bottom: 21px
}

.widget .qodef-social-share.qodef-layout--text .qodef-social-title {
    display: block;
    margin-bottom: 21px
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list li.qodef-facebook-share a:hover {
    color: #3b5998
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list li.qodef-twitter-share a:hover {
    color: #00aced
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list li.qodef-linkedin-share a:hover {
    color: #007bb5
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list li.qodef-tumblr-share a:hover {
    color: #32506d
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list li.qodef-pinterest-share a:hover {
    color: #cb2027
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list li.qodef-vk-share a:hover {
    color: #45668e
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li.qodef-facebook-share a:hover {
    color: #3b5998
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li.qodef-twitter-share a:hover {
    color: #00aced
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li.qodef-linkedin-share a:hover {
    color: #007bb5
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li.qodef-tumblr-share a:hover {
    color: #32506d
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li.qodef-pinterest-share a:hover {
    color: #cb2027
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li.qodef-vk-share a:hover {
    color: #45668e
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--dropdown .qodef-social-title {
    color: #ccc
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--list .qodef-social-title {
    color: #ccc
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--list li.qodef-facebook-share a:hover {
    color: #3b5998
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--list li.qodef-twitter-share a:hover {
    color: #00aced
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--list li.qodef-linkedin-share a:hover {
    color: #007bb5
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--list li.qodef-tumblr-share a:hover {
    color: #32506d
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--list li.qodef-pinterest-share a:hover {
    color: #cb2027
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--list li.qodef-vk-share a:hover {
    color: #45668e
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--text .qodef-social-title {
    color: #ccc
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--text li.qodef-facebook-share a:hover {
    color: #3b5998
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--text li.qodef-twitter-share a:hover {
    color: #00aced
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--text li.qodef-linkedin-share a:hover {
    color: #007bb5
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--text li.qodef-tumblr-share a:hover {
    color: #32506d
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--text li.qodef-pinterest-share a:hover {
    color: #cb2027
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--text li.qodef-vk-share a:hover {
    color: #45668e
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--dropdown .qodef-social-title {
    color: #ccc
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--list .qodef-social-title {
    color: #ccc
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--list li.qodef-facebook-share a:hover {
    color: #3b5998
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--list li.qodef-twitter-share a:hover {
    color: #00aced
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--list li.qodef-linkedin-share a:hover {
    color: #007bb5
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--list li.qodef-tumblr-share a:hover {
    color: #32506d
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--list li.qodef-pinterest-share a:hover {
    color: #cb2027
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--list li.qodef-vk-share a:hover {
    color: #45668e
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--text .qodef-social-title {
    color: #ccc
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--text li.qodef-facebook-share a:hover {
    color: #3b5998
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--text li.qodef-twitter-share a:hover {
    color: #00aced
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--text li.qodef-linkedin-share a:hover {
    color: #007bb5
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--text li.qodef-tumblr-share a:hover {
    color: #32506d
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--text li.qodef-pinterest-share a:hover {
    color: #cb2027
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--text li.qodef-vk-share a:hover {
    color: #45668e
}

#qodef-page-spinner {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 2000
}

#qodef-page-spinner .qodef-m-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: var(--qode-main-color);
    background-color: #fff
}

#qodef-page-spinner .qodef-m-spinner {
    position: relative
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom {
    position: relative;
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--1 {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 50%;
    width: 50%;
    z-index: 1;
    animation: qode-atom-shrink 4.5s infinite linear
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--1:before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    height: 100%;
    width: 100%;
    background: currentColor;
    border-radius: 50%
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--2,
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--3,
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--4 {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--2:before,
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--3:before,
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--4:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    margin: 0 auto;
    background: currentColor;
    border-radius: 50%
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--2 {
    animation: qode-atom-zindex 1.5s .75s infinite steps(2, end)
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--2:before {
    transform: rotate(0);
    animation: qode-atom-postion 1.5s infinite ease, qode-atom-size 1.5s -1.125s infinite ease
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--3 {
    transform: rotate(120deg);
    animation: qode-atom-zindex 1.5s -.25s infinite steps(2, end)
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--3:before {
    animation: qode-atom-postion 1.5s -1s infinite ease, qode-atom-size 1.5s -.75s infinite ease
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--4 {
    transform: rotate(240deg);
    animation: qode-atom-zindex 1.5s .25s infinite steps(2, end)
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--4:before {
    animation: qode-atom-postion 1.5s -.5s infinite ease, qode-atom-size 1.5s -125ms infinite ease
}

#qodef-page-spinner.qodef-layout--clock .qodef-m-clock {
    position: relative;
    width: 50px;
    height: 50px;
    margin: -25px 0 0 -25px;
    animation: qode-clock 8s infinite steps(8)
}

#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item {
    position: absolute;
    height: 50px;
    width: 50px
}

#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item:before {
    content: '';
    position: absolute;
    height: 18.31501832px;
    width: 18.31501832px;
    background: currentColor;
    border-radius: 50%
}

#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item.qodef-clock--1 {
    transform: rotate(-135deg);
    animation: qode-clock-1 1s ease-in infinite
}

#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item.qodef-clock--2 {
    transform: rotate(-90deg);
    animation: qode-clock-2 1s ease-in infinite
}

#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item.qodef-clock--3 {
    transform: rotate(-45deg);
    animation: qode-clock-3 1s ease-in infinite
}

#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item.qodef-clock--4 {
    animation: qode-clock-4 1s ease-in infinite
}

#qodef-page-spinner.qodef-layout--cube .qodef-m-cube {
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px;
    background-color: currentColor;
    animation: qode-cube 1.2s infinite ease-in-out
}

#qodef-page-spinner.qodef-layout--double-pulse .qodef-m-pulses {
    position: relative;
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px
}

#qodef-page-spinner.qodef-layout--double-pulse .qodef-m-pulse {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: currentColor;
    border-radius: 50%;
    opacity: .6;
    animation: qode-double-pulse 2s infinite ease-in-out
}

#qodef-page-spinner.qodef-layout--double-pulse .qodef-m-pulse.qodef-pulse--2 {
    animation-delay: -1s
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-five-rotating-circles {
    position: relative;
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item {
    position: absolute;
    width: 100%;
    height: 100%
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--1 .qodef-circle--2 {
    animation-delay: calc((600ms) - 1500ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--1 .qodef-circle--3 {
    animation-delay: calc((900ms) - 1500ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--1 .qodef-circle--4 {
    animation-delay: calc((1200ms) - 1500ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 {
    transform: rotateZ(45deg)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 .qodef-circle--1 {
    animation-delay: calc((300ms) - 1400ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 .qodef-circle--2 {
    animation-delay: calc((600ms) - 1400ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 .qodef-circle--3 {
    animation-delay: calc((900ms) - 1400ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 .qodef-circle--4 {
    animation-delay: calc((1200ms) - 1400ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 {
    transform: rotateZ(90deg)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 .qodef-circle--1 {
    animation-delay: calc((300ms) - 1300ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 .qodef-circle--2 {
    animation-delay: calc((600ms) - 1300ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 .qodef-circle--3 {
    animation-delay: calc((900ms) - 1300ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 .qodef-circle--4 {
    animation-delay: calc((1200ms) - 1300ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle {
    position: absolute;
    width: 12px;
    height: 12px;
    background-color: currentColor;
    border-radius: 100%;
    animation: qode-bounce-delay 1.2s infinite ease-in-out both
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle.qodef-circle--1 {
    top: 0;
    left: 0
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle.qodef-circle--2 {
    top: 0;
    right: 0
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle.qodef-circle--3 {
    right: 0;
    bottom: 0
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle.qodef-circle--4 {
    left: 0;
    bottom: 0
}

#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion {
    position: relative;
    width: 30px;
    height: 30px;
    margin: -45px 0 0 -30px
}

#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 40px;
    width: 40px;
    background: currentColor;
    border-radius: 50%
}

#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item.qodef-fusion--1 {
    top: 0;
    left: 50%;
    animation: qode-fussion-ball-1 1s 0s ease infinite;
    z-index: 1
}

#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item.qodef-fusion--2 {
    top: 50%;
    left: 100%;
    animation: qode-fussion-ball-2 1s 0s ease infinite;
    z-index: 2
}

#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item.qodef-fusion--3 {
    top: 100%;
    left: 50%;
    animation: qode-fussion-ball-3 1s 0s ease infinite;
    z-index: 1
}

#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item.qodef-fusion--4 {
    top: 50%;
    left: 0;
    animation: qode-fussion-ball-4 1s 0s ease infinite;
    z-index: 2
}

#qodef-page-spinner.qodef-layout--lines .qodef-m-lines {
    width: 60px;
    height: 60px;
    margin: 0 0 0 -30px
}

#qodef-page-spinner.qodef-layout--lines .qodef-m-line.qodef-line--1 {
    position: absolute;
    width: 60px;
    height: 4px;
    margin-left: 10px;
    background-color: currentColor;
    animation: qode-lines-spin 1.5s infinite ease calc((100ms) - 100ms)
}

#qodef-page-spinner.qodef-layout--lines .qodef-m-line.qodef-line--2 {
    position: absolute;
    width: 60px;
    height: 4px;
    margin-left: 10px;
    background-color: currentColor;
    animation: qode-lines-spin 1.5s infinite ease calc((200ms) - 100ms)
}

#qodef-page-spinner.qodef-layout--lines .qodef-m-line.qodef-line--3 {
    position: absolute;
    width: 60px;
    height: 4px;
    margin-left: 10px;
    background-color: currentColor;
    animation: qode-lines-spin 1.5s infinite ease calc((300ms) - 100ms)
}

#qodef-page-spinner.qodef-layout--lines .qodef-m-line.qodef-line--4 {
    position: absolute;
    width: 60px;
    height: 4px;
    margin-left: 10px;
    background-color: currentColor;
    animation: qode-lines-spin 1.5s infinite ease calc((400ms) - 100ms)
}

#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis {
    position: relative;
    height: 50px;
    width: 50px;
    margin: -25px 0 0 -25px;
    animation: qode-mitosis-invert 2s infinite steps(2, end)
}

#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: currentColor;
    border-radius: 50%
}

#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item.qodef-mitosis--1 {
    animation: qode-mitosis-ball-1 1s infinite alternate linear
}

#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item.qodef-mitosis--2 {
    animation: qode-mitosis-ball-2 1s infinite alternate linear
}

#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item.qodef-mitosis--3 {
    animation: qode-mitosis-ball-3 1s infinite alternate linear
}

#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item.qodef-mitosis--4 {
    animation: qode-mitosis-ball-4 1s infinite alternate linear
}

#qodef-page-spinner.qodef-layout--myvoyage .qodef-m-myvoyage svg {
    width: 50px
}

#qodef-page-spinner.qodef-layout--myvoyage .qodef-m-myvoyage polyline {
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round
}

#qodef-page-spinner.qodef-layout--myvoyage .qodef-m-myvoyage polyline:nth-child(1) {
    stroke-dasharray: 110;
    animation: qodef-path-draw-1 2s cubic-bezier(.51, .82, .57, 1) 0s
}

#qodef-page-spinner.qodef-layout--myvoyage .qodef-m-myvoyage polyline:nth-child(2) {
    stroke-dasharray: 12;
    animation: qodef-path-draw-2 1.5s cubic-bezier(.51, .82, .57, 1) .2s infinite
}

#qodef-page-spinner.qodef-layout--myvoyage .qodef-m-myvoyage polyline:nth-child(3) {
    stroke-dasharray: 12;
    animation: qodef-path-draw-2 1.5s cubic-bezier(.51, .82, .57, 1) .4s infinite
}

#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-heading {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between
}

#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-heading>* {
    margin: 0;
    opacity: 0;
    animation: qode-fade-in 1s forwards
}

#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-number-holder {
    flex-shrink: 0;
    animation-delay: .5s
}

#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-line {
    position: relative;
    display: block;
    height: 3px;
    width: 500px;
    margin-top: 20px;
    background-color: #e5e1dc;
    overflow: hidden;
    opacity: 0;
    animation: qode-fade-in 1s .3s forwards
}

#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-line-front {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--qode-main-color);
    width: 0
}

#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circles {
    position: relative;
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px
}

#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle {
    position: absolute;
    height: 100%;
    width: 100%;
    background: currentColor;
    border: 0 solid currentColor;
    border-radius: 50%
}

#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle.qodef-pulse--1 {
    animation: qode-pulse-circles-pulse 3s infinite calc((-750ms) + 750ms)
}

#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle.qodef-pulse--2 {
    animation: qode-pulse-circles-pulse 3s infinite calc((-1500ms) + 750ms)
}

#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle.qodef-pulse--3 {
    animation: qode-pulse-circles-pulse 3s infinite calc((-2250ms) + 750ms)
}

#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle.qodef-pulse--4 {
    animation: qode-pulse-circles-pulse 3s infinite calc((-3000ms) + 750ms)
}

#qodef-page-spinner.qodef-layout--pulse .qodef-m-pulse {
    width: 32px;
    height: 32px;
    margin: -16px 0 0 -16px;
    background-color: currentColor;
    border-radius: 16px;
    animation: qode-scaleout 1s infinite ease-in-out
}

#qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles {
    width: 60px;
    height: 20px
}

#qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles>div {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 4px;
    background-color: currentColor;
    border-radius: 100%;
    opacity: 0;
    animation: qode-ball-fall 1.5s ease infinite both
}

#qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles>div:nth-last-of-type(1) {
    animation-delay: calc((100ms) - 300ms)
}

#qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles>div:nth-last-of-type(2) {
    animation-delay: calc((200ms) - 300ms)
}

#qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles>div:nth-last-of-type(3) {
    animation-delay: calc((300ms) - 300ms)
}

#qodef-page-spinner.qodef-layout--rotating-cubes .qodef-m-cubes {
    position: relative;
    width: 32px;
    height: 32px;
    margin: -16px 0 0 -16px
}

#qodef-page-spinner.qodef-layout--rotating-cubes .qodef-m-cube {
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    background-color: currentColor;
    animation: qode-rotating-cubes 1.8s infinite ease-in-out
}

#qodef-page-spinner.qodef-layout--rotating-cubes .qodef-m-cube.qodef-cube--2 {
    animation-delay: -.9s
}

#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripes {
    width: 50px;
    height: 60px;
    margin: -30px 0 0 -25px;
    text-align: center
}

#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe {
    display: inline-block;
    float: left;
    height: 100%;
    width: 6px;
    margin: 0 3px 0 0;
    background-color: currentColor;
    animation: qode-stretch-delay 1.2s infinite ease-in-out
}

#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe.qodef-stripe--2 {
    animation-delay: calc((200ms) - 1300ms)
}

#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe.qodef-stripe--3 {
    animation-delay: calc((300ms) - 1300ms)
}

#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe.qodef-stripe--4 {
    animation-delay: calc((400ms) - 1300ms)
}

#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe.qodef-stripe--5 {
    animation-delay: calc((500ms) - 1300ms)
}

#qodef-page-spinner.qodef-layout--two-rotating-circles .qodef-m-two-rotating-circles {
    position: relative;
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px;
    text-align: center;
    animation: qode-rotate-circles 2s infinite linear
}

#qodef-page-spinner.qodef-layout--two-rotating-circles .qodef-m-circle {
    position: absolute;
    top: 0;
    width: 60%;
    height: 60%;
    display: inline-block;
    background-color: currentColor;
    border-radius: 100%;
    transform-origin: center bottom;
    animation: qode-bounce 2s infinite ease-in-out
}

#qodef-page-spinner.qodef-layout--two-rotating-circles .qodef-m-circle.qodef-circle--2 {
    top: auto;
    bottom: 0;
    animation-delay: -1s
}

#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circles {
    width: 150px;
    height: 30px;
    margin: -15px 0 0 -75px
}

#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circle {
    float: left;
    height: 30px;
    width: 30px;
    margin-right: 10px;
    background: currentColor;
    border-radius: 50%
}

#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circle.qodef-wave--1 {
    animation: qode-wave-jump-3 1.8s infinite ease-out
}

#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circle.qodef-wave--2 {
    animation: qode-wave-jump-2 1.8s infinite ease-out
}

#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circle.qodef-wave--3 {
    animation: qode-wave-jump-1 1.8s infinite ease-out
}

#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circle.qodef-wave--4 {
    margin-right: 0;
    animation: qode-wave-wipe 1.8s infinite cubic-bezier(.5, 0, .5, 1)
}

#qodef-page-spinner.qodef-layout--wave .qodef-m-wave {
    width: 72px;
    margin: -9px 0 0 -36px;
    text-align: center
}

#qodef-page-spinner.qodef-layout--wave .qodef-m-wave-item {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: 0 3px 0 0;
    background-color: currentColor;
    border-radius: 100%;
    animation: qode-bounce-delay 1.4s infinite ease-in-out both
}

#qodef-page-spinner.qodef-layout--wave .qodef-m-wave-item.qodef-wave--1 {
    animation-delay: -.32s
}

#qodef-page-spinner.qodef-layout--wave .qodef-m-wave-item.qodef-wave--2 {
    animation-delay: -.16s
}

.qodef-sp-holder {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 115;
    transform: translateX(100%);
    transition: transform 1s cubic-bezier(.54, .32, .05, .96);
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none
}

.qodef-sp-holder .qodef-sp-inner {
    width: 90%;
    max-width: 744px;
    background-color: #c9d6c2;
    opacity: 0;
    box-shadow: 3px 3px 16px 2px rgba(0, 0, 0, .04);
    transition: transform .3s cubic-bezier(.06, .47, .38, .99), opacity .2s ease-out;
    position: absolute;
    right: 0;
    bottom: 0;
    pointer-events: auto
}

@media only screen and (max-width:680px) {
    .qodef-sp-holder .qodef-sp-inner {
        width: 95%
    }
}

.qodef-sp-holder .qodef-sp-side-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 205px
}

.qodef-sp-holder .qodef-sp-side-image img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%;
    height: 100%
}

@media only screen and (max-width:680px) {
    .qodef-sp-holder .qodef-sp-side-image {
        display: none
    }
}

.qodef-sp-holder .qodef-sp-close {
    position: absolute;
    top: 16px;
    right: 16px;
    display: block;
    color: #000
}

.qodef-sp-holder .qodef-sp-close:hover {
    color: #464646
}

.qodef-sp-holder .qodef-sp-close svg {
    stroke: currentColor;
    fill: currentColor
}

.qodef-sp-holder .qodef-sp-content-container {
    background-color: #c9d6c2;
    padding: 36px 61px;
    display: flex;
    justify-content: flex-end;
    background-size: cover;
    background-repeat: no-repeat
}

.qodef-sp-holder .qodef-sp-content-container .qodef-sp-content-inner {
    width: 420px
}

@media only screen and (max-width:768px) {
    .qodef-sp-holder .qodef-sp-content-container .qodef-sp-content-inner {
        max-width: 360px
    }
}

@media only screen and (max-width:680px) {
    .qodef-sp-holder .qodef-sp-content-container .qodef-sp-content-inner {
        width: 100%
    }
}

.qodef-sp-holder .qodef-sp-content-container .qodef-newsletter .ajax-loader {
    display: none
}

.qodef-sp-holder .qodef-sp-content-container .qodef-newsletter .wpcf7-not-valid-tip {
    position: absolute;
    top: 50px
}

.qodef-sp-holder .qodef-sp-content-container .qodef-newsletter~.wpcf7-response-output {
    margin-left: 0 !important
}

@media only screen and (max-width:768px) {
    .qodef-sp-holder .qodef-sp-content-container .qodef-newsletter~.wpcf7-response-output {
        margin-top: 3em
    }
}

@media only screen and (max-width:680px) {
    .qodef-sp-holder .qodef-sp-content-container {
        background-image: none !important;
        padding: 0 20px;
        justify-content: center
    }
}

.qodef-sp-holder .qodef-sp-title {
    padding-top: 16px;
    margin: 0 0 33px 0;
    font-family: "DM Sans";
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0
}

.qodef-sp-holder .qodef-sp-subtitle {
    margin: 0 0 20px 0
}

.qodef-sp-holder .wpcf7 {
    width: 100%;
    display: block
}

.qodef-sp-holder .qodef-sp-prevent {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding-bottom: 8px;
    margin-top: 19px
}

.qodef-sp-holder .qodef-sp-prevent-inner {
    cursor: pointer
}

.qodef-sp-holder .qodef-sp-prevent-inner>* {
    position: relative;
    display: inline-block;
    vertical-align: top;
    line-height: 1
}

.qodef-sp-holder .qodef-sp-prevent-input {
    margin: 1px 8px 0 0;
    width: 15px;
    height: 15px;
    border: 1px solid #000;
    overflow: hidden;
    top: 5px
}

.qodef-sp-holder .qodef-sp-prevent-input svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity .2s ease-out
}

.qodef-sp-holder .qodef-sp-prevent-input.qodef-sp-prevent-clicked svg {
    opacity: 1
}

.qodef-sp-holder .qodef-sp-prevent-label {
    font-size: 16px;
    font-weight: 400;
    font-family: "EB Garamond";
    letter-spacing: 0;
    line-height: 27px
}

.qodef-sp-holder div.wpcf7 .ajax-loader {
    display: inline
}

.qodef-sp-opened .qodef-sp-holder {
    transform: translateX(0)
}

.qodef-sp-opened .qodef-sp-holder .qodef-sp-inner {
    opacity: 1;
    transform: scale(1);
    transition: transform .8s cubic-bezier(.26, .63, 0, .96)
}

.qodef-page-title {
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: cover
}

.qodef-page-title.qodef-image--responsive {
    height: auto !important
}

.qodef-page-title.qodef-image--responsive .qodef-m-content {
    position: absolute;
    top: 0;
    left: 0
}

.qodef-page-title.qodef-image--responsive .qodef-m-content.qodef-content-grid {
    left: 50%;
    transform: translateX(-50%)
}

.qodef-page-title.qodef-alignment--center {
    text-align: center
}

.qodef-page-title.qodef-alignment--right {
    text-align: right
}

.qodef-page-title .qodef-m-image {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-page-title .qodef-m-image img {
    display: block;
    width: 100%
}

.qodef-page-title .qodef-m-content.qodef-content-full-width {
    padding: 0 60px
}

@media only screen and (max-width:1024px) {
    .qodef-page-title .qodef-m-content.qodef-content-full-width {
        padding: 0 35px
    }
}

.qodef-page-title .qodef-breadcrumbs a,
.qodef-page-title .qodef-breadcrumbs>span {
    font-family: "DM Sans";
    font-size: 11px;
    font-weight: 400;
    color: #969696;
    letter-spacing: .1em;
    text-transform: uppercase;
    line-height: 1em
}

.qodef-page-title .qodef-breadcrumbs a:hover {
    color: #000
}

.qodef-page-title .qodef-breadcrumbs .qodef-breadcrumbs-separator {
    margin: 0 4px
}

.qodef-page-title .qodef-breadcrumbs .qodef-breadcrumbs-separator:after {
    content: '/';
    color: #c8c8c8
}

.qodef-page-title.qodef-title--breadcrumbs {
    background: 0 0;
    height: 40px
}

.qodef-page-title .qodef-title-border {
    border-top: 1px solid #f3f1ef
}

.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
}

.qodef-author-info {
    text-align: center
}

.qodef-sidebar-border-left .qodef-author-info {
    padding-right: 40px !important;
    padding-bottom: 67px
}

@media only screen and (max-width:1440px) {
    .qodef-sidebar-border-left .qodef-author-info {
        padding-right: 0 !important
    }
}

.qodef-sidebar-border-right .qodef-author-info {
    padding-left: 40px !important;
    padding-bottom: 67px
}

@media only screen and (max-width:1440px) {
    .qodef-sidebar-border-right .qodef-author-info {
        padding-left: 0 !important
    }
}

.qodef-author-info .qodef-author-info-image {
    margin-bottom: 21px;
    display: inline-block;
    max-width: 244px
}

.qodef-author-info .qodef-author-info-name {
    margin: 5px 0 0
}

.qodef-author-info .qodef-author-info-name a:hover {
    color: #8d8d8d
}

.qodef-author-info .qodef-author-info-position {
    font-family: "DM Sans";
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #000;
    margin-top: 7px
}

.qodef-author-info .qodef-author-info-description {
    margin: 11px 0 0
}

.qodef-author-info .qodef-author-bottom-image {
    margin-top: 30px;
    display: block
}

.qodef-social-icons-group .qodef-icon-holder {
    margin-right: 15px
}

.qodef-social-icons-group .qodef-icon-holder a {
    transition: color .2s ease-out;
    font-size: 14px
}

.qodef-social-icons-group .qodef-icon-holder:last-child {
    margin-right: 0
}

.widget_myvoyage_core_sticky_sidebar {
    position: relative;
    width: 100%;
    height: 0;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: 0 0 !important
}

@media only screen and (max-width:1024px) {
    .qodef-blog-interactive-showcase-holder .qodef-swiper-container-interactive-showcase-two .qodef-showcase-background-images .qodef-e-media-content {
        max-width: 60%
    }
}

@media only screen and (max-width:768px) {
    .qodef-blog-interactive-showcase-holder .qodef-swiper-container-interactive-showcase-two .qodef-showcase-background-images .qodef-e-media-content {
        max-width: 58%
    }
}

@media only screen and (max-width:680px) {
    .qodef-blog-interactive-showcase-holder .qodef-blog-interactive-showcase .swiper-wrapper {
        display: none
    }

    .qodef-blog-interactive-showcase-holder .qodef-swiper-container-interactive-showcase-two .qodef-showcase-background-images .qodef-e-media-item .qodef-e-media-content {
        max-width: 100%
    }
}

@media only screen and (max-width:1440px) {
    .qodef-blog.qodef-item-layout--boxed article.format-link .qodef-e-link {
        padding: 83px 40px
    }

    .qodef-blog.qodef-item-layout--boxed article.format-quote .qodef-e-quote {
        padding: 83px 40px 87px
    }
}

@media only screen and (max-width:1024px) {
    .qodef-blog.qodef-item-layout--boxed.qodef-image--left article .qodef-e-inner {
        flex-direction: column
    }

    .qodef-blog.qodef-item-layout--boxed.qodef-image--left article .qodef-e-media {
        width: 100%
    }

    .qodef-blog.qodef-item-layout--boxed.qodef-image--left article .qodef-e-content {
        width: 100%
    }

    .qodef-blog.qodef-item-layout--boxed article .qodef-e-inner {
        flex-direction: column-reverse
    }

    .qodef-blog.qodef-item-layout--boxed article .qodef-e-media {
        display: block;
        float: none;
        width: 100%
    }

    .qodef-blog.qodef-item-layout--boxed article .qodef-e-media .qodef-e-media-image {
        width: 100%
    }

    .qodef-blog.qodef-item-layout--boxed article .qodef-e-content {
        display: block;
        width: 100%;
        padding: 11% 8.1%
    }
}

@media only screen and (max-width:680px) {
    .qodef-blog.qodef-item-layout--boxed article .qodef-e-content {
        padding: 70px 8.1%
    }
}

@media only screen and (max-width:1440px) {
    .qodef-blog.qodef-item-layout--info-on-background article.format-link .qodef-e-link {
        padding: 83px 40px
    }

    .qodef-blog.qodef-item-layout--info-on-background article.format-quote .qodef-e-quote {
        padding: 83px 40px 87px
    }
}

@media only screen and (max-width:1440px) {
    .qodef-blog.qodef-item-layout--info-slide article.format-link .qodef-e-link {
        padding: 83px 40px
    }

    .qodef-blog.qodef-item-layout--info-slide article.format-quote .qodef-e-quote {
        padding: 83px 40px 87px
    }
}

@media only screen and (max-width:768px) {
    .qodef-blog.qodef-item-layout--info-slide.qodef-swiper-container article .qodef-e-wrapper {
        padding: 0 12%
    }

    .qodef-blog.qodef-item-layout--info-slide.qodef-swiper-container article .qodef-e-read-more {
        margin-top: 25px;
        margin-bottom: 18px
    }
}

@media only screen and (max-width:680px) {
    .qodef-blog.qodef-item-layout--info-slide.qodef-slider-mobile-fixed-height .qodef-blog-item .qodef-e-media .qodef-e-media-image {
        height: 100%
    }

    .qodef-blog.qodef-item-layout--info-slide.qodef-slider-mobile-fixed-height .qodef-blog-item .qodef-e-media .qodef-e-media-image a {
        height: 100%
    }

    .qodef-blog.qodef-item-layout--info-slide.qodef-slider-mobile-fixed-height .qodef-blog-item .qodef-e-media .qodef-e-media-image img {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center
    }

    .qodef-blog.qodef-item-layout--info-slide.qodef-slider-mobile-fixed-height .qodef-blog-item .qodef-e-media .qodef-e-media-video {
        height: 100%
    }

    .qodef-blog.qodef-item-layout--info-slide.qodef-slider-mobile-fixed-height .qodef-blog-item .qodef-e-media .qodef-e-media-video video {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }
}

@media only screen and (max-width:375px) {
    .qodef-blog.qodef-item-layout--info-slide.qodef-swiper-container .qodef-blog-item-count {
        bottom: 5px;
        right: 15px
    }
}

@media only screen and (max-width:1440px) {
    .qodef-blog.qodef-item-layout--metro article.format-link .qodef-e-link {
        padding: 83px 40px
    }

    .qodef-blog.qodef-item-layout--metro article.format-quote .qodef-e-quote {
        padding: 83px 40px 87px
    }
}

@media only screen and (max-width:1440px) {
    .qodef-blog--info-on-image #qodef-media {
        height: 600px
    }
}

@media only screen and (max-width:1366px) {
    .qodef-blog--info-on-image #qodef-media {
        height: 477px
    }
}

@media only screen and (max-width:1024px) {
    .qodef-blog--info-on-image #qodef-media {
        height: 500px
    }
}

@media only screen and (max-width:680px) {
    .qodef-blog--info-on-image #qodef-media {
        height: 571px
    }
}

@media only screen and (max-width:680px) {
    .qodef-blog #qodef-author-info .qodef-m-inner {
        flex-wrap: wrap;
        padding: 35px 35px
    }
}

@media only screen and (max-width:1024px) {
    body:not(.qodef-content-behind-header) #qodef-page-outer {
        margin-top: 0 !important
    }
}

@media only screen and (max-width:1024px) {
    .qodef-header--vertical-sliding #qodef-page-header-inner {
        display: none
    }

    .qodef-header--vertical-sliding #qodef-page-footer,
    .qodef-header--vertical-sliding #qodef-page-outer {
        padding-left: 0
    }
}

@media only screen and (max-width:1024px) {
    .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:1024px) {
    #qodef-top-area {
        display: none
    }
}

@media only screen and (max-width:1440px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 20%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(5n+1) {
        clear: both
    }
}

@media only screen and (max-width:1366px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 25%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(4n+1) {
        clear: both
    }
}

@media only screen and (max-width:1366px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 25%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(4n+1) {
        clear: both
    }
}

@media only screen and (max-width:1366px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 25%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(4n+1) {
        clear: both
    }
}

@media only screen and (max-width:1366px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 25%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(4n+1) {
        clear: both
    }
}

@media only screen and (max-width:1024px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 50%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1) {
        clear: both
    }
}

@media only screen and (max-width:1024px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 33.33333%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(3n+1) {
        clear: both
    }
}

@media only screen and (max-width:1024px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 33.33333%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(3n+1) {
        clear: both
    }
}

@media only screen and (max-width:1024px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 33.33333%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(3n+1) {
        clear: both
    }
}

@media only screen and (max-width:1024px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 33.33333%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(3n+1) {
        clear: both
    }
}

@media only screen and (max-width:768px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 50%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1) {
        clear: both
    }
}

@media only screen and (max-width:768px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 50%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1) {
        clear: both
    }
}

@media only screen and (max-width:768px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 50%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1) {
        clear: both
    }
}

@media only screen and (max-width:768px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 50%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1) {
        clear: both
    }
}

@media only screen and (max-width:768px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 50%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1) {
        clear: both
    }
}

@media only screen and (max-width:768px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 50%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1) {
        clear: both
    }
}

@media only screen and (max-width:680px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 100%
    }

    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 100%
    }

    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 100%
    }

    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 100%
    }

    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 100%
    }

    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 100%
    }

    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 100%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 100%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 50%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1) {
        clear: both
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 33.33333%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(3n+1) {
        clear: both
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 25%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(4n+1) {
        clear: both
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 20%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(5n+1) {
        clear: both
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 16.66667%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(6n+1) {
        clear: both
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 14.28571%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(7n+1) {
        clear: both
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 12.5%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(8n+1) {
        clear: both
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 100%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 50%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1) {
        clear: both
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 33.33333%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(3n+1) {
        clear: both
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 25%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(4n+1) {
        clear: both
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 20%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(5n+1) {
        clear: both
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 16.66667%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(6n+1) {
        clear: both
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 14.28571%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(7n+1) {
        clear: both
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 12.5%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(8n+1) {
        clear: both
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--1.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 100%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 50%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1) {
        clear: both
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 33.33333%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(3n+1) {
        clear: both
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 25%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(4n+1) {
        clear: both
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 20%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(5n+1) {
        clear: both
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 16.66667%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(6n+1) {
        clear: both
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 14.28571%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(7n+1) {
        clear: both
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 12.5%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(8n+1) {
        clear: both
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 100%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 50%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1) {
        clear: both
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 33.33333%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(3n+1) {
        clear: both
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 25%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(4n+1) {
        clear: both
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 20%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(5n+1) {
        clear: both
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 16.66667%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(6n+1) {
        clear: both
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 14.28571%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(7n+1) {
        clear: both
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 12.5%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(8n+1) {
        clear: both
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--1.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 100%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 50%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1) {
        clear: both
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 33.33333%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(3n+1) {
        clear: both
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 25%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(4n+1) {
        clear: both
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 20%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(5n+1) {
        clear: both
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 16.66667%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(6n+1) {
        clear: both
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 14.28571%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(7n+1) {
        clear: both
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 12.5%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(8n+1) {
        clear: both
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--1.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 100%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 50%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1) {
        clear: both
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 33.33333%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(3n+1) {
        clear: both
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 25%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(4n+1) {
        clear: both
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 20%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(5n+1) {
        clear: both
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 16.66667%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(6n+1) {
        clear: both
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 14.28571%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(7n+1) {
        clear: both
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 12.5%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(8n+1) {
        clear: both
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--1.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 100%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 50%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1) {
        clear: both
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 33.33333%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(3n+1) {
        clear: both
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 25%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(4n+1) {
        clear: both
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 20%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(5n+1) {
        clear: both
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 16.66667%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(6n+1) {
        clear: both
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 14.28571%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(7n+1) {
        clear: both
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 12.5%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(8n+1) {
        clear: both
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--1.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 100%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 50%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 33.33333%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 25%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 20%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 16.66667%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 14.28571%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 12.5%
    }
}

@media only screen and (max-width:1440px) {
    .qodef-twitter-list.qodef-gutter--huge.qodef--no-bottom-space {
        margin-bottom: -70px
    }

    .qodef-twitter-list.qodef-gutter--huge #ctf .ctf-tweets {
        margin: 0 -35px
    }

    .qodef-twitter-list.qodef-gutter--huge #ctf .ctf-tweets>.ctf-item {
        padding: 0 35px;
        margin: 0 0 70px
    }
}

@media only screen and (max-width:1024px) {
    .qodef-destination-single .qodef-variations--small .qodef-media {
        margin: 0 0 50px
    }
}

@media only screen and (max-width:680px) {
    .qodef-destination-single-item #qodef-author-info .qodef-m-inner {
        flex-wrap: wrap
    }

    .qodef-destination-single-item #qodef-author-info .qodef-m-content {
        margin-top: 23px
    }
}

@media only screen and (max-width:680px) {
    .qodef-call-to-action.qodef-layout--standard .qodef-m-inner {
        display: block
    }

    .qodef-call-to-action.qodef-layout--standard .qodef-m-button {
        margin-top: 20px
    }
}

@media only screen and (max-width:768px) {
    .qodef-cards-gallery .qodef-m-fake-card {
        transform: scale(.8)
    }

    .qodef-cards-gallery.qodef-orientation--left .qodef-m-card {
        transform: scale(.8)
    }

    .qodef-cards-gallery.qodef-orientation--left .qodef-m-card.qodef-out {
        transform: translateX(-100%)
    }

    .qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(6) {
        transform: scale(.3) translateX(84%)
    }

    .qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(5) {
        transform: scale(.4) translateX(60%)
    }

    .qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(4) {
        transform: scale(.5) translateX(39%)
    }

    .qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(3) {
        transform: scale(.6) translateX(25%)
    }

    .qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(2) {
        transform: scale(.7) translateX(11.2%)
    }

    .qodef-cards-gallery.qodef-orientation--right .qodef-m-card {
        transform: scale(.8)
    }

    .qodef-cards-gallery.qodef-orientation--right .qodef-m-card.qodef-out {
        transform: translateX(100%)
    }

    .qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(6) {
        transform: scale(.3) translateX(-84%)
    }

    .qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(5) {
        transform: scale(.4) translateX(-60%)
    }

    .qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(4) {
        transform: scale(.5) translateX(-39%)
    }

    .qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(3) {
        transform: scale(.6) translateX(-25%)
    }

    .qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(2) {
        transform: scale(.7) translateX(-11.2%)
    }
}

@media only screen and (max-width:768px) {

    .qodef-countdown.qodef-show--4 .qodef-digit-wrapper,
    .qodef-countdown.qodef-show--5 .qodef-digit-wrapper,
    .qodef-countdown.qodef-show--6 .qodef-digit-wrapper {
        width: 33.33333333333333%;
        margin-bottom: 50px
    }
}

@media only screen and (max-width:480px) {

    .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: 100%
    }
}

@media only screen and (max-width:1024px) {
    .qodef-highlight.qodef-title-break--disabled .qodef-m-title br {
        display: none
    }
}

@media only screen and (max-width:1024px) {
    .qodef-info-section.qodef-title-break--disabled .qodef-m-title br {
        display: none
    }
}

@media only screen and (max-width:1024px) {
    .qodef-section-title.qodef-title-break--disabled .qodef-m-title br {
        display: none
    }
}

@media only screen and (max-width:680px) {
    .qodef-tabs.qodef-layout--simple.qodef-orientation--vertical {
        display: block
    }

    .qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation {
        padding-right: 0;
        margin-right: 0;
        border-right: 0
    }

    .qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-content {
        margin-top: 26px
    }

    .qodef-tabs.qodef-layout--simple .qodef-tabs-content {
        margin: 26px 0 0
    }
}

@media only screen and (max-width:680px) {
    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(1) {
        left: 1px
    }

    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(2) {
        left: 46px
    }

    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(3) {
        left: 91px
    }

    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(4) {
        left: 136px
    }

    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(5) {
        left: 181px
    }

    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(6) {
        left: 226px
    }

    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(7) {
        left: 271px
    }

    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown {
        left: auto;
        right: 0
    }

    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(1) {
        right: auto;
        left: 1px
    }

    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(2) {
        right: auto;
        left: 46px
    }

    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(3) {
        right: auto;
        left: 91px
    }

    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(4) {
        right: auto;
        left: 136px
    }

    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(5) {
        right: auto;
        left: 181px
    }

    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(6) {
        right: auto;
        left: 226px
    }

    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(7) {
        right: auto;
        left: 271px
    }
}

@media only screen and (max-width:1024px) {
    body:not(.qodef-content-behind-header) .qodef-page-title .qodef-m-content {
        padding-top: 0 !important
    }
}

@media only screen and (max-width:1024px) {
    #qodef-page-sidebar .qodef-social-icons-group {
        justify-content: flex-start
    }
}