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

.qodef-info-box {
    font-family: Inter, sans-serif;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 27px;
    color: #ccc;
    text-align: center
}

.qodef-info-box a {
    color: #ccc;
    transition: color .2s ease-out
}

.qodef-info-box a:hover {
    color: var(--qode-main-color)
}

.qodef--custom-appear.qodef-appear--reveal-from-left:before {
    transition: transform .9s cubic-bezier(.34, .17, .24, .94), clip-path .7s cubic-bezier(.34, .17, .24, .94);
    clip-path: inset(0 0 0 100%);
    transform: translateX(-20%)
}

.qodef--custom-appear.qodef-appear--reveal-from-left.qodef--appeared:before {
    clip-path: inset(0 0 0 0);
    transform: translateX(0)
}

.elementor-editor-active .qodef--custom-appear.qodef-appear--reveal-from-left:before {
    clip-path: inset(0 0 0 0);
    transform: translateX(0)
}

.qodef--custom-appear.qodef-appear--reveal-from-right:before {
    transition: transform .9s cubic-bezier(.34, .17, .24, .94), clip-path .7s cubic-bezier(.34, .17, .24, .94);
    clip-path: inset(0 100% 0 0);
    transform: translateX(20%)
}

.qodef--custom-appear.qodef-appear--reveal-from-right.qodef--appeared:before {
    clip-path: inset(0 0 0 0);
    transform: translateX(0)
}

.elementor-editor-active .qodef--custom-appear.qodef-appear--reveal-from-right:before {
    clip-path: inset(0 0 0 0);
    transform: translateX(0)
}

@media only screen and (min-width:1920px) {
    .qodef-contain-video-min-1920 .elementor-background-video-container .elementor-html5-video {
        object-fit: contain
    }
}

.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-age-verification-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    z-index: 115;
    visibility: hidden;
    transition: opacity .2s ease-out
}

#qodef-age-verification-modal .qodef-m-decoration-image {
    position: absolute;
    top: -34px;
    left: 50%;
    transform: translateX(-50%);
    width: 106px;
    height: 106px;
    border-radius: 50%;
    overflow: hidden
}

#qodef-age-verification-modal .qodef-m-decoration-image a {
    position: relative;
    display: block;
    max-width: 50%
}

#qodef-age-verification-modal .qodef-m-decoration-image img {
    display: block
}

#qodef-age-verification-modal .qodef-m-content {
    position: relative;
    padding: 15px;
    text-align: center;
    max-width: 720px;
    background-color: #031021
}

#qodef-age-verification-modal .qodef-m-content-inner {
    border: 1px solid #fff;
    padding: 14% 14% 13% 14%
}

#qodef-age-verification-modal .qodef-m-content-title {
    margin: 0;
    color: #fff
}

#qodef-age-verification-modal .qodef-m-content-subtitle {
    margin: 12px 0 0;
    color: var(--qode-main-color)
}

#qodef-age-verification-modal .qodef-m-content-note {
    margin: 12px 0 0;
    color: #ccc
}

#qodef-age-verification-modal .qodef-m-content-prevent {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

#qodef-age-verification-modal .qodef-m-content-prevent {
    margin-top: 41px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 15px
}

@media only screen and (max-width:1024px) {
    #qodef-age-verification-modal .qodef-m-content-prevent {
        margin-top: 21px;
        flex-direction: column;
        align-items: center;
        row-gap: 15px
    }
}

#qodef-age-verification-modal .qodef-button.qodef-prevent--no {
    padding: 15px 44.6px
}

.qodef-age-verification--opened #qodef-age-verification-modal {
    opacity: 1;
    visibility: visible;
    transition: opacity .2s ease-out
}

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

#qodef-back-to-top .qodef-back-to-top-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: 20px;
    color: #fff;
    background-color: #031021;
    border: 1px solid var(--qode-main-color);
    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;
    transform: translateY(0);
    transition: transform .48s cubic-bezier(.28, .69, .36, .94);
    will-change: transform
}

#qodef-back-to-top:hover .qodef-back-to-top-icon {
    color: var(--qode-main-color);
    background-color: #031021
}

#qodef-back-to-top:hover .qodef-back-to-top-icon svg {
    transform: translateY(-2px)
}

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

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

.qodef-background-text {
    position: relative
}

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

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

.qodef-blog.qodef-skin--dark .entry-date,
.qodef-blog.qodef-skin--dark .qodef-e-categories-holder,
.qodef-blog.qodef-skin--dark .qodef-e-categories-holder a {
    color: #262626
}

.qodef-blog.qodef-skin--dark .entry-date:after {
    background: #081426
}

.qodef-blog.qodef-skin--dark .qodef-e-excerpt,
.qodef-blog.qodef-skin--dark .qodef-e-title {
    color: #081426
}

.qodef-blog.qodef-skin--dark .qodef-e-title a {
    color: currentColor
}

.qodef-blog.qodef-item-layout--classic .qodef-e-content {
    text-align: center;
    margin: 27px 0 0
}

.qodef-blog.qodef-item-layout--classic .qodef-e-content .qodef-e-top-holder {
    margin-bottom: 3px
}

.qodef-blog.qodef-item-layout--classic .qodef-e-content .qodef-e-top-holder .qodef-e-info {
    justify-content: center
}

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

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

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

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

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

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

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

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

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

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

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

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

.qodef-blog.qodef-item-layout--side-by-side article .qodef-e-inner {
    align-items: flex-start;
    display: flex
}

.qodef-blog.qodef-item-layout--side-by-side article .qodef-e-inner .qodef-e-text .entry-date {
    margin-bottom: 7px;
    display: inline-block
}

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

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

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

.qodef-blog.qodef-item-layout--standard.qodef-col-num--1 article {
    margin-bottom: 66px
}

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

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

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

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

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

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

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

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

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

#qodef-top-area .qodef-skin--light .widget.widget_belmont_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:first-child {
    margin-top: 9px
}

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

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

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

#qodef-top-area .qodef-skin--dark .widget.widget_belmont_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:first-child {
    margin-top: 9px
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#qodef-author-info {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-top: 49px;
    padding: 60px 0;
    border-top: 1px solid #5b636e;
    border-bottom: 1px solid #5b636e
}

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

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

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

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

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

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

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

#qodef-author-info .qodef-m-social-icons a {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 6px;
    width: 35px;
    height: 35px;
    border: 1px solid transparent;
    border-radius: 50%;
    transition: all .5s ease
}

#qodef-author-info .qodef-m-social-icons a:hover {
    border-color: #818890
}

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

#qodef-related-posts {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-top: 86px;
    padding-bottom: 122px;
    border-bottom: 1px solid #818890
}

#qodef-related-posts .qodef-e-excerpt,
#qodef-related-posts .qodef-e-read-more {
    display: none
}

#qodef-related-posts .qodef-related-post-label {
    margin: 29px 0 31px
}

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

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

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

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

#qodef-single-post-navigation .qodef-m-nav .qodef-m-pagination-icon {
    position: relative;
    top: -2px;
    display: block;
    width: 30px;
    height: auto;
    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: Outfit, sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: .085em;
    line-height: 17px;
    text-transform: uppercase;
    color: #fff;
    --qodef-underline-position-y: 100%;
    --qodef-underline-height: 1px;
    background-repeat: no-repeat;
    background-image: linear-gradient(90deg, currentColor 0, currentColor 100%);
    background-position: 0 var(--qodef-underline-position-y);
    background-size: 0 var(--qodef-underline-height);
    transition: background-size .5s cubic-bezier(.29, .8, .31, .98), color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
    padding-left: 1px;
    padding-right: 1px;
    background-size: 100% var(--qodef-underline-height)
}

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

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

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

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

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

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

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

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

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

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

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

#qodef-page-footer .qodef-footer-info-top {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: inline-flex;
    justify-content: center;
    width: 100%;
    margin: 0 auto
}

#qodef-page-footer .qodef-footer-info-top .qodef-e-image {
    display: block;
    padding: 16px 35px;
    border: 1px solid var(--qode-main-color);
    background-color: #031021;
    transform: translateY(-50%)
}

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

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

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

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

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

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

@media only screen and (max-width:880px) {
    #qodef-page-footer {
        padding-left: 0 !important;
        padding-right: 0 !important
    }
}

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

#qodef-page-footer-top-area-inner {
    position: relative
}

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

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

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

body.qodef-fullscreen-menu-animate--in #qodef-page-header-inner .qodef-widget-holder * {
    visibility: visible
}

#qodef-fullscreen-area {
    position: fixed;
    top: 0;
    left: 0;
    width: 50vw;
    height: 100%;
    padding: 12.5% 6.7% 5%;
    background-color: #031021;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow-x: hidden !important;
    visibility: hidden;
    opacity: 0;
    z-index: 99
}

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

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

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

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

#qodef-fullscreen-area .qodef-fullscreen-bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .15;
    pointer-events: none
}

@media only screen and (max-width:1200px) {
    #qodef-fullscreen-area {
        padding: 20% 7% 5%;
        width: 67vw
    }
}

@media only screen and (max-width:880px) {
    #qodef-fullscreen-area {
        padding: 100px 7% 40px;
        width: 100vw
    }
}

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

.qodef-fullscreen-menu {
    position: relative;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: left
}

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

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

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

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

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

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

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

.qodef-fullscreen-menu>ul>li {
    padding: 3px 0
}

.qodef-fullscreen-menu>ul>li>a {
    font-family: Outfit, sans-serif;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 1.5555555556em;
    font-weight: 400;
    letter-spacing: .02em;
    color: #b2b2b2
}

.qodef-fullscreen-menu>ul>li>a:hover {
    color: var(--qode-main-color)
}

.qodef-fullscreen-menu>ul>li.current-menu-ancestor>a,
.qodef-fullscreen-menu>ul>li.current-menu-item>a {
    color: var(--qode-main-color)
}

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

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

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

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li>a {
    position: relative;
    display: flex;
    white-space: normal;
    margin: 8px 0;
    overflow: hidden;
    transition: color .2s ease-out;
    color: #b2b2b2;
    font-family: Inter, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8em;
    text-transform: initial;
    color: #ccc
}

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

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li>a:hover {
    color: var(--qode-main-color)
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li.current-menu-ancestor>a,
.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li.current-menu-item>a {
    color: var(--qode-main-color)
}

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

.qodef-fullscreen-menu--opened #qodef-page-header,
.qodef-fullscreen-menu--opened #qodef-page-mobile-header {
    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-fullscreen-menu-opener.qodef--opened .qodef-m-icon.qodef--open {
    visibility: hidden
}

.qodef-fullscreen-menu--opened .qodef-fullscreen-menu-opener.qodef--opened .qodef-m-icon.qodef--close {
    visibility: visible
}

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

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

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

.qodef-fullscreen-menu-opener.qodef-source--predefined .qodef-m-icon.qodef--close {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.qodef-fullscreen-menu-opener.qodef-source--predefined .qodef-fullscreen-menu-opener-text {
    text-transform: uppercase;
    font-size: 12px;
    font-family: Outfit, sans-serif;
    display: inline-block;
    margin-left: 5px
}

.qodef-fullscreen-menu-opener.qodef-source--predefined.qodef--opened .qodef-fullscreen-menu-opener-text {
    visibility: hidden
}

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

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

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

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

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

#qodef-page-header-inner {
    border-bottom: 0 solid transparent
}

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

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

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

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

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

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

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

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

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

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

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

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

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

#qodef-page-header .qodef-header-logo-link.qodef-source--textual {
    font-family: Outfit, sans-serif;
    text-transform: uppercase;
    color: var(--qode-main-color);
    font-size: 23px;
    line-height: 1.5217391304em;
    font-weight: 400;
    letter-spacing: .015em;
    transition: color .2s ease-out
}

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

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

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

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

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

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

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

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

body.qodef-header--divided {
    --qode-header-height: 87px
}

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

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

body.qodef-header--divided #qodef-page-header .qodef-header-logo {
    margin: 0 33px;
    align-content: center;
    flex-shrink: 0
}

@media only screen and (max-width:1368px) {
    body.qodef-header--divided #qodef-page-header .qodef-header-logo {
        margin: 0 10px
    }
}

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

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

body.qodef-header--divided #qodef-page-header .qodef-widget-holder.qodef--one {
    margin-left: auto
}

body.qodef-header--divided #qodef-page-header .qodef-widget-holder.qodef--two {
    margin-left: 0;
    margin-right: auto
}

body.qodef-header--divided #qodef-page-header .qodef-widget-holder .qodef-button {
    padding: 15px 40px
}

body.qodef-header--divided #qodef-page-header-inner {
    align-items: stretch;
    justify-content: center
}

body.qodef-header--minimal {
    --qode-header-height: 100px
}

#qodef-page-header-inner {
    align-items: center;
    justify-content: center
}

.qodef-header--minimal #qodef-page-header-inner .qodef-header-logo-link {
    position: absolute
}

.qodef-header--minimal #qodef-page-header-inner .qodef-fullscreen-menu-opener {
    margin-right: auto;
    color: #fff
}

.qodef-header--minimal #qodef-page-header-inner .qodef-widget-holder {
    margin-left: auto
}

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

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

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

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

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

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

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

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

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

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

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

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

.qodef-header-sticky .qodef-header-sticky-inner {
    border-bottom: 1px solid #e1e1e1
}

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

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

.qodef-header-sticky.qodef-skin--dark .qodef-header-sticky-inner {
    border-bottom: 1px solid #081426
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#qodef-top-area .qodef-widget-holder .widget a,
#qodef-top-area .qodef-widget-holder .widget p,
#qodef-top-area .qodef-widget-holder .widget span {
    font-family: Inter, sans-serif;
    font-size: 12px;
    line-height: 27px;
    font-weight: 400;
    letter-spacing: 0
}

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

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

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

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

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

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

#qodef-multiple-map-notice {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 30px 15%;
    text-align: center;
    color: var(--qode-main-color);
    background-color: #fafafa
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.qodef-map-marker-holder .qodef-info-window {
    position: absolute;
    top: -10px;
    left: -17px;
    display: none;
    min-width: 284px;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    box-shadow: 3px 3px 15px 0 rgba(var(--qode-main-color), .5);
    z-index: 10;
    transition: opacity .3s ease;
    transform: translate(0, -100%)
}

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

.qodef-map-marker-holder .qodef-info-window-inner:after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 35px;
    width: 5px;
    height: 5px;
    background-color: #fff;
    border-top: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;
    transform: rotate(-135deg)
}

.qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-image {
    margin-right: 12px
}

.qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-image img {
    display: block;
    width: 65px
}

.qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-title {
    margin: 0;
    transition: color .2s ease-out
}

.qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-location {
    margin: 3px 0 0;
    font-family: Inter, sans-serif;
    font-size: 14px;
    line-height: 1.2em
}

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

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

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

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

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

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

.qodef-cluster-marker .qodef-cluster-marker-inner .qodef-cluster-marker-number {
    position: absolute;
    top: -4px;
    left: 0;
    right: 0;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    color: var(--qode-main-color)
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#qodef-page-mobile-header .qodef-mobile-header-logo-link.qodef-source--textual {
    font-family: Outfit, sans-serif;
    text-transform: uppercase;
    color: var(--qode-main-color);
    font-size: 23px;
    line-height: 1.5217391304em;
    font-weight: 400;
    letter-spacing: .015em;
    transition: color .2s ease-out
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#qodef-side-area-mobile-header .qodef-m-navigation ul li ul li>a {
    position: relative;
    display: flex;
    white-space: normal;
    margin: 8px 0;
    overflow: hidden;
    transition: color .2s ease-out;
    color: #fff;
    font-family: Inter, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8em;
    text-transform: initial
}

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

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

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

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

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

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

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

#qodef-side-area-mobile-header .qodef-m-navigation>ul>li>a {
    font-family: Inter, sans-serif;
    font-size: 12px;
    line-height: 17px;
    font-weight: 400;
    letter-spacing: .085em;
    text-transform: uppercase;
    font-family: Outfit, sans-serif;
    text-transform: uppercase;
    color: #fff
}

