.kahlo-core-page-inline-style {
    position: absolute !important;
    width: 0;
    height: 0;
    line-height: 1;
    display: none;
}
.qodef-custom-social-icon {
    list-style: none;
    display: inline-flex;
}
.qodef-custom-social-icon li {
    margin-right: 18px;
}
.qodef-custom-social-icon li a {
    font-size: 19px;
    font-weight: 500;
    letter-spacing: -0.05em;
    font-family: "Space Grotesk", sans-serif;
    position: relative;
}
.qodef-custom-social-icon li a:after {
    content: "";
    display: inline-block;
    height: 1px;
    width: 100%;
    background: #000;
    position: absolute;
    left: 0;
    bottom: 3px;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.qodef-custom-social-icon li a:hover:after {
    opacity: 1;
}
.qodef-custom-social-icon li:last-child {
    margin-right: 0;
}
.qodef-custom-link {
    font-family: Roboto, sans-serif;
    font-size: 17px;
    line-height: 1.58824em;
    font-weight: 400;
    letter-spacing: -0.02em;
    color: var(--qode-main-color);
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.313em;
    letter-spacing: 0;
    position: relative;
    font-family: "Space Grotesk", sans-serif;
    font-size: 19px;
    font-weight: 500;
    text-transform: lowercase;
}
@media only screen and (max-width: 1366px) {
    .qodef-custom-link {
        font-size: 16px;
    }
}
.qodef-custom-link > .qodef-menu-item-text {
    position: relative;
}
.qodef-custom-link > .qodef-menu-item-text:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 2px;
    height: 1px;
    background-color: currentColor;
    transition: width 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
    width: 0;
}
.qodef-custom-link:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 2px;
    height: 1px;
    background-color: currentColor;
    transition: width 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
    width: 0;
}
.qodef-custom-link:hover {
    color: var(--qode-main-color);
    position: relative;
}
.qodef-custom-link:hover .qodef-menu-item-text:after {
    width: 100%;
    left: 0;
}
.qodef-custom-link:hover:after {
    width: 100%;
    left: 0;
}
.qodef-custom-info-p {
    letter-spacing: -0.01em;
    color: var(--qode-main-color);
}
.qodef-custom-info-p > span {
    opacity: 0.33;
}
.qodef-custom-social-textual-icons {
    list-style: none;
    display: inline-flex;
}
.qodef-custom-social-textual-icons li {
    margin-right: 79px;
}
.qodef-custom-social-textual-icons li a {
    font-family: "Space Grotesk", sans-serif;
    font-size: 58px;
    font-weight: 500;
    letter-spacing: -0.05em;
    line-height: 95px;
    color: var(--qode-main-color);
    opacity: 0.07;
    transition: opacity 0.3s ease;
}
.qodef-custom-social-textual-icons li a:hover {
    opacity: 1;
}
.qodef-custom-link-info {
    display: block;
    text-decoration: underline !important;
}
.qodef-custom-footer-link-holder a.qodef-custom-footer-link-underline {
    display: inline !important;
    --qodef-underline-position-y: calc(100% - 1px);
    --qodef-underline-height: 1px;
    background-repeat: no-repeat;
    background-image: linear-gradient(90deg, currentColor 0, currentColor 100%);
    background-position: 100% var(--qodef-underline-position-y);
    background-size: 100% var(--qodef-underline-height);
    backface-visibility: hidden;
}
.qodef-custom-footer-link-holder a.qodef-custom-footer-link-underline:hover {
    animation: qode-inline-underline-initial-hover 1.1s cubic-bezier(0.32, 0.32, 0.15, 1.17) 1 forwards;
}
.qodef-custom-footer-link-holder a.qodef-custom-footer-link {
    --qodef-underline-position-y: calc(100% - 1px);
    --qodef-underline-height: 1px;
    background-repeat: no-repeat;
    background-image: linear-gradient(90deg, currentColor 0, currentColor 100%);
    transition: background-size 0.5s cubic-bezier(0.51, 0.5, 0.07, 0.99), color 0.2s ease-out;
    background-position: 100% var(--qodef-underline-position-y);
    background-size: 0 var(--qodef-underline-height);
}
.qodef-custom-footer-link-holder a.qodef-custom-footer-link:hover {
    background-size: 100% var(--qodef-underline-height);
    background-position: 0 var(--qodef-underline-position-y);
}
.qodef-custom-underline a {
    --qodef-underline-position-y: calc(100% - 1px);
    --qodef-underline-height: 1px;
    background-repeat: no-repeat;
    background-image: linear-gradient(90deg, currentColor 0, currentColor 100%);
    transition: background-size 0.5s cubic-bezier(0.51, 0.5, 0.07, 0.99), color 0.2s ease-out;
    background-position: 100% var(--qodef-underline-position-y);
    background-size: 0 var(--qodef-underline-height);
}
.qodef-custom-underline a:hover {
    background-size: 100% var(--qodef-underline-height);
    background-position: 0 var(--qodef-underline-position-y);
}
.qodef-custom-underline-shown a {
    display: inline !important;
    --qodef-underline-position-y: calc(100% - 1px);
    --qodef-underline-height: 1px;
    background-repeat: no-repeat;
    background-image: linear-gradient(90deg, currentColor 0, currentColor 100%);
    background-position: 100% var(--qodef-underline-position-y);
    background-size: 100% var(--qodef-underline-height);
    backface-visibility: hidden;
}
.qodef-custom-underline-shown a:hover {
    animation: qode-inline-underline-initial-hover 1.1s cubic-bezier(0.32, 0.32, 0.15, 1.17) 1 forwards;
}
.qodef-outlined-word {
    font-size: 725px;
    font-weight: 700;
    letter-spacing: -0.05em;
    line-height: 700px;
    color: #fff;
    -webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: #000;
}
.qodef-custom-position-outlined {
    height: 280px !important;
    position: absolute !important;
    bottom: 0;
    left: 0;
    width: 100vw !important;
    max-width: 100vw !important;
    overflow: hidden !important;
    z-index: 10000 !important;
    background-color: #fff;
    margin-left: calc(-58vw + 50%) !important;
}
@media only screen and (max-width: 1440px) {
    .qodef-custom-position-outlined {
        height: 170px !important;
        margin-left: calc(-60vw + 50%) !important;
    }
}
@media only screen and (max-width: 1366px) {
    .qodef-custom-position-outlined {
        margin-left: calc(-60.5vw + 50%) !important;
    }
}
.qodef-custom-position-outlined .qodef-outlined-word {
    font-family: Roboto, sans-serif;
    margin: 0;
    -webkit-text-fill-color: transparent;
    white-space: normal;
    font-size: 763px;
    font-weight: 700;
    letter-spacing: -0.05em;
    line-height: 700px;
    color: #fff;
    -webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: #000;
}
@media only screen and (max-width: 1440px) {
    .qodef-custom-position-outlined .qodef-outlined-word {
        font-size: 573px;
        line-height: 480px;
    }
}
@media only screen and (max-width: 1024px) {
    .qodef-custom-position-outlined {
        display: none !important;
    }
}
.qodef-vertical-header-copy {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.39);
    line-height: 20px;
    letter-spacing: -0.02em;
}
.qodef-vertical-header-copy a {
    color: rgba(0, 0, 0, 0.39);
}
.qodef-custom-wide-links {
    font-family: "Space Grotesk", sans-serif;
    font-size: 19px;
    font-weight: 500;
    letter-spacing: -0.05em;
    line-height: 30px;
    color: var(--qode-main-color) !important;
    display: block;
    margin-bottom: 19px;
}
.qodef-custom-wide-links > .qodef-menu-item-text {
    position: relative;
}
.qodef-custom-wide-links > .qodef-menu-item-text:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 2px;
    height: 1px;
    background-color: currentColor;
    transition: width 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
    width: 0;
}
.qodef-custom-wide-links:hover .qodef-menu-item-text:after {
    width: 100%;
    left: 0;
}
@media only screen and (max-width: 680px) {
    .qodef-680-br-none br {
        display: none;
    }
}
.qodef--line {
    position: relative;
    -webkit-clip-path: inset(0 0 -0.06em 0);
    clip-path: inset(0 0 -0.06em 0);
}
.qodef--word {
    display: inline-block;
    --qode-y: 100%;
    white-space: nowrap;
}
.qode--char {
    display: inline-flex;
}
#qodef-page-spinner.qodef--finished ~ #qodef-page-wrapper .qodef--landing-intro {
    background-position: 50% 50%;
    animation: qode-bg-zoom 9s 1s infinite alternate linear;
}
@media only screen and (min-width: 1280px) {
    .qodef-custom-uncovering-image {
        background-attachment: fixed !important;
    }
}
.kc-elm.qodef-shortcode .fa,
.kc-elm.qodef-shortcode .fas {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.kc-elm.qodef-shortcode .fa:before,
.kc-elm.qodef-shortcode .fas:before {
    font-family: inherit;
    font-weight: inherit;
}
.kc-elm.qodef-shortcode .fab {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
}
.kc-elm.qodef-shortcode .fab:before {
    font-family: inherit;
    font-weight: inherit;
}
#qodef-back-to-top {
    position: fixed;
    width: 40px;
    height: 40px;
    right: 30px;
    bottom: 13px;
    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;
    overflow: hidden;
    --qode-x: 4px;
    transform: translateX(0);
    transition: transform 0.5s cubic-bezier(0.41, 0.88, 0.28, 1.01), color 0.2s ease-out;
    --qode-y: -4px;
}
#qodef-back-to-top .qodef-back-to-top-icon * {
    display: block;
    line-height: inherit;
}
#qodef-back-to-top svg {
    display: block;
    height: auto;
    fill: currentColor;
}
#qodef-back-to-top:hover .qodef-back-to-top-icon {
    transform: translateY(var(--qode-y));
}
#qodef-back-to-top.qodef--off {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.15s ease, visibility 0s 0.15s;
}
#qodef-back-to-top.qodef--on {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.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: "Space Grotesk", sans-serif;
    font-size: 200px;
    line-height: 1em;
}
.qodef-blog.qodef-item-layout--classic article.format-quote .qodef-e-quote .qodef-e-quote-icon-holder {
    border-bottom: 1px solid #000;
}
@media only screen and (max-width: 1280px) {
    .qodef-blog.qodef-item-layout--classic article.format-quote .qodef-e-quote {
        padding: 50px 12% 45px;
    }
}
@media only screen and (max-width: 1024px) {
    .qodef-blog.qodef-item-layout--classic article.format-quote .qodef-e-quote {
        padding: 50px 35px 45px;
    }
}
@media only screen and (max-width: 768px) {
    .qodef-blog.qodef-item-layout--classic article.format-quote .qodef-e-quote {
        padding: 48px 33px 10px;
    }
}
@media only screen and (max-width: 680px) {
    .qodef-blog.qodef-item-layout--classic article.format-quote .qodef-e-quote {
        padding: 31px 13px 16px;
    }
    .qodef-blog.qodef-item-layout--classic article.format-quote .qodef-e-quote .qodef-e-quote-shape {
        display: none;
    }
}
.qodef-blog.qodef-item-layout--classic article.format-quote .qodef-e-quote-text {
    margin: 0;
}
.qodef-blog.qodef-item-layout--classic article.format-quote .qodef-e-quote-icon-holder {
    margin-bottom: 25px;
    margin-left: 0;
    padding-bottom: 7px;
}
@media only screen and (max-width: 768px) {
    .qodef-blog.qodef-item-layout--classic article.format-quote .qodef-e-quote-icon-holder {
        margin-left: -2px;
    }
}
.qodef-blog.qodef-item-layout--classic article.format-link .qodef-e-link {
    justify-content: flex-start;
    padding: 50px 10.8% 98px;
}
@media only screen and (max-width: 1368px) {
    .qodef-blog.qodef-item-layout--classic article.format-link .qodef-e-link {
        padding: 29px 10.8% 98px;
    }
}
@media only screen and (max-width: 1024px) {
    .qodef-blog.qodef-item-layout--classic article.format-link .qodef-e-link {
        padding: 29px 33px 98px;
    }
}
@media only screen and (max-width: 680px) {
    .qodef-blog.qodef-item-layout--classic article.format-link .qodef-e-link {
        padding: 12px 15px 98px;
    }
    .qodef-blog.qodef-item-layout--classic article.format-link .qodef-e-link .qodef-e-link-shape {
        display: none;
    }
}
.qodef-blog.qodef-item-layout--classic article.format-link .qodef-e-link-icon {
    margin-left: 0;
    width: 34px;
}
.qodef-blog.qodef-item-layout--classic article.format-link .qodef-e-link-text {
    border-top: 1px solid #000;
    padding-top: 29px;
    margin-top: 13px;
}
.qodef-blog.qodef-item-layout--classic article .qodef-e-content {
    margin: 17px 0 0;
}
.qodef-blog.qodef-item-layout--classic article .qodef-e-bottom-holder {
    margin-top: 36px;
}
.qodef-blog.qodef-item-layout--classic article.format-link,
.qodef-blog.qodef-item-layout--classic article.format-quote {
    overflow: hidden;
}
.qodef-blog.qodef-item-layout--classic article.format-link .qodef-e-content,
.qodef-blog.qodef-item-layout--classic article.format-quote .qodef-e-content {
    visibility: hidden;
    opacity: 0;
}
.qodef-blog.qodef-item-layout--classic article.format-link .qodef-e-title,
.qodef-blog.qodef-item-layout--classic article.format-quote .qodef-e-title {
    max-height: 39px;
}
.qodef-blog.qodef-item-layout--classic article.format-quote:not(.has-post-thumbnail) .qodef-e-media {
    display: none;
}
.qodef-blog.qodef-item-layout--classic article.format-quote.has-post-thumbnail .qodef-e-media {
    visibility: hidden;
    opacity: 0;
}
.qodef-blog.qodef-item-layout--classic article.format-quote.has-post-thumbnail .qodef-e-quote {
    position: absolute;
    top: 0;
    left: 0;
}
.qodef-blog.qodef-item-layout--classic article.format-link:not(.has-post-thumbnail) .qodef-e-media {
    display: none;
}
.qodef-blog.qodef-item-layout--classic article.format-link.has-post-thumbnail .qodef-e-media {
    visibility: hidden;
    opacity: 0;
}
.qodef-blog.qodef-item-layout--classic article.format-link.has-post-thumbnail .qodef-e-link {
    position: absolute;
    top: 0;
    left: 0;
}
.qodef-blog.qodef-item-layout--classic.qodef-col-num--1 .qodef-blog-item {
    margin: 0 0 78px;
}
.qodef-blog.qodef-item-layout--classic.qodef-col-num--1 .qodef-blog-item:last-child {
    margin: 0;
}
@media only screen and (max-width: 680px) {
    .qodef-blog.qodef-item-layout--classic.qodef-col-num--1 .qodef-blog-item {
        margin: 0 0 60px;
    }
}
.qodef-blog.qodef-item-layout--classic:not(.qodef-col-num--1) .qodef-e-media-image {
    overflow: hidden;
}
.qodef-blog.qodef-item-layout--classic:not(.qodef-col-num--1) .qodef-e-media-image a {
    display: block;
}
.qodef-blog.qodef-item-layout--classic:not(.qodef-col-num--1) .qodef-e-media-image img {
    will-change: transform;
    transform-origin: center;
    --qodef-img-move: min(6px, 2%);
    --qodef-img-scale: 1.05;
    transform: translateX(0) translateZ(0) scale(var(--qodef-img-scale));
    transition: transform 0.55s cubic-bezier(0.37, 0.65, 0.38, 0.94);
}
.qodef-blog.qodef-item-layout--classic:not(.qodef-col-num--1) .qodef-e:hover .qodef-e-media-image img {
    transform: translateX(var(--qodef-img-move)) translateZ(0) scale(var(--qodef-img-scale));
}
.qodef-blog.qodef-item-layout--classic.qodef--enable-border-separator article {
    border-right: 1px solid var(--qode-main-color);
    padding-right: var(--qode-columns-col-gap);
}
@media only screen and (max-width: 1024px) {
    .qodef-blog.qodef-item-layout--classic.qodef--enable-border-separator article {
        border-right: 0;
        padding-right: 0;
    }
}
.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(0, 0, 0, 0.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-media {
    flex-shrink: 0;
    margin-right: 13px;
    width: 120px;
}
.qodef-blog.qodef-item-layout--side-by-side article .qodef-e-content {
    margin: 0;
}
.qodef-blog.qodef-item-layout--side-by-side article .qodef-e-content .entry-date {
    font-size: 17px;
    font-weight: 400;
    letter-spacing: -0.01em;
    line-height: 27px;
    color: #000;
    margin-bottom: 2px;
}
.qodef-blog.qodef-item-layout--side-by-side article .qodef-e-content .qodef-e-title {
    font-weight: 500;
    margin: 5px 0 0;
}
.qodef-blog.qodef-item-layout--side-by-side article .qodef-e-bottom-holder {
    margin-top: 5px;
}
.qodef-blog.qodef-item-layout--side-by-side .qodef-e-media-image {
    overflow: hidden;
}
.qodef-blog.qodef-item-layout--side-by-side .qodef-e-media-image a {
    display: block;
}
.qodef-blog.qodef-item-layout--side-by-side .qodef-e-media-image img {
    will-change: transform;
    transform-origin: center;
    --qodef-img-move: min(6px, 2%);
    --qodef-img-scale: 1.05;
    transform: translateX(0) translateZ(0) scale(var(--qodef-img-scale));
    transition: transform 0.55s cubic-bezier(0.37, 0.65, 0.38, 0.94);
}
.qodef-blog.qodef-item-layout--side-by-side .qodef-e:hover .qodef-e-media-image img {
    transform: translateX(var(--qodef-img-move)) translateZ(0) scale(var(--qodef-img-scale));
}
.qodef-blog.qodef-item-layout--standard.qodef-col-num--1 .qodef-blog-item {
    margin: 0 0 78px;
}
.qodef-blog.qodef-item-layout--standard.qodef-col-num--1 .qodef-blog-item:last-child {
    margin: 0;
}
@media only screen and (max-width: 680px) {
    .qodef-blog.qodef-item-layout--standard.qodef-col-num--1 .qodef-blog-item {
        margin: 0 0 60px;
    }
}
@media only screen and (max-width: 1440px) {
    .qodef-blog.qodef--indent-slider-behavior article.format-quote .qodef-e-quote .qodef-e-quote-shape svg {
        bottom: -100px;
    }
    .qodef-blog.qodef--indent-slider-behavior article.format-link .qodef-e-link .qodef-e-link-shape svg {
        bottom: -100px;
    }
}
.widget.widget_kahlo_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:not(:last-child) {
    margin-bottom: 21px;
}
.widget.widget_kahlo_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:first-child {
    margin-top: 8px;
}
.widget.widget_kahlo_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media {
    margin-right: 17px;
    width: 151px !important;
    height: 112px;
}
@media only screen and (max-width: 1440px) {
    .widget.widget_kahlo_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media {
        width: 139px !important;
        height: 103px;
    }
}
.widget.widget_kahlo_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media * {
    width: 100%;
    height: 100%;
}
.widget.widget_kahlo_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media img {
    -o-object-fit: cover;
    object-fit: cover;
}
.widget.widget_kahlo_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article:not(:last-child) {
    margin: 0 0 10px;
}
#qodef-top-area .widget.widget_kahlo_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:not(:last-child) {
    margin-bottom: 21px;
}
#qodef-top-area .widget.widget_kahlo_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:first-child {
    margin-top: 8px;
}
#qodef-top-area .widget.widget_kahlo_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media {
    margin-right: 17px;
    width: 151px !important;
    height: 112px;
}
@media only screen and (max-width: 1440px) {
    #qodef-top-area .widget.widget_kahlo_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media {
        width: 139px !important;
        height: 103px;
    }
}
#qodef-top-area .widget.widget_kahlo_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media * {
    width: 100%;
    height: 100%;
}
#qodef-top-area .widget.widget_kahlo_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media img {
    -o-object-fit: cover;
    object-fit: cover;
}
#qodef-top-area .widget.widget_kahlo_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article:not(:last-child) {
    margin: 0 0 10px;
}
#qodef-page-footer .widget.widget_kahlo_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:not(:last-child) {
    margin-bottom: 21px;
}
#qodef-page-footer .widget.widget_kahlo_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:first-child {
    margin-top: 8px;
}
#qodef-page-footer .widget.widget_kahlo_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media {
    margin-right: 17px;
    width: 151px !important;
    height: 112px;
}
@media only screen and (max-width: 1440px) {
    #qodef-page-footer .widget.widget_kahlo_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media {
        width: 139px !important;
        height: 103px;
    }
}
#qodef-page-footer .widget.widget_kahlo_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media * {
    width: 100%;
    height: 100%;
}
#qodef-page-footer .widget.widget_kahlo_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media img {
    -o-object-fit: cover;
    object-fit: cover;
}
#qodef-page-footer .widget.widget_kahlo_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article:not(:last-child) {
    margin: 0 0 10px;
}
#qodef-side-area .widget.widget_kahlo_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:not(:last-child) {
    margin-bottom: 21px;
}
#qodef-side-area .widget.widget_kahlo_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:first-child {
    margin-top: 8px;
}
#qodef-side-area .widget.widget_kahlo_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media {
    margin-right: 17px;
    width: 151px !important;
    height: 112px;
}
@media only screen and (max-width: 1440px) {
    #qodef-side-area .widget.widget_kahlo_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media {
        width: 139px !important;
        height: 103px;
    }
}
#qodef-side-area .widget.widget_kahlo_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media * {
    width: 100%;
    height: 100%;
}
#qodef-side-area .widget.widget_kahlo_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media img {
    -o-object-fit: cover;
    object-fit: cover;
}
#qodef-side-area .widget.widget_kahlo_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_kahlo_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:not(:last-child) {
    margin-bottom: 21px;
}
.qodef-mega-menu-widget-holder .widget.widget_kahlo_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:first-child {
    margin-top: 8px;
}
.qodef-mega-menu-widget-holder .widget.widget_kahlo_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media {
    margin-right: 17px;
    width: 151px !important;
    height: 112px;
}
@media only screen and (max-width: 1440px) {
    .qodef-mega-menu-widget-holder .widget.widget_kahlo_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media {
        width: 139px !important;
        height: 103px;
    }
}
.qodef-mega-menu-widget-holder .widget.widget_kahlo_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media * {
    width: 100%;
    height: 100%;
}
.qodef-mega-menu-widget-holder .widget.widget_kahlo_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media img {
    -o-object-fit: cover;
    object-fit: cover;
}
.qodef-mega-menu-widget-holder .widget.widget_kahlo_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: 95px;
    background: #dfc1ce;
    padding: 41px 52px 40px;
}
@media only screen and (max-width: 680px) {
    #qodef-author-info {
        padding: 45px 25px 37px;
    }
}
#qodef-author-info .qodef-m-inner {
    position: relative;
    display: flex;
    align-items: center;
}
#qodef-author-info .qodef-m-image {
    flex-shrink: 0;
    margin-right: 29px;
}
#qodef-author-info .qodef-m-image a,
#qodef-author-info .qodef-m-image img {
    display: block;
    border-radius: 50%;
}
#qodef-author-info .qodef-m-author {
    margin: 10px 0 0;
}
#qodef-author-info .qodef-m-email {
    margin: 5px 0 0;
}
#qodef-author-info .qodef-m-description {
    margin: 13px 0 0;
    letter-spacing: -0.01em;
    max-width: 70%;
}
@media only screen and (max-width: 1024px) {
    #qodef-author-info .qodef-m-description {
        max-width: 100%;
    }
}
#qodef-author-info .qodef-m-social-icons {
    margin-top: 13px;
}
#qodef-author-info .qodef-m-social-icons a {
    font-size: 19px;
    font-weight: 500;
    letter-spacing: -0.05em;
    font-family: "Space Grotesk", sans-serif;
    position: relative;
    margin-right: 11px;
    --qodef-underline-position-y: 1.15em;
    --qodef-underline-height: 1px;
    background-repeat: no-repeat;
    background-image: linear-gradient(90deg, currentColor 0, currentColor 100%);
    transition: background-size 0.5s cubic-bezier(0.51, 0.5, 0.07, 0.99), color 0.2s ease-out;
    background-position: 100% var(--qodef-underline-position-y);
    background-size: 0 var(--qodef-underline-height);
}
#qodef-author-info .qodef-m-social-icons a:last-child {
    margin-right: 0;
}
#qodef-author-info .qodef-m-social-icons a:hover {
    background-size: 100% var(--qodef-underline-height);
    background-position: 0 var(--qodef-underline-position-y);
}
#qodef-related-posts {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-top: 86px;
}
#qodef-related-posts .qodef-blog-item.format-gallery .swiper-pagination-bullets {
    display: none;
}
#qodef-related-posts .qodef-blog-item.format-gallery .swiper-button-next,
#qodef-related-posts .qodef-blog-item.format-gallery .swiper-button-prev {
    right: 30px !important;
}
#qodef-single-post-navigation {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 69px 0 41px;
}
#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--prev svg {
    --qode-x: 4px;
    transform: translateX(0);
    transition: transform 0.5s cubic-bezier(0.41, 0.88, 0.28, 1.01), color 0.2s ease-out;
    --qode-x: -4px;
}
#qodef-single-post-navigation .qodef-m-nav.qodef--prev:hover svg {
    transform: translateX(var(--qode-x));
}
#qodef-single-post-navigation .qodef-m-nav.qodef--next {
    flex-direction: row-reverse;
    right: 0;
    margin-left: auto;
    text-align: right;
}
#qodef-single-post-navigation .qodef-m-nav.qodef--next .qodef-m-pagination-icon {
    margin-left: 4px;
}
#qodef-single-post-navigation .qodef-m-nav.qodef--next svg {
    --qode-x: 4px;
    transform: translateX(0);
    transition: transform 0.5s cubic-bezier(0.41, 0.88, 0.28, 1.01), color 0.2s ease-out;
}
#qodef-single-post-navigation .qodef-m-nav.qodef--next:hover svg {
    transform: translateX(var(--qode-x));
}
#qodef-single-post-navigation .qodef-m-nav-label {
    font-family: "Space Grotesk", sans-serif;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: -0.05em;
    line-height: 40px;
}
#qodef-single-post-navigation .qodef-svg--pagination-single-arrow-left {
    margin-right: 8px;
}
#qodef-single-post-navigation .qodef-svg--pagination-single-arrow-right {
    margin-left: 8px;
}
#qodef-content-bottom {
    background-color: #fff;
    padding: 0 0 99px;
    text-align: center;
}
@media only screen and (max-width: 680px) {
    #qodef-content-bottom {
        padding: 0 0 103px;
    }
}
#qodef-content-bottom .widget:not(.widget_kahlo_core_title_widget) {
    margin: 0 0 26px;
}
#qodef-content-bottom .widget.widget_block > .wp-block-group {
    border: 0;
}
#qodef-content-bottom #qodef-content-bottom-inner {
    box-sizing: border-box;
    padding: 76px 0 0;
    border-top: 1px solid #060606;
}
@media only screen and (max-width: 680px) {
    #qodef-content-bottom #qodef-content-bottom-inner {
        padding: 94px 0 0;
    }
}
#qodef-content-bottom.qodef-content-full-width.qodef--side-margin {
    margin: 0 5.5%;
}
@media only screen and (max-width: 1024px) {
    #qodef-content-bottom.qodef-content-full-width.qodef--side-margin {
        margin: 0 7%;
    }
}
#qodef-content-bottom.qodef-content-full-width #qodef-content-bottom-inner {
    width: 100%;
    margin: 0 auto;
}
@media only screen and (max-width: 680px) {
    #qodef-content-bottom.qodef-content-full-width.qodef--side-margin {
        margin: 0 auto;
        width: 86%;
    }
}
#qodef-content-bottom .qodef-content-bottom-text {
    font-size: 18px;
    line-height: 28px;
}
@media only screen and (max-width: 680px) {
    #qodef-content-bottom .qodef-content-bottom-text br {
        display: none;
    }
}
#qodef-content-bottom .widget.widget_wade_core_title_widget {
    max-width: 37vw;
    margin: 0 auto;
}
@media only screen and (max-width: 1512px) {
    #qodef-content-bottom .widget.widget_wade_core_title_widget {
        max-width: 50vw;
    }
}
@media only screen and (max-width: 1024px) {
    #qodef-content-bottom .widget.widget_wade_core_title_widget {
        max-width: 60vw;
    }
}
@media only screen and (max-width: 768px) {
    #qodef-content-bottom .widget.widget_wade_core_title_widget {
        max-width: 80vw;
    }
}
@media only screen and (max-width: 680px) {
    #qodef-content-bottom .widget.widget_wade_core_title_widget {
        max-width: 100%;
    }
}
.qodef--drag-cursor,
.qodef--view-cursor .qodef-m-image {
    cursor: none;
}
.qodef--drag-cursor *,
.qodef--view-cursor .qodef-m-image * {
    cursor: inherit;
}
.qodef--drag-cursor .swiper-wrapper,
.qodef--view-cursor .qodef-m-image .swiper-wrapper {
    min-width: 1000%;
}
.qodef-m-custom-cursor {
    height: 104px;
    left: 50%;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    top: 50%;
    transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
    visibility: hidden;
    width: 104px;
    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-inner svg {
    opacity: 0;
}
.qodef-m-custom-cursor .qodef-svg--view-cursor {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.3s ease-out 0.3s;
    border-color: #eec5d7;
}
.qodef-m-custom-cursor .qodef-svg--view-cursor circle {
    fill: #eec5d7;
}
.qodef-m-custom-cursor.qodef--show {
    opacity: 1;
    visibility: visible;
}
.qodef-m-custom-cursor.qodef--show.qodef--view .qodef-svg--view-cursor {
    opacity: 1;
    transition: 0s;
}
.qodef-m-custom-cursor.qodef--show.qodef--drag .qodef-svg--drag-cursor {
    opacity: 1;
    transition: 0s;
}
.qodef-m-custom-cursor.qodef--hide {
    opacity: 0;
    visibility: hidden;
}
#qodef-page-footer .qodef-alignment--left {
    text-align: left;
}
#qodef-page-footer .qodef-alignment--left .widget img {
    margin-right: auto;
}
#qodef-page-footer .qodef-alignment--center {
    text-align: center;
}
#qodef-page-footer .qodef-alignment--center .widget img {
    margin-right: auto;
    margin-left: auto;
}
#qodef-page-footer .qodef-alignment--right {
    text-align: right;
}
#qodef-page-footer .qodef-alignment--right .widget img {
    margin-left: auto;
}
#qodef-page-footer-bottom-area-inner .qodef-grid.qodef-gutter--custom,
#qodef-page-footer-top-area-inner .qodef-grid.qodef-gutter--custom {
    --qode-columns-row-gap: var(--qode-columns-col-gap);
}
@media (min-width: 681px) {
    #qodef-page-footer-bottom-area-inner .qodef-alignment--space-between .qodef-grid-item:nth-child(2) {
        text-align: right;
    }
}
.qodef-page-footer--uncover #qodef-page-outer {
    z-index: 90;
}
.no-touchevents .qodef-page-footer--uncover #qodef-page-footer {
    position: fixed;
    bottom: 0;
    left: 0;
}
#qodef-fullscreen-area {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    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 0.25s linear both;
}
.qodef-fullscreen-menu-animate--out #qodef-fullscreen-area {
    animation: qode-fade-out 0.25s linear both;
}
#qodef-fullscreen-area-inner {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
}
.qodef-fullscreen-menu {
    position: relative;
    top: 0;
    margin: 0 auto;
    text-align: left;
}
.qodef-fullscreen-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.qodef-fullscreen-menu ul li {
    position: relative;
    margin: 0;
    padding: 0;
}
.qodef-fullscreen-menu ul li a .qodef-menu-item-arrow {
    display: none;
}
.qodef-fullscreen-menu ul li.qodef--hide-link > a {
    cursor: default;
}
.qodef-fullscreen-menu ul.sub-menu {
    display: none;
}
.qodef-fullscreen-menu .qodef-menu-item-icon {
    margin-right: 5px;
}
.qodef-fullscreen-menu .qodef-mega-menu-widget-holder {
    display: none;
}
.qodef-fullscreen-menu > ul > li > a {
    font-family: "Space Grotesk", sans-serif;
    font-weight: 500;
    letter-spacing: -0.05em;
    font-size: 58px;
    line-height: 1.03448em;
    color: #fff;
}
@media only screen and (max-width: 1440px) {
    .qodef-fullscreen-menu > ul > li > a {
        font-size: 43px;
    }
}
@media only screen and (max-width: 1024px) {
    .qodef-fullscreen-menu > ul > li > a {
        font-size: 40px;
    }
}
.qodef-fullscreen-menu > ul > li > a > .qodef-menu-item-text {
    position: relative;
}
.qodef-fullscreen-menu > ul > li > a > .qodef-menu-item-text:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 2px;
    height: 1px;
    background-color: currentColor;
    transition: width 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
    width: 0;
}
.qodef-fullscreen-menu > ul > li > a:hover {
    color: var(--qode-main-color);
}
.qodef-fullscreen-menu > ul > li > a:hover .qodef-menu-item-text:after {
    width: 100%;
    left: 0;
}
.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:after,
.qodef-fullscreen-menu > ul > li.current-menu-item > a .qodef-menu-item-text:after {
    width: 100%;
    left: 0;
}
.qodef-fullscreen-menu .qodef-drop-down-second-inner > ul {
    padding: 10px 0 5px;
}
.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;
    overflow: hidden;
    transition: padding 0.2s ease-out;
    padding-right: 15px;
    font-family: Roboto, sans-serif;
    font-size: 17px;
    line-height: 1.58824em;
    font-weight: 400;
    letter-spacing: -0.02em;
    color: #fff;
}
.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li > a .qodef-menu-item-icon {
    flex-shrink: 0;
}
@media only screen and (max-width: 1366px) {
    .qodef-fullscreen-menu .qodef-drop-down-second-inner ul li > a {
        font-size: 16px;
    }
}
.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li > a:hover {
    padding-right: 0;
}
.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li.current-menu-ancestor > a,
.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li.current-menu-item > a {
    padding-right: 0;
}
.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-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-page-header .qodef-widget-holder {
    display: flex;
    align-items: center;
    height: 100%;
    margin-left: 18px;
}
#qodef-page-header .qodef-widget-holder .widget {
    margin: 0 9px;
}
#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: "Space Grotesk", sans-serif;
    font-weight: 500;
    letter-spacing: -0.05em;
    color: var(--qode-main-color);
    font-size: 30px;
    line-height: 1.1em;
    letter-spacing: -0.02em;
    font-weight: 500;
    transition: color 0.2s ease-out;
}
@media only screen and (max-width: 1440px) {
    #qodef-page-header .qodef-header-logo-link.qodef-source--textual {
        font-size: 23px;
    }
}
#qodef-page-header-inner.qodef-skin--light .qodef-header-logo-link img.qodef--dark,
#qodef-page-header-inner.qodef-skin--light .qodef-header-logo-link img.qodef--main {
    opacity: 0;
}
#qodef-page-header-inner.qodef-skin--light .qodef-header-logo-link img.qodef--light {
    opacity: 1;
}
#qodef-page-header-inner.qodef-skin--light .qodef-header-logo-link.qodef-source--svg-path,
#qodef-page-header-inner.qodef-skin--light .qodef-header-logo-link.qodef-source--textual {
    color: var(--qode-header-light-color) !important;
}
#qodef-page-header-inner.qodef-skin--light .qodef-header-logo-link.qodef-source--svg-path:hover,
#qodef-page-header-inner.qodef-skin--light .qodef-header-logo-link.qodef-source--textual:hover {
    color: var(--qode-header-light-hover-color) !important;
}
#qodef-page-header-inner.qodef-skin--dark .qodef-header-logo-link img.qodef--light,
#qodef-page-header-inner.qodef-skin--dark .qodef-header-logo-link img.qodef--main {
    opacity: 0;
}
#qodef-page-header-inner.qodef-skin--dark .qodef-header-logo-link img.qodef--dark {
    opacity: 1;
}
#qodef-page-header-inner.qodef-skin--dark .qodef-header-logo-link.qodef-source--svg-path,
#qodef-page-header-inner.qodef-skin--dark .qodef-header-logo-link.qodef-source--textual {
    color: var(--qode-header-dark-color) !important;
}
#qodef-page-header-inner.qodef-skin--dark .qodef-header-logo-link.qodef-source--svg-path:hover,
#qodef-page-header-inner.qodef-skin--dark .qodef-header-logo-link.qodef-source--textual:hover {
    color: var(--qode-header-dark-hover-color) !important;
}
.qodef-header--centered #qodef-page-header {
    height: 150px;
}
.qodef-header--centered #qodef-page-header-inner {
    flex-direction: column;
    justify-content: center;
}
.qodef-header--centered #qodef-page-header-inner > div {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 100%;
}
.qodef-header--centered #qodef-page-header-inner > div .qodef-widget-holder {
    margin-left: 0;
}
.qodef-header--centered #qodef-page-header-inner > div .qodef-header-navigation {
    margin: 0 24px;
}
.qodef-header--divided #qodef-page-header .qodef-divided-header-left-wrapper,
.qodef-header--divided #qodef-page-header .qodef-divided-header-right-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
.qodef-header--divided #qodef-page-header .qodef-divided-header-left-wrapper {
    justify-content: flex-end;
}
.qodef-header--divided #qodef-page-header .qodef-header-logo-link {
    justify-content: center;
}
.qodef-header--divided #qodef-page-header .qodef-header-navigation {
    margin: 0 24px;
}
.qodef-header--divided #qodef-page-header .qodef-widget-holder {
    margin-left: 0;
}
.qodef-header--divided #qodef-page-header-inner {
    align-items: stretch;
    justify-content: center;
}
.qodef-header--minimal #qodef-page-header-inner .qodef-header-logo-link {
    margin-right: auto;
}
.qodef-header--minimal #qodef-page-header-inner .qodef-widget-holder {
    margin-right: 30px;
}
.qodef-header--standard-extended #qodef-page-header {
    height: 152px;
}
.qodef-header--standard-extended #qodef-page-header .qodef-header-logo-link.qodef-height--not-set {
    height: 97px;
}
.qodef-header--standard-extended #qodef-page-header .qodef-header-logo-link.qodef-height--not-set img {
    max-height: 100%;
}
.qodef-header--standard-extended #qodef-page-header-inner {
    flex-direction: column;
    justify-content: start;
}
.qodef-header--standard-extended #qodef-page-header-inner .qodef-header-section {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}
.qodef-header--standard-extended #qodef-page-header-inner .qodef-header-section.qodef--top {
    height: calc(100% - 47px);
}
.qodef-header--standard-extended #qodef-page-header-inner .qodef-header-section.qodef--top .qodef-header-logo-link {
    top: 7px;
}
.qodef-header--standard-extended #qodef-page-header-inner .qodef-header-section.qodef--bottom {
    height: 47px;
    border-bottom: 1px solid #000;
}
.qodef-header--standard-extended #qodef-page-header-inner .qodef-header-navigation {
    flex: 2 1 auto;
}
.qodef-header--standard-extended #qodef-page-header-inner .qodef-extended-dropdown-menu {
    display: flex;
    position: relative;
    z-index: 1;
    width: calc(25% - 16px);
    height: 100%;
    align-items: center;
}
.qodef-header--standard-extended #qodef-page-header-inner .qodef-extended-dropdown-menu .qodef-extended-dropdown-opener {
    padding-top: 1px;
    padding-left: 32px;
    font-family: "Space Grotesk", sans-serif;
    font-weight: 500;
    letter-spacing: -0.05em;
    color: var(--qode-main-color);
}
.qodef-header--standard-extended #qodef-page-header-inner .qodef-extended-dropdown-menu .qodef-extended-dropdown-opener > .qodef-menu-item-text {
    position: relative;
}
.qodef-header--standard-extended #qodef-page-header-inner .qodef-extended-dropdown-menu .qodef-extended-dropdown-opener > .qodef-menu-item-text:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 2px;
    height: 1px;
    background-color: currentColor;
    transition: width 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
    width: 0;
}
.qodef-header--standard-extended #qodef-page-header-inner .qodef-extended-dropdown-menu .qodef-extended-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 18px 0 20px;
    margin: 0;
    background-color: #fff;
    border: 1px solid #000;
    list-style: none;
}
.qodef-header--standard-extended #qodef-page-header-inner .qodef-extended-dropdown-menu .qodef-extended-dropdown li {
    position: relative;
    padding: 0 34px;
    margin: 10px 0;
}
.qodef-header--standard-extended #qodef-page-header-inner .qodef-extended-dropdown-menu .qodef-extended-dropdown li a {
    font-family: Roboto, sans-serif;
    font-size: 17px;
    line-height: 1.58824em;
    font-weight: 400;
    letter-spacing: -0.02em;
    color: var(--qode-main-color);
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.313em;
    letter-spacing: 0;
}
@media only screen and (max-width: 1366px) {
    .qodef-header--standard-extended #qodef-page-header-inner .qodef-extended-dropdown-menu .qodef-extended-dropdown li a {
        font-size: 16px;
    }
}
.qodef-header--standard-extended #qodef-page-header-inner .qodef-extended-dropdown-menu .qodef-extended-dropdown li a > .qodef-menu-item-text {
    position: relative;
}
.qodef-header--standard-extended #qodef-page-header-inner .qodef-extended-dropdown-menu .qodef-extended-dropdown li a > .qodef-menu-item-text:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 2px;
    height: 1px;
    background-color: currentColor;
    transition: width 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
    width: 0;
}
.qodef-header--standard-extended #qodef-page-header-inner .qodef-extended-dropdown-menu .qodef-extended-dropdown li a .qodef-menu-item-text {
    position: relative;
}
.qodef-header--standard-extended #qodef-page-header-inner .qodef-extended-dropdown-menu .qodef-extended-dropdown li .qodef-menu-item-arrow {
    position: absolute;
    top: calc(50% - 10px);
    right: 26px;
    width: 20px;
    height: auto;
    fill: var(--qode-main-color);
}
.qodef-header--standard-extended #qodef-page-header-inner .qodef-extended-dropdown-menu .qodef-extended-dropdown li .qodef-drop-down-second-inner {
    width: auto;
}
.qodef-header--standard-extended #qodef-page-header-inner .qodef-extended-dropdown-menu .qodef-extended-dropdown li ul {
    position: absolute;
    top: calc(-10px - 18px - 5px);
    left: 100%;
    width: 100%;
    margin: 0;
    padding: 18px 0 20px;
    background-color: #fff;
    border: 1px solid #000;
    background-repeat: no-repeat;
    background-position: bottom right;
    opacity: 0;
    visibility: hidden;
    list-style: none;
}
.qodef-header--standard-extended #qodef-page-header-inner .qodef-extended-dropdown-menu .qodef-extended-dropdown li ul ul {
    top: calc(-10px - 18px - 1px);
}
.qodef-header--standard-extended #qodef-page-header-inner .qodef-extended-dropdown-menu .qodef-extended-dropdown li.qodef--hide-link > a {
    cursor: default;
}
.qodef-header--standard-extended #qodef-page-header-inner .qodef-extended-dropdown-menu .qodef-extended-dropdown li.menu-item-has-children:hover > .qodef-drop-down-second > .qodef-drop-down-second-inner > ul,
.qodef-header--standard-extended #qodef-page-header-inner .qodef-extended-dropdown-menu .qodef-extended-dropdown li.menu-item-has-children:hover > ul {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.2s ease-out;
}
.qodef-header--standard-extended #qodef-page-header-inner .qodef-extended-dropdown-menu .qodef-extended-dropdown > li > a {
    display: block;
}
.qodef-header--standard-extended #qodef-page-header-inner .qodef-extended-dropdown-menu .qodef-extended-dropdown > li.current-menu-ancestor > a,
.qodef-header--standard-extended #qodef-page-header-inner .qodef-extended-dropdown-menu .qodef-extended-dropdown > li.current-menu-item > a,
.qodef-header--standard-extended #qodef-page-header-inner .qodef-extended-dropdown-menu .qodef-extended-dropdown > li:hover > a {
    color: var(--qode-main-color);
}
.qodef-header--standard-extended #qodef-page-header-inner .qodef-extended-dropdown-menu .qodef-extended-dropdown > li.current-menu-ancestor > a .qodef-menu-item-text:after,
.qodef-header--standard-extended #qodef-page-header-inner .qodef-extended-dropdown-menu .qodef-extended-dropdown > li.current-menu-item > a .qodef-menu-item-text:after,
.qodef-header--standard-extended #qodef-page-header-inner .qodef-extended-dropdown-menu .qodef-extended-dropdown > li:hover > a .qodef-menu-item-text:after {
    width: 100%;
    left: 0;
}
.qodef-header--standard-extended #qodef-page-header-inner .qodef-widget-holder.qodef-top-widget-holder {
    height: 77px;
    align-self: flex-start;
}
.qodef-header--standard-extended #qodef-page-header-inner .qodef-widget-holder.qodef--one .widget.widget_nav_menu ul li {
    line-height: 21px;
}
.qodef-header--standard-extended #qodef-page-header-inner .qodef-widget-holder.qodef--one .widget.widget_nav_menu ul li a {
    line-height: 21px;
    letter-spacing: -0.01em;
    text-transform: capitalize;
}
.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;
}
@media only screen and (min-width: 1441px) and (max-width: 1680px) {
    .qodef-content-grid-1400.qodef-header--vertical-over-content .qodef-content-grid {
        width: 1100px;
    }
    .qodef-content-grid-1400.qodef-header--vertical-over-content .qodef-content-grid.qodef-extended-grid--right {
        padding-left: calc((100% - 1100px) / 2);
    }
    .qodef-content-grid-1400.qodef-header--vertical-over-content .qodef-content-grid.qodef-extended-grid--left {
        padding-right: calc((100% - 1100px) / 2);
    }
}
@media only screen and (min-width: 1281px) and (max-width: 1440px) {
    .qodef-content-grid-1400.qodef-header--vertical-over-content .qodef-content-grid {
        width: 960px;
    }
    .qodef-content-grid-1400.qodef-header--vertical-over-content .qodef-content-grid.qodef-extended-grid--right {
        padding-left: calc((100% - 960px) / 2);
    }
    .qodef-content-grid-1400.qodef-header--vertical-over-content .qodef-content-grid.qodef-extended-grid--left {
        padding-right: calc((100% - 960px) / 2);
    }
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
    .qodef-content-grid-1400.qodef-header--vertical-over-content .qodef-content-grid {
        width: 768px;
    }
    .qodef-content-grid-1400.qodef-header--vertical-over-content .qodef-content-grid.qodef-extended-grid--right {
        padding-left: calc((100% - 768px) / 2);
    }
    .qodef-content-grid-1400.qodef-header--vertical-over-content .qodef-content-grid.qodef-extended-grid--left {
        padding-right: calc((100% - 768px) / 2);
    }
}
@media only screen and (min-width: 1441px) and (max-width: 1680px) {
    .qodef-content-grid-1300.qodef-header--vertical-over-content .qodef-content-grid {
        width: 1100px;
    }
    .qodef-content-grid-1300.qodef-header--vertical-over-content .qodef-content-grid.qodef-extended-grid--right {
        padding-left: calc((100% - 1100px) / 2);
    }
    .qodef-content-grid-1300.qodef-header--vertical-over-content .qodef-content-grid.qodef-extended-grid--left {
        padding-right: calc((100% - 1100px) / 2);
    }
}
@media only screen and (min-width: 1281px) and (max-width: 1440px) {
    .qodef-content-grid-1300.qodef-header--vertical-over-content .qodef-content-grid {
        width: 960px;
    }
    .qodef-content-grid-1300.qodef-header--vertical-over-content .qodef-content-grid.qodef-extended-grid--right {
        padding-left: calc((100% - 960px) / 2);
    }
    .qodef-content-grid-1300.qodef-header--vertical-over-content .qodef-content-grid.qodef-extended-grid--left {
        padding-right: calc((100% - 960px) / 2);
    }
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
    .qodef-content-grid-1300.qodef-header--vertical-over-content .qodef-content-grid {
        width: 768px;
    }
    .qodef-content-grid-1300.qodef-header--vertical-over-content .qodef-content-grid.qodef-extended-grid--right {
        padding-left: calc((100% - 768px) / 2);
    }
    .qodef-content-grid-1300.qodef-header--vertical-over-content .qodef-content-grid.qodef-extended-grid--left {
        padding-right: calc((100% - 768px) / 2);
    }
}
@media only screen and (min-width: 1441px) and (max-width: 1680px) {
    .qodef-content-grid-1200.qodef-header--vertical-over-content .qodef-content-grid {
        width: 1100px;
    }
    .qodef-content-grid-1200.qodef-header--vertical-over-content .qodef-content-grid.qodef-extended-grid--right {
        padding-left: calc((100% - 1100px) / 2);
    }
    .qodef-content-grid-1200.qodef-header--vertical-over-content .qodef-content-grid.qodef-extended-grid--left {
        padding-right: calc((100% - 1100px) / 2);
    }
}
@media only screen and (min-width: 1281px) and (max-width: 1440px) {
    .qodef-content-grid-1200.qodef-header--vertical-over-content .qodef-content-grid {
        width: 960px;
    }
    .qodef-content-grid-1200.qodef-header--vertical-over-content .qodef-content-grid.qodef-extended-grid--right {
        padding-left: calc((100% - 960px) / 2);
    }
    .qodef-content-grid-1200.qodef-header--vertical-over-content .qodef-content-grid.qodef-extended-grid--left {
        padding-right: calc((100% - 960px) / 2);
    }
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
    .qodef-content-grid-1200.qodef-header--vertical-over-content .qodef-content-grid {
        width: 768px;
    }
    .qodef-content-grid-1200.qodef-header--vertical-over-content .qodef-content-grid.qodef-extended-grid--right {
        padding-left: calc((100% - 768px) / 2);
    }
    .qodef-content-grid-1200.qodef-header--vertical-over-content .qodef-content-grid.qodef-extended-grid--left {
        padding-right: calc((100% - 768px) / 2);
    }
}
@media only screen and (min-width: 1281px) and (max-width: 1366px) {
    .qodef-content-grid-1100.qodef-header--vertical-over-content .qodef-content-grid {
        width: 960px;
    }
    .qodef-content-grid-1100.qodef-header--vertical-over-content .qodef-content-grid.qodef-extended-grid--right {
        padding-left: calc((100% - 960px) / 2);
    }
    .qodef-content-grid-1100.qodef-header--vertical-over-content .qodef-content-grid.qodef-extended-grid--left {
        padding-right: calc((100% - 960px) / 2);
    }
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
    .qodef-content-grid-1100.qodef-header--vertical-over-content .qodef-content-grid {
        width: 768px;
    }
    .qodef-content-grid-1100.qodef-header--vertical-over-content .qodef-content-grid.qodef-extended-grid--right {
        padding-left: calc((100% - 768px) / 2);
    }
    .qodef-content-grid-1100.qodef-header--vertical-over-content .qodef-content-grid.qodef-extended-grid--left {
        padding-right: calc((100% - 768px) / 2);
    }
}
@media only screen and (min-width: 1441px) and (max-width: 1680px) {
    .qodef-content-grid-1400.qodef-header--vertical-over-content section.qodef-elementor-content-grid > .elementor-container {
        width: 1100px;
    }
}
@media only screen and (min-width: 1281px) and (max-width: 1440px) {
    .qodef-content-grid-1400.qodef-header--vertical-over-content section.qodef-elementor-content-grid > .elementor-container {
        width: 960px;
    }
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
    .qodef-content-grid-1400.qodef-header--vertical-over-content section.qodef-elementor-content-grid > .elementor-container {
        width: 768px;
    }
}
@media only screen and (min-width: 1441px) and (max-width: 1680px) {
    .qodef-content-grid-1300.qodef-header--vertical-over-content section.qodef-elementor-content-grid > .elementor-container {
        width: 1100px;
    }
}
@media only screen and (min-width: 1281px) and (max-width: 1440px) {
    .qodef-content-grid-1300.qodef-header--vertical-over-content section.qodef-elementor-content-grid > .elementor-container {
        width: 960px;
    }
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
    .qodef-content-grid-1300.qodef-header--vertical-over-content section.qodef-elementor-content-grid > .elementor-container {
        width: 768px;
    }
}
@media only screen and (min-width: 1441px) and (max-width: 1680px) {
    .qodef-content-grid-1200.qodef-header--vertical-over-content section.qodef-elementor-content-grid > .elementor-container {
        width: 1100px;
    }
}
@media only screen and (min-width: 1281px) and (max-width: 1440px) {
    .qodef-content-grid-1200.qodef-header--vertical-over-content section.qodef-elementor-content-grid > .elementor-container {
        width: 960px;
    }
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
    .qodef-content-grid-1200.qodef-header--vertical-over-content section.qodef-elementor-content-grid > .elementor-container {
        width: 768px;
    }
}
@media only screen and (min-width: 1281px) and (max-width: 1366px) {
    .qodef-content-grid-1100.qodef-header--vertical-over-content section.qodef-elementor-content-grid > .elementor-container {
        width: 960px;
    }
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
    .qodef-content-grid-1100.qodef-header--vertical-over-content section.qodef-elementor-content-grid > .elementor-container {
        width: 768px;
    }
}
@media only screen and (min-width: 1441px) and (max-width: 1680px) {
    .qodef-content-grid-1400.qodef-header--vertical-over-content section.qodef-elementor-content-grid.qodef-extended-grid--right > .elementor-container {
        padding-left: calc((100% - 1100px) / 2);
    }
    .qodef-content-grid-1400.qodef-header--vertical-over-content section.qodef-elementor-content-grid.qodef-extended-grid--left > .elementor-container {
        padding-right: calc((100% - 1100px) / 2);
    }
}
@media only screen and (min-width: 1281px) and (max-width: 1440px) {
    .qodef-content-grid-1400.qodef-header--vertical-over-content section.qodef-elementor-content-grid.qodef-extended-grid--right > .elementor-container {
        padding-left: calc((100% - 960px) / 2);
    }
    .qodef-content-grid-1400.qodef-header--vertical-over-content section.qodef-elementor-content-grid.qodef-extended-grid--left > .elementor-container {
        padding-right: calc((100% - 960px) / 2);
    }
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
    .qodef-content-grid-1400.qodef-header--vertical-over-content section.qodef-elementor-content-grid.qodef-extended-grid--right > .elementor-container {
        padding-left: calc((100% - 768px) / 2);
    }
    .qodef-content-grid-1400.qodef-header--vertical-over-content section.qodef-elementor-content-grid.qodef-extended-grid--left > .elementor-container {
        padding-right: calc((100% - 768px) / 2);
    }
}
@media only screen and (min-width: 1441px) and (max-width: 1680px) {
    .qodef-content-grid-1300.qodef-header--vertical-over-content section.qodef-elementor-content-grid.qodef-extended-grid--right > .elementor-container {
        padding-left: calc((100% - 1100px) / 2);
    }
    .qodef-content-grid-1300.qodef-header--vertical-over-content section.qodef-elementor-content-grid.qodef-extended-grid--left > .elementor-container {
        padding-right: calc((100% - 1100px) / 2);
    }
}
@media only screen and (min-width: 1281px) and (max-width: 1440px) {
    .qodef-content-grid-1300.qodef-header--vertical-over-content section.qodef-elementor-content-grid.qodef-extended-grid--right > .elementor-container {
        padding-left: calc((100% - 960px) / 2);
    }
    .qodef-content-grid-1300.qodef-header--vertical-over-content section.qodef-elementor-content-grid.qodef-extended-grid--left > .elementor-container {
        padding-right: calc((100% - 960px) / 2);
    }
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
    .qodef-content-grid-1300.qodef-header--vertical-over-content section.qodef-elementor-content-grid.qodef-extended-grid--right > .elementor-container {
        padding-left: calc((100% - 768px) / 2);
    }
    .qodef-content-grid-1300.qodef-header--vertical-over-content section.qodef-elementor-content-grid.qodef-extended-grid--left > .elementor-container {
        padding-right: calc((100% - 768px) / 2);
    }
}
@media only screen and (min-width: 1441px) and (max-width: 1680px) {
    .qodef-content-grid-1200.qodef-header--vertical-over-content section.qodef-elementor-content-grid.qodef-extended-grid--right > .elementor-container {
        padding-left: calc((100% - 1100px) / 2);
    }
    .qodef-content-grid-1200.qodef-header--vertical-over-content section.qodef-elementor-content-grid.qodef-extended-grid--left > .elementor-container {
        padding-right: calc((100% - 1100px) / 2);
    }
}
@media only screen and (min-width: 1281px) and (max-width: 1440px) {
    .qodef-content-grid-1200.qodef-header--vertical-over-content section.qodef-elementor-content-grid.qodef-extended-grid--right > .elementor-container {
        padding-left: calc((100% - 960px) / 2);
    }
    .qodef-content-grid-1200.qodef-header--vertical-over-content section.qodef-elementor-content-grid.qodef-extended-grid--left > .elementor-container {
        padding-right: calc((100% - 960px) / 2);
    }
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
    .qodef-content-grid-1200.qodef-header--vertical-over-content section.qodef-elementor-content-grid.qodef-extended-grid--right > .elementor-container {
        padding-left: calc((100% - 768px) / 2);
    }
    .qodef-content-grid-1200.qodef-header--vertical-over-content section.qodef-elementor-content-grid.qodef-extended-grid--left > .elementor-container {
        padding-right: calc((100% - 768px) / 2);
    }
}
@media only screen and (min-width: 1281px) and (max-width: 1366px) {
    .qodef-content-grid-1100.qodef-header--vertical-over-content section.qodef-elementor-content-grid.qodef-extended-grid--right > .elementor-container {
        padding-left: calc((100% - 960px) / 2);
    }
    .qodef-content-grid-1100.qodef-header--vertical-over-content section.qodef-elementor-content-grid.qodef-extended-grid--left > .elementor-container {
        padding-right: calc((100% - 960px) / 2);
    }
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
    .qodef-content-grid-1100.qodef-header--vertical-over-content section.qodef-elementor-content-grid.qodef-extended-grid--right > .elementor-container {
        padding-left: calc((100% - 768px) / 2);
    }
    .qodef-content-grid-1100.qodef-header--vertical-over-content section.qodef-elementor-content-grid.qodef-extended-grid--left > .elementor-container {
        padding-right: calc((100% - 768px) / 2);
    }
}
.qodef-header--vertical-over-content.qodef-header--sticky-display #qodef-page-header {
    background-color: transparent;
}
.qodef-header--vertical-over-content #qodef-page-header {
    position: relative;
    top: 0;
    left: 0;
    height: 30px;
    background-color: transparent;
    transition: all 0.4s ease-out;
}
.qodef-header--vertical-over-content #qodef-page-header .qodef-page-header-logo-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: auto;
    position: absolute;
    left: inherit;
    top: 65px;
}
.qodef-header--vertical-over-content #qodef-page-header .qodef-header-logo-link {
    height: 147px;
}
.qodef-header--vertical-over-content #qodef-page-header-inner {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    padding: 0 278px 0 69px;
}
.qodef-header--vertical-over-content #qodef-page-header-inner .qodef-widget-holder .widget {
    margin: 0 0 0 76px;
    border: none;
}
.qodef-header--vertical-over-content #qodef-page-header-inner .qodef-widget-holder .widget:first-child {
    margin-left: 0;
}
.qodef-header--vertical-over-content.admin-bar #qodef-page-header {
    top: 32px;
}
.qodef-header--vertical-over-content #qodef-page-footer,
.qodef-header--vertical-over-content #qodef-page-outer {
    padding-left: 0;
}
#qodef-page-header-inner.qodef-skin--light .qodef-header-vertical-over-content-navigation > ul > li > a,
.qodef-custom-header-layout.qodef-skin--light .qodef-header-vertical-over-content-navigation > ul > li > a {
    color: var(--qode-header-light-color) !important;
}
#qodef-page-header-inner.qodef-skin--light .qodef-header-vertical-over-content-navigation > ul > li > a:hover,
.qodef-custom-header-layout.qodef-skin--light .qodef-header-vertical-over-content-navigation > ul > li > a:hover {
    color: var(--qode-header-light-color) !important;
}
#qodef-page-header-inner.qodef-skin--light .qodef-header-vertical-over-content-navigation > ul > li.current-menu-ancestor > a,
#qodef-page-header-inner.qodef-skin--light .qodef-header-vertical-over-content-navigation > ul > li.current-menu-item > a,
.qodef-custom-header-layout.qodef-skin--light .qodef-header-vertical-over-content-navigation > ul > li.current-menu-ancestor > a,
.qodef-custom-header-layout.qodef-skin--light .qodef-header-vertical-over-content-navigation > ul > li.current-menu-item > a {
    color: var(--qode-header-light-color) !important;
}
#qodef-page-header-inner.qodef-skin--light .qodef-header-vertical-over-content-navigation ul li a .qodef-menu-item-arrow,
.qodef-custom-header-layout.qodef-skin--light .qodef-header-vertical-over-content-navigation ul li a .qodef-menu-item-arrow {
    color: var(--qode-header-light-color) !important;
}
#qodef-page-header-inner.qodef-skin--light .qodef-header-vertical-over-content-navigation > ul > li .qodef-drop-down-second-inner ul li > a,
.qodef-custom-header-layout.qodef-skin--light .qodef-header-vertical-over-content-navigation > ul > li .qodef-drop-down-second-inner ul li > a {
    color: var(--qode-header-light-color) !important;
}
.qodef-header--vertical-over-content .qodef-header-vertical-over-content-navigation {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100;
    width: 232px;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
    background-color: transparent;
}
@media only screen and (max-width: 1366px) {
    .qodef-header--vertical-over-content .qodef-header-vertical-over-content-navigation {
        width: 202px;
    }
}
.qodef-header--vertical-over-content .qodef-header-vertical-over-content-navigation:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
    background-color: rgba(93, 93, 93, 0.021);
}
.qodef-header--vertical-over-content .qodef-header-vertical-over-content-navigation .qodef-menu-item-star {
    display: none;
}
.qodef-header--vertical-over-content .qodef-header-vertical-over-content-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.qodef-header--vertical-over-content .qodef-header-vertical-over-content-navigation ul li {
    position: relative;
    padding: 0;
    margin: 7px 0;
}
.qodef-header--vertical-over-content .qodef-header-vertical-over-content-navigation ul li a {
    position: relative;
    display: block;
}
.qodef-header--vertical-over-content .qodef-header-vertical-over-content-navigation ul li a .qodef-menu-item-arrow {
    position: absolute;
    top: calc(50% - 5px);
    right: 0;
    width: auto;
    height: auto;
    right: -22px;
}
.qodef-header--vertical-over-content .qodef-header-vertical-over-content-navigation ul li .qodef-drop-down-second {
    transform: translateZ(0);
}
.qodef-header--vertical-over-content .qodef-header-vertical-over-content-navigation ul li .qodef-drop-down-second-inner {
    position: relative;
    display: block;
    padding: 0;
    z-index: 997;
}
.qodef-header--vertical-over-content .qodef-header-vertical-over-content-navigation ul li.qodef--hide-link > a {
    cursor: default;
}
.qodef-header--vertical-over-content .qodef-header-vertical-over-content-navigation .qodef-menu-item-icon {
    margin-right: 5px;
}
.qodef-header--vertical-over-content .qodef-header-vertical-over-content-navigation .qodef-mega-menu-widget-holder {
    display: none;
}
.qodef-header--vertical-over-content .qodef-header-vertical-over-content-navigation > ul {
    padding: 58px 0 20px 0;
}
.qodef-header--vertical-over-content .qodef-header-vertical-over-content-navigation > ul > li {
    margin: 14px 0;
    padding: 0 16px 0 46px;
}
.qodef-header--vertical-over-content .qodef-header-vertical-over-content-navigation > ul > li > .qodef-menu-item-star {
    display: block;
    position: absolute;
    left: 34px;
    right: auto;
    top: 3px;
    color: var(--qode-main-color);
}
.qodef-header--vertical-over-content .qodef-header-vertical-over-content-navigation > ul > li > a {
    font-family: Roboto, sans-serif;
    font-size: 17px;
    line-height: 1.58824em;
    font-weight: 400;
    letter-spacing: -0.02em;
    color: var(--qode-main-color);
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.313em;
    letter-spacing: 0;
    font-family: Roboto, sans-serif;
    font-size: 17px;
    text-transform: capitalize;
    line-height: 1.333em;
    letter-spacing: -0.01em;
    font-weight: 500;
}
@media only screen and (max-width: 1366px) {
    .qodef-header--vertical-over-content .qodef-header-vertical-over-content-navigation > ul > li > a {
        font-size: 16px;
    }
}
.qodef-header--vertical-over-content .qodef-header-vertical-over-content-navigation > ul > li > a > .qodef-menu-item-text {
    position: relative;
}
.qodef-header--vertical-over-content .qodef-header-vertical-over-content-navigation > ul > li > a > .qodef-menu-item-text:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 2px;
    height: 1px;
    background-color: currentColor;
    transition: width 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
    width: 0;
}
.qodef-header--vertical-over-content .qodef-header-vertical-over-content-navigation > ul > li > a .qodef-menu-item-text:after {
    bottom: 0;
}
.qodef-header--vertical-over-content .qodef-header-vertical-over-content-navigation > ul > li > a .qodef-menu-item-arrow {
    display: none;
}
.qodef-header--vertical-over-content .qodef-header-vertical-over-content-navigation > ul > li > a .qodef-menu-item-text:before {
    height: 40px;
}
.qodef-header--vertical-over-content .qodef-header-vertical-over-content-navigation > ul > li > a:hover {
    color: var(--qode-main-color);
}
.qodef-header--vertical-over-content .qodef-header-vertical-over-content-navigation > ul > li > a:hover .qodef-menu-item-text:after {
    width: 100%;
    left: 0;
}
.qodef-header--vertical-over-content .qodef-header-vertical-over-content-navigation > ul > li.current-menu-ancestor > a,
.qodef-header--vertical-over-content .qodef-header-vertical-over-content-navigation > ul > li.current-menu-item > a {
    color: var(--qode-main-color);
}
.qodef-header--vertical-over-content .qodef-header-vertical-over-content-navigation > ul > li.current-menu-ancestor > a .qodef-menu-item-text:after,
.qodef-header--vertical-over-content .qodef-header-vertical-over-content-navigation > ul > li.current-menu-item > a .qodef-menu-item-text:after {
    width: 100%;
    left: 0;
}
.qodef-header--vertical-over-content .qodef-header-vertical-over-content-navigation > ul > li .qodef-drop-down-second-inner > ul {
    padding: 1px 0 1px;
}
.qodef-header--vertical-over-content .qodef-header-vertical-over-content-navigation > ul > li .qodef-drop-down-second-inner ul {
    padding-left: 0;
}
.qodef-header--vertical-over-content .qodef-header-vertical-over-content-navigation > ul > li .qodef-drop-down-second-inner ul li {
    padding: 2px 0;
}
.qodef-header--vertical-over-content .qodef-header-vertical-over-content-navigation > ul > li .qodef-drop-down-second-inner ul li:last-child {
    margin-bottom: 0;
}
.qodef-header--vertical-over-content .qodef-header-vertical-over-content-navigation > ul > li .qodef-drop-down-second-inner ul li > .qodef-menu-item-star {
    display: block;
    position: absolute;
    left: -12px;
    right: auto;
    top: 5px;
    color: var(--qode-main-color);
}
.qodef-header--vertical-over-content .qodef-header-vertical-over-content-navigation > ul > li .qodef-drop-down-second-inner ul li > a {
    position: relative;
    display: flex;
    white-space: normal;
    overflow: hidden;
    transition: padding 0.2s ease-out;
    padding-right: 15px;
    font-family: Roboto, sans-serif;
    font-size: 17px;
    line-height: 1.58824em;
    font-weight: 400;
    letter-spacing: -0.02em;
    color: var(--qode-main-color);
    font-size: 15px;
    line-height: 1.333em;
    margin: 0;
}
.qodef-header--vertical-over-content .qodef-header-vertical-over-content-navigation > ul > li .qodef-drop-down-second-inner ul li > a .qodef-menu-item-icon {
    flex-shrink: 0;
}
@media only screen and (max-width: 1366px) {
    .qodef-header--vertical-over-content .qodef-header-vertical-over-content-navigation > ul > li .qodef-drop-down-second-inner ul li > a {
        font-size: 16px;
    }
}
.qodef-header--vertical-over-content .qodef-header-vertical-over-content-navigation > ul > li .qodef-drop-down-second-inner ul li > a .qodef-menu-item-text span {
    --qodef-underline-position-y: 100%;
    --qodef-underline-height: 1px;
    background-repeat: no-repeat;
    background-image: linear-gradient(90deg, currentColor 0, currentColor 100%);
    transition: background-size 0.5s cubic-bezier(0.51, 0.5, 0.07, 0.99), color 0.2s ease-out;
    background-position: 100% var(--qodef-underline-position-y);
    background-size: 0 var(--qodef-underline-height);
}
.qodef-header--vertical-over-content .qodef-header-vertical-over-content-navigation > ul > li .qodef-drop-down-second-inner ul li:hover > a {
    padding-right: 0;
    color: var(--qode-main-color);
}
.qodef-header--vertical-over-content .qodef-header-vertical-over-content-navigation > ul > li .qodef-drop-down-second-inner ul li:hover > a .qodef-menu-item-text:after {
    width: 100%;
    left: 0;
}
.qodef-header--vertical-over-content .qodef-header-vertical-over-content-navigation > ul > li .qodef-drop-down-second-inner ul li:hover > a .qodef-menu-item-text span {
    background-size: 100% var(--qodef-underline-height);
    background-position: 0 var(--qodef-underline-position-y);
}
.qodef-header--vertical-over-content .qodef-header-vertical-over-content-navigation > ul > li .qodef-drop-down-second-inner ul li.current-menu-ancestor > a .qodef-menu-item-text span,
.qodef-header--vertical-over-content .qodef-header-vertical-over-content-navigation > ul > li .qodef-drop-down-second-inner ul li.current-menu-item > a .qodef-menu-item-text span {
    background-size: 100% var(--qodef-underline-height);
    background-position: 0 var(--qodef-underline-position-y);
}
.qodef-header--vertical-over-content .qodef-header-vertical-over-content-navigation > ul > li:hover > a {
    color: var(--qode-main-color);
}
.qodef-header--vertical-over-content .qodef-header-vertical-over-content-navigation > ul > li:hover > a .qodef-menu-item-text:after {
    width: 100%;
    left: 0;
}
.qodef-header--vertical-over-content .qodef-header-vertical-over-content-navigation.qodef-vertical-drop-down--below ul li a .qodef-menu-item-arrow {
    transform: rotate(0);
    transition: transform 0.3s ease;
}
.qodef-header--vertical-over-content .qodef-header-vertical-over-content-navigation.qodef-vertical-drop-down--below ul li .qodef-drop-down-second {
    display: none;
}
.qodef-header--vertical-over-content .qodef-header-vertical-over-content-navigation.qodef-vertical-drop-down--below ul li.qodef-menu-item--open > a .qodef-menu-item-arrow {
    transform: rotate(90deg);
}
.qodef-header--vertical-over-content .qodef-header-vertical-over-content-navigation.qodef-vertical-drop-down--side .qodef-drop-down-second {
    position: absolute;
    top: 0;
    width: 100%;
}
.qodef-header--vertical-over-content .qodef-header-vertical-over-content-navigation.qodef-vertical-drop-down--side .qodef-drop-down-second ul {
    position: absolute;
    top: -23px;
    left: calc(100% + 68px);
    width: 254px;
    background-color: #fff;
    padding: 25px 20px;
    margin-left: 50px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s ease-out;
}
.qodef-header--vertical-over-content .qodef-header-vertical-over-content-navigation.qodef-vertical-drop-down--side .qodef-drop-down-second ul.qodef-float--open {
    margin-left: 0;
    opacity: 1;
    visibility: visible;
    z-index: 900;
}
.qodef-header--vertical-over-content .qodef-header-vertical-over-content-navigation.qodef-vertical-drop-down--side .qodef-drop-down-second ul ul {
    top: -25px;
    left: calc(100% + 20px);
    visibility: hidden;
    transition: all 0.2s ease;
}
@media only screen and (min-width: 1367px) and (max-width: 1680px) {
    .qodef-content-grid-1400.qodef-header--vertical-sliding .qodef-content-grid,
    .qodef-header--vertical-sliding section.qodef-elementor-content-grid > .elementor-container {
        width: 1100px;
    }
}
@media only screen and (min-width: 1281px) and (max-width: 1366px) {
    .qodef-content-grid-1400.qodef-header--vertical-sliding .qodef-content-grid,
    .qodef-header--vertical-sliding section.qodef-elementor-content-grid > .elementor-container {
        width: 960px;
    }
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
    .qodef-content-grid-1400.qodef-header--vertical-sliding .qodef-content-grid,
    .qodef-header--vertical-sliding section.qodef-elementor-content-grid > .elementor-container {
        width: 768px;
    }
}
@media only screen and (min-width: 1367px) and (max-width: 1680px) {
    .qodef-content-grid-1300.qodef-header--vertical-sliding .qodef-content-grid,
    .qodef-header--vertical-sliding section.qodef-elementor-content-grid > .elementor-container {
        width: 1100px;
    }
}
@media only screen and (min-width: 1281px) and (max-width: 1366px) {
    .qodef-content-grid-1300.qodef-header--vertical-sliding .qodef-content-grid,
    .qodef-header--vertical-sliding section.qodef-elementor-content-grid > .elementor-container {
        width: 960px;
    }
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
    .qodef-content-grid-1300.qodef-header--vertical-sliding .qodef-content-grid,
    .qodef-header--vertical-sliding section.qodef-elementor-content-grid > .elementor-container {
        width: 768px;
    }
}
@media only screen and (min-width: 1367px) and (max-width: 1440px) {
    .qodef-content-grid-1200.qodef-header--vertical-sliding .qodef-content-grid,
    .qodef-header--vertical-sliding section.qodef-elementor-content-grid > .elementor-container {
        width: 1100px;
    }
}
@media only screen and (min-width: 1281px) and (max-width: 1366px) {
    .qodef-content-grid-1200.qodef-header--vertical-sliding .qodef-content-grid,
    .qodef-header--vertical-sliding section.qodef-elementor-content-grid > .elementor-container {
        width: 960px;
    }
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
    .qodef-content-grid-1200.qodef-header--vertical-sliding .qodef-content-grid,
    .qodef-header--vertical-sliding section.qodef-elementor-content-grid > .elementor-container {
        width: 768px;
    }
}
@media only screen and (min-width: 1281px) and (max-width: 1366px) {
    .qodef-content-grid-1100.qodef-header--vertical-sliding .qodef-content-grid,
    .qodef-header--vertical-sliding section.qodef-elementor-content-grid > .elementor-container {
        width: 960px;
    }
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
    .qodef-content-grid-1100.qodef-header--vertical-sliding .qodef-content-grid,
    .qodef-header--vertical-sliding section.qodef-elementor-content-grid > .elementor-container {
        width: 768px;
    }
}
.qodef-header--vertical-sliding #qodef-page-header {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 80px;
}
.qodef-header--vertical-sliding #qodef-page-header .qodef-header-logo-link img {
    max-width: unset;
}
.qodef-header--vertical-sliding #qodef-page-header .qodef-widget-holder {
    height: auto;
}
.qodef-header--vertical-sliding #qodef-page-header-inner {
    padding: 0;
}
.qodef-header--vertical-sliding .qodef-vertical-sliding-area {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}
.qodef-header--vertical-sliding .qodef-vertical-sliding-area.qodef--static {
    background-color: #fff;
}
.qodef-header--vertical-sliding .qodef-vertical-sliding-area.qodef--static .qodef-header-logo-link,
.qodef-header--vertical-sliding .qodef-vertical-sliding-area.qodef--static .qodef-widget-holder {
    animation: qode-fade-in 0.25s 0.6s linear both;
}
.qodef-header--vertical-sliding .qodef-vertical-sliding-area.qodef--dynamic {
    background-color: #fff;
    left: -405px;
    padding-left: 80px;
    position: fixed;
    top: 0;
    transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
    visibility: hidden;
    width: 325px;
    z-index: -1;
}
.qodef-header--vertical-sliding .qodef-vertical-sliding-area.qodef--dynamic .qodef-header-logo-link,
.qodef-header--vertical-sliding .qodef-vertical-sliding-area.qodef--dynamic .qodef-widget-holder {
    margin-right: 80px;
}
.qodef-header--vertical-sliding .qodef-vertical-sliding-area.qodef--dynamic .qodef-header-logo-link img {
    position: relative !important;
    top: 0 !important;
    transform: none !important;
}
.qodef-header--vertical-sliding #qodef-page-header.qodef-vertical-sliding-menu--opened .qodef--dynamic {
    left: 0;
    visibility: visible;
}
.qodef-header--vertical-sliding.admin-bar #qodef-page-header,
.qodef-header--vertical-sliding.admin-bar .qodef--dynamic {
    height: calc(100% - 32px);
    top: 32px;
}
.qodef-header--vertical-sliding #qodef-page-footer,
.qodef-header--vertical-sliding #qodef-page-outer {
    padding-left: 80px;
}
.qodef-vertical-sliding-menu--opened #qodef-page-header .qodef-header-logo-link img.qodef--light {
    opacity: 1;
}
.qodef-vertical-sliding-menu--opened #qodef-page-header .qodef-header-logo-link img.qodef--dark,
.qodef-vertical-sliding-menu--opened #qodef-page-header .qodef-header-logo-link img.qodef--main {
    opacity: 0;
}
.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation {
    align-items: center;
    display: flex;
    height: 100%;
    padding: 0 40px;
    width: 100%;
    z-index: 100;
}
.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation ul li {
    margin: 0;
    padding: 0;
    position: relative;
}
.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation ul li .qodef-drop-down-second {
    transform: translateZ(0);
}
.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation ul li .qodef-drop-down-second-inner {
    display: block;
    padding: 0;
    position: relative;
    z-index: 997;
}
.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation ul li.qodef--hide-link > a {
    cursor: default;
}
.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation .qodef-menu-item-icon {
    margin-right: 5px;
}
.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation .qodef-mega-menu-widget-holder {
    display: none;
}
.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation > ul > li > a {
    font-family: Roboto, sans-serif;
    font-size: 17px;
    line-height: 1.58824em;
    font-weight: 400;
    letter-spacing: -0.02em;
    color: var(--qode-main-color);
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.313em;
    letter-spacing: 0;
}
@media only screen and (max-width: 1366px) {
    .qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation > ul > li > a {
        font-size: 16px;
    }
}
.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation > ul > li > a > .qodef-menu-item-text {
    position: relative;
}
.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation > ul > li > a > .qodef-menu-item-text:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 2px;
    height: 1px;
    background-color: currentColor;
    transition: width 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
    width: 0;
}
.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation > ul > li > a:hover {
    color: var(--qode-main-color);
}
.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation > ul > li > a:hover .qodef-menu-item-text:after {
    width: 100%;
    left: 0;
}
.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation > ul > li .qodef-drop-down-second-inner > ul {
    padding: 10px 0 5px;
}
.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation > ul > li .qodef-drop-down-second-inner ul {
    padding-left: 20px;
}
.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation > ul > li .qodef-drop-down-second-inner ul li > a {
    position: relative;
    display: flex;
    white-space: normal;
    overflow: hidden;
    transition: padding 0.2s ease-out;
    padding-right: 15px;
    font-family: Roboto, sans-serif;
    font-size: 17px;
    line-height: 1.58824em;
    font-weight: 400;
    letter-spacing: -0.02em;
    color: var(--qode-main-color);
}
.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation > ul > li .qodef-drop-down-second-inner ul li > a .qodef-menu-item-icon {
    flex-shrink: 0;
}
@media only screen and (max-width: 1366px) {
    .qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation > ul > li .qodef-drop-down-second-inner ul li > a {
        font-size: 16px;
    }
}
.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation > ul > li .qodef-drop-down-second-inner ul li.current-menu-ancestor > a,
.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation > ul > li .qodef-drop-down-second-inner ul li.current-menu-item > a,
.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation > ul > li .qodef-drop-down-second-inner ul li:hover > a {
    padding-right: 0;
}
.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation > ul > li.current-menu-ancestor > a,
.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation > ul > li.current-menu-item > a {
    color: var(--qode-main-color);
}
.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation > ul > li.current-menu-ancestor > a .qodef-menu-item-text:after,
.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation > ul > li.current-menu-item > a .qodef-menu-item-text:after {
    width: 100%;
    left: 0;
}
.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation.qodef-vertical-sliding-drop-down--below ul li .qodef-drop-down-second {
    display: none;
}
.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation.qodef-vertical-sliding-drop-down--side .qodef-drop-down-second {
    position: absolute;
    top: 0;
    width: 100%;
}
.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation.qodef-vertical-sliding-drop-down--side .qodef-drop-down-second ul {
    background-color: #fff;
    left: calc(100% + 40px);
    margin-left: 50px;
    opacity: 0;
    padding: 25px 20px;
    position: absolute;
    top: -23px;
    transition: all 0.2s ease-out;
    visibility: hidden;
    width: 254px;
}
.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation.qodef-vertical-sliding-drop-down--side .qodef-drop-down-second ul.qodef-float--open {
    margin-left: 0;
    opacity: 1;
    visibility: visible;
    z-index: 900;
}
.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation.qodef-vertical-sliding-drop-down--side .qodef-drop-down-second ul ul {
    left: calc(100% + 20px);
    top: -25px;
    transition: all 0.2s ease;
    visibility: hidden;
}
@media only screen and (min-width: 1441px) and (max-width: 1680px) {
    .qodef-content-grid-1400.qodef-header--vertical .qodef-content-grid {
        width: 1100px;
    }
    .qodef-content-grid-1400.qodef-header--vertical .qodef-content-grid.qodef-extended-grid--right {
        padding-left: calc((100% - 1100px) / 2);
    }
    .qodef-content-grid-1400.qodef-header--vertical .qodef-content-grid.qodef-extended-grid--left {
        padding-right: calc((100% - 1100px) / 2);
    }
}
@media only screen and (min-width: 1281px) and (max-width: 1440px) {
    .qodef-content-grid-1400.qodef-header--vertical .qodef-content-grid {
        width: 960px;
    }
    .qodef-content-grid-1400.qodef-header--vertical .qodef-content-grid.qodef-extended-grid--right {
        padding-left: calc((100% - 960px) / 2);
    }
    .qodef-content-grid-1400.qodef-header--vertical .qodef-content-grid.qodef-extended-grid--left {
        padding-right: calc((100% - 960px) / 2);
    }
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
    .qodef-content-grid-1400.qodef-header--vertical .qodef-content-grid {
        width: 768px;
    }
    .qodef-content-grid-1400.qodef-header--vertical .qodef-content-grid.qodef-extended-grid--right {
        padding-left: calc((100% - 768px) / 2);
    }
    .qodef-content-grid-1400.qodef-header--vertical .qodef-content-grid.qodef-extended-grid--left {
        padding-right: calc((100% - 768px) / 2);
    }
}
@media only screen and (min-width: 1441px) and (max-width: 1680px) {
    .qodef-content-grid-1300.qodef-header--vertical .qodef-content-grid {
        width: 1100px;
    }
    .qodef-content-grid-1300.qodef-header--vertical .qodef-content-grid.qodef-extended-grid--right {
        padding-left: calc((100% - 1100px) / 2);
    }
    .qodef-content-grid-1300.qodef-header--vertical .qodef-content-grid.qodef-extended-grid--left {
        padding-right: calc((100% - 1100px) / 2);
    }
}
@media only screen and (min-width: 1281px) and (max-width: 1440px) {
    .qodef-content-grid-1300.qodef-header--vertical .qodef-content-grid {
        width: 960px;
    }
    .qodef-content-grid-1300.qodef-header--vertical .qodef-content-grid.qodef-extended-grid--right {
        padding-left: calc((100% - 960px) / 2);
    }
    .qodef-content-grid-1300.qodef-header--vertical .qodef-content-grid.qodef-extended-grid--left {
        padding-right: calc((100% - 960px) / 2);
    }
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
    .qodef-content-grid-1300.qodef-header--vertical .qodef-content-grid {
        width: 768px;
    }
    .qodef-content-grid-1300.qodef-header--vertical .qodef-content-grid.qodef-extended-grid--right {
        padding-left: calc((100% - 768px) / 2);
    }
    .qodef-content-grid-1300.qodef-header--vertical .qodef-content-grid.qodef-extended-grid--left {
        padding-right: calc((100% - 768px) / 2);
    }
}
@media only screen and (min-width: 1441px) and (max-width: 1680px) {
    .qodef-content-grid-1200.qodef-header--vertical .qodef-content-grid {
        width: 1100px;
    }
    .qodef-content-grid-1200.qodef-header--vertical .qodef-content-grid.qodef-extended-grid--right {
        padding-left: calc((100% - 1100px) / 2);
    }
    .qodef-content-grid-1200.qodef-header--vertical .qodef-content-grid.qodef-extended-grid--left {
        padding-right: calc((100% - 1100px) / 2);
    }
}
@media only screen and (min-width: 1281px) and (max-width: 1440px) {
    .qodef-content-grid-1200.qodef-header--vertical .qodef-content-grid {
        width: 960px;
    }
    .qodef-content-grid-1200.qodef-header--vertical .qodef-content-grid.qodef-extended-grid--right {
        padding-left: calc((100% - 960px) / 2);
    }
    .qodef-content-grid-1200.qodef-header--vertical .qodef-content-grid.qodef-extended-grid--left {
        padding-right: calc((100% - 960px) / 2);
    }
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
    .qodef-content-grid-1200.qodef-header--vertical .qodef-content-grid {
        width: 768px;
    }
    .qodef-content-grid-1200.qodef-header--vertical .qodef-content-grid.qodef-extended-grid--right {
        padding-left: calc((100% - 768px) / 2);
    }
    .qodef-content-grid-1200.qodef-header--vertical .qodef-content-grid.qodef-extended-grid--left {
        padding-right: calc((100% - 768px) / 2);
    }
}
@media only screen and (min-width: 1281px) and (max-width: 1366px) {
    .qodef-content-grid-1100.qodef-header--vertical .qodef-content-grid {
        width: 960px;
    }
    .qodef-content-grid-1100.qodef-header--vertical .qodef-content-grid.qodef-extended-grid--right {
        padding-left: calc((100% - 960px) / 2);
    }
    .qodef-content-grid-1100.qodef-header--vertical .qodef-content-grid.qodef-extended-grid--left {
        padding-right: calc((100% - 960px) / 2);
    }
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
    .qodef-content-grid-1100.qodef-header--vertical .qodef-content-grid {
        width: 768px;
    }
    .qodef-content-grid-1100.qodef-header--vertical .qodef-content-grid.qodef-extended-grid--right {
        padding-left: calc((100% - 768px) / 2);
    }
    .qodef-content-grid-1100.qodef-header--vertical .qodef-content-grid.qodef-extended-grid--left {
        padding-right: calc((100% - 768px) / 2);
    }
}
@media only screen and (min-width: 1441px) and (max-width: 1680px) {
    .qodef-content-grid-1400.qodef-header--vertical section.qodef-elementor-content-grid > .elementor-container {
        width: 1100px;
    }
}
@media only screen and (min-width: 1281px) and (max-width: 1440px) {
    .qodef-content-grid-1400.qodef-header--vertical section.qodef-elementor-content-grid > .elementor-container {
        width: 960px;
    }
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
    .qodef-content-grid-1400.qodef-header--vertical section.qodef-elementor-content-grid > .elementor-container {
        width: 768px;
    }
}
@media only screen and (min-width: 1441px) and (max-width: 1680px) {
    .qodef-content-grid-1300.qodef-header--vertical section.qodef-elementor-content-grid > .elementor-container {
        width: 1100px;
    }
}
@media only screen and (min-width: 1281px) and (max-width: 1440px) {
    .qodef-content-grid-1300.qodef-header--vertical section.qodef-elementor-content-grid > .elementor-container {
        width: 960px;
    }
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
    .qodef-content-grid-1300.qodef-header--vertical section.qodef-elementor-content-grid > .elementor-container {
        width: 768px;
    }
}
@media only screen and (min-width: 1441px) and (max-width: 1680px) {
    .qodef-content-grid-1200.qodef-header--vertical section.qodef-elementor-content-grid > .elementor-container {
        width: 1100px;
    }
}
@media only screen and (min-width: 1281px) and (max-width: 1440px) {
    .qodef-content-grid-1200.qodef-header--vertical section.qodef-elementor-content-grid > .elementor-container {
        width: 960px;
    }
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
    .qodef-content-grid-1200.qodef-header--vertical section.qodef-elementor-content-grid > .elementor-container {
        width: 768px;
    }
}
@media only screen and (min-width: 1281px) and (max-width: 1366px) {
    .qodef-content-grid-1100.qodef-header--vertical section.qodef-elementor-content-grid > .elementor-container {
        width: 960px;
    }
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
    .qodef-content-grid-1100.qodef-header--vertical section.qodef-elementor-content-grid > .elementor-container {
        width: 768px;
    }
}
@media only screen and (min-width: 1441px) and (max-width: 1680px) {
    .qodef-content-grid-1400.qodef-header--vertical section.qodef-elementor-content-grid.qodef-extended-grid--right > .elementor-container {
        padding-left: calc((100% - 1100px) / 2);
    }
    .qodef-content-grid-1400.qodef-header--vertical section.qodef-elementor-content-grid.qodef-extended-grid--left > .elementor-container {
        padding-right: calc((100% - 1100px) / 2);
    }
}
@media only screen and (min-width: 1281px) and (max-width: 1440px) {
    .qodef-content-grid-1400.qodef-header--vertical section.qodef-elementor-content-grid.qodef-extended-grid--right > .elementor-container {
        padding-left: calc((100% - 960px) / 2);
    }
    .qodef-content-grid-1400.qodef-header--vertical section.qodef-elementor-content-grid.qodef-extended-grid--left > .elementor-container {
        padding-right: calc((100% - 960px) / 2);
    }
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
    .qodef-content-grid-1400.qodef-header--vertical section.qodef-elementor-content-grid.qodef-extended-grid--right > .elementor-container {
        padding-left: calc((100% - 768px) / 2);
    }
    .qodef-content-grid-1400.qodef-header--vertical section.qodef-elementor-content-grid.qodef-extended-grid--left > .elementor-container {
        padding-right: calc((100% - 768px) / 2);
    }
}
@media only screen and (min-width: 1441px) and (max-width: 1680px) {
    .qodef-content-grid-1300.qodef-header--vertical section.qodef-elementor-content-grid.qodef-extended-grid--right > .elementor-container {
        padding-left: calc((100% - 1100px) / 2);
    }
    .qodef-content-grid-1300.qodef-header--vertical section.qodef-elementor-content-grid.qodef-extended-grid--left > .elementor-container {
        padding-right: calc((100% - 1100px) / 2);
    }
}
@media only screen and (min-width: 1281px) and (max-width: 1440px) {
    .qodef-content-grid-1300.qodef-header--vertical section.qodef-elementor-content-grid.qodef-extended-grid--right > .elementor-container {
        padding-left: calc((100% - 960px) / 2);
    }
    .qodef-content-grid-1300.qodef-header--vertical section.qodef-elementor-content-grid.qodef-extended-grid--left > .elementor-container {
        padding-right: calc((100% - 960px) / 2);
    }
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
    .qodef-content-grid-1300.qodef-header--vertical section.qodef-elementor-content-grid.qodef-extended-grid--right > .elementor-container {
        padding-left: calc((100% - 768px) / 2);
    }
    .qodef-content-grid-1300.qodef-header--vertical section.qodef-elementor-content-grid.qodef-extended-grid--left > .elementor-container {
        padding-right: calc((100% - 768px) / 2);
    }
}
@media only screen and (min-width: 1441px) and (max-width: 1680px) {
    .qodef-content-grid-1200.qodef-header--vertical section.qodef-elementor-content-grid.qodef-extended-grid--right > .elementor-container {
        padding-left: calc((100% - 1100px) / 2);
    }
    .qodef-content-grid-1200.qodef-header--vertical section.qodef-elementor-content-grid.qodef-extended-grid--left > .elementor-container {
        padding-right: calc((100% - 1100px) / 2);
    }
}
@media only screen and (min-width: 1281px) and (max-width: 1440px) {
    .qodef-content-grid-1200.qodef-header--vertical section.qodef-elementor-content-grid.qodef-extended-grid--right > .elementor-container {
        padding-left: calc((100% - 960px) / 2);
    }
    .qodef-content-grid-1200.qodef-header--vertical section.qodef-elementor-content-grid.qodef-extended-grid--left > .elementor-container {
        padding-right: calc((100% - 960px) / 2);
    }
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
    .qodef-content-grid-1200.qodef-header--vertical section.qodef-elementor-content-grid.qodef-extended-grid--right > .elementor-container {
        padding-left: calc((100% - 768px) / 2);
    }
    .qodef-content-grid-1200.qodef-header--vertical section.qodef-elementor-content-grid.qodef-extended-grid--left > .elementor-container {
        padding-right: calc((100% - 768px) / 2);
    }
}
@media only screen and (min-width: 1281px) and (max-width: 1366px) {
    .qodef-content-grid-1100.qodef-header--vertical section.qodef-elementor-content-grid.qodef-extended-grid--right > .elementor-container {
        padding-left: calc((100% - 960px) / 2);
    }
    .qodef-content-grid-1100.qodef-header--vertical section.qodef-elementor-content-grid.qodef-extended-grid--left > .elementor-container {
        padding-right: calc((100% - 960px) / 2);
    }
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
    .qodef-content-grid-1100.qodef-header--vertical section.qodef-elementor-content-grid.qodef-extended-grid--right > .elementor-container {
        padding-left: calc((100% - 768px) / 2);
    }
    .qodef-content-grid-1100.qodef-header--vertical section.qodef-elementor-content-grid.qodef-extended-grid--left > .elementor-container {
        padding-right: calc((100% - 768px) / 2);
    }
}
.qodef-header--vertical #qodef-page-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 310px;
    height: 100%;
    background-color: transparent;
}
@media only screen and (max-width: 1512px) {
    .qodef-header--vertical #qodef-page-header {
        width: 270px;
    }
}
.qodef-header--vertical #qodef-page-header .qodef-header-logo-link {
    margin-top: 19.2vh;
}
@media only screen and (max-width: 1512px) {
    .qodef-header--vertical #qodef-page-header .qodef-header-logo-link {
        margin-top: 15vh;
    }
}
@media only screen and (max-width: 1368px) {
    .qodef-header--vertical #qodef-page-header .qodef-header-logo-link {
        margin-top: 14.9vh;
    }
}
@media (max-height: 812px) and (max-width: 1368px) {
    .qodef-header--vertical #qodef-page-header .qodef-header-logo-link {
        margin-top: 16.8vh;
    }
}
@media only screen and (max-width: 1366px) {
    .qodef-header--vertical #qodef-page-header .qodef-header-logo-link {
        margin-top: 20.3vh;
    }
}
@media (max-height: 645px) and (max-width: 1366px) {
    .qodef-header--vertical #qodef-page-header .qodef-header-logo-link {
        margin-top: 24.2vh;
    }
}
@media only screen and (max-width: 1280px) {
    .qodef-header--vertical #qodef-page-header .qodef-header-logo-link {
        margin-top: 17.7vh;
    }
}
@media (max-height: 677px) and (max-width: 1280px) {
    .qodef-header--vertical #qodef-page-header .qodef-header-logo-link {
        margin-top: 18.6vh;
    }
}
.qodef-header--vertical #qodef-page-header-inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    padding: 44px;
}
.qodef-header--vertical #qodef-page-header-inner .qodef-widget-holder {
    display: block;
    margin: 0;
}
.qodef-header--vertical #qodef-page-header-inner .qodef-widget-holder.qodef--one {
    margin-top: 10px;
}
.qodef-header--vertical #qodef-page-header-inner .qodef-widget-holder.qodef--two {
    margin-top: 10px;
    height: auto;
}
.qodef-header--vertical #qodef-page-header-inner .qodef-widget-holder .widget {
    margin: 0 0 15px;
}
.qodef-header--vertical #qodef-page-header-inner .qodef-widget-holder .widget:last-child {
    margin-bottom: 0;
}
.qodef-header--vertical.admin-bar #qodef-page-header {
    top: 32px;
    height: calc(100% - 32px);
}
.qodef-header--vertical #qodef-content-bottom,
.qodef-header--vertical #qodef-page-footer,
.qodef-header--vertical #qodef-page-outer {
    padding-left: 310px;
}
@media only screen and (max-width: 1512px) {
    .qodef-header--vertical #qodef-content-bottom,
    .qodef-header--vertical #qodef-page-footer,
    .qodef-header--vertical #qodef-page-outer {
        padding-left: 270px;
    }
}
.qodef-header--vertical .qodef-header-vertical-navigation {
    margin-top: 8px;
    z-index: 100;
    width: 100%;
}
.qodef-header--vertical .qodef-header-vertical-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.qodef-header--vertical .qodef-header-vertical-navigation ul li {
    position: relative;
    padding: 0;
    margin: 3px 0;
}
.qodef-header--vertical .qodef-header-vertical-navigation ul li a {
    position: relative;
    display: block;
}
.qodef-header--vertical .qodef-header-vertical-navigation ul li a .qodef-menu-item-arrow {
    position: absolute;
    top: calc(50% - 5px);
    right: 0;
    width: auto;
    height: auto;
    left: calc(100% + 10px);
}
.qodef-header--vertical .qodef-header-vertical-navigation ul li .qodef-drop-down-second {
    transform: translateZ(0);
}
.qodef-header--vertical .qodef-header-vertical-navigation ul li .qodef-drop-down-second-inner {
    position: relative;
    display: block;
    padding: 0;
    z-index: 997;
}
.qodef-header--vertical .qodef-header-vertical-navigation ul li.qodef--hide-link > a {
    cursor: default;
}
.qodef-header--vertical .qodef-header-vertical-navigation .qodef-menu-item-icon {
    margin-right: 5px;
}
.qodef-header--vertical .qodef-header-vertical-navigation .qodef-mega-menu-widget-holder {
    display: none;
}
.qodef-header--vertical .qodef-header-vertical-navigation > ul > li {
    margin: 18px 0;
}
.qodef-header--vertical .qodef-header-vertical-navigation > ul > li > a {
    font-family: Roboto, sans-serif;
    font-size: 17px;
    line-height: 1.58824em;
    font-weight: 400;
    letter-spacing: -0.02em;
    color: var(--qode-main-color);
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.313em;
    letter-spacing: 0;
}
@media only screen and (max-width: 1366px) {
    .qodef-header--vertical .qodef-header-vertical-navigation > ul > li > a {
        font-size: 16px;
    }
}
.qodef-header--vertical .qodef-header-vertical-navigation > ul > li > a > .qodef-menu-item-text {
    position: relative;
}
.qodef-header--vertical .qodef-header-vertical-navigation > ul > li > a > .qodef-menu-item-text:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 2px;
    height: 1px;
    background-color: currentColor;
    transition: width 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
    width: 0;
}
.qodef-header--vertical .qodef-header-vertical-navigation > ul > li > a:hover {
    color: var(--qode-main-color);
}
.qodef-header--vertical .qodef-header-vertical-navigation > ul > li > a:hover .qodef-menu-item-text:after {
    width: 100%;
    left: 0;
}
.qodef-header--vertical .qodef-header-vertical-navigation > ul > li .qodef-drop-down-second-inner > ul {
    padding: 16px 0 1px;
}
.qodef-header--vertical .qodef-header-vertical-navigation > ul > li .qodef-drop-down-second-inner ul {
    padding-left: 0;
}
.qodef-header--vertical .qodef-header-vertical-navigation > ul > li .qodef-drop-down-second-inner ul li > a {
    position: relative;
    display: flex;
    white-space: normal;
    overflow: hidden;
    transition: padding 0.2s ease-out;
    padding-right: 15px;
    font-family: Roboto, sans-serif;
    font-size: 17px;
    line-height: 1.58824em;
    font-weight: 400;
    letter-spacing: -0.02em;
    color: var(--qode-main-color);
    margin: 0;
    font-size: 16px;
}
.qodef-header--vertical .qodef-header-vertical-navigation > ul > li .qodef-drop-down-second-inner ul li > a .qodef-menu-item-icon {
    flex-shrink: 0;
}
@media only screen and (max-width: 1366px) {
    .qodef-header--vertical .qodef-header-vertical-navigation > ul > li .qodef-drop-down-second-inner ul li > a {
        font-size: 16px;
    }
}
.qodef-header--vertical .qodef-header-vertical-navigation > ul > li .qodef-drop-down-second-inner ul li > a span {
    --qodef-underline-position-y: 1.3em;
    --qodef-underline-height: 1px;
    background-repeat: no-repeat;
    background-image: linear-gradient(90deg, currentColor 0, currentColor 100%);
    transition: background-size 0.5s cubic-bezier(0.51, 0.5, 0.07, 0.99), color 0.2s ease-out;
    background-position: 100% var(--qodef-underline-position-y);
    background-size: 0 var(--qodef-underline-height);
}
.qodef-header--vertical .qodef-header-vertical-navigation > ul > li .qodef-drop-down-second-inner ul li.current-menu-ancestor > a,
.qodef-header--vertical .qodef-header-vertical-navigation > ul > li .qodef-drop-down-second-inner ul li.current-menu-item > a,
.qodef-header--vertical .qodef-header-vertical-navigation > ul > li .qodef-drop-down-second-inner ul li:hover > a {
    padding-right: 0;
}
.qodef-header--vertical .qodef-header-vertical-navigation > ul > li .qodef-drop-down-second-inner ul li.current-menu-ancestor > a span,
.qodef-header--vertical .qodef-header-vertical-navigation > ul > li .qodef-drop-down-second-inner ul li.current-menu-item > a span,
.qodef-header--vertical .qodef-header-vertical-navigation > ul > li .qodef-drop-down-second-inner ul li:hover > a span {
    background-size: 100% var(--qodef-underline-height);
    background-position: 0 var(--qodef-underline-position-y);
}
.qodef-header--vertical .qodef-header-vertical-navigation > ul > li.current-menu-ancestor > a,
.qodef-header--vertical .qodef-header-vertical-navigation > ul > li.current-menu-item > a {
    color: var(--qode-main-color);
}
.qodef-header--vertical .qodef-header-vertical-navigation > ul > li.current-menu-ancestor > a .qodef-menu-item-text:after,
.qodef-header--vertical .qodef-header-vertical-navigation > ul > li.current-menu-item > a .qodef-menu-item-text:after {
    width: 100%;
    left: 0;
}
.qodef-header--vertical .qodef-header-vertical-navigation.qodef-vertical-drop-down--below ul li a .qodef-menu-item-arrow {
    transform: rotate(0);
    transition: transform 0.3s ease;
}
.qodef-header--vertical .qodef-header-vertical-navigation.qodef-vertical-drop-down--below ul li .qodef-drop-down-second {
    display: none;
}
.qodef-header--vertical .qodef-header-vertical-navigation.qodef-vertical-drop-down--below ul li.qodef-menu-item--open > a .qodef-menu-item-arrow {
    transform: rotate(90deg);
}
.qodef-header--vertical .qodef-header-vertical-navigation.qodef-vertical-drop-down--side .qodef-drop-down-second {
    position: absolute;
    top: 0;
    width: 100%;
}
.qodef-header--vertical .qodef-header-vertical-navigation.qodef-vertical-drop-down--side .qodef-drop-down-second ul {
    position: absolute;
    top: -23px;
    left: calc(100% + 40px);
    width: 254px;
    background-color: #fff;
    padding: 25px 20px;
    margin-left: 50px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s ease-out;
}
.qodef-header--vertical .qodef-header-vertical-navigation.qodef-vertical-drop-down--side .qodef-drop-down-second ul.qodef-float--open {
    margin-left: 0;
    opacity: 1;
    visibility: visible;
    z-index: 900;
}
.qodef-header--vertical .qodef-header-vertical-navigation.qodef-vertical-drop-down--side .qodef-drop-down-second ul ul {
    top: -25px;
    left: calc(100% + 20px);
    visibility: hidden;
    transition: all 0.2s ease;
}
@media only screen and (min-width: 1441px) {
    .qodef-header--vertical.qodef-content-grid-1100 div[data-element_type="container"].qodef-elementor-content-grid,
    .qodef-header--vertical.qodef-content-grid-1200 div[data-element_type="container"].qodef-elementor-content-grid,
    .qodef-header--vertical.qodef-content-grid-1300 div[data-element_type="container"].qodef-elementor-content-grid,
    .qodef-header--vertical.qodef-content-grid-1400 div[data-element_type="container"].qodef-elementor-content-grid {
        max-width: -webkit-fill-available;
        max-width: -moz-available;
    }
}
.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(-120%);
    transition: transform 0.5s ease, top 0.5s ease;
    z-index: 100;
}
.qodef-header--sticky-display .qodef-header-sticky {
    transform: translateY(0);
}
.admin-bar.qodef-header--sticky-display .qodef-header-sticky {
    top: 32px;
}
.qodef-header-sticky-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
    padding: 0 31px;
    box-shadow: -3px 2px 13px 0 rgba(0, 0, 0, 0.08);
}
.qodef-header-sticky-inner .qodef-widget-holder {
    margin-left: auto !important;
}
.qodef-header-sticky-inner .qodef-widget-holder.qodef--one .widget.widget_nav_menu ul li a {
    line-height: 21px;
    letter-spacing: -0.01em;
    text-transform: capitalize;
}
.qodef-header-sticky-inner .qodef-header-logo-link {
    max-height: 71% !important;
}
.qodef-header-sticky-inner .qodef-header-navigation {
    margin-left: 38px;
}
.qodef-header-sticky-inner.qodef-content-grid {
    padding: 0;
}
.qodef-header-standard--right .qodef-header-sticky-inner .qodef-header-logo-link {
    margin-right: auto;
}
.qodef-header-standard--left .qodef-header-sticky-inner {
    justify-content: flex-start;
}
.qodef-header-standard--left .qodef-header-sticky-inner .qodef-header-navigation {
    margin-left: 20px;
}
.qodef-header-standard--left .qodef-header-sticky-inner .qodef-widget-holder {
    margin-left: auto !important;
}
#qodef-top-area {
    position: relative;
    background-color: #000;
    z-index: 101;
}
#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 12px;
}
#qodef-top-area .qodef-widget-holder .widget:first-child {
    margin-left: 0;
}
#qodef-top-area .qodef-widget-holder .widget:last-child {
    margin-right: 0;
}
#qodef-top-area .widget {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}
#qodef-top-area .widget .textwidget > *,
#qodef-top-area .widget .widget p {
    margin: 0;
}
#qodef-top-area div[id^="monster-widget-placeholder"],
#qodef-top-area div[id^="woo-monster-widget-placeholder"] {
    display: none;
}
#qodef-top-area-inner {
    align-items: center;
    display: flex;
    height: 40px;
    justify-content: space-between;
    padding: 0 31px;
    position: relative;
    border-bottom: 0 solid transparent;
}
#qodef-top-area-inner.qodef-content-grid {
    padding: 0 !important;
}
#qodef-top-area-inner.qodef-alignment--center .qodef-widget-holder {
    margin: 0 auto;
}
#qodef-multiple-map-notice {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 30px 15%;
    text-align: center;
    color: var(--qode-main-color);
    background-color: #fafafa;
}
.qodef-map-marker-holder {
    transform: translate(-50%, -100%);
    z-index: 10;
}
.qodef-map-marker-holder.qodef-active {
    z-index: 500;
}
.qodef-map-marker-holder.qodef-active .qodef-map-marker svg path:first-child {
    fill: #3ebeb4;
}
.qodef-map-marker-holder.qodef-active .qodef-map-marker svg path:last-child {
    fill: #51a69e;
}
.qodef-map-marker-holder#qodef-geo-location-marker .qodef-info-window {
    display: block;
}
.qodef-map-marker-holder#qodef-geo-location-marker .qodef-map-marker svg path:first-child {
    fill: #3ebeb4;
}
.qodef-map-marker-holder#qodef-geo-location-marker .qodef-map-marker svg path:last-child {
    fill: #51a69e;
}
.qodef-map-marker-holder .qodef-map-marker {
    position: relative;
    width: 50px;
    height: auto;
    transition: all 0.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 0.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 #000;
    border-radius: 4px;
    box-shadow: 3px 3px 15px 0 rgba(var(--qode-main-color), 0.5);
    z-index: 10;
    transition: opacity 0.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 #000;
    border-left: 1px solid #000;
    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 0.2s ease-out;
}
.qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-location {
    margin: 3px 0 0;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    line-height: 1.2em;
}
.qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
}
.qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-link:hover ~ .qodef-info-window-details .qodef-info-window-title {
    color: var(--qode-main-color);
}
.qodef-cluster-marker {
    width: 50px;
    height: auto;
}
.qodef-cluster-marker.qodef-active svg path:first-child,
.qodef-cluster-marker:hover svg path:first-child {
    fill: #3ebeb4;
}
.qodef-cluster-marker.qodef-active svg path:last-child,
.qodef-cluster-marker:hover svg path:last-child {
    fill: #51a69e;
}
.qodef-cluster-marker .qodef-cluster-marker-inner {
    position: relative;
}
.qodef-cluster-marker .qodef-cluster-marker-inner .qodef-cluster-marker-number {
    position: absolute;
    top: -4px;
    left: 0;
    right: 0;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    color: var(--qode-main-color);
}
.qodef-cluster-marker svg {
    width: 100%;
    height: auto;
}
.qodef-cluster-marker svg path {
    transition: fill 0.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 #000;
    z-index: 9999;
}
.qodef-places-geo-radius .qodef-range-slider-label {
    display: inline-flex;
    align-items: center;
    height: 100%;
}
.qodef-places-geo-radius .noUi-target {
    position: relative;
    display: inline-flex;
    height: 3px;
    width: calc(100% - 70px);
    background-color: #eaeaea;
    border: 0;
    direction: ltr;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    touch-action: none;
    -ms-user-select: none;
    user-select: none;
    margin-left: 10px;
}
.qodef-places-geo-radius .noUi-target * {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    touch-action: none;
    -ms-user-select: none;
    user-select: none;
}
.qodef-places-geo-radius .noUi-target .noUi-base {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.qodef-places-geo-radius .noUi-target .noUi-connects {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0;
}
.qodef-places-geo-radius .noUi-target .noUi-connect,
.qodef-places-geo-radius .noUi-target .noUi-origin {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    will-change: transform;
    transform-origin: 0 0;
}
.qodef-places-geo-radius .noUi-target .noUi-connect {
    background-color: var(--qode-main-color);
}
.qodef-places-geo-radius .noUi-target .noUi-handle {
    position: absolute;
    top: -3px;
    left: auto;
    right: -9px;
    width: 9px;
    height: 9px;
    background-color: var(--qode-main-color);
    cursor: pointer;
}
.qodef-places-geo-radius .noUi-target .noUi-tooltip {
    position: absolute;
    left: 50%;
    bottom: 7px;
    display: block;
    font-size: 12px;
    white-space: nowrap;
    transform: translateX(-50%);
}
.qodef-places-geo-radius .noUi-target .noUi-tooltip:after {
    content: " km";
}
.qodef-places-geo-radius .noUi-state-drag * {
    cursor: inherit !important;
}
.qodef-places-geo-radius .noUi-draggable {
    cursor: ew-resize;
}
.qodef-places-geo-radius [disabled] .noUi-handle,
.qodef-places-geo-radius [disabled].noUi-handle,
.qodef-places-geo-radius [disabled].noUi-target {
    cursor: not-allowed !important;
}
#qodef-page-mobile-header {
    background-color: #fff;
}
#qodef-page-mobile-header .qodef-widget-holder {
    display: flex;
    align-items: center;
    height: 100%;
}
#qodef-page-mobile-header .qodef-widget-holder .widget {
    margin: 0 0 0 12px;
}
#qodef-page-mobile-header .widget {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}
#qodef-page-mobile-header .widget .textwidget > *,
#qodef-page-mobile-header .widget .widget p {
    margin: 0;
}
#qodef-page-mobile-header div[id^="monster-widget-placeholder"],
#qodef-page-mobile-header div[id^="woo-monster-widget-placeholder"] {
    display: none;
}
#qodef-page-mobile-header .qodef-mobile-header-opener.qodef--opened {
    color: var(--qode-main-color);
}
#qodef-page-mobile-header .qodef-mobile-header-opener.qodef--opened .qodef-m-icon {
    visibility: hidden;
}
#qodef-page-mobile-header .qodef-mobile-header-opener.qodef--opened .qodef-m-icon.qodef--close {
    visibility: visible;
}
.qodef-mobile-header--sticky #qodef-page-mobile-header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    transform: translateY(-100%);
}
.qodef-mobile-header--sticky-animation #qodef-page-mobile-header {
    transition: transform 0.3s ease, top 0.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: "Space Grotesk", sans-serif;
    font-weight: 500;
    letter-spacing: -0.05em;
    color: var(--qode-main-color);
    font-size: 30px;
    line-height: 1.1em;
    letter-spacing: -0.02em;
    font-weight: 500;
    transition: color 0.2s ease-out;
}
@media only screen and (max-width: 1440px) {
    #qodef-page-mobile-header .qodef-mobile-header-logo-link.qodef-source--textual {
        font-size: 23px;
    }
}
.qodef-mobile-header-navigation ul li a .qodef-menu-item-icon {
    margin-right: 5px;
}
.qodef-mobile-header-navigation ul li.qodef--hide-link > a {
    cursor: default;
}
.qodef-mobile-header-navigation .qodef-mega-menu-widget-holder {
    display: none;
}
.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: -25px;
    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 0.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: -22px;
}
.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-skin--light .qodef-drop-down-second {
    background: #fff;
    border: 1px solid #707070;
}
.qodef-header-navigation ul li.qodef-menu-item--wide.qodef-skin--light .qodef-drop-down-second-inner > ul > li ul li > a,
.qodef-header-navigation ul li.qodef-menu-item--wide.qodef-skin--light .qodef-drop-down-second-inner > ul > li > a {
    color: var(--qode-main-color);
}
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-mega-menu-widget-holder {
    display: block;
}
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-mega-menu-widget-holder .widget a {
    color: var(--qode-main-color);
}
.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 31px;
}
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul {
    display: flex;
    justify-content: space-between;
    padding: 61px 0 65px;
    margin: 0 -15px;
}
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li {
    width: 100%;
    padding: 0 10px;
}
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li > a {
    font-size: 23px;
    line-height: 1.21739em;
    font-weight: 500;
    font-family: "Space Grotesk", sans-serif;
    font-size: 23px;
    font-weight: 500;
    letter-spacing: -0.05em;
    line-height: 33px;
    color: #fff;
}
@media only screen and (max-width: 1440px) {
    .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li > a {
        font-size: 20px;
    }
}
@media only screen and (max-width: 680px) {
    .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li > a {
        font-size: 18px;
    }
}
.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:after {
    width: 100%;
    left: 0;
}
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li .qodef-menu-item-arrow {
    display: none;
}
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li ul {
    padding-top: 5px;
}
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li ul li > a {
    position: relative;
    display: flex;
    white-space: normal;
    overflow: hidden;
    transition: padding 0.2s ease-out;
    padding-right: 15px;
    font-family: Roboto, sans-serif;
    font-size: 17px;
    line-height: 1.58824em;
    font-weight: 400;
    letter-spacing: -0.02em;
    color: #fff;
    letter-spacing: -0.01em;
    margin: 9px 0;
}
.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;
}
@media only screen and (max-width: 1366px) {
    .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li ul li > a {
        font-size: 16px;
    }
}
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li ul li > a .qodef-menu-item-text {
    position: relative;
}
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li ul li > a .qodef-menu-item-text:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 5px;
    height: 1px;
    background-color: currentColor;
    transition: width 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
    width: 0;
}
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li 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 ul li > a:hover .qodef-menu-item-text:after {
    width: 100%;
    left: 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 ul li.current-menu-item > a .qodef-menu-item-text:after,
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li ul li:hover > a .qodef-menu-item-text:after {
    width: 100%;
    left: 0;
}
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li.current-menu-ancestor > a,
.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:after,
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li.current-menu-item > a .qodef-menu-item-text:after {
    width: 100%;
    left: 0;
}
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li.qodef--hide-link:not(.current-menu-ancestor):not(.current-menu-item) > a:hover {
    color: 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:after {
    width: 100%;
    left: 0;
}
body:not(.qodef-drop-down-second--full-width) .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner {
    padding: 0 31px;
}
.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 0.15s ease, transform 0.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: -50%;
    height: 150%;
    left: 0;
    width: 100%;
    opacity: 0;
}
.qodef-browser--edge .qodef-parallax-img-holder,
.qodef-browser--ms-explorer .qodef-parallax-img-holder,
.touchevents .qodef-parallax-img-holder {
    top: 0;
    height: 100%;
    opacity: 1;
}
.qodef-parallax-content-holder {
    position: relative;
    z-index: 99;
}
.qodef-parallax-img-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    will-change: transform;
}
.qodef-parallax-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.touchevents .qodef-parallax-img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.qodef-browser--edge .qodef-parallax-img,
.qodef-browser--ms-explorer .qodef-parallax-img {
    height: 100%;
}
.qodef-main-contact-form input[type="date"],
.qodef-main-contact-form input[type="email"],
.qodef-main-contact-form input[type="number"],
.qodef-main-contact-form input[type="password"],
.qodef-main-contact-form input[type="search"],
.qodef-main-contact-form input[type="tel"],
.qodef-main-contact-form input[type="text"],
.qodef-main-contact-form input[type="url"],
.qodef-main-contact-form select,
.qodef-main-contact-form textarea {
    letter-spacing: -0.01em;
}
.qodef-main-contact-form textarea {
    border: 0;
    border-bottom: 1px solid #000;
    padding: 0;
    margin-top: 18px;
}
.qodef-main-contact-form .qodef-submit {
    margin-top: 42px;
}
.qodef-main-contact-form .qodef-submit .qodef-button {
    padding: 11px 56px;
}
.qodef-newsletter {
    position: relative;
    display: flex;
    width: 100%;
    vertical-align: middle;
    margin-bottom: 7px;
}
@media only screen and (max-width: 680px) {
    .qodef-newsletter {
        flex-direction: column;
    }
}
.qodef-newsletter .wpcf7-not-valid-tip {
    position: absolute;
}
.qodef-newsletter .qodef-button {
    display: block;
    align-items: center;
    color: #fff;
    border-color: #fff;
    background-color: var(--qode-main-color);
    padding: 10px 49px 10px 50px;
}
.qodef-newsletter .qodef-button .qodef-m-text {
    --qodef-underline-position-y: 1.2em;
    --qodef-underline-height: 1px;
    background-repeat: no-repeat;
    background-image: linear-gradient(90deg, currentColor 0, currentColor 100%);
    transition: background-size 0.4s cubic-bezier(0.51, 0.5, 0.07, 0.99), color 0.2s ease-out;
    background-position: 100% var(--qodef-underline-position-y);
    background-size: 0 var(--qodef-underline-height);
}
.qodef-newsletter .qodef-button:hover {
    color: #fff;
    border-color: #fff;
    background-color: var(--qode-main-color);
}
.qodef-newsletter .qodef-button:hover .qodef-m-text {
    background-size: 100% var(--qodef-underline-height);
    background-position: 0 var(--qodef-underline-position-y);
}
@media only screen and (max-width: 680px) {
    .qodef-newsletter .qodef-button {
        margin-top: 15px;
        padding: 15px 67px;
    }
}
.qodef-newsletter label {
    margin-bottom: 0;
    margin-right: 0;
    min-width: 457px;
}
.qodef-newsletter label input {
    border: 1px solid #fff;
    background: #fff;
    color: #6a6a6a;
    margin: 0;
    height: 56px;
    letter-spacing: -0.01em;
    padding: 0 40px;
}
.qodef-newsletter label input:focus {
    border: 1px solid #fff;
    background: #fff;
    color: #6a6a6a;
}
@media only screen and (max-width: 1280px) {
    .qodef-newsletter label {
        min-width: 350px;
    }
}
@media only screen and (max-width: 680px) {
    .qodef-newsletter label {
        min-width: 100%;
    }
}
.qodef-newsletter .wpcf7-form-control::-ms-clear {
    display: none !important;
}
.qodef-newsletter .ajax-loader {
    position: absolute !important;
    left: 100%;
    bottom: -5px;
}
div#qodef-side-area .qodef-newsletter .ajax-loader {
    bottom: 27px;
}
.qodef-newsletter.qodef-light-skin + .wpcf7-response-output {
    color: #fff;
}
.qodef-contact-form-7,
.rs-layer {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.qodef-contact-form-7 br,
.rs-layer br {
    display: none;
}
.qodef-contact-form-7 .ajax-loader,
.rs-layer .ajax-loader {
    display: none;
}
.qodef-contact-form-7 .wpcf7-form-control-wrap,
.rs-layer .wpcf7-form-control-wrap {
    display: block;
    max-width: 100%;
}
.qodef-contact-form-7 .wpcf7-not-valid-tip,
.rs-layer .wpcf7-not-valid-tip {
    margin: 10px 0 0 0;
}
.qodef-contact-form-7 .wpcf7-response-output,
.rs-layer .wpcf7-response-output {
    border-width: 1px !important;
    margin: 2em 0 0 0 !important;
    padding: 1em 1.5em !important;
}
.qodef-contact-form-7 .wpcf7-form,
.rs-layer .wpcf7-form {
    position: relative;
}
.qodef-contact-form-7 .wpcf7-form:before,
.rs-layer .wpcf7-form:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    content: "";
    visibility: hidden;
    z-index: 98;
}
.qodef-contact-form-7 .wpcf7-form:after,
.rs-layer .wpcf7-form:after {
    animation: qode-rotate 2s linear infinite;
    background-color: transparent;
    border: 2px solid #fafafa;
    border-radius: 50%;
    border-top: 2px solid var(--qode-main-color);
    content: "";
    height: 24px;
    left: calc(50% - 12px);
    opacity: 1;
    position: absolute;
    top: calc(50% - 12px);
    visibility: hidden;
    width: 24px;
    z-index: 99;
}
.qodef-contact-form-7 .wpcf7-form.submitting > *,
.rs-layer .wpcf7-form.submitting > * {
    opacity: 0.3;
}
.qodef-contact-form-7 .wpcf7-form.submitting:after,
.qodef-contact-form-7 .wpcf7-form.submitting:before,
.rs-layer .wpcf7-form.submitting:after,
.rs-layer .wpcf7-form.submitting:before {
    visibility: visible;
}
.qodef-content-bottom-subscribe {
    display: flex;
    max-width: 520px;
    margin: 0 auto;
}
.qodef-content-bottom-subscribe .qodef-content-bottom-subscribe-inner {
    display: flex;
}
.qodef-content-bottom-subscribe .qodef-content-bottom-subscribe-inner .qodef-content-bottom-subscribe-item:first-child {
    width: 75%;
    margin-right: 0;
}
.qodef-content-bottom-subscribe .qodef-content-bottom-subscribe-inner .qodef-content-bottom-subscribe-item .wpcf7-form-control-wrap {
    margin: 0;
}
@media only screen and (max-width: 680px) {
    .qodef-content-bottom-subscribe .qodef-content-bottom-subscribe-inner {
        flex-wrap: wrap;
    }
    .qodef-content-bottom-subscribe .qodef-content-bottom-subscribe-inner .qodef-content-bottom-subscribe-item {
        width: 100%;
    }
    .qodef-content-bottom-subscribe .qodef-content-bottom-subscribe-inner .qodef-content-bottom-subscribe-item:first-child {
        width: 100%;
        margin-right: 0;
    }
    .qodef-content-bottom-subscribe .qodef-content-bottom-subscribe-inner .qodef-content-bottom-subscribe-item:last-child {
        margin-top: 15px;
    }
}
.qodef-content-bottom-subscribe .wpcf7-submit {
    margin-right: 100%;
    padding: 17px 47px;
    line-height: 1;
}
.qodef-content-bottom-subscribe .wpcf7-submit .qodef-m-text {
    word-break: normal;
}
@media only screen and (max-width: 680px) {
    .qodef-content-bottom-subscribe .wpcf7-submit .qodef-m-text {
        width: auto;
    }
}
@media only screen and (max-width: 680px) {
    .qodef-content-bottom-subscribe .wpcf7-submit {
        margin: 0 auto;
        width: 100%;
        justify-content: center;
    }
}
.qodef-content-bottom-subscribe .qodef-button .qodef-m-text {
    position: relative;
}
.qodef-content-bottom-subscribe .qodef-button .qodef-m-text:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    --qodef-underline-position-y: 100%;
    --qodef-underline-height: 1px;
    background-repeat: no-repeat;
    background-image: linear-gradient(90deg, currentColor 0, currentColor 100%);
    transition: background-size 0.5s cubic-bezier(0.51, 0.5, 0.07, 0.99), color 0.2s ease-out;
    background-position: 100% var(--qodef-underline-position-y);
    background-size: 0 var(--qodef-underline-height);
}
.qodef-content-bottom-subscribe .qodef-button:hover {
    color: #fff;
    background-color: var(--qode-main-color);
}
.qodef-content-bottom-subscribe .qodef-button:hover .qodef-m-text:after {
    background-size: 100% var(--qodef-underline-height);
    background-position: 0 var(--qodef-underline-position-y);
}
.qodef-content-bottom-subscribe input[type="date"],
.qodef-content-bottom-subscribe input[type="email"],
.qodef-content-bottom-subscribe input[type="number"],
.qodef-content-bottom-subscribe input[type="password"],
.qodef-content-bottom-subscribe input[type="search"],
.qodef-content-bottom-subscribe input[type="tel"],
.qodef-content-bottom-subscribe input[type="text"],
.qodef-content-bottom-subscribe input[type="url"],
.qodef-content-bottom-subscribe select,
.qodef-content-bottom-subscribe textarea {
    padding: 12px 20px;
    font-size: 18px;
    color: rgba(106, 106, 106, 0.4);
    border: 1px solid var(--qode-main-color);
}
.qodef-content-bottom-subscribe input[type="date"]:focus,
.qodef-content-bottom-subscribe input[type="email"]:focus,
.qodef-content-bottom-subscribe input[type="number"]:focus,
.qodef-content-bottom-subscribe input[type="password"]:focus,
.qodef-content-bottom-subscribe input[type="search"]:focus,
.qodef-content-bottom-subscribe input[type="tel"]:focus,
.qodef-content-bottom-subscribe input[type="text"]:focus,
.qodef-content-bottom-subscribe input[type="url"]:focus,
.qodef-content-bottom-subscribe select:focus,
.qodef-content-bottom-subscribe textarea:focus {
    color: #000;
}
.qodef-content-bottom-subscribe + .wpcf7-response-output {
    margin: 65px 0 0 0 !important;
}
.qodef-content-bottom-subscribe .wpcf7-not-valid-tip {
    position: absolute;
    left: 0;
    top: 100%;
    margin: 10px 0 0 0;
}
.qodef-instagram-list #sbi_load,
.qodef-instagram-list .sb_instagram_header {
    display: none;
}
.qodef-instagram-list #sb_instagram {
    padding: 0 !important;
    overflow: hidden !important;
}
html.elementor-html .qodef-instagram-list #sb_instagram #sbi_images .sbi_item.sbi_transition {
    opacity: 1 !important;
}
.qodef-instagram-list #sb_instagram .sbi_photo {
    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:before {
    content: "";
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity 0.2s ease-out;
    background: var(--qode-main-color);
    width: 100%;
    height: 100%;
}
.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 0.2s ease-out;
}
.qodef-instagram-list .sbi_photo_wrap a:hover:before {
    opacity: 0.17;
}
.qodef-instagram-list .sbi_photo_wrap a:hover:after {
    opacity: 1;
}
.qodef-instagram-list .sbi_photo_wrap a img {
    display: inline-block !important;
}
.qodef-instagram-list.qodef-swiper-container #sb_instagram #sbi_images .sbi_item {
    margin: inherit !important;
}
.qodef-twitter-list.qodef-layout--columns.qodef--no-bottom-info #ctf .ctf-tweet-actions {
    display: none;
}
.qodef-twitter-list.qodef-layout--columns #ctf {
    overflow: hidden;
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-item {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    border: 0;
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-box {
    margin-left: 0;
    display: block;
    margin-bottom: 8px;
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-box-link {
    line-height: 1 !important;
    display: flex;
    align-items: center;
    flex-flow: row wrap;
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-avatar {
    width: 37px;
    height: 37px;
    margin: 0 7px 0 0;
    float: none;
    border-radius: 0;
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-name {
    font-family: "Space Grotesk", sans-serif;
    font-weight: 500;
    letter-spacing: -0.05em;
    color: var(--qode-main-color);
    font-size: 23px;
    line-height: 1.21739em;
    font-weight: 500;
    font-weight: 600 !important;
    margin: 0 4px 0 0;
}
@media only screen and (max-width: 1440px) {
    .qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-name {
        font-size: 20px;
    }
}
@media only screen and (max-width: 680px) {
    .qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-name {
        font-size: 18px;
    }
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-screename-sep {
    display: none;
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-context,
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-meta,
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-twitterlink {
    font-family: Roboto, sans-serif;
    font-size: 17px;
    line-height: 1.58824em;
    font-weight: 400;
    letter-spacing: -0.02em;
    color: var(--qode-main-color);
    margin-right: 4px;
    margin-left: 0;
}
@media only screen and (max-width: 1366px) {
    .qodef-twitter-list.qodef-layout--columns #ctf .ctf-context,
    .qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-meta,
    .qodef-twitter-list.qodef-layout--columns #ctf .ctf-twitterlink {
        font-size: 16px;
    }
}
.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--moderate .ctf-tweets {
    --qode-columns-row-gap: 45px;
}
.qodef-twitter-list.qodef-vertical-gutter--large .ctf-tweets {
    --qode-columns-row-gap: 50px;
}
.qodef-twitter-list.qodef-vertical-gutter--great .ctf-tweets {
    --qode-columns-row-gap: 60px;
}
.qodef-twitter-list.qodef-vertical-gutter--jumbo .ctf-tweets {
    --qode-columns-row-gap: 70px;
}
.qodef-twitter-list.qodef-vertical-gutter--huge .ctf-tweets {
    --qode-columns-row-gap: 80px;
}
.qodef-twitter-list.qodef-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--moderate .ctf-tweets {
    --qode-columns-col-gap: 45px;
}
.qodef-twitter-list.qodef-gutter--large .ctf-tweets {
    --qode-columns-col-gap: 50px;
}
.qodef-twitter-list.qodef-gutter--great .ctf-tweets {
    --qode-columns-col-gap: 60px;
}
.qodef-twitter-list.qodef-gutter--jumbo .ctf-tweets {
    --qode-columns-col-gap: 70px;
}
.qodef-twitter-list.qodef-gutter--huge .ctf-tweets {
    --qode-columns-col-gap: 80px;
}
.qodef-twitter-list.qodef-vertical-gutter--custom {
    --qode-vertical-gutter-custom: 30px;
    --qode-vertical-gutter-custom-1440: 30px;
    --qode-vertical-gutter-custom-1024: 30px;
    --qode-vertical-gutter-custom-680: 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-1440: 30px;
    --qode-gutter-custom-1024: 30px;
    --qode-gutter-custom-680: 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-yith-wccl--predefined .select_box {
    display: inline-block;
}
.qodef-yith-wccl--predefined .select_box:after {
    display: none;
}
.qodef-yith-wccl--predefined .select_box .select_option {
    vertical-align: middle;
    border: 0;
    margin: 0 5px 0 0;
    display: inline-block;
    float: none;
    position: relative;
}
.qodef-yith-wccl--predefined .select_box .select_option:last-child {
    margin-right: 0;
}
.qodef-yith-wccl--predefined .select_box .select_option > span:not(.yith_wccl_tooltip) {
    border: 0;
    min-width: auto;
    width: auto;
    height: auto;
    line-height: inherit;
}
.qodef-yith-wccl--predefined .select_box .select_option .yith_wccl_tooltip {
    width: 100px;
}
.qodef-yith-wccl--predefined .select_box .select_option .yith_wccl_tooltip > span {
    background: #fff;
    border-radius: 0;
    border: 1px solid #000 !important;
    padding: 10px;
    color: var(--qode-main-color);
}
.qodef-yith-wccl--predefined .select_box .select_option .yith_wccl_tooltip.top span:after {
    top: 100%;
    bottom: auto;
}
.qodef-yith-wccl--predefined .select_box.select_box_colorpicker .select_option {
    border: 1px solid transparent;
    padding: 1px;
}
.qodef-yith-wccl--predefined .select_box.select_box_colorpicker .select_option > span:not(.yith_wccl_tooltip) {
    width: 38px;
    height: 15px;
}
.qodef-yith-wccl--predefined .select_box.select_box_colorpicker .select_option.selected {
    border-color: 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) {
    width: 40px;
    height: 40px;
    -o-object-fit: cover;
    object-fit: cover;
}
.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 > * {
    display: inline-flex;
    flex-wrap: wrap;
    font-family: Roboto, sans-serif;
    font-size: 17px;
    line-height: 1.58824em;
    font-weight: 400;
    letter-spacing: -0.02em;
    color: var(--qode-main-color);
    font-size: 21px;
    line-height: 1.571em;
    display: inline-flex;
    vertical-align: middle;
    flex-wrap: wrap;
}
@media only screen and (max-width: 1366px) {
    .qodef-yith-wccl--predefined .select_box.select_box_label > * {
        font-size: 16px;
    }
}
.qodef-yith-wccl--predefined .select_box.select_box_label .select_option {
    transition: color 0.2s ease-out;
    margin: 0;
}
.qodef-yith-wccl--predefined .select_box.select_box_label .select_option:after {
    content: ",";
    margin-right: 5px;
}
.qodef-yith-wccl--predefined .select_box.select_box_label .select_option:last-of-type:after {
    display: none;
}
.qodef-yith-wccl--predefined .select_box.select_box_label .select_option.selected {
    color: var(--qode-main-color);
}
.qodef-yith-wccl--predefined li.product .variations_form.cart {
    margin: 0 0 0 20px;
}
.qodef-yith-wccl--predefined li.product .variations_form.cart div.variations {
    margin-bottom: 10px;
    text-align: right;
}
.qodef-yith-wccl--predefined li.product .variations_form.cart div.variations:last-child {
    margin-bottom: 0;
}
#yith-quick-view-modal .yith-quick-view-overlay {
    background: rgba(255, 255, 255, 0.79) !important;
}
#yith-quick-view-modal .yith-wcqv-wrapper {
    height: auto !important;
    width: 960px !important;
    max-width: 90vw !important;
}
#yith-quick-view-modal .yith-wcqv-main {
    box-shadow: 3px 3px 15px 0 rgba(var(--qode-main-color), 0.5) !important;
    overflow-y: hidden !important;
    max-height: 90vh !important;
}
#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-inner {
    margin: 0;
}
#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-inner > * {
    padding: 0;
}
#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-image {
    align-self: stretch;
}
#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-image .qodef-woo-product-mark {
    transform: translateX(0);
}
#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-image :not(.qodef-woo-product-mark) {
    height: 100%;
}
#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-image .woocommerce-product-gallery figure {
    margin: 0 !important;
}
#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-image .woocommerce-product-gallery figure img {
    -o-object-fit: cover;
    object-fit: cover;
}
#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-image .woocommerce-product-gallery figure > .woocommerce-product-gallery__image {
    width: 100% !important;
    margin: 0 !important;
}
#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-image .woocommerce-product-gallery figure > .qodef-woo-thumbnails-wrapper {
    display: none !important;
}
#yith-quick-view-modal #yith-quick-view-content.single-product .entry-summary {
    align-self: center;
    padding: 30px;
}
#yith-quick-view-modal #yith-quick-view-close {
    border: 0 !important;
    font-size: 0;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 0;
    width: 25px;
    height: 25px;
}
#yith-quick-view-modal #yith-quick-view-close:after {
    display: block;
    line-height: 25px;
    padding: 0 3px;
    position: relative;
    font-size: 18px;
    font-family: ElegantIcons;
    content: "\4d";
}
body:not([class*="kahlo-core"]) #yith-quick-view-modal #yith-quick-view-close:after {
    content: "x";
    font-family: initial;
}
#yith-quick-view-modal .qodef-yith-wcqv-link {
    margin-top: 38px;
}
.qodef-yith-wcqv--predefined .yith-wcqv-button {
    font-size: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1 !important;
    background-color: transparent !important;
}
.qodef-yith-wcqv--predefined .yith-wcqv-button:before {
    font-size: 22px;
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    content: "\f06e";
}
.qodef-yith-wcqv--predefined .qodef-e-media-inner .yith-wcqv-button {
    color: #fff !important;
}
.qodef-yith-wcqv--predefined .qodef-e-media-inner .yith-wcqv-button:hover {
    color: var(--qode-main-color) !important;
}
.qodef-yith-wcqv--predefined .qodef-e-media-inner .yith-wcqv-button .blockUI {
    display: none !important;
}
.yith-wcwl-form .wishlist-title-container {
    display: none !important;
}
.yith-wcwl-form .shop_table {
    font-size: 100%;
}
.yith-wcwl-form .shop_table tr {
    border-left: none;
    border-right: none;
    border-top: none;
}
.yith-wcwl-form .shop_table td,
.yith-wcwl-form .shop_table th {
    padding: 15px 0 15px 15px;
    vertical-align: middle;
    text-align: left;
    border: 0;
}
.yith-wcwl-form .shop_table td:first-child,
.yith-wcwl-form .shop_table th:first-child {
    padding-left: 0;
}
.yith-wcwl-form .shop_table th {
    font-family: "Space Grotesk", sans-serif;
    font-weight: 500;
    letter-spacing: -0.05em;
    color: var(--qode-main-color);
    font-size: 23px;
    line-height: 1.21739em;
    font-weight: 500;
}
@media only screen and (max-width: 1440px) {
    .yith-wcwl-form .shop_table th {
        font-size: 20px;
    }
}
@media only screen and (max-width: 680px) {
    .yith-wcwl-form .shop_table th {
        font-size: 18px;
    }
}
.yith-wcwl-form .shop_table td ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.yith-wcwl-form .shop_table td ul li {
    margin: 0 0 10px;
    padding: 0;
}
.yith-wcwl-form .shop_table td ul li:last-child {
    margin-bottom: 0;
}
.yith-wcwl-form .shop_table td ul li label {
    margin-bottom: 0;
}
.yith-wcwl-form .shop_table p {
    margin: 0;
}
.yith-wcwl-form .shop_table .variation:after,
.yith-wcwl-form .shop_table .variation:before {
    content: "";
    display: table;
    table-layout: fixed;
}
.yith-wcwl-form .shop_table .variation:after {
    clear: both;
}
.yith-wcwl-form .shop_table .variation dt {
    clear: left;
    float: left;
    font-weight: initial;
}
@media only screen and (max-width: 680px) {
    .yith-wcwl-form .shop_table .variation dt {
        float: none;
        width: 100%;
    }
}
.yith-wcwl-form .shop_table .variation dd {
    clear: right;
    float: left;
    margin: 0 0 0 5px;
}
@media only screen and (max-width: 680px) {
    .yith-wcwl-form .shop_table .variation dd {
        float: none;
        margin: 0;
        width: 100%;
    }
}
.yith-wcwl-form .wishlist_table.shop_table tr th {
    background: 0 0 !important;
}
.yith-wcwl-form .wishlist_table.shop_table tr th.product-remove {
    width: auto !important;
}
.yith-wcwl-form .wishlist_table.shop_table tr td {
    background: 0 0 !important;
    color: var(--qode-main-color) !important;
    border-color: transparent !important;
}
.yith-wcwl-form .wishlist_table .product-add-to-cart .added_to_cart,
.yith-wcwl-form .wishlist_table .product-add-to-cart .button {
    font-family: Roboto, sans-serif !important;
    font-size: 17px !important;
    font-weight: 500 !important;
    line-height: 1.474em !important;
    letter-spacing: -0.01em !important;
    color: var(--qode-main-color) !important;
    position: relative !important;
    display: inline-flex !important;
    vertical-align: middle !important;
    width: auto !important;
    margin: 0 !important;
    text-decoration: none !important;
    border-radius: 0 !important;
    outline: 0 !important;
    transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out !important;
    padding: 10px 46px;
    cursor: pointer !important;
    z-index: 3 !important;
    color: #fff !important;
    background-color: var(--qode-main-color) !important;
    border: 1px solid var(--qode-main-color) !important;
}
@media only screen and (max-width: 1280px) {
    .yith-wcwl-form .wishlist_table .product-add-to-cart .added_to_cart,
    .yith-wcwl-form .wishlist_table .product-add-to-cart .button {
        padding: 10px 36px;
    }
}
@media only screen and (max-width: 680px) {
    .yith-wcwl-form .wishlist_table .product-add-to-cart .added_to_cart,
    .yith-wcwl-form .wishlist_table .product-add-to-cart .button {
        white-space: nowrap;
        padding: 10px 20px;
    }
}
@media only screen and (max-width: 680px) {
    .yith-wcwl-form .wishlist_table .product-add-to-cart .added_to_cart.single_add_to_cart_button,
    .yith-wcwl-form .wishlist_table .product-add-to-cart .button.single_add_to_cart_button {
        padding: 10px 36px;
    }
}
.yith-wcwl-form .wishlist_table .product-add-to-cart .added_to_cart:hover,
.yith-wcwl-form .wishlist_table .product-add-to-cart .button:hover {
    background-color: #fff !important;
    color: var(--qode-main-color) !important;
}
.yith-wcwl-form .wishlist_table .product-add-to-cart .added_to_cart i,
.yith-wcwl-form .wishlist_table .product-add-to-cart .button i {
    display: none !important;
}
.yith-wcwl-form .wishlist_table .product-add-to-cart .added_to_cart:before,
.yith-wcwl-form .wishlist_table .product-add-to-cart .button:before {
    display: none !important;
}
.yith-wcwl-form .wishlist_table .product-add-to-cart .added_to_cart.added,
.yith-wcwl-form .wishlist_table .product-add-to-cart .button.added {
    display: none !important;
}
.qodef-yith-wcwl--predefined .yith-wcwl-add-to-wishlist {
    font-size: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1 !important;
    background-color: transparent !important;
}
.qodef-yith-wcwl--predefined .yith-wcwl-add-to-wishlist a:before {
    font-size: 22px;
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    content: "\f004";
}
.qodef-yith-wcwl--predefined .yith-wcwl-add-to-wishlist.exists a:before {
    font-size: 22px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f004";
}
.qodef-yith-wcwl--predefined .yith-wcwl-add-to-wishlist .blockOverlay,
.qodef-yith-wcwl--predefined .yith-wcwl-add-to-wishlist .feedback,
.qodef-yith-wcwl--predefined .yith-wcwl-add-to-wishlist .view-wishlist,
.qodef-yith-wcwl--predefined .yith-wcwl-add-to-wishlist i,
.qodef-yith-wcwl--predefined .yith-wcwl-add-to-wishlist span {
    display: none !important;
}
.qodef-yith-wcwl--predefined .qodef-e-media-inner .yith-wcwl-add-to-wishlist a {
    color: #fff !important;
}
.qodef-yith-wcwl--predefined .qodef-e-media-inner .yith-wcwl-add-to-wishlist a:hover {
    color: var(--qode-main-color) !important;
}
.qodef-yith-wcwl--predefined #yith-wcwl-popup-message {
    display: none !important;
}
.qodef-yith-wcwl--predefined .yith-wcwl-share {
    display: none !important;
}
.qodef-woo-product-category-list.qodef-item-layout--info-on-image .product-category a,
.qodef-woo-product-list .product-category a {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.qodef-woo-product-category-list.qodef-item-layout--info-on-image .product-category .woocommerce-loop-category__title,
.qodef-woo-product-list .product-category .woocommerce-loop-category__title {
    background-color: #fff;
    left: 50%;
    margin: 0;
    padding: 12px 41px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto;
}
.qodef-woo-product-category-list.qodef-item-layout--info-on-image .count,
.qodef-woo-product-list .count {
    display: none;
}
.qodef-woo-product-list.qodef-item-layout--info-on-image li .qodef-e-media {
    height: 100%;
    width: 100%;
}
.widget_kahlo_core_woo_dropdown_cart,
.widget_shopping_cart {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    position: relative;
}
.widget_kahlo_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_kahlo_core_woo_dropdown_cart .qodef-m-opener,
.widget_kahlo_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_kahlo_core_woo_dropdown_cart .qodef-m-opener .qodef-m-opener-text,
.widget_kahlo_core_woo_dropdown_cart > .widgettitle .qodef-m-opener-text,
.widget_shopping_cart .qodef-m-opener .qodef-m-opener-text,
.widget_shopping_cart > .widgettitle .qodef-m-opener-text {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.01em;
    line-height: 21px;
    --qodef-underline-position-y: 1.15em;
    --qodef-underline-height: 1px;
    background-repeat: no-repeat;
    background-image: linear-gradient(90deg, currentColor 0, currentColor 100%);
    transition: background-size 0.5s cubic-bezier(0.51, 0.5, 0.07, 0.99), color 0.2s ease-out;
    background-position: 100% var(--qodef-underline-position-y);
    background-size: 0 var(--qodef-underline-height);
}
.widget_kahlo_core_woo_dropdown_cart .qodef-m-opener .qodef-m-opener-count,
.widget_kahlo_core_woo_dropdown_cart > .widgettitle .qodef-m-opener-count,
.widget_shopping_cart .qodef-m-opener .qodef-m-opener-count,
.widget_shopping_cart > .widgettitle .qodef-m-opener-count {
    font-weight: 500;
}
.widget_kahlo_core_woo_dropdown_cart .qodef-m-opener:hover .qodef-m-opener-text,
.widget_kahlo_core_woo_dropdown_cart > .widgettitle:hover .qodef-m-opener-text,
.widget_shopping_cart .qodef-m-opener:hover .qodef-m-opener-text,
.widget_shopping_cart > .widgettitle:hover .qodef-m-opener-text {
    background-size: 100% var(--qodef-underline-height);
    background-position: 0 var(--qodef-underline-position-y);
}
.widget_kahlo_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content,
.widget_kahlo_core_woo_dropdown_cart .widget_shopping_cart_content,
.widget_shopping_cart .qodef-widget-dropdown-cart-content,
.widget_shopping_cart .widget_shopping_cart_content {
    display: block;
    padding: 35px 0 50px;
    text-align: left;
    transition: opacity 0.2s ease-out, visibility 0.2s ease-out;
    border: 1px solid;
}
header .widget_kahlo_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content,
header .widget_kahlo_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: 390px;
}
.touchevents header .widget_kahlo_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content,
.touchevents header .widget_kahlo_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_kahlo_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content > *,
.widget_kahlo_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 32px !important;
}
.widget_kahlo_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content .blockUI,
.widget_kahlo_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_kahlo_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item,
.widget_kahlo_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item,
.widget_kahlo_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item,
.widget_kahlo_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_kahlo_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item:last-of-type,
.widget_kahlo_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item:last-of-type,
.widget_kahlo_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item:last-of-type,
.widget_kahlo_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_kahlo_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item img,
.widget_kahlo_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item img,
.widget_kahlo_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item img,
.widget_kahlo_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 14px 0 0;
    width: 90px;
    height: 108px;
    -o-object-fit: cover;
    object-fit: cover;
}
.widget_kahlo_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove,
.widget_kahlo_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove,
.widget_kahlo_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove,
.widget_kahlo_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: 16px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 6px;
    z-index: 5;
}
.widget_kahlo_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove svg,
.widget_kahlo_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove svg,
.widget_kahlo_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove svg,
.widget_kahlo_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove svg,
.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove svg,
.widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove svg,
.widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove svg,
.widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove svg {
    width: 20px;
    height: 20px;
}
.widget_kahlo_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .variation,
.widget_kahlo_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .variation,
.widget_kahlo_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .variation,
.widget_kahlo_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_kahlo_core_woo_dropdown_cart .woocommerce-mini-cart-item img,
.widget_shopping_cart .woocommerce-mini-cart-item img {
    float: left;
    vertical-align: top;
}
.widget_kahlo_core_woo_dropdown_cart .woocommerce-mini-cart-item a,
.widget_shopping_cart .woocommerce-mini-cart-item a {
    font-family: "Space Grotesk", sans-serif;
    font-weight: 500;
    letter-spacing: -0.05em;
    font-size: 23px;
    line-height: 1.21739em;
    font-weight: 500;
    display: block;
}
@media only screen and (max-width: 1440px) {
    .widget_kahlo_core_woo_dropdown_cart .woocommerce-mini-cart-item a,
    .widget_shopping_cart .woocommerce-mini-cart-item a {
        font-size: 20px;
    }
}
@media only screen and (max-width: 680px) {
    .widget_kahlo_core_woo_dropdown_cart .woocommerce-mini-cart-item a,
    .widget_shopping_cart .woocommerce-mini-cart-item a {
        font-size: 18px;
    }
}
.widget_kahlo_core_woo_dropdown_cart .woocommerce-mini-cart-item:after,
.widget_shopping_cart .woocommerce-mini-cart-item:after {
    clear: both;
    content: "";
    display: table;
}
.widget_kahlo_core_woo_dropdown_cart .qodef-woo-mini-cart,
.widget_shopping_cart .qodef-woo-mini-cart {
    max-height: 50vh;
    overflow: hidden;
    position: relative;
}
.widget_kahlo_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;
    margin-bottom: 21px !important;
}
.widget_kahlo_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_kahlo_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_kahlo_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%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.widget_kahlo_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: -10px 0 2px;
}
.widget_kahlo_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 0 2px;
    letter-spacing: -0.01em;
}
.widget_kahlo_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;
    letter-spacing: -0.01em;
}
.widget_kahlo_core_woo_dropdown_cart .qodef-m-order-details,
.widget_kahlo_core_woo_dropdown_cart .woocommerce-mini-cart__total,
.widget_shopping_cart .qodef-m-order-details,
.widget_shopping_cart .woocommerce-mini-cart__total {
    border-top: 1px solid #000;
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 19px 0 0 !important;
    margin: 13px 33px 21px;
}
.widget_kahlo_core_woo_dropdown_cart .qodef-m-order-details strong,
.widget_kahlo_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: "Space Grotesk", sans-serif;
    font-weight: 500;
    letter-spacing: -0.05em;
    font-size: 23px;
    line-height: 1.21739em;
    font-weight: 500;
}
@media only screen and (max-width: 1440px) {
    .widget_kahlo_core_woo_dropdown_cart .qodef-m-order-details strong,
    .widget_kahlo_core_woo_dropdown_cart .woocommerce-mini-cart__total strong,
    .widget_shopping_cart .qodef-m-order-details strong,
    .widget_shopping_cart .woocommerce-mini-cart__total strong {
        font-size: 20px;
    }
}
@media only screen and (max-width: 680px) {
    .widget_kahlo_core_woo_dropdown_cart .qodef-m-order-details strong,
    .widget_kahlo_core_woo_dropdown_cart .woocommerce-mini-cart__total strong,
    .widget_shopping_cart .qodef-m-order-details strong,
    .widget_shopping_cart .woocommerce-mini-cart__total strong {
        font-size: 18px;
    }
}
.widget_kahlo_core_woo_dropdown_cart .qodef-m-order-details .amount,
.widget_kahlo_core_woo_dropdown_cart .woocommerce-mini-cart__total .amount,
.widget_shopping_cart .qodef-m-order-details .amount,
.widget_shopping_cart .woocommerce-mini-cart__total .amount {
    letter-spacing: -0.01em;
}
.widget_kahlo_core_woo_dropdown_cart .qodef-m-action,
.widget_kahlo_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_kahlo_core_woo_dropdown_cart .qodef-m-action a,
.widget_kahlo_core_woo_dropdown_cart .woocommerce-mini-cart__buttons a,
.widget_shopping_cart .qodef-m-action a,
.widget_shopping_cart .woocommerce-mini-cart__buttons a {
    font-family: Roboto, sans-serif;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.474em;
    letter-spacing: -0.01em;
    color: var(--qode-main-color);
    position: relative;
    display: inline-flex;
    vertical-align: middle;
    width: auto;
    margin: 0;
    text-decoration: none;
    border-radius: 0;
    outline: 0;
    transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
    color: var(--qode-main-color);
    background-color: transparent;
    border: 1px solid var(--qode-main-color);
    width: 100%;
    text-align: center;
    padding: 10px 0;
}
.widget_kahlo_core_woo_dropdown_cart .qodef-m-action a:hover,
.widget_kahlo_core_woo_dropdown_cart .woocommerce-mini-cart__buttons a:hover,
.widget_shopping_cart .qodef-m-action a:hover,
.widget_shopping_cart .woocommerce-mini-cart__buttons a:hover {
    color: #fff;
    background-color: var(--qode-main-color);
    border-color: var(--qode-main-color);
}
.widget_kahlo_core_woo_dropdown_cart .qodef-m-action a .qodef-m-text,
.widget_kahlo_core_woo_dropdown_cart .woocommerce-mini-cart__buttons a .qodef-m-text,
.widget_shopping_cart .qodef-m-action a .qodef-m-text,
.widget_shopping_cart .woocommerce-mini-cart__buttons a .qodef-m-text {
    width: 100%;
}
.widget_kahlo_core_woo_dropdown_cart .woocommerce-mini-cart__buttons,
.widget_shopping_cart .woocommerce-mini-cart__buttons {
    flex-direction: column;
}
.widget_kahlo_core_woo_dropdown_cart .woocommerce-mini-cart__buttons a,
.widget_shopping_cart .woocommerce-mini-cart__buttons a {
    width: 100% !important;
    justify-content: center;
}
.widget_kahlo_core_woo_dropdown_cart .woocommerce-mini-cart__buttons a:last-child,
.widget_shopping_cart .woocommerce-mini-cart__buttons a:last-child {
    margin-top: 5px;
}
header .widget_kahlo_core_woo_dropdown_cart:hover .qodef-widget-dropdown-cart-content,
header .widget_kahlo_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_kahlo_core_woo_dropdown_cart,
.widget_shopping_cart {
    color: var(--qode-main-color);
}
.widget_kahlo_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content,
.widget_kahlo_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;
    border-color: #000;
}
.widget_kahlo_core_woo_dropdown_cart .woocommerce-mini-cart-item a,
.widget_shopping_cart .woocommerce-mini-cart-item a {
    color: var(--qode-main-color);
}
.widget_kahlo_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_kahlo_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_kahlo_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_kahlo_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove,
.widget_kahlo_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove,
.widget_kahlo_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove,
.widget_kahlo_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove,
.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove,
.widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove,
.widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove,
.widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove {
    color: var(--qode-main-color);
}
.widget_kahlo_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove:hover,
.widget_kahlo_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove:hover,
.widget_kahlo_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove:hover,
.widget_kahlo_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_kahlo_core_woo_dropdown_cart .qodef-m-order-details strong,
.widget_kahlo_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_kahlo_core_woo_dropdown_cart,
#qodef-top-area .widget_shopping_cart {
    color: var(--qode-main-color);
}
#qodef-page-footer .widget_kahlo_core_woo_dropdown_cart,
#qodef-page-footer .widget_shopping_cart {
    color: #ccc;
}
#qodef-page-footer .widget_kahlo_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content,
#qodef-page-footer .widget_kahlo_core_woo_dropdown_cart .widget_shopping_cart_content,
#qodef-page-footer .widget_shopping_cart .qodef-widget-dropdown-cart-content,
#qodef-page-footer .widget_shopping_cart .widget_shopping_cart_content {
    background-color: #000;
    border-color: #fff;
}
#qodef-page-footer .widget_kahlo_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_kahlo_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_kahlo_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_kahlo_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_kahlo_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove,
#qodef-page-footer .widget_kahlo_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove,
#qodef-page-footer .widget_kahlo_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove,
#qodef-page-footer .widget_kahlo_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_kahlo_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove:hover,
#qodef-page-footer .widget_kahlo_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove:hover,
#qodef-page-footer .widget_kahlo_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove:hover,
#qodef-page-footer .widget_kahlo_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_kahlo_core_woo_dropdown_cart .qodef-m-order-details strong,
#qodef-page-footer .widget_kahlo_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_kahlo_core_woo_dropdown_cart,
#qodef-side-area .widget_shopping_cart {
    color: #fff;
}
.qodef-mega-menu-widget-holder .widget_kahlo_core_woo_dropdown_cart,
.qodef-mega-menu-widget-holder .widget_shopping_cart {
    color: #fff;
}
.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;
}
body.single-event-item #qodef-page-inner {
    padding: 0 0 121px;
}
.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-event-item .qodef-e-top .qodef-e-image {
    margin: 0 0 111px;
}
.qodef-events .qodef-event-item .qodef-info--event-types {
    margin-bottom: 32px;
}
.qodef-events .qodef-event-item .qodef-info--event-types .qodef-e-info-content-link {
    font-size: 15px;
    line-height: 1;
    letter-spacing: -0.02em;
    text-transform: capitalize;
    padding: 3px 7px;
    margin: 10px 7px 0 0;
    border: 1px solid var(--qode-main-color);
}
.qodef-events .qodef-event-item .qodef-info--event-types .qodef-e-info-content-link:last-child {
    margin-right: 0;
}
.qodef-events .qodef-e-featured-title {
    margin: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 86px 100px 17px 100px;
}
.qodef-events .qodef-event-title {
    margin: 0 0 21px;
}
.qodef-events .qodef-event-subtitle {
    color: rgba(0, 0, 0, 0.24);
    letter-spacing: -0.05em;
    margin: 0 0 0;
}
.qodef-events .qodef-e-content-text p {
    font-size: 21px;
    line-height: 1.524em;
}
@media only screen and (max-width: 1440px) {
    .qodef-events .qodef-e-content-text p {
        font-size: 18px;
    }
}
.qodef-events .qodef-e-content-text .qodef-swiper-container.qodef-swiper--show-hidden-slides {
    transform: translateX(-27%);
}
.qodef-events .qodef-info--catalog {
    position: relative;
}
.qodef-events .qodef-info--catalog .qodef-button.qodef-layout--textual-download {
    position: absolute;
    width: 100%;
    height: 100%;
    justify-content: center;
    color: #fff;
}
.qodef-events .qodef-info--catalog .qodef-button.qodef-layout--textual-download:hover {
    color: #fff;
}
.qodef-events .qodef-event-item .qodef-e-inner {
    position: relative;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 0;
}
.qodef-events .qodef-event-item .qodef-e-inner > * {
    position: relative;
    width: 100%;
}
.qodef-events .qodef-event-item .qodef-e-inner .qodef-e-content {
    width: calc(100% - 27%);
    padding-left: 9.1%;
}
@media only screen and (max-width: 768px) {
    .qodef-events .qodef-event-item .qodef-e-inner .qodef-e-content {
        padding-left: 60px;
    }
}
.qodef-events .qodef-event-item .qodef-e-inner .qodef-e-content .qodef-e-info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 11px;
}
.qodef-events .qodef-event-item .qodef-e-inner .qodef-e-content .qodef-e-info * {
    display: flex;
    align-items: center;
    font-family: "Space Grotesk", sans-serif;
    font-weight: 500;
    letter-spacing: -0.05em;
    color: var(--qode-main-color);
    font-size: 40px;
    line-height: 1.075em;
    letter-spacing: -0.02em;
    margin: 0;
    color: rgba(0, 0, 0, 0.24);
}
@media only screen and (max-width: 1440px) {
    .qodef-events .qodef-event-item .qodef-e-inner .qodef-e-content .qodef-e-info * {
        font-size: 27px;
    }
}
@media only screen and (max-width: 768px) {
    .qodef-events .qodef-event-item .qodef-e-inner .qodef-e-content .qodef-e-info * {
        font-size: 31px;
    }
}
@media only screen and (max-width: 680px) {
    .qodef-events .qodef-event-item .qodef-e-inner .qodef-e-content .qodef-e-info * {
        font-size: 27px;
    }
}
.qodef-events .qodef-event-item .qodef-e-inner .qodef-e-content .qodef-e-info .qodef-e-date-info {
    margin-right: 6px;
}
.qodef-events .qodef-event-item .qodef-e-inner .qodef-e-content .qodef-e-info .qodef-e-date-info:after {
    content: ",";
    display: inline-block;
}
.qodef-events .qodef-event-item .qodef-e-inner .qodef-e-content .qodef-e-info .qodef-e-date-info:nth-child(1):before,
.qodef-events .qodef-event-item .qodef-e-inner .qodef-e-content .qodef-e-info .qodef-e-date-info:only-child:before {
    content: none;
}
.qodef-events .qodef-event-item .qodef-e-inner .qodef-e-content .qodef-e-info .qodef-e-date-info .qodef-e-date:after {
    content: "-";
    display: inline-block;
    margin: 0 4px;
}
.qodef-events .qodef-event-item .qodef-e-inner .qodef-e-content .qodef-e-info .qodef-e-date-info .qodef-e-date:last-child:after {
    content: none;
}
.qodef-events .qodef-event-item .qodef-e-inner .qodef-e-content .qodef-e-info .qodef-e-time:after {
    content: "h";
}
.qodef-events .qodef-event-item .qodef-e-inner .qodef-e-content .qodef-e-info .qodef-e-location:before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: var(--qode-main-color);
    margin: 0 9px;
}
.qodef-events .qodef-event-item .qodef-e-inner .qodef-e-content .qodef-e-info .qodef-e-location:only-child:before {
    content: none;
}
.qodef-events .qodef-event-item .qodef-e-inner > .qodef-e-info {
    max-width: 27%;
}
.qodef-events .qodef-event-item .qodef-e-inner > .qodef-e-info .qodef-e-info-item {
    width: 100%;
    flex-direction: column;
    margin-bottom: 32px;
}
.qodef-events .qodef-event-item .qodef-e-inner > .qodef-e-info .qodef-e-info-item.qodef-e-tickets-link,
.qodef-events .qodef-event-item .qodef-e-inner > .qodef-e-info .qodef-e-info-item.qodef-info--catalog {
    width: auto;
}
.qodef-events .qodef-event-item .qodef-e-inner > .qodef-e-info .qodef-e-info-item .qodef-e-label {
    margin: 0 0 5px;
}
.qodef-events .qodef-event-item .qodef-e-inner > .qodef-e-info .qodef-e-info-item .qodef-e-info-content {
    font-size: 17px;
    letter-spacing: -0.02em;
    line-height: 1.588em;
}
.qodef-events .qodef-event-item .qodef-event-single-video {
    margin-top: 33px;
}
.qodef-events .qodef-event-item .qodef-event-single-video .qodef-video-button .qodef-e-inner {
    display: block;
}
.qodef-events .qodef-event-item .qodef-event-single-video .qodef-video-button .qodef-m-play {
    position: absolute;
    width: 100%;
}
.qodef-events-accordion {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    visibility: hidden;
    overflow-anchor: none;
}
.qodef-events-accordion .qodef-accordion-content-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.qodef-events-accordion.qodef--init {
    visibility: visible;
}
.qodef-events-accordion .qodef-e-info {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.qodef-events-accordion .qodef-e-info * {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.5);
    letter-spacing: -0.01em;
}
.qodef-events-accordion .qodef-e-info > .qodef-e-start-date {
    font-family: "Space Grotesk", sans-serif;
    font-weight: 500;
    letter-spacing: -0.05em;
    font-size: 110px;
    line-height: 1em;
    color: var(--qode-main-color);
    display: block;
    width: 100%;
    margin: 0 0 5px 0;
}
@media only screen and (max-width: 1512px) {
    .qodef-events-accordion .qodef-e-info > .qodef-e-start-date {
        font-size: 85px;
    }
}
@media only screen and (max-width: 1440px) {
    .qodef-events-accordion .qodef-e-info > .qodef-e-start-date {
        font-size: 80px;
    }
}
@media only screen and (max-width: 1024px) {
    .qodef-events-accordion .qodef-e-info > .qodef-e-start-date {
        font-size: 66px;
    }
}
@media only screen and (max-width: 680px) {
    .qodef-events-accordion .qodef-e-info > .qodef-e-start-date {
        font-size: 48px;
    }
}
.qodef-events-accordion .qodef-e-info .qodef-e-date-info {
    margin-right: 7px;
}
.qodef-events-accordion .qodef-e-info .qodef-e-date-info .qodef-e-date:after {
    content: "-";
    display: inline-block;
    margin: 0 4px;
}
.qodef-events-accordion .qodef-e-info .qodef-e-date-info .qodef-e-date:last-child:after {
    content: none;
}
.qodef-events-accordion .qodef-e-info .qodef-e-time:after {
    content: "h";
}
.qodef-events-accordion .qodef-e-info .qodef-e-time:before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 17px;
    background-color: currentColor;
    margin-right: 10px;
}
.qodef-events-accordion .qodef-e-info .qodef-e-location:before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: var(--qode-main-color);
    margin: 0 9px;
}
.qodef-events-accordion .qodef-info--event-types .qodef-e-info-content-link {
    display: inline-block;
    font-size: 15px;
    line-height: 1;
    letter-spacing: -0.02em;
    text-transform: capitalize;
    padding: 3px 7px;
    margin: 12px 9px 0 0;
    border: 1px solid var(--qode-main-color);
}
.qodef-events-accordion .qodef-info--event-types .qodef-e-info-content-link:last-child {
    margin-right: 0;
}
.qodef-events-accordion.qodef-layout--simple .qodef-accordion-title {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 0 0 -1px 0;
    padding: 72px 0 0 0;
    border-top: 1px solid var(--qode-main-color);
    border-bottom: 1px solid var(--qode-main-color);
    transition: color 0.2s ease-out, background-color 0.2s ease-out, padding 0.2s ease-out;
    cursor: pointer;
}
.qodef-events-accordion.qodef-layout--simple .qodef-accordion-title .qodef-e-info {
    width: 36%;
    margin: -16px 0 0 0;
}
.qodef-events-accordion.qodef-layout--simple .qodef-accordion-title .qodef-tab-title {
    margin: -7px 0 0 0;
    width: 37%;
    padding: 0 14px;
    position: relative;
}
.qodef-events-accordion.qodef-layout--simple .qodef-accordion-title .qodef-tab-title .qodef-tab-title-text {
    display: block;
    max-width: 84%;
}
.qodef-events-accordion.qodef-layout--simple .qodef-accordion-title .qodef-tab-title a {
    --qodef-underline-position-y: 1.15em;
    --qodef-underline-height: 1px;
    background-repeat: no-repeat;
    background-image: linear-gradient(90deg, currentColor 0, currentColor 100%);
    transition: background-size 0.5s cubic-bezier(0.51, 0.5, 0.07, 0.99), color 0.2s ease-out;
    background-position: 100% var(--qodef-underline-position-y);
    background-size: 0 var(--qodef-underline-height);
}
.qodef-events-accordion.qodef-layout--simple .qodef-accordion-title .qodef-tab-title a:hover {
    background-size: 100% var(--qodef-underline-height);
    background-position: 0 var(--qodef-underline-position-y);
}
.qodef-events-accordion.qodef-layout--simple .qodef-accordion-title h1.qodef-tab-title a,
.qodef-events-accordion.qodef-layout--simple .qodef-accordion-title h2.qodef-tab-title a,
.qodef-events-accordion.qodef-layout--simple .qodef-accordion-title h3.qodef-tab-title a {
    --qodef-underline-height: 2px;
}
.qodef-events-accordion.qodef-layout--simple .qodef-accordion-title .qodef-e-media-image {
    width: 495px;
    height: 378px;
    flex-shrink: 0;
    overflow: hidden;
    transition: all 0.3s ease-out;
}
.qodef-events-accordion.qodef-layout--simple .qodef-accordion-title .qodef-e-media-image a,
.qodef-events-accordion.qodef-layout--simple .qodef-accordion-title .qodef-e-media-image img {
    height: 100%;
    width: 100%;
    display: block;
}
.qodef-events-accordion.qodef-layout--simple .qodef-accordion-title .qodef-e-media-image a {
    width: 495px;
    height: 378px;
}
.qodef-events-accordion.qodef-layout--simple .qodef-accordion-title .qodef-e-media-image img {
    -o-object-fit: cover;
    object-fit: cover;
}
.qodef-events-accordion.qodef-layout--simple .qodef-accordion-title:first-child {
    margin-top: 0;
}
.qodef-events-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark {
    width: 120px;
    height: 60px;
    line-height: 1;
    text-align: center;
    color: var(--qode-main-color);
    position: absolute;
    bottom: -1px;
    left: 0;
    -webkit-clip-path: inset(-50% 0 0);
    clip-path: inset(-50% 0 0);
}
.qodef-events-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark svg {
    transform: rotate(0);
    transform-origin: center center;
    transition: transform 0.35s ease-out;
}
.qodef-events-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark span {
    position: absolute;
    display: block;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity 0.2s ease-out;
}
.qodef-events-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark span:before {
    display: block;
    line-height: inherit;
}
.qodef-events-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-active .qodef-accordion-mark svg,
.qodef-events-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-hover .qodef-accordion-mark svg {
    transform: rotate(-180deg);
}
.qodef-events-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-active {
    padding: 72px 0 72px 0;
}
@media only screen and (max-width: 680px) {
    .qodef-events-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-active {
        padding: 82px 0 85px 0;
    }
    .qodef-events-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-active .qodef-tab-title {
        margin: 17px 0 0 0;
    }
}
.qodef-events-accordion.qodef-layout--simple .qodef-accordion-title + .qodef-accordion-content {
    padding-top: 0;
    display: none !important;
}
.qodef-events-accordion.qodef-layout--simple .qodef-accordion-content {
    padding: 0 14px;
    margin: 0;
    position: absolute;
    width: 27%;
    top: initial;
    bottom: 64px;
    left: 36%;
    opacity: 0;
    transform: translateY(50%);
    transition: transform 0.3s ease-out 0.2s, opacity 0.3s ease-out 0.2s;
}
.qodef-events-accordion.qodef-layout--simple .qodef-accordion-content.ui-accordion-content-active {
    opacity: 1;
    transform: translateY(0);
    transition: transform 0.3s ease-out 0.3s, opacity 0.3s ease-out 0.3s;
}
.qodef-events-accordion.qodef-layout--simple .qodef-accordion-content p {
    margin: 0;
}
.qodef-events-accordion.qodef-layout--simple .qodef-accordion-content p.qodef-e-excerpt {
    margin-top: 14px;
}
@media only screen and (max-width: 1024px) {
    .qodef-events-accordion.qodef-layout--simple .qodef-accordion-content p.qodef-e-excerpt {
        margin-bottom: 15px;
    }
}
.qodef-events-accordion.qodef-layout--simple .qodef-accordion-content-inner {
    max-height: 185px;
    overflow: hidden;
}
.qodef-events-fullscreen-slider {
    height: auto;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease-out;
}
.qodef-events-fullscreen-slider.qodef-full-height-slider--yes {
    height: 100vh;
}
.qodef-events-fullscreen-slider.qodef-full-height-slider--no .qodef-e-content-inner,
.qodef-events-fullscreen-slider.qodef-full-height-slider--no .qodef-e-image,
.qodef-events-fullscreen-slider.qodef-full-height-slider--no .qodef-e-inner,
.qodef-events-fullscreen-slider.qodef-full-height-slider--no .qodef-e-media-image {
    height: auto;
    width: 100%;
}
.qodef-events-fullscreen-slider.qodef-swiper--initialized {
    opacity: 1;
    visibility: visible;
}
@media only screen and (max-width: 1024px) {
    .qodef-events-fullscreen-slider {
        height: calc(100vh - 70px);
    }
}
.qodef-events-fullscreen-slider .qodef-e-inner {
    position: relative;
}
.qodef-events-fullscreen-slider .qodef-e-content-inner,
.qodef-events-fullscreen-slider .qodef-e-image,
.qodef-events-fullscreen-slider .qodef-e-inner,
.qodef-events-fullscreen-slider .qodef-e-media-image {
    height: 100%;
    width: 100%;
}
.qodef-events-fullscreen-slider .qodef-e-media-image a,
.qodef-events-fullscreen-slider .qodef-e-media-image img {
    height: 100%;
}
.qodef-events-fullscreen-slider .qodef-e-media-image img {
    -o-object-fit: cover;
    object-fit: cover;
}
.qodef-events-fullscreen-slider .qodef-e-content,
.qodef-events-fullscreen-slider .qodef-e-inner,
.qodef-events-fullscreen-slider .qodef-e-media {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.qodef-events-fullscreen-slider .qodef-e-media > * {
    margin-bottom: 30px;
}
.qodef-events-fullscreen-slider .qodef-e-media iframe {
    display: block;
    height: 100%;
}
.qodef-events-fullscreen-slider .qodef-e-media-image {
    position: relative;
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
}
.qodef-events-fullscreen-slider .qodef-e-media-image a,
.qodef-events-fullscreen-slider .qodef-e-media-image img {
    display: block;
    width: 100%;
}
.qodef-events-fullscreen-slider .qodef-e-media-image.qodef--background {
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.qodef-events-fullscreen-slider .qodef-e-media-image.qodef--background img {
    visibility: hidden;
}
.qodef-events-fullscreen-slider .qodef-e-media-image.qodef-e--has-video {
    position: relative;
}
.qodef-events-fullscreen-slider .qodef-e-media-image.qodef-e--has-video img {
    opacity: 0;
    visibility: hidden;
}
.qodef-events-fullscreen-slider .qodef-e-media-image.qodef-e--has-video .qodef-video-holder {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.qodef-events-fullscreen-slider .qodef-e-media-image.qodef-e--has-video .qodef-video-holder .qodef-m-video {
    width: 100%;
    height: 100%;
}
.qodef-events-fullscreen-slider .qodef-e-media-image.qodef-e--has-video .qodef-video-holder .qodef-m-video video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.qodef-events-fullscreen-slider .qodef-e-title {
    margin: 0;
}
.qodef-events-fullscreen-slider .qodef-e-excerpt {
    margin: 15px 0 0;
}
.qodef-events-fullscreen-slider .qodef-e-read-more {
    margin: 0;
}
.qodef-events-fullscreen-slider .qodef-e-title a {
    display: block;
}
.qodef-events-fullscreen-slider .qodef-e-info-holder {
    margin-top: 0;
}
.qodef-events-fullscreen-slider .qodef-e-info-holder .qodef-info-separator-single:after {
    content: ",";
    display: block;
    margin-right: 5px;
}
.qodef-events-fullscreen-slider .qodef-e-info-holder .qodef-info-separator-end:after {
    content: "";
    display: inline-block;
    margin: 0 7px 0 11px;
    width: 2px;
    height: 31px;
    position: relative;
    bottom: -1px;
    background-color: currentColor;
}
@media only screen and (max-width: 1440px) {
    .qodef-events-fullscreen-slider .qodef-e-info-holder .qodef-info-separator-end:after {
        height: 21px;
    }
}
.qodef-events-fullscreen-slider .qodef-e-info-holder .qodef-info-separator-end:last-of-type {
    display: inline-block;
}
.qodef-events-fullscreen-slider .qodef-e-info-holder .qodef-e-info * {
    font-family: "Space Grotesk", sans-serif;
    font-weight: 500;
    letter-spacing: -0.05em;
    color: var(--qode-main-color);
    font-size: 30px;
    line-height: 1.1em;
    letter-spacing: -0.02em;
    font-weight: 500;
    margin: 0;
}
@media only screen and (max-width: 1440px) {
    .qodef-events-fullscreen-slider .qodef-e-info-holder .qodef-e-info * {
        font-size: 23px;
    }
}
@media only screen and (max-width: 1440px) {
    .qodef-events-fullscreen-slider .qodef-e-info-holder .qodef-e-info * {
        line-height: 1.85em;
    }
}
@media only screen and (max-width: 680px) {
    .qodef-events-fullscreen-slider .qodef-e-info-holder .qodef-e-info * {
        line-height: 1.5em;
    }
}
.qodef-events-fullscreen-slider .qodef-e-info-holder .qodef-e-info .qodef-e-date-info,
.qodef-events-fullscreen-slider .qodef-e-info-holder .qodef-e-info .qodef-e-time {
    color: rgba(0, 0, 0, 0.3);
}
.qodef-events-fullscreen-slider .qodef-e-info-holder .qodef-e-info .qodef-e-date-info *,
.qodef-events-fullscreen-slider .qodef-e-info-holder .qodef-e-info .qodef-e-time * {
    color: currentColor;
}
.qodef-events-fullscreen-slider .qodef-e-info-holder .qodef-e-info .qodef-e-date-info + .qodef-e-time:before {
    content: "/";
    display: inline-block;
    margin: 0 7px 0 3px;
}
.qodef-events-fullscreen-slider .qodef-e-post-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.qodef-events-fullscreen-slider .qodef-m-pagination {
    margin-top: 35px;
}
.qodef-events-fullscreen-slider.qodef-items--fixed .qodef-e-image {
    height: 100%;
    overflow: hidden;
}
.qodef-events-fullscreen-slider.qodef-items--fixed .qodef-e-media-image {
    height: 100%;
}
.qodef-events-fullscreen-slider.qodef-items--fixed .qodef-e-media-image a {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    height: 100%;
}
.qodef-events-fullscreen-slider .qodef-custom-margin .qodef-e-inner {
    width: auto;
}
.qodef-events-fullscreen-slider .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 !important;
    padding: 0 15px;
    width: 1px;
    height: 67.5px;
}
.qodef-events-fullscreen-slider .swiper-pagination-bullets .swiper-pagination-bullet:after {
    width: 1px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.35);
    top: 0;
    left: 50%;
    opacity: 1;
    transition: background-color 0.3s ease;
}
.qodef-events-fullscreen-slider .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:after,
.qodef-events-fullscreen-slider .swiper-pagination-bullets .swiper-pagination-bullet:hover:after {
    background-color: #fff;
}
.qodef-events-fullscreen-slider .swiper-button-next svg,
.qodef-events-fullscreen-slider .swiper-button-prev svg {
    width: 52px;
    height: 62px;
    color: #fff;
}
.qodef-events-fullscreen-slider.swiper-container-vertical > .swiper-pagination-bullets,
.qodef-events-fullscreen-slider.swiper-vertical > .swiper-pagination-bullets {
    right: 46px !important;
}
@media only screen and (max-width: 1024px) {
    .qodef-events-fullscreen-slider.swiper-container-vertical > .swiper-pagination-bullets,
    .qodef-events-fullscreen-slider.swiper-vertical > .swiper-pagination-bullets {
        right: 40px !important;
    }
}
@media only screen and (max-width: 680px) {
    .qodef-events-fullscreen-slider.swiper-container-vertical > .swiper-pagination-bullets,
    .qodef-events-fullscreen-slider.swiper-vertical > .swiper-pagination-bullets {
        right: 14px !important;
    }
}
.qodef-events-fullscreen-slider.qodef-item-layout--info-above.qodef-full-height-slider--yes .qodef-m-item .qodef-e-content-inner {
    padding-top: 186px;
}
.qodef-events-fullscreen-slider.qodef-item-layout--info-above.qodef-full-height-slider--yes .qodef-m-item .qodef-e-content {
    height: 220px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.qodef-events-fullscreen-slider.qodef-item-layout--info-above .qodef-m-item .qodef-e-inner {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.qodef-events-fullscreen-slider.qodef-item-layout--info-above .qodef-m-item .qodef-e-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0 31px 0 37px;
    position: relative;
    z-index: 50;
    top: 34px;
}
@media only screen and (max-width: 1024px) {
    .qodef-events-fullscreen-slider.qodef-item-layout--info-above .qodef-m-item .qodef-e-content .qodef-e-info-holder .qodef-e-info .qodef-e-date-time-info * {
        font-size: 45px;
    }
    .qodef-events-fullscreen-slider.qodef-item-layout--info-above .qodef-m-item .qodef-e-content .qodef-e-info-holder .qodef-e-info .qodef-e-time {
        font-size: 45px;
    }
    .qodef-events-fullscreen-slider.qodef-item-layout--info-above .qodef-m-item .qodef-e-content .qodef-e-info-holder .qodef-e-info .qodef-e-date-info * {
        font-size: 45px;
    }
}
@media only screen and (max-width: 768px) {
    .qodef-events-fullscreen-slider.qodef-item-layout--info-above .qodef-m-item .qodef-e-content {
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        top: 19px;
        padding: 0;
    }
    .qodef-events-fullscreen-slider.qodef-item-layout--info-above .qodef-m-item .qodef-e-content .qodef-e-text {
        width: 100%;
    }
    .qodef-events-fullscreen-slider.qodef-item-layout--info-above .qodef-m-item .qodef-e-content .qodef-e-info-holder {
        width: 100%;
    }
    .qodef-events-fullscreen-slider.qodef-item-layout--info-above .qodef-m-item .qodef-e-content .qodef-e-info-holder .qodef-e-info .qodef-e-time {
        font-size: 40px;
    }
    .qodef-events-fullscreen-slider.qodef-item-layout--info-above .qodef-m-item .qodef-e-content .qodef-e-info-holder .qodef-e-info .qodef-e-date-info *,
    .qodef-events-fullscreen-slider.qodef-item-layout--info-above .qodef-m-item .qodef-e-content .qodef-e-info-holder .qodef-e-info .qodef-e-date-time-info * {
        font-size: 40px;
    }
    .qodef-events-fullscreen-slider.qodef-item-layout--info-above .qodef-m-item .qodef-e-content .qodef-e-info-holder .qodef-e-info .qodef-e-date-info {
        display: inline-block;
        width: auto;
    }
    .qodef-events-fullscreen-slider.qodef-item-layout--info-above .qodef-m-item .qodef-e-content .qodef-e-info-holder .qodef-e-info * {
        font-size: 25px;
    }
}
@media only screen and (max-width: 768px) {
    .qodef-events-fullscreen-slider.qodef-item-layout--info-above .qodef-m-item .qodef-e-content .qodef-e-info-holder {
        text-align: left;
    }
    .qodef-events-fullscreen-slider.qodef-item-layout--info-above .qodef-m-item .qodef-e-content .qodef-e-info-holder .qodef-e-info * {
        text-align: left;
    }
}
.qodef-events-fullscreen-slider.qodef-item-layout--info-above .qodef-m-item .qodef-e-text {
    width: 65%;
}
.qodef-events-fullscreen-slider.qodef-item-layout--info-above .qodef-m-item .qodef-e-read-more {
    position: absolute;
    left: 44px;
    bottom: -146px;
    opacity: 0;
    --qode-x: 0px;
    --qode-y: 50px;
}
@media only screen and (max-width: 680px) {
    .qodef-events-fullscreen-slider.qodef-item-layout--info-above .qodef-m-item .qodef-e-read-more {
        left: 0;
        bottom: -100px;
    }
    .qodef-events-fullscreen-slider.qodef-item-layout--info-above .qodef-m-item .qodef-e-read-more .qodef-e-more-link svg {
        width: 70px;
    }
}
.qodef-events-fullscreen-slider.qodef-item-layout--info-above .qodef-m-item .qodef-e-read-more .qodef-e-more-link {
    display: block;
    --qode-x: 4px;
    transform: translateX(0);
    transition: transform 0.5s cubic-bezier(0.41, 0.88, 0.28, 1.01), color 0.2s ease-out;
    --qode-y: -5px;
}
.qodef-events-fullscreen-slider.qodef-item-layout--info-above .qodef-m-item .qodef-e-read-more .qodef-e-more-link:hover {
    transform: translateY(var(--qode-y));
}
.qodef-events-fullscreen-slider.qodef-item-layout--info-above .qodef-m-item .qodef-e-info-holder {
    text-align: right;
    margin-top: 15px;
    opacity: 0;
    --qode-x: 50px;
    --qode-y: 0px;
}
.qodef-events-fullscreen-slider.qodef-item-layout--info-above .qodef-m-item .qodef-e-info-holder .qodef-e-info .qodef-e-date-time-info * {
    font-family: "Space Grotesk", sans-serif;
    font-weight: 500;
    letter-spacing: -0.05em;
    color: var(--qode-main-color);
    font-size: 58px;
    line-height: 1.03448em;
    color: rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 1440px) {
    .qodef-events-fullscreen-slider.qodef-item-layout--info-above .qodef-m-item .qodef-e-info-holder .qodef-e-info .qodef-e-date-time-info * {
        font-size: 43px;
    }
}
@media only screen and (max-width: 1024px) {
    .qodef-events-fullscreen-slider.qodef-item-layout--info-above .qodef-m-item .qodef-e-info-holder .qodef-e-info .qodef-e-date-time-info * {
        font-size: 40px;
    }
}
.qodef-events-fullscreen-slider.qodef-item-layout--info-above .qodef-m-item .qodef-e-info-holder .qodef-e-info .qodef-e-time {
    font-family: "Space Grotesk", sans-serif;
    font-weight: 500;
    letter-spacing: -0.05em;
    color: var(--qode-main-color);
    font-size: 58px;
    line-height: 1.03448em;
    color: rgba(0, 0, 0, 0.3);
    margin: 0 0 0 4px;
}
@media only screen and (max-width: 1440px) {
    .qodef-events-fullscreen-slider.qodef-item-layout--info-above .qodef-m-item .qodef-e-info-holder .qodef-e-info .qodef-e-time {
        font-size: 43px;
    }
}
@media only screen and (max-width: 1024px) {
    .qodef-events-fullscreen-slider.qodef-item-layout--info-above .qodef-m-item .qodef-e-info-holder .qodef-e-info .qodef-e-time {
        font-size: 40px;
    }
}
.qodef-events-fullscreen-slider.qodef-item-layout--info-above .qodef-m-item .qodef-e-info-holder .qodef-e-info .qodef-e-date-info {
    display: block;
    width: 100%;
}
.qodef-events-fullscreen-slider.qodef-item-layout--info-above .qodef-m-item .qodef-e-info-holder .qodef-e-info .qodef-e-date-info + .qodef-e-time:before {
    content: none;
}
.qodef-events-fullscreen-slider.qodef-item-layout--info-above .qodef-m-item .qodef-e-info-holder .qodef-e-info .qodef-e-date-info * {
    font-family: "Space Grotesk", sans-serif;
    font-weight: 500;
    letter-spacing: -0.05em;
    color: var(--qode-main-color);
    font-size: 58px;
    line-height: 1.03448em;
    color: rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 1440px) {
    .qodef-events-fullscreen-slider.qodef-item-layout--info-above .qodef-m-item .qodef-e-info-holder .qodef-e-info .qodef-e-date-info * {
        font-size: 43px;
    }
}
@media only screen and (max-width: 1024px) {
    .qodef-events-fullscreen-slider.qodef-item-layout--info-above .qodef-m-item .qodef-e-info-holder .qodef-e-info .qodef-e-date-info * {
        font-size: 40px;
    }
}
.qodef-events-fullscreen-slider.qodef-item-layout--info-above .qodef-m-item .qodef-e-info-holder .qodef-e-info .qodef-e-date-info .qodef-e-date.qodef-e-start + .qodef-e-date.qodef-e-end:before {
    content: "-";
    display: inline-block;
    margin: 0 -2px 0 -2px;
}
.qodef-events-fullscreen-slider.qodef-item-layout--info-above .qodef-m-item .qodef-e-date-info {
    --qode-x: -80px;
    --qode-y: 0px;
}
.qodef-events-fullscreen-slider.qodef-item-layout--info-above .qodef-m-item .qodef-e-event-types {
    width: 100%;
    display: block;
    margin-bottom: 5px;
}
.qodef-events-fullscreen-slider.qodef-item-layout--info-above .qodef-m-item .qodef-e-event-types .qodef-info-separator-end:last-of-type {
    display: none;
}
@media only screen and (max-width: 1680px) {
    .qodef-events-fullscreen-slider.qodef-item-layout--info-above .qodef-m-item .qodef-e-text {
        width: 55%;
    }
}
@media only screen and (max-width: 1600px) {
    .qodef-events-fullscreen-slider.qodef-item-layout--info-above .qodef-m-item .qodef-e-text {
        width: 55%;
    }
}
@media only screen and (max-width: 1440px) {
    .qodef-events-fullscreen-slider.qodef-item-layout--info-above .qodef-m-item .qodef-e-text {
        width: 39%;
    }
}
@media only screen and (max-width: 1368px) {
    .qodef-events-fullscreen-slider.qodef-item-layout--info-above .qodef-m-item .qodef-e-text {
        width: 41%;
    }
}
@media only screen and (max-width: 1024px) {
    .qodef-events-fullscreen-slider.qodef-item-layout--info-above .qodef-m-item .qodef-e-text {
        width: 45%;
    }
}
@media only screen and (max-width: 768px) {
    .qodef-events-fullscreen-slider.qodef-item-layout--info-above .qodef-m-item .qodef-e-title {
        font-size: 60px;
    }
}
@media only screen and (max-width: 680px) {
    .qodef-events-fullscreen-slider.qodef-item-layout--info-above .qodef-m-item .qodef-e-title {
        font-size: 40px;
    }
}
.qodef-events-fullscreen-slider.qodef-item-layout--info-above .swiper-slide {
    z-index: -1;
}
.qodef-events-fullscreen-slider.qodef-item-layout--info-above .swiper-slide .qodef-e-content-inner {
    position: relative;
}
.qodef-events-fullscreen-slider.qodef-item-layout--info-above .swiper-slide .qodef-e-content-inner .qodef-e-content {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.35s ease-out, visibility 0.35s ease-out;
}
.qodef-events-fullscreen-slider.qodef-item-layout--info-above .swiper-slide.qodef--prev-active {
    opacity: 1 !important;
    z-index: 5;
}
.qodef-events-fullscreen-slider.qodef-item-layout--info-above .swiper-slide.qodef--prev-active .qodef-e-content {
    opacity: 1;
    visibility: visible;
}
.qodef-events-fullscreen-slider.qodef-item-layout--info-above .swiper-slide.qodef--prev-active .qodef-e-title .qodef--word {
    animation: qode-slider-text-prev 0.7s cubic-bezier(0.65, 0.05, 0.36, 1) forwards;
}
.qodef-events-fullscreen-slider.qodef-item-layout--info-above .swiper-slide.qodef--prev-active .qodef-e-info-holder {
    animation: qode-fade-out 0.35s both;
}
.qodef-events-fullscreen-slider.qodef-item-layout--info-above .swiper-slide.qodef--prev-active .qodef-e-date-info {
    animation: qode-fade-out 0.35s both;
}
.qodef-events-fullscreen-slider.qodef-item-layout--info-above .swiper-slide.qodef--prev-active .qodef-e-read-more {
    animation: qode-fade-out 0.35s both;
}
.qodef-events-fullscreen-slider.qodef-item-layout--info-above .swiper-slide.swiper-slide-active.qodef--init-active .qodef-e-image {
    animation: none !important;
}
.qodef-events-fullscreen-slider.qodef-item-layout--info-above .swiper-slide.swiper-slide-active.qodef--prev-active {
    z-index: 10;
}
.qodef-events-fullscreen-slider.qodef-item-layout--info-above .swiper-slide.swiper-slide-active.qodef--prev-active .qodef-e-content-inner .qodef-e-image {
    animation: qode-swiper-image-in-left 0.9s cubic-bezier(0.43, 0.41, 0.36, 0.9) both;
}
.qodef-events-fullscreen-slider.qodef-item-layout--info-above .swiper-slide.swiper-slide-active.qodef--prev-active .qodef-e-content-inner .qodef-e-content {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}
.qodef-events-fullscreen-slider.qodef-item-layout--info-above .swiper-slide.swiper-slide-active.qodef--prev-active .qodef-e-content-inner .qodef-e-title .qodef--word {
    opacity: 0;
    animation: qode-slider-text-active 1s cubic-bezier(0.65, 0.05, 0.36, 1) forwards;
}
.qodef-events-fullscreen-slider.qodef-item-layout--info-above .swiper-slide.swiper-slide-active.qodef--prev-active .qodef-e-content-inner .qodef-e-title .qodef--line:nth-child(1n) .qodef--word {
    animation-delay: 0.1s;
}
.qodef-events-fullscreen-slider.qodef-item-layout--info-above .swiper-slide.swiper-slide-active.qodef--prev-active .qodef-e-content-inner .qodef-e-title .qodef--line:nth-child(2n) .qodef--word {
    animation-delay: 0.2s;
}
.qodef-events-fullscreen-slider.qodef-item-layout--info-above .swiper-slide.swiper-slide-active.qodef--prev-active .qodef-e-content-inner .qodef-e-title .qodef--line:nth-child(3n) .qodef--word {
    animation-delay: 0.3s;
}
.qodef-events-fullscreen-slider.qodef-item-layout--info-above .swiper-slide.swiper-slide-active.qodef--prev-active .qodef-e-content-inner .qodef-e-title .qodef--line:nth-child(4n) .qodef--word {
    animation-delay: 0.4s;
}
.qodef-events-fullscreen-slider.qodef-item-layout--info-above .swiper-slide.swiper-slide-active.qodef--prev-active .qodef-e-content-inner .qodef-e-title .qodef--line:nth-child(5n) .qodef--word {
    animation-delay: 0.5s;
}
.qodef-events-fullscreen-slider.qodef-item-layout--info-above .swiper-slide.swiper-slide-active.qodef--prev-active .qodef-e-content-inner .qodef-e-title .qodef--line:nth-child(6n) .qodef--word {
    animation-delay: 0.6s;
}
.qodef-events-fullscreen-slider.qodef-item-layout--info-above .swiper-slide.swiper-slide-active.qodef--prev-active .qodef-e-content-inner .qodef-e-title .qodef--line:nth-child(7n) .qodef--word {
    animation-delay: 0.7s;
}
.qodef-events-fullscreen-slider.qodef-item-layout--info-above .swiper-slide.swiper-slide-active.qodef--prev-active .qodef-e-content-inner .qodef-e-title .qodef--line:nth-child(8n) .qodef--word {
    animation-delay: 0.8s;
}
.qodef-events-fullscreen-slider.qodef-item-layout--info-above .swiper-slide.swiper-slide-active.qodef--prev-active .qodef-e-content-inner .qodef-e-read-more {
    opacity: 0;
    animation: qode-slider-simple-in 0.75s 0.5s forwards;
}
.qodef-events-fullscreen-slider.qodef-item-layout--info-above .swiper-slide.swiper-slide-active.qodef--prev-active .qodef-e-content-inner .qodef-e-info-holder {
    opacity: 0;
    animation: qode-slider-simple-in 0.75s 0.3s forwards;
}
.qodef-events-fullscreen-slider.qodef-item-layout--info-above .swiper-slide.swiper-slide-active.qodef--prev-active .qodef-e-content-inner .qodef-e-date-info {
    opacity: 0;
    animation: qode-slider-simple-in 0.75s 0.3s forwards;
}
.qodef-events-fullscreen-slider.qodef-item-layout--info-above .qodef-bottom-info {
    display: inline-block;
    margin-left: auto;
    position: absolute;
    right: 0;
    bottom: 48px;
}
.qodef-events-fullscreen-slider.qodef-item-layout--info-above .qodef-bottom-info .swiper-pagination-bullets {
    margin-top: 0;
    pointer-events: all;
}
.qodef-events-fullscreen-slider.qodef-item-layout--info-above .qodef-bottom-info .swiper-pagination {
    position: relative;
    font-family: "Space Grotesk", sans-serif;
    font-size: 48px;
    font-weight: 500;
    letter-spacing: -0.05em;
    line-height: 1;
    color: #fff;
    display: inline-block;
    padding-right: 37px;
    bottom: initial !important;
}
@media only screen and (max-width: 768px) {
    .qodef-events-fullscreen-slider.qodef-item-layout--info-above .qodef-bottom-info .swiper-pagination {
        display: none;
    }
}
.qodef-events-fullscreen-slider.qodef-item-layout--info-above .qodef-bottom-info .swiper-pagination .qodef-m-number {
    display: inline-block;
    width: 40px;
    height: 20px;
    line-height: 1;
    cursor: pointer;
}
.qodef-events-fullscreen-slider.qodef-item-layout--info-above .qodef-bottom-info .swiper-pagination .qodef-m-number > span {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    vertical-align: bottom;
    color: var(--qode-main-color);
    transition: all 0.3s ease-out;
}
.qodef-events-fullscreen-slider.qodef-item-layout--info-above .qodef-bottom-info .swiper-pagination .qodef-m-number.swiper-pagination-bullet-active > span {
    font-weight: 500;
    transform: scale(1.2);
}
.qodef-events-fullscreen-slider.qodef-item-layout--info-below {
    padding: 30px 25px 0;
}
@media only screen and (max-width: 1024px) {
    .qodef-events-fullscreen-slider.qodef-item-layout--info-below .qodef-m-item .qodef-e-title {
        margin: 46px 0 14px;
    }
}
@media only screen and (max-width: 768px) {
    .qodef-events-fullscreen-slider.qodef-item-layout--info-below .qodef-m-item .qodef-e-title {
        margin: 42px 0 9px;
    }
}
@media only screen and (max-width: 1024px) {
    .qodef-events-fullscreen-slider.qodef-item-layout--info-below .qodef-m-item .qodef-e-title {
        margin: 77px 0 11px;
    }
}
@media only screen and (max-width: 680px) {
    .qodef-events-fullscreen-slider.qodef-item-layout--info-below .qodef-m-item .qodef-e-title {
        padding-right: 56px;
    }
}
.qodef-events-fullscreen-slider.qodef-item-layout--info-below.qodef-full-height-slider--yes .qodef-e-content-inner {
    padding-bottom: 157px;
}
.qodef-events-fullscreen-slider.qodef-item-layout--info-below.qodef-full-height-slider--yes .qodef-e-content {
    height: 157px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}
@media only screen and (max-width: 1024px) {
    .qodef-events-fullscreen-slider.qodef-item-layout--info-below.qodef-full-height-slider--yes {
        height: calc(100vh - 95px);
    }
    .qodef-events-fullscreen-slider.qodef-item-layout--info-below.qodef-full-height-slider--yes .qodef-e-content-inner {
        padding-bottom: 180px;
    }
    .qodef-events-fullscreen-slider.qodef-item-layout--info-below.qodef-full-height-slider--yes .qodef-e-content {
        height: 180px;
        justify-content: flex-end !important;
    }
}
@media only screen and (max-width: 680px) {
    .qodef-events-fullscreen-slider.qodef-item-layout--info-below.qodef-full-height-slider--yes .qodef-e-content-inner {
        padding-bottom: 190px;
    }
    .qodef-events-fullscreen-slider.qodef-item-layout--info-below.qodef-full-height-slider--yes .qodef-e-content {
        height: 190px;
    }
}
.qodef-events-fullscreen-slider.qodef-item-layout--info-below .qodef-e-info .qodef-e-date-info .qodef-e-date.qodef-e-end {
    display: none;
}
.qodef-events-fullscreen-slider.qodef-item-layout--info-below .qodef-m-item .qodef-e-inner {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.qodef-events-fullscreen-slider.qodef-item-layout--info-below .qodef-m-item .qodef-e-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 21px;
}
@media only screen and (max-width: 1024px) {
    .qodef-events-fullscreen-slider.qodef-item-layout--info-below .qodef-m-item .qodef-e-content {
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        padding: 0;
    }
    .qodef-events-fullscreen-slider.qodef-item-layout--info-below .qodef-m-item .qodef-e-content .qodef-e-text {
        width: 100%;
    }
    .qodef-events-fullscreen-slider.qodef-item-layout--info-below .qodef-m-item .qodef-e-content .qodef-e-event-types {
        width: auto;
    }
    .qodef-events-fullscreen-slider.qodef-item-layout--info-below .qodef-m-item .qodef-e-content .qodef-e-content-inner .qodef-e-info-holder {
        text-align: left;
    }
    .qodef-events-fullscreen-slider.qodef-item-layout--info-below .qodef-m-item .qodef-e-content .qodef-e-content-inner .qodef-e-info-holder .qodef-e-info * {
        font-size: 25px;
    }
}
@media only screen and (max-width: 680px) {
    .qodef-events-fullscreen-slider.qodef-item-layout--info-below .qodef-m-item .qodef-e-content .qodef-e-event-types {
        width: 100%;
    }
    .qodef-events-fullscreen-slider.qodef-item-layout--info-below .qodef-m-item .qodef-e-content .qodef-e-info-holder {
        text-align: left !important;
    }
    .qodef-events-fullscreen-slider.qodef-item-layout--info-below .qodef-m-item .qodef-e-content .qodef-e-info-holder .qodef-info-separator-end:last-of-type {
        display: none;
    }
}
.qodef-events-fullscreen-slider.qodef-item-layout--info-below .qodef-m-item .qodef-e-text {
    width: 63%;
}
.qodef-events-fullscreen-slider.qodef-item-layout--info-below .qodef-m-item .qodef-e-title {
    text-transform: uppercase;
}
.qodef-events-fullscreen-slider.qodef-item-layout--info-below .qodef-m-item .qodef-e-info-holder {
    text-align: right;
}
@media only screen and (max-width: 1680px) {
    .qodef-events-fullscreen-slider.qodef-item-layout--info-below .qodef-m-item .qodef-e-text {
        width: 60%;
    }
}
.qodef-events-fullscreen-slider.qodef-item-layout--info-below .qodef-m-item .qodef-e-tickets-link {
    position: absolute;
    top: 37px;
    right: 208px;
}
@media only screen and (max-width: 1366px) {
    .qodef-events-fullscreen-slider.qodef-item-layout--info-below .qodef-m-item .qodef-e-tickets-link {
        right: 168px;
    }
}
@media only screen and (max-width: 1024px) {
    .qodef-events-fullscreen-slider.qodef-item-layout--info-below .qodef-m-item .qodef-e-tickets-link {
        top: 25px;
        right: 25px;
    }
}
body:not(.qodef-header--vertical-over-content) .qodef-events-fullscreen-slider.qodef-item-layout--info-below .qodef-m-item .qodef-e-tickets-link {
    right: 80px;
}
@media only screen and (max-width: 1366px) {
    body:not(.qodef-header--vertical-over-content) .qodef-events-fullscreen-slider.qodef-item-layout--info-below .qodef-m-item .qodef-e-tickets-link {
        right: 80px;
    }
}
@media only screen and (max-width: 1024px) {
    body:not(.qodef-header--vertical-over-content) .qodef-events-fullscreen-slider.qodef-item-layout--info-below .qodef-m-item .qodef-e-tickets-link {
        right: 40px;
    }
}
.qodef-events-fullscreen-slider.qodef-item-layout--info-below .swiper-slide {
    z-index: -1;
}
.qodef-events-fullscreen-slider.qodef-item-layout--info-below .swiper-slide .qodef-e-content-inner {
    position: relative;
}
.qodef-events-fullscreen-slider.qodef-item-layout--info-below .swiper-slide .qodef-e-content-inner .qodef-e-content {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.35s ease-out, visibility 0.35s ease-out;
}
.qodef-events-fullscreen-slider.qodef-item-layout--info-below .swiper-slide .qodef-e-content-inner .qodef-e-date-info {
    --qode-x: -80px;
    --qode-y: 0px;
}
.qodef-events-fullscreen-slider.qodef-item-layout--info-below .swiper-slide .qodef-e-content-inner .qodef-e-info-holder {
    text-align: right;
    margin-top: 15px;
    opacity: 0;
    --qode-x: 50px;
    --qode-y: 0px;
}
@media only screen and (max-width: 680px) {
    .qodef-events-fullscreen-slider.qodef-item-layout--info-below .swiper-slide .qodef-e-content-inner .qodef-e-info-holder {
        margin-top: 0;
    }
}
.qodef-events-fullscreen-slider.qodef-item-layout--info-below .swiper-slide.qodef--prev-active {
    opacity: 1 !important;
    z-index: 5;
}
.qodef-events-fullscreen-slider.qodef-item-layout--info-below .swiper-slide.qodef--prev-active .qodef-e-title .qodef--word {
    animation: qode-slider-text-prev 0.7s cubic-bezier(0.65, 0.05, 0.36, 1) forwards;
}
.qodef-events-fullscreen-slider.qodef-item-layout--info-below .swiper-slide.qodef--prev-active .qodef-e-info-holder {
    animation: qode-fade-out 0.35s both;
}
.qodef-events-fullscreen-slider.qodef-item-layout--info-below .swiper-slide.swiper-slide-active.qodef--init-active .qodef-e-image {
    animation: none !important;
}
.qodef-events-fullscreen-slider.qodef-item-layout--info-below .swiper-slide.swiper-slide-active.qodef--prev-active {
    z-index: 10;
}
.qodef-events-fullscreen-slider.qodef-item-layout--info-below .swiper-slide.swiper-slide-active.qodef--prev-active .qodef-e-content-inner .qodef-e-image {
    animation: qode-swiper-image-in-left 1s cubic-bezier(0.43, 0.41, 0.36, 0.9) both;
}
.qodef-events-fullscreen-slider.qodef-item-layout--info-below .swiper-slide.swiper-slide-active.qodef--prev-active .qodef-e-content-inner .qodef-e-content {
    opacity: 1;
    visibility: visible;
}
.qodef-events-fullscreen-slider.qodef-item-layout--info-below .swiper-slide.swiper-slide-active.qodef--prev-active .qodef-e-content-inner .qodef-e-title .qodef--word {
    opacity: 0;
    animation: qode-slider-text-active 1s cubic-bezier(0.65, 0.05, 0.36, 1) forwards;
}
.qodef-events-fullscreen-slider.qodef-item-layout--info-below .swiper-slide.swiper-slide-active.qodef--prev-active .qodef-e-content-inner .qodef-e-title .qodef--line:nth-child(1n) .qodef--word {
    animation-delay: 0.1s;
}
.qodef-events-fullscreen-slider.qodef-item-layout--info-below .swiper-slide.swiper-slide-active.qodef--prev-active .qodef-e-content-inner .qodef-e-title .qodef--line:nth-child(2n) .qodef--word {
    animation-delay: 0.2s;
}
.qodef-events-fullscreen-slider.qodef-item-layout--info-below .swiper-slide.swiper-slide-active.qodef--prev-active .qodef-e-content-inner .qodef-e-title .qodef--line:nth-child(3n) .qodef--word {
    animation-delay: 0.3s;
}
.qodef-events-fullscreen-slider.qodef-item-layout--info-below .swiper-slide.swiper-slide-active.qodef--prev-active .qodef-e-content-inner .qodef-e-title .qodef--line:nth-child(4n) .qodef--word {
    animation-delay: 0.4s;
}
.qodef-events-fullscreen-slider.qodef-item-layout--info-below .swiper-slide.swiper-slide-active.qodef--prev-active .qodef-e-content-inner .qodef-e-title .qodef--line:nth-child(5n) .qodef--word {
    animation-delay: 0.5s;
}
.qodef-events-fullscreen-slider.qodef-item-layout--info-below .swiper-slide.swiper-slide-active.qodef--prev-active .qodef-e-content-inner .qodef-e-title .qodef--line:nth-child(6n) .qodef--word {
    animation-delay: 0.6s;
}
.qodef-events-fullscreen-slider.qodef-item-layout--info-below .swiper-slide.swiper-slide-active.qodef--prev-active .qodef-e-content-inner .qodef-e-title .qodef--line:nth-child(7n) .qodef--word {
    animation-delay: 0.7s;
}
.qodef-events-fullscreen-slider.qodef-item-layout--info-below .swiper-slide.swiper-slide-active.qodef--prev-active .qodef-e-content-inner .qodef-e-title .qodef--line:nth-child(8n) .qodef--word {
    animation-delay: 0.8s;
}
.qodef-events-fullscreen-slider.qodef-item-layout--info-below .swiper-slide.swiper-slide-active.qodef--prev-active .qodef-e-content-inner .qodef-e-info-holder {
    opacity: 0;
    animation: qode-slider-simple-in 0.75s 0.3s forwards;
}
.qodef-events-fullscreen-slider.qodef-item-layout--info-below .swiper-button-next,
.qodef-events-fullscreen-slider.qodef-item-layout--info-below .swiper-button-prev {
    bottom: 193px;
    top: initial;
    transform: none;
}
@media only screen and (max-width: 1024px) {
    .qodef-events-fullscreen-slider.qodef-item-layout--info-below .swiper-button-next,
    .qodef-events-fullscreen-slider.qodef-item-layout--info-below .swiper-button-prev {
        bottom: 205px;
    }
}
@media only screen and (max-width: 680px) {
    .qodef-events-fullscreen-slider.qodef-item-layout--info-below .swiper-button-next,
    .qodef-events-fullscreen-slider.qodef-item-layout--info-below .swiper-button-prev {
        bottom: 230px;
    }
}
.qodef-events-fullscreen-slider.qodef-item-layout--info-below .swiper-button-next {
    right: 105px !important;
}
.qodef-events-fullscreen-slider.qodef-item-layout--info-below .swiper-button-next:hover svg {
    transition-delay: 50ms;
}
.qodef-events-fullscreen-slider.qodef-item-layout--info-below .swiper-button-prev {
    left: initial !important;
    right: 177px !important;
}
.qodef-events-fullscreen-slider.qodef-item-layout--info-below .swiper-button-prev:hover svg {
    transition-delay: 50ms;
}
@media only screen and (max-width: 1024px) {
    .qodef-events-fullscreen-slider.qodef-item-layout--info-below .swiper-button-next {
        right: 65px !important;
    }
    .qodef-events-fullscreen-slider.qodef-item-layout--info-below .swiper-button-prev {
        right: 135px !important;
    }
}
.qodef-events-list-outer.qodef-indent--right .qodef-m-top-info {
    padding-right: 100px;
}
@media only screen and (max-width: 1024px) {
    .qodef-events-list-outer.qodef-indent--right .qodef-m-top-info {
        padding-right: 7%;
    }
}
.qodef-events-list-outer.qodef-indent--left .qodef-m-top-info {
    padding-left: 100px;
}
@media only screen and (max-width: 1024px) {
    .qodef-events-list-outer.qodef-indent--left .qodef-m-top-info {
        padding-left: 7%;
    }
}
.qodef-events-list .qodef-e-title {
    margin: 0;
}
.qodef-events-list .qodef-e-title .qodef-e-title-link {
    --qodef-underline-position-y: 1.15em;
    --qodef-underline-height: 1px;
    background-repeat: no-repeat;
    background-image: linear-gradient(90deg, currentColor 0, currentColor 100%);
    transition: background-size 0.75s cubic-bezier(0.51, 0.5, 0.07, 0.99), color 0.2s ease-out;
    background-position: 100% var(--qodef-underline-position-y);
    background-size: 0 var(--qodef-underline-height);
}
.qodef-events-list .qodef-e-title .qodef-e-title-link:hover {
    background-size: 100% var(--qodef-underline-height);
    background-position: 0 var(--qodef-underline-position-y);
}
.qodef-events-list h1.qodef-e-title .qodef-e-title-link,
.qodef-events-list h2.qodef-e-title .qodef-e-title-link,
.qodef-events-list h3.qodef-e-title .qodef-e-title-link {
    --qodef-underline-height: 2px;
}
.qodef-events-list span.qodef-e-title {
    display: block;
    font-family: "Space Grotesk", sans-serif;
    font-weight: 500;
    letter-spacing: -0.05em;
    color: var(--qode-main-color);
    font-size: 58px;
    line-height: 1.03448em;
    font-size: 80px;
    line-height: 1;
    margin: 0;
}
@media only screen and (max-width: 1440px) {
    .qodef-events-list span.qodef-e-title {
        font-size: 43px;
    }
}
@media only screen and (max-width: 1024px) {
    .qodef-events-list span.qodef-e-title {
        font-size: 40px;
    }
}
.qodef-events-list span.qodef-e-title .qodef-e-title-link {
    background-position-y: -18px;
}
.qodef-events-list .qodef-e-info {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    cursor: auto !important;
}
.qodef-events-list .qodef-e-info * {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.5);
    letter-spacing: -0.01em;
}
.qodef-events-list .qodef-e-info .qodef-e-date-info {
    margin-right: 7px;
}
.qodef-events-list .qodef-e-info .qodef-e-date-info .qodef-e-date:after {
    content: "-";
    display: inline-block;
    margin: 0 4px;
}
.qodef-events-list .qodef-e-info .qodef-e-date-info .qodef-e-date:last-child:after {
    content: none;
}
.qodef-events-list .qodef-e-info .qodef-e-time:before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 17px;
    background-color: currentColor;
    margin-right: 10px;
}
.qodef-events-list .qodef-e-info .qodef-e-time {
    margin-right: 9px;
}
.qodef-events-list .qodef-e-info .qodef-e-location:before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: var(--qode-main-color);
    margin: 0 9px 0 0;
}
.qodef-events-list .qodef-info--event-types .qodef-e-info-content-link {
    display: inline-block;
    font-size: 15px;
    line-height: 1;
    letter-spacing: -0.02em;
    text-transform: capitalize;
    padding: 3px 7px;
    margin: 12px 9px 0 0;
    border: 1px solid var(--qode-main-color);
}
.qodef-events-list .qodef-info--event-types .qodef-e-info-content-link:last-child {
    margin-right: 0;
}
.qodef-events-list .qodef-e.qodef--has-appear {
    --qodef-translate-y: 40px;
    transform: translateY(var(--qodef-translate-y));
    opacity: 0;
    transition: transform 1.1s cubic-bezier(0.22, 0.61, 0.36, 1), opacity 0.4s;
}
.qodef-events-list .qodef-e.qodef--has-appear:nth-of-type(2n + 2) {
    --qodef-translate-y: -40px;
}
.qodef-events-list .qodef-e.qodef--has-appear.qodef--appeared {
    transform: translateY(0);
    opacity: 1;
}
.qodef-events-list .qodef-e.qodef--has-appear.qodef--appeared:nth-of-type(2n + 2) {
    transition-delay: 0.15s, 0.15s;
}
.qodef-events-list.qodef-item-layout--info-below.qodef-col-num--1 .qodef-e-heading,
.qodef-events-list.qodef-item-layout--info-below.qodef-col-num--2 .qodef-e-heading {
    max-width: 60%;
}
@media only screen and (max-width: 1024px) {
    .qodef-events-list.qodef-item-layout--info-below.qodef-col-num--1 .qodef-e-heading,
    .qodef-events-list.qodef-item-layout--info-below.qodef-col-num--2 .qodef-e-heading {
        max-width: 100%;
    }
}
.qodef-events-list.qodef-item-layout--info-below .qodef-e-inner {
    position: relative;
}
.qodef-events-list.qodef-item-layout--info-below .qodef-e-media-image {
    margin-bottom: 18px;
}
.qodef-events-list.qodef-item-layout--info-below .qodef-e-info {
    margin-bottom: 5px;
}
.qodef-events-list.qodef-item-layout--info-below .qodef-e-heading {
    margin-bottom: 0;
}
.qodef-events-list.qodef-item-layout--info-below .qodef-info--event-types {
    margin-top: 7px;
}
.qodef-events-list.qodef-item-layout--info-below .qodef-e-media-image {
    overflow: hidden;
}
.qodef-events-list.qodef-item-layout--info-below .qodef-e-media-image a {
    display: block;
}
.qodef-events-list.qodef-item-layout--info-below .qodef-e-media-image img {
    will-change: transform;
    transform-origin: center;
    --qodef-img-move: min(6px, 2%);
    --qodef-img-scale: 1.05;
    transform: translateX(0) translateZ(0) scale(var(--qodef-img-scale));
    transition: transform 0.55s cubic-bezier(0.37, 0.65, 0.38, 0.94);
}
.qodef-events-list.qodef-item-layout--info-below .qodef-e:hover .qodef-e-media-image img {
    transform: translateX(var(--qodef-img-move)) translateZ(0) scale(var(--qodef-img-scale));
}
.qodef-events-list.qodef-item-layout--info-on-image .qodef-e-inner {
    position: relative;
}
.qodef-events-list.qodef-item-layout--info-on-image .qodef-e-media-inner,
.qodef-events-list.qodef-item-layout--info-on-image .qodef-e-post-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.qodef-events-list.qodef-item-layout--info-on-image .qodef-e-media-inner {
    padding: 71px 39px;
}
.qodef-events-list.qodef-item-layout--info-on-image .qodef-e-media-inner a {
    position: relative;
    z-index: 3;
}
.qodef-events-list.qodef-item-layout--info-on-image .qodef-e-media-inner * {
    color: #fff;
}
.qodef-events-list.qodef-item-layout--info-on-image .qodef-e-media-inner .qodef-e-info .qodef-e-location:before {
    content: "";
    margin: 0 9px;
    display: inline-block;
    width: 1px;
    height: 17px;
    background-color: currentColor;
}
.qodef-events-list.qodef-item-layout--info-on-image .qodef-e-media-inner .qodef-info--event-types .qodef-e-info-content-link {
    border-color: #fff;
}
.qodef-events-list.qodef-item-layout--info-on-image .qodef-e-media-image {
    position: relative;
    margin-bottom: 0;
}
.qodef-events-list.qodef-item-layout--info-on-image .qodef-e-info {
    margin-bottom: 0;
}
.qodef-events-list.qodef-item-layout--info-on-image .qodef-e-heading {
    margin-bottom: 15px;
}
.qodef-events-list.qodef-item-layout--info-on-image .qodef-info--event-types {
    margin-top: 7px;
}
@media only screen and (max-width: 680px) {
    .qodef-events-list.qodef-item-layout--info-on-image .qodef-e-media-image img {
        min-height: 327px;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .qodef-events-list.qodef-item-layout--info-on-image .qodef-e-media-inner .qodef-e-info .qodef-e-location:before {
        display: none;
    }
}
.qodef-events-list.qodef-item-layout--info-table .qodef-e-inner {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.qodef-events-list.qodef-item-layout--info-table .qodef-e-date {
    flex-shrink: 0;
    margin-right: 32px;
}
.qodef-events-list.qodef-item-layout--info-table .qodef-e-tickets-link {
    flex-shrink: 0;
    margin-left: auto;
}
.qodef-events-list.qodef-item-layout--info-top.qodef-col-num--1 .qodef-e-heading,
.qodef-events-list.qodef-item-layout--info-top.qodef-col-num--2 .qodef-e-heading,
.qodef-events-list.qodef-item-layout--info-top.qodef-col-num--3 .qodef-e-heading {
    max-width: 80%;
}
.qodef-events-list.qodef-item-layout--info-top .qodef-e-inner {
    position: relative;
}
.qodef-events-list.qodef-item-layout--info-top .qodef-e-media-image {
    margin-bottom: 21px;
}
.qodef-events-list.qodef-item-layout--info-top .qodef-e-info {
    margin-bottom: 13px;
    cursor: auto !important;
}
.qodef-events-list.qodef-item-layout--info-top .qodef-e-heading {
    margin-bottom: 0;
}
.qodef-events-list.qodef-item-layout--info-top .qodef-info--event-types {
    margin-top: 9px;
}
.qodef-events-list.qodef-item-layout--info-top .qodef-e-event-list-bottom-holder {
    cursor: default !important;
}
.qodef-events-list.qodef-item-layout--info-top .qodef-e-event-list-bottom-holder .qodef-e-title-link,
.qodef-events-list.qodef-item-layout--info-top .qodef-e-event-list-bottom-holder .qodef-info--event-types a {
    cursor: pointer !important;
}
.widget_kahlo_core_events_list .qodef-events-list.qodef-item-layout--info-below.qodef-col-num--1 .qodef-e-heading,
.widget_kahlo_core_events_list .qodef-events-list.qodef-item-layout--info-below.qodef-col-num--2 .qodef-e-heading {
    max-width: 100%;
}
.widget_kahlo_core_events_list .qodef-events-list.qodef-item-layout--info-below .qodef-e-inner {
    display: flex;
    flex-direction: column;
}
.widget_kahlo_core_events_list .qodef-events-list.qodef-item-layout--info-below .qodef-e-inner .qodef-e-media-image {
    order: 1;
}
.widget_kahlo_core_events_list .qodef-events-list.qodef-item-layout--info-below .qodef-e-inner .qodef-e-heading {
    order: 2;
}
.widget_kahlo_core_events_list .qodef-events-list.qodef-item-layout--info-below .qodef-e-inner .qodef-e-info {
    margin-bottom: 0;
    margin-top: 2px;
    order: 3;
}
@media only screen and (max-width: 1440px) {
    .widget_kahlo_core_events_list .qodef-e-info .qodef-e-time {
        margin-right: 0;
    }
}
.qodef-events-timeline-list .qodef-e-title {
    margin: 0 0 1px;
}
.qodef-events-timeline-list .qodef-e-title .qodef-e-title-link {
    --qodef-underline-position-y: 1.15em;
    --qodef-underline-height: 1px;
    background-repeat: no-repeat;
    background-image: linear-gradient(90deg, currentColor 0, currentColor 100%);
    transition: background-size 0.5s cubic-bezier(0.51, 0.5, 0.07, 0.99), color 0.2s ease-out;
    background-position: 100% var(--qodef-underline-position-y);
    background-size: 0 var(--qodef-underline-height);
}
.qodef-events-timeline-list .qodef-e-title .qodef-e-title-link:hover {
    background-size: 100% var(--qodef-underline-height);
    background-position: 0 var(--qodef-underline-position-y);
}
.qodef-events-timeline-list .qodef-e-info {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.qodef-events-timeline-list .qodef-e-info * {
    display: flex;
    align-items: center;
    font-size: 17px;
    color: rgba(0, 0, 0, 0.5);
    letter-spacing: -0.01em;
}
.qodef-events-timeline-list .qodef-e-info .qodef-e-date-info {
    margin-right: 7px;
}
.qodef-events-timeline-list .qodef-e-info .qodef-e-date-info .qodef-e-date:after {
    content: "-";
    display: inline-block;
    margin: 0 4px;
}
.qodef-events-timeline-list .qodef-e-info .qodef-e-date-info .qodef-e-date:last-child:after {
    content: none;
}
.qodef-events-timeline-list .qodef-e-info .qodef-e-time:after {
    content: "h";
}
.qodef-events-timeline-list .qodef-e-info .qodef-e-time:before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 17px;
    background-color: currentColor;
    margin-right: 10px;
}
.qodef-events-timeline-list .qodef-e-info .qodef-e-location:before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: var(--qode-main-color);
    margin: 0 9px;
}
.qodef-events-timeline-list .qodef-info--event-types .qodef-e-info-content-link {
    display: inline-block;
    font-size: 15px;
    line-height: 1;
    letter-spacing: -0.02em;
    text-transform: capitalize;
    padding: 3px 7px;
    margin: 12px 9px 0 0;
    border: 1px solid var(--qode-main-color);
}
.qodef-events-timeline-list .qodef-info--event-types .qodef-e-info-content-link:last-child {
    margin-right: 0;
}
.qodef-events-timeline-list.qodef-item-layout--info-table > .qodef-grid-inner {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    row-gap: 0;
    column-gap: 0;
}
.qodef-events-timeline-list.qodef-item-layout--info-table > .qodef-grid-inner .qodef-e-list-row {
    position: relative;
    width: 50%;
    padding-right: 6vw;
}
@media only screen and (max-width: 768px) {
    .qodef-events-timeline-list.qodef-item-layout--info-table > .qodef-grid-inner .qodef-e-list-row {
        width: 100%;
        padding-right: 0;
    }
}
.qodef-events-timeline-list.qodef-item-layout--info-table > .qodef-grid-inner .qodef-e-list-row > .qodef-e-date {
    margin: 0 0 29px;
}
.qodef-events-timeline-list.qodef-item-layout--info-table > .qodef-grid-inner .qodef-e-list-row:nth-child(3n + 3):before,
.qodef-events-timeline-list.qodef-item-layout--info-table > .qodef-grid-inner .qodef-e-list-row:nth-child(4n + 4):before {
    content: "";
    display: block;
    width: calc(100% + 6vw);
    height: 1px;
    background-color: var(--qode-main-color);
    position: relative;
    margin: 77px 0 76px 0;
}
@media only screen and (max-width: 768px) {
    .qodef-events-timeline-list.qodef-item-layout--info-table > .qodef-grid-inner .qodef-e-list-row:nth-child(3n + 3):before,
    .qodef-events-timeline-list.qodef-item-layout--info-table > .qodef-grid-inner .qodef-e-list-row:nth-child(4n + 4):before {
        width: 100%;
    }
}
@media only screen and (max-width: 768px) {
    .qodef-events-timeline-list.qodef-item-layout--info-table > .qodef-grid-inner .qodef-e-list-row:nth-child(1n + 2):before {
        content: "";
        display: block;
        width: 100%;
        height: 1px;
        background-color: var(--qode-main-color);
        position: relative;
        margin: 77px 0 76px 0;
    }
}
.qodef-events-timeline-list.qodef-item-layout--info-table > .qodef-grid-inner .qodef-e-date-item {
    margin-bottom: 61px;
}
.qodef-events-timeline-list.qodef-item-layout--info-table > .qodef-grid-inner .qodef-e-date-item:last-of-type {
    margin-bottom: 0;
}
.qodef-events-timeline-list.qodef-item-layout--info-table.qodef-limit-posts-per-group--yes .qodef-e-list-row .qodef-e-date-item {
    display: none;
}
.qodef-events-timeline-list.qodef-item-layout--info-table.qodef-limit-posts-per-group--yes .qodef-e-list-row .qodef-e-date-item:nth-of-type(-n + 2) {
    display: block;
}
.qodef-events-timeline-list.qodef-item-layout--info-table.qodef-limit-posts-per-group--yes .qodef-e-list-row .qodef-e-date-item:nth-of-type(2) {
    margin-bottom: 0;
}
.qodef-events-timeline-list.qodef-item-layout--info-table .qodef-e-inner {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.qodef-events-timeline-list.qodef-item-layout--info-table .qodef-e-time {
    display: block;
    margin: 0 0 10px;
}
.qodef-events-timeline-list.qodef-item-layout--info-table .qodef-e-excerpt {
    margin: 15px 0 0;
}
.qodef-events-types-list .qodef-e-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.qodef-events-types-list .qodef-e-inner:hover .qodef-e-title span {
    background-size: 100% var(--qodef-underline-height);
    background-position: 0 var(--qodef-underline-position-y);
}
.qodef-events-types-list .qodef-e-inner:hover .qodef-e-image img {
    transform: scale(1.032);
    transition-duration: 0.73s;
}
.qodef-events-types-list .qodef-e-image img {
    display: block;
}
.qodef-events-types-list .qodef-e-content a {
    position: relative;
    z-index: 1;
}
.qodef-events-types-list .qodef-e-title {
    margin: 0;
}
.qodef-events-types-list .qodef-e-title span {
    --qodef-underline-position-y: 1.15em;
    --qodef-underline-height: 1px;
    background-repeat: no-repeat;
    background-image: linear-gradient(90deg, currentColor 0, currentColor 100%);
    transition: background-size 0.5s cubic-bezier(0.51, 0.5, 0.07, 0.99), color 0.2s ease-out;
    background-position: 100% var(--qodef-underline-position-y);
    background-size: 0 var(--qodef-underline-height);
}
.qodef-events-types-list .qodef-e-image {
    overflow: hidden;
}
.qodef-events-types-list .qodef-e-image a {
    display: block;
}
.qodef-events-types-list .qodef-e-image img {
    transform: scale(1.01);
    transition: transform 0.55s cubic-bezier(0.37, 0.65, 0.38, 0.94);
    transform-origin: 90% 70%;
}
.qodef-events-types-list .qodef-e-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.qodef-events-types-list.qodef-item-layout--gallery .qodef-e-inner:hover .qodef-e-content {
    opacity: 1;
}
.qodef-events-types-list.qodef-item-layout--gallery .qodef-e-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 31px 40px;
    background-color: rgba(var(--qode-main-color), 0.4);
    opacity: 0;
    transition: opacity 0.2s ease-out;
}
.qodef-events-types-list.qodef-item-layout--gallery .qodef-e-description,
.qodef-events-types-list.qodef-item-layout--gallery .qodef-e-title {
    color: #fff;
}
.qodef-events-types-list.qodef-item-layout--standard .qodef-e-image {
    margin-bottom: 17px;
}
#qodef-event-single-related-items {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-top: 111px;
}
@media only screen and (max-width: 680px) {
    #qodef-event-single-related-items {
        margin-top: 61px;
    }
}
#qodef-event-single-related-items .qodef-e-label.qodef--related-events {
    margin: 0 0 56px;
    text-align: center;
}
.qodef-portfolio-single {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.qodef-portfolio-single .qodef-portfolio-content {
    letter-spacing: -0.01em;
}
@media only screen and (min-width: 2560px) {
    .qodef-portfolio-single .qodef-media img {
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
}
.qodef-portfolio-single .qodef-media iframe {
    max-height: calc(56.25vw);
}
.qodef-portfolio-single .qodef-info-separator-single:after {
    margin-right: 5px;
    margin-left: 5px;
}
.qodef-portfolio-single .qodef-portfolio-title {
    margin: 0 0 10px;
}
.qodef-portfolio-single .qodef-portfolio-info > * {
    display: flex;
    align-items: flex-start;
    margin-bottom: 3px;
    flex-direction: row;
    letter-spacing: -0.01em;
}
.qodef-portfolio-single .qodef-portfolio-info > :last-child {
    margin-bottom: 0;
}
.qodef-portfolio-single .qodef-portfolio-info > .qodef-info--social-share {
    margin-top: 26px;
}
.qodef-portfolio-single .qodef-portfolio-info > .qodef-info--social-share .qodef-social-share.qodef-layout--text li {
    margin-right: 18px;
}
.qodef-portfolio-single .qodef-portfolio-info .qodef-e-label {
    margin: 0 5px 5px 0;
}
.qodef-portfolio-single .qodef-portfolio-info a,
.qodef-portfolio-single .qodef-portfolio-info p {
    margin: 0;
}
.qodef-portfolio-single .qodef-portfolio-info .qodef-e-info-label {
    margin-bottom: 13px;
    letter-spacing: -0.05em;
}
.qodef-portfolio-single .qodef-portfolio-info .qodef-e-category a,
.qodef-portfolio-single .qodef-portfolio-info .qodef-e-tag a {
    position: relative;
}
.qodef-portfolio-single .qodef-portfolio-info .qodef-e-category a:after,
.qodef-portfolio-single .qodef-portfolio-info .qodef-e-tag a:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 1px;
    height: 1px;
    background-color: currentColor;
    transition: width 0.4s cubic-bezier(0.51, 0.5, 0.07, 0.99);
    width: 0;
}
.qodef-portfolio-single .qodef-portfolio-info .qodef-e-category a:hover:after,
.qodef-portfolio-single .qodef-portfolio-info .qodef-e-tag a:hover:after {
    width: 100%;
    left: 0;
}
.qodef-portfolio-single .qodef-variations--small .qodef-portfolio-info {
    margin-top: 31px;
}
.qodef-portfolio-single .qodef-variations--small > .qodef-e-inner > .qodef-e-content:not(.qodef-small-slider) > .qodef-grid-inner {
    grid-template-columns: 1fr 42%;
    column-gap: 66px;
}
.qodef-portfolio-single .qodef-variations--small .qodef-small-slider > .qodef-grid-inner {
    column-gap: 66px;
    grid-template-columns: 54.1% 1fr;
}
@media only screen and (max-width: 1024px) {
    .qodef-portfolio-single .qodef-variations--small .qodef-ps-info-holder.qodef-ps-info-sticky-holder {
        margin-top: 0 !important;
    }
}
.qodef-portfolio-single .qodef-variations--big .qodef-e-info-label {
    margin-top: 9px;
}
@media only screen and (max-width: 1024px) {
    .qodef-portfolio-single .qodef-variations--big .qodef-e-info-label {
        margin-top: 11px;
    }
}
.qodef-portfolio-single .qodef-variations--big .qodef-e-content {
    margin-top: 70px;
}
@media only screen and (max-width: 1024px) {
    .qodef-portfolio-single .qodef-variations--big .qodef-e-content {
        margin-top: 31px;
    }
}
.qodef-portfolio-single .qodef-variations--big .qodef-e-content > .qodef-grid-inner {
    column-gap: 66px;
}
@media only screen and (max-width: 1024px) {
    .qodef-portfolio-single .qodef-variations--big .qodef-e-content > .qodef-grid-inner {
        row-gap: 10px;
    }
}
.qodef-portfolio-single .swiper-button-next,
.qodef-portfolio-single .swiper-button-prev {
    color: #fff;
}
.single-portfolio-item .qodef-page-title .qodef-m-content.qodef-content-full-width {
    padding: 0 105px;
}
@media only screen and (max-width: 1024px) {
    .single-portfolio-item .qodef-page-title .qodef-m-content.qodef-content-full-width {
        padding: 0 54px;
    }
}
@media only screen and (max-width: 680px) {
    .single-portfolio-item .qodef-page-title .qodef-m-content.qodef-content-full-width {
        padding: 0 28px;
    }
}
.qodef-portfolio-list .qodef-e-content,
.qodef-portfolio-list .qodef-e-inner,
.qodef-portfolio-list .qodef-e-media {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.qodef-portfolio-list .qodef-e-media iframe {
    display: block;
    height: 100%;
}
.qodef-portfolio-list .qodef-e-media-image {
    position: relative;
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
}
.qodef-portfolio-list .qodef-e-media-image a,
.qodef-portfolio-list .qodef-e-media-image img {
    display: block;
    width: 100%;
}
.qodef-portfolio-list .qodef-e-content {
    margin: 30px 0 0;
    z-index: 3;
    pointer-events: none;
}
.qodef-portfolio-list .qodef-e-content a {
    pointer-events: all;
}
.qodef-portfolio-list .qodef-e-title {
    margin: 0;
}
.qodef-portfolio-list .qodef-e-title .qodef-e-title-link {
    --qodef-underline-position-y: 100%;
    --qodef-underline-height: 1px;
    background-repeat: no-repeat;
    background-image: linear-gradient(90deg, currentColor 0, currentColor 100%);
    transition: background-size 0.5s cubic-bezier(0.51, 0.5, 0.07, 0.99), color 0.2s ease-out;
    background-position: 100% var(--qodef-underline-position-y);
    background-size: 0 var(--qodef-underline-height);
}
.qodef-portfolio-list .qodef-e-title .qodef-e-title-link:hover {
    background-size: 100% var(--qodef-underline-height);
    background-position: 0 var(--qodef-underline-position-y);
}
.qodef-portfolio-list h1.qodef-e-title .qodef-e-title-link,
.qodef-portfolio-list h2.qodef-e-title .qodef-e-title-link,
.qodef-portfolio-list h3.qodef-e-title .qodef-e-title-link {
    --qodef-underline-height: 2px;
}
.qodef-portfolio-list .qodef-e-excerpt {
    margin: 15px 0 0;
}
.qodef-portfolio-list .qodef-e-top-holder {
    margin-bottom: 2px;
}
.qodef-portfolio-list .qodef-e-top-holder .qodef-category-holder a {
    font-size: 16px;
}
.qodef-portfolio-list .qodef-e-read-more {
    margin: 15px 0 0;
}
.qodef-portfolio-list .qodef-e-post-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.qodef-portfolio-list .qodef-custom-margin .qodef-e-inner {
    width: auto;
}
.qodef-item-layout--info-below.qodef-hover-animation--overlay .qodef-e-media-image {
    width: 100%;
    overflow: hidden;
}
.qodef-item-layout--info-below.qodef-hover-animation--overlay .qodef-e-media-image > a {
    position: relative;
    display: block;
}
.qodef-item-layout--info-below.qodef-hover-animation--overlay .qodef-e-media-image > a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    opacity: 0;
    transition: opacity 0.3s ease-out;
}
.qodef-item-layout--info-below.qodef-hover-animation--overlay .qodef-e-media-image img {
    transform: scale(1.01);
    transition: transform 0.55s cubic-bezier(0.37, 0.65, 0.38, 0.94);
    transform-origin: 90% 70%;
}
.qodef-item-layout--info-below.qodef-hover-animation--overlay .qodef-e:hover .qodef-e-media-image > a:after {
    opacity: 1;
}
.qodef-item-layout--info-below.qodef-hover-animation--overlay .qodef-e:hover .qodef-e-media-image img {
    transform: scale(1.032);
    transition-duration: 0.73s;
}
.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow article .qodef-e-inner {
    overflow: hidden;
}
.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow article .qodef-e-media {
    height: 100%;
    width: 100%;
}
.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow article .qodef-e-content {
    margin: 0;
    display: none;
}
.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow article .qodef-e-title {
    color: #fff;
}
.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow article .qodef-e-title a {
    color: inherit;
}
.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow article .qodef-e-title a:hover {
    color: var(--qode-main-color);
}
.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow article .qodef-e-info > * {
    color: #fff;
}
.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow article .qodef-e-info a:hover {
    color: var(--qode-main-color);
}
.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow article .qodef-e-post-link {
    z-index: 2;
}
.qodef-e-content-follow {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 9999;
    pointer-events: none;
    visibility: hidden;
}
.qodef-e-content-follow.qodef-right {
    text-align: right;
    transform: translateX(-100%);
}
.qodef-e-content-follow .qodef-e-title {
    margin: 0;
    color: #fff;
}
.qodef-e-content-follow .qodef-e-title a {
    color: inherit;
}
.qodef-e-content-follow .qodef-e-info > * {
    font-size: 16px;
    color: #fff;
}
.qodef-e-content-follow .qodef-e-text,
.qodef-e-content-follow .qodef-e-top-holder {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
    transition: all 0.2s ease-out;
}
.qodef-e-content-follow .qodef-e-text > *,
.qodef-e-content-follow .qodef-e-top-holder > * {
    display: inline-block;
    background-color: var(--qode-main-color);
    z-index: 10;
}
.qodef-e-content-follow .qodef-e-top-holder {
    margin-bottom: 2px;
}
.qodef-e-content-follow .qodef-e-top-holder > * {
    padding: 0 5px;
}
.qodef-e-content-follow .qodef-e-text > * {
    padding: 3px 5px;
}
.qodef-e-content-follow.qodef-is-active {
    visibility: visible;
}
.qodef-e-content-follow.qodef-is-active .qodef-e-text,
.qodef-e-content-follow.qodef-is-active .qodef-e-top-holder {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
}
.qodef-e-content-follow.qodef-is-active .qodef-e-text {
    transition-delay: 0.2s;
}
.qodef-portfolio-list.qodef-item-layout--info-on-hover article .qodef-e-media {
    height: 100%;
    width: 100%;
}
.qodef-portfolio-list.qodef-item-layout--info-on-hover article .qodef-e-content {
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    padding: 20px 40px 35px;
    background-color: rgba(0, 0, 0, 0.3);
}
.qodef-portfolio-list.qodef-item-layout--info-on-hover article .qodef-e-content a {
    position: relative;
    z-index: 3;
}
.qodef-portfolio-list.qodef-item-layout--info-on-hover article .qodef-e-title {
    color: #fff;
}
.qodef-portfolio-list.qodef-item-layout--info-on-hover article .qodef-e-title a {
    color: inherit;
}
.qodef-portfolio-list.qodef-item-layout--info-on-hover article .qodef-e-title a:hover {
    color: currentColor;
}
.qodef-portfolio-list.qodef-item-layout--info-on-hover article .qodef-e-info {
    color: #fff;
}
.qodef-portfolio-list.qodef-item-layout--info-on-hover article .qodef-e-info > * {
    font-size: 16px;
    color: #fff;
}
.qodef-portfolio-list.qodef-item-layout--info-on-hover article .qodef-e-info a {
    color: currentColor;
}
.qodef-portfolio-list.qodef-item-layout--info-on-hover article .qodef-e-info a:hover {
    color: currentColor;
}
.qodef-portfolio-list.qodef-item-layout--info-on-hover article .qodef-e-post-link {
    z-index: 2;
}
.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in .qodef-e-content {
    opacity: 0;
    transition: opacity 0.35s ease-out;
}
.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in .qodef-e-text,
.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in .qodef-e-top-holder {
    --qode-x: 20px;
    --qode-y: 0px;
    opacity: 0;
    transform: translateX(var(--qode-x)) translateY(var(--qode-y));
    transition: opacity 0.37s ease-out, transform 0.5s cubic-bezier(0.18, 0.79, 0.29, 0.93);
}
.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in .qodef-e-top-holder {
    --qode-x: -20px;
}
.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in .qodef-e:hover .qodef-e-content {
    opacity: 1;
}
.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in .qodef-e:hover .qodef-e-text,
.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in .qodef-e:hover .qodef-e-top-holder {
    opacity: 1;
    transform: translateX(0) translateY(0);
}
.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in .qodef-e:hover .qodef-e-text {
    transition-delay: 0.2s, 0.2s;
}
.qodef-portfolio-list.qodef-item-layout--info-on-image article .qodef-e-media {
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.qodef-portfolio-list.qodef-item-layout--info-on-image article .qodef-e-media img {
    transform: scale(1.01);
    transition: transform 0.55s cubic-bezier(0.37, 0.65, 0.38, 0.94);
    transform-origin: 90% 70%;
}
.qodef-portfolio-list.qodef-item-layout--info-on-image article:hover .qodef-e-media img {
    transform: scale(1.032);
    transition-duration: 0.73s;
}
.qodef-portfolio-list.qodef-item-layout--info-on-image article .qodef-e-content {
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    padding: 20px 40px 35px;
    background-color: rgba(0, 0, 0, 0.12);
}
.qodef-portfolio-list.qodef-item-layout--info-on-image article .qodef-e-content a {
    position: relative;
    z-index: 3;
}
.qodef-portfolio-list.qodef-item-layout--info-on-image article .qodef-e-title {
    color: #fff;
}
.qodef-portfolio-list.qodef-item-layout--info-on-image article .qodef-e-title a {
    color: inherit;
}
.qodef-portfolio-list.qodef-item-layout--info-on-image article .qodef-e-title a:hover {
    color: currentColor;
}
.qodef-portfolio-list.qodef-item-layout--info-on-image article .qodef-e-info {
    color: #fff;
}
.qodef-portfolio-list.qodef-item-layout--info-on-image article .qodef-e-info > * {
    font-size: 16px;
}
.qodef-portfolio-list.qodef-item-layout--info-on-image article .qodef-e-info a {
    color: currentColor;
}
.qodef-portfolio-list.qodef-item-layout--info-on-image article .qodef-e-info a:hover {
    color: currentColor;
}
.qodef-portfolio-list.qodef-item-layout--info-on-image article .qodef-e-post-link {
    z-index: 2;
}
#qodef-portfolio-single-related-items {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-top: 86px;
}
#qodef-single-portfolio-navigation {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 143px 0 3px;
}
@media only screen and (max-width: 1440px) {
    #qodef-single-portfolio-navigation {
        margin: 112px 0 3px;
    }
}
@media only screen and (max-width: 1024px) {
    #qodef-single-portfolio-navigation {
        margin: 79px 0 3px;
    }
}
#qodef-single-portfolio-navigation .qodef-m-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#qodef-single-portfolio-navigation .qodef-m-nav {
    position: relative;
    display: flex;
    align-items: center;
}
#qodef-single-portfolio-navigation .qodef-m-nav > * {
    display: block;
    line-height: inherit;
}
#qodef-single-portfolio-navigation .qodef-m-nav.qodef--prev .qodef-m-nav-icon {
    margin-right: 12px;
    --qode-x: 4px;
    transform: translateX(0);
    transition: transform 0.5s cubic-bezier(0.41, 0.88, 0.28, 1.01), color 0.2s ease-out;
    --qode-x: -4px;
}
#qodef-single-portfolio-navigation .qodef-m-nav.qodef--prev:hover .qodef-m-nav-icon {
    transform: translateX(var(--qode-x));
}
#qodef-single-portfolio-navigation .qodef-m-nav.qodef--next {
    flex-direction: row-reverse;
    text-align: right;
    margin-left: auto;
}
#qodef-single-portfolio-navigation .qodef-m-nav.qodef--next .qodef-m-nav-icon {
    margin-left: 12px;
    --qode-x: 4px;
    transform: translateX(0);
    transition: transform 0.5s cubic-bezier(0.41, 0.88, 0.28, 1.01), color 0.2s ease-out;
}
#qodef-single-portfolio-navigation .qodef-m-nav.qodef--next:hover .qodef-m-nav-icon {
    transform: translateX(var(--qode-x));
}
#qodef-single-portfolio-navigation .qodef-m-nav.qodef--back-link {
    position: absolute;
    left: calc(50% - 16px);
}
#qodef-single-portfolio-navigation .qodef-m-nav.qodef--back-link .qodef-m-nav-icon {
    font-size: 32px;
}
#qodef-single-portfolio-navigation .qodef-m-nav-icon {
    font-size: 30px;
}
#qodef-single-portfolio-navigation .qodef-m-nav-label {
    font-family: "Space Grotesk", sans-serif;
    font-weight: 500;
    letter-spacing: -0.05em;
    font-size: 30px;
    line-height: 1.1em;
    letter-spacing: -0.02em;
    font-weight: 500;
    font-weight: 500;
}
@media only screen and (max-width: 1440px) {
    #qodef-single-portfolio-navigation .qodef-m-nav-label {
        font-size: 23px;
    }
}
.qodef-portfolio-single.qodef-layout--images-big .qodef-media .qodef-grid-item {
    display: block;
    margin-bottom: 70px;
    float: none;
}
@media only screen and (max-width: 680px) {
    .qodef-portfolio-single.qodef-layout--images-big .qodef-media .qodef-grid-item {
        margin-bottom: 40px;
    }
}
.qodef-portfolio-single.qodef-layout--images-big .qodef-media .qodef-grid-item:last-child {
    margin-bottom: 10px;
}
.qodef-portfolio-single.qodef-layout--images-small .qodef-media .qodef-grid-item {
    display: block;
    margin-bottom: 70px;
    float: none;
}
@media only screen and (max-width: 680px) {
    .qodef-portfolio-single.qodef-layout--images-small .qodef-media .qodef-grid-item {
        margin-bottom: 40px;
    }
}
.qodef-portfolio-single.qodef-layout--images-small .qodef-media .qodef-grid-item:last-child {
    margin-bottom: 0;
}
.single-portfolio-item.qodef-layout--gallery-small #qodef-page-outer .qodef-content-grid,
.single-portfolio-item.qodef-layout--images-small #qodef-page-outer .qodef-content-grid,
.single-portfolio-item.qodef-layout--slider-small #qodef-page-outer .qodef-content-grid {
    width: auto;
    margin: 0 106px;
}
@media only screen and (max-width: 1024px) {
    .single-portfolio-item.qodef-layout--gallery-small #qodef-page-outer .qodef-content-grid,
    .single-portfolio-item.qodef-layout--images-small #qodef-page-outer .qodef-content-grid,
    .single-portfolio-item.qodef-layout--slider-small #qodef-page-outer .qodef-content-grid {
        margin: 0 54px;
    }
}
@media only screen and (max-width: 680px) {
    .single-portfolio-item.qodef-layout--gallery-small #qodef-page-outer .qodef-content-grid,
    .single-portfolio-item.qodef-layout--images-small #qodef-page-outer .qodef-content-grid,
    .single-portfolio-item.qodef-layout--slider-small #qodef-page-outer .qodef-content-grid {
        margin: 0 28px;
    }
}
.qodef-team-list .qodef-e-role {
    margin: 0;
    color: #000;
    letter-spacing: -0.01em;
}
.qodef-team-list .qodef-e-title {
    margin: 17px 0 4px;
}
.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 0.2s ease-out;
    z-index: -1;
}
.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 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 {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    line-height: 1;
}
.qodef-review-rating .qodef-comments-ratings .qodef-m-inner {
    position: relative;
    display: inline-block;
    vertical-align: top;
}
.qodef-review-rating .qodef-comments-ratings .qodef-m-star {
    color: var(--qode-main-color);
}
.qodef-review-rating .qodef-comments-ratings .qodef-m-star svg {
    display: inline-block;
    margin-right: 0.1em;
    width: 14px;
    height: auto;
}
.qodef-review-rating .qodef-comments-ratings .qodef-m-star svg:last-child {
    margin-right: 0;
}
.qodef-review-rating .qodef-comments-ratings .qodef-m-star.qodef--active {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    white-space: nowrap;
}
.qodef-review-rating .qodef-comments-ratings .qodef-m-star.qodef--active svg {
    fill: currentColor;
}
.qodef-reviews-per-criteria .qodef-item-reviews-average-rating {
    color: var(--qode-main-color);
    font-size: 60px;
    line-height: 1em;
    font-weight: 700;
}
.qodef-reviews-per-criteria .qodef-item-reviews-verbal-description {
    vertical-align: middle;
    margin: 2px 0 0;
}
.qodef-reviews-per-criteria .qodef-item-reviews-rating-icon {
    vertical-align: middle;
    font-size: 20px;
}
.qodef-reviews-per-criteria .qodef-item-reviews-display-right {
    vertical-align: middle;
    padding-left: 200px;
}
.qodef-reviews-per-criteria .qodef-item-reviews-display-right .qodef-item-reviews-display-bar {
    line-height: 28px;
}
.qodef-reviews-per-criteria .qodef-item-reviews-display-right .qodef-item-reviews-display-bar .qodef-item-reviews-display-bar-inner {
    padding: 6px 0;
}
.qodef-reviews-per-mark .qodef-reviews-number-holder {
    display: flex;
    align-items: center;
}
.qodef-reviews-per-mark .qodef-reviews-number-wrapper {
    display: flex;
    flex-direction: column;
    width: 25%;
    text-align: center;
}
.qodef-reviews-per-mark .qodef-reviews-number {
    font-size: 72px;
    color: #ffd740;
    font-weight: 700;
    line-height: 1em;
}
.qodef-reviews-per-mark .qodef-stars-wrapper {
    display: table-cell;
    vertical-align: middle;
}
.qodef-reviews-per-mark .qodef-stars-wrapper .qodef-stars {
    display: block;
}
.qodef-reviews-per-mark .qodef-stars-wrapper .qodef-stars i {
    color: #ffd740;
}
.qodef-reviews-per-mark .qodef-reviews-count {
    font-weight: 700;
    font-size: 14px;
}
.qodef-reviews-per-mark .qodef-rating-percentage-wrapper {
    width: 75%;
    padding: 29px 50px 40px;
    background-color: #fafafa;
    border-left: 1px solid #e5e5e5;
}
.qodef-reviews-simple .qodef-reviews-number-wrapper .qodef-reviews-summary {
    display: inline-block;
    vertical-align: middle;
}
.qodef-reviews-simple .qodef-reviews-number-wrapper .qodef-stars-wrapper {
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 15px;
}
.qodef-reviews-simple .qodef-reviews-number-wrapper .qodef-stars-wrapper-inner {
    display: block;
}
.qodef-comment-list .qodef-comment-name {
    float: none;
}
.qodef-comment-list .qodef-review-rating {
    display: inline-block;
    width: 100%;
}
.qodef-comment-list .qodef-rating-inner {
    display: inline-block;
    width: 100%;
}
@keyframes cover_search_fade_out {
    0% {
        opacity: 1;
        visibility: visible;
        z-index: 100;
    }
    100% {
        opacity: 0;
        visibility: hidden;
        z-index: 0;
    }
}
@keyframes cover_search_fade_in {
    0% {
        opacity: 0;
        visibility: hidden;
        z-index: 100;
    }
    100% {
        opacity: 1;
        visibility: visible;
        z-index: 100;
    }
}
.qodef-search-cover-form {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    background-color: #fff;
    z-index: -1;
    transition: opacity 0.3s ease;
}
.qodef-search-cover-form .qodef-m-inner {
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 0 70px;
}
.qodef-search-cover-form .qodef-m-form-field {
    padding: 0;
    margin-bottom: 0;
    font-size: 26px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--qode-main-color);
    background-color: transparent;
    border: 0;
    border-radius: 0;
    outline-offset: 0;
}
.qodef-search-cover-form .qodef-m-form-field:focus {
    color: var(--qode-main-color);
}
.qodef-search-cover-form .qodef-m-form-field:-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}
.qodef-search-cover-form .qodef-m-form-field::placeholder {
    color: inherit;
    opacity: 1;
}
.qodef-search-cover-form .qodef-m-close {
    flex-shrink: 0;
}
.qodef-search-cover-form .qodef-m-close.qodef-source--icon-pack {
    font-size: 23px;
}
.qodef-covers-search--fadeout .qodef-search-cover-form {
    animation: cover_search_fade_out 0.3s ease both;
}
.qodef-covers-search--fadein .qodef-search-cover-form {
    animation: cover_search_fade_in 0.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, 0.98);
    z-index: 100;
}
.qodef-fullscreen-menu-animate--in .qodef-fullscreen-search-holder {
    display: none;
}
.qodef-fullscreen-search-holder .qodef-m-inner {
    width: 100%;
}
.qodef-fullscreen-search-holder .qodef-m-form {
    position: relative;
    width: 60%;
    margin: 0 auto;
}
.qodef-fullscreen-search-holder .qodef-m-form-field {
    height: 100%;
    margin: 0;
    padding: 0;
    font-size: 25px;
    color: var(--qode-main-color);
    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: var(--qode-main-color);
    background: 0 0;
    border: 0;
    outline: 0;
    opacity: 0;
    cursor: pointer;
    transition: color 0.2s ease-out;
}
.qodef-fullscreen-search-holder .qodef-m-form-submit:hover {
    color: var(--qode-main-color);
    background: 0 0;
}
.qodef-fullscreen-search--opened .qodef-fullscreen-search-holder .qodef-m-form-submit {
    opacity: 1;
    bottom: 10px;
    transition: color 0.2s ease, opacity 0.2s ease-out 1.1s, bottom 0.4s ease-out 0.9s;
}
.qodef-fullscreen-search-holder .qodef-m-form-submit.qodef-source--icon-pack {
    font-size: 18px;
}
.qodef-fullscreen-search-holder .qodef-m-form-line {
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0;
    border-bottom: 1px solid #000;
    transition: all 0.3s ease;
}
.qodef-fullscreen-search--opened .qodef-fullscreen-search-holder .qodef-m-form-line {
    width: 100%;
    transition: width 0.5s ease 0.6s;
}
.qodef-fullscreen-search-holder .qodef-m-close {
    position: absolute;
    top: 33px;
    right: 70px;
    color: var(--qode-main-color);
    opacity: 0;
    visibility: hidden;
    z-index: 1;
}
.admin-bar .qodef-fullscreen-search-holder .qodef-m-close {
    top: 72px;
}
.qodef-fullscreen-search-holder .qodef-m-close:hover {
    color: var(--qode-main-color);
}
.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 0.3s ease both;
}
.qodef-fullscreen-search--fadein .qodef-fullscreen-search-holder {
    animation: fullscreen_search_fade_in 0.3s ease both;
}
@keyframes fullscreen_search_fade_out {
    0% {
        opacity: 1;
        visibility: visible;
    }
    100% {
        opacity: 0;
        visibility: hidden;
    }
}
@keyframes fullscreen_search_fade_in {
    0% {
        opacity: 0;
        visibility: hidden;
    }
    100% {
        opacity: 1;
        visibility: visible;
    }
}
.qodef-search-opener > * {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: inherit;
}
.qodef-search-opener.qodef-source--icon-pack {
    font-size: 23px;
}
.qodef-accordion {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    visibility: hidden;
    overflow-anchor: none;
}
.qodef-accordion .qodef-accordion-content-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.qodef-accordion.qodef--init {
    visibility: visible;
}
.qodef-accordion.qodef-layout--simple .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 0.2s ease-out, background-color 0.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 0.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-artist-event-slider {
    position: relative;
    display: flex;
    align-items: flex-start;
    opacity: 0;
    visibility: hidden;
}
.qodef-artist-event-slider.qodef--init {
    opacity: 1;
    visibility: visible;
    transition: all 0.5s ease-out;
}
.qodef-artist-event-slider.qodef-full-height-slider--yes .qodef-m-image-holder {
    height: 100%;
}
.qodef-artist-event-slider.qodef-full-height-slider--yes .qodef-m-image-holder .swiper-slide img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.qodef-artist-event-slider.qodef-full-height-slider--yes.qodef-show-tagline--yes {
    border-bottom: 1px solid var(--qode-main-color);
}
.qodef-artist-event-slider.qodef-full-height-slider--yes.qodef-show-tagline--yes .qodef-m-image-holder .swiper-slide {
    height: calc(100% - 45px);
}
@media only screen and (max-width: 680px) {
    .qodef-artist-event-slider.qodef-full-height-slider--yes.qodef-show-tagline--yes .qodef-m-image-holder .swiper-slide {
        height: 100%;
    }
}
.qodef-artist-event-slider.qodef-full-height-slider--yes.qodef-show-tagline--yes .qodef-m-image-holder .swiper-slide img {
    height: 100%;
}
.qodef-artist-event-slider.qodef-full-height-slider--yes.qodef-show-tagline--yes .qodef-button.qodef-layout--textual-circle {
    bottom: -15px;
}
@media only screen and (max-width: 1024px) {
    .qodef-artist-event-slider.qodef-full-height-slider--yes.qodef-show-tagline--yes .qodef-button.qodef-layout--textual-circle {
        width: 163px;
        height: 163px;
    }
}
@media only screen and (max-width: 1024px) {
    .qodef-artist-event-slider.qodef-full-height-slider--yes.qodef-show-tagline--yes .qodef-button.qodef-layout--textual-circle {
        width: 140px;
        height: 140px;
    }
}
@media only screen and (max-width: 680px) {
    .qodef-artist-event-slider.qodef-full-height-slider--yes.qodef-show-tagline--yes .qodef-button.qodef-layout--textual-circle {
        width: 128px;
        height: 128px;
        font-size: 17px;
    }
}
@media only screen and (max-width: 680px) {
    .qodef-artist-event-slider.qodef-full-height-slider--yes.qodef-show-tagline--yes .qodef-button.qodef-layout--textual-circle {
        bottom: 70px;
        left: -10px;
    }
}
.qodef-artist-event-slider.qodef-full-height-slider--yes.qodef-show-tagline--yes .qodef-m-info {
    bottom: 46px;
}
.qodef-artist-event-slider.qodef-full-height-slider--yes.qodef-show-tagline--yes .qodef-m-headline {
    bottom: 43px;
}
@media (min-width: 1280px) and (max-width: 1368px) {
    .qodef-artist-event-slider.qodef-full-height-slider--yes.qodef-show-tagline--yes .qodef-m-headline .qodef-m-title {
        font-size: 73px;
    }
}
@media only screen and (max-width: 680px) {
    .qodef-artist-event-slider.qodef-full-height-slider--yes.qodef-show-tagline--yes .qodef-m-headline {
        bottom: initial;
        top: 52%;
        transform: translateY(-50%);
        left: 10px;
        padding-right: 10px;
    }
    .qodef-artist-event-slider.qodef-full-height-slider--yes.qodef-show-tagline--yes .qodef-m-headline .qodef-m-title .qodef-m-link {
        text-align: left;
    }
}
.qodef-artist-event-slider.qodef-full-height-slider--yes.qodef-show-tagline--yes .qodef-m-taglines-text {
    position: absolute;
    left: 0;
    bottom: 0;
}
@media only screen and (max-width: 680px) {
    .qodef-artist-event-slider.qodef-full-height-slider--yes.qodef-show-tagline--yes .qodef-m-taglines-text {
        display: none;
    }
}
@media only screen and (max-width: 680px) {
    .qodef-artist-event-slider.qodef-full-height-slider--yes.qodef-show-tagline--yes.qodef-tagline-marquee--yes .qodef-m-image-holder .swiper-slide {
        height: calc(100% - 45px);
    }
}
.qodef-artist-event-slider.qodef-full-height-slider--yes.qodef-show-tagline--yes.qodef-tagline-marquee--yes .qodef-m-image-holder .swiper-slide img {
    height: 100%;
}
@media only screen and (max-width: 680px) {
    .qodef-artist-event-slider.qodef-full-height-slider--yes.qodef-show-tagline--yes.qodef-tagline-marquee--yes .qodef-m-taglines-text {
        display: flex;
    }
}
.qodef-artist-event-slider.qodef-full-height-slider--yes.qodef-show-tagline--yes.qodef-tagline-marquee--yes .qodef-m-taglines-text .qodef-text-marquee .qodef-m-content {
    font-size: 28px;
    line-height: 1em;
    letter-spacing: 0;
    font-weight: 500;
    text-transform: uppercase;
}
.qodef-artist-event-slider .qodef-m-image-holder {
    flex-grow: 1;
    flex-basis: 0;
    overflow: hidden;
}
.qodef-artist-event-slider .qodef-m-info {
    position: absolute;
    left: 0;
    bottom: 48px;
    width: 100%;
    z-index: 50;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    pointer-events: none;
}
.qodef-artist-event-slider .qodef-bottom-info {
    display: inline-block;
    margin-left: auto;
    position: absolute;
    right: 0;
    bottom: 48px;
}
.qodef-artist-event-slider .qodef-bottom-info .swiper-pagination-bullets {
    margin-top: 0;
    pointer-events: all;
}
.qodef-artist-event-slider .qodef-m-headline {
    position: absolute;
    bottom: 90px;
    left: 130px;
}
@media only screen and (max-width: 1512px) {
    .qodef-artist-event-slider .qodef-m-headline {
        left: 11vw;
    }
}
@media only screen and (max-width: 1368px) {
    .qodef-artist-event-slider .qodef-m-headline {
        left: 12vw;
    }
}
.qodef-artist-event-slider .qodef-m-title {
    display: inline-flex;
    flex-direction: column;
    text-align: center;
    flex-wrap: wrap;
    margin: 0;
    color: #fff;
}
.qodef-artist-event-slider .qodef-m-title .qodef-m-link {
    color: currentColor;
    display: inline-flex;
    flex-direction: column;
    text-align: left;
    flex-wrap: wrap;
    padding-left: 22px;
}
@media only screen and (max-width: 1024px) {
    .qodef-artist-event-slider .qodef-m-title .qodef-m-link {
        padding-left: 0;
    }
}
@media only screen and (max-width: 768px) {
    .qodef-artist-event-slider .qodef-m-title .qodef-m-link {
        padding-left: 22px;
    }
}
@media only screen and (max-width: 680px) {
    .qodef-artist-event-slider .qodef-m-title .qodef-m-link {
        padding-left: 0;
    }
}
.qodef-artist-event-slider .qodef-m-taglines-text {
    font-size: 28px;
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase;
    margin: 0;
    height: 47px;
    display: flex;
    align-items: center;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
}
.qodef-artist-event-slider .qodef-button.qodef-layout--textual-circle {
    position: absolute;
    left: -20px;
    bottom: 33px;
    z-index: 999;
}
.qodef-artist-event-slider.qodef-with-outline-title {
    padding-top: 230px;
}
@media only screen and (max-width: 1512px) {
    .qodef-artist-event-slider.qodef-with-outline-title {
        padding-top: 150px;
    }
}
@media only screen and (max-width: 1280px) {
    .qodef-artist-event-slider.qodef-with-outline-title {
        padding-top: 170px;
    }
}
.qodef-artist-event-slider.qodef-with-outline-title .qodef-slider-outline-title-holder {
    height: 230px;
    position: absolute;
    top: 0;
    left: 0;
    margin-left: calc(-50vw + 50%);
    width: 100vw;
    overflow: hidden;
    -webkit-clip-path: inset(0 0 22px 0);
    clip-path: inset(0 0 22px 0);
}
@media only screen and (max-width: 1680px) {
    .qodef-artist-event-slider.qodef-with-outline-title .qodef-slider-outline-title-holder {
        left: -5.8vw;
    }
}
@media only screen and (max-width: 1512px) {
    .qodef-artist-event-slider.qodef-with-outline-title .qodef-slider-outline-title-holder {
        left: -8.2vw;
        height: 150px;
    }
}
@media only screen and (max-width: 1368px) {
    .qodef-artist-event-slider.qodef-with-outline-title .qodef-slider-outline-title-holder {
        left: -8.2vw;
    }
}
@media only screen and (max-width: 1280px) {
    .qodef-artist-event-slider.qodef-with-outline-title .qodef-slider-outline-title-holder {
        height: 170px;
    }
}
@media only screen and (max-width: 1024px) {
    .qodef-artist-event-slider.qodef-with-outline-title .qodef-slider-outline-title-holder {
        left: -4px;
    }
}
.qodef-artist-event-slider.qodef-with-outline-title .qodef-slider-outline-title-holder .qodef-slider-outline-title {
    font-family: Roboto, sans-serif;
    font-size: 38vw;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1;
    text-transform: uppercase;
    margin: 0;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: var(--qode-main-color);
    white-space: normal;
    transform: translateY(-81px);
}
@media only screen and (max-width: 1512px) {
    .qodef-artist-event-slider.qodef-with-outline-title .qodef-slider-outline-title-holder .qodef-slider-outline-title {
        font-size: 37vw;
    }
}
@media only screen and (max-width: 1024px) {
    .qodef-artist-event-slider.qodef-with-outline-title .qodef-slider-outline-title-holder .qodef-slider-outline-title {
        font-size: 39vw;
    }
}
@media only screen and (max-width: 768px) {
    .qodef-artist-event-slider.qodef-with-outline-title .qodef-slider-outline-title-holder .qodef-slider-outline-title {
        font-size: 37vw;
        -webkit-text-stroke-width: 3px;
        text-align: center;
    }
}
@media only screen and (max-width: 680px) {
    .qodef-artist-event-slider.qodef-with-outline-title .qodef-slider-outline-title-holder .qodef-slider-outline-title {
        font-size: 39vw;
        -webkit-text-stroke-width: 2px;
        transform: translateY(0);
    }
}
.qodef-artist-event-slider .swiper-pagination {
    position: relative;
    font-family: "Space Grotesk", sans-serif;
    font-size: 48px;
    font-weight: 500;
    letter-spacing: -0.05em;
    line-height: 1;
    color: #fff;
    display: inline-block;
    padding-right: 37px;
    bottom: initial !important;
}
@media only screen and (max-width: 768px) {
    .qodef-artist-event-slider .swiper-pagination {
        display: none;
    }
}
.qodef-artist-event-slider .swiper-pagination .qodef-m-number {
    display: inline-block;
    width: 40px;
    height: 20px;
    line-height: 1;
    cursor: pointer;
}
.qodef-artist-event-slider .swiper-pagination .qodef-m-number > span {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    vertical-align: bottom;
    color: var(--qode-main-color);
    transition: all 0.3s ease-out;
}
.qodef-artist-event-slider .swiper-pagination .qodef-m-number.swiper-pagination-bullet-active > span {
    font-weight: 500;
    transform: scale(1.2);
}
.qodef-artist-event-slider .swiper-navigation-holder {
    position: absolute;
    left: 27px;
    bottom: 0;
    width: 74px;
    height: 28px;
    pointer-events: all;
}
.qodef-artist-event-slider .swiper-navigation-holder .swiper-button-next,
.qodef-artist-event-slider .swiper-navigation-holder .swiper-button-prev {
    top: initial;
    transform: none;
    color: #fff;
}
.qodef-artist-event-slider .swiper-navigation-holder .swiper-button-next:after,
.qodef-artist-event-slider .swiper-navigation-holder .swiper-button-prev:after {
    content: none;
}
.qodef-artist-event-slider .swiper-navigation-holder .swiper-button-next {
    right: -3px !important;
}
.qodef-artist-event-slider .swiper-navigation-holder .swiper-button-prev {
    left: 5px !important;
}
.qodef-artist-event-slider .swiper-slide > img {
    transform: scaleX(1.06) translateX(5%);
    will-change: transform;
    transition: transform 0.4s ease 0.3s;
}
.qodef-artist-event-slider .swiper-slide .qodef-m-title .qodef--word {
    animation: qode-slider-text-prev 0.7s cubic-bezier(0.65, 0.05, 0.36, 1) forwards;
}
.qodef-artist-event-slider .swiper-slide.swiper-slide-active > img,
.qodef-artist-event-slider .swiper-slide.swiper-slide-duplicate-active > img {
    transform: scaleX(1.06) translateX(0);
    transition: transform 0.4s ease 0.3s;
}
.qodef-artist-event-slider .swiper-slide.swiper-slide-active .qodef-m-title-top .qodef--word,
.qodef-artist-event-slider .swiper-slide.swiper-slide-duplicate-active .qodef-m-title-top .qodef--word {
    opacity: 0;
    animation: qode-slider-text-active 1s cubic-bezier(0.65, 0.05, 0.36, 1) forwards;
}
.qodef-artist-event-slider .swiper-slide.swiper-slide-active .qodef-m-title-top .qodef--line:nth-child(1n) .qodef--word,
.qodef-artist-event-slider .swiper-slide.swiper-slide-duplicate-active .qodef-m-title-top .qodef--line:nth-child(1n) .qodef--word {
    animation-delay: 0.1s;
}
.qodef-artist-event-slider .swiper-slide.swiper-slide-active .qodef-m-title-top .qodef--line:nth-child(2n) .qodef--word,
.qodef-artist-event-slider .swiper-slide.swiper-slide-duplicate-active .qodef-m-title-top .qodef--line:nth-child(2n) .qodef--word {
    animation-delay: 0.2s;
}
.qodef-artist-event-slider .swiper-slide.swiper-slide-active .qodef-m-title-top .qodef--line:nth-child(3n) .qodef--word,
.qodef-artist-event-slider .swiper-slide.swiper-slide-duplicate-active .qodef-m-title-top .qodef--line:nth-child(3n) .qodef--word {
    animation-delay: 0.3s;
}
.qodef-artist-event-slider .swiper-slide.swiper-slide-active .qodef-m-title-top .qodef--line:nth-child(4n) .qodef--word,
.qodef-artist-event-slider .swiper-slide.swiper-slide-duplicate-active .qodef-m-title-top .qodef--line:nth-child(4n) .qodef--word {
    animation-delay: 0.4s;
}
.qodef-artist-event-slider .swiper-slide.swiper-slide-active .qodef-m-title-top .qodef--line:nth-child(5n) .qodef--word,
.qodef-artist-event-slider .swiper-slide.swiper-slide-duplicate-active .qodef-m-title-top .qodef--line:nth-child(5n) .qodef--word {
    animation-delay: 0.5s;
}
.qodef-artist-event-slider .swiper-slide.swiper-slide-active .qodef-m-title-top .qodef--line:nth-child(6n) .qodef--word,
.qodef-artist-event-slider .swiper-slide.swiper-slide-duplicate-active .qodef-m-title-top .qodef--line:nth-child(6n) .qodef--word {
    animation-delay: 0.6s;
}
.qodef-artist-event-slider .swiper-slide.swiper-slide-active .qodef-m-title-top .qodef--line:nth-child(7n) .qodef--word,
.qodef-artist-event-slider .swiper-slide.swiper-slide-duplicate-active .qodef-m-title-top .qodef--line:nth-child(7n) .qodef--word {
    animation-delay: 0.7s;
}
.qodef-artist-event-slider .swiper-slide.swiper-slide-active .qodef-m-title-top .qodef--line:nth-child(8n) .qodef--word,
.qodef-artist-event-slider .swiper-slide.swiper-slide-duplicate-active .qodef-m-title-top .qodef--line:nth-child(8n) .qodef--word {
    animation-delay: 0.8s;
}
.qodef-artist-event-slider .swiper-slide.swiper-slide-active .qodef-m-title-bottom .qodef--word,
.qodef-artist-event-slider .swiper-slide.swiper-slide-duplicate-active .qodef-m-title-bottom .qodef--word {
    opacity: 0;
    animation: qode-slider-text-active 1s cubic-bezier(0.65, 0.05, 0.36, 1) forwards;
}
.qodef-artist-event-slider .swiper-slide.swiper-slide-active .qodef-m-title-bottom .qodef--line:nth-child(1n) .qodef--word,
.qodef-artist-event-slider .swiper-slide.swiper-slide-duplicate-active .qodef-m-title-bottom .qodef--line:nth-child(1n) .qodef--word {
    animation-delay: 0.25s;
}
.qodef-artist-event-slider .swiper-slide.swiper-slide-active .qodef-m-title-bottom .qodef--line:nth-child(2n) .qodef--word,
.qodef-artist-event-slider .swiper-slide.swiper-slide-duplicate-active .qodef-m-title-bottom .qodef--line:nth-child(2n) .qodef--word {
    animation-delay: 0.5s;
}
.qodef-artist-event-slider .swiper-slide.swiper-slide-active .qodef-m-title-bottom .qodef--line:nth-child(3n) .qodef--word,
.qodef-artist-event-slider .swiper-slide.swiper-slide-duplicate-active .qodef-m-title-bottom .qodef--line:nth-child(3n) .qodef--word {
    animation-delay: 0.75s;
}
.qodef-artist-event-slider .swiper-slide.swiper-slide-active .qodef-m-title-bottom .qodef--line:nth-child(4n) .qodef--word,
.qodef-artist-event-slider .swiper-slide.swiper-slide-duplicate-active .qodef-m-title-bottom .qodef--line:nth-child(4n) .qodef--word {
    animation-delay: 1s;
}
.qodef-artist-event-slider .swiper-slide.swiper-slide-active .qodef-m-title-bottom .qodef--line:nth-child(5n) .qodef--word,
.qodef-artist-event-slider .swiper-slide.swiper-slide-duplicate-active .qodef-m-title-bottom .qodef--line:nth-child(5n) .qodef--word {
    animation-delay: 1.25s;
}
.qodef-artist-event-slider .swiper-slide.swiper-slide-active .qodef-m-title-bottom .qodef--line:nth-child(6n) .qodef--word,
.qodef-artist-event-slider .swiper-slide.swiper-slide-duplicate-active .qodef-m-title-bottom .qodef--line:nth-child(6n) .qodef--word {
    animation-delay: 1.5s;
}
.qodef-artist-event-slider .swiper-slide.swiper-slide-active .qodef-m-title-bottom .qodef--line:nth-child(7n) .qodef--word,
.qodef-artist-event-slider .swiper-slide.swiper-slide-duplicate-active .qodef-m-title-bottom .qodef--line:nth-child(7n) .qodef--word {
    animation-delay: 1.75s;
}
.qodef-artist-event-slider .swiper-slide.swiper-slide-active .qodef-m-title-bottom .qodef--line:nth-child(8n) .qodef--word,
.qodef-artist-event-slider .swiper-slide.swiper-slide-duplicate-active .qodef-m-title-bottom .qodef--line:nth-child(8n) .qodef--word {
    animation-delay: 2s;
}
.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;
    overflow: hidden;
}
.qodef-banner .qodef-m-content-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
}
.qodef-banner .qodef-m-content-inner > p.qodef-m-text {
    letter-spacing: -0.01em;
}
.qodef-banner .qodef-m-title {
    margin: 10px 0 13px;
}
@media only screen and (max-width: 1024px) {
    .qodef-banner .qodef-m-title {
        max-width: 100% !important;
    }
}
.qodef-banner .qodef-m-title-inner {
    display: inline-block;
}
.qodef-banner .qodef-m-subtitle {
    margin: 0;
    letter-spacing: -0.01em;
}
@media only screen and (max-width: 1024px) {
    .qodef-banner .qodef-m-subtitle {
        max-width: 100% !important;
    }
}
.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 0.35s ease-out;
}
@media only screen and (min-width: 2560px) {
    .qodef-banner .qodef-m-image img {
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
}
.qodef-banner.qodef-skin--light .qodef-m-subtitle,
.qodef-banner.qodef-skin--light .qodef-m-text,
.qodef-banner.qodef-skin--light .qodef-m-title {
    color: #fff;
}
.qodef-banner.qodef-skin--light .qodef-button.qodef-layout--textual {
    color: #fff;
}
.qodef-banner.qodef-skin--light .qodef-button.qodef-layout--textual .qodef-svg--button-arrow path:last-child {
    stroke-width: 2px;
}
@media only screen and (max-width: 1024px) {
    .qodef-banner.qodef-title-break--disabled .qodef-m-title br {
        display: none;
    }
}
.qodef-banner.qodef-layout--double-box .qodef-e-banner-shape {
    stroke-width: 2.4;
}
.qodef-banner.qodef-layout--double-box .qodef-m-top-box-holder {
    position: relative;
    overflow: hidden;
}
.qodef-banner.qodef-layout--double-box .qodef-m-top-box-holder .qodef-e-banner-shape {
    position: absolute;
    left: 38px;
    bottom: -20px;
}
@media only screen and (max-width: 1440px) {
    .qodef-banner.qodef-layout--double-box .qodef-m-top-box-holder .qodef-e-banner-shape {
        width: calc(100% - 116px);
    }
    .qodef-banner.qodef-layout--double-box .qodef-m-top-box-holder .qodef-e-banner-shape svg {
        width: 100%;
        height: auto;
    }
}
@media only screen and (max-width: 1024px) {
    .qodef-banner.qodef-layout--double-box .qodef-m-top-box-holder .qodef-e-banner-shape {
        display: none;
    }
}
.qodef-banner.qodef-layout--double-box .qodef-m-content {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    z-index: 2;
    pointer-events: none;
    padding: 0 27px 44px 0;
}
@media only screen and (max-width: 1512px) {
    .qodef-banner.qodef-layout--double-box .qodef-m-content {
        padding: 0 27px 96px 0;
    }
}
@media only screen and (max-width: 1440px) {
    .qodef-banner.qodef-layout--double-box .qodef-m-content {
        padding: 0 27px 44px 0;
    }
}
@media only screen and (max-width: 1280px) {
    .qodef-banner.qodef-layout--double-box .qodef-m-content {
        padding: 0 27px 19px 0;
    }
}
@media only screen and (max-width: 1024px) {
    .qodef-banner.qodef-layout--double-box .qodef-m-content {
        padding: 0 27px 44px 0;
    }
}
.qodef-banner.qodef-layout--double-box .qodef-m-content .qodef-e-banner-shape {
    position: absolute;
    right: 1px;
    bottom: -8px;
    z-index: -1;
}
@media only screen and (max-width: 1280px) {
    .qodef-banner.qodef-layout--double-box .qodef-m-content .qodef-e-banner-shape {
        right: -5px;
    }
}
@media only screen and (max-width: 1024px) {
    .qodef-banner.qodef-layout--double-box .qodef-m-content .qodef-e-banner-shape {
        display: none;
    }
}
.qodef-banner.qodef-layout--double-box .qodef-m-content .qodef-title-holder .qodef-m-title {
    margin: 10px 0 16px;
}
.qodef-banner.qodef-layout--double-box .qodef-m-content .qodef-title-holder .qodef-m-text {
    letter-spacing: -0.02em;
    max-width: 180px;
}
@media only screen and (max-width: 1024px) {
    .qodef-banner.qodef-layout--double-box .qodef-m-content .qodef-title-holder .qodef-m-text {
        max-width: 100%;
    }
}
.qodef-banner.qodef-layout--double-box .qodef-m-content .qodef-m-content-inner {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px 31px 127px;
    position: relative;
}
@media only screen and (min-width: 2560px) {
    .qodef-banner.qodef-layout--double-box .qodef-m-content .qodef-m-content-inner {
        padding: 20px 31px 212px;
    }
}
@media only screen and (max-width: 1512px) {
    .qodef-banner.qodef-layout--double-box .qodef-m-content .qodef-m-content-inner {
        padding: 20px 31px 140px;
    }
}
@media only screen and (max-width: 1024px) {
    .qodef-banner.qodef-layout--double-box .qodef-m-content .qodef-m-content-inner {
        padding: 30px 41px 59px;
    }
}
@media only screen and (max-width: 680px) {
    .qodef-banner.qodef-layout--double-box .qodef-m-content .qodef-m-content-inner {
        padding: 30px 20px 59px;
    }
}
.qodef-banner.qodef-layout--double-box .qodef-m-content .qodef-e-banner-bottom-holder {
    width: 100%;
}
.qodef-banner.qodef-layout--large-button .qodef-m-content {
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    border: 2px solid #000;
    border-bottom: none;
}
.qodef-banner.qodef-layout--large-button .qodef-m-content-inner {
    position: relative;
    display: inline-flex;
    width: 40%;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-end;
}
.qodef-banner.qodef-layout--large-button .qodef-m-content-inner .qodef-m-content-inner-info {
    padding: 35px 33px;
    padding-top: calc(35px + 6.85vh);
}
.qodef-banner.qodef-layout--large-button .qodef-m-content-inner > * {
    z-index: 50;
}
.qodef-banner.qodef-layout--large-button .qodef-m-content-inner .qodef-e-banner-shape {
    border-bottom: 2px solid #000;
    width: 100%;
}
.qodef-banner.qodef-layout--large-button .qodef-m-content-inner .qodef-e-banner-shape svg {
    width: 100%;
    height: auto;
    display: block;
    stroke-width: 2;
}
@media only screen and (max-width: 680px) {
    .qodef-banner.qodef-layout--large-button .qodef-m-content-inner {
        width: 100%;
    }
}
.qodef-banner.qodef-layout--large-button .qodef-m-image {
    display: inline-flex;
    border-left: 2px solid #000;
    width: 60%;
}
.qodef-banner.qodef-layout--large-button .qodef-m-image img {
    position: relative;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
@media only screen and (max-width: 680px) {
    .qodef-banner.qodef-layout--large-button .qodef-m-image {
        display: none;
    }
}
.qodef-banner.qodef-layout--large-button .qodef-m-title {
    margin: 0;
}
.qodef-banner.qodef-layout--large-button .qodef-m-text {
    margin: 8px 0 0;
}
.qodef-banner.qodef-layout--large-button .qodef-m-button {
    margin: 0;
    height: 171px;
    display: flex;
    align-items: center;
    background-color: #a1bb79;
    border: 2px solid #000;
    padding: 0 40px;
}
@media only screen and (max-width: 1024px) {
    .qodef-banner.qodef-layout--large-button .qodef-m-button {
        height: 100px;
    }
}
@media only screen and (max-width: 680px) {
    .qodef-banner.qodef-layout--large-button .qodef-m-button {
        padding: 0 20px;
    }
}
.qodef-banner.qodef-layout--large-button .qodef-m-button .qodef-button:not(.qodef-layout--filled) .qodef-m-text,
.qodef-banner.qodef-layout--large-button .qodef-m-button .qodef-button:not(.qodef-layout--outlined) .qodef-m-text {
    margin: 0;
}
.qodef-banner.qodef-layout--large-button .qodef-m-button .qodef-button.qodef-layout--textual.qodef-textual-size--huge {
    font-size: 5.72vw;
}
@media only screen and (max-width: 1366px) {
    .qodef-banner.qodef-layout--large-button .qodef-m-button .qodef-button.qodef-layout--textual.qodef-textual-size--huge {
        font-size: 4.0vw;
    }
}
@media only screen and (max-width: 1024px) {
    .qodef-banner.qodef-layout--large-button .qodef-m-button .qodef-button.qodef-layout--textual.qodef-textual-size--huge {
        font-size: 4vw;
    }
}
@media only screen and (max-width: 680px) {
    .qodef-banner.qodef-layout--large-button .qodef-m-button .qodef-button.qodef-layout--textual.qodef-textual-size--huge {
        font-size: 5vw;
    }
}
.qodef-banner.qodef-layout--large-button .qodef-m-button .qodef-button.qodef-layout--textual .qodef-btn-text:after {
    width: 0;
}
.qodef-banner.qodef-layout--large-button .qodef-m-button .qodef-button.qodef-layout--textual:hover .qodef-btn-text:after {
    width: 100%;
}
.qodef-banner.qodef-layout--link-button-middle .qodef-m-content-inner {
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 70px 11vw 21vh;
    text-align: center;
}
@media only screen and (max-width: 1024px) {
    .qodef-banner.qodef-layout--link-button-middle .qodef-m-content-inner {
        padding: 70px 7% 21vh;
    }
}
@media only screen and (max-width: 768px) {
    .qodef-banner.qodef-layout--link-button-middle .qodef-m-content-inner {
        padding: 7% 7% 7%;
    }
}
@media only screen and (max-width: 680px) {
    .qodef-banner.qodef-layout--link-button-middle .qodef-m-content-inner {
        padding: 7% 4% 7%;
    }
}
.qodef-banner.qodef-layout--link-button-middle .qodef-m-title {
    margin: 0;
}
.qodef-banner.qodef-layout--link-button-middle .qodef-m-text {
    margin: 0 0 13px;
}
.qodef-banner.qodef-layout--link-button-middle .qodef-m-button {
    margin: 33px 0 0;
}
.qodef-banner.qodef-layout--link-button-middle .qodef-m-button .qodef-button:not(.qodef-layout--filled) .qodef-m-text,
.qodef-banner.qodef-layout--link-button-middle .qodef-m-button .qodef-button:not(.qodef-layout--outlined) .qodef-m-text {
    margin: 0;
}
.qodef-banner.qodef-layout--link-button-middle .qodef-m-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.qodef-banner.qodef-layout--link-button-middle .qodef-m-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.qodef-banner.qodef-layout--link-button-middle .qodef-m-content {
    position: relative;
}
.qodef-banner.qodef-layout--link-button-middle .qodef-m-content-inner {
    position: relative;
    padding: 21vh 11vw 21vh;
}
.qodef--full--height .qodef-banner.qodef-layout--link-button-middle .qodef-m-content-inner {
    height: calc(100vh - 70px);
}
.qodef-banner.qodef-layout--link-button-middle .qodef-e-banner-shape {
    position: absolute;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.qodef-banner.qodef-layout--link-button-middle .qodef-e-banner-shape svg {
    width: 100%;
    height: auto;
    stroke-width: 1.3;
}
.qodef-banner.qodef-layout--link-button .qodef-m-content-inner {
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-end;
    padding: 70px;
}
@media only screen and (max-width: 680px) {
    .qodef-banner.qodef-layout--link-button .qodef-m-content-inner {
        padding: 35px;
    }
}
.qodef-banner.qodef-layout--link-button .qodef-m-title {
    margin: 13px 0;
}
.qodef-banner.qodef-layout--link-button .qodef-m-title a:hover {
    color: currentColor;
}
.qodef-banner.qodef-layout--link-button .qodef-m-text {
    margin: 0 0 13px;
}
.qodef-banner.qodef-layout--link-button .qodef-m-button {
    margin: 10px 0 0;
}
.qodef-banner.qodef-layout--link-button .qodef-m-button .qodef-button:not(.qodef-layout--filled) .qodef-m-text,
.qodef-banner.qodef-layout--link-button .qodef-m-button .qodef-button:not(.qodef-layout--outlined) .qodef-m-text {
    margin: 0;
}
.qodef-banner.qodef-layout--link-button .qodef-m-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.qodef-banner.qodef-layout--link-button .qodef-m-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.qodef-banner.qodef-layout--link-button .qodef-m-content {
    position: relative;
}
.qodef-banner.qodef-layout--link-button .qodef-m-content-inner {
    position: relative;
}
.qodef-banner.qodef-layout--link-button .qodef-e-banner-shape {
    position: absolute;
    height: 100%;
    bottom: 0;
    left: 20%;
}
.qodef-banner.qodef-layout--link-button .qodef-e-banner-shape svg {
    height: 100%;
    width: auto;
}
.qodef-banner.qodef-layout--link-button .qodef-e-banner-shape svg line {
    stroke: transparent;
}
.qodef-banner.qodef-layout--link-overlay .qodef-e-banner-shape {
    position: absolute;
    right: -1px;
    bottom: -9px;
    z-index: -1;
    max-height: 100%;
}
.qodef-banner.qodef-layout--link-overlay .qodef-e-banner-shape.qodef-shape--2 {
    right: -2px;
    bottom: -10px;
    max-height: calc(100% + 10px);
}
@media only screen and (max-width: 1024px) {
    .qodef-banner.qodef-layout--link-overlay .qodef-e-banner-shape {
        display: none;
    }
}
.qodef-banner.qodef-layout--link-overlay.qodef-banner-image-on-left {
    display: flex;
    flex-direction: row-reverse !important;
}
.qodef-banner.qodef-layout--link-overlay.qodef-banner-hide-button .qodef-m-content .qodef-m-content-inner {
    padding: 33px 50px 42px;
}
@media only screen and (max-width: 680px) {
    .qodef-banner.qodef-layout--link-overlay.qodef-banner-hide-button .qodef-m-content .qodef-m-content-inner {
        padding: 33px 20px 42px;
    }
}
.qodef-banner.qodef-layout--link-overlay.qodef-banner-hide-button .qodef-e-banner-bottom-holder .qodef-m-button {
    display: none;
}
.qodef-banner.qodef-layout--link-overlay .qodef-m-content {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    border: 1px solid var(--qode-main-color);
    z-index: 2;
    pointer-events: none;
}
.qodef-banner.qodef-layout--link-overlay .qodef-m-content a {
    pointer-events: all;
}
.qodef-banner.qodef-layout--link-overlay .qodef-m-content .qodef-title-holder .qodef-m-text {
    letter-spacing: -0.01em;
}
.qodef-banner.qodef-layout--link-overlay .qodef-m-content .qodef-m-content-inner {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: space-between;
    padding: 30px 50px 42px;
    position: relative;
}
@media only screen and (min-width: 2560px) {
    .qodef-banner.qodef-layout--link-overlay .qodef-m-content .qodef-m-content-inner {
        padding: 30px 36px 42px;
    }
}
@media only screen and (max-width: 1024px) {
    .qodef-banner.qodef-layout--link-overlay .qodef-m-content .qodef-m-content-inner {
        padding: 30px 41px 42px;
    }
}
@media only screen and (max-width: 680px) {
    .qodef-banner.qodef-layout--link-overlay .qodef-m-content .qodef-m-content-inner {
        padding: 30px 20px 42px;
    }
}
.qodef-banner.qodef-layout--link-overlay .qodef-m-content .qodef-e-banner-bottom-holder {
    width: 100%;
}
.qodef-banner.qodef-layout--link-overlay.qodef-banner-41-59 {
    display: flex;
    flex-direction: row;
}
@media only screen and (max-width: 1024px) {
    .qodef-banner.qodef-layout--link-overlay.qodef-banner-41-59 {
        flex-direction: column !important;
    }
}
.qodef-banner.qodef-layout--link-overlay.qodef-banner-41-59 .qodef-m-image {
    display: inline-flex;
    width: 59%;
}
@media only screen and (max-width: 1024px) {
    .qodef-banner.qodef-layout--link-overlay.qodef-banner-41-59 .qodef-m-image {
        width: 100%;
    }
}
.qodef-banner.qodef-layout--link-overlay.qodef-banner-41-59 .qodef-m-content {
    display: inline-flex;
    width: 41%;
    height: auto;
}
@media only screen and (max-width: 1024px) {
    .qodef-banner.qodef-layout--link-overlay.qodef-banner-41-59 .qodef-m-content {
        width: 100%;
    }
}
.qodef-banner.qodef-layout--link-overlay.qodef-banner-59-41 {
    display: flex;
    flex-direction: row;
}
@media only screen and (max-width: 1024px) {
    .qodef-banner.qodef-layout--link-overlay.qodef-banner-59-41 {
        flex-direction: column !important;
    }
}
.qodef-banner.qodef-layout--link-overlay.qodef-banner-59-41 .qodef-m-content {
    display: inline-flex;
    width: 59%;
    height: auto;
}
@media only screen and (max-width: 1024px) {
    .qodef-banner.qodef-layout--link-overlay.qodef-banner-59-41 .qodef-m-content {
        width: 100%;
    }
}
.qodef-banner.qodef-layout--link-overlay.qodef-banner-59-41 .qodef-m-image {
    display: inline-flex;
    width: 41%;
}
@media only screen and (max-width: 1024px) {
    .qodef-banner.qodef-layout--link-overlay.qodef-banner-59-41 .qodef-m-image {
        width: 100%;
    }
}
.qodef-button.qodef-html--link {
    font-family: Roboto, sans-serif;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.474em;
    letter-spacing: -0.01em;
    color: var(--qode-main-color);
    position: relative;
    display: inline-flex;
    vertical-align: middle;
    width: auto;
    margin: 0;
    text-decoration: none;
    border-radius: 0;
    outline: 0;
    transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
    padding: 10px 34px;
}
.qodef-button.qodef-size--small {
    padding: 2.22px 14px;
    font-size: 16px;
}
.qodef-button.qodef-size--humble {
    padding: 7.22px 11px;
    font-size: 16px;
    letter-spacing: -0.01em;
}
.qodef-button.qodef-size--large {
    padding: 12px 42px;
}
.qodef-button.qodef-size--full {
    width: 100%;
    padding: 10px 34px;
    justify-content: center;
    text-align: center;
}
.qodef-button.qodef-layout--filled.qodef-html--link {
    color: #fff;
    background-color: var(--qode-main-color);
    border: 1px solid var(--qode-main-color);
}
.qodef-button.qodef-layout--filled.qodef-html--link:hover {
    background-color: #fff;
    color: var(--qode-main-color);
}
.qodef-button.qodef-layout--filled.qodef-html--link:hover .qodef-btn-arrow {
    transform: translateX(var(--qode-x));
}
.qodef-button.qodef-layout--filled.qodef-show-button-arrow--yes {
    align-items: center;
}
.qodef-button.qodef-layout--filled.qodef-show-button-arrow--yes .qodef-btn-arrow {
    display: inline-block;
    width: 0.759em;
    height: 0.925em;
    margin-left: 8px;
    color: currentColor;
    --qode-x: 4px;
    transform: translateX(0);
    transition: transform 0.5s cubic-bezier(0.41, 0.88, 0.28, 1.01), color 0.2s ease-out;
}
.qodef-button.qodef-layout--filled.qodef-show-button-arrow--yes .qodef-btn-arrow svg {
    display: block;
    width: 100%;
    height: 100%;
}
.qodef-button.qodef-layout--outlined {
    color: var(--qode-main-color);
    background-color: transparent;
    border: 1px solid var(--qode-main-color);
}
.qodef-button.qodef-layout--outlined:hover {
    color: #fff;
    background-color: var(--qode-main-color);
    border-color: var(--qode-main-color);
}
.qodef-button.qodef-layout--outlined:hover .qodef-btn-arrow {
    transform: translateX(var(--qode-x));
}
.qodef-button.qodef-layout--outlined.qodef-show-button-arrow--yes {
    align-items: center;
}
.qodef-button.qodef-layout--outlined.qodef-show-button-arrow--yes .qodef-btn-arrow {
    display: inline-block;
    width: 0.759em;
    height: 0.925em;
    margin-left: 8px;
    color: currentColor;
    --qode-x: 4px;
    transform: translateX(0);
    transition: transform 0.5s cubic-bezier(0.41, 0.88, 0.28, 1.01), color 0.2s ease-out;
}
.qodef-button.qodef-layout--outlined.qodef-show-button-arrow--yes .qodef-btn-arrow svg {
    display: block;
    width: 100%;
    height: 100%;
}
.qodef-button.qodef-layout--textual-circle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
    color: var(--qode-main-color);
    font-family: "Space Grotesk", sans-serif;
    font-weight: 500;
    letter-spacing: -0.05em;
    border: 0;
    background-color: #eec5d7;
    width: 203px;
    height: 203px;
    border-radius: 50%;
    transform: rotate(-19deg);
    transition: transform 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
    will-change: transform;
}
.qodef-button.qodef-layout--textual-circle .qodef-btn-text {
    display: inline-block;
    position: relative;
}
.qodef-button.qodef-layout--textual-circle .qodef-btn-arrow {
    display: inline-block;
    width: 1em;
    height: 1.12em;
    margin-left: 7px;
    --qode-x: 4px;
    transform: translateX(0);
    transition: transform 0.5s cubic-bezier(0.41, 0.88, 0.28, 1.01), color 0.2s ease-out;
}
.qodef-button.qodef-layout--textual-circle .qodef-btn-arrow svg {
    width: 100%;
    height: 100%;
}
.qodef-button.qodef-layout--textual-circle:hover {
    color: var(--qode-main-color);
    transform: rotate(0);
}
.qodef-button.qodef-layout--textual-circle:hover .qodef-btn-arrow {
    transform: translateX(var(--qode-x));
}
.qodef-button.qodef-layout--textual-download {
    display: inline-flex;
    align-items: center;
    padding: 0 !important;
    color: var(--qode-main-color);
    background-color: transparent;
    border: 0;
    font-family: "Space Grotesk", sans-serif;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: -0.05em;
}
.qodef-button.qodef-layout--textual-download .qodef-btn-text {
    display: inline-block;
    position: relative;
    --qodef-underline-position-y: 1.15em;
    --qodef-underline-height: 1px;
    background-repeat: no-repeat;
    background-image: linear-gradient(90deg, currentColor 0, currentColor 100%);
    transition: background-size 0.5s cubic-bezier(0.51, 0.5, 0.07, 0.99), color 0.2s ease-out;
    background-position: 100% var(--qodef-underline-position-y);
    background-size: 0 var(--qodef-underline-height);
}
.qodef-button.qodef-layout--textual-download .qodef-btn-arrow {
    display: inline-block;
    width: 13px;
    height: auto;
    margin-left: 0;
    margin-right: 8px;
    --qode-x: 4px;
    transform: translateX(0);
    transition: transform 0.5s cubic-bezier(0.41, 0.88, 0.28, 1.01), color 0.2s ease-out;
    --qode-y: 2px;
}
.qodef-button.qodef-layout--textual-download .qodef-btn-arrow svg {
    width: 100%;
    height: 100%;
    display: inline-block;
    transform: rotate(90deg);
}
.qodef-button.qodef-layout--textual-download:hover {
    color: var(--qode-main-color);
}
.qodef-button.qodef-layout--textual-download:hover .qodef-btn-text {
    background-size: 100% var(--qodef-underline-height);
    background-position: 0 var(--qodef-underline-position-y);
}
.qodef-button.qodef-layout--textual-download:hover .qodef-btn-arrow {
    transform: translateY(var(--qode-y));
}
.qodef-button.qodef-layout--textual-download.qodef-textual-size--huge {
    font-family: "Space Grotesk", sans-serif;
    font-size: 110px;
    line-height: 1em;
    letter-spacing: -0.05em;
}
.qodef-button.qodef-layout--textual-download.qodef-textual-size--huge .qodef-btn-text:after {
    bottom: 0;
}
.qodef-button.qodef-layout--textual-download.qodef-textual-size--huge .qodef-btn-arrow {
    width: 1.06em;
    height: 1.027em;
    margin-left: 17px;
}
.qodef-button.qodef-layout--textual {
    display: inline-flex;
    align-items: center;
    padding: 0 !important;
    color: var(--qode-main-color);
    background-color: transparent;
    border: 0;
}
.qodef-button.qodef-layout--textual .qodef-btn-text {
    display: inline-block;
    position: relative;
    display: inline !important;
    --qodef-underline-position-y: 1.15em;
    --qodef-underline-height: 1px;
    background-repeat: no-repeat;
    background-image: linear-gradient(90deg, currentColor 0, currentColor 100%);
    background-position: 100% var(--qodef-underline-position-y);
    background-size: 100% var(--qodef-underline-height);
    backface-visibility: hidden;
}
.qodef-button.qodef-layout--textual .qodef-btn-arrow {
    display: inline-block;
    width: 1em;
    height: 1.12em;
    margin-left: 7px;
    --qode-x: 4px;
    transform: translateX(0);
    transition: transform 0.5s cubic-bezier(0.41, 0.88, 0.28, 1.01), color 0.2s ease-out;
}
.qodef-browser--safari .qodef-button.qodef-layout--textual .qodef-btn-arrow {
    will-change: transform;
}
.qodef-button.qodef-layout--textual .qodef-btn-arrow svg {
    width: 100%;
    height: 100%;
}
.qodef-button.qodef-layout--textual:hover {
    color: var(--qode-main-color);
}
.qodef-button.qodef-layout--textual:hover .qodef-btn-text {
    animation: qode-inline-underline-initial-hover 1.1s cubic-bezier(0.32, 0.32, 0.15, 1.17) 1 forwards;
}
.qodef-button.qodef-layout--textual:hover .qodef-btn-arrow {
    transform: translateX(var(--qode-x));
}
.qodef-button.qodef-layout--textual.qodef-textual-size--huge {
    font-family: "Space Grotesk", sans-serif;
    font-size: 110px;
    line-height: 1em;
    letter-spacing: -0.05em;
}
.qodef-button.qodef-layout--textual.qodef-textual-size--huge .qodef-btn-arrow {
    --qode-x: 6px;
}
.qodef-button.qodef-layout--textual.qodef-textual-size--huge .qodef-btn-text:after {
    bottom: 0;
}
.qodef-button.qodef-layout--textual.qodef-textual-size--huge .qodef-btn-arrow {
    width: 1.06em;
    height: 1.027em;
    margin-left: 17px;
}
.qodef-button.qodef-layout--textual.qodef-link-only-arrow--yes {
    pointer-events: none;
}
.qodef-button.qodef-layout--textual.qodef-link-only-arrow--yes .qodef-btn-text {
    pointer-events: none;
}
.qodef-button.qodef-layout--textual.qodef-link-only-arrow--yes .qodef-btn-text:after {
    content: none;
}
.qodef-button.qodef-layout--textual.qodef-link-only-arrow--yes .qodef-btn-arrow {
    pointer-events: all;
}
.qodef-button.qodef-layout--textual.qodef-custom-big-button {
    line-height: 1.474em;
}
.qodef-button.qodef-layout--textual.qodef-custom-big-button .qodef-btn-text {
    display: inline !important;
    --qodef-underline-position-y: 1.15em;
    --qodef-underline-height: 1px;
    background-repeat: no-repeat;
    background-image: linear-gradient(90deg, currentColor 0, currentColor 100%);
    background-position: 100% var(--qodef-underline-position-y);
    background-size: 100% var(--qodef-underline-height);
    backface-visibility: hidden;
    --qodef-underline-height: 6px;
}
.qodef-button.qodef-layout--textual.qodef-custom-big-button:hover {
    color: var(--qode-main-color);
}
.qodef-button.qodef-layout--textual.qodef-custom-big-button:hover .qodef-btn-text {
    animation: qode-inline-underline-initial-hover 1.1s cubic-bezier(0.32, 0.32, 0.15, 1.17) 1 forwards;
}
.qodef-button.qodef-layout--textual.qodef-custom-big-button:hover .qodef-btn-arrow {
    transform: translateX(var(--qode-x));
}
.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.33333%;
}
.qodef-countdown.qodef-show--4 .qodef-digit-wrapper {
    width: 25%;
}
.qodef-countdown.qodef-show--5 .qodef-digit-wrapper {
    width: 20%;
}
.qodef-countdown.qodef-show--6 .qodef-digit-wrapper {
    width: 16.66667%;
}
.qodef-countdown.qodef-countdown--light .qodef-digit,
.qodef-countdown.qodef-countdown--light .qodef-label {
    color: #fff;
}
.qodef-countdown.qodef-layout--simple .qodef-digit-wrapper {
    display: inline-block;
    vertical-align: top;
    padding: 0 20px;
}
.qodef-countdown.qodef-layout--simple .qodef-digit {
    font-family: inherit;
    font-size: 90px;
    line-height: 1em;
    font-weight: 600;
    color: var(--qode-main-color);
}
.qodef-counter.qodef-layout--info-below {
    position: relative;
    display: flex;
    flex-direction: column;
}
.qodef-counter.qodef-layout--info-below .qodef-m-title {
    font-weight: 500;
}
@media only screen and (max-width: 680px) {
    .qodef-counter.qodef-layout--info-below {
        text-align: center;
    }
}
.qodef-counter.qodef-layout--info-below .qodef-m-digit {
    display: inline-block;
    width: 100%;
    font-family: "Space Grotesk", sans-serif;
    font-weight: 500;
    font-size: 150px;
    letter-spacing: 0.03em;
    line-height: 1;
    color: var(--qode-main-color);
    opacity: 0.15;
}
@media only screen and (max-width: 1024px) {
    .qodef-counter.qodef-layout--info-below .qodef-m-digit {
        font-size: 100px;
    }
}
@media only screen and (max-width: 680px) {
    .qodef-counter.qodef-layout--info-below .qodef-m-digit {
        font-size: 80px;
    }
}
.qodef-counter.qodef-layout--info-below .qodef-m-content {
    position: relative;
    width: 100%;
    margin-top: 4px;
    padding-top: 22px;
}
.qodef-counter.qodef-layout--info-below .qodef-m-content:before {
    content: "";
    display: block;
    width: 80%;
    height: 1px;
    background-color: var(--qode-main-color);
    position: absolute;
    left: 0;
    top: 0;
}
@media only screen and (max-width: 1024px) {
    .qodef-counter.qodef-layout--info-below .qodef-m-content:before {
        width: 100%;
    }
}
.qodef-counter.qodef-layout--info-below .qodef-m-title {
    margin: 0;
}
.qodef-counter.qodef-layout--info-below .qodef-m-title + .qodef-m-text {
    margin-top: 10px;
    max-width: 84%;
}
@media only screen and (max-width: 1024px) {
    .qodef-counter.qodef-layout--info-below .qodef-m-title + .qodef-m-text {
        max-width: 100%;
    }
}
.qodef-counter.qodef-layout--info-below .qodef-m-text {
    margin: 0;
    letter-spacing: -0.01em;
}
.qodef-counter.qodef-layout--simple {
    position: relative;
    display: inline-flex;
    text-align: center;
}
@media only screen and (max-width: 1024px) {
    .qodef-counter.qodef-layout--simple {
        text-align: center;
        flex-direction: column;
    }
}
@media only screen and (max-width: 680px) {
    .qodef-counter.qodef-layout--simple {
        text-align: center;
    }
}
.qodef-counter.qodef-layout--simple .qodef-m-digit {
    font-family: "Space Grotesk", sans-serif;
    font-weight: 500;
    font-size: 150px;
    letter-spacing: 0.03em;
    line-height: 1;
    color: var(--qode-main-color);
    opacity: 0.15;
}
@media only screen and (max-width: 1440px) {
    .qodef-counter.qodef-layout--simple .qodef-m-digit {
        font-size: 110px;
    }
}
@media only screen and (max-width: 1024px) {
    .qodef-counter.qodef-layout--simple .qodef-m-digit {
        font-size: 100px;
    }
}
@media only screen and (max-width: 680px) {
    .qodef-counter.qodef-layout--simple .qodef-m-digit {
        font-size: 80px;
    }
}
.qodef-counter.qodef-layout--simple .qodef-m-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}
@media only screen and (max-width: 1024px) {
    .qodef-counter.qodef-layout--simple .qodef-m-content {
        position: relative;
        margin-top: 20px;
    }
}
.qodef-counter.qodef-layout--simple .qodef-m-title {
    margin: 0 7px;
}
.qodef-counter.qodef-layout--simple .qodef-m-text {
    margin: 0;
    letter-spacing: -0.01em;
}
.widget.widget_kahlo_core_custom_font {
    margin-bottom: 0 !important;
}
.qodef-custom-font {
    position: relative;
    margin: 0;
}
.qodef-dropcaps {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.qodef-dropcaps .qodef-m-letter {
    position: relative;
    top: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    margin: 0 10px 5px 0;
    font-family: "Space Grotesk", sans-serif;
    font-weight: 500;
    letter-spacing: -0.05em;
    color: var(--qode-main-color);
    font-size: 58px;
    line-height: 1.03448em;
}
@media only screen and (max-width: 1440px) {
    .qodef-dropcaps .qodef-m-letter {
        font-size: 43px;
    }
}
@media only screen and (max-width: 1024px) {
    .qodef-dropcaps .qodef-m-letter {
        font-size: 40px;
    }
}
.qodef-dropcaps .qodef-m-text {
    display: inline;
    margin: 0;
}
.qodef-dropcaps:not(.qodef-type--simple) .qodef-m-letter {
    width: 40px;
    height: 40px;
    font-size: 30px;
    line-height: 1.1em;
    letter-spacing: -0.02em;
    font-weight: 500;
    color: #fff;
    background-color: var(--qode-main-color);
}
@media only screen and (max-width: 1440px) {
    .qodef-dropcaps:not(.qodef-type--simple) .qodef-m-letter {
        font-size: 23px;
    }
}
.qodef-dropcaps.qodef-type--circle .qodef-m-letter {
    border-radius: 100%;
}
.qodef-google-map {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.qodef-google-map .qodef-m-map {
    display: block;
    width: 100%;
}
.qodef-google-map .qodef-m-map embed,
.qodef-google-map .qodef-m-map iframe,
.qodef-google-map .qodef-m-map object {
    width: 100%;
    display: block;
}
.qodef-google-map .qodef-m-map img {
    max-width: none;
}
.qodef-highlight .qodef-highlight-text {
    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 a .qodef-e-title-text {
    display: inline !important;
    --qodef-underline-position-y: 100%;
    --qodef-underline-height: 1px;
    background-repeat: no-repeat;
    background-image: linear-gradient(90deg, currentColor 0, currentColor 100%);
    background-position: 100% var(--qodef-underline-position-y);
    background-size: 100% var(--qodef-underline-height);
    backface-visibility: hidden;
}
.qodef-icon-list-item .qodef-e-title a:hover .qodef-e-title-text {
    animation: qode-inline-underline-initial-hover 1.1s cubic-bezier(0.32, 0.32, 0.15, 1.17) 1 forwards;
}
.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: 17px;
}
.qodef-icon-list-item.qodef-icon--custom-icon .qodef-e-icon-wrapper {
    position: relative;
    display: inline-block;
    vertical-align: top;
}
.qodef-icon-list-item.qodef-icon--custom-icon .qodef-e-icon-wrapper a,
.qodef-icon-list-item.qodef-icon--custom-icon .qodef-e-icon-wrapper img {
    display: block;
}
#qodef-page-sidebar .widget.widget_kahlo_core_icon_list_item {
    margin-bottom: 0;
}
#qodef-page-footer .widget.widget_kahlo_core_icon_list_item {
    margin-bottom: 0;
}
#qodef-side-area .widget.widget_kahlo_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-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 0.2s ease-out, background-color 0.2s ease-out, border-color 0.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_kahlo_core_icon {
    display: inline-block;
    line-height: 1;
}
#qodef-page-sidebar .widget.widget_kahlo_core_icon {
    margin-bottom: 0;
}
#qodef-page-footer .widget.widget_kahlo_core_icon {
    margin-bottom: 0;
}
#qodef-side-area .widget.widget_kahlo_core_icon {
    margin-bottom: 0;
}
.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-content-align--center .qodef-m-content {
    text-align: center;
}
.qodef-image-with-text.qodef-content-align--right .qodef-m-content {
    text-align: right;
}
.qodef-image-with-text.qodef-image-shadow--yes img {
    box-shadow: 0 3px 16px rgba(0, 0, 0, 0.16);
}
.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: 37px 0 0;
}
@media only screen and (max-width: 680px) {
    .qodef-image-with-text .qodef-m-title {
        margin: 24px 0 0;
    }
}
.qodef-image-with-text .qodef-m-title a {
    --qodef-underline-position-y: 1.15em;
    --qodef-underline-height: 1px;
    background-repeat: no-repeat;
    background-image: linear-gradient(90deg, currentColor 0, currentColor 100%);
    transition: background-size 0.5s cubic-bezier(0.51, 0.5, 0.07, 0.99), color 0.2s ease-out;
    background-position: 100% var(--qodef-underline-position-y);
    background-size: 0 var(--qodef-underline-height);
}
.qodef-image-with-text .qodef-m-text {
    margin: 4px 0 0;
}
.qodef-image-with-text:hover .qodef-m-title a {
    background-size: 100% var(--qodef-underline-height);
    background-position: 0 var(--qodef-underline-position-y);
}
.qodef-image-with-text.qodef--has-hover .qodef-m-image {
    transform: translateY(0);
    transition: box-shadow 0.5s, transform 0.5s cubic-bezier(0.37, 0.75, 0.45, 0.95);
}
.qodef-image-with-text.qodef--has-hover:hover .qodef-m-image {
    transform: translateY(-5px);
}
.qodef-image-with-text.qodef--has-appear {
    --qodef-translate-y: 40px;
    transform: translateY(var(--qodef-translate-y));
    opacity: 0;
    transition: transform 1.1s cubic-bezier(0.22, 0.61, 0.36, 1), opacity 0.4s;
}
.elementor-element.e-con:nth-of-type(odd) .elementor-element.e-con:nth-of-type(even) .qodef-image-with-text.qodef--has-appear {
    --qodef-translate-y: -40px;
}
.elementor-element.e-con:nth-of-type(even) .elementor-element.e-con:nth-of-type(odd) .qodef-image-with-text.qodef--has-appear {
    --qodef-translate-y: -40px;
}
.qodef-image-with-text.qodef--has-appear.qodef--appeared {
    transform: translateY(0);
    opacity: 1;
}
.elementor-element.e-con:nth-of-type(odd) .elementor-element.e-con:nth-of-type(even) .qodef-image-with-text.qodef--has-appear.qodef--appeared {
    transition-delay: 0.2s, 0.2s;
}
.elementor-element.e-con:nth-of-type(even) .elementor-element.e-con:nth-of-type(odd) .qodef-image-with-text.qodef--has-appear.qodef--appeared {
    transition-delay: 0.4s, 0.4s;
}
.qodef-info-section {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    border-top: 1px solid var(--qode-main-color);
    padding-top: 12px;
}
.qodef-info-section .qodef-m-title {
    margin: 0;
}
.qodef-info-section > .qodef-m-text {
    margin: 8px 0 0;
    letter-spacing: -0.01em;
}
.qodef-info-section .qodef-button {
    margin: 43px 0 0;
}
.qodef-info-section.qodef-alignment--center {
    text-align: center;
}
.qodef-info-section.qodef-alignment--left {
    text-align: left;
}
.qodef-info-section.qodef-alignment--right {
    text-align: right;
}
.qodef-info-section.qodef-skin--light > .qodef-m-text,
.qodef-info-section.qodef-skin--light > .qodef-m-title {
    color: #fff;
}
.qodef-info-section.qodef-skin--light .qodef-button.qodef-layout--outlined {
    color: #fff;
    background-color: transparent;
    border: 1px solid #fff;
}
.qodef-info-section.qodef-skin--light .qodef-button.qodef-layout--outlined:hover {
    color: var(--qode-main-color);
    background-color: transparent;
    border: 1px solid var(--qode-main-color);
}
.qodef-interactive-link-carousel {
    position: relative;
    height: 100vh;
    overflow: hidden;
}
.qodef-interactive-link-carousel .qodef-m-item-images-holder {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.qodef-interactive-link-carousel .qodef-m-image {
    opacity: 1;
    transition: opacity 0s;
}
.qodef-interactive-link-carousel .qodef-m-hover-image {
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    max-width: 100%;
    max-height: 100%;
    opacity: 0;
    transition: opacity 0s;
}
.qodef-interactive-link-carousel .swiper-container {
    overflow: visible;
}
.qodef-interactive-link-carousel .swiper-wrapper {
    transition-timing-function: cubic-bezier(0.56, 0.14, 0.52, 0.91);
}
.admin-bar .qodef-interactive-link-carousel {
    height: calc(100vh - 32px);
}
.qodef-interactive-link-carousel > .qodef-m-inner {
    position: relative;
    display: block;
    height: 100%;
}
.qodef-interactive-link-carousel > .qodef-m-inner .qodef-m-content-holder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.qodef-interactive-link-carousel > .qodef-m-inner .qodef-m-content-holder .qodef-m-content-table {
    position: relative;
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
}
.qodef-interactive-link-carousel > .qodef-m-inner .qodef-m-content-holder .qodef-m-content-table-cell {
    position: relative;
    display: table-cell;
    vertical-align: middle;
}
.qodef-interactive-link-carousel > .qodef-m-inner .qodef-m-content-holder .qodef-m-content-line {
    padding: 0;
    font-size: 0;
}
.qodef-interactive-link-carousel > .qodef-m-inner .qodef-m-content-holder .qodef-m-content-line:not(:last-child) {
    padding-top: 25px;
    padding-bottom: 25px;
}
.qodef-interactive-link-carousel > .qodef-m-inner .qodef-m-content-holder .qodef-m-content-line:last-child {
    padding-top: 25px;
    padding-bottom: 25px;
}
.qodef-interactive-link-carousel > .qodef-m-inner .qodef-m-content-holder .qodef-m-content-line .qodef-m-item {
    display: inline-block;
    position: relative;
    width: auto;
}
.qodef-interactive-link-carousel > .qodef-m-inner .qodef-m-content-holder .qodef-m-content-line .qodef-m-item.qodef--hovered .qodef-m-item-content .qodef-m-item-wrap a {
    color: var(--qode-main-color);
}
.qodef-interactive-link-carousel > .qodef-m-inner .qodef-m-content-holder .qodef-m-content-line .qodef-m-item-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    word-break: break-word;
    line-height: 1;
    cursor: grab;
}
.qodef-interactive-link-carousel > .qodef-m-inner .qodef-m-content-holder .qodef-m-content-line .qodef-m-item-content .qodef-m-item-wrap {
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}
.qodef-interactive-link-carousel > .qodef-m-inner .qodef-m-content-holder .qodef-m-content-line .qodef-m-item-content .qodef-m-item-wrap .qodef-m-item-text {
    font-family: "Space Grotesk", sans-serif;
    font-size: 110px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.05em;
    text-transform: capitalize;
    color: inherit;
    position: relative;
    --qodef-underline-position-y: calc(100% - 2px);
    --qodef-underline-height: 2px;
    background-repeat: no-repeat;
    background-image: linear-gradient(90deg, currentColor 0, currentColor 100%);
    transition: background-size 0.5s cubic-bezier(0.51, 0.5, 0.07, 0.99), color 0.2s ease-out;
    background-position: 100% var(--qodef-underline-position-y);
    background-size: 0 var(--qodef-underline-height);
}
@media only screen and (max-width: 1512px) {
    .qodef-interactive-link-carousel > .qodef-m-inner .qodef-m-content-holder .qodef-m-content-line .qodef-m-item-content .qodef-m-item-wrap .qodef-m-item-text {
        font-size: 85px;
    }
}
@media only screen and (max-width: 1440px) {
    .qodef-interactive-link-carousel > .qodef-m-inner .qodef-m-content-holder .qodef-m-content-line .qodef-m-item-content .qodef-m-item-wrap .qodef-m-item-text {
        font-size: 80px;
    }
}
@media only screen and (max-width: 1024px) {
    .qodef-interactive-link-carousel > .qodef-m-inner .qodef-m-content-holder .qodef-m-content-line .qodef-m-item-content .qodef-m-item-wrap .qodef-m-item-text {
        font-size: 66px !important;
    }
}
.qodef-interactive-link-carousel > .qodef-m-inner .qodef-m-content-holder .qodef-m-content-line .qodef-m-item-content .qodef-m-item-wrap .qodef-m-item-link:hover .qodef-m-item-text {
    background-size: 100% var(--qodef-underline-height);
    background-position: 0 var(--qodef-underline-position-y);
}
.qodef-interactive-link-carousel > .qodef-m-inner .qodef-m-content-holder .qodef-m-content-line .qodef-m-item-content .qodef-m-item-wrap .qodef-m-item-link:hover svg {
    transform: translateX(var(--qode-x));
}
.qodef-interactive-link-carousel > .qodef-m-inner .qodef-m-content-holder .qodef-m-content-line .qodef-m-item-content .qodef-m-item-wrap .qodef-m-image {
    margin-right: 27px;
    margin-left: 25px;
    width: 213px;
}
.qodef-interactive-link-carousel > .qodef-m-inner .qodef-m-content-holder .qodef-m-content-line .qodef-m-item-content .qodef-m-item-wrap .qodef-m-hover-image {
    margin-right: 27px;
    margin-left: 25px;
    width: 213px;
}
@media only screen and (max-width: 480px) {
    .qodef-interactive-link-carousel > .qodef-m-inner .qodef-m-content-holder .qodef-m-content-line .qodef-m-item-content .qodef-m-item-wrap {
        font-size: 20vw;
    }
}
.qodef-interactive-link-carousel > .qodef-m-inner .qodef-m-content-holder .qodef-m-content-line .qodef-m-item-content .qodef-m-item-wrap a {
    color: inherit;
    display: inline-block;
    text-decoration: none;
    transition: none;
}
.qodef-interactive-link-carousel > .qodef-m-inner .qodef-m-content-holder .qodef-m-content-line .qodef-m-item-content .qodef-m-item-wrap .qodef-m-item-link {
    position: relative;
    display: flex;
    align-items: center;
}
.qodef-interactive-link-carousel > .qodef-m-inner .qodef-m-content-holder .qodef-m-content-line .qodef-m-item-content .qodef-m-item-wrap .qodef-m-item-link svg {
    width: 56px;
    margin-top: 5px;
    margin-left: 27px;
    --qode-x: 6px;
    transform: translateX(0);
    transition: transform 0.5s cubic-bezier(0.41, 0.88, 0.28, 1.01), color 0.2s ease-out;
}
.qodef-interactive-link-carousel > .qodef-m-inner .qodef-m-content-holder .qodef-m-content-line:nth-of-type(odd) {
    text-align: left;
}
.qodef-interactive-link-carousel > .qodef-m-inner .qodef-m-content-holder .qodef-m-content-line:nth-of-type(odd) .qodef-m-item-content {
    padding: 0 13px 0 25px;
}
.qodef-interactive-link-carousel > .qodef-m-inner .qodef-m-content-holder .qodef-m-content-line:nth-of-type(even) {
    text-align: right;
}
.qodef-interactive-link-carousel > .qodef-m-inner .qodef-m-content-holder .qodef-m-content-line:nth-of-type(even) .qodef-m-item-content {
    padding: 0 13px 0 25px;
}
.qodef-interactive-link-carousel > .qodef-m-inner .qodef-m-content-holder .qodef-m-content-line .qodef-m-item-link-holder .qodef-m-item-link {
    position: relative;
}
.qodef-interactive-link-carousel .qodef-m-content-line {
    opacity: 0;
}
.qodef-interactive-link-carousel .qodef-m-content-line:nth-of-type(odd) {
    transform: translate3d(30%, 0, 0);
}
.qodef-interactive-link-carousel .qodef-m-content-line:nth-of-type(even) {
    transform: translate3d(-30%, 0, 0);
}
.qodef-interactive-link-carousel.qodef-initialized .qodef-m-content-line {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: opacity 2s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 2s cubic-bezier(0.09, 0.94, 0.27, 0.96);
}
.qodef-interactive-link-carousel.qodef-initialized .qodef-m-content-line:nth-of-type(even) {
    transition-delay: 0.3s, 0.3s;
}
.qodef-interactive-link-carousel.qodef-full-height-container--no {
    height: auto;
}
.admin-bar .qodef-interactive-link-carousel.qodef-full-height-container--no {
    height: auto;
}
.qodef-interactive-link-carousel.qodef-full-height-container--no > .qodef-m-inner .qodef-m-content-holder {
    position: relative;
}
.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);
}
@media only screen and (max-width: 768px) {
    .qodef-interactive-link-showcase {
        height: 90vh;
    }
}
@media only screen and (min-width: 881px) and (max-width: 1024px) {
    .elementor-editor-active .qodef-interactive-link-showcase {
        margin-top: 17%;
    }
}
@media only screen and (min-width: 751px) and (max-width: 880px) {
    .elementor-editor-active .qodef-interactive-link-showcase {
        margin-top: 40%;
    }
}
@media only screen and (max-width: 680px) {
    .qodef-interactive-link-showcase {
        height: 100vh;
    }
}
.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 0.45s;
}
.qodef-interactive-link-showcase .qodef-m-image.qodef--active {
    opacity: 1;
    z-index: 5;
    transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.qodef-interactive-link-showcase .qodef-m-image img {
    display: none;
}
.qodef-interactive-link-showcase .qodef-m-items {
    display: flex;
    align-items: center;
    z-index: 10;
}
.qodef-interactive-link-showcase .qodef-m-item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: auto;
    padding: 0 6px 5px;
    margin: 13px 0;
    font-family: "Space Grotesk", sans-serif;
    font-weight: 500;
    letter-spacing: -0.05em;
    font-size: 58px;
    line-height: 1.03448em;
    transition: color 0.2s ease-out, background-color 0.2s ease-out;
}
@media only screen and (max-width: 1440px) {
    .qodef-interactive-link-showcase .qodef-m-item {
        font-size: 43px;
    }
}
@media only screen and (max-width: 1024px) {
    .qodef-interactive-link-showcase .qodef-m-item {
        font-size: 40px;
    }
}
.qodef-interactive-link-showcase .qodef-m-item .qodef-e-title {
    position: relative;
    display: block;
    z-index: 2;
}
@media only screen and (max-width: 680px) {
    .qodef-interactive-link-showcase .qodef-m-item .qodef-e-title {
        padding-left: 7% !important;
    }
}
.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-interactive-link-showcase-hide-overflow {
    overflow: hidden;
    padding-top: 31px;
}
.qodef-interactive-link-showcase.qodef-interactive-link-showcase-hide-overflow .qodef-m-item:first-child {
    padding-top: 0;
}
.qodef-interactive-link-showcase.qodef-layout--interactive-list {
    height: 100%;
}
.qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-m-items {
    position: relative;
    flex-direction: column;
    align-items: flex-start;
    -webkit-clip-path: inset(-10em -10em -10em 0);
    clip-path: inset(-10em -10em -10em 0);
}
.qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-m-item {
    padding: 31px 0;
    margin: 0;
    color: var(--qode-main-color);
    background-color: transparent;
    font-size: 110px;
    line-height: 1em;
    display: flex;
    flex-direction: row;
    width: 100%;
}
@media only screen and (max-width: 1512px) {
    .qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-m-item {
        font-size: 85px;
    }
}
@media only screen and (max-width: 1440px) {
    .qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-m-item {
        font-size: 80px;
    }
}
@media only screen and (max-width: 1024px) {
    .qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-m-item {
        font-size: 66px;
    }
}
@media only screen and (max-width: 680px) {
    .qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-m-item {
        font-size: 48px;
    }
}
@media only screen and (max-width: 680px) {
    .qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-m-item {
        padding: 18px 0;
        width: 100%;
    }
}
.qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-m-item .qodef-e-title {
    opacity: 0.15;
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.35s ease-out;
}
.qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-m-item .qodef-e-title span {
    --qodef-underline-position-y: calc(100% - 0.1em);
    --qodef-underline-height: 3px;
    background-repeat: no-repeat;
    background-image: linear-gradient(90deg, currentColor 0, currentColor 100%);
    transition: background-size 0.5s cubic-bezier(0.51, 0.5, 0.07, 0.99), color 0.2s ease-out;
    background-position: 100% var(--qodef-underline-position-y);
    background-size: 0 var(--qodef-underline-height);
}
@media only screen and (max-width: 680px) {
    .qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-m-item .qodef-e-title {
        background-image: none;
        padding-left: 0 !important;
    }
}
.qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-m-item:first-of-type .qodef-e-follow-image {
    transform: translate3d(-50%, calc(-1em), 0);
}
.qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-m-item:last-of-type .qodef-e-follow-image {
    transform: translate3d(-50%, calc(-100% + 0.5em), 0);
}
.qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-m-item .qodef-interactive-link-showcase-hover-arrow {
    transform: translateX(-101px);
    opacity: 0;
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.35s ease-out;
}
.qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-m-item .qodef-interactive-link-showcase-hover-arrow svg {
    position: absolute;
}
@media only screen and (max-width: 1440px) {
    .qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-m-item .qodef-interactive-link-showcase-hover-arrow svg {
        width: 60px;
        height: 80px;
    }
}
@media only screen and (max-width: 680px) {
    .qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-m-item .qodef-interactive-link-showcase-hover-arrow svg {
        display: none;
    }
}
.qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-m-item.qodef--active .qodef-e-title {
    opacity: 1;
    transform: translateX(134px);
}
.qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-m-item.qodef--active .qodef-e-title span {
    background-size: 100% var(--qodef-underline-height);
    background-position: 0 var(--qodef-underline-position-y);
}
@media only screen and (max-width: 1440px) {
    .qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-m-item.qodef--active .qodef-e-title {
        transform: translateX(95px);
    }
}
@media only screen and (max-width: 680px) {
    .qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-m-item.qodef--active .qodef-e-title {
        transform: translateX(0);
    }
}
.qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-m-item.qodef--active .qodef-interactive-link-showcase-hover-arrow {
    transform: translateX(0);
    opacity: 1;
}
.qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-m-item.qodef--active .qodef-e-follow-content {
    opacity: 1;
    transform: translateX(0) translateY(0);
    pointer-events: all;
}
.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;
    opacity: 0;
    transform: scale(0.8) translateX(0) translateY(40px);
    transition: opacity 0.37s ease-out, transform 0.5s cubic-bezier(0.18, 0.79, 0.29, 0.93);
    pointer-events: none;
}
@media only screen and (max-width: 1024px) {
    .qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-e-follow-content {
        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;
    pointer-events: none;
}
.qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-e-follow-image img {
    position: relative;
    display: block;
    width: auto;
    max-width: 60vw;
}
.qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-e-follow-title {
    position: absolute;
    top: calc(50% + 20px);
    left: 0;
    display: block;
    padding-left: 101px;
    font-size: 110px;
    line-height: 1em;
    white-space: nowrap;
    color: var(--qode-main-color);
    opacity: 1;
}
@media only screen and (max-width: 1512px) {
    .qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-e-follow-title {
        font-size: 85px;
    }
}
@media only screen and (max-width: 1440px) {
    .qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-e-follow-title {
        font-size: 80px;
    }
}
@media only screen and (max-width: 1024px) {
    .qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-e-follow-title {
        font-size: 66px;
    }
}
@media only screen and (max-width: 680px) {
    .qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-e-follow-title {
        font-size: 48px;
    }
}
.qodef-interactive-link-showcase.qodef-layout--list {
    padding: 150px 0;
}
.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-items {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    width: 100%;
    justify-content: center;
    flex-direction: column;
}
@media only screen and (max-width: 1024px) {
    .qodef-interactive-link-showcase.qodef-layout--list .qodef-m-items {
        justify-content: flex-end;
    }
}
.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-items .qodef-m-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    border-top: 1px solid var(--qode-main-color);
    width: 100%;
    font-family: "Space Grotesk", sans-serif;
    font-weight: 500;
    letter-spacing: -0.05em;
    font-size: 110px;
    line-height: 1em;
    margin: 0;
    padding: 39px 0 45px;
    overflow: hidden;
}
@media only screen and (max-width: 1512px) {
    .qodef-interactive-link-showcase.qodef-layout--list .qodef-m-items .qodef-m-item {
        font-size: 85px;
    }
}
@media only screen and (max-width: 1440px) {
    .qodef-interactive-link-showcase.qodef-layout--list .qodef-m-items .qodef-m-item {
        font-size: 80px;
    }
}
@media only screen and (max-width: 1024px) {
    .qodef-interactive-link-showcase.qodef-layout--list .qodef-m-items .qodef-m-item {
        font-size: 66px;
    }
}
@media only screen and (max-width: 680px) {
    .qodef-interactive-link-showcase.qodef-layout--list .qodef-m-items .qodef-m-item {
        font-size: 48px;
    }
}
@media only screen and (max-width: 680px) {
    .qodef-interactive-link-showcase.qodef-layout--list .qodef-m-items .qodef-m-item {
        padding: 13px 0 22px;
    }
}
.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-items .qodef-m-item:last-child {
    border-bottom: 1px solid var(--qode-main-color);
}
.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-items .qodef-m-item:hover .qodef-interactive-link-list-arrow {
    opacity: 1;
    transform: translateX(0) translateY(0);
}
.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-items .qodef-m-item:hover .qodef-decoration-shape svg {
    transition-duration: 1s;
    stroke-dashoffset: 0;
}
.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-items .qodef-m-item:hover .qodef-decoration-shape svg.qodef-svg--custom-shape-5 line {
    stroke-dashoffset: 0;
}
.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-items .qodef-m-item:hover .qodef-decoration-shape svg .qodef--filled-shape {
    opacity: 1;
}
.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-items .qodef-interactive-link-list-arrow {
    margin-left: 45px;
    position: relative;
    top: 15px;
    --qode-x: 20px;
    --qode-y: 0px;
    opacity: 0;
    transform: translateX(var(--qode-x)) translateY(var(--qode-y));
    transition: opacity 0.37s ease-out, transform 0.5s cubic-bezier(0.18, 0.79, 0.29, 0.93);
}
@media only screen and (max-width: 1024px) {
    .qodef-interactive-link-showcase.qodef-layout--list .qodef-m-items .qodef-interactive-link-list-arrow {
        margin-left: 30px;
    }
}
@media only screen and (max-width: 680px) {
    .qodef-interactive-link-showcase.qodef-layout--list .qodef-m-items .qodef-interactive-link-list-arrow {
        margin-left: 7%;
        left: 0;
        top: 9px;
    }
    .qodef-interactive-link-showcase.qodef-layout--list .qodef-m-items .qodef-interactive-link-list-arrow > svg {
        width: 30px;
    }
}
.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-items .qodef-decoration-shape {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-items .qodef-decoration-shape svg {
    min-height: 100%;
    width: auto;
    overflow: visible;
    --qode-stroke-length: 700;
    stroke-dashoffset: var(--qode-stroke-length);
    stroke-dasharray: var(--qode-stroke-length);
    transition: stroke-dashoffset 0.8s cubic-bezier(0.5, 0.8, 0.17, 0.94);
}
.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-items .qodef-decoration-shape svg.qodef-svg--custom-shape-5 {
    --qode-stroke-length: 750;
}
.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-items .qodef-decoration-shape svg.qodef-svg--custom-shape-5 line {
    transition: inherit;
    --qode-stroke-length: 300;
    stroke-dashoffset: var(--qode-stroke-length);
    stroke-dasharray: var(--qode-stroke-length);
}
.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-items .qodef-decoration-shape svg.qodef-svg--custom-shape-6 {
    --qode-stroke-length: 800;
}
.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-items .qodef-decoration-shape svg .qodef--filled-shape {
    opacity: 0;
    transition: opacity 0.37s ease-out;
}
@media only screen and (max-width: 680px) {
    .qodef-interactive-link-showcase.qodef-layout--list .qodef-m-items .qodef-decoration-shape {
        display: none;
    }
}
.qodef-interactive-link-showcase.qodef-layout--list.qodef-interactive-link-showcase-height-100 {
    height: 100%;
    padding: 0;
}
.qodef-interactive-link-showcase.qodef-layout--list.qodef-interactive-link-showcase-height-100 .qodef-m-items {
    position: relative;
}
.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-outlined-title {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.qodef-outlined-title.qodef-force-full-width--yes {
    position: relative;
    left: 0;
    margin-left: calc(-50vw + 50%);
    width: 100vw;
    overflow: hidden;
}
.qodef-outlined-title .qodef-m-title {
    font-family: Roboto, sans-serif;
    font-size: 40vw;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1;
    margin: 0;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--qode-main-color);
    white-space: normal;
}
.qodef-outlined-title .qodef-m-title.qodef--custom-chars-splitting-animation {
    visibility: hidden;
}
.qodef-outlined-title .qodef-m-title.qodef--custom-chars-splitting-animation _:-webkit-full-screen:not(:root:root) {
    visibility: visible;
}
@media not all and (min-resolution: 0.001dpcm) {
    @supports (-webkit-appearance: none) and (stroke-color: transparent) {
        .qodef-outlined-title .qodef-m-title.qodef--custom-chars-splitting-animation {
            visibility: visible;
        }
    }
}
.qodef-outlined-title .qodef-m-title.qodef--custom-chars-splitting-animation .qodef-char-mask {
    display: inline-block;
}
.qodef-outlined-title .qodef-m-title.qodef--custom-chars-splitting-animation .qodef-char-mask > span {
    display: inline-block;
    visibility: hidden;
    transform: translate3d(-120%, 0, 0);
    transition: transform 2s cubic-bezier(0.22, 0.61, 0.36, 1);
    will-change: transform;
}
.qodef-outlined-title .qodef-m-title.qodef--custom-chars-splitting-animation .qodef-char-mask > span.qodef-show {
    visibility: visible;
    transform: translate3d(0, 0, 0);
}
.qodef-outlined-title .qodef-m-title.qodef--custom-chars-splitting-animation .qodef-char-mask > span _:-webkit-full-screen:not(:root:root) {
    visibility: visible;
    transform: translate3d(0, 0, 0);
}
@media not all and (min-resolution: 0.001dpcm) {
    @supports (-webkit-appearance: none) and (stroke-color: transparent) {
        .qodef-outlined-title .qodef-m-title.qodef--custom-chars-splitting-animation .qodef-char-mask > span {
            visibility: visible;
            transform: translate3d(0, 0, 0);
        }
    }
}
@media only screen and (max-width: 680px) {
    .qodef-outlined-title .qodef-m-title {
        font-size: 16.85vw;
    }
}
.qodef-outlined-title .qodef-highlight-text {
    -webkit-text-fill-color: currentColor;
    -webkit-text-stroke-width: 0;
    -webkit-text-stroke-color: transparent;
    margin-right: -0.1em;
}
.qodef-outlined-title.qodef-alignment--center {
    text-align: center;
}
.qodef-outlined-title.qodef-alignment--left {
    text-align: left;
}
.qodef-outlined-title.qodef-alignment--right {
    text-align: right;
}
.qodef-outlined-title.qodef-force-bottom-full-width--yes {
    height: 280px !important;
    position: absolute !important;
    bottom: 0;
    left: 0;
    width: 100vw !important;
    max-width: 100vw !important;
    overflow: hidden !important;
    z-index: 1000 !important;
    background-color: #fff;
    margin-left: calc(-58vw + 50%) !important;
}
@media only screen and (max-width: 1512px) {
    .qodef-outlined-title.qodef-force-bottom-full-width--yes {
        height: 220px !important;
        margin-left: calc(-43.6vw + 50%) !important;
    }
}
@media only screen and (max-width: 1440px) {
    .qodef-outlined-title.qodef-force-bottom-full-width--yes {
        height: 220px !important;
        margin-left: calc(-43vw + 50%) !important;
    }
}
@media only screen and (max-width: 1366px) {
    .qodef-outlined-title.qodef-force-bottom-full-width--yes {
        height: 135px !important;
        margin-left: calc(-42.5vw + 50%) !important;
    }
}
.qodef-outlined-title.qodef-force-bottom-full-width--yes .qodef-m-title {
    font-family: Roboto, sans-serif;
    margin: 0;
    -webkit-text-fill-color: transparent;
    white-space: normal;
    font-size: 38vw;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1em;
    text-transform: uppercase;
    color: #fff;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #000;
}
@media only screen and (max-width: 1512px) {
    .qodef-outlined-title.qodef-force-bottom-full-width--yes .qodef-m-title {
        font-size: 40vw;
        line-height: 0.8em;
    }
}
@media only screen and (max-width: 1024px) {
    .qodef-outlined-title.qodef-force-bottom-full-width--yes {
        display: none !important;
    }
}
.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-section-title {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.qodef-section-title .qodef-m-title {
    margin: 0;
}
.qodef-section-title > .qodef-m-text {
    margin: 25px 0 0;
}
.qodef-section-title .qodef-button {
    margin: 43px 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-text,
.qodef-section-title.qodef-skin--light > .qodef-m-title {
    color: #fff;
}
.qodef-section-title.qodef-skin--light > .qodef-m-title a:hover {
    color: #fff;
}
.qodef-section-title.qodef-skin--light .qodef-button.qodef-layout--outlined {
    color: #fff;
    background-color: transparent;
    border: 1px solid #fff;
}
.qodef-section-title.qodef-skin--light .qodef-button.qodef-layout--outlined:hover {
    color: var(--qode-main-color);
    background-color: transparent;
    border: 1px solid var(--qode-main-color);
}
.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 #000;
}
.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: 1440px) {
    .qodef-separator.qodef-show-1440--yes {
        display: block;
    }
}
@media only screen and (max-width: 1440px) {
    .qodef-separator.qodef-show-1440--no {
        display: none;
    }
}
@media only screen and (max-width: 1366px) {
    .qodef-separator.qodef-show-1366--yes {
        display: block;
    }
}
@media only screen and (max-width: 1366px) {
    .qodef-separator.qodef-show-1366--no {
        display: none;
    }
}
@media only screen and (max-width: 1280px) {
    .qodef-separator.qodef-show-1280--yes {
        display: block;
    }
}
@media only screen and (max-width: 1280px) {
    .qodef-separator.qodef-show-1280--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: 768px) {
    .qodef-separator.qodef-show-768--yes {
        display: block;
    }
}
@media only screen and (max-width: 768px) {
    .qodef-separator.qodef-show-768--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;
    }
}
@media only screen and (max-width: 480px) {
    .qodef-separator.qodef-show-480--yes {
        display: block;
    }
}
@media only screen and (max-width: 480px) {
    .qodef-separator.qodef-show-480--no {
        display: none;
    }
}
#qodef-page-sidebar .widget.widget_kahlo_core_separator {
    margin-bottom: 0;
}
#qodef-page-footer .widget.widget_kahlo_core_separator {
    margin-bottom: 0;
}
#qodef-side-area .widget.widget_kahlo_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;
}
@keyframes qode-text-marquee-left {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}
@keyframes qode-text-marquee-right {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(0);
    }
}
.qodef-text-marquee .qodef-m-content {
    display: flex;
    font-family: "Space Grotesk", sans-serif;
    font-size: 130px;
    font-weight: 500;
    line-height: 1em;
    letter-spacing: -0.05em;
    text-transform: uppercase;
    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-text-1 {
    color: var(--qode-main-color);
}
.qodef-text-marquee .qodef-m-text-2 {
    color: var(--qode-main-color);
}
.qodef-text-marquee .qodef-m-text-3 {
    color: var(--qode-main-color);
}
.qodef-text-marquee .qodef-m-separator {
    position: relative;
    display: inline-flex;
    color: var(--qode-main-color);
}
.qodef-tickets-info {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding: 10px 0;
}
.qodef-tickets-info .qodef-ticket-information-title {
    margin-bottom: 13px;
}
.qodef-tickets-info .qodef-m-ticket-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 1px;
}
.qodef-tickets-info .qodef-m-ticket-item .qodef-m-ticket-info {
    line-height: 30px;
    min-width: 220px;
}
.qodef-tickets-info .qodef-m-ticket-item .qodef-m-ticket-price {
    font-family: "Space Grotesk", sans-serif;
    font-size: 19px;
    font-weight: 700;
    letter-spacing: -0.05em;
    line-height: 38px;
}
.qodef-video-button {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.qodef-video-button .qodef-e-video-label {
    display: block;
    font-family: "Space Grotesk", sans-serif;
    font-size: 23px;
    font-weight: 500;
    line-height: 2.087em;
    letter-spacing: -0.05em;
    margin: 0 0 6px;
}
.qodef-video-button .qodef-m-play {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100%;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}
.qodef-video-button .qodef-m-play .qodef-play-text {
    font-family: "Space Grotesk", sans-serif;
    font-weight: 500;
    letter-spacing: -0.05em;
    color: var(--qode-main-color);
    font-size: 110px;
    line-height: 1em;
    line-height: 1;
    margin: 0;
    color: #fff;
    --qodef-underline-position-y: 100%;
    --qodef-underline-height: 2px;
    background-repeat: no-repeat;
    background-image: linear-gradient(90deg, currentColor 0, currentColor 100%);
    transition: background-size 0.5s cubic-bezier(0.51, 0.5, 0.07, 0.99), color 0.2s ease-out;
    background-position: 100% var(--qodef-underline-position-y);
    background-size: 0 var(--qodef-underline-height);
}
@media only screen and (max-width: 1512px) {
    .qodef-video-button .qodef-m-play .qodef-play-text {
        font-size: 85px;
    }
}
@media only screen and (max-width: 1440px) {
    .qodef-video-button .qodef-m-play .qodef-play-text {
        font-size: 80px;
    }
}
@media only screen and (max-width: 1024px) {
    .qodef-video-button .qodef-m-play .qodef-play-text {
        font-size: 66px;
    }
}
@media only screen and (max-width: 680px) {
    .qodef-video-button .qodef-m-play .qodef-play-text {
        font-size: 48px;
    }
}
.qodef-video-button .qodef-m-play:hover .qodef-play-text {
    background-size: 100% var(--qodef-underline-height);
    background-position: 0 var(--qodef-underline-position-y);
}
.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%;
}
.qodef-video-holder .qodef-m-video {
    display: block;
    background-color: #000;
}
.qodef-video-holder video {
    max-width: 100%;
}
.qodef-video-holder.qodef--has-appear .qodef-m-video {
    transition: 0.9s cubic-bezier(0.51, 0.01, 0, 1.06);
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
}
.qodef-video-holder.qodef--has-appear.qodef--appeared .qodef-m-video {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
}
#qodef-side-area {
    position: fixed;
    top: 0;
    right: -490px;
    width: 490px;
    height: 100%;
    min-height: 100%;
    padding: 120px 75px 35px;
    text-align: center;
    background-color: #000;
    overflow: hidden;
    visibility: hidden;
    z-index: 9999;
    transition: all 0.6s cubic-bezier(0.77, 0, 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 0.2s ease-in-out, z-index 0.2s ease-in-out;
}
.qodef-side-area--opened .qodef-side-area-cover {
    opacity: 1;
    z-index: 1002;
}
.qodef-social-share {
    position: relative;
    display: inline-block;
    vertical-align: top;
}
.qodef-social-share .qodef-social-title {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 13px;
    font-family: "Space Grotesk", sans-serif;
    font-weight: 500;
    letter-spacing: -0.05em;
    color: var(--qode-main-color);
    font-size: 23px;
    line-height: 1.21739em;
    font-weight: 500;
}
@media only screen and (max-width: 1440px) {
    .qodef-social-share .qodef-social-title {
        font-size: 20px;
    }
}
@media only screen and (max-width: 680px) {
    .qodef-social-share .qodef-social-title {
        font-size: 18px;
    }
}
.qodef-social-share ul {
    position: relative;
    display: inline-block;
    vertical-align: top;
    list-style: none;
    padding: 0;
    margin: 0;
}
.qodef-social-share li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    line-height: 1;
    padding: 0;
    margin: 0;
}
.qodef-social-share li a {
    font-size: 19px;
    font-weight: 500;
    letter-spacing: -0.05em;
    font-family: "Space Grotesk", sans-serif;
    --qodef-underline-position-y: 1.1em;
    --qodef-underline-height: 1px;
    background-repeat: no-repeat;
    background-image: linear-gradient(90deg, currentColor 0, currentColor 100%);
    transition: background-size 0.5s cubic-bezier(0.51, 0.5, 0.07, 0.99), color 0.2s ease-out;
    background-position: 100% var(--qodef-underline-position-y);
    background-size: 0 var(--qodef-underline-height);
}
.qodef-social-share li a:hover {
    background-size: 100% var(--qodef-underline-height);
    background-position: 0 var(--qodef-underline-position-y);
}
.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: 0.2s;
}
.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(3) {
    transition-delay: 0.3s;
}
.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(4) {
    transition-delay: 0.4s;
}
.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(5) {
    transition-delay: 0.5s;
}
.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(6) {
    transition-delay: 0.6s;
}
.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(7) {
    transition-delay: 0.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 0.2s ease-out, visibility 0.2s ease-out;
}
.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown li a {
    transition: color 0.2s ease-out, background-color 0.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 #000;
}
.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: var(--qode-main-color);
    background-color: #fff;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(1) {
    bottom: -30px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(2) {
    bottom: -60px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(3) {
    bottom: -90px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(4) {
    bottom: -120px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(5) {
    bottom: -150px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(6) {
    bottom: -180px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(7) {
    bottom: -210px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown {
    top: 0;
    right: 0;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li {
    width: calc(90px / 3);
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(1) {
    left: 5px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(2) {
    left: 35px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(3) {
    left: 65px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(4) {
    left: 95px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(5) {
    left: 125px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(6) {
    left: 155px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(7) {
    left: 185px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown {
    top: 0;
    left: 0;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li {
    width: calc(90px / 3);
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(1) {
    right: 5px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(2) {
    right: 35px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(3) {
    right: 65px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(4) {
    right: 95px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(5) {
    right: 125px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(6) {
    right: 155px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(7) {
    right: 185px;
}
.qodef-social-share.qodef-layout--list li {
    margin-right: 15px;
}
.qodef-social-share.qodef-layout--list li:last-child {
    margin-right: 0;
}
.qodef-social-share.qodef-layout--text {
    display: flex;
    flex-direction: column;
}
.qodef-social-share.qodef-layout--text li {
    margin-right: 13px;
}
.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: 22px;
}
.widget .qodef-social-share.qodef-layout--text .qodef-social-title {
    display: block;
    margin-bottom: 21px;
}
#qodef-page-footer .widget .qodef-social-share.qodef-layout--dropdown .qodef-social-title {
    color: #ccc;
}
#qodef-page-footer .widget .qodef-social-share.qodef-layout--list .qodef-social-title {
    color: #ccc;
}
#qodef-page-footer .widget .qodef-social-share.qodef-layout--text .qodef-social-title {
    color: #ccc;
}
#qodef-side-area .widget .qodef-social-share.qodef-layout--dropdown .qodef-social-title {
    color: #ccc;
}
#qodef-side-area .widget .qodef-social-share.qodef-layout--list .qodef-social-title {
    color: #ccc;
}
#qodef-side-area .widget .qodef-social-share.qodef-layout--text .qodef-social-title {
    color: #ccc;
}
#qodef-page-spinner {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 2000;
}
#qodef-page-spinner .qodef-m-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: var(--qode-main-color);
    background-color: #fff;
}
#qodef-page-spinner .qodef-m-spinner {
    position: relative;
}
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom {
    position: relative;
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px;
}
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--1 {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 50%;
    width: 50%;
    z-index: 1;
    animation: qode-atom-shrink 4.5s infinite linear;
}
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--1:before {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    height: 100%;
    width: 100%;
    background: currentColor;
    border-radius: 50%;
}
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--2,
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--3,
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--4 {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
}
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--2:before,
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--3:before,
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--4:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    margin: 0 auto;
    background: currentColor;
    border-radius: 50%;
}
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--2 {
    animation: qode-atom-zindex 1.5s 0.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 -0.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 -0.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 0.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 -0.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: 0.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--percentage .qodef-m-inner {
    width: 100vw;
    background-color: #f8f8f8;
}
#qodef-page-spinner.qodef-layout--percentage .qodef-m-inner .qodef-m-spinner {
    width: 100%;
}
#qodef-page-spinner.qodef-layout--percentage .qodef-m-spinner-images {
    width: 100%;
}
#qodef-page-spinner.qodef-layout--percentage .qodef-m-spinner-images img {
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: 320px;
    -webkit-clip-path: inset(0 0 100% 0);
    clip-path: inset(0 0 100% 0);
    will-change: transform;
}
@media only screen and (max-width: 1680px) {
    #qodef-page-spinner.qodef-layout--percentage .qodef-m-spinner-images img {
        transform: translateX(-50%) translate3d(0, 120px, 0);
    }
}
@media only screen and (max-width: 1366px) {
    #qodef-page-spinner.qodef-layout--percentage .qodef-m-spinner-images img {
        transform: translateX(-50%) translate3d(0, 135px, 0);
    }
}
@media only screen and (max-width: 1024px) {
    #qodef-page-spinner.qodef-layout--percentage .qodef-m-spinner-images img {
        transform: translateX(-50%) translate3d(0, 150px, 0);
    }
}
@media only screen and (max-width: 680px) {
    #qodef-page-spinner.qodef-layout--percentage .qodef-m-spinner-images img {
        max-width: 250px;
        transform: translateX(-50%) translate3d(0, 160px, 0);
    }
}
#qodef-page-spinner.qodef-layout--percentage .qodef-m-spinner-images img:nth-child(4n + 1) {
    left: calc(50% - 27px);
}
#qodef-page-spinner.qodef-layout--percentage .qodef-m-spinner-images img:nth-child(4n + 2) {
    left: calc(50% + 27px);
    bottom: 27px;
}
#qodef-page-spinner.qodef-layout--percentage .qodef-m-spinner-images img:nth-child(4n + 3) {
    left: 50%;
    bottom: 68px;
}
#qodef-page-spinner.qodef-layout--percentage .qodef-m-spinner-images img.qodef-item-show {
    animation: qode-image-in-from-top 1s cubic-bezier(0.43, 0.41, 0.36, 0.9) both;
}
#qodef-page-spinner.qodef-layout--percentage .qodef-m-spinner-heading {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#qodef-page-spinner.qodef-layout--percentage .qodef-m-spinner-heading > * {
    margin: 0;
    opacity: 0;
    animation: qode-fade-in 1s forwards 0.5s;
}
#qodef-page-spinner.qodef-layout--percentage .qodef-m-spinner-heading .qodef-spinner-text-holder {
    display: inline-block;
    font-size: 16px;
    margin-bottom: 11px;
}
#qodef-page-spinner.qodef-layout--percentage .qodef-m-spinner-heading .qodef-spinner-text-holder .qodef-spinner-text {
    animation: qode-blink 2s ease-out infinite;
}
#qodef-page-spinner.qodef-layout--percentage .qodef-m-spinner-heading .qodef-m-spinner-number {
    display: inline-flex;
    overflow: visible;
}
#qodef-page-spinner.qodef-layout--percentage .qodef-m-spinner-heading .qodef-m-spinner-number-label {
    overflow: visible;
}
#qodef-page-spinner.qodef-layout--percentage .qodef-m-spinner-heading .qodef-m-spinner-loading-progress {
    position: relative;
    line-height: 1;
    width: 92px;
    display: inline-flex;
    justify-content: flex-end;
    overflow: visible;
}
#qodef-page-spinner.qodef-layout--predefined {
    transform-origin: bottom;
    --qodef-clip: 0;
    -webkit-clip-path: inset(0 0 calc(var(--qodef-clip) * 1%) 0);
    clip-path: inset(0 0 calc(var(--qodef-clip) * 1%) 0);
}
#qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    z-index: 1;
}
#qodef-page-spinner.qodef-layout--predefined .qodef-m-predefined {
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    width: 100%;
    padding: 5vw 11.1vw;
    animation: qode-fade-in 1s 0.05s forwards;
}
#qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner-svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    overflow: hidden;
}
#qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner-svg svg {
    width: 100%;
    height: auto;
    fill: transparent;
    stroke: currentColor;
    --qode-duration: 1.8s;
    --qode-delay: -0.5s;
}
#qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner-svg svg g:nth-of-type(1) circle {
    --qode-stroke: 455;
    animation: qode-preloader-svg var(--qode-duration) var(--qode-delay) infinite;
}
#qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner-svg svg g:nth-of-type(1) polyline {
    --qode-stroke: 380;
    animation: qode-preloader-svg var(--qode-duration) infinite;
}
#qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner-svg svg g:nth-of-type(2) polyline {
    --qode-stroke: 350;
    animation: qode-preloader-svg var(--qode-duration) infinite;
}
#qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner-svg svg g:nth-of-type(2) rect {
    --qode-stroke: 600;
    animation: qode-preloader-svg var(--qode-duration) var(--qode-delay) infinite;
}
#qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner-svg svg g:nth-of-type(3) polyline {
    --qode-stroke: 600;
    animation: qode-preloader-svg var(--qode-duration) infinite;
}
#qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner-svg svg g:nth-of-type(3) rect {
    --qode-stroke: 400;
    animation: qode-preloader-svg var(--qode-duration) var(--qode-delay) infinite;
}
#qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner-svg svg g:nth-of-type(4) rect {
    --qode-stroke: 280;
    animation: qode-preloader-svg var(--qode-duration) infinite;
}
#qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner-svg svg g:nth-of-type(4) circle {
    --qode-stroke: 360;
    animation: qode-preloader-svg var(--qode-duration) var(--qode-delay) infinite;
}
#qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner-svg svg g:nth-of-type(5) circle {
    --qode-stroke: 280;
    animation: qode-preloader-svg var(--qode-duration) infinite;
}
#qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner-svg svg g:nth-of-type(5) polygon {
    --qode-stroke: 390;
    animation: qode-preloader-svg var(--qode-duration) var(--qode-delay) infinite;
}
#qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner-number {
    width: 2.6em;
    text-wrap: nowrap;
    font-size: 58px;
    line-height: 1.03448em;
}
@media only screen and (max-width: 1440px) {
    #qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner-number {
        font-size: 43px;
    }
}
@media only screen and (max-width: 1024px) {
    #qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner-number {
        font-size: 40px;
    }
}
#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: 0.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 0.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: -0.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: "Space Grotesk", 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(0.5, 0, 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: -0.32s;
}
#qodef-page-spinner.qodef-layout--wave .qodef-m-wave-item.qodef-wave--2 {
    animation-delay: -0.16s;
}
.qodef-sp-holder {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 115;
    visibility: hidden;
    transition: opacity 0.2s ease-out;
    background-color: rgba(0, 0, 0, 0.65);
    display: flex;
    align-items: center;
    justify-content: center;
}
.qodef-sp-holder .qodef-sp-inner {
    width: 90%;
    max-width: 600px;
    background-color: #fff;
    padding: 40px;
    opacity: 0;
    box-shadow: 3px 3px 15px 0 rgba(var(--qode-main-color), 0.5);
    transition: transform 0.3s cubic-bezier(0.06, 0.47, 0.38, 0.99), opacity 0.2s ease-out;
}
.qodef-sp-holder .qodef-sp-close {
    position: absolute;
    top: 16px;
    right: 16px;
    display: block;
    color: #000;
}
.qodef-sp-holder .qodef-sp-close:hover {
    color: var(--qode-main-color);
}
.qodef-sp-holder .qodef-sp-close svg {
    stroke: currentColor;
    fill: 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 {
    width: 100%;
    display: block;
}
.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 > * {
    position: relative;
    display: inline-block;
    vertical-align: top;
    line-height: 1;
}
.qodef-sp-holder .qodef-sp-prevent-input {
    margin: 1px 1px 0 0;
    width: 11px;
    height: 11px;
    border: 1px solid var(--qode-main-color);
    overflow: hidden;
}
.qodef-sp-holder .qodef-sp-prevent-input svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.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;
    visibility: visible;
    transition: opacity 0.2s ease-out;
}
.qodef-sp-opened .qodef-sp-holder .qodef-sp-inner {
    opacity: 1;
    transform: scale(1);
    transition: transform 0.8s cubic-bezier(0.26, 0.63, 0, 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 31px;
}
@media only screen and (max-width: 1024px) {
    .qodef-page-title .qodef-m-content.qodef-content-full-width {
        padding: 0;
    }
}
.qodef-page-title .qodef-breadcrumbs a,
.qodef-page-title .qodef-breadcrumbs > span {
    font-size: 17px;
    color: #000;
    opacity: 0.33;
}
.qodef-page-title .qodef-breadcrumbs a {
    --qodef-underline-position-y: 1.15em;
    --qodef-underline-height: 1px;
    background-repeat: no-repeat;
    background-image: linear-gradient(90deg, currentColor 0, currentColor 100%);
    transition: background-size 0.5s cubic-bezier(0.51, 0.5, 0.07, 0.99), color 0.2s ease-out;
    background-position: 100% var(--qodef-underline-position-y);
    background-size: 0 var(--qodef-underline-height);
}
.qodef-page-title .qodef-breadcrumbs a:hover {
    background-size: 100% var(--qodef-underline-height);
    background-position: 0 var(--qodef-underline-position-y);
}
.qodef-page-title .qodef-breadcrumbs .qodef-breadcrumbs-separator {
    margin: 0 5px;
}
.qodef-page-title .qodef-breadcrumbs .qodef-breadcrumbs-separator:after {
    content: "/";
}
.single-product .qodef-page-title.qodef-title--standard-with-breadcrumbs,
.tax-product_cat .qodef-page-title.qodef-title--standard-with-breadcrumbs,
.tax-product_tag .qodef-page-title.qodef-title--standard-with-breadcrumbs {
    height: 123px;
}
.single-product .qodef-page-title.qodef-title--standard-with-breadcrumbs .qodef-m-content,
.tax-product_cat .qodef-page-title.qodef-title--standard-with-breadcrumbs .qodef-m-content,
.tax-product_tag .qodef-page-title.qodef-title--standard-with-breadcrumbs .qodef-m-content {
    justify-content: flex-end;
}
@media only screen and (max-width: 680px) {
    .single-product .qodef-page-title.qodef-title--standard-with-breadcrumbs .qodef-m-content,
    .tax-product_cat .qodef-page-title.qodef-title--standard-with-breadcrumbs .qodef-m-content,
    .tax-product_tag .qodef-page-title.qodef-title--standard-with-breadcrumbs .qodef-m-content {
        justify-content: center;
    }
}
.single-product .qodef-page-title.qodef-title--standard-with-breadcrumbs .qodef-m-content.qodef-content-grid,
.tax-product_cat .qodef-page-title.qodef-title--standard-with-breadcrumbs .qodef-m-content.qodef-content-grid,
.tax-product_tag .qodef-page-title.qodef-title--standard-with-breadcrumbs .qodef-m-content.qodef-content-grid {
    width: 100%;
    padding: 0 31px;
}
.single-product .qodef-page-title.qodef-title--standard-with-breadcrumbs .qodef-m-content .qodef-m-title,
.tax-product_cat .qodef-page-title.qodef-title--standard-with-breadcrumbs .qodef-m-content .qodef-m-title,
.tax-product_tag .qodef-page-title.qodef-title--standard-with-breadcrumbs .qodef-m-content .qodef-m-title {
    display: none;
}
.qodef-page-title.qodef-title--standard-with-breadcrumbs .qodef-m-content {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
@media only screen and (max-width: 680px) {
    .qodef-page-title.qodef-title--standard-with-breadcrumbs .qodef-m-content {
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        padding: 0;
    }
}
.qodef-page-title.qodef-title--standard-with-breadcrumbs .qodef-m-content .qodef-m-title {
    text-align: left;
}
.qodef-page-title.qodef-title--standard-with-breadcrumbs .qodef-breadcrumbs {
    margin-top: 2px;
}
.qodef-title--standard-with-breadcrumbs {
    height: 124px;
    padding-left: 90px;
    padding-right: 90px;
}
.qodef-page-title.qodef-title--standard .qodef-m-subtitle {
    margin: 4px 0 0;
}
.widget.qodef-author-info .qodef-author-info-image {
    margin-bottom: 21px;
    display: inline-block;
}
.widget.qodef-author-info .qodef-author-info-name {
    margin: 0 0 21px;
}
.widget.qodef-author-info .qodef-author-info-description {
    margin: 0;
}
.widget .qodef-contact-info-widget {
    margin: 0;
}
#qodef-top-area .widget .qodef-contact-info-widget a {
    font-size: 16px;
}
.widget_kahlo_core_sticky_sidebar {
    position: relative;
    width: 100%;
    height: 0;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: 0 0 !important;
}
.widget_kahlo_core_svg_icon {
    display: inline-block;
    vertical-align: top;
    margin: 0 !important;
}
.widget_kahlo_core_svg_icon .qodef-m-holder {
    display: flex;
    align-items: center;
}
.widget_kahlo_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 0.25s ease-out;
}
.widget_kahlo_core_svg_icon .qodef-svg-icon-widget a {
    display: inline-block;
    width: 100%;
    height: 100%;
}
.widget_kahlo_core_svg_icon .qodef-svg-icon-widget .qodef-m-text {
    position: relative;
    font-family: "Space Grotesk", sans-serif;
    font-size: 19px;
    font-weight: 500;
    letter-spacing: -0.05em;
}
.widget_kahlo_core_svg_icon .qodef-svg-icon-widget .qodef-m-text:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    height: 1px;
    background-color: currentColor;
    transition: width 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
    width: 0;
}
.widget_kahlo_core_svg_icon .qodef-svg-icon-widget a:hover svg,
.widget_kahlo_core_svg_icon .qodef-svg-icon-widget:hover svg {
    fill: var(--fill-hover-color);
    stroke: var(--stroke-hover-color);
}
.widget_kahlo_core_svg_icon .qodef-svg-icon-widget a:hover .qodef-m-text,
.widget_kahlo_core_svg_icon .qodef-svg-icon-widget:hover .qodef-m-text {
    color: var(--text-hover-color);
}
.widget_kahlo_core_svg_icon .qodef-svg-icon-widget a:hover .qodef-m-text:after,
.widget_kahlo_core_svg_icon .qodef-svg-icon-widget:hover .qodef-m-text:after {
    width: 100%;
    left: 0;
}
.widget_kahlo_core_svg_icon .qodef-svg-icon-widget:hover .qodef-m-icon {
    background-color: var(--background-hover-color);
}
.widget_kahlo_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 0.25s ease-out;
}
.widget_kahlo_core_svg_icon .qodef-m-text {
    --text-color: currentColor;
    --text-hover-color: currentColor;
    color: var(--text-color);
    transition: all 0.25s ease-out;
    line-height: 1;
}
#qodef-page-header .widget_kahlo_core_svg_icon .qodef-m-text {
    font-family: Roboto, sans-serif;
    font-size: 17px;
    line-height: 1.58824em;
    font-weight: 400;
    letter-spacing: -0.02em;
    color: var(--qode-main-color);
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.313em;
    letter-spacing: 0;
}
@media only screen and (max-width: 1366px) {
    #qodef-page-header .widget_kahlo_core_svg_icon .qodef-m-text {
        font-size: 16px;
    }
}
#qodef-page-header .widget_kahlo_core_svg_icon .qodef-m-text > .qodef-menu-item-text {
    position: relative;
}
#qodef-page-header .widget_kahlo_core_svg_icon .qodef-m-text > .qodef-menu-item-text:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 2px;
    height: 1px;
    background-color: currentColor;
    transition: width 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
    width: 0;
}
.qodef-working-hours-list {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.qodef-working-hours-list .qodef-e-day {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    color: var(--qode-main-color);
}
.qodef-working-hours-list.qodef-layout--working-hours-daily .qodef-working-hours-item {
    display: inline-flex;
    flex-direction: column;
}
.qodef-working-hours-list.qodef-layout--working-hours-daily .qodef-working-hours-item .qodef-e-day {
    font-size: 17px;
    line-height: 21px;
    letter-spacing: -0.01em;
    text-transform: capitalize;
    margin: 0;
}
.qodef-working-hours-list.qodef-layout--working-hours-daily .qodef-working-hours-item .qodef-e-day:not(.qodef--closed) {
    margin-bottom: 2px;
}
.qodef-working-hours-list.qodef-layout--working-hours-daily .qodef-working-hours-item .qodef-e-day.qodef--closed {
    color: #ababab;
}
.qodef-working-hours-list.qodef-layout--working-hours-daily .qodef-working-hours-item .qodef-e-day-separator:after {
    content: ",";
    display: inline-block;
    margin-right: 3px;
}
.qodef-working-hours-list.qodef-layout--working-hours-daily .qodef-working-hours-item .qodef-additional-content {
    margin-top: 15px;
}
.qodef-working-hours-list.qodef-layout--working-hours-daily .qodef-working-hours-item .qodef-additional-content p {
    margin: 0;
}
.qodef-working-hours-list.qodef-layout--working-hours-daily .qodef-working-hours-item .qodef-additional-content p:first-child {
    margin-bottom: 6px;
}
.qodef-working-hours-list.qodef-layout--working-hours-daily .qodef-working-hours-item .qodef-additional-content p:only-child {
    margin-bottom: 0;
}
.qodef-working-hours-list.qodef-layout--working-hours-daily .qodef-working-hours-item .qodef-additional-content p.qodef-e-additional-text a {
    --qodef-underline-position-y: 1.1em;
    --qodef-underline-height: 1px;
    background-repeat: no-repeat;
    background-image: linear-gradient(90deg, currentColor 0, currentColor 100%);
    transition: background-size 0.5s cubic-bezier(0.51, 0.5, 0.07, 0.99), color 0.2s ease-out;
    background-position: 100% var(--qodef-underline-position-y);
    background-size: 0 var(--qodef-underline-height);
}
.qodef-working-hours-list.qodef-layout--working-hours-daily .qodef-working-hours-item .qodef-additional-content p.qodef-e-additional-text a:hover {
    background-size: 100% var(--qodef-underline-height);
    background-position: 0 var(--qodef-underline-position-y);
}
.qodef-working-hours-list.qodef-layout--working-hours-daily .qodef-working-hours-item .qodef-additional-content p.qodef-e-additional-link-text a {
    display: inline !important;
    --qodef-underline-position-y: 1.1em;
    --qodef-underline-height: 1px;
    background-repeat: no-repeat;
    background-image: linear-gradient(90deg, currentColor 0, currentColor 100%);
    background-position: 100% var(--qodef-underline-position-y);
    background-size: 100% var(--qodef-underline-height);
    backface-visibility: hidden;
}
.qodef-working-hours-list.qodef-layout--working-hours-daily .qodef-working-hours-item .qodef-additional-content p.qodef-e-additional-link-text a:hover {
    animation: qode-inline-underline-initial-hover 1.1s cubic-bezier(0.32, 0.32, 0.15, 1.17) 1 forwards;
}
.qodef-working-hours-list.qodef-layout--working-hours-list .qodef-working-hours-item {
    display: flex;
    align-items: baseline;
    margin-bottom: 15px;
}
.qodef-working-hours-list.qodef-layout--working-hours-list .qodef-e-day {
    position: relative;
    font-family: "Space Grotesk", sans-serif;
    font-size: 19px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: -0.05em;
    text-transform: capitalize;
    margin: 0 10px 0 0;
    width: 27.5%;
}
@media only screen and (max-width: 1368px) {
    .qodef-working-hours-list.qodef-layout--working-hours-list .qodef-e-day {
        font-weight: 500;
    }
}
@media only screen and (max-width: 680px) {
    .qodef-working-hours-list.qodef-layout--working-hours-list .qodef-e-day {
        width: 48%;
    }
}
.qodef-working-hours-list.qodef-layout--working-hours-list .qodef-e-day-icon {
    position: relative;
    top: -2px;
    color: var(--qode-main-color);
    width: 16px;
    height: 16px;
}
.qodef-working-hours-list.qodef-layout--working-hours-list .qodef-e-time {
    margin: 0;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 30px;
    width: 70%;
}
.qodef-working-hours-list.qodef-layout--working-hours-list .qodef-e-time .qodef-e-time-text {
    margin-right: 8px;
}
.qodef-working-hours-list.qodef-layout--working-hours-list .qodef-e-time.qodef--closed {
    color: #ababab;
}
.qodef-working-hours-list.qodef-layout--working-hours-list .qodef-m-footer {
    position: relative;
    font-size: 14px;
    color: #817c7b;
}
.qodef-working-hours-list.qodef-layout--working-hours-list .qodef-m-footer-icon {
    position: relative;
    color: var(--qode-main-color);
    width: 16px;
    height: 16px;
}
.qodef-working-hours-list.qodef-layout--working-hours-today .qodef-working-hours-item {
    display: inline-flex;
    flex-direction: row;
}
.qodef-working-hours-list.qodef-layout--working-hours-today .qodef-working-hours-item .qodef-e-day {
    font-size: 16px;
    line-height: 21px;
    letter-spacing: -0.01em;
    text-transform: capitalize;
    margin: 0;
}
.qodef-working-hours-list.qodef-layout--working-hours-today .qodef-working-hours-item .qodef-e-day:not(.qodef--closed) {
    order: 1;
}
.qodef-working-hours-list.qodef-layout--working-hours-today .qodef-working-hours-item .qodef-e-day.qodef--closed {
    order: 2;
}
.qodef-working-hours-list.qodef-layout--working-hours-today .qodef-working-hours-item .qodef-e-day.qodef--closed .qodef-e-time {
    text-transform: lowercase;
}
.qodef-working-hours-list.qodef-layout--working-hours-today .qodef-working-hours-item .qodef-e-day.qodef--closed:after {
    content: ",";
    display: inline-block;
    margin: 0 3px 0 -3px;
}
.qodef-working-hours-list.qodef-layout--working-hours-today .qodef-working-hours-item .qodef-e-day.qodef--closed:last-of-type:after {
    content: none;
}
.qodef-working-hours-list.qodef-layout--working-hours-today .qodef-working-hours-item .qodef-e-day-separator:after {
    content: ",";
    display: inline-block;
    margin: 0 3px 0 -3px;
}
@media only screen and (max-width: 1512px) {
    .qodef-background-text .qodef-m-background-text {
        font-size: 135px;
    }
}
@media only screen and (max-width: 680px) {
    .qodef-background-text .qodef-m-background-text {
        display: none !important;
    }
}
@media only screen and (max-width: 680px) {
    #qodef-author-info .qodef-m-inner {
        flex-wrap: wrap;
    }
    #qodef-author-info .qodef-m-content {
        margin-top: 23px;
    }
}
@media only screen and (max-width: 1024px) {
    body:not(.qodef-content-behind-header) #qodef-page-outer {
        margin-top: 0 !important;
    }
}
@media only screen and (max-width: 1024px) {
    .qodef-header--vertical-over-content #qodef-page-header-inner {
        display: none;
    }
    .qodef-header--vertical-over-content #qodef-page-footer,
    .qodef-header--vertical-over-content #qodef-page-outer {
        padding-left: 0;
    }
}
@media only screen and (max-width: 1024px) {
    .qodef-header--vertical-sliding #qodef-page-header-inner {
        display: none;
    }
    .qodef-header--vertical-sliding #qodef-page-outer,
    .qodef-header--vertical-sliding footer {
        padding-left: 0;
    }
}
@media only screen and (max-width: 1024px) {
    .qodef-header--vertical #qodef-page-header-inner {
        display: none;
    }
    .qodef-header--vertical #qodef-page-footer,
    .qodef-header--vertical #qodef-page-outer {
        padding-left: 0;
    }
}
@media only screen and (max-width: 1024px) {
    #qodef-top-area {
        display: none;
    }
}
@media (max-width: 1512px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns .ctf-tweets {
        --qode-columns: 5;
    }
}
@media (max-width: 1440px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns .ctf-tweets {
        --qode-columns: 5;
    }
}
@media (max-width: 1366px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns .ctf-tweets {
        --qode-columns: 4;
    }
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns .ctf-tweets {
        --qode-columns: 4;
    }
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns .ctf-tweets {
        --qode-columns: 4;
    }
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns .ctf-tweets {
        --qode-columns: 4;
    }
}
@media (max-width: 1024px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns .ctf-tweets {
        --qode-columns: 3;
    }
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns .ctf-tweets {
        --qode-columns: 3;
    }
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns .ctf-tweets {
        --qode-columns: 3;
    }
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns .ctf-tweets {
        --qode-columns: 3;
    }
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns .ctf-tweets {
        --qode-columns: 3;
    }
}
@media (max-width: 768px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns .ctf-tweets {
        --qode-columns: 2;
    }
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns .ctf-tweets {
        --qode-columns: 2;
    }
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns .ctf-tweets {
        --qode-columns: 2;
    }
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns .ctf-tweets {
        --qode-columns: 2;
    }
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns .ctf-tweets {
        --qode-columns: 2;
    }
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns .ctf-tweets {
        --qode-columns: 2;
    }
}
@media (max-width: 680px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--2.qodef-layout--columns .ctf-tweets {
        --qode-columns: 1;
    }
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns .ctf-tweets {
        --qode-columns: 1;
    }
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns .ctf-tweets {
        --qode-columns: 1;
    }
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns .ctf-tweets {
        --qode-columns: 1;
    }
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns .ctf-tweets {
        --qode-columns: 1;
    }
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns .ctf-tweets {
        --qode-columns: 1;
    }
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns .ctf-tweets {
        --qode-columns: 1;
    }
}
@media (max-width: 1512px) and (min-width: 1441px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1512--1.qodef-layout--columns .ctf-tweets {
        --qode-columns: 1;
    }
}
@media (max-width: 1512px) and (min-width: 1441px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1512--2.qodef-layout--columns .ctf-tweets {
        --qode-columns: 2;
    }
}
@media (max-width: 1512px) and (min-width: 1441px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1512--3.qodef-layout--columns .ctf-tweets {
        --qode-columns: 3;
    }
}
@media (max-width: 1512px) and (min-width: 1441px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1512--4.qodef-layout--columns .ctf-tweets {
        --qode-columns: 4;
    }
}
@media (max-width: 1512px) and (min-width: 1441px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1512--5.qodef-layout--columns .ctf-tweets {
        --qode-columns: 5;
    }
}
@media (max-width: 1512px) and (min-width: 1441px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1512--6.qodef-layout--columns .ctf-tweets {
        --qode-columns: 6;
    }
}
@media (max-width: 1512px) and (min-width: 1441px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1512--7.qodef-layout--columns .ctf-tweets {
        --qode-columns: 7;
    }
}
@media (max-width: 1512px) and (min-width: 1441px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1512--8.qodef-layout--columns .ctf-tweets {
        --qode-columns: 8;
    }
}
@media (max-width: 1366px) and (min-width: 1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns .ctf-tweets {
        --qode-columns: 1;
    }
}
@media (max-width: 1366px) and (min-width: 1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns .ctf-tweets {
        --qode-columns: 2;
    }
}
@media (max-width: 1366px) and (min-width: 1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns .ctf-tweets {
        --qode-columns: 3;
    }
}
@media (max-width: 1366px) and (min-width: 1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns .ctf-tweets {
        --qode-columns: 4;
    }
}
@media (max-width: 1366px) and (min-width: 1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns .ctf-tweets {
        --qode-columns: 5;
    }
}
@media (max-width: 1366px) and (min-width: 1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns .ctf-tweets {
        --qode-columns: 6;
    }
}
@media (max-width: 1366px) and (min-width: 1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns .ctf-tweets {
        --qode-columns: 7;
    }
}
@media (max-width: 1366px) and (min-width: 1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns .ctf-tweets {
        --qode-columns: 8;
    }
}
@media (max-width: 1366px) and (min-width: 1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns .ctf-tweets {
        --qode-columns: 1;
    }
}
@media (max-width: 1366px) and (min-width: 1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns .ctf-tweets {
        --qode-columns: 2;
    }
}
@media (max-width: 1366px) and (min-width: 1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns .ctf-tweets {
        --qode-columns: 3;
    }
}
@media (max-width: 1366px) and (min-width: 1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns .ctf-tweets {
        --qode-columns: 4;
    }
}
@media (max-width: 1366px) and (min-width: 1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns .ctf-tweets {
        --qode-columns: 5;
    }
}
@media (max-width: 1366px) and (min-width: 1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns .ctf-tweets {
        --qode-columns: 6;
    }
}
@media (max-width: 1366px) and (min-width: 1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns .ctf-tweets {
        --qode-columns: 7;
    }
}
@media (max-width: 1366px) and (min-width: 1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns .ctf-tweets {
        --qode-columns: 8;
    }
}
@media (max-width: 1440px) and (min-width: 1367px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--1.qodef-layout--columns .ctf-tweets {
        --qode-columns: 1;
    }
}
@media (max-width: 1440px) and (min-width: 1367px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--columns .ctf-tweets {
        --qode-columns: 2;
    }
}
@media (max-width: 1440px) and (min-width: 1367px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--columns .ctf-tweets {
        --qode-columns: 3;
    }
}
@media (max-width: 1440px) and (min-width: 1367px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--columns .ctf-tweets {
        --qode-columns: 4;
    }
}
@media (max-width: 1440px) and (min-width: 1367px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--columns .ctf-tweets {
        --qode-columns: 5;
    }
}
@media (max-width: 1440px) and (min-width: 1367px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns .ctf-tweets {
        --qode-columns: 6;
    }
}
@media (max-width: 1440px) and (min-width: 1367px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns .ctf-tweets {
        --qode-columns: 7;
    }
}
@media (max-width: 1440px) and (min-width: 1367px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns .ctf-tweets {
        --qode-columns: 8;
    }
}
@media (max-width: 1366px) and (min-width: 1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns .ctf-tweets {
        --qode-columns: 1;
    }
}
@media (max-width: 1366px) and (min-width: 1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns .ctf-tweets {
        --qode-columns: 2;
    }
}
@media (max-width: 1366px) and (min-width: 1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns .ctf-tweets {
        --qode-columns: 3;
    }
}
@media (max-width: 1366px) and (min-width: 1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns .ctf-tweets {
        --qode-columns: 4;
    }
}
@media (max-width: 1366px) and (min-width: 1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns .ctf-tweets {
        --qode-columns: 5;
    }
}
@media (max-width: 1366px) and (min-width: 1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns .ctf-tweets {
        --qode-columns: 6;
    }
}
@media (max-width: 1366px) and (min-width: 1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns .ctf-tweets {
        --qode-columns: 7;
    }
}
@media (max-width: 1366px) and (min-width: 1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns .ctf-tweets {
        --qode-columns: 8;
    }
}
@media (max-width: 1024px) and (min-width: 769px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--1.qodef-layout--columns .ctf-tweets {
        --qode-columns: 1;
    }
}
@media (max-width: 1024px) and (min-width: 769px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--columns .ctf-tweets {
        --qode-columns: 2;
    }
}
@media (max-width: 1024px) and (min-width: 769px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--columns .ctf-tweets {
        --qode-columns: 3;
    }
}
@media (max-width: 1024px) and (min-width: 769px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--columns .ctf-tweets {
        --qode-columns: 4;
    }
}
@media (max-width: 1024px) and (min-width: 769px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--columns .ctf-tweets {
        --qode-columns: 5;
    }
}
@media (max-width: 1024px) and (min-width: 769px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--columns .ctf-tweets {
        --qode-columns: 6;
    }
}
@media (max-width: 1024px) and (min-width: 769px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns .ctf-tweets {
        --qode-columns: 7;
    }
}
@media (max-width: 1024px) and (min-width: 769px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns .ctf-tweets {
        --qode-columns: 8;
    }
}
@media (max-width: 768px) and (min-width: 681px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--1.qodef-layout--columns .ctf-tweets {
        --qode-columns: 1;
    }
}
@media (max-width: 768px) and (min-width: 681px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--columns .ctf-tweets {
        --qode-columns: 2;
    }
}
@media (max-width: 768px) and (min-width: 681px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--columns .ctf-tweets {
        --qode-columns: 3;
    }
}
@media (max-width: 768px) and (min-width: 681px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--columns .ctf-tweets {
        --qode-columns: 4;
    }
}
@media (max-width: 768px) and (min-width: 681px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--columns .ctf-tweets {
        --qode-columns: 5;
    }
}
@media (max-width: 768px) and (min-width: 681px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--columns .ctf-tweets {
        --qode-columns: 6;
    }
}
@media (max-width: 768px) and (min-width: 681px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns .ctf-tweets {
        --qode-columns: 7;
    }
}
@media (max-width: 768px) and (min-width: 681px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns .ctf-tweets {
        --qode-columns: 8;
    }
}
@media (max-width: 680px) and (min-width: 481px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--1.qodef-layout--columns .ctf-tweets {
        --qode-columns: 1;
    }
}
@media (max-width: 680px) and (min-width: 481px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--columns .ctf-tweets {
        --qode-columns: 2;
    }
}
@media (max-width: 680px) and (min-width: 481px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--columns .ctf-tweets {
        --qode-columns: 3;
    }
}
@media (max-width: 680px) and (min-width: 481px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--columns .ctf-tweets {
        --qode-columns: 4;
    }
}
@media (max-width: 680px) and (min-width: 481px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--columns .ctf-tweets {
        --qode-columns: 5;
    }
}
@media (max-width: 680px) and (min-width: 481px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--columns .ctf-tweets {
        --qode-columns: 6;
    }
}
@media (max-width: 680px) and (min-width: 481px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns .ctf-tweets {
        --qode-columns: 7;
    }
}
@media (max-width: 680px) and (min-width: 481px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns .ctf-tweets {
        --qode-columns: 8;
    }
}
@media (max-width: 480px) and (min-width: 0) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--1.qodef-layout--columns .ctf-tweets {
        --qode-columns: 1;
    }
}
@media (max-width: 480px) and (min-width: 0) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--columns .ctf-tweets {
        --qode-columns: 2;
    }
}
@media (max-width: 480px) and (min-width: 0) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--columns .ctf-tweets {
        --qode-columns: 3;
    }
}
@media (max-width: 480px) and (min-width: 0) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--columns .ctf-tweets {
        --qode-columns: 4;
    }
}
@media (max-width: 480px) and (min-width: 0) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--columns .ctf-tweets {
        --qode-columns: 5;
    }
}
@media (max-width: 480px) and (min-width: 0) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--columns .ctf-tweets {
        --qode-columns: 6;
    }
}
@media (max-width: 480px) and (min-width: 0) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--columns .ctf-tweets {
        --qode-columns: 7;
    }
}
@media (max-width: 480px) and (min-width: 0) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--columns .ctf-tweets {
        --qode-columns: 8;
    }
}
@media only screen and (max-width: 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: 1440px) {
    .qodef-twitter-list.qodef-vertical-gutter--custom .ctf-tweets {
        --qode-columns-row-gap: var(--qode-vertical-gutter-custom-1440, 30px);
    }
    .qodef-twitter-list.qodef-gutter--custom .ctf-tweets {
        --qode-columns-col-gap: var(--qode-gutter-custom-1440, 30px);
    }
}
@media only screen and (max-width: 1024px) {
    .qodef-twitter-list.qodef-vertical-gutter--custom .ctf-tweets {
        --qode-columns-row-gap: var(--qode-vertical-gutter-custom-1024, 30px);
    }
    .qodef-twitter-list.qodef-gutter--custom .ctf-tweets {
        --qode-columns-col-gap: var(--qode-gutter-custom-1024, 30px);
    }
}
@media only screen and (max-width: 680px) {
    .qodef-twitter-list.qodef-vertical-gutter--custom .ctf-tweets {
        --qode-columns-row-gap: var(--qode-vertical-gutter-custom-680, 30px);
    }
    .qodef-twitter-list.qodef-gutter--custom .ctf-tweets {
        --qode-columns-col-gap: var(--qode-gutter-custom-680, 30px);
    }
}
@media only screen and (max-width: 680px) {
    #yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-inner {
        flex-wrap: wrap;
    }
}
@media only screen and (max-width: 680px) {
    #yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-image {
        max-height: 30vh;
    }
}
@media only screen and (max-width: 680px) {
    #yith-quick-view-modal #yith-quick-view-content.single-product .woocommerce-product-details__short-description {
        display: none;
    }
}
@media only screen and (max-width: 1024px) {
    .qodef-events .qodef-e-featured-title {
        padding: 86px 7% 17px 7%;
    }
}
@media only screen and (max-width: 680px) {
    .qodef-events .qodef-event-item .qodef-e-inner {
        flex-direction: column-reverse;
        max-width: 100%;
    }
    .qodef-events .qodef-event-item .qodef-e-inner > .qodef-e-info {
        max-width: 100%;
    }
    .qodef-events .qodef-event-item .qodef-e-inner .qodef-e-content {
        width: 100%;
        margin-bottom: 100px;
        padding-left: 0;
    }
    .qodef-events .qodef-e-content-text .qodef-swiper-container.qodef-swiper--show-hidden-slides {
        transform: translateX(0);
    }
}
@media only screen and (max-width: 1512px) {
    .qodef-events-accordion.qodef-layout--simple .qodef-accordion-title .qodef-e-info {
        width: 42%;
    }
    .qodef-events-accordion.qodef-layout--simple .qodef-accordion-title .qodef-tab-title .qodef-tab-title-text {
        max-width: 100%;
    }
    .qodef-events-accordion.qodef-layout--simple .qodef-accordion-title .qodef-e-media-image {
        width: 465px;
        height: 348px;
    }
    .qodef-events-accordion.qodef-layout--simple .qodef-accordion-title .qodef-e-media-image a {
        width: 465px;
        height: 348px;
    }
}
@media only screen and (max-width: 1280px) {
    .qodef-events-accordion.qodef-layout--simple .qodef-accordion-title .qodef-e-info {
        width: 29%;
    }
    .qodef-events-accordion.qodef-layout--simple .qodef-accordion-title .qodef-e-info > .qodef-e-start-date {
        font-size: 73px;
    }
}
@media only screen and (max-width: 1024px) {
    .qodef-events-accordion.qodef-layout--simple .qodef-accordion-title {
        flex-direction: column;
    }
    .qodef-events-accordion.qodef-layout--simple .qodef-accordion-title .qodef-e-info {
        width: 100%;
    }
    .qodef-events-accordion.qodef-layout--simple .qodef-accordion-title .qodef-e-info > .qodef-e-start-date {
        font-size: 75px;
    }
    .qodef-events-accordion.qodef-layout--simple .qodef-accordion-title .qodef-tab-title {
        margin: 7px 0 40px 0;
        width: 100%;
        padding: 0;
    }
    .qodef-events-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-content {
        padding: 0;
        margin: 0;
        width: 50%;
    }
    .qodef-events-accordion.qodef-layout--simple .qodef-accordion-title .qodef-e-media-image {
        width: 365px;
        height: 248px;
        margin-left: auto;
    }
    .qodef-events-accordion.qodef-layout--simple .qodef-accordion-title .qodef-e-media-image a {
        width: 365px;
        height: 248px;
    }
}
@media only screen and (max-width: 768px) {
    .qodef-events-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-content {
        width: 40%;
    }
    .qodef-events-accordion.qodef-layout--simple .qodef-accordion-title .qodef-e-media-image a {
        height: 233px;
    }
    .qodef-events-accordion.qodef-layout--simple .qodef-accordion-content-inner {
        margin-bottom: 15px;
    }
}
@media only screen and (max-width: 680px) {
    .qodef-events-accordion.qodef-layout--simple .qodef-accordion-title .qodef-e-info > .qodef-e-start-date {
        font-size: 65px;
    }
    .qodef-events-accordion.qodef-layout--simple .qodef-accordion-title .qodef-e-media-image {
        display: none;
        width: 100%;
        height: 248px;
    }
    .qodef-events-accordion.qodef-layout--simple .qodef-accordion-title .qodef-e-media-image a {
        width: 100%;
        height: 248px;
    }
    .qodef-events-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-content {
        width: 100%;
        position: relative;
        bottom: 0;
        max-height: 50px;
    }
    .qodef-events-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-active .qodef-accordion-content {
        max-height: initial;
    }
    .qodef-events-accordion.qodef-layout--simple .qodef-accordion-content-inner {
        margin-bottom: 0;
    }
}
@media only screen and (max-width: 1024px) {
    .qodef-portfolio-single .qodef-variations--small .qodef-media {
        margin: 0 0 11px;
    }
    .qodef-portfolio-single .qodef-variations--big .qodef-portfolio-info {
        margin-top: 0;
    }
}
@media only screen and (max-width: 1024px) {
    .qodef-artist-event-slider.qodef-with-outline-title {
        padding-top: 140px;
    }
    .qodef-artist-event-slider.qodef-with-outline-title .qodef-slider-outline-title-holder {
        height: 140px;
    }
}
@media only screen and (max-width: 680px) {
    .qodef-artist-event-slider.qodef-with-outline-title {
        padding-top: 25px;
    }
    .qodef-artist-event-slider.qodef-with-outline-title .qodef-slider-outline-title-holder {
        display: none;
    }
    .qodef-artist-event-slider .swiper-navigation-holder,
    .qodef-artist-event-slider .swiper-pagination {
        display: none;
    }
}
@media only screen and (max-width: 680px) {
    .qodef-call-to-action.qodef-layout--standard .qodef-m-inner {
        display: block;
    }
    .qodef-call-to-action.qodef-layout--standard .qodef-m-button {
        margin-top: 20px;
    }
}
@media only screen and (max-width: 768px) {
    .qodef-countdown.qodef-show--4 .qodef-digit-wrapper,
    .qodef-countdown.qodef-show--5 .qodef-digit-wrapper,
    .qodef-countdown.qodef-show--6 .qodef-digit-wrapper {
        width: 33.33333333333333%;
    }
}
@media only screen and (max-width: 1024px) {
    .qodef-highlight.qodef-title-break--disabled .qodef-m-title br {
        display: none;
    }
}
@media only screen and (max-width: 680px) {
    .qodef-image-marquee .qodef-m-content.qodef--desktop {
        display: none;
    }
    .qodef-image-marquee .qodef-m-content.qodef--mobile {
        display: block;
    }
}
@media only screen and (max-width: 1024px) {
    .qodef-info-section.qodef-title-break--disabled .qodef-m-title br {
        display: none;
    }
}
@media only screen and (max-width: 768px) {
    .qodef-interactive-link-carousel > .qodef-m-inner .qodef-m-content-holder .qodef-m-content-line .qodef-m-item-content .qodef-m-item-wrap .qodef-m-item-text {
        font-size: 75px;
    }
}
@media only screen and (max-width: 680px) {
    .qodef-interactive-link-carousel > .qodef-m-inner .qodef-m-content-holder .qodef-m-content-line .qodef-m-item-content .qodef-m-item-wrap .qodef-m-item-link svg {
        width: 46px;
        margin-top: 0;
        margin-left: 20px;
    }
    .qodef-interactive-link-carousel > .qodef-m-inner .qodef-m-content-holder .qodef-m-content-line .qodef-m-item-content .qodef-m-item-wrap .qodef-m-item-text {
        font-size: 48px !important;
    }
    .qodef-interactive-link-carousel > .qodef-m-inner .qodef-m-content-holder .qodef-m-content-line .qodef-m-item-content .qodef-m-item-wrap .qodef-m-item-text:after {
        height: 3px;
    }
    .qodef-interactive-link-carousel > .qodef-m-inner .qodef-m-content-holder .qodef-m-content-line .qodef-m-item-content .qodef-m-item-wrap .qodef-m-hover-image,
    .qodef-interactive-link-carousel > .qodef-m-inner .qodef-m-content-holder .qodef-m-content-line .qodef-m-item-content .qodef-m-item-wrap .qodef-m-image {
        margin-right: 20px;
        margin-left: 18px;
        width: 133px;
    }
}
@media only screen and (max-width: 1366px) {
    .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: 1024px) {
    .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: 40px;
        line-height: 1.075em;
        letter-spacing: -0.02em;
        padding-bottom: 3px;
    }
}
@media only screen and (max-width: 1024px) and (max-width: 1440px) {
    .qodef-interactive-link-showcase.qodef-type--standard .qodef-m-item {
        font-size: 27px;
    }
}
@media only screen and (max-width: 680px) {
    .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: 1024px) {
    .qodef-section-title.qodef-title-break--disabled .qodef-m-title br {
        display: none;
    }
}
@media only screen and (max-width: 768px) {
    .qodef-tickets-info .qodef-m-fake-card {
        transform: scale(0.8);
    }
    .qodef-tickets-info.qodef-orientation--left .qodef-m-ticket {
        transform: scale(0.8);
    }
    .qodef-tickets-info.qodef-orientation--left .qodef-m-ticket.qodef-out {
        transform: translateX(-100%);
    }
    .qodef-tickets-info.qodef-orientation--left .qodef-m-ticket:nth-last-child(6) {
        transform: scale(0.3) translateX(84%);
    }
    .qodef-tickets-info.qodef-orientation--left .qodef-m-ticket:nth-last-child(5) {
        transform: scale(0.4) translateX(60%);
    }
    .qodef-tickets-info.qodef-orientation--left .qodef-m-ticket:nth-last-child(4) {
        transform: scale(0.5) translateX(39%);
    }
    .qodef-tickets-info.qodef-orientation--left .qodef-m-ticket:nth-last-child(3) {
        transform: scale(0.6) translateX(25%);
    }
    .qodef-tickets-info.qodef-orientation--left .qodef-m-ticket:nth-last-child(2) {
        transform: scale(0.7) translateX(11.2%);
    }
    .qodef-tickets-info.qodef-orientation--right .qodef-m-ticket {
        transform: scale(0.8);
    }
    .qodef-tickets-info.qodef-orientation--right .qodef-m-ticket.qodef-out {
        transform: translateX(100%);
    }
    .qodef-tickets-info.qodef-orientation--right .qodef-m-ticket:nth-last-child(6) {
        transform: scale(0.3) translateX(-84%);
    }
    .qodef-tickets-info.qodef-orientation--right .qodef-m-ticket:nth-last-child(5) {
        transform: scale(0.4) translateX(-60%);
    }
    .qodef-tickets-info.qodef-orientation--right .qodef-m-ticket:nth-last-child(4) {
        transform: scale(0.5) translateX(-39%);
    }
    .qodef-tickets-info.qodef-orientation--right .qodef-m-ticket:nth-last-child(3) {
        transform: scale(0.6) translateX(-25%);
    }
    .qodef-tickets-info.qodef-orientation--right .qodef-m-ticket:nth-last-child(2) {
        transform: scale(0.7) translateX(-11.2%);
    }
}
@media only screen and (max-width: 680px) {
    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(1) {
        left: 1px;
    }
    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(2) {
        left: 46px;
    }
    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(3) {
        left: 91px;
    }
    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(4) {
        left: 136px;
    }
    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(5) {
        left: 181px;
    }
    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(6) {
        left: 226px;
    }
    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(7) {
        left: 271px;
    }
    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown {
        left: auto;
        right: 0;
    }
    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(1) {
        right: auto;
        left: 1px;
    }
    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(2) {
        right: auto;
        left: 46px;
    }
    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(3) {
        right: auto;
        left: 91px;
    }
    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(4) {
        right: auto;
        left: 136px;
    }
    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(5) {
        right: auto;
        left: 181px;
    }
    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(6) {
        right: auto;
        left: 226px;
    }
    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(7) {
        right: auto;
        left: 271px;
    }
}
@media only screen and (max-width: 1024px) {
    body:not(.qodef-content-behind-header) .qodef-page-title .qodef-m-content {
        padding-top: 0 !important;
    }
}