#qodef-side-area-mobile-header .qodef-m-navigation>ul>li>a .qodef-menu-item-text {
    --qodef-underline-position-y: 100%;
    --qodef-underline-height: 1px;
    background-repeat: no-repeat;
    background-image: linear-gradient(90deg, currentColor 0, currentColor 100%);
    background-position: 0 var(--qodef-underline-position-y);
    background-size: 0 var(--qodef-underline-height);
    transition: background-size .5s cubic-bezier(.29, .8, .31, .98), color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.qodef--boxed .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner,
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner:not(.qodef-content-grid) {
    padding: 0 40px
}

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

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

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li>a {
    font-family: Inter, sans-serif;
    font-size: 12px;
    line-height: 17px;
    font-weight: 400;
    letter-spacing: .085em;
    text-transform: uppercase;
    font-family: Outfit, sans-serif;
    text-transform: uppercase;
    color: #fff
}

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

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li>a:hover {
    color: var(--qode-main-color)
}

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

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li .qodef-menu-item-arrow {
    display: none
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li ul {
    padding-top: 12px
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li ul li>a {
    position: relative;
    display: flex;
    white-space: normal;
    margin: 8px 0;
    overflow: hidden;
    transition: color .2s ease-out;
    color: #fff;
    font-family: Inter, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8em;
    text-transform: initial
}

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

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li ul li.current-menu-item>a,
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li ul li:hover>a {
    color: var(--qode-main-color)
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li.current-menu-ancestor>a,
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li.current-menu-item>a {
    color: var(--qode-main-color)
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.qodef-opener-icon.qodef-source--predefined .qodef-m-line.qodef--2 {
    top: 6px
}

.qodef-opener-icon.qodef-source--predefined .qodef-m-line.qodef--3 {
    bottom: 0
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.wpcf7 .qodef-newsletter-form {
    position: relative;
    width: 100%;
    vertical-align: middle;
    display: flex;
    flex-direction: column;
    align-items: center
}

.wpcf7 .qodef-newsletter-form .qodef-newsletter-title {
    margin: 0
}

.wpcf7 .qodef-newsletter-form .qodef-newsletter-form-inner {
    position: relative;
    width: 100%;
    margin-top: 33px
}

.wpcf7 .qodef-newsletter-form .wpcf7-form-control-wrap {
    margin-bottom: 0
}

.wpcf7 .qodef-newsletter-form .qodef-button.wpcf7-submit {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 0;
    background: url(../img/newsletter-arrow.svg) no-repeat center center;
    padding: 0;
    width: 17px;
    height: 29px;
    color: #fff;
    border: none
}

.wpcf7 .qodef-newsletter-form .qodef-button.wpcf7-submit:after {
    content: none
}

.wpcf7 .qodef-newsletter-form .qodef-button.wpcf7-submit .qodef-m-text:before {
    display: none
}

.wpcf7 .qodef-newsletter-form .wpcf7-not-valid-tip {
    position: absolute
}

.wpcf7 .qodef-newsletter-form label {
    margin-bottom: 0;
    width: 100%
}

.wpcf7 .qodef-newsletter-form input[type=email] {
    padding: 2px 0;
    color: #fff
}

.wpcf7 .qodef-newsletter-form .wpcf7-form-control::-ms-clear {
    display: none !important
}

.wpcf7 .qodef-newsletter-form-dark {
    position: relative;
    width: 100%;
    vertical-align: middle;
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.wpcf7 .qodef-newsletter-form-dark .qodef-newsletter-text,
.wpcf7 .qodef-newsletter-form-dark .qodef-newsletter-title {
    color: #081426
}

.wpcf7 .qodef-newsletter-form-dark .qodef-newsletter-text {
    margin: 6px 0 10px
}

.wpcf7 .qodef-newsletter-form-dark .qodef-newsletter-title {
    margin: 0
}

.wpcf7 .qodef-newsletter-form-dark .qodef-newsletter-form-inner {
    position: relative;
    width: 100%;
    margin-top: 12px
}

.wpcf7 .qodef-newsletter-form-dark .wpcf7-form-control-wrap {
    margin-bottom: 0
}

.wpcf7 .qodef-newsletter-form-dark .qodef-button.wpcf7-submit {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 0;
    background: url(../img/newsletter-arrow-dark.svg) no-repeat center center;
    padding: 0;
    width: 17px;
    height: 29px;
    color: #081426;
    border: none
}

.wpcf7 .qodef-newsletter-form-dark .qodef-button.wpcf7-submit:after {
    content: none
}

.wpcf7 .qodef-newsletter-form-dark .qodef-button.wpcf7-submit .qodef-m-text:before {
    display: none
}

.wpcf7 .qodef-newsletter-form-dark .wpcf7-not-valid-tip {
    position: absolute
}

.wpcf7 .qodef-newsletter-form-dark label {
    margin-bottom: 0;
    width: 100%
}

.wpcf7 .qodef-newsletter-form-dark input[type=email] {
    padding: 2px 0;
    color: #081426;
    border-color: rgba(0, 0, 0, .45)
}

.wpcf7 .qodef-newsletter-form-dark .wpcf7-form-control::-ms-clear {
    display: none !important
}

.wpcf7 .qodef-reservation-page-form .qodef-reservation-heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px
}

.wpcf7 .qodef-reservation-page-form .qodef-reservation-heading .qodef-reservation-title {
    margin: 0
}

.wpcf7 .qodef-reservation-page-form .qodef-form-submit {
    display: flex;
    justify-content: center
}

.wpcf7 .qodef-reservation-page-form .qodef-form-submit button[type=submit] {
    color: var(--qode-button-color, var(--qode-main-color));
    background-color: transparent;
    border: 1px solid var(--qode-button-border-color, var(--qode-main-color))
}

.wpcf7 .qodef-reservation-page-form .qodef-form-submit button[type=submit]:after {
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    opacity: .5;
    --qode-border-color: var(--qode-button-border-hover-color, var(--qode-button-border-color, #e1ebe7));
    background-repeat: no-repeat;
    background-size: 0 1px, 1px 0;
    background-position: 0 0, 100% 100%, 100% 100%, 0 0;
    background-image: linear-gradient(0deg, var(--qode-border-color), var(--qode-border-color)), linear-gradient(0deg, var(--qode-border-color), var(--qode-border-color)), linear-gradient(0deg, var(--qode-border-color), var(--qode-border-color)), linear-gradient(0deg, var(--qode-border-color), var(--qode-border-color));
    transition: opacity .2s ease-out, background-size .82s cubic-bezier(.36, .03, .2, .91);
    pointer-events: none
}

.wpcf7 .qodef-reservation-page-form .qodef-form-submit button[type=submit]:hover {
    color: var(--qode-button-hover-color, #fff);
    border-color: var(--qode-button-border-hover-color, var(--qode-button-border-color, var(--qode-main-color)));
    background-color: transparent
}

.wpcf7 .qodef-reservation-page-form .qodef-form-submit button[type=submit]:hover:after {
    background-size: 100% 1px, 1px 100%
}

.wpcf7 .qodef-reservation-page-form.qodef-skin--dark .qodef-reservation-title {
    color: #081426
}

.wpcf7 .qodef-reservation-page-form.qodef-skin--dark .qodef-reservation-text {
    color: #262626
}

.wpcf7 .qodef-reservation-page-form.qodef-skin--dark input[type=date],
.wpcf7 .qodef-reservation-page-form.qodef-skin--dark input[type=email],
.wpcf7 .qodef-reservation-page-form.qodef-skin--dark input[type=number],
.wpcf7 .qodef-reservation-page-form.qodef-skin--dark input[type=password],
.wpcf7 .qodef-reservation-page-form.qodef-skin--dark input[type=search],
.wpcf7 .qodef-reservation-page-form.qodef-skin--dark input[type=tel],
.wpcf7 .qodef-reservation-page-form.qodef-skin--dark input[type=text],
.wpcf7 .qodef-reservation-page-form.qodef-skin--dark input[type=url],
.wpcf7 .qodef-reservation-page-form.qodef-skin--dark select,
.wpcf7 .qodef-reservation-page-form.qodef-skin--dark textarea {
    color: #262626;
    border-color: #081426
}

.wpcf7 .qodef-reservation-page-form.qodef-skin--dark input[type=date]:focus,
.wpcf7 .qodef-reservation-page-form.qodef-skin--dark input[type=email]:focus,
.wpcf7 .qodef-reservation-page-form.qodef-skin--dark input[type=number]:focus,
.wpcf7 .qodef-reservation-page-form.qodef-skin--dark input[type=password]:focus,
.wpcf7 .qodef-reservation-page-form.qodef-skin--dark input[type=search]:focus,
.wpcf7 .qodef-reservation-page-form.qodef-skin--dark input[type=tel]:focus,
.wpcf7 .qodef-reservation-page-form.qodef-skin--dark input[type=text]:focus,
.wpcf7 .qodef-reservation-page-form.qodef-skin--dark input[type=url]:focus,
.wpcf7 .qodef-reservation-page-form.qodef-skin--dark select:focus,
.wpcf7 .qodef-reservation-page-form.qodef-skin--dark textarea:focus {
    color: #262626;
    border-color: #081426
}

.wpcf7 .qodef-reservation-page-form.qodef-skin--dark select>option {
    background-color: #fcf6e3;
    color: #262626
}

.wpcf7 .qodef-reservation-page-form.qodef-skin--dark .qodef-form-submit button[type=submit] {
    color: #081426;
    border-color: #081426
}

.wpcf7 .qodef-reservation-page-form.qodef-skin--dark .qodef-form-submit button[type=submit]:hover {
    color: #081426;
    border-color: #081426
}

@media only screen and (max-width:680px) {
    .wpcf7 .qodef-reservation-page-form .qodef-grid.qodef-col-num--3>.qodef-grid-inner {
        --qode-columns: 1;
        row-gap: 0;
        column-gap: 0
    }

    .wpcf7 .qodef-reservation-page-form select {
        margin: 0 0 32px
    }
}

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

.qodef-instagram-list #sb_instagram .sb_instagram_header {
    padding-bottom: 60px !important
}

.qodef-instagram-list #sb_instagram .sb_instagram_header .sbi_header_img {
    display: none
}

.qodef-instagram-list #sb_instagram .sb_instagram_header .sbi_feedtheme_header_text {
    display: block;
    text-align: center
}

.qodef-instagram-list #sb_instagram .sb_instagram_header .sbi_feedtheme_header_text h3 {
    font-size: 14px !important;
    letter-spacing: .025em !important;
    font-weight: 400 !important
}

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

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

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

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

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

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

.qodef-timetable-events-list .qodef-e-img-holder {
    position: relative;
    overflow: hidden
}

.qodef-timetable-events-list .qodef-e-media-image img {
    display: block;
    width: 100%
}

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

.qodef-timetable-events-list .qodef-e-donation-title {
    margin: 35px 0 8px
}

.qodef-timetable-events-list .qodef-e-excerpt {
    margin: 0 0 25px
}

.qodef-timetable-events-list .qodef-e-read-more a {
    width: auto
}

@media only screen and (max-width:680px) {

    .qodef-timetable-events-list+.swiper-button-next,
    .qodef-timetable-events-list+.swiper-button-next+.swiper-button-prev {
        display: none
    }
}

.qodef-timetable-events-list.qodef-col-num--4.swiper-container-horizontal,
.qodef-timetable-events-list.qodef-col-num--4.swiper-horizontal {
    width: calc(100% - 1px)
}

.qodef-timetable-event-list-swiper-nav.swiper-button-next,
.qodef-timetable-event-list-swiper-nav.swiper-button-prev {
    height: 25px !important
}

.qodef-twitter-list.qodef-layout--columns.qodef--no-bottom-info #ctf .ctf-tweet-actions {
    display: none
}

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

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

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

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

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

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-name {
    font-family: Outfit, sans-serif;
    text-transform: uppercase;
    color: var(--qode-main-color);
    font-size: 18px;
    line-height: 1.5555555556em;
    font-weight: 400;
    letter-spacing: .02em;
    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 {
    color: #ccc;
    font-family: Inter, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8em;
    text-transform: initial;
    margin-right: 4px;
    margin-left: 0
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.qodef-twitter-list.qodef-vertical-gutter--custom {
    --qode-vertical-gutter-custom: 30px;
    --qode-vertical-gutter-custom-1512: 30px;
    --qode-vertical-gutter-custom-1200: 30px;
    --qode-vertical-gutter-custom-880: 30px
}

.qodef-twitter-list.qodef-vertical-gutter--custom .ctf-tweets {
    --qode-columns-row-gap: var(--qode-vertical-gutter-custom, 30px)
}

.qodef-twitter-list.qodef-gutter--custom {
    --qode-gutter-custom: 30px;
    --qode-gutter-custom-1512: 30px;
    --qode-gutter-custom-1200: 30px;
    --qode-gutter-custom-880: 30px
}

.qodef-twitter-list.qodef-gutter--custom .ctf-tweets {
    --qode-columns-col-gap: var(--qode-gutter-custom, 30px)
}

#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-e-media-inner {
    opacity: 1 !important
}

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

body[class*=belmont-core] .qqvfw-quick-view-button-wrapper:has(.button),
body[class*=belmont-core] .qqvfw-quick-view-button-wrapper:has(.qqvfw-position--shortcode) {
    align-items: center !important;
    background-color: #031021 !important;
    border-radius: 50% !important;
    display: flex !important;
    font-size: 0 !important;
    height: 34px !important;
    justify-content: center !important;
    line-height: 1 !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 34px !important;
    left: 15px;
    position: absolute;
    top: 15px
}

body[class*=belmont-core] .qqvfw-quick-view-button-wrapper:has(.button) .qqvfw-m,
body[class*=belmont-core] .qqvfw-quick-view-button-wrapper:has(.qqvfw-position--shortcode) .qqvfw-m {
    background-color: transparent !important;
    height: 100% !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    color: #ccc
}

body[class*=belmont-core] .qqvfw-quick-view-button-wrapper:has(.button) .qqvfw-m span[class*=icon],
body[class*=belmont-core] .qqvfw-quick-view-button-wrapper:has(.qqvfw-position--shortcode) .qqvfw-m span[class*=icon] {
    width: 17px
}

body[class*=belmont-core] .qqvfw-quick-view-button-wrapper:has(.button) .qqvfw-m svg,
body[class*=belmont-core] .qqvfw-quick-view-button-wrapper:has(.qqvfw-position--shortcode) .qqvfw-m svg {
    height: 17px;
    width: 17px
}

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

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

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

body[class*=belmont-core] #qode-quick-view-for-woocommerce-pop-up .qqvfw-m-close {
    width: 32px;
    height: 32px;
    --qqvfw-qv-close-button-color: var(--qode-main-color)
}

body[class*=belmont-core] #qode-quick-view-for-woocommerce-pop-up .qqvfw-m-close svg {
    width: 32px;
    height: 32px;
    fill: currentColor;
    stroke: none
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media only screen and (max-width:880px) {

    body[class*=belmont-core] .shop_table.qwfw-m-items td,
    body[class*=belmont-core] .shop_table.qwfw-m-items th {
        padding: 10px 0 10px 10px
    }
}

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

body[class*=belmont-core] .shop_table.qwfw-m-items th {
    font-family: Outfit, sans-serif;
    text-transform: uppercase;
    color: var(--qode-main-color);
    font-size: 18px;
    line-height: 1.5555555556em;
    font-weight: 400;
    letter-spacing: .02em
}

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

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

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

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

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

body[class*=belmont-core] .shop_table.qwfw-m-items .variation {
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: .5em !important;
    margin-top: 0 !important
}

body[class*=belmont-core] .shop_table.qwfw-m-items .variation dd,
body[class*=belmont-core] .shop_table.qwfw-m-items .variation dt {
    margin: 0 !important
}

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

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

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

body[class*=belmont-core] .shop_table.qwfw-m-items td.product-add-to-cart a,
body[class*=belmont-core] .shop_table.qwfw-m-items th.product-add-to-cart a {
    position: relative !important;
    display: inline-flex !important;
    vertical-align: middle !important;
    width: auto !important;
    margin: 0 !important;
    font-family: Inter, sans-serif !important;
    font-size: 12px !important;
    line-height: 17px !important;
    font-weight: 500 !important;
    letter-spacing: .085em !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    border-radius: 0 !important;
    outline: 0 !important;
    transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out !important;
    box-shadow: none !important;
    background-image: none !important;
    opacity: 1 !important;
    padding: 13px 54px !important;
    cursor: pointer !important;
    z-index: 3 !important;
    color: var(--qode-button-color, #10263e) !important;
    background-color: var(--qode-button-bg-color, var(--qode-main-color)) !important;
    border: 1px solid var(--qode-button-border-color, transparent) !important
}

body[class*=belmont-core] .shop_table.qwfw-m-items td.product-add-to-cart a:hover,
body[class*=belmont-core] .shop_table.qwfw-m-items th.product-add-to-cart a:hover {
    color: var(--qode-button-hover-color, var(--qode-main-color)) !important;
    background-color: var(--qode-button-bg-hover-color, #10263e) !important;
    border-color: var(--qode-button-border-hover-color, transparent) !important
}

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

body[class*=belmont-core] .qwfw-add-to-wishlist-wrapper.qwfw--loop.qwfw-position--shortcode.qwfw-item-type--icon {
    align-items: center !important;
    background-color: #031021 !important;
    border-radius: 50% !important;
    display: flex !important;
    font-size: 0 !important;
    height: 34px !important;
    justify-content: center !important;
    line-height: 1 !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 34px !important;
    left: 15px;
    position: absolute;
    top: 15px
}

body[class*=belmont-core] .qwfw-add-to-wishlist-wrapper.qwfw--loop.qwfw-position--shortcode.qwfw-item-type--icon .qwfw-m {
    background-color: transparent !important;
    height: 100% !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    --qwfw-atw-active-color: #cccccc;
    --qwfw-atw-active-hover-color: var(--qode-main-color);
    --qwfw-atw-color: #cccccc;
    --qwfw-atw-hover-color: var(--qode-main-color)
}

body[class*=belmont-core] .qwfw-add-to-wishlist-wrapper.qwfw--loop.qwfw-position--shortcode.qwfw-item-type--icon .qwfw-m span[class*=icon] {
    width: 17px
}

body[class*=belmont-core] .qwfw-add-to-wishlist-wrapper.qwfw--loop.qwfw-position--shortcode.qwfw-item-type--icon .qwfw-m svg {
    height: 17px;
    width: 17px
}

body[class*=belmont-core] .qwfw-add-to-wishlist-wrapper.qwfw--loop.qwfw-position--shortcode.qwfw-item-type--icon .qwfw-m.qwfw--added:hover {
    color: var(--qwfw-atw-active-hover-color)
}

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

body[class*=belmont-core] .qwfw-add-to-wishlist-wrapper.qwfw--single:not(.qwfw-position--on-thumbnail) .qwfw-m:not(.button) {
    --qwfw-atw-active-color: #cccccc;
    --qwfw-atw-color: #cccccc
}

body[class*=belmont-core] .qwfw-add-to-wishlist-wrapper.qwfw--single:not(.qwfw-position--on-thumbnail) .qwfw-m:not(.button):hover {
    color: var(--qode-main-color)
}

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

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

body[class*=belmont-core] .qwfw-confirm-modal .qwfw-m-close {
    width: 32px;
    height: 32px;
    color: var(--qode-main-color)
}

body[class*=belmont-core] .qwfw-confirm-modal .qwfw-m-close svg {
    width: 32px;
    height: 32px;
    fill: currentColor;
    stroke: none
}

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

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

body[class*=belmont-core] .qwfw-confirm-modal .qwfw-m-form-button {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
    width: auto;
    margin: 0;
    font-family: Inter, sans-serif;
    font-size: 12px;
    line-height: 17px;
    font-weight: 500;
    letter-spacing: .085em;
    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;
    box-shadow: none;
    background-image: none;
    opacity: 1;
    padding: 15px 58px;
    color: var(--qode-button-color, #10263e);
    background-color: var(--qode-button-bg-color, var(--qode-main-color));
    border: 1px solid var(--qode-button-border-color, transparent)
}

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

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

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

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

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

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

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

.qodef-yith-wccl--predefined .select_box .select_option .yith_wccl_tooltip>span {
    background: #fff;
    border: 1px solid #e1e1e1 !important;
    border-radius: 0;
    color: #ccc;
    padding: 10px
}

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

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

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

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

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

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

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

.qodef-yith-wccl--predefined .select_box.select_box_label>* {
    font-family: Outfit, sans-serif;
    text-transform: uppercase;
    color: var(--qode-main-color);
    font-size: 14px;
    line-height: 1.5714285714em;
    font-weight: 400;
    letter-spacing: .025em;
    display: inline-flex;
    vertical-align: middle;
    flex-wrap: wrap;
    color: #b2b2b2;
    display: inline-flex;
    flex-wrap: wrap
}

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

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

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

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

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

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

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

.qodef-yith-wccl--predefined form.cart .variations:has(tr[class*=description_attribute]) tr[class^=description_attribute] td {
    padding-top: 15px
}

.qodef-yith-wccl--predefined form.cart .variations:has(tr[class*=description_attribute]) .reset_variations {
    transform: translateY(calc(-50% - 15px / 2))
}

.qodef-woo-product-category-list.qodef-item-layout--info-on-image .product-category a,
.qodef-woo-product-list .product-category a {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-woo-product-category-list.qodef-item-layout--info-on-image .product-category .woocommerce-loop-category__title,
.qodef-woo-product-list .product-category .woocommerce-loop-category__title {
    background-color: #fff;
    left: 50%;
    margin: 0;
    padding: 12px 41px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto
}

.qodef-woo-product-category-list.qodef-item-layout--info-on-image .count,
.qodef-woo-product-list .count {
    display: none
}

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

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

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

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

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

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

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

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

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

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

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

.widget_belmont_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item img,
.widget_belmont_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item img,
.widget_belmont_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item img,
.widget_belmont_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item img,
.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item img,
.widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item img,
.widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item img,
.widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item img {
    margin: 0 20px 0 0;
    width: 60px
}

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

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

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

.widget_belmont_core_woo_dropdown_cart .woocommerce-mini-cart-item a,
.widget_shopping_cart .woocommerce-mini-cart-item a {
    font-family: Outfit, sans-serif;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 1.5555555556em;
    font-weight: 400;
    letter-spacing: .02em;
    display: block
}

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

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

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

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

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

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

.widget_belmont_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-title,
.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-title {
    margin: 0
}

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

.widget_belmont_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-quantity,
.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-quantity {
    margin: 0
}

.widget_belmont_core_woo_dropdown_cart .qodef-m-order-details,
.widget_belmont_core_woo_dropdown_cart .woocommerce-mini-cart__total,
.widget_shopping_cart .qodef-m-order-details,
.widget_shopping_cart .woocommerce-mini-cart__total {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.widget_belmont_core_woo_dropdown_cart .qodef-m-order-details strong,
.widget_belmont_core_woo_dropdown_cart .woocommerce-mini-cart__total strong,
.widget_shopping_cart .qodef-m-order-details strong,
.widget_shopping_cart .woocommerce-mini-cart__total strong {
    font-family: Outfit, sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1.5714285714em;
    font-weight: 400;
    letter-spacing: .025em
}

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

.widget_belmont_core_woo_dropdown_cart .qodef-m-action a,
.widget_belmont_core_woo_dropdown_cart .woocommerce-mini-cart__buttons a,
.widget_shopping_cart .qodef-m-action a,
.widget_shopping_cart .woocommerce-mini-cart__buttons a {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
    width: auto;
    margin: 0;
    font-family: Inter, sans-serif;
    font-size: 12px;
    line-height: 17px;
    font-weight: 500;
    letter-spacing: .085em;
    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;
    box-shadow: none;
    background-image: none;
    opacity: 1;
    padding: 13px 54px;
    color: var(--qode-button-color, #10263e);
    background-color: var(--qode-button-bg-color, var(--qode-main-color));
    border: 1px solid var(--qode-button-border-color, transparent)
}

.widget_belmont_core_woo_dropdown_cart .qodef-m-action a:hover,
.widget_belmont_core_woo_dropdown_cart .woocommerce-mini-cart__buttons a:hover,
.widget_shopping_cart .qodef-m-action a:hover,
.widget_shopping_cart .woocommerce-mini-cart__buttons a:hover {
    color: var(--qode-button-hover-color, var(--qode-main-color));
    background-color: var(--qode-button-bg-hover-color, #10263e);
    border-color: var(--qode-button-border-hover-color, transparent)
}

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

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

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

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

.widget_belmont_core_woo_dropdown_cart,
.widget_shopping_cart {
    color: #ccc
}

.widget_belmont_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content,
.widget_belmont_core_woo_dropdown_cart .widget_shopping_cart_content,
.widget_shopping_cart .qodef-widget-dropdown-cart-content,
.widget_shopping_cart .widget_shopping_cart_content {
    background-color: #fff;
    color: var(--qode-main-color);
    border-color: #e1e1e1
}

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

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

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

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

.widget_belmont_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove,
.widget_belmont_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove,
.widget_belmont_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove,
.widget_belmont_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove,
.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove,
.widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove,
.widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove,
.widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove {
    color: #ccc
}

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

.widget_belmont_core_woo_dropdown_cart .qodef-m-order-details strong,
.widget_belmont_core_woo_dropdown_cart .woocommerce-mini-cart__total strong,
.widget_shopping_cart .qodef-m-order-details strong,
.widget_shopping_cart .woocommerce-mini-cart__total strong {
    color: var(--qode-main-color)
}

#qodef-top-area .widget_belmont_core_woo_dropdown_cart,
#qodef-top-area .widget_shopping_cart {
    color: #ccc
}

#qodef-top-area .qodef-skin--light .widget_belmont_core_woo_dropdown_cart,
#qodef-top-area .qodef-skin--light .widget_shopping_cart {
    color: var(--qode-header-light-color)
}

#qodef-top-area .qodef-skin--dark .widget_belmont_core_woo_dropdown_cart,
#qodef-top-area .qodef-skin--dark .widget_shopping_cart {
    color: var(--qode-header-dark-color)
}

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

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

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

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

#qodef-page-footer .widget_belmont_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-e-title a,
#qodef-page-footer .widget_shopping_cart .qodef-woo-mini-cart .qodef-e-title a {
    color: #ccc
}

#qodef-page-footer .widget_belmont_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-e-title a:hover,
#qodef-page-footer .widget_shopping_cart .qodef-woo-mini-cart .qodef-e-title a:hover {
    color: #fff
}

#qodef-page-footer .widget_belmont_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove,
#qodef-page-footer .widget_belmont_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove,
#qodef-page-footer .widget_belmont_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove,
#qodef-page-footer .widget_belmont_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove,
#qodef-page-footer .widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove,
#qodef-page-footer .widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove,
#qodef-page-footer .widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove,
#qodef-page-footer .widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove {
    color: #ccc
}

#qodef-page-footer .widget_belmont_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove:hover,
#qodef-page-footer .widget_belmont_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove:hover,
#qodef-page-footer .widget_belmont_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove:hover,
#qodef-page-footer .widget_belmont_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove:hover,
#qodef-page-footer .widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove:hover,
#qodef-page-footer .widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove:hover,
#qodef-page-footer .widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove:hover,
#qodef-page-footer .widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove:hover {
    color: #fff
}

#qodef-page-footer .widget_belmont_core_woo_dropdown_cart .qodef-m-order-details strong,
#qodef-page-footer .widget_belmont_core_woo_dropdown_cart .woocommerce-mini-cart__total strong,
#qodef-page-footer .widget_shopping_cart .qodef-m-order-details strong,
#qodef-page-footer .widget_shopping_cart .woocommerce-mini-cart__total strong {
    color: #ccc
}

#qodef-side-area .widget_belmont_core_woo_dropdown_cart,
#qodef-side-area .widget_shopping_cart {
    color: #fff
}

.qodef-mega-menu-widget-holder .widget_belmont_core_woo_dropdown_cart,
.qodef-mega-menu-widget-holder .widget_shopping_cart {
    color: #fff
}

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

.widget_belmont_core_woo_side_area_cart .qodef-widget-side-area-cart-inner {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center
}

.widget_belmont_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    height: 100%
}

.widget_belmont_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-opener {
    align-items: center;
    display: flex;
    height: 100%;
    position: relative
}

.widget_belmont_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-widget-side-area-cart-content {
    background-color: #031021;
    border-left: 1px solid #e1e1e1;
    display: flex;
    flex-direction: column;
    height: 100vh;
    justify-content: space-between;
    overflow: hidden;
    padding: 100px 0 74px;
    position: fixed;
    right: -360px;
    top: 0;
    transition: all .6s cubic-bezier(.77, 0, .175, 1);
    visibility: hidden;
    width: 360px;
    z-index: 9999
}

.admin-bar .widget_belmont_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-widget-side-area-cart-content {
    height: calc(100vh - 32px);
    top: 32px
}

.widget_belmont_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-close {
    display: block;
    font-size: 34px;
    position: absolute;
    right: 30px;
    top: 30px;
    z-index: 1000
}

.widget_belmont_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-posts-not-found {
    padding: 0 35px
}

.widget_belmont_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-woo-side-area-cart {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding: 0 35px !important
}

.widget_belmont_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-woo-side-area-cart-item {
    align-items: flex-start;
    display: flex;
    margin-top: 20px;
    position: relative
}

.widget_belmont_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-woo-side-area-cart-item:first-child {
    margin-top: 0
}

.widget_belmont_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-e-image {
    flex-shrink: 0;
    margin-right: 20px;
    width: 80px
}

.widget_belmont_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-e-image a,
.widget_belmont_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-e-image img {
    display: block
}

.widget_belmont_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-e-content {
    padding-right: 20px;
    width: 100%
}

.widget_belmont_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-e-title {
    margin: 0
}

.widget_belmont_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-e-price {
    margin: 3px 0 0
}

.widget_belmont_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-e-quantity {
    margin: 3px 0 0
}

.widget_belmont_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .remove {
    font-size: 20px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 5
}

.widget_belmont_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-order-details {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
    padding: 0 35px;
    position: relative
}

.widget_belmont_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-order-details>* {
    margin: 0
}

.widget_belmont_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-action {
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%
}

.widget_belmont_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-action-link {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
    width: auto;
    margin: 0;
    font-family: Inter, sans-serif;
    font-size: 12px;
    line-height: 17px;
    font-weight: 500;
    letter-spacing: .085em;
    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;
    box-shadow: none;
    background-image: none;
    opacity: 1;
    color: var(--qode-button-color, #10263e);
    background-color: var(--qode-button-bg-color, var(--qode-main-color));
    border: 1px solid var(--qode-button-border-color, transparent)
}

.widget_belmont_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-action-link:hover {
    color: var(--qode-button-hover-color, var(--qode-main-color));
    background-color: var(--qode-button-bg-hover-color, #10263e);
    border-color: var(--qode-button-border-hover-color, transparent)
}

.widget_belmont_core_woo_side_area_cart.qodef--opened .qodef-widget-side-area-cart-content {
    right: 0;
    visibility: visible
}

.qodef-woo-side-area-cart-cover {
    background-color: rgba(0, 0, 0, .6);
    height: 100vh;
    left: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: calc(100% - 360px);
    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 .35s ease-out;
    display: inline-block
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e .qodef-e-hover-logo {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    opacity: 0;
    will-change: opacity;
    transition: opacity .35s ease-out
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e:hover .qodef-e-logo {
    opacity: 0
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e:hover .qodef-e-hover-logo {
    opacity: 1
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade .qodef-e {
    display: flex;
    align-items: center;
    justify-content: center
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade .qodef-e .qodef-e-image {
    line-height: 0;
    position: relative;
    display: inline-block;
    vertical-align: top
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade .qodef-e .qodef-e-image a {
    display: inline-block
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade .qodef-e .qodef-e-logo {
    width: auto;
    opacity: var(--qodef-client-initial-opacity, 1);
    will-change: opacity;
    transition: opacity .3s ease;
    display: inline-block
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade .qodef-e .qodef-e-hover-logo {
    display: none
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade .qodef-e:hover .qodef-e-logo {
    opacity: var(--qodef-client-hover-opacity, .5)
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--no-hover .qodef-e {
    display: flex;
    align-items: center;
    justify-content: center
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--no-hover .qodef-e .qodef-e-image {
    line-height: 0;
    position: relative;
    display: inline-block;
    vertical-align: top
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--no-hover .qodef-e .qodef-e-image a {
    display: inline-block
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--no-hover .qodef-e .qodef-e-logo {
    width: auto;
    display: inline-block
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--no-hover .qodef-e .qodef-e-hover-logo {
    display: none
}

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

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

.qodef-events .qodef-e-event-content,
.qodef-events .qodef-e-media {
    display: flex;
    column-gap: 50px
}

.qodef-events .qodef-e-event-content>*,
.qodef-events .qodef-e-media>* {
    position: relative;
    width: 100%
}

.qodef-events .qodef-e-media .qodef-e-image {
    height: 500px
}

.qodef-events .qodef-e-media .qodef-e-image a,
.qodef-events .qodef-e-media .qodef-e-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.qodef-events .qodef-e-media .qodef-e-map {
    max-width: 32.3%
}

.qodef-events .qodef-e-event-inner {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    row-gap: 43px
}

.qodef-events .qodef-e-title {
    margin: 0
}

.qodef-events .qodef-e-info {
    max-width: 32.3%;
    display: flex;
    flex-direction: column
}

.qodef-events .qodef-e-info .qodef-e-label {
    margin: 0 18px 0 0
}

.qodef-events .qodef-e-info .qodef-e-info-title {
    margin-bottom: 27px
}

.qodef-events .qodef-e-info .qodef-e-info-item {
    margin-bottom: 14px
}

.qodef-events .qodef-e-info .qodef-e-info-item:last-of-type {
    margin-bottom: 0
}

.qodef-events .qodef-e-info .qodef-e-info-item .qodef-e-info-content,
.qodef-events .qodef-e-info .qodef-e-info-item .qodef-e-info-content a {
    color: #ccc;
    font-family: Inter, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8em;
    text-transform: initial;
    line-height: 22px;
    text-transform: initial
}

.qodef-events .qodef-e-info .qodef-e-info-item.qodef-info--event-types .qodef-e-info-content-link {
    padding: 5px 24px;
    font-family: Outfit, sans-serif;
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: #081426;
    background-color: #fff
}

.qodef-events .qodef-e-info .qodef-e-tickets-link {
    margin-top: 26px
}

.qodef-events .qodef-e-info-social-share {
    margin-top: 30px
}

.qodef-events .qodef-event-skin--dark .qodef-e-label,
.qodef-events .qodef-event-skin--dark .qodef-e-title {
    color: #081426
}

.qodef-events .qodef-event-skin--dark .qodef-e-description {
    color: #262626
}

.qodef-events .qodef-event-skin--dark .qodef-e-inner .qodef-e-event-content .qodef-e-social-icons .qodef-social-icon {
    color: #081426
}

.qodef-events .qodef-event-skin--dark .qodef-e-inner .qodef-e-event-content .qodef-e-social-icons .qodef-social-icon:hover {
    color: #fff
}

.qodef-events .qodef-event-skin--dark .qodef-e-tickets-link .qodef-button.qodef-html--link {
    color: #081426;
    border-color: #081426
}

.qodef-events .qodef-event-skin--dark .qodef-e-info-holder .qodef-e-info-item span,
.qodef-events .qodef-event-skin--dark .qodef-e-label,
.qodef-events .qodef-event-skin--dark p.qodef-e-label {
    color: #081426
}

.qodef-events .qodef-event-skin--dark .qodef-e-info .qodef-e-info-content,
.qodef-events .qodef-event-skin--dark .qodef-e-info .qodef-e-info-content a {
    color: #262626
}

.qodef-events .qodef-event-skin--dark .qodef-e-info .qodef-info--event-types .qodef-e-info-content-link {
    background: #fff;
    color: #081426
}

.qodef-events .qodef-event-skin--dark .qodef-social-share.qodef-layout--list .qodef-social-title {
    color: #081426
}

.qodef-events .qodef-event-skin--dark .qodef-social-share.qodef-layout--list li a {
    color: #081426
}

.qodef-events .qodef-event-skin--dark .qodef-social-share.qodef-layout--list li a:hover {
    color: #081426
}

.qodef-events-list .qodef-e-title {
    margin: 0
}

.qodef-events-list.qodef-skin--light .qodef-e-date,
.qodef-events-list.qodef-skin--light .qodef-e-time,
.qodef-events-list.qodef-skin--light .qodef-e-title {
    color: #fff
}

.qodef-events-list.qodef-skin--dark .qodef-e-date,
.qodef-events-list.qodef-skin--dark .qodef-e-time,
.qodef-events-list.qodef-skin--dark .qodef-e-title {
    color: #071221
}

.qodef-events-list.qodef-item-layout--info-below .qodef-e-content {
    margin: 18px 0 0;
    text-align: center
}

.qodef-events-list.qodef-item-layout--info-below .qodef-e-event-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2
}

.qodef-events-list.qodef-item-layout--info-below .qodef-e-event-types {
    position: relative;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: -14px
}

.qodef-events-list.qodef-item-layout--info-below .qodef-e-event-types a {
    padding: 5px 24px;
    font-family: Outfit, sans-serif;
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: #081426;
    background-color: #fff
}

.qodef-events-list.qodef-item-layout--info-below:not(.qodef-swiper-container) .qodef-e-media-image {
    overflow: hidden
}

.qodef-events-list.qodef-item-layout--info-below:not(.qodef-swiper-container) .qodef-e-media-image img {
    --qode-zoom: 1.01;
    --qode-zoom-hover: 1.025;
    transform: scale(var(--qode-zoom));
    transition: transform .6s cubic-bezier(.39, .58, .57, 1);
    will-change: transform;
    transform-origin: 20% 55%
}

.qodef-events-list.qodef-item-layout--info-below:not(.qodef-swiper-container) .qodef-e:hover .qodef-e-media-image img {
    transform: scale(var(--qode-zoom-hover))
}

.qodef-recipe-list .qodef-e-content {
    display: flex;
    flex-direction: column
}

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

.qodef-recipe-list .qodef-button.qodef-layout--textual .qodef-m-text {
    padding-left: 0;
    padding-right: 0
}

.qodef-recipe-list.qodef-content--center .qodef-e-content {
    align-items: center
}

.qodef-recipe-list.qodef-content--right .qodef-e-content {
    align-items: flex-end
}

.qodef-recipe-list.qodef-skin--dark .qodef-e-title a {
    color: #071221
}

.qodef-recipe-list.qodef-skin--dark .qodef-e-title a:hover {
    color: #071221
}

.qodef-recipe-list.qodef-skin--dark .qodef-button.qodef-layout--textual .qodef-m-text {
    color: #071221
}

.qodef-recipe-list.qodef-skin--light .qodef-e-title a {
    color: #fff
}

.qodef-recipe-list.qodef-skin--light .qodef-e-title a:hover {
    color: #fff
}

.qodef-recipe-list.qodef-skin--light .qodef-button.qodef-layout--textual .qodef-m-text {
    color: #fff
}

.qodef-recipe-list .qodef-e.qodef--has-appear .qodef-e-image,
.qodef-recipe-list .qodef-e.qodef--has-appear .qodef-m-image {
    transition: clip-path 1s cubic-bezier(.62, .28, .23, .99);
    clip-path: inset(0 0 100% 0);
    -webkit-clip-path: inset(0 0 100% 0)
}

.elementor-editor-active .qodef-recipe-list .qodef-e.qodef--has-appear .qodef-e-image,
.elementor-editor-active .qodef-recipe-list .qodef-e.qodef--has-appear .qodef-m-image {
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0)
}

.qodef-recipe-list .qodef-e.qodef--has-appear.qodef--appeared .qodef-e-image,
.qodef-recipe-list .qodef-e.qodef--has-appear.qodef--appeared .qodef-m-image {
    clip-path: inset(0 0 0 -50%);
    -webkit-clip-path: inset(0 0 0 -50%)
}

.qodef-recipe-list .qodef-e.qodef--has-appear.qodef--appeared:nth-of-type(5n-3) .qodef-e-image {
    transition-delay: .13s, .13s
}

.qodef-recipe-list .qodef-e.qodef--has-appear.qodef--appeared:nth-of-type(5n-2) .qodef-e-image {
    transition-delay: .26s, .26s
}

.qodef-recipe-list .qodef-e.qodef--has-appear.qodef--appeared:nth-of-type(5n-1) .qodef-e-image {
    transition-delay: .39s, .39s
}

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

.qodef-recipe-list.qodef-item-layout--info-below:not(.qodef-swiper-container) .qodef-e-media-image {
    overflow: hidden
}

.qodef-recipe-list.qodef-item-layout--info-below:not(.qodef-swiper-container) .qodef-e-media-image img {
    --qode-zoom: 1.01;
    --qode-zoom-hover: 1.025;
    transform: scale(var(--qode-zoom));
    transition: transform .6s cubic-bezier(.39, .58, .57, 1);
    will-change: transform;
    transform-origin: 20% 55%
}

.qodef-recipe-list.qodef-item-layout--info-below:not(.qodef-swiper-container) .qodef-e:hover .qodef-e-media-image img {
    transform: scale(var(--qode-zoom-hover))
}

.ui-datepicker {
    background-color: transparent !important;
    display: none;
    max-width: 400px !important;
    padding: 20px 18.5px;
    position: absolute;
    width: 100% !important
}

@media only screen and (max-width:680px) {
    .ui-datepicker {
        left: 50% !important;
        max-width: 86vw !important;
        transform: translateX(-50%) !important
    }
}

.ui-datepicker:after {
    background-color: #031021;
    border: 1px solid #e1e1e1;
    box-sizing: border-box;
    content: "";
    height: calc(100% + 2px);
    left: 0;
    position: absolute;
    top: -1px;
    width: 100%;
    z-index: -1
}

.ui-datepicker-header {
    padding: 0 20px !important
}

.ui-datepicker-next,
.ui-datepicker-prev {
    color: var(--qode-main-color);
    font-size: 22px !important;
    top: 2px;
    width: 20px
}

.ui-datepicker-prev {
    left: 0 !important
}

.ui-datepicker-next {
    right: 0 !important
}

.ui-datepicker-month {
    color: #ccc;
    font-family: Inter, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8em;
    text-transform: initial;
    border: none
}

.ui-datepicker-year {
    color: #ccc;
    font-family: Inter, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8em;
    text-transform: initial
}

.ui-datepicker-calendar {
    margin: 7px 0 0 0;
    padding: 0
}

.ui-datepicker-calendar th {
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #fff
}

.ui-datepicker-calendar td {
    font-size: 14px
}

.ui-datepicker-calendar td a {
    color: var(--qode-paragraph-color)
}

.ui-datepicker-calendar td,
.ui-datepicker-calendar th {
    border: none;
    padding: 8px 3px !important;
    text-align: center
}

.ui-datepicker-current-day {
    border: 1px solid var(--qode-main-color) !important;
    color: #fff
}

.qodef-reservation-form {
    position: relative;
    z-index: 5
}

.qodef-reservation-form .qodef-m-inner {
    display: flex;
    flex-direction: column
}

.qodef-reservation-form .qodef-m-fields-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center
}

@media only screen and (max-width:680px) {
    .qodef-reservation-form .qodef-m-fields-wrapper {
        flex-direction: column;
        align-items: flex-start
    }
}

.qodef-reservation-form .qodef-e-at-label,
.qodef-reservation-form .qodef-e-for-label {
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 22px;
    color: var(--qode-main-color);
    text-transform: uppercase
}

@media only screen and (max-width:1194px) {

    .qodef-reservation-form .qodef-e-at-label,
    .qodef-reservation-form .qodef-e-for-label {
        display: none
    }
}

.qodef-reservation-form .qodef-m-field {
    position: relative;
    display: flex;
    justify-content: center;
    margin: 0 0 26px;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    transition: .2s ease-out
}

.qodef-reservation-form .qodef-m-field:focus,
.qodef-reservation-form .qodef-m-field:hover {
    border-bottom-color: var(--qode-main-color)
}

.qodef-reservation-form .qodef-m-field.qodef-m-field-book {
    border: 0;
    justify-content: center;
    margin: 20px 0 0
}

.qodef-reservation-form .qodef-m-field .qodef-arrow-icon {
    display: none
}

@media only screen and (max-width:680px) {
    .qodef-reservation-form .qodef-m-field {
        margin: 10px 0;
        justify-content: flex-start
    }

    .qodef-reservation-form .qodef-m-field:first-child {
        margin-top: 0
    }

    .qodef-reservation-form .qodef-m-field:last-child {
        margin-bottom: 0
    }
}

.qodef-reservation-form .qodef-m-field.qodef-m-field-date,
.qodef-reservation-form .qodef-m-field.qodef-m-field-people,
.qodef-reservation-form .qodef-m-field.qodef-m-field-time {
    flex-basis: 100%
}

.qodef-reservation-form .qodef-m-field.qodef-m-field-date .qodef-m-icon-arrow {
    display: none
}

.qodef-reservation-form .qodef-m-field.qodef-m-field-time {
    margin-bottom: 0
}

.qodef-reservation-form .qodef-m-field.qodef-m-field-book button {
    justify-content: center;
    z-index: 99
}

.qodef-reservation-form .qodef-m-field.qodef-m-field-book button .qodef-m-text {
    white-space: nowrap
}

.qodef-reservation-form .qodef-m-field-label {
    flex-shrink: 0;
    flex-basis: auto
}

.qodef-reservation-form .qodef-m-icon {
    color: var(--qode-main-color);
    position: absolute;
    left: 15px;
    font-size: 14px;
    top: 18px;
    z-index: 1;
    display: none
}

.qodef-reservation-form .qodef-m-date {
    padding: 4px 0;
    border: 0
}

.qodef-reservation-form .select2-container--default {
    padding: 4px 0
}

.qodef-reservation-form .qodef-m-date,
.qodef-reservation-form .select2-container--default {
    background-color: transparent;
    margin: 0;
    width: 100% !important;
    font-size: 14px;
    line-height: 1.5714285714em;
    font-weight: 400;
    letter-spacing: .025em;
    color: #ccc;
    z-index: 100
}

.qodef-reservation-form .select2-selection--single {
    color: inherit !important;
    font-size: inherit !important;
    border: inherit !important;
    padding: 0 !important
}

.qodef-reservation-form .select2-container--default .select2-selection--single {
    background-color: transparent
}

@media only screen and (max-width:1024px) {
    .qodef-reservation-form {
        padding-bottom: 63px
    }
}

.qodef-reservation-form select {
    background-image: none !important;
    border: 0;
    padding: 4px 0;
    color: #ccc
}

.qodef-reservation-form select:focus {
    color: var(--qode-main-color)
}

.qodef-reservation-form .select2-selection__arrow {
    display: none !important
}

.qodef-reservation-form input:-webkit-autofill {
    --webkit-box-shadow: none !important
}

.qodef-reservation-form .qodef-m-copyright {
    margin: 18px 0;
    text-align: center;
    color: #ccc
}

.qodef-reservation-form.qodef-skin--light .select2-container--default .select2-selection:focus {
    color: #fff !important
}

.qodef-reservation-form.qodef-skin--light .qodef-m-date,
.qodef-reservation-form.qodef-skin--light .select2-container--default,
.qodef-reservation-form.qodef-skin--light select {
    color: #fff
}

.qodef-reservation-form.qodef-skin--light .qodef-m-field {
    border-color: #fff
}

.qodef-reservation-form.qodef-skin--light .qodef-m-field-book .qodef-button {
    color: #fff;
    border-color: #fff
}

.qodef-reservation-form.qodef-skin--light .qodef-m-copyright {
    color: #fff
}

.qodef-reservation-form.qodef-skin--dark .select2-container--default .select2-selection:focus {
    color: #081426 !important
}

.qodef-reservation-form.qodef-skin--dark .qodef-m-date,
.qodef-reservation-form.qodef-skin--dark .select2-container--default,
.qodef-reservation-form.qodef-skin--dark select {
    color: #081426
}

.qodef-reservation-form.qodef-skin--dark .qodef-m-field {
    border-color: #081426
}

.qodef-reservation-form.qodef-skin--dark .qodef-m-field-book .qodef-button {
    color: #081426;
    border-color: #081426
}

.qodef-reservation-form.qodef-skin--dark .qodef-m-copyright {
    color: #081426
}

.qodef-restaurant-menu-list .qodef-e-heading {
    display: flex;
    align-items: baseline
}

.qodef-restaurant-menu-list .qodef-e-heading-title {
    margin: 0;
    color: var(--qode-main-color)
}

.qodef-restaurant-menu-list p.qodef-e-heading-title {
    font-size: 18px;
    line-height: 1.5555555556em;
    font-weight: 400;
    letter-spacing: .02em;
    font-size: 18px
}

.qodef-restaurant-menu-list .qodef-e-heading-line {
    flex-grow: 1;
    border-bottom: 1px solid #adc0d9;
    opacity: .3;
    margin: 0 10px 0 18px
}

.qodef-restaurant-menu-list .qodef-e-heading-price {
    margin: 0;
    font-family: Outfit, sans-serif;
    text-transform: uppercase;
    color: var(--qode-main-color);
    font-size: 14px;
    line-height: 1.5714285714em;
    font-weight: 400;
    letter-spacing: .025em
}

.qodef-restaurant-menu-list .qodef-e-heading-price {
    font-size: 15px;
    color: var(--qode-main-color)
}

.qodef-restaurant-menu-list .qodef-e-description {
    max-width: 70%;
    margin: 8px 0 0
}

@media only screen and (max-width:1200px) {
    .qodef-restaurant-menu-list .qodef-e-description {
        max-width: 80%
    }
}

@media only screen and (max-width:680px) {
    .qodef-restaurant-menu-list .qodef-e-description {
        max-width: 100%
    }
}

.qodef-restaurant-menu-list.qodef-skin--light .qodef-e-heading-price,
.qodef-restaurant-menu-list.qodef-skin--light .qodef-e-heading-title {
    color: #fff
}

.qodef-restaurant-menu-list.qodef-skin--light .qodef-e-description {
    color: #fff
}

.qodef-restaurant-menu-list.qodef-skin--dark .qodef-e-heading-price,
.qodef-restaurant-menu-list.qodef-skin--dark .qodef-e-heading-title {
    color: #081426
}

.qodef-restaurant-menu-list.qodef-skin--dark .qodef-e-description {
    color: #262626
}

.qodef-restaurant-menu-list.qodef-skin--dark .qodef-e-heading-line {
    border-color: #707c8c
}

.qodef-restaurant-menu-tabs {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    visibility: hidden
}

.qodef-restaurant-menu-tabs.qodef--init {
    visibility: visible
}

.qodef-restaurant-menu-tabs .qodef-restaurant-menu-tabs-navigation {
    margin: 0;
    padding: 0;
    list-style: none
}

.qodef-restaurant-menu-tabs .qodef-restaurant-menu-tabs-content {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-restaurant-menu-tabs .qodef-restaurant-menu-tabs-content p {
    margin: 0
}

.qodef-restaurant-menu-tabs.qodef-layout--simple .qodef-restaurant-menu-tabs-navigation {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style: none
}

.qodef-restaurant-menu-tabs.qodef-layout--simple .qodef-restaurant-menu-tabs-navigation li {
    margin: 0 -25px 0 0;
    padding: 0;
    z-index: 1
}

.qodef-restaurant-menu-tabs.qodef-layout--simple .qodef-restaurant-menu-tabs-navigation li.active,
.qodef-restaurant-menu-tabs.qodef-layout--simple .qodef-restaurant-menu-tabs-navigation li.ui-state-active {
    z-index: 2
}

.qodef-restaurant-menu-tabs.qodef-layout--simple .qodef-restaurant-menu-tabs-navigation li.ui-state-hover,
.qodef-restaurant-menu-tabs.qodef-layout--simple .qodef-restaurant-menu-tabs-navigation li:hover {
    z-index: 3
}

.qodef-restaurant-menu-tabs.qodef-layout--simple .qodef-restaurant-menu-tabs-navigation li a {
    display: block
}

.qodef-restaurant-menu-tabs.qodef-layout--simple .qodef-restaurant-menu-tabs-navigation .qodef-tab-image {
    max-width: 120px
}

.qodef-restaurant-menu-tabs.qodef-layout--simple .qodef-restaurant-menu-tabs-navigation .qodef-tab-image img {
    width: 100%;
    height: auto
}

.qodef-restaurant-menu-tabs.qodef-layout--simple .qodef-restaurant-menu-tabs-content {
    margin: 26px 0 0
}

.qodef-team-list .qodef-e-role {
    margin: 0
}

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

.qodef-team-list .qodef-social-icons {
    margin: 0
}

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

.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 {
    text-align: center
}

.qodef-testimonials-list .qodef-e-media-image {
    position: relative;
    display: flex;
    width: var(--qode-testimonials-list-image-size, 170px);
    height: var(--qode-testimonials-list-image-size, 170px);
    margin: 0 auto 40px;
    line-height: 0
}

.qodef-testimonials-list .qodef-e-media-image img {
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 50%
}

.qodef-testimonials-list .qodef-e-title {
    max-width: var(--qode-testimonials-text-width, 100%);
    margin: 0 auto 16px
}

.qodef-testimonials-list .qodef-e-text {
    max-width: var(--qode-testimonials-text-width, 100%);
    margin: 0 auto 16px
}

.qodef-testimonials-list .qodef-e-author {
    display: flex;
    justify-content: center;
    margin: 0
}

.qodef-testimonials-list .qodef-e-author>* {
    color: #ccc
}

.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--show-quote .qodef-e-media-image svg {
    position: absolute;
    bottom: 0;
    left: 0;
    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::after {
    background-color: #fff
}

.qodef-testimonials-list.qodef-skin--light .swiper-pagination-bullet.swiper-pagination-bullet-active,
.qodef-testimonials-list.qodef-skin--light .swiper-pagination-bullet:hover {
    border-color: #fff
}

.qodef-testimonials-list.qodef-skin--light~.swiper-button-next,
.qodef-testimonials-list.qodef-skin--light~.swiper-button-prev {
    color: #fff !important
}

.qodef-testimonials-list.qodef-skin--dark .qodef-e-author>*,
.qodef-testimonials-list.qodef-skin--dark .qodef-e-text,
.qodef-testimonials-list.qodef-skin--dark .qodef-e-title {
    color: #10263e
}

.qodef-testimonials-list.qodef-skin--dark .swiper-pagination-bullet::after {
    background-color: #10263e
}

.qodef-testimonials-list.qodef-skin--dark .swiper-pagination-bullet.swiper-pagination-bullet-active,
.qodef-testimonials-list.qodef-skin--dark .swiper-pagination-bullet:hover {
    border-color: #10263e
}

.qodef-testimonials-list.qodef-skin--dark~.swiper-button-next,
.qodef-testimonials-list.qodef-skin--dark~.swiper-button-prev {
    color: #10263e !important
}

.qodef-testimonials-list~.swiper-button-next,
.qodef-testimonials-list~.swiper-button-prev {
    top: initial
}

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

.qodef-review-rating .qodef-star-rating svg {
    display: block;
    width: 14px;
    height: auto;
    fill: none;
    stroke: currentColor
}

.qodef-review-rating .qodef-star-rating.active svg {
    fill: currentColor
}

.qodef-review-rating .qodef-comments-ratings {
    --qode-star-width: 14px;
    --qode-star-gap: 8px;
    line-height: var(--qode-star-width)
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.qodef-search-cover-form {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.qodef-search-cover-form {
    visibility: hidden;
    opacity: 0;
    background-color: #031021;
    z-index: -1;
    border: 1px solid rgba(255, 255, 255, .5);
    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 40px
}

.qodef-search-cover-form .qodef-m-form-field {
    padding: 0;
    margin-bottom: 0;
    font-size: 22px;
    font-weight: 400;
    text-transform: uppercase;
    color: #b2b2b2;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    outline-offset: 0
}

.qodef-search-cover-form .qodef-m-form-field:focus {
    color: #fff
}

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

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

.qodef-search-cover-form .qodef-m-close {
    flex-shrink: 0;
    color: #b2b2b2
}

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

.qodef-search-cover-form .qodef-m-close:hover {
    color: #fff
}

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

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

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

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

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

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

.qodef-fullscreen-search-holder .qodef-m-form-field {
    height: 100%;
    margin: 0;
    padding: 0;
    font-size: 25px;
    color: #10263e;
    line-height: 2em;
    background: 0 0;
    border: 0;
    border-radius: 0
}

.qodef-fullscreen-search-holder .qodef-m-form-submit {
    position: absolute;
    right: 0;
    bottom: -20px;
    width: auto;
    padding: 0;
    margin: 0;
    color: #10263e;
    background: 0 0;
    border: 0;
    outline: 0;
    opacity: 0;
    cursor: pointer;
    transition: color .2s ease-out
}

.qodef-fullscreen-search-holder .qodef-m-form-submit:hover {
    color: #10263e;
    background: 0 0
}

.qodef-fullscreen-search--opened .qodef-fullscreen-search-holder .qodef-m-form-submit {
    opacity: 1;
    bottom: 10px;
    transition: color .2s ease, opacity .2s ease-out 1.1s, bottom .4s ease-out .9s
}

.qodef-fullscreen-search--opened .qodef-fullscreen-search-holder .qodef-m-form-submit .qodef-m-close {
    pointer-events: all;
    z-index: 1
}

.qodef-fullscreen-search-holder .qodef-m-form-submit.qodef-source--icon-pack {
    font-size: 18px
}

.qodef-fullscreen-search-holder .qodef-m-form-line {
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0;
    border-bottom: 1px solid #10263e;
    transition: all .3s ease
}

.qodef-fullscreen-search--opened .qodef-fullscreen-search-holder .qodef-m-form-line {
    width: 100%;
    transition: width .5s ease .6s
}

.qodef-fullscreen-search-holder .qodef-m-close {
    position: absolute;
    top: 33px;
    right: 70px;
    color: #10263e;
    opacity: 0;
    visibility: hidden;
    z-index: -1
}

.admin-bar .qodef-fullscreen-search-holder .qodef-m-close {
    top: 72px
}

.qodef-fullscreen-search-holder .qodef-m-close:hover {
    color: #10263e
}

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

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

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

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

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

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

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

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

.qodef-search-opener {
    color: #fff !important
}

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

.qodef-search-opener .qodef-search-opener-text {
    font-family: Inter, sans-serif;
    font-size: 13px;
    line-height: 17px;
    font-weight: 400;
    margin-left: 6px
}

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

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

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

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

.qodef-accordion.qodef-layout--simple .qodef-accordion-title {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 12px 0 0;
    padding: 2px 10px 2px 5px;
    transition: color .2s ease-out, background-color .2s ease-out;
    cursor: pointer
}

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

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

.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark span.qodef-icon--minus {
    opacity: 0
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark span.qodef-icon--plus {
    opacity: 1
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-active,
.qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-hover {
    color: #fff;
    background-color: #000
}

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

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

.qodef-accordion.qodef-layout--simple .qodef-accordion-content {
    padding: 16px 0 2px;
    margin: 0
}

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

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

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

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

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

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

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

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

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

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

.qodef-banner .qodef-m-banner-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1
}

.qodef-banner .qodef-m-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block
}

.qodef-banner .qodef-m-content-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex
}

.qodef-banner .qodef-m-title {
    margin: 10px 0 4px
}

.qodef-banner .qodef-m-title-inner {
    display: inline-block
}

.qodef-banner .qodef-m-subtitle {
    font-family: Outfit, sans-serif;
    margin: 0;
    opacity: .5;
    letter-spacing: 0
}

.qodef-banner .qodef-m-text-field {
    font-size: 15px;
    color: var(--qode-main-color);
    margin: 0 0 10px;
    font-style: italic
}

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

.qodef-banner .qodef-m-image img {
    display: block;
    transition: all .35s ease-out
}

.qodef-banner.qodef-layout--link-button .qodef-m-content-inner {
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-end;
    padding: 35px
}

.qodef-banner.qodef-layout--link-button .qodef-m-title {
    margin: 10px 0
}

.qodef-banner.qodef-layout--link-button .qodef-m-text {
    margin: 0
}

.qodef-banner.qodef-layout--link-button .qodef-m-button {
    margin: 10px 0 0
}

.qodef-banner.qodef-layout--link-overlay .qodef-m-content-inner {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    padding: 30px
}

.qodef-button.qodef-html--link {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
    width: auto;
    margin: 0;
    font-family: Inter, sans-serif;
    font-size: 12px;
    line-height: 17px;
    font-weight: 500;
    letter-spacing: .085em;
    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;
    box-shadow: none;
    background-image: none;
    opacity: 1;
    padding: 15px 58px
}

.qodef-button.qodef-size--small {
    padding: 13px 54px
}

.qodef-button.qodef-size--large {
    padding: 17px 62px
}

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

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

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

.qodef-button.qodef-layout--filled.qodef-html--link.qodef-underline-on-hover--yes .qodef-m-text {
    --qodef-underline-position-y: 100%;
    --qodef-underline-height: 1px;
    background-repeat: no-repeat;
    background-image: linear-gradient(90deg, currentColor 0, currentColor 100%);
    background-position: 0 var(--qodef-underline-position-y);
    background-size: 0 var(--qodef-underline-height);
    transition: background-size .5s cubic-bezier(.29, .8, .31, .98), color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out
}

.qodef-button.qodef-layout--filled.qodef-html--link.qodef-underline-on-hover--yes:hover .qodef-m-text {
    background-size: 100% var(--qodef-underline-height)
}

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

.qodef-button.qodef-layout--outlined:after {
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    opacity: .5;
    --qode-border-color: var(--qode-button-border-hover-color, var(--qode-button-border-color, #e1ebe7));
    background-repeat: no-repeat;
    background-size: 0 1px, 1px 0;
    background-position: 0 0, 100% 100%, 100% 100%, 0 0;
    background-image: linear-gradient(0deg, var(--qode-border-color), var(--qode-border-color)), linear-gradient(0deg, var(--qode-border-color), var(--qode-border-color)), linear-gradient(0deg, var(--qode-border-color), var(--qode-border-color)), linear-gradient(0deg, var(--qode-border-color), var(--qode-border-color));
    transition: opacity .2s ease-out, background-size .82s cubic-bezier(.36, .03, .2, .91);
    pointer-events: none
}

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

.qodef-button.qodef-layout--outlined:hover:after {
    background-size: 100% 1px, 1px 100%
}

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

.qodef-button.qodef-layout--textual .qodef-m-text {
    display: inline-block;
    position: relative;
    overflow: hidden
}

.qodef-button.qodef-layout--textual .qodef-m-text:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: scaleX(1)
}

.qodef-button.qodef-layout--textual {
    font-family: Outfit, sans-serif;
    font-weight: 400
}

.qodef-button.qodef-layout--textual:hover {
    color: var(--qode-button-hover-color, var(--qode-main-color))
}

.qodef-button.qodef-layout--textual:hover .qodef-m-text:before {
    animation: qodef-underline 1s forwards cubic-bezier(.29, .8, .31, .98)
}

.qodef-call-to-action.qodef-layout--standard {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-call-to-action.qodef-layout--standard .qodef-m-inner {
    display: flex;
    align-items: center
}

.qodef-call-to-action.qodef-layout--standard.qodef-style--stretched .qodef-m-inner {
    justify-content: space-between
}

.qodef-call-to-action.qodef-layout--standard.qodef-style--centered .qodef-m-inner {
    justify-content: center
}

.qodef-call-to-action.qodef-layout--standard .qodef-m-content {
    padding-right: 20px
}

.qodef-call-to-action.qodef-layout--standard .qodef-m-content>* {
    margin: 0
}

.qodef-call-to-action.qodef-layout--standard .qodef-m-button {
    flex: 0 0 auto
}

.qodef-countdown .qodef-m-date {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.qodef-countdown .qodef-digit,
.qodef-countdown .qodef-label {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    text-align: 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.3333333333%
}

.qodef-countdown.qodef-show--4 .qodef-digit-wrapper {
    width: 25%
}

.qodef-countdown.qodef-show--5 .qodef-digit-wrapper {
    width: 20%
}

.qodef-countdown.qodef-show--6 .qodef-digit-wrapper {
    width: 16.6666666667%
}

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

.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: inherit;
    font-size: 90px;
    line-height: 1em;
    font-weight: 600;
    color: var(--qode-main-color)
}

.qodef-counter.qodef-layout--simple {
    text-align: center
}

.qodef-counter.qodef-layout--simple .qodef-m-digit {
    font-family: inherit;
    font-weight: 600;
    font-size: 75px;
    line-height: 1;
    color: var(--qode-main-color)
}

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

.qodef-counter.qodef-layout--simple .qodef-m-text {
    margin: 0
}

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

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

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

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

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

.qodef-custom-font.qodef--has-appear.qodef--appear-from-bottom {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 1.1s, transform 1.1s cubic-bezier(.65, .05, .36, 1)
}

.qodef-custom-font.qodef--has-appear.qodef--appear-from-top {
    opacity: 0;
    transform: translateY(-50px);
    transition: opacity 1.1s, transform 1.1s cubic-bezier(.65, .05, .36, 1)
}

.qodef-custom-font.qodef--has-appear.qodef--appear-from-left {
    opacity: 0;
    transform: translateX(-50px);
    transition: opacity 1.1s, transform 1.1s cubic-bezier(.65, .05, .36, 1)
}

.qodef-custom-font.qodef--has-appear.qodef--appear-from-right {
    opacity: 0;
    transform: translateX(50px);
    transition: opacity 1.1s, transform 1.1s cubic-bezier(.65, .05, .36, 1)
}

.qodef-custom-font.qodef--has-appear.qodef--appear-fade {
    opacity: 0;
    transition: opacity 1s ease-out
}

.qodef-custom-font.qodef--has-appear.qodef--appear-fade.qodef--appeared,
.qodef-custom-font.qodef--has-appear.qodef--appear-from-bottom.qodef--appeared,
.qodef-custom-font.qodef--has-appear.qodef--appear-from-left.qodef--appeared,
.qodef-custom-font.qodef--has-appear.qodef--appear-from-right.qodef--appeared,
.qodef-custom-font.qodef--has-appear.qodef--appear-from-top.qodef--appeared {
    opacity: 1;
    transform: translateX(0) translateZ(0)
}

.qodef-custom-font .qodef-e-inner {
    display: block
}

.qodef-custom-font.qodef--has-scroll .qodef-e-inner {
    will-change: transform
}

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

.qodef-dropcaps .qodef-m-letter {
    font-family: Outfit, sans-serif;
    text-transform: uppercase;
    color: var(--qode-main-color);
    font-size: 33px;
    line-height: 1.3939393939em;
    font-weight: 400;
    letter-spacing: .01em;
    position: relative;
    top: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    margin: 0 10px 5px 0
}

@media only screen and (max-width:680px) {
    .qodef-dropcaps .qodef-m-letter {
        font-size: 31px;
        line-height: 41px
    }
}

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

.qodef-dropcaps:not(.qodef-type--simple) .qodef-m-letter {
    font-size: 23px;
    line-height: 1.5217391304em;
    font-weight: 400;
    letter-spacing: .015em;
    width: 40px;
    height: 40px;
    color: #fff;
    background-color: var(--qode-main-color)
}

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

.qodef-icon-list-item {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    line-height: 1
}

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

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

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

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

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

.qodef-icon-list-item.qodef-icon--custom-icon .qodef-e-icon-wrapper {
    position: relative;
    display: inline-block;
    vertical-align: top
}

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

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

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

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

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

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

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

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

.qodef-icon-with-text .qodef-icon-holder {
    float: none
}

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

.qodef-icon-with-text.qodef--custom-icon .qodef-m-icon-wrapper {
    position: relative;
    display: inline-block;
    vertical-align: top
}

.qodef-icon-with-text.qodef--custom-icon .qodef-m-icon-wrapper a,
.qodef-icon-with-text.qodef--custom-icon .qodef-m-icon-wrapper img {
    display: block
}

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

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

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

.qodef-icon-with-text.qodef-layout--before-title .qodef-m-title-inner {
    display: flex;
    align-items: center
}

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

.qodef-icon-with-text.qodef-layout--before-title.qodef--retina img {
    max-width: 50%
}

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

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

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

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

.qodef-icon-with-text.qodef-layout--top.qodef--retina img {
    max-width: 50%;
    margin: 0 auto
}

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

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

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

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

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

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

.qodef-icon-holder.qodef-layout--circle,
.qodef-icon-holder.qodef-layout--square {
    width: 2em;
    height: 2em;
    line-height: 2em;
    text-align: center;
    color: #fff;
    background-color: var(--qode-main-color);
    transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out
}

.qodef-icon-holder.qodef-layout--circle a,
.qodef-icon-holder.qodef-layout--square a {
    color: inherit;
    transition: none
}

.qodef-icon-holder.qodef-layout--circle:hover,
.qodef-icon-holder.qodef-layout--square:hover {
    background-color: var(--qode-main-color)
}

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

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

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

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

.qodef-image-gallery.qodef-swiper-container .swiper-wrapper {
    align-items: center
}

.qodef-image-gallery.qodef--centered-images img {
    height: 100%;
    object-fit: contain
}

.qodef-image-gallery.qodef-layout--masonry.qodef-items--fixed .qodef-e.qodef-grid-item>* {
    height: 100%;
    width: 100%
}

.qodef-image-gallery.qodef-layout--masonry.qodef-items--fixed .qodef-e.qodef-grid-item>*>a {
    height: 100%;
    width: 100%
}

.qodef-image-gallery.qodef-layout--masonry.qodef-items--fixed .qodef-e.qodef-grid-item img {
    object-fit: cover;
    height: 100%;
    width: 100%
}

.qodef-image-gallery:not(.qodef--prevent-zoom) .qodef-image-wrapper>a {
    display: block;
    overflow: hidden
}

.qodef-image-gallery:not(.qodef--prevent-zoom) .qodef-image-wrapper>a img {
    --qode-zoom: 1.01;
    --qode-zoom-hover: 1.025;
    transform: scale(var(--qode-zoom));
    transition: transform .6s cubic-bezier(.39, .58, .57, 1);
    will-change: transform;
    transform-origin: 20% 55%
}

.qodef-image-gallery:not(.qodef--prevent-zoom) .qodef-image-wrapper>a:hover img {
    transform: scale(var(--qode-zoom-hover))
}

.qodef-image-gallery.qodef--image-zoom .qodef-e {
    display: block;
    overflow: hidden
}

.qodef-image-gallery.qodef--image-zoom .qodef-e img {
    --qode-zoom: 1.01;
    --qode-zoom-hover: 1.025;
    transform: scale(var(--qode-zoom));
    transition: transform .6s cubic-bezier(.39, .58, .57, 1);
    will-change: transform;
    transform-origin: 20% 55%
}

.qodef-image-gallery.qodef--image-zoom .qodef-e:hover img {
    transform: scale(var(--qode-zoom-hover))
}

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

.qodef-image-marquee .qodef-m-content {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 0 auto;
    overflow: hidden
}

.qodef-image-marquee .qodef-m-content.qodef--mobile {
    display: none
}

.qodef-image-marquee .qodef-m-content.qodef--mobile .qodef-m-image {
    background-size: cover !important
}

.qodef-image-marquee .qodef-m-image {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%
}

.qodef-image-marquee .qodef-m-image.qodef-image--copy {
    will-change: transform;
    backface-visibility: hidden;
    transform: translateX(100%) translateZ(0)
}

.qodef-image-marquee .qodef-m-image a {
    position: relative;
    display: block
}

@keyframes qode-move-marquee {
    0% {
        transform: translateX(0) translateZ(0)
    }

    100% {
        transform: translateX(-100%) translateZ(0)
    }
}

@keyframes qode-move-marquee-copy {
    0% {
        transform: translateX(100%) translateZ(0)
    }

    100% {
        transform: translateX(0) translateZ(0)
    }
}

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

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

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

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

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

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

.qodef-image-with-text.qodef-alignment--center {
    text-align: center
}

.qodef-image-with-text.qodef-alignment--right {
    text-align: right
}

.qodef-image-with-text.qodef--has-hover .qodef-m-image {
    transform: translateY(0);
    transition: transform .65s cubic-bezier(.2, .37, .2, .96)
}

.qodef-image-with-text.qodef--has-hover:hover .qodef-m-image {
    transform: translateY(-4px)
}

.qodef-image-with-text.qodef--has-appear {
    --qodef-translate-y: 60px;
    transform: translateY(var(--qodef-translate-y));
    opacity: 0;
    transition: transform 1.6s cubic-bezier(.22, .61, .36, 1), opacity .6s
}

.qodef-image-with-text.qodef--has-appear.qodef--appeared {
    transform: translateY(0);
    opacity: 1
}

.qodef-info-section.qodef-layout--background-text {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-info-section.qodef-layout--background-text .qodef-m-info {
    position: relative;
    z-index: 2
}

.qodef-info-section.qodef-layout--background-text .qodef-m-title {
    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(var(--qode-main-color), .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-interactive-link-showcase {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    height: 100vh;
    visibility: hidden
}

@media (min-width:2560px) {
    .qodef-interactive-link-showcase {
        height: 70vh
    }
}

.admin-bar .qodef-interactive-link-showcase {
    height: calc(100vh - 32px)
}

.qodef-interactive-link-showcase .qodef-m-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    transition: opacity 0s .45s
}

.qodef-interactive-link-showcase .qodef-m-image.qodef--active {
    opacity: 1;
    z-index: 5;
    transition: opacity .4s cubic-bezier(.215, .61, .355, 1)
}

.qodef-interactive-link-showcase .qodef-m-image img {
    display: none
}

.qodef-interactive-link-showcase .qodef-m-items {
    display: flex;
    align-items: center;
    z-index: 10
}

.qodef-interactive-link-showcase .qodef-m-item {
    font-family: Outfit, sans-serif;
    text-transform: uppercase;
    font-size: 33px;
    line-height: 1.3939393939em;
    font-weight: 400;
    letter-spacing: .01em;
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: auto;
    padding: 0 6px 5px;
    margin: 13px 0;
    transition: color .2s ease-out, background-color .2s ease-out
}

@media only screen and (max-width:680px) {
    .qodef-interactive-link-showcase .qodef-m-item {
        font-size: 31px;
        line-height: 41px
    }
}

.qodef-interactive-link-showcase .qodef-m-item .qodef-e-title {
    position: relative;
    display: block;
    z-index: 2
}

.qodef-interactive-link-showcase .qodef-m-item.qodef--active {
    color: #fff;
    background-color: var(--qode-main-color)
}

.qodef-interactive-link-showcase.qodef--init {
    visibility: visible
}

.qodef-interactive-link-showcase.qodef-skin--light .qodef-m-item {
    color: #fff
}

.qodef-interactive-link-showcase.qodef-skin--light .qodef-m-item.qodef--active {
    color: var(--qode-main-color);
    background-color: #fff
}

.qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-m-items {
    position: relative;
    flex-direction: column
}

.qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-m-item {
    padding: 20px 0;
    margin: 0;
    color: var(--qode-main-color);
    background-color: transparent
}

.qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-m-item.qodef--active .qodef-e-follow-content {
    display: block
}

.qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-e-title {
    display: block;
    z-index: -2
}

.qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-e-follow-content {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    display: none
}

.qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-e-follow-image {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: auto;
    transform: translate3d(-50%, -50%, 0);
    overflow: hidden;
    z-index: -1
}

.qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-e-follow-image img {
    position: relative;
    display: block;
    width: auto;
    max-width: 60vw
}

.qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-e-follow-title {
    font-family: Outfit, sans-serif;
    text-transform: uppercase;
    font-size: 33px;
    line-height: 1.3939393939em;
    font-weight: 400;
    letter-spacing: .01em;
    position: absolute;
    top: calc(50% + 20px);
    left: 0;
    display: block;
    white-space: nowrap;
    color: #fff
}

@media only screen and (max-width:680px) {
    .qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-e-follow-title {
        font-size: 31px;
        line-height: 41px
    }
}

.qodef-interactive-link-showcase.qodef-layout--list {
    padding: 150px 0
}

.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-images {
    position: relative;
    display: block;
    margin-left: auto;
    width: 62%;
    height: 100%;
    overflow: hidden
}

.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-items {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    width: 38%;
    justify-content: center;
    flex-direction: column
}

.qodef-interactive-link-showcase.qodef-layout--slider .swiper-container {
    width: 100%;
    height: 100%;
    z-index: 10
}

.qodef-interactive-link-showcase.qodef-layout--slider .qodef-m-images {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 5
}

.qodef-interactive-link-showcase.qodef-layout--slider .qodef-m-item {
    height: auto;
    margin: 0 5%
}

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

.qodef-interactive-links .qodef-m-items {
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.qodef-interactive-links.qodef-skin--light .qodef-m-item .qodef-e-title {
    color: #fff
}

.qodef-interactive-links.qodef-skin--light .qodef-m-item:hover .qodef-e-title {
    color: #fff
}

.qodef-interactive-links.qodef-skin--light .qodef-m-item .qodef-e-subtitle {
    color: #fff
}

.qodef-interactive-links.qodef-skin--dark .qodef-m-item .qodef-e-title {
    color: #d9cead
}

.qodef-interactive-links.qodef-skin--dark .qodef-m-item:hover .qodef-e-title {
    color: #10263e
}

.qodef-interactive-links.qodef-skin--dark .qodef-m-item .qodef-e-subtitle {
    color: #d9cead
}

.qodef-interactive-links.qodef-layout--list .qodef-m-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 32px 15px 49px;
    border-top: 1px solid #818890
}

.qodef-interactive-links.qodef-layout--list .qodef-m-item:last-child {
    border-bottom: 1px solid #818890
}

.qodef-interactive-links.qodef-layout--list .qodef-m-item .qodef-e-link {
    width: 100%;
    text-align: center
}

.qodef-interactive-links.qodef-layout--list .qodef-m-item .qodef-e-title {
    position: relative;
    display: block;
    margin: 0;
    font-family: "Libre Caslon Text";
    font-style: italic;
    color: #737373;
    transition: color .2s ease-out
}

.qodef-interactive-links.qodef-layout--list .qodef-m-item:hover .qodef-e-title {
    color: #fff
}

.qodef-item-showcase {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    visibility: hidden
}

.qodef-item-showcase .qodef-m-image {
    position: relative;
    flex-shrink: 0;
    margin: 0 60px;
    opacity: 0;
    transform: translateY(70px);
    transition: opacity .55s cubic-bezier(.23, 1, .32, 1), transform .55s cubic-bezier(.23, 1, .32, 1)
}

.qodef-item-showcase .qodef-m-image img {
    display: block
}

.qodef-item-showcase .qodef-m-items {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%
}

.qodef-item-showcase .qodef-m-items.qodef--left {
    text-align: right
}

.qodef-item-showcase .qodef-m-items.qodef--right {
    text-align: left
}

.qodef-item-showcase .qodef-m-item {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-top: 60px;
    opacity: 0;
    transform: translateY(70px);
    transition: opacity .55s cubic-bezier(.23, 1, .32, 1), transform .55s cubic-bezier(.23, 1, .32, 1)
}

.qodef-item-showcase .qodef-m-item:first-child {
    margin-top: 0
}

.qodef-item-showcase .qodef-m-item:nth-child(1) {
    transition-delay: .2s
}

.qodef-item-showcase .qodef-m-item:nth-child(2) {
    transition-delay: .4s
}

.qodef-item-showcase .qodef-m-item:nth-child(3) {
    transition-delay: .6s
}

.qodef-item-showcase .qodef-m-item:nth-child(4) {
    transition-delay: .8s
}

.qodef-item-showcase .qodef-m-item:nth-child(5) {
    transition-delay: 1s
}

.qodef-item-showcase .qodef-m-item:nth-child(6) {
    transition-delay: 1.2s
}

.qodef-item-showcase .qodef-e-title {
    margin: 0
}

.qodef-item-showcase .qodef-e-title-link {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    text-transform: inherit;
    color: inherit
}

.qodef-item-showcase .qodef-e-title-link:hover {
    color: var(--qode-main-color)
}

.qodef-item-showcase .qodef-e-text {
    margin: 20px 0 0
}

.qodef-item-showcase.qodef--init {
    visibility: visible
}

.qodef-item-showcase.qodef--init .qodef-m-image {
    opacity: 1;
    transform: translateY(0)
}

.qodef-item-showcase.qodef--init .qodef-m-item {
    opacity: 1;
    transform: translateY(0)
}

.qodef-pricing-table {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    text-align: center
}

.qodef-pricing-table.qodef-status--featured {
    transform: translateY(-25px)
}

.qodef-pricing-table .qodef-m-inner {
    padding: 45px
}

.qodef-pricing-table .qodef-m-title p {
    margin: 0;
    color: var(--qode-main-color)
}

.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: var(--qode-main-color);
    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%;
    font-family: Outfit, sans-serif;
    text-transform: uppercase;
    color: var(--qode-main-color);
    font-size: 18px;
    line-height: 1.5555555556em;
    font-weight: 400;
    letter-spacing: .02em;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0
}

.qodef-progress-bar.qodef-layout--semi-circle .progressbar-text {
    padding-top: 20px;
    transform: none !important
}

.qodef-progress-bar.qodef-layout--line .qodef-m-inner {
    flex-direction: column-reverse
}

.qodef-progress-bar.qodef-layout--line .proggress {
    width: 0
}

.qodef-progress-bar.qodef-layout--line .percentCount {
    position: absolute;
    top: -24px;
    right: 0;
    width: auto
}

.qodef-progress-bar.qodef-layout--line .qodef-m-title {
    margin: 0 0 7px
}

.qodef-progress-bar.qodef-layout--line.qodef-percentage--floating .percentCount {
    left: 0;
    right: auto;
    transform: translateX(-50%)
}

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

.qodef-section-title .qodef-m-title {
    margin: 0
}

.qodef-section-title .qodef-m-title a:hover {
    color: currentColor
}

.qodef-section-title .qodef-m-subtitle {
    margin: 0
}

.qodef-section-title p.qodef-m-subtitle {
    font-size: 19px;
    font-weight: 400;
    letter-spacing: -.05em;
    line-height: 26px;
    margin: 15px 0 -2px
}

.qodef-section-title .qodef-m-description {
    margin: 12px 0 0
}

.qodef-section-title .qodef-button {
    margin: 32px 0 0
}

.qodef-section-title.qodef-alignment--center {
    text-align: center
}

.qodef-section-title.qodef-alignment--left {
    text-align: left
}

.qodef-section-title.qodef-alignment--right {
    text-align: right
}

.qodef-section-title.qodef-skin--light .qodef-m-description,
.qodef-section-title.qodef-skin--light .qodef-m-subtitle,
.qodef-section-title.qodef-skin--light .qodef-m-title {
    color: #fff
}

.qodef-section-title.qodef-custom-typography .qodef-m-title {
    font-family: "Bona Nova", sans-serif;
    font-size: 50px;
    font-weight: 700;
    text-transform: initial
}

.qodef-section-title.qodef--custom-appear {
    backface-visibility: hidden
}

.qodef-section-title.qodef--custom-appear .qodef-m-title {
    opacity: 0;
    transform: translateY(50%);
    transition: all .6s cubic-bezier(.65, .05, .36, 1) .3s
}

.qodef-section-title.qodef--custom-appear .qodef-m-description {
    opacity: 0;
    transform: translateY(50%);
    transition: all .6s cubic-bezier(.65, .05, .36, 1) .6s
}

.qodef-section-title.qodef--custom-appear .qodef-button {
    opacity: 0;
    transform: translateY(50%);
    transition: all .6s cubic-bezier(.65, .05, .36, 1) .6s
}

.qodef-section-title.qodef--custom-appear.qodef--appeared .qodef-button,
.qodef-section-title.qodef--custom-appear.qodef--appeared .qodef-m-description,
.qodef-section-title.qodef--custom-appear.qodef--appeared .qodef-m-title {
    opacity: 1;
    transform: translateX(0) translateZ(0)
}

.qodef-separator {
    font-size: 0;
    height: auto;
    line-height: 1;
    position: relative
}

.qodef-separator .qodef-m-line {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    border-bottom: 1px solid #e1e1e1
}

.qodef-separator.qodef-position--center {
    text-align: center
}

.qodef-separator.qodef-position--left {
    text-align: left
}

.qodef-separator.qodef-position--right {
    text-align: right
}

.qodef-separator.qodef-show--yes {
    display: block
}

.qodef-separator.qodef-show--no {
    display: none
}

@media only screen and (max-width:1600px) {
    .qodef-separator.qodef-show-1600--yes {
        display: block
    }
}

@media only screen and (max-width:1600px) {
    .qodef-separator.qodef-show-1600--no {
        display: none
    }
}

@media only screen and (max-width:1512px) {
    .qodef-separator.qodef-show-1512--yes {
        display: block
    }
}

@media only screen and (max-width:1512px) {
    .qodef-separator.qodef-show-1512--no {
        display: none
    }
}

@media only screen and (max-width:1368px) {
    .qodef-separator.qodef-show-1368--yes {
        display: block
    }
}

@media only screen and (max-width:1368px) {
    .qodef-separator.qodef-show-1368--no {
        display: none
    }
}

@media only screen and (max-width:1200px) {
    .qodef-separator.qodef-show-1200--yes {
        display: block
    }
}

@media only screen and (max-width:1200px) {
    .qodef-separator.qodef-show-1200--no {
        display: none
    }
}

@media only screen and (max-width:1024px) {
    .qodef-separator.qodef-show-1024--yes {
        display: block
    }
}

@media only screen and (max-width:1024px) {
    .qodef-separator.qodef-show-1024--no {
        display: none
    }
}

@media only screen and (max-width:880px) {
    .qodef-separator.qodef-show-880--yes {
        display: block
    }
}

@media only screen and (max-width:880px) {
    .qodef-separator.qodef-show-880--no {
        display: none
    }
}

@media only screen and (max-width:680px) {
    .qodef-separator.qodef-show-680--yes {
        display: block
    }
}

@media only screen and (max-width:680px) {
    .qodef-separator.qodef-show-680--no {
        display: none
    }
}

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

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

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

.qodef-single-image img {
    display: block
}

.qodef-alignment--center .qodef-single-image img {
    margin: 0 auto
}

.qodef-alignment--right .qodef-single-image img {
    margin: 0 0 0 auto
}

.qodef-single-image.qodef--has-appear.qodef--appear-from-bottom .qodef-m-image {
    transition: clip-path 1s cubic-bezier(.62, .28, .23, .99);
    clip-path: inset(100% 0 0 0);
    -webkit-clip-path: inset(100% 0 0 0)
}

.elementor-editor-active .qodef-single-image.qodef--has-appear.qodef--appear-from-bottom .qodef-m-image {
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0)
}

.qodef-single-image.qodef--has-appear.qodef--appear-from-bottom.qodef--appeared .qodef-m-image {
    clip-path: inset(0 0 0 -50%);
    -webkit-clip-path: inset(0 0 0 -50%)
}

.qodef-single-image.qodef--has-appear.qodef--appear-from-top .qodef-e-image,
.qodef-single-image.qodef--has-appear.qodef--appear-from-top .qodef-m-image {
    transition: clip-path 1s cubic-bezier(.62, .28, .23, .99);
    clip-path: inset(0 0 100% 0);
    -webkit-clip-path: inset(0 0 100% 0)
}

.elementor-editor-active .qodef-single-image.qodef--has-appear.qodef--appear-from-top .qodef-e-image,
.elementor-editor-active .qodef-single-image.qodef--has-appear.qodef--appear-from-top .qodef-m-image {
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0)
}

.qodef-single-image.qodef--has-appear.qodef--appear-from-top.qodef--appeared .qodef-e-image,
.qodef-single-image.qodef--has-appear.qodef--appear-from-top.qodef--appeared .qodef-m-image {
    clip-path: inset(0 0 0 -50%);
    -webkit-clip-path: inset(0 0 0 -50%)
}

.qodef-single-image.qodef--has-appear.qodef--appear-from-left .qodef-m-image {
    transition: clip-path 1s cubic-bezier(.62, .28, .23, .99);
    clip-path: inset(0 100% 0 0);
    -webkit-clip-path: inset(0 100% 0 0)
}

.elementor-editor-active .qodef-single-image.qodef--has-appear.qodef--appear-from-left .qodef-m-image {
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0)
}

.qodef-single-image.qodef--has-appear.qodef--appear-from-left.qodef--appeared .qodef-m-image {
    clip-path: inset(0 0 0 -50%);
    -webkit-clip-path: inset(0 0 0 -50%)
}

.qodef-single-image.qodef--has-appear.qodef--appear-from-right .qodef-m-image {
    transition: clip-path 1s cubic-bezier(.62, .28, .23, .99);
    clip-path: inset(0 0 0 100%);
    -webkit-clip-path: inset(0 0 0 100%)
}

.elementor-editor-active .qodef-single-image.qodef--has-appear.qodef--appear-from-right .qodef-m-image {
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0)
}

.qodef-single-image.qodef--has-appear.qodef--appear-from-right.qodef--appeared .qodef-m-image {
    clip-path: inset(0 0 0 -50%);
    -webkit-clip-path: inset(0 0 0 -50%)
}

.qodef-single-image.qodef--has-appear.qodef--appear-fade {
    opacity: 0;
    transition: opacity .6s cubic-bezier(.62, .28, .23, .99) .2s
}

.qodef-single-image.qodef--has-appear.qodef--appear-fade.qodef--appeared {
    opacity: 1
}

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

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

.qodef-tabs .qodef-tabs-navigation {
    margin: 0;
    padding: 0;
    list-style: none
}

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

.qodef-tabs .qodef-tabs-content p {
    margin: 0
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation {
    position: relative;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li {
    margin: 0 26px 0 0;
    padding: 0
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a {
    font-family: Outfit, sans-serif;
    text-transform: uppercase;
    font-size: 23px;
    line-height: 1.5217391304em;
    font-weight: 400;
    letter-spacing: .015em;
    display: block;
    padding: 0 3px 1px;
    transition: color .2s ease-out, background-color .2s ease-out
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li:last-child {
    margin-right: 0
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a:hover,
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.active a,
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.ui-state-active a,
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.ui-state-hover a {
    color: #fff;
    background-color: var(--qode-main-color)
}

@media only screen and (max-width:880px) {
    .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation {
        flex-direction: column;
        align-items: flex-start
    }

    .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li {
        margin: 0 0 26px 0;
        padding: 0
    }

    .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li:last-child {
        margin-bottom: 0
    }
}

.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    height: 100%
}

.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation {
    flex-shrink: 0;
    display: block;
    padding-right: 26px;
    margin-right: 26px;
    border-right: 1px solid #e1e1e1
}

.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation li {
    width: 100%;
    margin-bottom: 26px
}

.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation li:last-child {
    margin-bottom: 0
}

.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation li a {
    display: inline-block;
    width: auto
}

.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-content {
    margin-top: 0
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-content {
    margin: 26px 0 0
}

@keyframes qode-text-marquee-left {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-100%)
    }
}

@keyframes qode-text-marquee-right {
    0% {
        transform: translateX(-100%)
    }

    100% {
        transform: translateX(0)
    }
}

.qodef-text-marquee .qodef-m-content {
    display: flex;
    padding: 30px 0 27px;
    border-top: 1px solid #818890;
    border-bottom: 1px solid #818890;
    overflow: hidden;
    white-space: nowrap
}

.qodef-text-marquee .qodef-m-content-inner {
    padding-right: 25px
}

.qodef--init.qodef-direction--left.qodef-text-marquee .qodef-m-content-inner {
    animation: qode-text-marquee-left var(--qode-marquee-duration, 25s) linear infinite
}

.qodef--init.qodef-direction--right.qodef-text-marquee .qodef-m-content-inner {
    animation: qode-text-marquee-right var(--qode-marquee-duration, 25s) linear infinite
}

.qodef-text-marquee .qodef-m-link {
    font-family: "Libre Caslon Text";
    font-style: italic;
    color: #737373;
    font-size: 50px;
    line-height: 1.25;
    text-transform: uppercase;
    transition: color .2s ease-out
}

.qodef-text-marquee .qodef-m-link:hover {
    color: var(--qode-main-color)
}

.qodef-text-marquee .qodef-m-link:hover .qodef-m-text {
    color: var(--qode-main-color)
}

.qodef-text-marquee .qodef-m-separator,
.qodef-text-marquee .qodef-m-text {
    font-family: "Libre Caslon Text";
    font-style: italic;
    color: #737373;
    font-size: 50px;
    line-height: 1.25;
    transition: color .2s ease-out
}

.qodef-text-marquee .qodef-m-separator {
    position: relative;
    margin: 0 20px
}

.qodef-text-marquee.qodef-skin--light {
    border-color: #fff
}

.qodef-text-marquee.qodef-skin--light .qodef-m-separator,
.qodef-text-marquee.qodef-skin--light .qodef-m-text {
    color: #fff
}

.qodef-text-marquee.qodef-skin--light .qodef-m-link {
    color: #fff
}

.qodef-text-marquee.qodef-skin--light .qodef-m-link:hover {
    color: #fff
}

.qodef-text-marquee.qodef-skin--light .qodef-m-link:hover .qodef-m-text {
    color: #fff
}

.qodef-text-marquee.qodef-skin--dark {
    border-color: #0d2240
}

.qodef-text-marquee.qodef-skin--dark .qodef-m-separator,
.qodef-text-marquee.qodef-skin--dark .qodef-m-text {
    color: #d9cead
}

.qodef-text-marquee.qodef-skin--dark .qodef-m-link {
    color: #d9cead
}

.qodef-text-marquee.qodef-skin--dark .qodef-m-link:hover {
    color: #0d2240
}

.qodef-text-marquee.qodef-skin--dark .qodef-m-link:hover .qodef-m-text {
    color: #0d2240
}

.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: var(--qode-main-color);
    font-size: 106px;
    line-height: 1
}

.qodef-video-button .qodef-m-play span {
    display: block;
    line-height: inherit
}

.qodef-video-button .qodef-m-play span:before {
    display: block;
    line-height: inherit
}

.qodef-video-holder {
    display: block;
    max-width: 100%;
    position: relative
}

.qodef-video-holder .qodef-e-video-info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.qodef-video-holder .qodef-e-video-info .qodef-m-title {
    margin: 0 0 9px
}

.qodef-video-holder .qodef-e-video-info p.qodef-m-title {
    font-family: "Libre Caslon Text";
    font-size: 50px;
    font-weight: 700;
    letter-spacing: .005em;
    line-height: 54px
}

.qodef-video-holder .qodef-e-video-info>.qodef-m-text {
    margin-bottom: 0
}

.qodef-video-holder .qodef-e-video-info>span.qodef-m-text {
    text-transform: uppercase;
    font-size: 23px;
    font-weight: 400;
    font-family: Outfit, sans-serif;
    letter-spacing: .015em;
    line-height: 35px;
    color: #fff
}

.qodef-video-holder .qodef-e-video-info .qodef-m-title {
    color: #fff
}

.qodef-video-holder .qodef-e-video-info .qodef-m-button {
    margin-top: 31px
}

.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-video-holder.qodef--no-button .qodef-m-button {
    display: none
}

#qodef-side-area {
    position: fixed;
    top: 0;
    right: -490px;
    width: 490px;
    height: 100%;
    min-height: 100%;
    padding: 120px 75px 35px;
    text-align: center;
    background-color: #000;
    overflow: hidden;
    visibility: hidden;
    z-index: 9999;
    transition: all .6s cubic-bezier(.77, 0, .175, 1)
}

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

#qodef-side-area.qodef-alignment--center {
    text-align: center
}

#qodef-side-area.qodef-alignment--right {
    text-align: right
}

#qodef-side-area.qodef-alignment--left {
    text-align: left
}

#qodef-side-area-close {
    position: absolute;
    top: 33px;
    right: 40px;
    display: block;
    z-index: 1000;
    color: #fff
}

.admin-bar #qodef-side-area-close {
    top: 65px
}

.qodef-side-area-cover {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    overflow: hidden;
    z-index: 0;
    transition: opacity .2s ease-in-out, z-index .2s ease-in-out
}

.qodef-side-area--opened .qodef-side-area-cover {
    opacity: 1;
    z-index: 1002
}

.qodef-social-share {
    position: relative;
    display: inline-block;
    vertical-align: top
}

.qodef-social-share .qodef-social-title {
    font-family: Outfit, sans-serif;
    text-transform: uppercase;
    color: var(--qode-main-color);
    font-size: 14px;
    line-height: 1.5714285714em;
    font-weight: 400;
    letter-spacing: .025em;
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 5px 0 0
}

.qodef-social-share ul {
    position: relative;
    display: inline-block;
    vertical-align: top;
    list-style: none;
    padding: 0;
    margin: 0
}

.qodef-social-share li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    line-height: 1;
    padding: 0;
    margin: 0
}

.qodef-social-share li a {
    font-size: 20px
}

.qodef-social-share li a:hover {
    color: var(--qode-main-color)
}

.qodef-social-share.qodef-layout--dropdown {
    position: relative;
    display: inline-block;
    vertical-align: bottom
}

.qodef-social-share.qodef-layout--dropdown .qodef-social-title {
    margin: 0;
    vertical-align: middle
}

.qodef-social-share.qodef-layout--dropdown .qodef-e-social-share-icon {
    width: 18px;
    height: auto;
    margin-left: 5px
}

.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li {
    opacity: 1;
    visibility: visible;
    cursor: pointer
}

.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(2) {
    transition-delay: .2s
}

.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(3) {
    transition-delay: .3s
}

.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(4) {
    transition-delay: .4s
}

.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(5) {
    transition-delay: .5s
}

.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(6) {
    transition-delay: .6s
}

.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(7) {
    transition-delay: .7s
}

.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown-opener {
    display: flex
}

.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown-opener .qodef-social-share-title {
    display: inline-block;
    vertical-align: top;
    margin-right: 5px
}

.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown {
    position: absolute;
    visibility: hidden;
    z-index: 950
}

.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown ul {
    position: relative;
    display: block;
    z-index: 990;
    margin: 0;
    padding: 0 !important
}

.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown li {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    visibility: hidden;
    overflow: hidden;
    opacity: 0;
    transition: opacity .2s ease-out, visibility .2s ease-out
}

.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown li a {
    transition: color .2s ease-out, background-color .2s ease-out
}

.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown li>* {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: inherit;
    width: 100%;
    height: 100%
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown {
    bottom: 0;
    left: 0
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li {
    width: 90px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #e1e1e1
}

.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: 20px;
    color: #ccc;
    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 .qodef-social-title {
    margin-top: 7px
}

.qodef-social-share.qodef-layout--list li {
    position: relative;
    width: 35px;
    height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 7px
}

.qodef-social-share.qodef-layout--list li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    height: 100%;
    border: 1px solid transparent;
    border-radius: var(--border-radius, 50%);
    transition: border-color .2s ease-out
}

.qodef-social-share.qodef-layout--list li .qodef-m-holder {
    justify-content: center
}

.qodef-social-share.qodef-layout--list li:hover a {
    border-color: currentColor
}

#qodef-page-footer.qodef-skin--light .qodef-social-share.qodef-layout--list li:hover a {
    border-color: rgba(255, 255, 255, .5)
}

#qodef-page-footer.qodef-skin--dark .qodef-social-share.qodef-layout--list li:hover a {
    border-color: #b2b2b2
}

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

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list li a:hover {
    color: var(--qode-main-color)
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li a {
    color: var(--qode-main-color)
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li a:hover {
    color: var(--qode-main-color)
}

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

#qodef-page-footer .widget .qodef-social-share.qodef-layout--list li a:hover {
    color: var(--qode-main-color)
}

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

#qodef-page-footer .widget .qodef-social-share.qodef-layout--text li a:hover {
    color: var(--qode-main-color)
}

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

#qodef-side-area .widget .qodef-social-share.qodef-layout--list li a:hover {
    color: var(--qode-main-color)
}

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

#qodef-side-area .widget .qodef-social-share.qodef-layout--text li a:hover {
    color: var(--qode-main-color)
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--list .qodef-social-title {
    font-family: Outfit, sans-serif;
    text-transform: uppercase;
    color: var(--qode-main-color);
    font-size: 18px;
    line-height: 1.5555555556em;
    font-weight: 400;
    letter-spacing: .02em
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--list .qodef-social-title {
    margin: 0 0 21px 0;
    color: #fff
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--list li {
    margin-right: 9px
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--list li:last-child {
    margin-right: 0
}

#qodef-page-footer.qodef-skin--dark .widget .qodef-social-share.qodef-layout--list li a {
    color: #081426
}

#qodef-page-footer.qodef-skin--dark .widget .qodef-social-share.qodef-layout--list li a:hover {
    color: #081426
}

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

#qodef-page-spinner .qodef-m-spinner {
    position: relative
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom {
    position: relative;
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--1 {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 50%;
    width: 50%;
    z-index: 1;
    animation: qode-atom-shrink 4.5s infinite linear
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--1:before {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    height: 100%;
    width: 100%;
    background: currentColor;
    border-radius: 50%
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--2,
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--3,
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--4 {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--2:before,
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--3:before,
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--4:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    margin: 0 auto;
    background: currentColor;
    border-radius: 50%
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--2 {
    animation: qode-atom-zindex 1.5s .75s infinite steps(2, end)
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--2:before {
    transform: rotate(0);
    animation: qode-atom-postion 1.5s infinite ease, qode-atom-size 1.5s -1.125s infinite ease
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--3 {
    transform: rotate(120deg);
    animation: qode-atom-zindex 1.5s -.25s infinite steps(2, end)
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--3:before {
    animation: qode-atom-postion 1.5s -1s infinite ease, qode-atom-size 1.5s -.75s infinite ease
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--4 {
    transform: rotate(240deg);
    animation: qode-atom-zindex 1.5s .25s infinite steps(2, end)
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--4:before {
    animation: qode-atom-postion 1.5s -.5s infinite ease, qode-atom-size 1.5s -125ms infinite ease
}

#qodef-page-spinner.qodef-layout--clock .qodef-m-clock {
    position: relative;
    width: 50px;
    height: 50px;
    margin: -25px 0 0 -25px;
    animation: qode-clock 8s infinite steps(8)
}

#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item {
    position: absolute;
    height: 50px;
    width: 50px
}

#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item:before {
    content: "";
    position: absolute;
    height: 18.31501832px;
    width: 18.31501832px;
    background: currentColor;
    border-radius: 50%
}

#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item.qodef-clock--1 {
    transform: rotate(-135deg);
    animation: qode-clock-1 1s ease-in infinite
}

#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item.qodef-clock--2 {
    transform: rotate(-90deg);
    animation: qode-clock-2 1s ease-in infinite
}

#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item.qodef-clock--3 {
    transform: rotate(-45deg);
    animation: qode-clock-3 1s ease-in infinite
}

#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item.qodef-clock--4 {
    animation: qode-clock-4 1s ease-in infinite
}

#qodef-page-spinner.qodef-layout--cube .qodef-m-cube {
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px;
    background-color: currentColor;
    animation: qode-cube 1.2s infinite ease-in-out
}

#qodef-page-spinner.qodef-layout--double-pulse .qodef-m-pulses {
    position: relative;
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px
}

#qodef-page-spinner.qodef-layout--double-pulse .qodef-m-pulse {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: currentColor;
    border-radius: 50%;
    opacity: .6;
    animation: qode-double-pulse 2s infinite ease-in-out
}

#qodef-page-spinner.qodef-layout--double-pulse .qodef-m-pulse.qodef-pulse--2 {
    animation-delay: -1s
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-five-rotating-circles {
    position: relative;
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item {
    position: absolute;
    width: 100%;
    height: 100%
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--1 .qodef-circle--2 {
    animation-delay: calc((600ms) - 1500ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--1 .qodef-circle--3 {
    animation-delay: calc((900ms) - 1500ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--1 .qodef-circle--4 {
    animation-delay: calc((1200ms) - 1500ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 {
    transform: rotateZ(45deg)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 .qodef-circle--1 {
    animation-delay: calc((300ms) - 1400ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 .qodef-circle--2 {
    animation-delay: calc((600ms) - 1400ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 .qodef-circle--3 {
    animation-delay: calc((900ms) - 1400ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 .qodef-circle--4 {
    animation-delay: calc((1200ms) - 1400ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 {
    transform: rotateZ(90deg)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 .qodef-circle--1 {
    animation-delay: calc((300ms) - 1300ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 .qodef-circle--2 {
    animation-delay: calc((600ms) - 1300ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 .qodef-circle--3 {
    animation-delay: calc((900ms) - 1300ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 .qodef-circle--4 {
    animation-delay: calc((1200ms) - 1300ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle {
    position: absolute;
    width: 12px;
    height: 12px;
    background-color: currentColor;
    border-radius: 100%;
    animation: qode-bounce-delay 1.2s infinite ease-in-out both
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle.qodef-circle--1 {
    top: 0;
    left: 0
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle.qodef-circle--2 {
    top: 0;
    right: 0
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle.qodef-circle--3 {
    right: 0;
    bottom: 0
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle.qodef-circle--4 {
    left: 0;
    bottom: 0
}

#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion {
    position: relative;
    width: 30px;
    height: 30px;
    margin: -45px 0 0 -30px
}

#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 40px;
    width: 40px;
    background: currentColor;
    border-radius: 50%
}

#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item.qodef-fusion--1 {
    top: 0;
    left: 50%;
    animation: qode-fussion-ball-1 1s 0s ease infinite;
    z-index: 1
}

#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item.qodef-fusion--2 {
    top: 50%;
    left: 100%;
    animation: qode-fussion-ball-2 1s 0s ease infinite;
    z-index: 2
}

#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item.qodef-fusion--3 {
    top: 100%;
    left: 50%;
    animation: qode-fussion-ball-3 1s 0s ease infinite;
    z-index: 1
}

#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item.qodef-fusion--4 {
    top: 50%;
    left: 0;
    animation: qode-fussion-ball-4 1s 0s ease infinite;
    z-index: 2
}

#qodef-page-spinner.qodef-layout--lines .qodef-m-lines {
    width: 60px;
    height: 60px;
    margin: 0 0 0 -30px
}

#qodef-page-spinner.qodef-layout--lines .qodef-m-line.qodef-line--1 {
    position: absolute;
    width: 60px;
    height: 4px;
    margin-left: 10px;
    background-color: currentColor;
    animation: qode-lines-spin 1.5s infinite ease calc((100ms) - 100ms)
}

#qodef-page-spinner.qodef-layout--lines .qodef-m-line.qodef-line--2 {
    position: absolute;
    width: 60px;
    height: 4px;
    margin-left: 10px;
    background-color: currentColor;
    animation: qode-lines-spin 1.5s infinite ease calc((200ms) - 100ms)
}

#qodef-page-spinner.qodef-layout--lines .qodef-m-line.qodef-line--3 {
    position: absolute;
    width: 60px;
    height: 4px;
    margin-left: 10px;
    background-color: currentColor;
    animation: qode-lines-spin 1.5s infinite ease calc((300ms) - 100ms)
}

#qodef-page-spinner.qodef-layout--lines .qodef-m-line.qodef-line--4 {
    position: absolute;
    width: 60px;
    height: 4px;
    margin-left: 10px;
    background-color: currentColor;
    animation: qode-lines-spin 1.5s infinite ease calc((400ms) - 100ms)
}

#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis {
    position: relative;
    height: 50px;
    width: 50px;
    margin: -25px 0 0 -25px;
    animation: qode-mitosis-invert 2s infinite steps(2, end)
}

#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: currentColor;
    border-radius: 50%
}

#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item.qodef-mitosis--1 {
    animation: qode-mitosis-ball-1 1s infinite alternate linear
}

#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item.qodef-mitosis--2 {
    animation: qode-mitosis-ball-2 1s infinite alternate linear
}

#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item.qodef-mitosis--3 {
    animation: qode-mitosis-ball-3 1s infinite alternate linear
}

#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item.qodef-mitosis--4 {
    animation: qode-mitosis-ball-4 1s infinite alternate linear
}

#qodef-page-spinner.qodef-layout--predefined {
    --qode-clip: 0;
    clip-path: inset(0 0 calc(var(--qode-clip) * 1%) 0);
    overflow: hidden
}

#qodef-page-spinner.qodef-layout--predefined .qodef-image-marquee {
    opacity: 0;
    animation: qode-fade-in 1s forwards;
    width: 100vw;
    overflow: hidden
}

#qodef-page-spinner.qodef-layout--predefined.qodef--finished {
    pointer-events: none
}

#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-heading {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between
}

#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-heading>* {
    margin: 0;
    opacity: 0;
    animation: qode-fade-in 1s forwards
}

#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-number-holder {
    flex-shrink: 0;
    animation-delay: .5s
}

#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-line {
    position: relative;
    display: block;
    height: 3px;
    width: 500px;
    margin-top: 20px;
    background-color: #e5e1dc;
    overflow: hidden;
    opacity: 0;
    animation: qode-fade-in 1s .3s forwards
}

#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-line-front {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--qode-main-color);
    width: 0
}

#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circles {
    position: relative;
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px
}

#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle {
    position: absolute;
    height: 100%;
    width: 100%;
    background: currentColor;
    border: 0 solid currentColor;
    border-radius: 50%
}

#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle.qodef-pulse--1 {
    animation: qode-pulse-circles-pulse 3s infinite calc((-750ms) + 750ms)
}

#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle.qodef-pulse--2 {
    animation: qode-pulse-circles-pulse 3s infinite calc((-1500ms) + 750ms)
}

#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle.qodef-pulse--3 {
    animation: qode-pulse-circles-pulse 3s infinite calc((-2250ms) + 750ms)
}

#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle.qodef-pulse--4 {
    animation: qode-pulse-circles-pulse 3s infinite calc((-3000ms) + 750ms)
}

#qodef-page-spinner.qodef-layout--pulse .qodef-m-pulse {
    width: 32px;
    height: 32px;
    margin: -16px 0 0 -16px;
    background-color: currentColor;
    border-radius: 16px;
    animation: qode-scaleout 1s infinite ease-in-out
}

#qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles {
    width: 60px;
    height: 20px
}

#qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles>div {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 4px;
    background-color: currentColor;
    border-radius: 100%;
    opacity: 0;
    animation: qode-ball-fall 1.5s ease infinite both
}

#qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles>div:nth-last-of-type(1) {
    animation-delay: calc((100ms) - 300ms)
}

#qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles>div:nth-last-of-type(2) {
    animation-delay: calc((200ms) - 300ms)
}

#qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles>div:nth-last-of-type(3) {
    animation-delay: calc((300ms) - 300ms)
}

#qodef-page-spinner.qodef-layout--rotating-cubes .qodef-m-cubes {
    position: relative;
    width: 32px;
    height: 32px;
    margin: -16px 0 0 -16px
}

#qodef-page-spinner.qodef-layout--rotating-cubes .qodef-m-cube {
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    background-color: currentColor;
    animation: qode-rotating-cubes 1.8s infinite ease-in-out
}

#qodef-page-spinner.qodef-layout--rotating-cubes .qodef-m-cube.qodef-cube--2 {
    animation-delay: -.9s
}

#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripes {
    width: 50px;
    height: 60px;
    margin: -30px 0 0 -25px;
    text-align: center
}

#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe {
    display: inline-block;
    float: left;
    height: 100%;
    width: 6px;
    margin: 0 3px 0 0;
    background-color: currentColor;
    animation: qode-stretch-delay 1.2s infinite ease-in-out
}

#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe.qodef-stripe--2 {
    animation-delay: calc((200ms) - 1300ms)
}

#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe.qodef-stripe--3 {
    animation-delay: calc((300ms) - 1300ms)
}

#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe.qodef-stripe--4 {
    animation-delay: calc((400ms) - 1300ms)
}

#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe.qodef-stripe--5 {
    animation-delay: calc((500ms) - 1300ms)
}

#qodef-page-spinner.qodef-layout--textual .qodef-m-spinner {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%
}

#qodef-page-spinner.qodef-layout--textual .qodef-m-textual {
    opacity: 0
}

#qodef-page-spinner.qodef-layout--textual .qodef-m-text {
    display: flex;
    font-family: Outfit, sans-serif;
    font-size: 30px;
    line-height: 1;
    font-weight: 500;
    white-space: nowrap;
    text-transform: uppercase
}

#qodef-page-spinner.qodef-layout--textual .qodef-m-char {
    display: inline-block;
    opacity: 0;
    will-change: opacity
}

#qodef-page-spinner.qodef-layout--textual .qodef-m-char.qodef-m-empty-char {
    white-space: pre
}

#qodef-page-spinner.qodef-layout--textual.qodef--init .qodef-m-textual {
    opacity: 1
}

#qodef-page-spinner.qodef-layout--two-rotating-circles .qodef-m-two-rotating-circles {
    position: relative;
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px;
    text-align: center;
    animation: qode-rotate-circles 2s infinite linear
}

#qodef-page-spinner.qodef-layout--two-rotating-circles .qodef-m-circle {
    position: absolute;
    top: 0;
    width: 60%;
    height: 60%;
    display: inline-block;
    background-color: currentColor;
    border-radius: 100%;
    transform-origin: center bottom;
    animation: qode-bounce 2s infinite ease-in-out
}

#qodef-page-spinner.qodef-layout--two-rotating-circles .qodef-m-circle.qodef-circle--2 {
    top: auto;
    bottom: 0;
    animation-delay: -1s
}

#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circles {
    width: 150px;
    height: 30px;
    margin: -15px 0 0 -75px
}

#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circle {
    float: left;
    height: 30px;
    width: 30px;
    margin-right: 10px;
    background: currentColor;
    border-radius: 50%
}

#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circle.qodef-wave--1 {
    animation: qode-wave-jump-3 1.8s infinite ease-out
}

#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circle.qodef-wave--2 {
    animation: qode-wave-jump-2 1.8s infinite ease-out
}

#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circle.qodef-wave--3 {
    animation: qode-wave-jump-1 1.8s infinite ease-out
}

#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circle.qodef-wave--4 {
    margin-right: 0;
    animation: qode-wave-wipe 1.8s infinite cubic-bezier(.5, 0, .5, 1)
}

#qodef-page-spinner.qodef-layout--wave .qodef-m-wave {
    width: 72px;
    margin: -9px 0 0 -36px;
    text-align: center
}

#qodef-page-spinner.qodef-layout--wave .qodef-m-wave-item {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: 0 3px 0 0;
    background-color: currentColor;
    border-radius: 100%;
    animation: qode-bounce-delay 1.4s infinite ease-in-out both
}

#qodef-page-spinner.qodef-layout--wave .qodef-m-wave-item.qodef-wave--1 {
    animation-delay: -.32s
}

#qodef-page-spinner.qodef-layout--wave .qodef-m-wave-item.qodef-wave--2 {
    animation-delay: -.16s
}

.qodef-sp-holder {
    align-items: center;
    background-color: rgba(0, 0, 0, .6);
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    transition: opacity .2s ease-out;
    visibility: hidden;
    width: 100%;
    z-index: 115
}

.qodef-sp-holder .qodef-sp-inner {
    background-color: #fff;
    box-shadow: 3px 3px 15px 0 rgba(var(--qode-main-color), .5);
    max-width: 600px;
    opacity: 0;
    padding: 40px;
    transition: transform .3s cubic-bezier(.06, .47, .38, .99), opacity .2s ease-out;
    width: 90%
}

.qodef-sp-holder .qodef-sp-close {
    color: #000;
    display: block;
    position: absolute;
    right: 16px;
    top: 16px
}

.qodef-sp-holder .qodef-sp-close:hover {
    color: #ccc
}

.qodef-sp-holder .qodef-sp-close svg {
    fill: currentColor;
    stroke: currentColor
}

.qodef-sp-holder .qodef-sp-content-container {
    background-color: #fafafa;
    background-size: cover;
    padding: 40px
}

.qodef-sp-holder .qodef-sp-title {
    margin: 0 0 30px 0
}

.qodef-sp-holder .qodef-sp-subtitle {
    margin: 0 0 20px 0
}

.qodef-sp-holder .wpcf7 {
    display: block;
    width: 100%
}

.qodef-sp-holder .qodef-sp-prevent {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-top: 28px
}

.qodef-sp-holder .qodef-sp-prevent-inner {
    cursor: pointer
}

.qodef-sp-holder .qodef-sp-prevent-inner>* {
    display: inline-block;
    line-height: 1;
    position: relative;
    vertical-align: top
}

.qodef-sp-holder .qodef-sp-prevent-input {
    border: 1px solid var(--qode-main-color);
    height: 11px;
    margin: 1px 1px 0 0;
    overflow: hidden;
    width: 11px
}

.qodef-sp-holder .qodef-sp-prevent-input svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity .2s ease-out
}

.qodef-sp-holder .qodef-sp-prevent-input.qodef-sp-prevent-clicked svg {
    opacity: 1
}

.qodef-sp-holder .qodef-sp-prevent-label {
    font-size: 13px
}

.qodef-sp-opened .qodef-sp-holder {
    opacity: 1;
    transition: opacity .2s ease-out;
    visibility: visible
}

.qodef-sp-opened .qodef-sp-holder .qodef-sp-inner {
    opacity: 1;
    transform: scale(1);
    transition: transform .8s cubic-bezier(.26, .63, 0, .96)
}

.qodef-page-title {
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: cover
}

.qodef-page-title.qodef-image--responsive {
    height: auto !important
}

.qodef-page-title.qodef-image--responsive .qodef-m-content {
    position: absolute;
    top: 0;
    left: 0
}

.qodef-page-title.qodef-image--responsive .qodef-m-content.qodef-content-grid {
    left: 50%;
    transform: translateX(-50%)
}

.qodef-page-title.qodef-alignment--center {
    text-align: center
}

.qodef-page-title.qodef-alignment--right {
    text-align: right
}

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

.qodef-page-title .qodef-m-image img {
    display: block;
    width: 100%
}

.qodef-page-title .qodef-m-content.qodef-content-full-width {
    padding: 0 40px
}

@media only screen and (max-width:1200px) {
    .qodef-page-title .qodef-m-content.qodef-content-full-width {
        padding: 0 7%
    }
}

.qodef-page-title .qodef-breadcrumbs a,
.qodef-page-title .qodef-breadcrumbs span {
    color: #ccc
}

.qodef-event-skin--dark .qodef-page-title .qodef-breadcrumbs a,
.qodef-event-skin--dark .qodef-page-title .qodef-breadcrumbs span {
    color: #262626
}

.qodef-page-title .qodef-breadcrumbs a>span {
    color: inherit
}

.qodef-event-skin--dark .qodef-page-title .qodef-breadcrumbs a>span {
    color: inherit
}

.qodef-page-title .qodef-breadcrumbs a:hover {
    color: #fff
}

.qodef-event-skin--dark .qodef-page-title .qodef-breadcrumbs a:hover {
    color: #081426
}

.qodef-page-title .qodef-breadcrumbs .qodef-breadcrumbs-separator {
    margin: 0 5px
}

.qodef-page-title .qodef-breadcrumbs .qodef-breadcrumbs-separator:after {
    content: "/"
}

.qodef-page-title.qodef-title--standard-with-breadcrumbs .qodef-breadcrumbs {
    margin-top: 5px
}

.qodef-page-title.qodef-title--standard .qodef-m-subtitle {
    margin: 4px 0 0
}

.widget.qodef-author-info .qodef-author-info-image {
    margin-bottom: 27px;
    display: inline-block;
    position: relative
}

.widget.qodef-author-info .qodef-author-info-image img {
    border-radius: 50%
}

.widget.qodef-author-info .qodef-author-info-image svg {
    width: auto;
    height: 32px;
    position: absolute;
    bottom: -5px;
    left: 36px
}

.widget.qodef-author-info .qodef-author-info-image svg path {
    fill: #fff
}

.widget.qodef-author-info .qodef-author-info-name {
    margin: 0 0 16px
}

.widget.qodef-author-info .qodef-author-info-description {
    margin: 0;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 27px;
    color: #ccc
}

.widget .qodef-contact-info-widget {
    margin: 0
}

#qodef-top-area .widget .qodef-contact-info-widget a {
    font-size: 16px
}

.widget_belmont_core_sticky_sidebar {
    position: relative;
    width: 100%;
    height: 0;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: 0 0 !important
}

.widget_belmont_core_svg_icon {
    display: inline-block;
    vertical-align: top;
    margin: 0 !important
}

.widget_belmont_core_svg_icon .qodef-m-holder {
    display: flex;
    align-items: center
}

.widget_belmont_core_svg_icon .qodef-svg-icon-widget svg {
    display: block;
    fill: var(--fill-color);
    stroke: var(--stroke-color);
    max-width: 100%;
    max-height: 100%;
    transition: all .25s ease-out
}

.widget_belmont_core_svg_icon .qodef-svg-icon-widget a {
    display: inline-block;
    width: 100%;
    height: 100%
}

.widget_belmont_core_svg_icon .qodef-svg-icon-widget a:hover svg,
.widget_belmont_core_svg_icon .qodef-svg-icon-widget:hover svg {
    fill: var(--fill-hover-color);
    stroke: var(--stroke-hover-color)
}

.widget_belmont_core_svg_icon .qodef-svg-icon-widget a:hover .qodef-m-text,
.widget_belmont_core_svg_icon .qodef-svg-icon-widget:hover .qodef-m-text {
    color: var(--text-hover-color)
}

.widget_belmont_core_svg_icon .qodef-svg-icon-widget:hover .qodef-m-icon {
    background-color: var(--background-hover-color)
}

.widget_belmont_core_svg_icon .qodef-svg-icon-widget.qodef-icon-border--yes {
    position: relative;
    min-width: 36px;
    min-height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 7px
}

.widget_belmont_core_svg_icon .qodef-svg-icon-widget.qodef-icon-border--yes a {
    text-align: center
}

.widget_belmont_core_svg_icon .qodef-svg-icon-widget.qodef-icon-border--yes .qodef-m-holder {
    justify-content: center
}

.widget_belmont_core_svg_icon .qodef-svg-icon-widget.qodef-icon-border--yes::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid currentColor;
    border-radius: var(--border-radius, 50%);
    opacity: 0;
    transition: opacity .2s ease-out;
    pointer-events: none
}

.widget_belmont_core_svg_icon .qodef-svg-icon-widget.qodef-icon-border--yes:hover::after {
    opacity: 1
}

.widget_belmont_core_svg_icon:last-of-type.qodef-icon-border--yes {
    margin-right: 0
}

.widget_belmont_core_svg_icon .qodef-m-icon {
    --fill-color: currentColor;
    --stroke-color: currentColor;
    --fill-hover-color: currentColor;
    --stroke-hover-color: currentColor;
    --background-color: transparent;
    --background-hover-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    max-height: 100%;
    background-color: var(--background-color);
    overflow: hidden;
    transition: all .25s ease-out
}

.widget_belmont_core_svg_icon .qodef-m-text {
    --text-color: currentColor;
    --text-hover-color: currentColor;
    color: var(--text-color);
    transition: all .25s ease-out;
    line-height: 1
}

#qodef-page-header .widget_belmont_core_svg_icon .qodef-m-text {
    font-family: Inter, sans-serif;
    font-size: 12px;
    line-height: 17px;
    font-weight: 400;
    letter-spacing: .085em;
    text-transform: uppercase;
    font-family: Outfit, sans-serif;
    text-transform: uppercase;
    color: var(--qode-main-color)
}

#qodef-page-header .widget_belmont_core_svg_icon .qodef-m-text .qodef-menu-item-text {
    --qodef-underline-position-y: 100%;
    --qodef-underline-height: 1px;
    background-repeat: no-repeat;
    background-image: linear-gradient(90deg, currentColor 0, currentColor 100%);
    background-position: 0 var(--qodef-underline-position-y);
    background-size: 0 var(--qodef-underline-height);
    transition: background-size .5s cubic-bezier(.29, .8, .31, .98), color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out
}

@media only screen and (max-width:880px) {
    #qodef-age-verification-modal .qodef-m-content {
        min-width: auto
    }

    #qodef-age-verification-modal .qodef-m-content-note {
        display: none
    }

    #qodef-age-verification-modal .qodef-m-content-inner {
        padding: 25% 14% 13% 14%
    }
}

@media only screen and (max-width:680px) {
    #qodef-age-verification-modal .qodef-m-content {
        margin: 0 20px
    }
}

@media only screen and (max-width:1512px) {
    .qodef-background-text .qodef-m-background-text {
        font-size: 135px
    }
}

@media only screen and (max-width:880px) {
    .qodef-background-text .qodef-m-background-text {
        display: none !important
    }
}

@media only screen and (max-width:880px) {
    #qodef-author-info .qodef-m-inner {
        flex-wrap: wrap
    }

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

@media only screen and (max-width:1200px) {
    body:not(.qodef-content-behind-header) #qodef-page-outer {
        margin-top: 0 !important
    }
}

@media only screen and (max-width:1200px) {
    #qodef-top-area {
        display: none
    }
}

@media (max-width:1512px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns .ctf-tweets {
        --qode-columns: 5
    }
}

@media (max-width:1368px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns .ctf-tweets {
        --qode-columns: 4
    }

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

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

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

@media (max-width:1200px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns .ctf-tweets {
        --qode-columns: 3
    }

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

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

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

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

@media (max-width:1024px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns .ctf-tweets {
        --qode-columns: 2
    }

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

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

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

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

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

@media (max-width:880px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--2.qodef-layout--columns .ctf-tweets {
        --qode-columns: 1
    }

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

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

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

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

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

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

@media (max-width:1368px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1368--1.qodef-layout--columns .ctf-tweets {
        --qode-columns: 1
    }

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

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

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

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

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

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

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

@media (max-width:1368px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1368--1.qodef-layout--columns .ctf-tweets {
        --qode-columns: 1
    }

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

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

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

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

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

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

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

@media (max-width:1512px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1512--1.qodef-layout--columns .ctf-tweets {
        --qode-columns: 1
    }

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

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

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

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

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

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

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

@media (max-width:1368px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1368--1.qodef-layout--columns .ctf-tweets {
        --qode-columns: 1
    }

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

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

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

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

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

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

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

@media (max-width:1200px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1200--1.qodef-layout--columns .ctf-tweets {
        --qode-columns: 1
    }

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

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

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

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

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

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

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

@media (max-width:1024px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--1.qodef-layout--columns .ctf-tweets {
        --qode-columns: 1
    }

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

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

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

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

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

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

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

@media (max-width:880px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--880--1.qodef-layout--columns .ctf-tweets {
        --qode-columns: 1
    }

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

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

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

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

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

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

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

@media (max-width:680px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--1.qodef-layout--columns .ctf-tweets {
        --qode-columns: 1
    }

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

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

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

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

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

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

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

@media only screen and (max-width:1512px) {
    .qodef-twitter-list.qodef-vertical-gutter--huge .ctf-tweets {
        --qode-columns-row-gap: 60px
    }

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

@media only screen and (max-width:1512px) {
    .qodef-twitter-list.qodef-vertical-gutter--custom .ctf-tweets {
        --qode-columns-row-gap: var(--qode-vertical-gutter-custom-1512, 30px)
    }

    .qodef-twitter-list.qodef-gutter--custom .ctf-tweets {
        --qode-columns-col-gap: var(--qode-gutter-custom-1512, 30px)
    }
}

@media only screen and (max-width:1200px) {
    .qodef-twitter-list.qodef-vertical-gutter--custom .ctf-tweets {
        --qode-columns-row-gap: var(--qode-vertical-gutter-custom-1200, 30px)
    }

    .qodef-twitter-list.qodef-gutter--custom .ctf-tweets {
        --qode-columns-col-gap: var(--qode-gutter-custom-1200, 30px)
    }
}

@media only screen and (max-width:880px) {
    .qodef-twitter-list.qodef-vertical-gutter--custom .ctf-tweets {
        --qode-columns-row-gap: var(--qode-vertical-gutter-custom-880, 30px)
    }

    .qodef-twitter-list.qodef-gutter--custom .ctf-tweets {
        --qode-columns-col-gap: var(--qode-gutter-custom-880, 30px)
    }
}

@media only screen and (max-width:880px) {
    body[class*=lynna-core] .qodef-woo-product-list:has(.qwfw-add-to-wishlist-wrapper) .qqvfw-quick-view-button-wrapper {
        top: 20px
    }

    body[class*=lynna-core] .qqvfw-quick-view-button-wrapper:has(.button),
    body[class*=lynna-core] .qqvfw-quick-view-button-wrapper:has(.qqvfw-position--shortcode) {
        left: 10px;
        top: 10px
    }

    body[class*=lynna-core] .qqvfw-m-media-wrapper {
        max-height: 30vh;
        width: 100% !important
    }

    body[class*=lynna-core] .qqvfw-m-summary-wrapper .summary {
        padding: 0 30px 30px 30px !important
    }

    body[class*=lynna-core] .qqvfw-m-summary-wrapper .woocommerce-product-details__short-description {
        display: none
    }
}

@media only screen and (max-width:880px) {
    body[class*=belmont-core] .qwfw-add-to-wishlist-wrapper.qwfw--loop.qwfw-position--shortcode.qwfw-item-type--icon {
        left: 10px;
        top: 10px
    }
}

@media only screen and (max-width:880px) {
    body[class*=belmont-core] .shop_table.qwfw-m-items tr {
        grid-template-columns: minmax(0, 32px) minmax(0, 50px) minmax(0, 2fr) minmax(0, 1fr) minmax(0, 1fr) !important;
        padding: 10px 0
    }

    body[class*=belmont-core] .shop_table.qwfw-m-items td.product-price {
        align-self: initial
    }

    body[class*=belmont-core] .shop_table.qwfw-m-items td.product-stock-status {
        grid-row: span 2;
        justify-self: start
    }

    body[class*=belmont-core] .shop_table.qwfw-m-items td.product-add-to-cart {
        gap: 10px;
        grid-row: span 2;
        justify-self: end;
        white-space: nowrap
    }

    body[class*=belmont-core] .shop_table.qwfw-m-items td.product-add-to-cart a {
        justify-self: end
    }

    body[class*=belmont-core] .shop_table.qwfw-m-items td.product-add-to-cart a.remove_from_wishlist {
        margin-left: 0 !important
    }
}

@media only screen and (max-width:680px) {
    body[class*=belmont-core] .shop_table.qwfw-m-items th.product-stock-status {
        display: none
    }

    body[class*=belmont-core] .shop_table.qwfw-m-items tr {
        grid-template-columns: minmax(0, 32px) minmax(0, 50px) minmax(0, 1fr) min-content !important
    }

    body[class*=belmont-core] .shop_table.qwfw-m-items td.product-remove {
        grid-row: span 3
    }

    body[class*=belmont-core] .shop_table.qwfw-m-items td.product-thumbnail {
        grid-row: span 3
    }

    body[class*=belmont-core] .shop_table.qwfw-m-items td.product-stock-status {
        grid-column: 3;
        grid-row: 3;
        padding: 5px 0 5px 10px !important
    }

    body[class*=belmont-core] .shop_table.qwfw-m-items td.product-add-to-cart {
        grid-row: span 3
    }
}

@media only screen and (max-width:480px) {
    body[class*=belmont-core] .shop_table.qwfw-m-items tr {
        grid-template-columns: minmax(0, 32px) minmax(0, 50px) minmax(0, 1fr) !important
    }

    body[class*=belmont-core] .shop_table.qwfw-m-items td.product-add-to-cart {
        grid-column: 3;
        grid-row: 4;
        justify-self: flex-start;
        padding: 5px 0 5px 10px !important;
        text-align: initial
    }
}

@media only screen and (max-width:1200px) {
    .qodef-yith-wccl--predefined form.cart .variations:has(tr[class*=description_attribute]) tr[class^=description_attribute] td {
        padding-top: 10px
    }

    .qodef-yith-wccl--predefined form.cart .variations:has(tr[class*=description_attribute]) .reset_variations {
        transform: translateY(calc(-50% - 10px / 2))
    }
}

@media only screen and (max-width:880px) {

    .qodef-events .qodef-e-event-content,
    .qodef-events .qodef-e-media {
        flex-direction: column;
        row-gap: 50px
    }

    .qodef-events .qodef-e-media .qodef-e-image {
        max-width: 100%
    }

    .qodef-events .qodef-e-media .qodef-e-map {
        max-width: 100%
    }

    .qodef-events .qodef-e-event-content {
        flex-direction: column-reverse
    }

    .qodef-events .qodef-e-info {
        max-width: 100%
    }
}

@media only screen and (max-width:1200px) {
    .qodef-reservation-form .qodef-holder--field {
        flex-basis: 49%;
        margin-bottom: 10px
    }

    .qodef-holder--label {
        display: none
    }
}

@media only screen and (max-width:880px) {
    .qodef-reservation-form .qodef-holder--field {
        flex-basis: 100%;
        margin-bottom: 10px
    }
}

@media only screen and (max-width:880px) {
    .qodef-restaurant-menu-tabs.qodef-layout--simple .qodef-restaurant-menu-tabs-content {
        margin: 26px 0 0
    }
}

@media only screen and (max-width:880px) {
    .qodef-call-to-action.qodef-layout--standard .qodef-m-inner {
        display: block
    }

    .qodef-call-to-action.qodef-layout--standard .qodef-m-button {
        margin-top: 20px
    }
}

@media only screen and (max-width:1024px) {

    .qodef-countdown.qodef-show--4 .qodef-digit-wrapper,
    .qodef-countdown.qodef-show--5 .qodef-digit-wrapper,
    .qodef-countdown.qodef-show--6 .qodef-digit-wrapper {
        width: 33.3333333333%
    }
}

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

@media only screen and (max-width:880px) {
    .qodef-image-marquee .qodef-m-content.qodef--desktop {
        display: none
    }

    .qodef-image-marquee .qodef-m-content.qodef--mobile {
        display: block
    }
}

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

@media only screen and (max-width:1368px) {
    .qodef-interactive-link-showcase.qodef-type--standard {
        padding: 100px 0
    }

    .qodef-interactive-link-showcase.qodef-type--standard .qodef-m-images {
        width: 60%
    }

    .qodef-interactive-link-showcase.qodef-type--standard .qodef-m-items {
        width: 40%
    }
}

@media only screen and (max-width:1200px) {
    .qodef-interactive-link-showcase.qodef-type--standard {
        padding: 60px 0
    }

    .qodef-interactive-link-showcase.qodef-type--standard .qodef-m-images {
        width: 80%
    }

    .qodef-interactive-link-showcase.qodef-type--standard .qodef-m-items {
        width: 100%;
        padding-left: 60px;
        align-items: flex-start
    }

    .qodef-interactive-link-showcase.qodef-type--standard .qodef-m-item {
        font-size: 28px;
        line-height: 1.4642857143em;
        font-weight: 400;
        letter-spacing: .015em;
        padding-bottom: 3px
    }
}

@media only screen and (max-width:880px) {
    .qodef-interactive-link-showcase.qodef-type--standard {
        padding: 30px 0
    }

    .qodef-interactive-link-showcase.qodef-type--standard .qodef-m-items {
        padding-left: 30px
    }
}

@media only screen and (max-width:1368px) {
    .qodef-interactive-links.qodef-type--standard {
        padding: 100px 0
    }

    .qodef-interactive-links.qodef-type--standard .qodef-m-images {
        width: 60%
    }

    .qodef-interactive-links.qodef-type--standard .qodef-m-items {
        width: 40%
    }
}

@media only screen and (max-width:1200px) {
    .qodef-interactive-links.qodef-type--standard {
        padding: 60px 0
    }

    .qodef-interactive-links.qodef-type--standard .qodef-m-images {
        width: 80%
    }

    .qodef-interactive-links.qodef-type--standard .qodef-m-items {
        width: 100%;
        padding-left: 60px;
        align-items: flex-start
    }

    .qodef-interactive-links.qodef-type--standard .qodef-m-item {
        font-size: 28px;
        line-height: 1.4642857143em;
        font-weight: 400;
        letter-spacing: .015em;
        padding-bottom: 3px
    }
}

@media only screen and (max-width:880px) {
    .qodef-interactive-links.qodef-type--standard {
        padding: 30px 0
    }

    .qodef-interactive-links.qodef-type--standard .qodef-m-items {
        padding-left: 30px
    }
}

@media only screen and (max-width:1200px) {
    .qodef-item-showcase {
        align-items: flex-start;
        flex-wrap: wrap
    }

    .qodef-item-showcase .qodef-m-image {
        position: absolute;
        top: 0;
        left: 0;
        width: 40%;
        padding-right: 40px;
        margin: 0 !important
    }

    .qodef-item-showcase .qodef-m-items {
        left: 40%;
        width: calc(100% - 40%)
    }

    .qodef-item-showcase .qodef-m-items .qodef-m-item {
        transition-delay: 0s
    }

    .qodef-item-showcase .qodef-m-items.qodef--left {
        text-align: left
    }

    .qodef-item-showcase .qodef-m-items.qodef--right .qodef-m-item:first-child {
        margin-top: 40px
    }

    .qodef-item-showcase .qodef-m-item {
        margin-top: 40px
    }
}

@media only screen and (max-width:880px) {
    .qodef-item-showcase .qodef-m-image {
        display: none
    }

    .qodef-item-showcase .qodef-m-items {
        left: 0;
        width: 100%
    }
}

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

@media only screen and (max-width:880px) {
    .qodef-section-title.qodef-alignment-responsive--center {
        text-align: center !important
    }

    .qodef-section-title.qodef-alignment-responsive--left {
        text-align: left !important
    }

    .qodef-section-title.qodef-alignment-responsive--right {
        text-align: right !important
    }
}

@media only screen and (max-width:880px) {
    .qodef-tabs.qodef-layout--simple.qodef-orientation--vertical {
        display: block
    }

    .qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation {
        padding-right: 0;
        margin-right: 0;
        border-right: 0
    }

    .qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-content {
        margin-top: 26px
    }

    .qodef-tabs.qodef-layout--simple .qodef-tabs-content {
        margin: 26px 0 0
    }
}

@media only screen and (max-width:880px) {
    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(1) {
        left: 1px
    }

    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(2) {
        left: 46px
    }

    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(3) {
        left: 91px
    }

    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(4) {
        left: 136px
    }

    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(5) {
        left: 181px
    }

    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(6) {
        left: 226px
    }

    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(7) {
        left: 271px
    }

    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown {
        left: auto;
        right: 0
    }

    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(1) {
        right: auto;
        left: 1px
    }

    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(2) {
        right: auto;
        left: 46px
    }

    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(3) {
        right: auto;
        left: 91px
    }

    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(4) {
        right: auto;
        left: 136px
    }

    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(5) {
        right: auto;
        left: 181px
    }

    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(6) {
        right: auto;
        left: 226px
    }

    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(7) {
        right: auto;
        left: 271px
    }
}

@media only screen and (max-width:1200px) {
    body:not(.qodef-content-behind-header) .qodef-page-title .qodef-m-content {
        padding-top: 0 !important
    }
}