.artorias-core-page-inline-style {
    position: absolute !important;
    width: 0;
    height: 0;
    line-height: 1;
    display: none
}

.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 {
    bottom: 94px;
    height: 39px;
    margin: 0;
    opacity: 0;
    position: fixed;
    right: 86px;
    visibility: hidden;
    width: 50px;
    z-index: 10000
}

@media only screen and (max-width:680px) {
    #qodef-back-to-top {
        bottom: 45px;
        right: 45px
    }
}

#qodef-back-to-top .qodef-back-to-top-icon {
    align-items: center;
    color: var(--qode-main-color);
    display: flex;
    height: 100%;
    justify-content: center;
    position: relative;
    transition: color .2s ease-out
}

#qodef-back-to-top .qodef-back-to-top-icon * {
    display: block;
    line-height: inherit
}

#qodef-back-to-top svg {
    transition: transform .4s cubic-bezier(.39, .1, 0, .98)
}

#qodef-back-to-top:hover .qodef-back-to-top-icon svg {
    transform: translateY(-8px)
}

#qodef-back-to-top.qodef--off {
    opacity: 0;
    transition: opacity .15s ease, visibility 0s .15s;
    visibility: hidden
}

#qodef-back-to-top.qodef--on {
    opacity: 1;
    transition: opacity .3s ease;
    visibility: visible
}

.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: Rubik, sans-serif;
    font-size: 125px;
    line-height: 1em;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase
}

.qodef-blog.qodef-item-layout--compact {
    --qodef-media-margin-bottom: 21px;
    --qodef-bottom-holder-margin-top: 8px
}

.qodef-blog.qodef-item-layout--compact article.format-link .qodef-e-link {
    align-items: flex-start;
    text-align: start;
    padding: 82px 62px 59px 72px
}

.qodef-blog.qodef-item-layout--compact article.format-quote .qodef-e-quote {
    align-items: flex-start;
    text-align: start;
    padding: 82px 62px 59px 72px
}

.qodef-blog.qodef-item-layout--compact article .qodef-e-media-image {
    overflow: hidden
}

.qodef-blog.qodef-item-layout--compact article .qodef-e-media-image img {
    transform: scale(1);
    transition: transform .8s cubic-bezier(.2, .7, .18, .93);
    transform-origin: 50% 100%
}

.qodef-blog.qodef-item-layout--compact article:hover .qodef-e-media-image img {
    transform: scale(1.06)
}

.qodef-blog.qodef-item-layout--metro {
    --qodef-bottom-holder-margin-top: 8px;
    margin: 0
}

.qodef-blog.qodef-item-layout--metro article {
    overflow: hidden
}

.qodef-blog.qodef-item-layout--metro article .qodef-e-inner {
    display: grid;
    grid-template-areas: "stack";
    grid-template-columns: minmax(0, auto);
    grid-template-rows: minmax(0, auto)
}

.qodef-blog.qodef-item-layout--metro article .qodef-e-content,
.qodef-blog.qodef-item-layout--metro article .qodef-e-media-image {
    grid-area: stack
}

.qodef-blog.qodef-item-layout--metro article .qodef-e-media-image.qodef--background {
    margin-bottom: 0
}

.qodef-blog.qodef-item-layout--metro article .qodef-e-content {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    padding: 30px
}

.qodef-blog.qodef-item-layout--metro article .qodef-e-content a {
    position: relative;
    z-index: 3
}

.qodef-blog.qodef-item-layout--metro article .qodef-e-post-link {
    z-index: 2
}

.qodef-blog.qodef-item-layout--metro article.format-link .qodef-e-link {
    align-items: flex-start;
    justify-content: center;
    text-align: start;
    padding: 82px 60px 59px
}

.qodef-blog.qodef-item-layout--metro article.format-link .qodef-e-link-text {
    font-family: "Space Mono", sans-serif;
    font-size: 18px;
    line-height: 1.61111em;
    font-weight: 400;
    letter-spacing: normal;
    color: var(--qode-main-color)
}

.qodef-blog.qodef-item-layout--metro article.format-quote .qodef-e-quote {
    align-items: flex-start;
    justify-content: center;
    text-align: start;
    padding: 82px 60px 59px
}

.qodef-blog.qodef-item-layout--metro article.format-quote .qodef-e-quote-text {
    font-family: "Space Mono", sans-serif;
    font-size: 18px;
    line-height: 1.61111em;
    font-weight: 400;
    letter-spacing: normal;
    color: var(--qode-main-color)
}

.qodef-blog.qodef-item-layout--metro article.qodef-has-border .qodef-e-inner {
    border: 1px solid #fff
}

.qodef-blog.qodef-item-layout--metro article .qodef-e-media-image {
    transform: scale(1);
    transition: transform .8s cubic-bezier(.2, .7, .18, .93);
    transform-origin: 50% 100%
}

.qodef-blog.qodef-item-layout--metro article .qodef-e-media-image:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(transparent, rgba(0, 0, 0, .8));
    transform: translateY(100%);
    pointer-events: none;
    transition: transform .8s cubic-bezier(.39, .1, 0, .98)
}

.qodef-blog.qodef-item-layout--metro article .qodef-e-media-image .qodef-e-media-icon {
    position: relative;
    transform: scale(1);
    transition: transform .8s cubic-bezier(.2, .7, .18, .93);
    transform-origin: 50% 100%;
    transform-origin: 50% 50%
}

.qodef-blog.qodef-item-layout--metro article .qodef-e-media-image .qodef-e-media-icon svg path:nth-of-type(2) {
    transform: scale(1);
    transform-origin: 35% 50%;
    transition: transform .8s cubic-bezier(.39, .1, 0, .98)
}

.qodef-blog.qodef-item-layout--metro article:hover .qodef-e-media-image {
    transform: scale(1.06)
}

.qodef-blog.qodef-item-layout--metro article:hover .qodef-e-media-image:before {
    transform: translateY(0)
}

.qodef-blog.qodef-item-layout--metro article:hover .qodef-e-media-image .qodef-e-media-icon {
    transform: scale(.9)
}

.qodef-blog.qodef-item-layout--metro article:hover .qodef-e-media-image .qodef-e-media-icon svg path:nth-of-type(2) {
    transform: scale(1.8)
}

.qodef-blog.qodef-item-layout--metro.qodef-items--fixed article.format-link .qodef-e-link {
    height: 100%
}

.qodef-blog.qodef-item-layout--metro.qodef-items--fixed article.format-quote .qodef-e-quote {
    height: 100%
}

.qodef-blog.qodef-item-layout--minimal article .qodef-e-bottom-holder {
    margin-top: 5px
}

.qodef-blog.qodef-item-layout--simple article .qodef-e-inner {
    display: flex;
    align-items: flex-start
}

.qodef-blog.qodef-item-layout--simple article .qodef-e-media-image {
    flex-shrink: 0;
    width: 120px !important;
    margin: 0 20px 0 0
}

.qodef-blog.qodef-item-layout--simple article .qodef-e-bottom-holder {
    margin-top: 5px
}

.qodef-blog.qodef-item-layout--standard.qodef-col-num--1 .qodef-blog-item.format-link .qodef-e-link {
    margin-bottom: 3px
}

.qodef-blog.qodef-item-layout--standard.qodef-col-num--1 .qodef-blog-item.format-quote .qodef-e-quote {
    margin-bottom: 3px
}

.qodef-blog.qodef-item-layout--standard:not(.qodef-col-num--1) article.format-link .qodef-e-link {
    align-items: flex-start;
    text-align: start;
    padding: 82px 62px 59px 72px
}

.qodef-blog.qodef-item-layout--standard:not(.qodef-col-num--1) article.format-quote .qodef-e-quote {
    align-items: flex-start;
    text-align: start;
    padding: 82px 62px 59px 72px
}

.widget.widget_artorias_core_simple_blog_list .qodef-blog.qodef-item-layout--simple article:not(:last-child) {
    margin-bottom: 20px
}

.widget.widget_artorias_core_simple_blog_list .qodef-blog.qodef-item-layout--simple article:first-child {
    margin-top: 8.5px
}

.widget.widget_artorias_core_simple_blog_list .qodef-blog.qodef-item-layout--simple article .qodef-e-media-image {
    margin-right: 20px;
    width: 110px !important
}

.widget.widget_artorias_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article:not(:last-child) {
    margin: 0 0 10px
}

.widget.widget_artorias_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article .qodef-e-title a {
    color: var(--qode-main-color)
}

.widget.widget_artorias_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article .qodef-e-title a:hover {
    color: var(--qode-main-color)
}

#qodef-top-area .widget.widget_artorias_core_simple_blog_list .qodef-blog.qodef-item-layout--simple article:not(:last-child) {
    margin-bottom: 20px
}

#qodef-top-area .widget.widget_artorias_core_simple_blog_list .qodef-blog.qodef-item-layout--simple article:first-child {
    margin-top: 8.5px
}

#qodef-top-area .widget.widget_artorias_core_simple_blog_list .qodef-blog.qodef-item-layout--simple article .qodef-e-media-image {
    margin-right: 20px;
    width: 110px !important
}

#qodef-top-area .widget.widget_artorias_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article:not(:last-child) {
    margin: 0 0 10px
}

#qodef-top-area .widget.widget_artorias_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article .qodef-e-title a {
    color: var(--qode-main-color)
}

#qodef-top-area .widget.widget_artorias_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article .qodef-e-title a:hover {
    color: var(--qode-main-color)
}

#qodef-page-footer .widget.widget_artorias_core_simple_blog_list .qodef-blog.qodef-item-layout--simple article:not(:last-child) {
    margin-bottom: 20px
}

#qodef-page-footer .widget.widget_artorias_core_simple_blog_list .qodef-blog.qodef-item-layout--simple article:first-child {
    margin-top: 8.5px
}

#qodef-page-footer .widget.widget_artorias_core_simple_blog_list .qodef-blog.qodef-item-layout--simple article .qodef-e-media-image {
    margin-right: 20px;
    width: 110px !important
}

#qodef-page-footer .widget.widget_artorias_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article:not(:last-child) {
    margin: 0 0 10px
}

#qodef-page-footer .widget.widget_artorias_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article .qodef-e-title a {
    color: var(--qode-main-color)
}

#qodef-page-footer .widget.widget_artorias_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article .qodef-e-title a:hover {
    color: var(--qode-main-color)
}

#qodef-side-area .widget.widget_artorias_core_simple_blog_list .qodef-blog.qodef-item-layout--simple article:not(:last-child) {
    margin-bottom: 20px
}

#qodef-side-area .widget.widget_artorias_core_simple_blog_list .qodef-blog.qodef-item-layout--simple article:first-child {
    margin-top: 8.5px
}

#qodef-side-area .widget.widget_artorias_core_simple_blog_list .qodef-blog.qodef-item-layout--simple article .qodef-e-media-image {
    margin-right: 20px;
    width: 110px !important
}

#qodef-side-area .widget.widget_artorias_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article:not(:last-child) {
    margin: 0 0 10px
}

#qodef-side-area .widget.widget_artorias_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article .qodef-e-title a {
    color: var(--qode-main-color)
}

#qodef-side-area .widget.widget_artorias_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article .qodef-e-title a:hover {
    color: var(--qode-main-color)
}

#qodef-author-info {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-top: 86px
}

#qodef-author-info .qodef-m-inner {
    align-items: center;
    border: 1px solid var(--qode-main-color);
    display: flex;
    padding: 70px 100px 72px 74px;
    position: relative
}

#qodef-author-info .qodef-m-image {
    flex-shrink: 0;
    margin-right: 26px
}

#qodef-author-info .qodef-m-image a,
#qodef-author-info .qodef-m-image img {
    display: block
}

#qodef-author-info .qodef-m-author {
    margin: 0
}

#qodef-author-info .qodef-m-email {
    margin: 5px 0 0 0
}

#qodef-author-info .qodef-m-description {
    color: var(--qode-main-color);
    margin: 6px 0 0 0
}

#qodef-author-info .qodef-m-social-icons {
    column-gap: 18px;
    display: flex;
    margin-top: 30px
}

#qodef-author-info .qodef-m-social-icons a {
    color: var(--qode-main-color);
    transition: color .2s ease-out, .3s ease;
    transform: translateY(0)
}

#qodef-author-info .qodef-m-social-icons a:hover {
    transform: translateY(-3px)
}

#qodef-related-posts {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-top: 86px
}

#qodef-single-post-navigation {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 48px 0 3px
}

#qodef-single-post-navigation .qodef-m-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between
}

#qodef-single-post-navigation .qodef-m-nav {
    position: relative;
    display: flex;
    align-items: center
}

#qodef-single-post-navigation .qodef-m-nav>* {
    display: block;
    line-height: inherit
}

#qodef-single-post-navigation .qodef-m-nav .qodef-m-pagination-icon {
    display: block;
    width: 16px;
    height: auto;
    transition: transform .35s cubic-bezier(.39, .1, 0, .98), color .2s ease-out;
    transform: translateX(0);
    color: var(--qode-main-color)
}

#qodef-single-post-navigation .qodef-m-nav.qodef--prev {
    left: 0
}

#qodef-single-post-navigation .qodef-m-nav.qodef--prev .qodef-m-pagination-icon {
    margin-right: 14px
}

#qodef-single-post-navigation .qodef-m-nav.qodef--prev:hover .qodef-m-pagination-icon {
    transform: translateX(-3px)
}

#qodef-single-post-navigation .qodef-m-nav.qodef--next {
    flex-direction: row-reverse;
    right: 0;
    margin-left: auto;
    text-align: right
}

#qodef-single-post-navigation .qodef-m-nav.qodef--next .qodef-m-pagination-icon {
    margin-left: 14px
}

#qodef-single-post-navigation .qodef-m-nav.qodef--next:hover .qodef-m-pagination-icon {
    transform: translateX(3px)
}

#qodef-single-post-navigation .qodef-m-nav-label {
    font-family: "Space Mono", sans-serif;
    font-size: 17px;
    line-height: 1.52941em;
    font-weight: 400;
    letter-spacing: normal;
    color: var(--qode-main-color)
}

#qodef-content-bottom {
    background-color: #000;
    position: relative
}

#qodef-content-bottom-inner {
    padding: 164px 0 164px 0
}

#qodef-content-bottom .qodef-content-full-width {
    padding-left: 60px;
    padding-right: 60px
}

.qodef--boxed #qodef-content-bottom {
    padding-left: 30px;
    padding-right: 30px
}

.qodef-swiper--show-drag-cursor .swiper-wrapper {
    min-width: 300vw
}

.qodef-swiper--show-drag-cursor .qodef-m-custom-cursor {
    height: 120px;
    left: 50%;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    top: 50%;
    transition: opacity .3s ease-out, visibility .3s ease-out;
    visibility: hidden;
    width: 120px;
    z-index: 2
}

.qodef-swiper--show-drag-cursor .qodef-m-custom-cursor-inner {
    border-radius: 50%;
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.qodef-swiper--show-drag-cursor .qodef-m-custom-cursor-inner svg {
    width: 120px
}

.qodef-swiper--show-drag-cursor.qodef-swiper-drag-cursor--active {
    cursor: none !important
}

.qodef-swiper--show-drag-cursor.qodef-swiper-drag-cursor--active .qodef-m-custom-cursor {
    opacity: 1;
    visibility: visible
}

.qodef-swiper--show-drag-cursor.qodef-swiper-drag-cursor--active a {
    cursor: none !important
}

#qodef-page-footer .qodef-alignment--left {
    text-align: left
}

#qodef-page-footer .qodef-alignment--left .widget img {
    margin-right: auto
}

#qodef-page-footer .qodef-alignment--center {
    text-align: center
}

#qodef-page-footer .qodef-alignment--center .widget img {
    margin-right: auto;
    margin-left: auto
}

#qodef-page-footer .qodef-alignment--right {
    text-align: right
}

#qodef-page-footer .qodef-alignment--right .widget img {
    margin-left: auto
}

@media (min-width:681px) {
    #qodef-page-footer-bottom-area-inner .qodef-alignment--space-between .qodef-grid-item:nth-child(2) {
        text-align: right
    }
}

.qodef-page-footer--uncover #qodef-page-outer {
    z-index: 90
}

.no-touchevents .qodef-page-footer--uncover #qodef-page-footer {
    position: fixed;
    bottom: 0;
    left: 0
}

#qodef-fullscreen-area {
    background-color: #000;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    left: 0;
    opacity: 0;
    overflow-x: hidden !important;
    position: fixed;
    top: 0;
    visibility: hidden;
    width: 100%;
    z-index: 99
}

#qodef-fullscreen-area .qodef-content-grid {
    height: 100%
}

#qodef-fullscreen-area .qodef-content-grid .qodef-fullscreen-menu {
    width: 100%
}

.qodef-fullscreen-menu-animate--in #qodef-fullscreen-area {
    animation: qode-fade-in .25s linear both
}

.qodef-fullscreen-menu-animate--out #qodef-fullscreen-area {
    animation: qode-fade-out .25s linear both
}

#qodef-fullscreen-area-inner {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    width: 100%
}

.qodef-fullscreen-menu {
    margin: 0 auto;
    position: relative;
    text-align: left;
    top: 0
}

.qodef-fullscreen-menu ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.qodef-fullscreen-menu ul li {
    margin: 0;
    padding: 0;
    position: relative
}

.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 {
    max-width: 50%;
    min-width: 250px;
    width: -moz-fit-content;
    width: fit-content
}

.qodef-fullscreen-menu>ul>li {
    padding: 16px 0
}

.qodef-fullscreen-menu>ul>li>a {
    font-family: Rubik, sans-serif;
    font-size: 55px;
    line-height: 1.2em;
    font-weight: 700;
    letter-spacing: .02em;
    text-transform: uppercase;
    color: var(--qode-main-color)
}

.qodef-fullscreen-menu>ul>li>a .qodef-menu-item-text {
    position: relative;
    display: inline-flex
}

.qodef-fullscreen-menu>ul>li>a .qodef-menu-item-text::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 6px;
    bottom: -3px;
    left: 0;
    background-color: currentColor;
    transform: scaleX(0);
    transition: transform .5s cubic-bezier(.15, .74, .18, .97);
    transform-origin: left
}

.qodef-fullscreen-menu>ul>li>a:hover .qodef-menu-item-text::after {
    transform: scaleX(1)
}

.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 {
    transform: scaleX(1)
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul {
    left: 100%;
    margin-left: 0;
    min-width: 250px;
    padding-left: 50px;
    position: absolute;
    top: 39px;
    width: -moz-fit-content;
    width: fit-content
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li>a {
    position: relative;
    display: flex;
    white-space: normal;
    margin: 6px 0;
    overflow: hidden;
    transition: color .2s ease-out;
    font-family: "Space Mono", sans-serif;
    font-size: 18px;
    line-height: 2em;
    font-weight: 400;
    letter-spacing: normal;
    color: var(--qode-main-color);
    margin: 0
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li>a .qodef-menu-item-icon {
    flex-shrink: 0
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li>a:hover {
    color: #8b8b8b
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li.current-menu-ancestor>a,
.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li.current-menu-item>a {
    color: #8b8b8b
}

.qodef-fullscreen-menu--opened .qodef-fullscreen-menu-opener {
    color: var(--qode-main-color)
}

.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: 56px
}

#qodef-page-header .qodef-widget-holder .widget {
    margin: 0 28px
}

#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%)
}

#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: Rubik, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .06em;
    color: var(--qode-main-color);
    font-size: 25px;
    line-height: 1.44em;
    transition: color .2s ease-out
}

#qodef-page-header-inner.qodef-skin--light .qodef-header-logo-link img.qodef--dark,
#qodef-page-header-inner.qodef-skin--light .qodef-header-logo-link img.qodef--main {
    opacity: 0
}

#qodef-page-header-inner.qodef-skin--light .qodef-header-logo-link img.qodef--light {
    opacity: 1
}

#qodef-page-header-inner.qodef-skin--light .qodef-header-logo-link.qodef-source--svg-path,
#qodef-page-header-inner.qodef-skin--light .qodef-header-logo-link.qodef-source--textual {
    color: var(--qode-header-light-color) !important
}

#qodef-page-header-inner.qodef-skin--light .qodef-header-logo-link.qodef-source--svg-path:hover,
#qodef-page-header-inner.qodef-skin--light .qodef-header-logo-link.qodef-source--textual:hover {
    color: var(--qode-header-light-hover-color) !important
}

#qodef-page-header-inner.qodef-skin--dark .qodef-header-logo-link img.qodef--light,
#qodef-page-header-inner.qodef-skin--dark .qodef-header-logo-link img.qodef--main {
    opacity: 0
}

#qodef-page-header-inner.qodef-skin--dark .qodef-header-logo-link img.qodef--dark {
    opacity: 1
}

#qodef-page-header-inner.qodef-skin--dark .qodef-header-logo-link.qodef-source--svg-path,
#qodef-page-header-inner.qodef-skin--dark .qodef-header-logo-link.qodef-source--textual {
    color: var(--qode-header-dark-color) !important
}

#qodef-page-header-inner.qodef-skin--dark .qodef-header-logo-link.qodef-source--svg-path:hover,
#qodef-page-header-inner.qodef-skin--dark .qodef-header-logo-link.qodef-source--textual:hover {
    color: var(--qode-header-dark-hover-color) !important
}

.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-divided-header-left-wrapper .qodef-widget-holder {
    margin-left: 0;
    margin-right: auto
}

.qodef-header--divided #qodef-page-header .qodef-divided-header-right-wrapper .qodef-widget-holder {
    margin-left: auto
}

.qodef-header--divided #qodef-page-header .qodef-header-logo-link {
    justify-content: center
}

.qodef-header--divided #qodef-page-header .qodef-header-navigation {
    margin: 0 56px
}

.qodef-header--divided #qodef-page-header-inner {
    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--minimal #qodef-page-header-inner .qodef-fullscreen-menu-opener {
    color: var(--qode-main-color)
}

#qodef-page-mobile-header-inner .qodef-fullscreen-menu-opener {
    color: var(--qode-main-color)
}

.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: 56px
}

@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: 342px;
    height: 100%
}

.qodef-header--vertical #qodef-page-header .qodef-header-logo-link.qodef-height--not-set {
    height: auto
}

.qodef-header--vertical #qodef-page-header-inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    padding: 58px;
    border-right: 1px solid var(--qode-main-color)
}

.qodef-header--vertical #qodef-page-header-inner .qodef-widget-holder {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    margin-left: 0
}

.qodef-header--vertical #qodef-page-header-inner .qodef-widget-holder .widget {
    margin: 0 0 15px
}

.qodef-header--vertical #qodef-page-header-inner .qodef-widget-holder .widget:last-child {
    margin-bottom: 0
}

.qodef-header--vertical.admin-bar #qodef-page-header {
    top: 32px;
    height: calc(100% - 32px)
}

.qodef-header--vertical #qodef-page-footer,
.qodef-header--vertical #qodef-page-outer {
    padding-left: 342px
}

.qodef-header--vertical .qodef-header-vertical-navigation {
    margin-top: 135px;
    margin-bottom: auto;
    z-index: 100;
    width: 100%
}

.qodef-header--vertical .qodef-header-vertical-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.qodef-header--vertical .qodef-header-vertical-navigation ul li {
    position: relative;
    padding: 0
}

.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 {
    display: none
}

.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: 9px 0
}

.qodef-header--vertical .qodef-header-vertical-navigation>ul>li>a {
    font-family: Rubik, sans-serif;
    font-size: 20px;
    line-height: 1.6em;
    font-weight: 700;
    letter-spacing: .02em;
    text-transform: uppercase;
    color: var(--qode-main-color)
}

.qodef-header--vertical .qodef-header-vertical-navigation>ul>li>a .qodef-menu-item-text {
    position: relative;
    display: inline-flex
}

.qodef-header--vertical .qodef-header-vertical-navigation>ul>li>a .qodef-menu-item-text::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 6px;
    bottom: -3px;
    left: 0;
    background-color: currentColor;
    transform: scaleX(0);
    transition: transform .5s cubic-bezier(.15, .74, .18, .97);
    transform-origin: left
}

.qodef-header--vertical .qodef-header-vertical-navigation>ul>li>a:hover .qodef-menu-item-text::after {
    transform: scaleX(1)
}

.qodef-header--vertical .qodef-header-vertical-navigation>ul>li .qodef-drop-down-second-inner>ul {
    padding: 19px 0 5px
}

.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;
    margin: 6px 0;
    overflow: hidden;
    transition: color .2s ease-out;
    font-family: "Space Mono", sans-serif;
    font-size: 16px;
    line-height: 1.6875em;
    font-weight: 400;
    color: #cacaca;
    margin: 4px 0
}

.qodef-header--vertical .qodef-header-vertical-navigation>ul>li .qodef-drop-down-second-inner ul li>a .qodef-menu-item-icon {
    flex-shrink: 0
}

.qodef-header--vertical .qodef-header-vertical-navigation>ul>li .qodef-drop-down-second-inner ul li.current-menu-ancestor>a,
.qodef-header--vertical .qodef-header-vertical-navigation>ul>li .qodef-drop-down-second-inner ul li.current-menu-item>a,
.qodef-header--vertical .qodef-header-vertical-navigation>ul>li .qodef-drop-down-second-inner ul li:hover>a {
    color: #8b8b8b
}

.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 {
    transform: scaleX(1)
}

.qodef-header--vertical .qodef-header-vertical-navigation.qodef-vertical-drop-down--below ul li a .qodef-menu-item-arrow {
    transform: rotate(0);
    transition: transform .3s ease
}

.qodef-header--vertical .qodef-header-vertical-navigation.qodef-vertical-drop-down--below ul li .qodef-drop-down-second {
    display: none
}

.qodef-header--vertical .qodef-header-vertical-navigation.qodef-vertical-drop-down--below ul li.qodef-menu-item--open>a .qodef-menu-item-arrow {
    transform: rotate(90deg)
}

.qodef-header--vertical .qodef-header-vertical-navigation.qodef-vertical-drop-down--side .qodef-drop-down-second {
    position: absolute;
    top: 0;
    width: 100%
}

.qodef-header--vertical .qodef-header-vertical-navigation.qodef-vertical-drop-down--side .qodef-drop-down-second ul {
    position: absolute;
    top: -23px;
    left: calc(100% + 40px);
    width: 254px;
    background-color: var(--qode-main-color);
    padding: 25px 20px;
    margin-left: 50px;
    visibility: hidden;
    opacity: 0;
    transition: all .2s ease-out
}

.qodef-header--vertical .qodef-header-vertical-navigation.qodef-vertical-drop-down--side .qodef-drop-down-second ul.qodef-float--open {
    margin-left: 0;
    opacity: 1;
    visibility: visible;
    z-index: 900
}

.qodef-header--vertical .qodef-header-vertical-navigation.qodef-vertical-drop-down--side .qodef-drop-down-second ul ul {
    top: -25px;
    left: calc(100% + 20px);
    visibility: hidden;
    transition: all .2s ease
}

.qodef-header--fixed-display #qodef-page-header,
.qodef-header--fixed-display #qodef-top-area {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%
}

.qodef--boxed.qodef-header--fixed-display #qodef-top-area {
    left: 30px;
    width: calc(100% - 60px)
}

.qodef--boxed.qodef-header--fixed-display #qodef-page-header {
    left: 30px;
    width: calc(100% - 60px)
}

.qodef-header--fixed-display.admin-bar #qodef-page-header,
.qodef-header--fixed-display.admin-bar #qodef-top-area {
    top: 32px
}

.qodef-header-sticky {
    position: fixed;
    top: 0;
    left: 0;
    height: 100px;
    width: 100%;
    background-color: #000;
    transform: translateY(-100%);
    transition: transform .5s ease, top .5s ease;
    z-index: 100
}

.qodef-header--sticky-display .qodef-header-sticky {
    transform: translateY(0)
}

.admin-bar.qodef-header--sticky-display .qodef-header-sticky {
    top: 32px
}

.qodef-header-sticky.qodef-sticky-header--inherit-height {
    height: var(--qode-header-height, 100px)
}

.qodef-header-sticky-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    padding: 0 60px;
    border-bottom: 1px solid var(--qode-main-color)
}

.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 60px;
    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: #000
}

.qodef-map-marker-holder {
    transform: translate(-50%, -100%);
    z-index: 10
}

.qodef-map-marker-holder.qodef-active {
    z-index: 500
}

.qodef-map-marker-holder.qodef-active .qodef-map-marker svg path:first-child {
    fill: #3ebeb4
}

.qodef-map-marker-holder.qodef-active .qodef-map-marker svg path:last-child {
    fill: #51a69e
}

.qodef-map-marker-holder#qodef-geo-location-marker .qodef-info-window {
    display: block
}

.qodef-map-marker-holder#qodef-geo-location-marker .qodef-map-marker svg path:first-child {
    fill: #3ebeb4
}

.qodef-map-marker-holder#qodef-geo-location-marker .qodef-map-marker svg path:last-child {
    fill: #51a69e
}

.qodef-map-marker-holder .qodef-map-marker {
    position: relative;
    width: 50px;
    height: auto;
    transition: all .15s ease-out
}

.qodef-map-marker-holder .qodef-map-marker .qodef-map-marker-inner {
    position: relative;
    width: 100%;
    height: 100%
}

.qodef-map-marker-holder .qodef-map-marker svg {
    width: 100%;
    height: auto
}

.qodef-map-marker-holder .qodef-map-marker svg path {
    transition: fill .2s ease-in-out
}

.qodef-map-marker-holder .qodef-map-marker:hover svg path:first-child {
    fill: #3ebeb4
}

.qodef-map-marker-holder .qodef-map-marker:hover svg path:last-child {
    fill: #51a69e
}

.qodef-map-marker-holder .qodef-info-window {
    position: absolute;
    top: -10px;
    left: -17px;
    display: none;
    min-width: 284px;
    background-color: var(--qode-main-color);
    border: 1px solid var(--qode-main-color);
    border-radius: 4px;
    box-shadow: 3px 3px 15px 0 rgba(var(--qode-main-color), .5);
    z-index: 10;
    transition: opacity .3s ease;
    transform: translate(0, -100%)
}

.qodef-map-marker-holder .qodef-info-window-inner {
    position: relative;
    display: flex;
    align-items: center;
    padding: 8px
}

.qodef-map-marker-holder .qodef-info-window-inner:after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 35px;
    width: 5px;
    height: 5px;
    background-color: var(--qode-main-color);
    border-top: 1px solid var(--qode-main-color);
    border-left: 1px solid var(--qode-main-color);
    transform: rotate(-135deg)
}

.qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-image {
    margin-right: 12px
}

.qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-image img {
    display: block;
    width: 65px
}

.qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-title {
    margin: 0;
    transition: color .2s ease-out
}

.qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-location {
    margin: 3px 0 0;
    font-family: "Space Mono", sans-serif;
    font-size: 14px;
    line-height: 1.2em
}

.qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5
}

.qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-link:hover~.qodef-info-window-details .qodef-info-window-title {
    color: var(--qode-main-color)
}

.qodef-cluster-marker {
    width: 50px;
    height: auto
}

.qodef-cluster-marker.qodef-active svg path:first-child,
.qodef-cluster-marker:hover svg path:first-child {
    fill: #3ebeb4
}

.qodef-cluster-marker.qodef-active svg path:last-child,
.qodef-cluster-marker:hover svg path:last-child {
    fill: #51a69e
}

.qodef-cluster-marker .qodef-cluster-marker-inner {
    position: relative
}

.qodef-cluster-marker .qodef-cluster-marker-inner .qodef-cluster-marker-number {
    position: absolute;
    top: -4px;
    left: 0;
    right: 0;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    color: var(--qode-main-color)
}

.qodef-cluster-marker svg {
    width: 100%;
    height: auto
}

.qodef-cluster-marker svg path {
    transition: fill .2s ease-in-out
}

.qodef-places-geo-radius {
    position: absolute;
    left: 0;
    top: calc(100% + 10px);
    width: 100%;
    height: 48px;
    display: none;
    padding: 10px 20px;
    background-color: var(--qode-main-color);
    border: 1px solid var(--qode-main-color);
    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: #121212
}

#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-page-mobile-header .qodef-mobile-header-opener:hover {
    color: var(--qode-main-color)
}

.qodef-mobile-header--sticky #qodef-page-mobile-header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    transform: translateY(-100%)
}

.qodef-mobile-header--sticky-animation #qodef-page-mobile-header {
    transition: transform .3s ease, top .3s ease
}

.qodef-mobile-header--sticky-display #qodef-page-mobile-header {
    transform: translateY(0)
}

.admin-bar.qodef-mobile-header--sticky-display #qodef-page-mobile-header {
    top: 46px
}

.qodef--passepartout #qodef-page-mobile-header-inner {
    padding: 0
}

.qodef-mobile-header-navigation ul li .qodef-content-grid {
    width: 100%
}

#qodef-page-mobile-header .qodef-header-logo-image.qodef--customizer {
    max-height: 100%;
    width: auto;
    margin-right: auto
}

#qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--main {
    opacity: 1
}

#qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--dark,
#qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--light {
    opacity: 0
}

#qodef-page-mobile-header .qodef-mobile-header-logo-link img:not(.qodef--main) {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%)
}

#qodef-page-mobile-header .qodef-mobile-header-logo-link.qodef-source--svg-path svg {
    display: block;
    width: 50px;
    height: auto;
    fill: currentColor;
    stroke: currentColor
}

#qodef-page-mobile-header .qodef-mobile-header-logo-link.qodef-source--textual {
    font-family: Rubik, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .06em;
    color: var(--qode-main-color);
    font-size: 25px;
    line-height: 1.44em;
    transition: color .2s ease-out
}

.qodef-mobile-header-navigation ul li a .qodef-menu-item-icon {
    margin-right: 5px
}

.qodef-mobile-header-navigation ul li.qodef--hide-link>a {
    cursor: default
}

.qodef-mobile-header-navigation .qodef-mega-menu-widget-holder {
    display: none
}

.qodef-mobile-header--minimal #qodef-page-mobile-header-inner {
    justify-content: flex-end
}

.qodef-mobile-header--minimal #qodef-page-mobile-header-inner .qodef-mobile-header-logo-link {
    margin-right: auto
}

.qodef-mobile-header--minimal #qodef-page-mobile-header-inner .qodef-opener-icon {
    margin-left: 20px
}

.qodef-fullscreen-menu--opened {
    overflow-y: hidden
}

.qodef-fullscreen-menu--opened #qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--light {
    opacity: 1
}

.qodef-fullscreen-menu--opened #qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--dark,
.qodef-fullscreen-menu--opened #qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--main {
    opacity: 0
}

.qodef-fullscreen-menu--opened #qodef-page-mobile-header .qodef-mobile-header-logo-link.qodef-source--svg-path,
.qodef-fullscreen-menu--opened #qodef-page-mobile-header .qodef-mobile-header-logo-link.qodef-source--textual {
    color: var(--qode-header-light-color) !important
}

.qodef-fullscreen-menu--opened #qodef-page-mobile-header .qodef-mobile-header-logo-link.qodef-source--svg-path:hover,
.qodef-fullscreen-menu--opened #qodef-page-mobile-header .qodef-mobile-header-logo-link.qodef-source--textual:hover {
    color: var(--qode-header-light-hover-color) !important
}

.qodef-mobile-header--side-area #qodef-page-mobile-header-inner .qodef-side-area-mobile-header-opener {
    margin-left: 20px
}

#qodef-side-area-mobile-header {
    position: fixed;
    top: 0;
    right: -340px;
    width: 340px;
    height: 100vh;
    display: flex;
    align-items: center;
    padding: 70px 60px;
    background-color: #000;
    overflow: hidden;
    visibility: hidden;
    z-index: 9999;
    transition: all .6s cubic-bezier(.77, 0, .175, 1)
}

#qodef-side-area-mobile-header .qodef-m-close {
    position: absolute;
    top: 26px;
    right: 40px;
    display: block;
    z-index: 1000;
    color: var(--qode-main-color)
}

#qodef-side-area-mobile-header .qodef-m-navigation {
    width: 100%
}

#qodef-side-area-mobile-header .qodef-m-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none
}

#qodef-side-area-mobile-header .qodef-m-navigation ul li {
    position: relative;
    padding: 0;
    margin: 0
}

#qodef-side-area-mobile-header .qodef-m-navigation ul li .qodef-drop-down-second {
    display: none;
    transform: translateZ(0)
}

#qodef-side-area-mobile-header .qodef-m-navigation ul li .qodef-drop-down-second-inner {
    position: relative;
    display: block;
    padding: 0;
    z-index: 997
}

#qodef-side-area-mobile-header .qodef-m-navigation ul li .qodef-menu-item-arrow {
    position: absolute;
    top: 8px;
    right: 0;
    width: 15px;
    height: auto;
    color: #fff;
    z-index: 9;
    cursor: pointer;
    transition: color .2s ease-out;
    transform: rotate(0);
    transition: transform .2s ease-out, color .2s ease-out
}

#qodef-side-area-mobile-header .qodef-m-navigation ul li .qodef-menu-item-arrow:hover {
    color: #fff
}

#qodef-side-area-mobile-header .qodef-m-navigation ul li ul li>a {
    position: relative;
    display: flex;
    white-space: normal;
    margin: 6px 0;
    overflow: hidden;
    transition: color .2s ease-out;
    font-family: "Space Mono", sans-serif;
    font-size: 16px;
    line-height: 1.6875em;
    font-weight: 400;
    color: #fff
}

#qodef-side-area-mobile-header .qodef-m-navigation ul li ul li>a .qodef-menu-item-icon {
    flex-shrink: 0
}

#qodef-side-area-mobile-header .qodef-m-navigation ul li ul li.current-menu-ancestor>a,
#qodef-side-area-mobile-header .qodef-m-navigation ul li ul li.current-menu-item>a,
#qodef-side-area-mobile-header .qodef-m-navigation ul li ul li:hover>a {
    color: #8b8b8b
}

#qodef-side-area-mobile-header .qodef-m-navigation ul li ul ul {
    display: none
}

#qodef-side-area-mobile-header .qodef-m-navigation ul li.qodef--hide-link>a {
    cursor: default
}

#qodef-side-area-mobile-header .qodef-m-navigation ul li.qodef-menu-item--open>.qodef-menu-item-arrow {
    transform: rotate(90deg)
}

#qodef-side-area-mobile-header .qodef-m-navigation .qodef-menu-item-icon {
    margin-right: 5px
}

#qodef-side-area-mobile-header .qodef-m-navigation .qodef-mega-menu-widget-holder {
    display: none
}

#qodef-side-area-mobile-header .qodef-m-navigation>ul>li>a {
    font-family: Rubik, sans-serif;
    font-size: 17px;
    line-height: 1.76471em;
    font-weight: 700;
    letter-spacing: .02em;
    text-transform: uppercase;
    color: var(--qode-main-color);
    color: #fff
}

#qodef-side-area-mobile-header .qodef-m-navigation>ul>li>a .qodef-menu-item-text {
    position: relative;
    display: inline-flex
}

#qodef-side-area-mobile-header .qodef-m-navigation>ul>li>a .qodef-menu-item-text::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 6px;
    bottom: -3px;
    left: 0;
    background-color: currentColor;
    transform: scaleX(0);
    transition: transform .5s cubic-bezier(.15, .74, .18, .97);
    transform-origin: left
}

#qodef-side-area-mobile-header .qodef-m-navigation>ul>li>a:hover .qodef-menu-item-text::after {
    transform: scaleX(1)
}

#qodef-side-area-mobile-header .qodef-m-navigation>ul>li.current-menu-ancestor>a .qodef-menu-item-text::after,
#qodef-side-area-mobile-header .qodef-m-navigation>ul>li.current-menu-item>a .qodef-menu-item-text::after {
    transform: scaleX(1)
}

#qodef-side-area-mobile-header .qodef-widget-holder {
    position: absolute;
    left: 60px;
    bottom: 20px;
    width: calc(100% - 2*60px);
    height: auto
}

#qodef-side-area-mobile-header .qodef-widget-holder .widget {
    margin: 0
}

.admin-bar #qodef-side-area-mobile-header {
    top: 32px;
    height: calc(100vh - 32px)
}

#qodef-side-area-mobile-header.qodef--opened {
    right: 0;
    visibility: visible
}

.qodef-mobile-header--standard #qodef-page-mobile-header-inner {
    justify-content: flex-end
}

.qodef-mobile-header--standard #qodef-page-mobile-header-inner .qodef-mobile-header-logo-link {
    margin-right: auto
}

.qodef-header-navigation .qodef-menu-item-icon {
    display: block;
    margin-right: 5px;
    line-height: inherit
}

.qodef-header-navigation .qodef-menu-item-icon:before {
    display: block;
    line-height: inherit
}

.qodef-header-navigation ul li .qodef-drop-down-second {
    position: absolute;
    top: 100%;
    left: 0;
    display: block;
    width: auto;
    height: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    z-index: 10
}

.qodef-header-navigation ul li .qodef-drop-down-second.qodef-drop-down--start {
    opacity: 1;
    visibility: visible;
    overflow: visible;
    z-index: 20;
    transition: opacity .2s ease-out
}

.qodef-header-navigation ul li .qodef-mega-menu-widget-holder {
    display: none;
    white-space: normal
}

.qodef-header-navigation ul li.qodef-menu-item--narrow .qodef-drop-down-second.qodef-drop-down--right {
    left: auto;
    right: 0
}

.qodef-header-navigation ul li.qodef-menu-item--narrow .qodef-drop-down-second-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-header-navigation ul li.qodef-menu-item--narrow .qodef-drop-down-second-inner>ul {
    position: relative;
    top: auto;
    opacity: 1;
    visibility: visible
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-mega-menu-widget-holder {
    display: block
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second {
    background-color: #000;
    border-top: 1px solid var(--qode-main-color);
    border-bottom: 1px solid var(--qode-main-color)
}

.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 60px
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul {
    display: flex;
    justify-content: space-between;
    padding: 86px 0 85px;
    margin: 0 -15px
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li {
    width: 100%;
    padding: 0 15px
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li>a {
    font-family: "Space Mono", sans-serif;
    font-size: 16px;
    line-height: 1.6875em;
    font-weight: 400;
    color: #8b8b8b
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li>a:hover {
    color: #8b8b8b
}

.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: 6px
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li ul li>a {
    position: relative;
    display: flex;
    white-space: normal;
    margin: 6px 0;
    overflow: hidden;
    transition: color .2s ease-out;
    font-family: "Space Mono", sans-serif;
    font-size: 16px;
    line-height: 1.6875em;
    font-weight: 400;
    color: #cacaca
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li ul li>a .qodef-menu-item-icon {
    flex-shrink: 0
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li ul li.current-menu-item>a,
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li ul li:hover>a {
    color: #8b8b8b
}

.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: #8b8b8b
}

.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: #8b8b8b
}

body:not(.qodef-drop-down-second--full-width) .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner {
    padding: 0 60px
}

.qodef-opener-icon {
    display: inline-block;
    line-height: 1;
    position: relative;
    vertical-align: middle
}

.qodef-opener-icon .qodef-m-icon {
    position: relative;
    visibility: visible
}

.qodef-opener-icon .qodef-m-icon.qodef--close {
    left: 0;
    position: absolute;
    top: 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 {
    align-items: center;
    display: grid;
    grid-template-areas: "icon";
    grid-template-columns: minmax(0, auto);
    grid-template-rows: minmax(0, auto);
    justify-items: center
}

.qodef-browser--safari .qodef-opener-icon.qodef-source--predefined {
    transform: translateZ(0)
}

.qodef-opener-icon.qodef-source--predefined .qodef-m-icon {
    grid-area: icon
}

.qodef-opener-icon.qodef-source--predefined .qodef-m-icon.qodef--close {
    position: relative
}

.qodef-opener-icon.qodef-source--predefined .qodef-svg--menu path {
    transform: translateX(0);
    transition: transform .5s cubic-bezier(.15, .74, .18, .97)
}

.qodef-opener-icon.qodef-source--predefined .qodef-svg--close {
    transform: scaleX(1);
    transition: transform .5s cubic-bezier(.15, .74, .18, .97)
}

@media only screen and (min-width:1025px) {
    .qodef-opener-icon.qodef-source--predefined:hover .qodef-svg--menu path:nth-of-type(1) {
        transform: translateX(-10px)
    }

    .qodef-opener-icon.qodef-source--predefined:hover .qodef-svg--menu path:nth-of-type(2) {
        transform: translateX(10px)
    }

    .qodef-opener-icon.qodef-source--predefined:hover .qodef-svg--close {
        transform: scaleX(1.2)
    }
}

.qodef-opener-icon.qodef-source--predefined.qodef--opened .qodef-m-icon.qodef--open {
    visibility: hidden
}

.qodef-opener-icon.qodef-source--predefined.qodef--opened .qodef-m-icon.qodef--close {
    visibility: visible
}

@media only screen and (max-width:1024px) {
    .qodef-opener-icon.qodef-source--predefined.qodef--opened .qodef-svg--menu path:nth-of-type(1) {
        transform: translateX(-10px)
    }

    .qodef-opener-icon.qodef-source--predefined.qodef--opened .qodef-svg--menu path:nth-of-type(2) {
        transform: translateX(10px)
    }

    .qodef-opener-icon.qodef-source--predefined.qodef--opened .qodef-svg--close {
        transform: scaleX(1.2)
    }
}

.qodef-parallax {
    position: relative;
    width: 100%;
    overflow: hidden
}

.qodef-parallax.elementor-inner-section {
    height: 100%
}

.qodef-parallax-row-holder {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden
}

.qodef-parallax-img-holder {
    position: absolute;
    top: -10%;
    height: 120%;
    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%;
    object-fit: cover
}

.qodef-browser--edge .qodef-parallax-img,
.qodef-browser--ms-explorer .qodef-parallax-img {
    height: 100%
}

.qodef-contact-form-7,
.rs-layer {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-contact-form-7 p,
.rs-layer p {
    margin: 0
}

.qodef-contact-form-7 br,
.rs-layer br {
    display: none
}

.qodef-contact-form-7 .ajax-loader,
.rs-layer .ajax-loader {
    display: none
}

.qodef-contact-form-7 .wpcf7-form-control-wrap,
.rs-layer .wpcf7-form-control-wrap {
    display: block;
    max-width: 100%
}

.qodef-contact-form-7 .wpcf7-not-valid-tip,
.rs-layer .wpcf7-not-valid-tip {
    margin: 10px 0 0 0
}

.qodef-contact-form-7 .wpcf7-response-output,
.rs-layer .wpcf7-response-output {
    border-width: 1px !important;
    margin: 2em 0 0 0 !important;
    padding: 1em 1.5em !important
}

.qodef-contact-form-7 .wpcf7-form,
.rs-layer .wpcf7-form {
    position: relative
}

.qodef-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 #000;
    border-radius: 50%;
    border-top: 2px solid var(--qode-main-color);
    content: '';
    height: 24px;
    left: calc(50% - 12px);
    opacity: 1;
    position: absolute;
    top: calc(50% - 12px);
    visibility: hidden;
    width: 24px;
    z-index: 99
}

.qodef-contact-form-7 .wpcf7-form.submitting>*,
.rs-layer .wpcf7-form.submitting>* {
    opacity: .3
}

.qodef-contact-form-7 .wpcf7-form.submitting:after,
.qodef-contact-form-7 .wpcf7-form.submitting:before,
.rs-layer .wpcf7-form.submitting:after,
.rs-layer .wpcf7-form.submitting:before {
    visibility: visible
}

.qodef-contact-form-7 .qodef-contact-form-7--type-2,
.rs-layer .qodef-contact-form-7--type-2 {
    align-items: end;
    display: grid
}

@media (min-width:769px) {

    .qodef-contact-form-7 .qodef-contact-form-7--type-2,
    .rs-layer .qodef-contact-form-7--type-2 {
        gap: 32px;
        grid-template-columns: minmax(50%, auto) max-content
    }
}

@media (min-width:769px) {

    .qodef-contact-form-7 .qodef-contact-form-7--type-2 .wpcf7-form-control-wrap,
    .rs-layer .qodef-contact-form-7--type-2 .wpcf7-form-control-wrap {
        margin: 0
    }
}

.qodef-contact-form-7 .qodef-contact-form-7--type-2 input[type=email],
.qodef-contact-form-7 .qodef-contact-form-7--type-2 input[type=text],
.rs-layer .qodef-contact-form-7--type-2 input[type=email],
.rs-layer .qodef-contact-form-7--type-2 input[type=text] {
    border-left: transparent;
    border-right: transparent;
    border-top: transparent;
    background-color: transparent
}

.qodef-contact-form-7 .qodef-contact-form-7--type-2 button,
.rs-layer .qodef-contact-form-7--type-2 button {
    justify-content: center;
    text-align: center
}

.single-esports-match #qodef-page-outer .qodef-content-full-width,
.single-esports-player #qodef-page-outer .qodef-content-full-width,
.single-esports-team #qodef-page-outer .qodef-content-full-width {
    padding: 0 60px;
    padding-bottom: 160px
}

.single-esports-match #qodef-page-outer+#qodef-content-bottom #qodef-content-bottom-inner,
.single-esports-player #qodef-page-outer+#qodef-content-bottom #qodef-content-bottom-inner,
.single-esports-team #qodef-page-outer+#qodef-content-bottom #qodef-content-bottom-inner {
    padding-top: 4px
}

.single-esports-match #qodef-page-inner,
.single-esports-player #qodef-page-inner,
.single-esports-team #qodef-page-inner {
    padding: 0
}

.single-esports-match .qodef--width-exception,
.single-esports-player .qodef--width-exception,
.single-esports-team .qodef--width-exception {
    max-width: 100%
}

@media only screen and (max-width:1024px) {

    .single-esports-match .qodef--width-exception,
    .single-esports-player .qodef--width-exception,
    .single-esports-team .qodef--width-exception {
        width: 100% !important
    }
}

.single-esports-match .qodef-m-hero-image.qodef--background,
.single-esports-player .qodef-m-hero-image.qodef--background,
.single-esports-team .qodef-m-hero-image.qodef--background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0
}

.qodef-eposrts-team-list .qodef-e-social-icon,
.qodef-esports-player-list .qodef-e-social-icon,
.single-esports-player .qodef-e-social-icon,
.single-esports-team .qodef-e-social-icon {
    font-size: 23px;
    transition: color .2s ease-out, .3s ease;
    transform: translateY(0);
    display: inline-block
}

.qodef-eposrts-team-list .qodef-e-social-icon:hover,
.qodef-esports-player-list .qodef-e-social-icon:hover,
.single-esports-player .qodef-e-social-icon:hover,
.single-esports-team .qodef-e-social-icon:hover {
    color: var(--qode-main-color);
    transform: translateY(-3px)
}

.qodef-esports-match-list .qodef-e-social-icon,
.single-esports-match .qodef-e-social-icon {
    font-size: 14px
}

.qodef-esports-match-single {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-esports-match-single .qodef-m-match-name {
    margin: 0
}

.qodef-esports-match-single .qodef-m-match-info {
    margin-top: 18px;
    white-space: nowrap
}

@media only screen and (max-width:1280px) {
    .qodef-esports-match-single .qodef-m-match-info {
        flex-wrap: wrap
    }
}

.qodef-esports-match-single .qodef-m-match-info .qodef-m-date {
    text-transform: initial
}

.qodef-esports-match-single .qodef-m-match-info .qodef-m-match-status {
    text-transform: initial
}

.qodef-esports-match-single .qodef-m-match-content {
    margin-top: 48px
}

.qodef-esports-match-single .qodef-m-social-share {
    column-gap: 35px;
    display: flex;
    margin-top: 55px;
    row-gap: 35px
}

.qodef-esports-match-single .qodef-m-social-share-label {
    margin: 0
}

.qodef-esports-match-list .qodef-e-inner {
    position: relative
}

.qodef-esports-match-list .qodef-e-content,
.qodef-esports-match-list .qodef-e-inner,
.qodef-esports-match-list .qodef-e-media {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-esports-match-list .qodef-e-media>* {
    margin-bottom: 30px
}

.qodef-esports-match-list .qodef-e-media iframe {
    display: block;
    height: 100%
}

.qodef-esports-match-list .qodef-e-media-image,
.qodef-esports-match-list .qodef-e-team-logo {
    display: inline-block;
    flex-shrink: 0;
    max-width: 100%;
    position: relative;
    vertical-align: top
}

.qodef-esports-match-list .qodef-e-media-image a,
.qodef-esports-match-list .qodef-e-media-image img,
.qodef-esports-match-list .qodef-e-team-logo a,
.qodef-esports-match-list .qodef-e-team-logo img {
    display: block;
    width: 100%
}

.qodef-esports-match-list .qodef-e-media-image.qodef--background,
.qodef-esports-match-list .qodef-e-team-logo.qodef--background {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%
}

.qodef-esports-match-list .qodef-e-media-image.qodef--background img,
.qodef-esports-match-list .qodef-e-team-logo.qodef--background img {
    visibility: hidden
}

.qodef-esports-match-list .qodef-e-team {
    width: 100%
}

.qodef-esports-match-list .qodef-e-team-name,
.qodef-esports-match-list .qodef-e-title {
    margin: 0
}

.qodef-esports-match-list .qodef-e-result {
    margin: 0
}

.qodef-esports-match-list .qodef-e-result svg {
    fill: currentColor;
    height: 1em;
    stroke: none
}

.qodef-esports-match-list .qodef-e-social-icons {
    column-gap: 13px;
    display: flex
}

.qodef-esports-match-list .qodef-e-social-icons .qodef-e-social-icon {
    transition: color .2s ease-out, .3s ease;
    transform: translateY(0)
}

.qodef-esports-match-list .qodef-e-social-icons .qodef-e-social-icon:hover {
    color: var(--qode-main-color);
    transform: translateY(-3px)
}

.qodef-esports-match-list .qodef--team-two .qodef-e-social-icons {
    flex-direction: row-reverse
}

.qodef-esports-match-list .qodef-e-match-info {
    white-space: nowrap
}

@media only screen and (max-width:1280px) {
    .qodef-esports-match-list .qodef-e-match-info {
        flex-wrap: wrap
    }
}

.qodef-esports-match-list .qodef-e-match-info .qodef-m-date-wrapper {
    display: flex
}

.qodef-esports-match-list .qodef-e-match-info .qodef-m-date {
    text-transform: initial
}

.qodef-esports-match-list .qodef-e-match-info .qodef-m-match-status {
    text-transform: initial
}

.qodef-esports-match-list .qodef-e-post-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.qodef-esports-match-list .qodef-m-pagination {
    margin-top: 35px
}

.qodef-esports-match-list.qodef-items--fixed .qodef-e-image {
    height: 100%;
    overflow: hidden
}

.qodef-esports-match-list.qodef-items--fixed .qodef-e-media-image {
    height: 100%
}

.qodef-esports-match-list.qodef-items--fixed .qodef-e-media-image a {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    height: 100%
}

.qodef-esports-match-list.qodef-item-layout--compact .qodef-e-inner {
    border: 1px solid var(--qode-main-color);
    display: flex;
    padding: 40px 30px
}

.qodef-esports-match-list.qodef-item-layout--compact .qodef-e-team {
    text-align: center
}

.qodef-esports-match-list.qodef-item-layout--compact .qodef-e-team-name {
    margin-top: 15px
}

.qodef-esports-match-list.qodef-item-layout--compact .qodef-e-result {
    flex-shrink: 0;
    text-align: center;
    width: 20%
}

.qodef-esports-match-list.qodef-item-layout--compact .qodef-e-social-icons {
    justify-content: center;
    margin-top: 5px
}

.qodef-esports-match-list.qodef-item-layout--compact.qodef-gutter--no .qodef-m-filter {
    margin: 0
}

.qodef-esports-match-list.qodef-item-layout--compact.qodef-gutter--no .qodef-grid-inner {
    border-left: 1px solid var(--qode-main-color);
    border-top: 1px solid var(--qode-main-color)
}

.qodef-esports-match-list.qodef-item-layout--compact.qodef-gutter--no .qodef-e-inner {
    border-left: 0;
    border-top: 0
}

.qodef-esports-match-list.qodef-item-layout--details .qodef-e-inner {
    border: 1px solid var(--qode-main-color);
    display: flex;
    padding: 40px 47px
}

.qodef-esports-match-list.qodef-item-layout--details .qodef-e-team {
    align-items: center;
    display: flex
}

.qodef-esports-match-list.qodef-item-layout--details .qodef-e-team.qodef--team-two {
    justify-content: flex-end
}

.qodef-esports-match-list.qodef-item-layout--details .qodef-e-meta {
    align-items: center;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    justify-content: center;
    text-align: center;
    width: 45%
}

.qodef-esports-match-list.qodef-item-layout--details .qodef-e-match-info {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin-top: 6px
}

.qodef-esports-match-list.qodef-item-layout--details .qodef-info-separator-inner {
    display: none
}

.qodef-esports-match-list.qodef-item-layout--details.qodef-gutter--no .qodef-m-filter {
    margin: 0
}

.qodef-esports-match-list.qodef-item-layout--details.qodef-gutter--no .qodef-grid-inner {
    border-left: 1px solid var(--qode-main-color);
    border-top: 1px solid var(--qode-main-color)
}

.qodef-esports-match-list.qodef-item-layout--details.qodef-gutter--no .qodef-e-inner {
    border-left: 0;
    border-top: 0
}

.qodef-esports-match-list.qodef-item-layout--full-details .qodef-e-inner {
    align-items: center;
    border: 1px solid var(--qode-main-color);
    display: flex;
    padding: 26px 40px 28px 40px
}

.qodef-esports-match-list.qodef-item-layout--full-details .qodef-e-team {
    align-items: center;
    column-gap: 50px;
    display: flex
}

.qodef-esports-match-list.qodef-item-layout--full-details .qodef-e-team.qodef--team-two {
    flex-direction: row-reverse;
    text-align: right
}

.qodef-esports-match-list.qodef-item-layout--full-details .qodef-e-meta {
    flex-shrink: 0;
    text-align: center;
    width: 30%
}

.qodef-esports-match-list.qodef-item-layout--full-details .qodef-e-result {
    margin-top: 2px;
    word-spacing: 30px
}

.qodef-esports-match-list.qodef-item-layout--full-details .qodef-e-match-info {
    justify-content: center;
    margin-top: 15px
}

.qodef-esports-match-list.qodef-item-layout--full-details .qodef-e-team-name {
    margin-top: 2px
}

.qodef-esports-match-list.qodef-item-layout--full-details .qodef-e-social-icons {
    margin-top: 15px
}

.qodef-esports-match-list.qodef-item-layout--full-details.qodef-gutter--no .qodef-m-filter {
    margin: 0
}

.qodef-esports-match-list.qodef-item-layout--full-details.qodef-gutter--no .qodef-grid-inner {
    border-left: 1px solid var(--qode-main-color);
    border-top: 1px solid var(--qode-main-color)
}

.qodef-esports-match-list.qodef-item-layout--full-details.qodef-gutter--no .qodef-e-inner {
    border-left: 0;
    border-top: 0
}

.qodef-esports-match-list.qodef-item-layout--full-details .qodef-e.qodef--has-appear {
    overflow: hidden
}

.qodef-esports-match-list.qodef-item-layout--full-details .qodef-e.qodef--has-appear .qodef-e-team-logo {
    perspective: 400px
}

.qodef-esports-match-list.qodef-item-layout--full-details .qodef-e.qodef--has-appear .qodef-e-team-logo a {
    opacity: 0;
    transform: rotateX(84deg) translateY(-10%);
    transform-origin: 50% 20%;
    transition: transform .8s cubic-bezier(.61, .03, .27, 1.55), opacity .4s ease-out;
    transition-delay: var(--qodef-transition-delay, 0s), var(--qodef-transition-delay, 0s)
}

.qodef-esports-match-list.qodef-item-layout--full-details .qodef-e.qodef--has-appear.qodef--appeared .qodef-e-team-logo a {
    transform: translateX(0);
    opacity: 1
}

.qodef-esports-match-list.qodef-item-layout--info-on-image .qodef-e-content {
    background-color: #000;
    bottom: 0;
    left: 0;
    padding: 42px 68px;
    position: absolute;
    width: initial;
    opacity: 0;
    -webkit-clip-path: inset(-1px 100% -1px -1px);
    clip-path: inset(-1px 100% -1px -1px);
    transition: opacity .35s ease-out, -webkit-clip-path .3s;
    transition: clip-path .3s, opacity .35s ease-out;
    transition: clip-path .3s, opacity .35s ease-out, -webkit-clip-path .3s
}

.qodef-esports-match-list.qodef-item-layout--info-on-image .qodef-e-content:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: calc(100% - 100%) 1px, 1px calc(100% - 100%);
    background-position: 0 0, 100% 100%, 100% 100%, 0 0;
    background-image: linear-gradient(0deg, var(--qode-main-color), var(--qode-main-color)), linear-gradient(0deg, var(--qode-main-color), var(--qode-main-color)), linear-gradient(0deg, var(--qode-main-color), var(--qode-main-color)), linear-gradient(0deg, var(--qode-main-color), var(--qode-main-color));
    transition: background-size .8s .3s cubic-bezier(.54, .07, .11, .95);
    pointer-events: none;
    z-index: 2
}

.qodef-esports-match-list.qodef-item-layout--info-on-image .qodef-e-info,
.qodef-esports-match-list.qodef-item-layout--info-on-image .qodef-e-title {
    transform: translateX(30px);
    opacity: 0;
    transition: opacity .35s ease-out, transform .6s cubic-bezier(.23, .71, .19, .95)
}

.qodef-esports-match-list.qodef-item-layout--info-on-image .qodef-e-team-name {
    display: inline-block
}

.qodef-esports-match-list.qodef-item-layout--info-on-image .qodef-e-team-name:last-child {
    width: 100%
}

.qodef-esports-match-list.qodef-item-layout--info-on-image .qodef-e-match-info {
    margin-top: 15px
}

.qodef-esports-match-list.qodef-item-layout--info-on-image .swiper-slide-active .qodef-e-content {
    opacity: 1;
    -webkit-clip-path: inset(-1px);
    clip-path: inset(-1px);
    transition-duration: .6s, .35s
}

.qodef-esports-match-list.qodef-item-layout--info-on-image .swiper-slide-active .qodef-e-content:after {
    background-size: calc(100% - 0%) 1px, 1px calc(100% - 0%)
}

.qodef-esports-match-list.qodef-item-layout--info-on-image .swiper-slide-active .qodef-e-info,
.qodef-esports-match-list.qodef-item-layout--info-on-image .swiper-slide-active .qodef-e-title {
    opacity: 1;
    transform: translateX(0)
}

.qodef-esports-match-list.qodef-item-layout--info-on-image .swiper-slide-active .qodef-e-title {
    transition-delay: .5s
}

.qodef-esports-match-list.qodef-item-layout--info-on-image .swiper-slide-active .qodef-e-info {
    transition-delay: .7s
}

.qodef-esports-match-list.qodef-item-layout--minimal .qodef-e-inner {
    align-items: center;
    display: flex
}

.qodef-esports-match-list.qodef-item-layout--minimal .qodef-e-team {
    align-items: center;
    column-gap: 20px;
    display: flex
}

.qodef-esports-match-list.qodef-item-layout--minimal .qodef-e-team.qodef--team-two {
    flex-direction: row-reverse;
    text-align: right
}

.qodef-esports-match-list.qodef-item-layout--minimal .qodef-e-social-icons {
    margin-top: 3px
}

.widget.widget_artorias_core_esports_match_list .qodef-esports-match-list .qodef-widget-title {
    padding-bottom: 8px
}

.widget.widget_artorias_core_esports_match_list .qodef-esports-match-list .qodef-e-match-info>* {
    font-size: 15px
}

.widget.widget_artorias_core_esports_match_list .qodef-esports-match-list.qodef-item-layout--compact .qodef-grid-inner {
    border: 1px solid var(--qode-main-color);
    padding: 20px 0
}

.widget.widget_artorias_core_esports_match_list .qodef-esports-match-list.qodef-item-layout--compact .qodef-e-inner {
    border: 0;
    padding: 20px 30px
}

.widget.widget_artorias_core_esports_match_list .qodef-esports-match-list.qodef-item-layout--compact .qodef-e-team-logo img {
    width: 75px
}

.widget.widget_artorias_core_esports_match_list .qodef-esports-match-list.qodef-item-layout--details .qodef-grid-inner {
    border: 1px solid var(--qode-main-color);
    padding: 23px 0
}

.widget.widget_artorias_core_esports_match_list .qodef-esports-match-list.qodef-item-layout--details .qodef-e-inner {
    border: 0;
    padding: 16px 47px
}

.widget.widget_artorias_core_esports_match_list .qodef-esports-match-list.qodef-item-layout--details .qodef-e-team-logo img {
    width: 55px
}

.widget.widget_artorias_core_esports_match_list .qodef-esports-match-list.qodef-item-layout--minimal .qodef-grid-inner {
    border: 1px solid var(--qode-main-color)
}

.widget.widget_artorias_core_esports_match_list .qodef-esports-match-list.qodef-item-layout--minimal .qodef-e-inner {
    padding: 20px
}

.widget.widget_artorias_core_esports_match_list .qodef-esports-match-list.qodef-item-layout--minimal .qodef-e-team-logo img {
    width: 50px
}

#qodef-esports-match-single-hero {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    align-items: center;
    border: 1px solid var(--qode-main-color);
    display: flex;
    margin-bottom: 149px;
    padding: 110px
}

#qodef-esports-match-single-hero>:not(.qodef--background) {
    position: relative;
    width: calc(100% / 3);
    z-index: 1
}

#qodef-esports-match-single-hero .qodef-m-result {
    align-items: center;
    margin: 0;
    text-align: center;
    word-spacing: 30px
}

#qodef-esports-match-single-hero .qodef-m-result svg {
    fill: currentColor;
    height: 73px;
    stroke: none
}

#qodef-esports-match-single-hero .qodef-m-team-two .qodef-e-inner {
    flex-direction: row-reverse
}

#qodef-esports-match-single-hero .qodef-m-team-two .qodef-e-content {
    text-align: right
}

#qodef-esports-match-single-related-items {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-top: 86px
}

#qodef-single-esports-match-navigation {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-top: 155px
}

#qodef-single-esports-match-navigation .qodef-m-inner {
    align-items: center;
    display: flex;
    justify-content: space-between;
    position: relative
}

#qodef-single-esports-match-navigation .qodef-m-nav {
    align-items: center;
    display: flex;
    position: relative
}

#qodef-single-esports-match-navigation .qodef-m-nav>* {
    display: block;
    line-height: inherit
}

#qodef-single-esports-match-navigation .qodef-m-nav .qodef-m-nav-icon {
    display: block;
    height: auto;
    width: 16px
}

#qodef-single-esports-match-navigation .qodef-m-nav.qodef--prev .qodef-m-nav-icon {
    margin-right: 14px
}

#qodef-single-esports-match-navigation .qodef-m-nav.qodef--next {
    flex-direction: row-reverse;
    margin-left: auto;
    text-align: right
}

#qodef-single-esports-match-navigation .qodef-m-nav.qodef--next .qodef-m-nav-icon {
    margin-left: 14px
}

#qodef-single-esports-match-navigation .qodef-m-nav-icon {
    font-size: 30px
}

#qodef-single-esports-match-navigation .qodef-m-nav-label {
    font-family: "Space Mono", sans-serif;
    font-size: 17px;
    line-height: 1.52941em;
    font-weight: 400;
    letter-spacing: normal;
    color: var(--qode-main-color)
}

.qodef-esports-player-single {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-esports-player-single .qodef-m-content-inner {
    padding-left: 56px;
    position: relative
}

.qodef-esports-player-single .qodef-m-label {
    font-family: "Space Mono", sans-serif;
    font-size: 18px;
    line-height: 1em;
    font-weight: 400;
    letter-spacing: normal;
    color: var(--qode-main-color);
    display: inline-block;
    height: 18px;
    left: 0;
    position: absolute;
    text-transform: uppercase;
    top: 7px;
    transform: rotate(-90deg) translateX(-100%);
    transform-origin: top left
}

.qodef-esports-player-single .qodef-m-tagline {
    margin: 0;
    width: 50%
}

.qodef-esports-player-single .qodef-m-player-content {
    margin-top: 17px;
    width: 50%
}

.qodef-esports-player-single .qodef-m-meta {
    display: flex;
    flex-wrap: wrap;
    margin: 72px -15px 0 -15px;
    row-gap: 20px
}

.qodef-esports-player-single .qodef-m-meta-item {
    column-gap: 17px;
    display: flex;
    flex-direction: column;
    padding: 0 15px 30px 15px;
    row-gap: 17px;
    width: 20%
}

.qodef-esports-player-single .qodef-m-meta-label {
    font-family: Rubik, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .06em;
    color: var(--qode-main-color);
    font-size: 19px;
    line-height: 1.36842em
}

.qodef-esports-player-single .qodef-m-meta-content {
    display: flex;
    flex-direction: column
}

.qodef-esports-player-single .qodef-m-meta-content .qodef-social-share {
    margin-top: 7px
}

.qodef-esports-player-single .qodef-m-custom-field {
    display: flex;
    flex-wrap: wrap;
    margin: 117px -15px 0 -15px
}

.qodef-esports-player-single .qodef-m-custom-field-item {
    column-gap: 25px;
    display: flex;
    flex-direction: column;
    padding: 0 15px 90px 15px;
    row-gap: 25px;
    width: 25%
}

.qodef-esports-player-single .qodef-m-custom-field-label {
    font-family: "Space Mono", sans-serif;
    font-size: 18px;
    line-height: 1.66667em;
    font-weight: 400;
    letter-spacing: normal;
    color: var(--qode-main-color);
    text-transform: uppercase
}

.qodef-esports-player-single .qodef-m-custom-field-content {
    font-family: Rubik, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .06em;
    color: var(--qode-main-color);
    font-size: 50px;
    line-height: 1.1em;
    font-size: 60px
}

@media only screen and (max-width:1440px) {
    .qodef-esports-player-single .qodef-m-custom-field-content {
        font-size: 42px;
        line-height: 48px
    }
}

.qodef-esports-player-single .qodef-m-social-tabs {
    margin-top: 59px
}

.qodef-esports-player-list .qodef-e-content,
.qodef-esports-player-list .qodef-e-image,
.qodef-esports-player-list .qodef-e-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-esports-player-list .qodef-e-inner {
    position: relative
}

.qodef-esports-player-list .qodef-e-media-image {
    display: inline-block;
    max-width: 100%;
    position: relative;
    vertical-align: top
}

.qodef-esports-player-list .qodef-e-media-image a,
.qodef-esports-player-list .qodef-e-media-image img {
    display: block;
    width: 100%
}

.qodef-esports-player-list .qodef-e-title {
    margin: 30px 0 0 0
}

.qodef-esports-player-list .qodef-e-team-role {
    display: inline-block;
    margin-top: 5px
}

.qodef-esports-player-list .qodef-e-social-icons {
    margin-top: 14px
}

.qodef-esports-player-list .qodef-m-pagination {
    margin-top: 35px
}

.qodef-esports-player-list.qodef-items--fixed .qodef-e-image {
    height: 100%;
    overflow: hidden
}

.qodef-esports-player-list.qodef-items--fixed .qodef-e-media-image {
    height: 100%
}

.qodef-esports-player-list.qodef-items--fixed .qodef-e-media-image a {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    height: 100%
}

.qodef-esports-player-list.qodef-item-layout--compact .qodef-e-inner {
    border: 1px solid var(--qode-main-color);
    padding: 36px;
    text-align: center
}

.qodef-esports-player-list.qodef-item-layout--compact .qodef-e-team-role {
    margin-top: 0
}

.qodef-esports-player-list.qodef-item-layout--compact .qodef-e-image {
    margin-top: 18px
}

.qodef-esports-player-list.qodef-item-layout--compact.qodef-gutter--no .qodef-m-filter {
    margin: 0
}

.qodef-esports-player-list.qodef-item-layout--compact.qodef-gutter--no .qodef-grid-inner {
    border-left: 1px solid var(--qode-main-color);
    border-top: 1px solid var(--qode-main-color)
}

.qodef-esports-player-list.qodef-item-layout--compact.qodef-gutter--no .qodef-e-inner {
    border-left: 0;
    border-top: 0
}

#qodef-esports-player-single-hero {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    border: 1px solid var(--qode-main-color);
    height: 347px;
    margin-bottom: 155px;
    overflow: hidden;
    text-align: center
}

#qodef-esports-player-single-hero .qodef-m-player-name {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 0;
    z-index: 2
}

#qodef-esports-player-single-hero .qodef-m-player-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0
}

#qodef-esports-player-single-hero .qodef-m-player-image img {
    height: 347px;
    object-fit: cover
}

#qodef-esports-player-single-hero .qodef-m-hero-image {
    z-index: 1
}

#qodef-esports-player-single-related-items {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-top: 155px
}

.qodef-esports-team-single {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-esports-team-single .qodef-m-content-inner {
    padding-left: 56px;
    position: relative
}

.qodef-esports-team-single .qodef-m-label {
    font-family: "Space Mono", sans-serif;
    font-size: 18px;
    line-height: 1em;
    font-weight: 400;
    letter-spacing: normal;
    color: var(--qode-main-color);
    display: inline-block;
    height: 18px;
    left: 0;
    position: absolute;
    text-transform: uppercase;
    top: 7px;
    transform: rotate(-90deg) translateX(-100%);
    transform-origin: top left
}

.qodef-esports-team-single .qodef-m-tagline {
    margin: 0;
    width: 40%
}

.qodef-esports-team-single .qodef-m-team-content {
    font-family: "Space Mono", sans-serif;
    font-size: 18px;
    line-height: 1.66667em;
    font-weight: 400;
    letter-spacing: normal;
    color: var(--qode-main-color);
    margin-top: 25px;
    width: 55%
}

.qodef-esports-team-single .qodef-m-player-list {
    margin-top: 55px
}

.qodef-esports-team-single .qodef-m-player-list>.qodef-grid-inner {
    margin: 0 -33px !important
}

.qodef-esports-team-single .qodef-m-player-list>.qodef-grid-inner>.qodef-grid-item {
    margin: 0 0 69px !important;
    padding: 0 33px !important
}

.qodef-esports-team-single .qodef-m-social-tabs {
    margin-top: 143px
}

.qodef-esports-team-single .qodef-m-social-share {
    column-gap: 35px;
    display: flex;
    margin-top: 55px;
    row-gap: 35px
}

.qodef-esports-team-single .qodef-m-social-share-label {
    margin: 0
}

.qodef-esports-team-list .qodef-e-content,
.qodef-esports-team-list .qodef-e-image,
.qodef-esports-team-list .qodef-e-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-esports-team-list .qodef-e-inner {
    position: relative
}

.qodef-esports-team-list .qodef-e-media-image {
    display: inline-block;
    max-width: 100%;
    position: relative;
    vertical-align: top
}

.qodef-esports-team-list .qodef-e-media-image a,
.qodef-esports-team-list .qodef-e-media-image img {
    display: block;
    width: 100%
}

.qodef-esports-team-list .qodef-e-title {
    margin: 30px 0 0 0
}

.qodef-esports-team-list .qodef-e-games {
    font-family: "Space Mono", sans-serif;
    font-size: 18px;
    line-height: 2em;
    font-weight: 400;
    letter-spacing: normal;
    color: var(--qode-main-color);
    margin-top: 6px;
    text-transform: uppercase
}

.qodef-esports-team-list .qodef-e-social-icons {
    margin-top: 15px
}

.qodef-esports-team-list .qodef-e-social-icons .qodef-e-social-icon {
    transition: color .2s ease-out, .3s ease;
    transform: translateY(0);
    display: inline-block
}

.qodef-esports-team-list .qodef-e-social-icons .qodef-e-social-icon:hover {
    color: var(--qode-main-color);
    transform: translateY(-3px)
}

.qodef-esports-team-list .qodef-m-pagination {
    margin-top: 35px
}

.qodef-esports-team-list.qodef-items--fixed .qodef-e-image {
    height: 100%;
    overflow: hidden
}

.qodef-esports-team-list.qodef-items--fixed .qodef-e-media-image {
    height: 100%
}

.qodef-esports-team-list.qodef-items--fixed .qodef-e-media-image a {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    height: 100%
}

.qodef-esports-team-list.qodef-item-layout--compact .qodef-e-inner {
    border: 1px solid var(--qode-main-color);
    padding: 36px;
    text-align: center
}

.qodef-esports-team-list.qodef-item-layout--compact .qodef-e-gamess {
    margin-top: 0
}

.qodef-esports-team-list.qodef-item-layout--compact .qodef-e-image {
    margin-top: 18px
}

.qodef-esports-team-list.qodef-item-layout--compact.qodef-gutter--no .qodef-m-filter {
    margin: 0
}

.qodef-esports-team-list.qodef-item-layout--compact.qodef-gutter--no .qodef-grid-inner {
    border-left: 1px solid var(--qode-main-color);
    border-top: 1px solid var(--qode-main-color)
}

.qodef-esports-team-list.qodef-item-layout--compact.qodef-gutter--no .qodef-e-inner {
    border-left: 0;
    border-top: 0
}

.qodef-esports-team-list.qodef-item-layout--compact.qodef--has-appear .qodef-e {
    overflow: hidden
}

.qodef-esports-team-list.qodef-item-layout--compact.qodef--has-appear .qodef-e .qodef-e-image {
    perspective: 400px
}

.qodef-esports-team-list.qodef-item-layout--compact.qodef--has-appear .qodef-e .qodef-e-image .qodef-e-media-image {
    opacity: 0;
    transform: rotateX(84deg) translateY(-10%);
    transform-origin: 50% 20%;
    transition: transform .8s cubic-bezier(.61, .03, .27, 1.55), opacity .4s ease-out
}

.qodef-esports-team-list.qodef-item-layout--compact.qodef--has-appear .qodef-e:nth-child(1) .qodef-e-image .qodef-e-media-image {
    transition-delay: .2s
}

.qodef-esports-team-list.qodef-item-layout--compact.qodef--has-appear .qodef-e:nth-child(2) .qodef-e-image .qodef-e-media-image {
    transition-delay: .4s
}

.qodef-esports-team-list.qodef-item-layout--compact.qodef--has-appear .qodef-e:nth-child(3) .qodef-e-image .qodef-e-media-image {
    transition-delay: .6s
}

.qodef-esports-team-list.qodef-item-layout--compact.qodef--has-appear .qodef-e:nth-child(4) .qodef-e-image .qodef-e-media-image {
    transition-delay: .8s
}

.qodef-esports-team-list.qodef-item-layout--compact.qodef--has-appear .qodef-e:nth-child(5) .qodef-e-image .qodef-e-media-image {
    transition-delay: 1s
}

.qodef-esports-team-list.qodef-item-layout--compact.qodef--has-appear .qodef-e:nth-child(6) .qodef-e-image .qodef-e-media-image {
    transition-delay: 1.2s
}

.qodef-esports-team-list.qodef-item-layout--compact.qodef--has-appear .qodef-e:nth-child(7) .qodef-e-image .qodef-e-media-image {
    transition-delay: 1.4s
}

.qodef-esports-team-list.qodef-item-layout--compact.qodef--has-appear .qodef-e:nth-child(8) .qodef-e-image .qodef-e-media-image {
    transition-delay: 1.6s
}

.qodef-esports-team-list.qodef-item-layout--compact.qodef--has-appear .qodef-e:nth-child(9) .qodef-e-image .qodef-e-media-image {
    transition-delay: 1.8s
}

.qodef-esports-team-list.qodef-item-layout--compact.qodef--has-appear .qodef-e:nth-child(10) .qodef-e-image .qodef-e-media-image {
    transition-delay: 2s
}

.qodef-esports-team-list.qodef-item-layout--compact.qodef--has-appear .qodef-e:nth-child(11) .qodef-e-image .qodef-e-media-image {
    transition-delay: 2.2s
}

.qodef-esports-team-list.qodef-item-layout--compact.qodef--has-appear .qodef-e:nth-child(12) .qodef-e-image .qodef-e-media-image {
    transition-delay: 2.4s
}

.qodef-esports-team-list.qodef-item-layout--compact.qodef--has-appear .qodef-e:nth-child(13) .qodef-e-image .qodef-e-media-image {
    transition-delay: 2.6s
}

.qodef-esports-team-list.qodef-item-layout--compact.qodef--has-appear .qodef-e:nth-child(14) .qodef-e-image .qodef-e-media-image {
    transition-delay: 2.8s
}

.qodef-esports-team-list.qodef-item-layout--compact.qodef--has-appear .qodef-e:nth-child(15) .qodef-e-image .qodef-e-media-image {
    transition-delay: 3s
}

.qodef-esports-team-list.qodef-item-layout--compact.qodef--has-appear .qodef-e:nth-child(16) .qodef-e-image .qodef-e-media-image {
    transition-delay: 3.2s
}

.qodef-esports-team-list.qodef-item-layout--compact.qodef--has-appear .qodef-e:nth-child(17) .qodef-e-image .qodef-e-media-image {
    transition-delay: 3.4s
}

.qodef-esports-team-list.qodef-item-layout--compact.qodef--has-appear .qodef-e:nth-child(18) .qodef-e-image .qodef-e-media-image {
    transition-delay: 3.6s
}

.qodef-esports-team-list.qodef-item-layout--compact.qodef--has-appear .qodef-e:nth-child(19) .qodef-e-image .qodef-e-media-image {
    transition-delay: 3.8s
}

.qodef-esports-team-list.qodef-item-layout--compact.qodef--has-appear .qodef-e:nth-child(20) .qodef-e-image .qodef-e-media-image {
    transition-delay: 4s
}

.qodef-esports-team-list.qodef-item-layout--compact.qodef--has-appear.qodef--appeared .qodef-e .qodef-e-image .qodef-e-media-image {
    transform: translateX(0);
    opacity: 1
}

.qodef-esports-team-list.qodef-item-layout--minimal .qodef-e-inner {
    align-items: center;
    column-gap: 40px;
    display: flex;
    row-gap: 40px
}

.qodef-esports-team-list.qodef-item-layout--minimal .qodef-e-image {
    flex-shrink: 0;
    width: auto
}

.qodef-esports-team-list.qodef-item-layout--minimal .qodef-e-title {
    margin: 0
}

#qodef-esports-team-single-hero {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    border: 1px solid var(--qode-main-color);
    margin-bottom: 155px;
    padding: 44px;
    text-align: center
}

#qodef-esports-team-single-hero>:not(.qodef--background) {
    position: relative;
    z-index: 1
}

#qodef-esports-team-single-hero .qodef-m-games {
    font-family: "Space Mono", sans-serif;
    font-size: 18px;
    line-height: 2em;
    font-weight: 400;
    letter-spacing: normal;
    color: var(--qode-main-color);
    text-transform: uppercase
}

#qodef-esports-team-single-hero .qodef-m-team-logo {
    margin-top: 21px
}

#qodef-esports-team-single-hero .qodef-m-team-name {
    margin: 20px 0 0 0
}

#qodef-esports-team-single-related-items {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-top: 155px
}

#qodef-single-esports-team-navigation {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-top: 155px
}

#qodef-single-esports-team-navigation .qodef-m-inner {
    align-items: center;
    display: flex;
    justify-content: space-between;
    position: relative
}

#qodef-single-esports-team-navigation .qodef-m-nav {
    align-items: center;
    display: flex;
    position: relative
}

#qodef-single-esports-team-navigation .qodef-m-nav>* {
    display: block;
    line-height: inherit
}

#qodef-single-esports-team-navigation .qodef-m-nav .qodef-m-nav-icon {
    display: block;
    height: auto;
    width: 16px
}

#qodef-single-esports-team-navigation .qodef-m-nav.qodef--prev .qodef-m-nav-icon {
    margin-right: 14px
}

#qodef-single-esports-team-navigation .qodef-m-nav.qodef--next {
    flex-direction: row-reverse;
    margin-left: auto;
    text-align: right
}

#qodef-single-esports-team-navigation .qodef-m-nav.qodef--next .qodef-m-nav-icon {
    margin-left: 14px
}

#qodef-single-esports-team-navigation .qodef-m-nav-icon {
    font-size: 30px
}

#qodef-single-esports-team-navigation .qodef-m-nav-label {
    font-family: "Space Mono", sans-serif;
    font-size: 17px;
    line-height: 1.52941em;
    font-weight: 400;
    letter-spacing: normal;
    color: var(--qode-main-color)
}

.qodef-instagram-list #sb_instagram {
    padding: 0 !important;
    overflow: hidden !important
}

html.elementor-html .qodef-instagram-list #sb_instagram #sbi_images .sbi_item.sbi_transition {
    opacity: 1 !important
}

.qodef-instagram-list .sbi_photo_wrap a {
    background-image: none !important;
    height: auto !important;
    padding-bottom: 0 !important
}

.qodef-instagram-list .sbi_photo_wrap a:after {
    color: #fff;
    content: '\f16d';
    font-family: 'Font Awesome 5 Brands';
    font-size: 20px;
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: opacity .2s ease-out
}

.qodef-instagram-list .sbi_photo_wrap a img {
    transform: scale(1);
    transition: transform .8s cubic-bezier(.2, .7, .18, .93);
    transform-origin: 50% 100%
}

.qodef-instagram-list .sbi_photo_wrap a:hover:after {
    opacity: 1
}

.qodef-instagram-list .sbi_photo_wrap a:hover img {
    transform: scale(1.06)
}

.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;
    float: left;
    border: 0
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-box {
    margin-left: 0;
    display: block;
    margin-bottom: 8px
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-box-link {
    line-height: 1 !important;
    display: flex;
    align-items: center;
    flex-flow: row wrap
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-avatar {
    width: 37px;
    height: 37px;
    margin: 0 7px 0 0;
    float: none;
    border-radius: 0
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-name {
    font-family: Rubik, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .06em;
    color: var(--qode-main-color);
    font-size: 19px;
    line-height: 1.36842em;
    font-weight: 600 !important;
    margin: 0 4px 0 0
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-screename-sep {
    display: none
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-context,
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-meta,
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-twitterlink {
    font-family: "Space Mono", sans-serif;
    font-size: 16px;
    line-height: 1.6875em;
    font-weight: 400;
    color: #cacaca;
    margin-right: 4px;
    margin-left: 0
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-context:last-child,
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-meta:last-child,
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-twitterlink:last-child {
    margin-right: 0
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-meta {
    margin-top: 4px
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-screenname {
    display: none
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-content {
    display: flex;
    align-items: baseline;
    margin-left: 0;
    padding: 0;
    margin-top: -5px
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-content:before {
    content: '\e094';
    font-family: ElegantIcons;
    padding-right: 10px;
    font-size: 18px;
    position: relative;
    top: 5px
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions {
    display: flex;
    align-items: baseline;
    margin-left: 0;
    margin-top: -3px
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions:before {
    content: '\e094';
    font-family: ElegantIcons;
    padding-right: 10px;
    font-size: 18px;
    visibility: hidden
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions a {
    padding: 0;
    font-size: 14px;
    margin-right: 8px
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions a:last-child {
    margin-right: 0
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions a.ctf-reply {
    margin-left: 0
}

.qodef-twitter-list.qodef-layout--columns .ctf-tweets:before {
    content: "";
    display: table;
    table-layout: fixed
}

.qodef-twitter-list.qodef-layout--columns .ctf-tweets:after {
    clear: both
}

.qodef-twitter-list.qodef-layout--columns.qodef-col-num--1 #ctf .ctf-tweets>.ctf-item {
    width: 100%
}

.qodef-twitter-list.qodef-layout--columns.qodef-col-num--2 #ctf .ctf-tweets>.ctf-item {
    width: 50%
}

@media only screen and (min-width:681px) {
    .qodef-twitter-list.qodef-layout--columns.qodef-col-num--2.qodef-responsive--predefined #ctf .ctf-tweets>.ctf-item:nth-child(2n+1) {
        clear: both
    }
}

@media only screen and (min-width:1441px) {
    .qodef-twitter-list.qodef-layout--columns.qodef-col-num--2.qodef-responsive--custom #ctf .ctf-tweets>.ctf-item:nth-child(2n+1) {
        clear: both
    }
}

.qodef-twitter-list.qodef-layout--columns.qodef-col-num--3 #ctf .ctf-tweets>.ctf-item {
    width: 33.33333%
}

@media only screen and (min-width:769px) {
    .qodef-twitter-list.qodef-layout--columns.qodef-col-num--3.qodef-responsive--predefined #ctf .ctf-tweets>.ctf-item:nth-child(3n+1) {
        clear: both
    }
}

@media only screen and (min-width:1441px) {
    .qodef-twitter-list.qodef-layout--columns.qodef-col-num--3.qodef-responsive--custom #ctf .ctf-tweets>.ctf-item:nth-child(3n+1) {
        clear: both
    }
}

.qodef-twitter-list.qodef-layout--columns.qodef-col-num--4 #ctf .ctf-tweets>.ctf-item {
    width: 25%
}

@media only screen and (min-width:1025px) {
    .qodef-twitter-list.qodef-layout--columns.qodef-col-num--4.qodef-responsive--predefined #ctf .ctf-tweets>.ctf-item:nth-child(4n+1) {
        clear: both
    }
}

@media only screen and (min-width:1441px) {
    .qodef-twitter-list.qodef-layout--columns.qodef-col-num--4.qodef-responsive--custom #ctf .ctf-tweets>.ctf-item:nth-child(4n+1) {
        clear: both
    }
}

.qodef-twitter-list.qodef-layout--columns.qodef-col-num--5 #ctf .ctf-tweets>.ctf-item {
    width: 20%
}

@media only screen and (min-width:1367px) {
    .qodef-twitter-list.qodef-layout--columns.qodef-col-num--5.qodef-responsive--predefined #ctf .ctf-tweets>.ctf-item:nth-child(5n+1) {
        clear: both
    }
}

@media only screen and (min-width:1441px) {
    .qodef-twitter-list.qodef-layout--columns.qodef-col-num--5.qodef-responsive--custom #ctf .ctf-tweets>.ctf-item:nth-child(5n+1) {
        clear: both
    }
}

.qodef-twitter-list.qodef-layout--columns.qodef-col-num--6 #ctf .ctf-tweets>.ctf-item {
    width: 16.66667%
}

@media only screen and (min-width:1441px) {
    .qodef-twitter-list.qodef-layout--columns.qodef-col-num--6.qodef-responsive--predefined #ctf .ctf-tweets>.ctf-item:nth-child(6n+1) {
        clear: both
    }
}

@media only screen and (min-width:1441px) {
    .qodef-twitter-list.qodef-layout--columns.qodef-col-num--6.qodef-responsive--custom #ctf .ctf-tweets>.ctf-item:nth-child(6n+1) {
        clear: both
    }
}

.qodef-twitter-list.qodef-layout--columns.qodef-col-num--7 #ctf .ctf-tweets>.ctf-item {
    width: 14.28571%
}

@media only screen and (min-width:1367px) {
    .qodef-twitter-list.qodef-layout--columns.qodef-col-num--7.qodef-responsive--predefined #ctf .ctf-tweets>.ctf-item:nth-child(7n+1) {
        clear: both
    }
}

@media only screen and (min-width:1441px) {
    .qodef-twitter-list.qodef-layout--columns.qodef-col-num--7.qodef-responsive--custom #ctf .ctf-tweets>.ctf-item:nth-child(7n+1) {
        clear: both
    }
}

.qodef-twitter-list.qodef-layout--columns.qodef-col-num--8 #ctf .ctf-tweets>.ctf-item {
    width: 12.5%
}

@media only screen and (min-width:1367px) {
    .qodef-twitter-list.qodef-layout--columns.qodef-col-num--8.qodef-responsive--predefined #ctf .ctf-tweets>.ctf-item:nth-child(8n+1) {
        clear: both
    }
}

@media only screen and (min-width:1441px) {
    .qodef-twitter-list.qodef-layout--columns.qodef-col-num--8.qodef-responsive--custom #ctf .ctf-tweets>.ctf-item:nth-child(8n+1) {
        clear: both
    }
}

.qodef-twitter-list.qodef-gutter--no.qodef--no-bottom-space {
    margin-bottom: 0
}

.qodef-twitter-list.qodef-gutter--no #ctf .ctf-tweets {
    margin: 0
}

.qodef-twitter-list.qodef-gutter--no #ctf .ctf-tweets>.ctf-item {
    padding: 0;
    margin: 0
}

.qodef-twitter-list.qodef-gutter--tiny.qodef--no-bottom-space {
    margin-bottom: -10px
}

.qodef-twitter-list.qodef-gutter--tiny #ctf .ctf-tweets {
    margin: 0 -5px
}

.qodef-twitter-list.qodef-gutter--tiny #ctf .ctf-tweets>.ctf-item {
    padding: 0 5px;
    margin: 0 0 10px
}

.qodef-twitter-list.qodef-gutter--small.qodef--no-bottom-space {
    margin-bottom: -20px
}

.qodef-twitter-list.qodef-gutter--small #ctf .ctf-tweets {
    margin: 0 -10px
}

.qodef-twitter-list.qodef-gutter--small #ctf .ctf-tweets>.ctf-item {
    padding: 0 10px;
    margin: 0 0 20px
}

.qodef-twitter-list.qodef-gutter--compact.qodef--no-bottom-space {
    margin-bottom: -24px
}

.qodef-twitter-list.qodef-gutter--compact #ctf .ctf-tweets {
    margin: 0 -12px
}

.qodef-twitter-list.qodef-gutter--compact #ctf .ctf-tweets>.ctf-item {
    padding: 0 12px;
    margin: 0 0 24px
}

.qodef-twitter-list.qodef-gutter--normal.qodef--no-bottom-space {
    margin-bottom: -30px
}

.qodef-twitter-list.qodef-gutter--normal #ctf .ctf-tweets {
    margin: 0 -15px
}

.qodef-twitter-list.qodef-gutter--normal #ctf .ctf-tweets>.ctf-item {
    padding: 0 15px;
    margin: 0 0 30px
}

.qodef-twitter-list.qodef-gutter--medium.qodef--no-bottom-space {
    margin-bottom: -40px
}

.qodef-twitter-list.qodef-gutter--medium #ctf .ctf-tweets {
    margin: 0 -20px
}

.qodef-twitter-list.qodef-gutter--medium #ctf .ctf-tweets>.ctf-item {
    padding: 0 20px;
    margin: 0 0 40px
}

.qodef-twitter-list.qodef-gutter--large.qodef--no-bottom-space {
    margin-bottom: -50px
}

.qodef-twitter-list.qodef-gutter--large #ctf .ctf-tweets {
    margin: 0 -25px
}

.qodef-twitter-list.qodef-gutter--large #ctf .ctf-tweets>.ctf-item {
    padding: 0 25px;
    margin: 0 0 50px
}

.qodef-twitter-list.qodef-gutter--extra-large.qodef--no-bottom-space {
    margin-bottom: -66px
}

.qodef-twitter-list.qodef-gutter--extra-large #ctf .ctf-tweets {
    margin: 0 -33px
}

.qodef-twitter-list.qodef-gutter--extra-large #ctf .ctf-tweets>.ctf-item {
    padding: 0 33px;
    margin: 0 0 66px
}

.qodef-twitter-list.qodef-gutter--huge.qodef--no-bottom-space {
    margin-bottom: -80px
}

.qodef-twitter-list.qodef-gutter--huge #ctf .ctf-tweets {
    margin: 0 -40px
}

.qodef-twitter-list.qodef-gutter--huge #ctf .ctf-tweets>.ctf-item {
    padding: 0 40px;
    margin: 0 0 80px
}

.qodef-twitter-list.qodef-gutter--enormous.qodef--no-bottom-space {
    margin-bottom: -100px
}

.qodef-twitter-list.qodef-gutter--enormous #ctf .ctf-tweets {
    margin: 0 -50px
}

.qodef-twitter-list.qodef-gutter--enormous #ctf .ctf-tweets>.ctf-item {
    padding: 0 50px;
    margin: 0 0 100px
}

#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: var(--qode-main-color);
    border-radius: 0;
    border: 1px solid var(--qode-main-color) !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;
    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: Rubik, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .06em;
    color: var(--qode-main-color);
    font-size: 17px;
    line-height: 1.41176em;
    display: inline-flex;
    vertical-align: middle;
    flex-wrap: wrap
}

.qodef-yith-wccl--predefined .select_box.select_box_label .select_option {
    transition: color .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, .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), .5) !important;
    overflow-y: hidden !important;
    max-height: 90vh !important
}

#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-inner {
    margin: 0
}

#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-inner>* {
    padding: 0
}

#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-image {
    align-self: stretch
}

#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-image .qodef-woo-product-mark {
    transform: translateX(0)
}

#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-image :not(.qodef-woo-product-mark) {
    height: 100%
}

#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-image .woocommerce-product-gallery figure {
    margin: 0 !important
}

#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-image .woocommerce-product-gallery figure img {
    object-fit: cover
}

#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-image .woocommerce-product-gallery figure>.woocommerce-product-gallery__image {
    width: 100% !important;
    margin: 0 !important
}

#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-image .woocommerce-product-gallery figure>.qodef-woo-thumbnails-wrapper {
    display: none !important
}

#yith-quick-view-modal #yith-quick-view-content.single-product .entry-summary {
    align-self: center;
    padding: 30px
}

#yith-quick-view-modal #yith-quick-view-close {
    border: 0 !important;
    font-size: 0;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 0;
    width: 25px;
    height: 25px
}

#yith-quick-view-modal #yith-quick-view-close:after {
    display: block;
    line-height: 25px;
    padding: 0 3px;
    position: relative;
    font-size: 18px;
    font-family: ElegantIcons;
    content: "\4d"
}

body:not([class*=artorias-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-woo-product-image-inner .yith-wcqv-button {
    color: #fff !important
}

.qodef-yith-wcqv--predefined .qodef-woo-product-image-inner .yith-wcqv-button:hover {
    color: var(--qode-main-color) !important
}

.qodef-yith-wcqv--predefined .qodef-woo-product-image-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: Rubik, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .06em;
    color: var(--qode-main-color);
    font-size: 19px;
    line-height: 1.36842em
}

@media only screen and (max-width:680px) {
    .yith-wcwl-form .shop_table th {
        font-size: 15px
    }
}

.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-size: 17px !important;
    letter-spacing: .02em !important;
    font-family: Rubik, sans-serif !important;
    font-weight: 700 !important;
    line-height: calc(30 / 17) !important;
    position: relative !important;
    display: inline-flex !important;
    vertical-align: middle !important;
    width: auto !important;
    margin: 0 !important;
    text-align: center !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    border-radius: 0 !important;
    outline: 0 !important;
    transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out !important;
    padding: 10px 69px 10px calc(69px - .02em) !important;
    cursor: pointer !important;
    z-index: 3 !important;
    color: var(--qode-main-color) !important;
    background-color: #8b8b8b !important;
    border: 1px solid var(--qode-main-color) !important
}

.yith-wcwl-form .wishlist_table .product-add-to-cart .added_to_cart:after,
.yith-wcwl-form .wishlist_table .product-add-to-cart .button:after {
    content: '';
    display: block;
    width: calc(100% - 6px);
    height: 5px;
    background-color: currentColor;
    position: absolute;
    bottom: 3px;
    left: 3px;
    pointer-events: none
}

.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-woo-product-image-inner .yith-wcwl-add-to-wishlist a {
    color: #fff !important
}

.qodef-yith-wcwl--predefined .qodef-woo-product-image-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-order-tracking p:not(.form-row) {
    margin-top: 0
}

.qodef-order-tracking .form-row {
    margin: 0
}

.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: var(--qode-main-color);
    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 ul.swiper-wrapper {
    list-style: none
}

.qodef-woo-product-list.qodef-item-layout--info-below .product:hover .price {
    visibility: hidden;
    opacity: 0;
    transform: translateY(30px)
}

.qodef-woo-product-list.qodef-item-layout--info-below .product:hover .qodef-woo-product-actions {
    visibility: visible;
    opacity: 1;
    transform: translateY(0)
}

.qodef-woo-product-slider {
    display: grid;
    grid-template-areas: "stack";
    grid-template-columns: minmax(0, auto);
    grid-template-rows: minmax(0, auto)
}

.qodef-woo-product-slider ul.swiper-wrapper {
    list-style: none
}

.qodef-woo-product-slider>* {
    grid-area: stack
}

.qodef-woo-product-slider .qodef-woo-product-image img {
    border: none !important
}

.qodef-woo-product-slider .qodef-swiper-together-nav {
    margin-bottom: 23px;
    place-self: end
}

.qodef-woo-product-slider.qodef-col-num--1 .swiper-slide .qodef-woo-product-content-inner,
.qodef-woo-product-slider.qodef-col-num--1 .swiper-slide .qodef-woo-product-title {
    opacity: 0;
    transform: translateX(30px);
    transition: opacity .35s ease-out, transform .6s cubic-bezier(.23, .71, .19, .95)
}

.qodef-woo-product-slider.qodef-col-num--1 .swiper-slide.swiper-slide-active .qodef-woo-product-content-inner,
.qodef-woo-product-slider.qodef-col-num--1 .swiper-slide.swiper-slide-active .qodef-woo-product-title {
    opacity: 1;
    transform: translateX(0);
    transition-delay: .6s, .6s
}

.qodef-woo-product-slider.qodef-col-num--1 .swiper-slide.swiper-slide-active .qodef-woo-product-content-inner {
    transition-delay: .8s, .8s
}

.qodef-woo-product-slider.qodef-item-layout--info-below {
    display: grid;
    grid-template-areas: "stack";
    grid-template-columns: minmax(0, auto);
    grid-template-rows: minmax(0, auto)
}

.qodef-woo-product-slider.qodef-item-layout--info-below>* {
    grid-area: stack
}

.qodef-woo-product-slider.qodef-item-layout--info-below .qodef-swiper-together-nav {
    place-self: end;
    margin-right: 7px
}

.qodef-woo-product-slider.qodef-item-layout--info-below .qodef-woo-product-content {
    text-align: start;
    margin-bottom: 0;
    padding-right: 94px
}

.qodef-woo-product-slider.qodef-item-layout--info-below .qodef-woo-product-content-inner {
    justify-items: start;
    margin: 12px 0 0
}

.widget_artorias_core_woo_dropdown_cart,
.widget_shopping_cart {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    position: relative
}

.widget_artorias_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_artorias_core_woo_dropdown_cart .qodef-m-opener,
.widget_artorias_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_artorias_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content,
.widget_artorias_core_woo_dropdown_cart .widget_shopping_cart_content,
.widget_shopping_cart .qodef-widget-dropdown-cart-content,
.widget_shopping_cart .widget_shopping_cart_content {
    border-style: solid;
    border-width: 1px;
    display: block;
    padding: 25px 0 20px;
    text-align: left;
    transition: opacity .2s ease-out, visibility .2s ease-out
}

header .widget_artorias_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content,
header .widget_artorias_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: -15px;
    top: 100%;
    visibility: hidden !important;
    width: 360px
}

.touchevents header .widget_artorias_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content,
.touchevents header .widget_artorias_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_artorias_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content>*,
.widget_artorias_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 22px !important
}

.widget_artorias_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content .blockUI,
.widget_artorias_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_artorias_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item,
.widget_artorias_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item,
.widget_artorias_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item,
.widget_artorias_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 21px 0 !important;
    position: relative
}

.widget_artorias_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item:last-of-type,
.widget_artorias_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item:last-of-type,
.widget_artorias_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item:last-of-type,
.widget_artorias_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item:last-of-type,
.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item:last-of-type,
.widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item:last-of-type,
.widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item:last-of-type,
.widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item:last-of-type {
    margin: 0 !important
}

.widget_artorias_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item img,
.widget_artorias_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item img,
.widget_artorias_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item img,
.widget_artorias_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;
    height: 133px;
    width: 109px;
    object-fit: cover;
    border: 1px solid var(--qode-main-color)
}

.widget_artorias_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove,
.widget_artorias_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove,
.widget_artorias_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove,
.widget_artorias_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: 2px;
    z-index: 5
}

.widget_artorias_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .variation,
.widget_artorias_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .variation,
.widget_artorias_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .variation,
.widget_artorias_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_artorias_core_woo_dropdown_cart .woocommerce-mini-cart-item img,
.widget_shopping_cart .woocommerce-mini-cart-item img {
    float: left;
    vertical-align: top
}

.widget_artorias_core_woo_dropdown_cart .woocommerce-mini-cart-item a,
.widget_shopping_cart .woocommerce-mini-cart-item a {
    font-family: Rubik, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .06em;
    font-size: 19px;
    line-height: 1.36842em;
    display: block
}

.widget_artorias_core_woo_dropdown_cart .woocommerce-mini-cart-item:after,
.widget_shopping_cart .woocommerce-mini-cart-item:after {
    clear: both;
    content: '';
    display: table
}

.widget_artorias_core_woo_dropdown_cart .qodef-woo-mini-cart,
.widget_shopping_cart .qodef-woo-mini-cart {
    max-height: 50vh;
    overflow: hidden;
    position: relative
}

.widget_artorias_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item,
.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item {
    display: flex
}

.widget_artorias_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_artorias_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_artorias_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-content,
.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-content {
    padding: 0 20px 0 0;
    width: 100%
}

.widget_artorias_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-title,
.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-title {
    margin: 0
}

.widget_artorias_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-price-quantity,
.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-price-quantity {
    margin: 6px 0 0
}

.widget_artorias_core_woo_dropdown_cart .qodef-m-order-details,
.widget_artorias_core_woo_dropdown_cart .woocommerce-mini-cart__total,
.widget_shopping_cart .qodef-m-order-details,
.widget_shopping_cart .woocommerce-mini-cart__total {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 44px 0 50px
}

.widget_artorias_core_woo_dropdown_cart .qodef-m-order-details strong,
.widget_artorias_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: Rubik, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .06em;
    font-size: 17px;
    line-height: 1.41176em
}

.widget_artorias_core_woo_dropdown_cart .qodef-m-action,
.widget_artorias_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_artorias_core_woo_dropdown_cart .woocommerce-mini-cart__buttons,
.widget_shopping_cart .woocommerce-mini-cart__buttons {
    flex-direction: column
}

.widget_artorias_core_woo_dropdown_cart .woocommerce-mini-cart__buttons a,
.widget_shopping_cart .woocommerce-mini-cart__buttons a {
    justify-content: center;
    width: 100% !important
}

.widget_artorias_core_woo_dropdown_cart .woocommerce-mini-cart__buttons a:last-child,
.widget_shopping_cart .woocommerce-mini-cart__buttons a:last-child {
    margin-top: 5px
}

:where(:not(.qodef-header--vertical)) header .widget_artorias_core_woo_dropdown_cart:hover .qodef-widget-dropdown-cart-content,
:where(:not(.qodef-header--vertical)) header .widget_artorias_core_woo_dropdown_cart:hover .widget_shopping_cart_content,
:where(:not(.qodef-header--vertical)) header .widget_shopping_cart:hover .qodef-widget-dropdown-cart-content,
:where(:not(.qodef-header--vertical)) header .widget_shopping_cart:hover .widget_shopping_cart_content {
    opacity: 1 !important;
    visibility: visible !important
}

.qodef-header--vertical .widget_artorias_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content {
    opacity: 0 !important;
    visibility: hidden !important;
    display: none !important
}

.widget_artorias_core_woo_dropdown_cart,
.widget_shopping_cart {
    color: var(--qode-main-color)
}

.widget_artorias_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content,
.widget_artorias_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: #000;
    border-color: var(--qode-main-color)
}

.widget_artorias_core_woo_dropdown_cart .woocommerce-mini-cart-item a,
.widget_shopping_cart .woocommerce-mini-cart-item a {
    color: var(--qode-main-color)
}

.widget_artorias_core_woo_dropdown_cart .woocommerce-mini-cart-item a:hover,
.widget_shopping_cart .woocommerce-mini-cart-item a:hover {
    color: #8b8b8b
}

.widget_artorias_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_artorias_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: #8b8b8b
}

.widget_artorias_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove,
.widget_artorias_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove,
.widget_artorias_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove,
.widget_artorias_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_artorias_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove:hover,
.widget_artorias_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove:hover,
.widget_artorias_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove:hover,
.widget_artorias_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: #8b8b8b
}

.widget_artorias_core_woo_dropdown_cart .qodef-m-order-details strong,
.widget_artorias_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_artorias_core_woo_dropdown_cart,
#qodef-top-area .widget_shopping_cart {
    color: #ccc
}

#qodef-page-footer .widget_artorias_core_woo_dropdown_cart,
#qodef-page-footer .widget_shopping_cart {
    color: #ccc
}

#qodef-side-area .widget_artorias_core_woo_dropdown_cart,
#qodef-side-area .widget_shopping_cart {
    color: #ccc
}

.qodef-shortcode .last_toggle_el_margin,
.qodef-shortcode .wpb_button,
.qodef-shortcode .wpb_content_element,
.qodef-shortcode .wpb_row,
.qodef-shortcode ul.wpb_thumbnails-fluid>li {
    margin-bottom: 0 !important
}

.qodef-vc-row-wrapper.qodef--parallax-row {
    width: 100%
}

.touchevents .qodef-vc-row-wrapper.qodef--parallax-row {
    height: auto !important
}

.qodef-clients-list .qodef-e {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-clients-list.qodef--retina .qodef-e-image img {
    display: block;
    max-width: 50%;
    margin: 0 auto
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e {
    display: flex;
    align-items: center;
    justify-content: center
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e .qodef-e-image {
    line-height: 0;
    position: relative;
    display: inline-block;
    vertical-align: top
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e .qodef-e-image a {
    display: inline-block
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e .qodef-e-logo {
    width: auto;
    display: inline-block
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e .qodef-e-hover-logo {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    opacity: 0;
    transition: opacity .35s ease-out
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e:hover .qodef-e-hover-logo {
    opacity: 1
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade .qodef-e {
    display: flex;
    align-items: center;
    justify-content: center
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade .qodef-e .qodef-e-image {
    line-height: 0;
    position: relative;
    display: inline-block;
    vertical-align: top
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade .qodef-e .qodef-e-image a {
    display: inline-block
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade .qodef-e .qodef-e-logo {
    width: auto;
    opacity: var(--qodef-client-initial-opacity, 1);
    will-change: opacity;
    transition: opacity .3s ease;
    display: inline-block
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade .qodef-e .qodef-e-hover-logo {
    display: none
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade .qodef-e:hover .qodef-e-logo {
    opacity: var(--qodef-client-hover-opacity, .5)
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--no-hover .qodef-e {
    display: flex;
    align-items: center;
    justify-content: center
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--no-hover .qodef-e .qodef-e-image {
    line-height: 0;
    position: relative;
    display: inline-block;
    vertical-align: top
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--no-hover .qodef-e .qodef-e-image a {
    display: inline-block
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--no-hover .qodef-e .qodef-e-logo {
    width: auto;
    display: inline-block
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--no-hover .qodef-e .qodef-e-hover-logo {
    display: none
}

.qodef-portfolio-single {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-portfolio-single .qodef-media iframe {
    max-height: calc(56.25vw)
}

.qodef-portfolio-single .qodef-portfolio-info>* {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px
}

.qodef-portfolio-single .qodef-portfolio-info>:last-child {
    margin-bottom: 0
}

.qodef-portfolio-single .qodef-portfolio-info .qodef-e-label {
    margin: 0 0 5px 0
}

.qodef-portfolio-single .qodef-portfolio-info .qodef-e-category {
    font-size: 17px;
    text-transform: uppercase
}

.qodef-portfolio-single .qodef-portfolio-info .qodef-e-tag a {
    position: relative;
    color: #8b8b8b
}

.qodef-portfolio-single .qodef-portfolio-info .qodef-e-tag a::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 50%;
    left: 0;
    background-color: currentColor
}

.qodef-portfolio-single .qodef-portfolio-info .qodef-e-tag a:hover::after {
    animation: qode-line-draw 1s cubic-bezier(.16, .78, .11, .95)
}

.qodef-portfolio-single .qodef-portfolio-info a,
.qodef-portfolio-single .qodef-portfolio-info p {
    margin: 0
}

.qodef-portfolio-single .qodef-variations--small .qodef-portfolio-title {
    margin: 0 0 14px 10px
}

.qodef-portfolio-single .qodef-variations--small .qodef-portfolio-content {
    margin: 0 0 0 10px
}

.qodef-portfolio-single .qodef-variations--small .qodef-portfolio-info {
    margin: 50px 0 0 10px
}

.qodef-portfolio-single .qodef-variations--big .qodef-e-content {
    margin-top: 54px
}

.qodef-portfolio-single .qodef-variations--big .qodef-portfolio-title {
    margin: 0 0 26px
}

.qodef-portfolio-single .qodef-variations--big .qodef-portfolio-content {
    margin-right: 12%
}

.qodef-portfolio-single .qodef-variations--big .qodef-portfolio-info {
    margin-top: 4px
}

.qodef-portfolio-category-list .qodef-e-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-portfolio-category-list .qodef-e-image img {
    display: block
}

.qodef-portfolio-category-list .qodef-e-content a {
    position: relative;
    z-index: 1
}

.qodef-portfolio-category-list .qodef-e-title {
    margin: 0
}

.qodef-portfolio-category-list .qodef-e-description {
    margin: 9px 0 0
}

.qodef-portfolio-category-list .qodef-e-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.qodef-portfolio-category-list.qodef-item-layout--gallery .qodef-e-inner:hover .qodef-e-content {
    opacity: 1
}

.qodef-portfolio-category-list.qodef-item-layout--gallery .qodef-e-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 31px 40px;
    background-color: rgba(var(--qode-main-color), .4);
    opacity: 0;
    transition: opacity .2s ease-out
}

.qodef-portfolio-category-list.qodef-item-layout--gallery .qodef-e-description,
.qodef-portfolio-category-list.qodef-item-layout--gallery .qodef-e-title {
    color: var(--qode-main-color)
}

.qodef-portfolio-category-list.qodef-item-layout--standard .qodef-e-content {
    margin-top: 28px
}

.qodef-portfolio-list .qodef-e-inner {
    position: relative
}

.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>* {
    margin-bottom: 30px
}

.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-media-image.qodef--background {
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.qodef-portfolio-list .qodef-e-media-image.qodef--background img {
    visibility: hidden
}

.qodef-portfolio-list .qodef-e-title {
    margin: 0
}

.qodef-portfolio-list .qodef-e-excerpt {
    margin: 15px 0 0
}

.qodef-portfolio-list .qodef-e-read-more {
    margin: 15px 0 0
}

.qodef-portfolio-list .qodef-e-bottom-holder {
    margin-top: 7px
}

.qodef-portfolio-list .qodef-e-post-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.qodef-portfolio-list .qodef-m-pagination {
    margin-top: 35px
}

.qodef-portfolio-list.qodef-items--fixed .qodef-e-image {
    height: 100%;
    overflow: hidden
}

.qodef-portfolio-list.qodef-items--fixed .qodef-e-media-image {
    height: 100%
}

.qodef-portfolio-list.qodef-items--fixed .qodef-e-media-image a {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    height: 100%
}

.qodef-portfolio-list .qodef-custom-margin .qodef-e-inner {
    width: auto
}

.qodef-portfolio-list.qodef-item-layout--info-below .qodef-e-content {
    margin-top: 30px;
    padding: var(--qode-content-padding, 0)
}

.qodef-item-layout--info-below.qodef-hover-animation--overlay .qodef-e-media-image>a {
    position: relative;
    display: block;
    overflow: hidden
}

.qodef-item-layout--info-below.qodef-hover-animation--overlay .qodef-e-media-image>a img {
    transform: scale(1);
    transition: transform .8s cubic-bezier(.2, .7, .18, .93);
    transform-origin: 50% 100%
}

.qodef-item-layout--info-below.qodef-hover-animation--overlay .qodef-e:hover .qodef-e-media-image>a img {
    transform: scale(1.06)
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover {
    margin: 0
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover article .qodef-e-inner {
    display: grid;
    grid-template-areas: "stack";
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: minmax(0, 1fr)
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover article .qodef-e-inner>* {
    grid-area: stack
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover article .qodef-e-media-image.qodef--background {
    margin-bottom: 0
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover article .qodef-e-content {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    padding: var(--qode-content-padding, 20px 30px 37px)
}

.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-bottom-holder {
    margin-top: 4px
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover article .qodef-e-excerpt {
    margin: 0
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover article .qodef-e-post-link {
    z-index: 2
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in .qodef-e-content {
    background-color: rgba(0, 0, 0, .65);
    border: 1px solid transparent;
    opacity: 0;
    transition: opacity .35s ease-out
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in .qodef-e-content .qodef-e-bottom-holder,
.qodef-portfolio-list.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in .qodef-e-content .qodef-e-text {
    transform: translateX(30px);
    opacity: 0;
    transition: opacity .35s ease-out, transform .6s cubic-bezier(.23, .71, .19, .95)
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in .qodef-e-content:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: calc(100% - 100%) 1px, 1px calc(100% - 100%);
    background-position: 0 0, 100% 100%, 100% 100%, 0 0;
    background-image: linear-gradient(0deg, var(--qode-main-color), var(--qode-main-color)), linear-gradient(0deg, var(--qode-main-color), var(--qode-main-color)), linear-gradient(0deg, var(--qode-main-color), var(--qode-main-color)), linear-gradient(0deg, var(--qode-main-color), var(--qode-main-color));
    transition: background-size .8s cubic-bezier(.54, .07, .11, .95);
    pointer-events: none
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in .qodef-e-inner:hover .qodef-e-content {
    opacity: 1
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in .qodef-e-inner:hover .qodef-e-content .qodef-e-bottom-holder,
.qodef-portfolio-list.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in .qodef-e-inner:hover .qodef-e-content .qodef-e-text {
    transform: translateX(0);
    opacity: 1
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in .qodef-e-inner:hover .qodef-e-content .qodef-e-bottom-holder {
    transition-delay: .2s
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in .qodef-e-inner:hover .qodef-e-content:after {
    background-size: calc(100% - 0%) 1px, 1px calc(100% - 0%)
}

.qodef-portfolio-project-info {
    display: flex;
    align-items: flex-start;
    flex-direction: column
}

.qodef-portfolio-project-info .qodef-e-label {
    margin: 0 0 5px 0
}

.qodef-portfolio-project-info a,
.qodef-portfolio-project-info p {
    margin: 0
}

#qodef-portfolio-single-related-items {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-top: 86px
}

#qodef-single-portfolio-navigation {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 84px 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-m-nav-icon {
    display: block;
    width: 16px;
    height: auto;
    transition: transform .35s cubic-bezier(.39, .1, 0, .98), color .2s ease-out;
    transform: translateX(0);
    color: var(--qode-main-color)
}

#qodef-single-portfolio-navigation .qodef-m-nav.qodef--prev .qodef-m-nav-icon {
    margin-right: 14px
}

#qodef-single-portfolio-navigation .qodef-m-nav.qodef--prev:hover .qodef-m-nav-icon {
    transform: translateX(-3px)
}

#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: 14px
}

#qodef-single-portfolio-navigation .qodef-m-nav.qodef--next:hover .qodef-m-nav-icon {
    transform: translateX(3px)
}

#qodef-single-portfolio-navigation .qodef-m-nav.qodef--back-link {
    position: absolute;
    top: 0;
    left: calc(50% - 8px)
}

#qodef-single-portfolio-navigation .qodef-m-nav-icon {
    font-size: 30px
}

#qodef-single-portfolio-navigation .qodef-m-nav-label {
    font-family: "Space Mono", sans-serif;
    font-size: 17px;
    line-height: 1.52941em;
    font-weight: 400;
    letter-spacing: normal;
    color: var(--qode-main-color)
}

.qodef-portfolio-single.qodef-layout--images-big .qodef-media .qodef-grid-item {
    display: block;
    margin-bottom: 20px;
    float: none
}

.qodef-portfolio-single.qodef-layout--images-big .qodef-media .qodef-grid-item:last-child {
    margin-bottom: 0
}

.qodef-portfolio-single.qodef-layout--images-small .qodef-media .qodef-grid-item {
    display: block;
    margin-bottom: 20px;
    float: none
}

.qodef-portfolio-single.qodef-layout--images-small .qodef-media .qodef-grid-item:last-child {
    margin-bottom: 0
}

.qodef-team-list .qodef-e-title {
    margin: 0
}

.qodef-team-list .qodef-e-role {
    margin: 5px 0 0
}

.qodef-team-list .qodef-team-member-social-icons {
    display: flex;
    column-gap: 14px;
    margin: 13px 0 0
}

.qodef-team-list .qodef-team-member-social-icons a {
    transition: color .2s ease-out, .3s ease;
    transform: translateY(0)
}

.qodef-team-list .qodef-team-member-social-icons a:hover {
    transform: translateY(-3px);
    color: var(--qode-main-color)
}

.qodef-team-list.qodef-item-layout--info-below .qodef-e-content {
    margin: 27px 0 0
}

.qodef-testimonials-list {
    text-align: center
}

.qodef-testimonials-list .qodef-m-quote {
    color: var(--qode-main-color)
}

.qodef-testimonials-list .qodef-e-inner {
    margin: 0 auto;
    max-width: 860px;
    padding-bottom: 40px
}

.qodef-testimonials-list .qodef-e-media-image {
    line-height: 0;
    margin-bottom: 25px
}

.qodef-testimonials-list .qodef-e-media-image img {
    width: auto
}

.qodef-testimonials-list .qodef-e-title {
    margin: 0
}

.qodef-testimonials-list .qodef-e-text {
    font-family: "Space Mono", sans-serif;
    font-size: 21px;
    line-height: 1.57143em;
    font-weight: 400;
    letter-spacing: normal;
    color: var(--qode-main-color);
    display: block;
    margin: 29px 0 25px
}

.qodef-testimonials-list .qodef-e-author {
    margin: 39px 0 0
}

.qodef-testimonials-list .qodef-e-author-job {
    display: block;
    margin: 6px 0 0
}

.qodef-testimonials-list .swiper-pagination-bullets {
    bottom: 0 !important;
    text-align: left
}

.qodef-testimonials-list .swiper-pagination-bullets .swiper-pagination-bullet:before {
    background-color: var(--qode-main-color)
}

.qodef-testimonials-list~.swiper-button-prev {
    left: 0 !important
}

.qodef-testimonials-list~.swiper-button-next {
    right: 0 !important
}

.qodef-testimonials-list.qodef-skin--light .qodef-e-author,
.qodef-testimonials-list.qodef-skin--light .qodef-e-text,
.qodef-testimonials-list.qodef-skin--light .qodef-e-title {
    color: var(--qode-main-color)
}

.qodef-testimonials-list.qodef-skin--light .swiper-pagination-bullet:before {
    background-color: var(--qode-main-color)
}

.qodef-testimonials-list.qodef-col-num--1 .swiper-slide .qodef-e-inner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .35s ease-out, visibility .35s ease-out
}

.qodef-testimonials-list.qodef-col-num--1 .swiper-slide.swiper-slide-active .qodef-e-inner {
    opacity: 1;
    visibility: visible;
    transition-duration: .8s;
    transition-delay: .35s
}

.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: 2px 0 0;
    padding: 14px 0 15px 0;
    border-bottom: 1px solid var(--qode-main-color);
    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;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: transform .4s cubic-bezier(.39, .1, 0, .98)
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-active .qodef-accordion-mark,
.qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-hover .qodef-accordion-mark {
    transform: scaleY(-1)
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-content {
    padding: 21px 0 42px;
    margin: 0;
    max-width: 70ch
}

.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-app-store-list {
    display: grid;
    grid-template-columns: repeat(var(--qode-grid-template-columns, 4), minmax(0, 1fr));
    grid-auto-rows: minmax(0, 1fr);
    grid-auto-flow: dense;
    gap: var(--qode-grid-gap, 56px)
}

.qodef-app-store-list .qodef-e-content {
    display: grid;
    justify-items: center;
    gap: 10px;
    margin-top: 35px
}

.qodef-app-store-list .qodef-e-image img {
    width: 100%
}

.qodef-app-store-list .qodef-e-title {
    margin: 0 0 17px
}

.qodef-app-store-list .qodef-e-store-link {
    display: flex;
    transform: translateY(0);
    transition: transform .4s cubic-bezier(.39, .1, 0, .98)
}

.qodef-app-store-list .qodef-e-store-link:hover {
    transform: translateY(-5px)
}

.qodef-background-clip-text {
    position: relative;
    display: grid;
    width: 100%;
    text-align: var(--qode-content-alignment, center)
}

.qodef-background-clip-text .qodef-m-inner {
    background-image: var(--qode-title-bg-img, none);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    -webkit-background-clip: text;
    background-clip: text
}

.qodef-background-clip-text .qodef-m-title {
    font-family: Rubik, sans-serif;
    font-size: var(--qode-title-custom-fs, 150px);
    line-height: 1;
    font-weight: 700;
    color: var(--qode-main-color);
    text-transform: uppercase
}

.qodef-background-clip-text .qodef-m-tagline {
    font-family: "Space Mono", sans-serif;
    font-size: 17px;
    line-height: 1.76471em;
    font-weight: 400;
    letter-spacing: normal;
    color: var(--qode-main-color);
    text-transform: uppercase;
    letter-spacing: .06em;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    justify-self: start;
    margin: 0;
    max-height: 10ch
}

.qodef-background-clip-text.qodef--bg-img-uploaded .qodef-m-title {
    color: transparent
}

.qodef-background-clip-text.qodef--title-fluid-typography .qodef-m-title {
    font-size: clamp(var(--qode-fs-min, 40px), var(--qode-fs-val, 16vw), var(--qode-fs-max, 150px))
}

.qodef-background-clip-text.qodef-alignment--center {
    justify-items: center
}

.qodef-background-clip-text.qodef-alignment--left {
    justify-items: start
}

.qodef-background-clip-text.qodef-alignment--right {
    justify-items: end
}

.qodef-background-clip-text.qodef--has-bg-effects .qodef-m-inner {
    --qodef-background-position-y: -80;
    --qodef-background-position-x: 50;
    background-size: 120%;
    background-position: calc(var(--qodef-background-position-x) * 1%) calc(var(--qodef-background-position-y) * 1%)
}

.qodef-background-clip-text.qodef--has-bg-effects .qodef-m-title {
    transition: color 5s;
    color: #000
}

.qodef-background-clip-text.qodef--has-bg-effects .qodef-m-tagline {
    overflow: hidden
}

.qodef-background-clip-text.qodef--has-bg-effects .qodef-m-tagline-inner {
    display: inline-block;
    opacity: 0;
    transform: translateY(-105%);
    transition: transform 1s 1s cubic-bezier(.44, 1.1, .53, .99), opacity .35s 1s ease-out
}

.qodef-background-clip-text.qodef--has-bg-effects.qodef--appeared .qodef-m-title {
    color: transparent
}

.qodef-background-clip-text.qodef--has-bg-effects.qodef--appeared .qodef-m-tagline-inner {
    opacity: 1;
    transform: translateY(0)
}

.qodef-banner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    display: grid;
    grid-template-areas: "stack";
    grid-template-columns: minmax(0, auto);
    grid-template-rows: minmax(0, auto)
}

.qodef-banner .qodef-m-banner-link,
.qodef-banner .qodef-m-content,
.qodef-banner .qodef-m-image {
    grid-area: stack
}

.qodef-banner .qodef-m-banner-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 3
}

.qodef-banner .qodef-m-content {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 2
}

.qodef-banner .qodef-m-title {
    -webkit-text-stroke: 1px var(--qode-main-color);
    text-stroke: 1px var(--qode-main-color);
    background-image: var(--qode-title-bg-img, none);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    -webkit-background-clip: text;
    background-clip: text;
    margin: 0
}

.qodef-banner .qodef-m-subtitle {
    margin: 10px 0 0
}

.qodef-banner .qodef-m-text {
    margin: 10px 0 0
}

.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;
    width: 100%;
    object-fit: cover;
    transition: all .35s ease-out
}

.qodef-banner.qodef--title-fluid-typography .qodef-m-title {
    font-size: clamp(var(--qode-fs-min, 42px), var(--qode-fs-val, 4vw), var(--qode-fs-max, 60px))
}

.qodef-banner.qodef--bg-img-uploaded .qodef-m-title {
    color: transparent;
    -webkit-text-fill-color: transparent
}

.qodef-banner.qodef--bg-img-uploaded .qodef-m-title::selection {
    color: #000;
    -webkit-text-fill-color: #000
}

.qodef-button.qodef-html--link {
    font-size: 17px;
    letter-spacing: .02em;
    font-family: Rubik, sans-serif;
    font-weight: 700;
    line-height: calc(30 / 17);
    position: relative;
    display: inline-flex;
    vertical-align: middle;
    width: auto;
    margin: 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 0;
    outline: 0;
    transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
    padding: 10px 69px 10px calc(69px - .02em)
}

.qodef-button.qodef-html--link:after {
    content: '';
    display: block;
    width: calc(100% - 6px);
    height: 5px;
    background-color: currentColor;
    position: absolute;
    bottom: 3px;
    left: 3px;
    pointer-events: none
}

.qodef-button.qodef-size--small {
    padding: 8px 59px 8px calc(59px - .02em)
}

.qodef-button.qodef-size--large {
    padding: 12px 79px 12px calc(79px - .02em)
}

.qodef-button.qodef-size--full {
    width: 100%;
    padding: 10px 20px 12px calc(20px - .02em);
    justify-content: center;
    text-align: center
}

.qodef-button.qodef-layout--filled.qodef-html--link {
    color: var(--qode-main-color);
    background-color: #8b8b8b;
    border: 1px solid var(--qode-main-color)
}

.qodef-button.qodef-layout--outlined {
    color: var(--qode-main-color);
    background-color: transparent;
    border: 1px solid var(--qode-main-color);
    isolation: isolate
}

.qodef-button.qodef-layout--outlined:before {
    content: '';
    display: block;
    width: calc(100% - 6px);
    height: calc(100% - 6px - 4px);
    background-color: currentColor;
    position: absolute;
    top: 3px;
    left: 3px;
    transition: -webkit-clip-path .6s cubic-bezier(.45, .2, .01, .96);
    transition: clip-path .6s cubic-bezier(.45, .2, .01, .96);
    transition: clip-path .6s cubic-bezier(.45, .2, .01, .96), -webkit-clip-path .6s cubic-bezier(.45, .2, .01, .96);
    pointer-events: none;
    mix-blend-mode: difference;
    -webkit-clip-path: inset(100% 0 0 0);
    clip-path: inset(100% 0 0 0)
}

.qodef-button.qodef-layout--outlined:hover:before {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0)
}

.qodef-button.qodef-layout--textual {
    background-color: transparent;
    border: 0;
    color: var(--qode-main-color);
    font-size: 21px;
    letter-spacing: .06em;
    padding: 0 !important
}

.qodef-button.qodef-layout--textual:after {
    bottom: -1px;
    left: 0;
    width: calc(100% - .06em)
}

.qodef-button.qodef-layout--textual .qodef-m-text {
    display: inline-block
}

.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;
    color: var(--qode-main-color);
    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: var(--qode-main-color)
}

.qodef-countdown.qodef-layout--simple .qodef-digit-wrapper {
    display: grid;
    grid-template-areas: "label digit";
    align-items: center;
    padding: 0 20px
}

.qodef-countdown.qodef-layout--simple .qodef-label {
    font-family: "Space Mono", sans-serif;
    font-size: 17px;
    line-height: 1.76471em;
    font-weight: 400;
    letter-spacing: normal;
    color: var(--qode-main-color);
    grid-area: label;
    place-self: end;
    text-transform: uppercase;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    margin: 0 0 13px
}

.qodef-countdown.qodef-layout--simple .qodef-digit {
    grid-area: digit;
    font-family: Rubik, sans-serif;
    font-size: 90px;
    line-height: 1em;
    font-weight: 700;
    letter-spacing: .06em
}

.qodef-countdown.qodef-layout--simple.qodef--digit-fluid-typography .qodef-digit {
    font-size: clamp(var(--qode-fs-min, 40px), var(--qode-fs-val, 8vw), var(--qode-fs-max, 90px))
}

.widget.widget_artorias_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: Rubik, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .06em;
    color: var(--qode-main-color);
    font-size: 38px;
    line-height: 1.15789em
}

@media only screen and (max-width:1440px) {
    .qodef-dropcaps .qodef-m-letter {
        font-size: 32px;
        font-weight: 37px
    }
}

.qodef-dropcaps .qodef-m-text {
    display: inline;
    margin: 0
}

.qodef-dropcaps:not(.qodef-type--simple) .qodef-m-letter {
    width: 40px;
    height: 40px;
    font-size: 25px;
    line-height: 1.44em;
    color: var(--qode-main-color);
    background-color: var(--qode-main-color)
}

.qodef-dropcaps.qodef-type--circle .qodef-m-letter {
    border-radius: 100%
}

.qodef-google-map {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-google-map .qodef-m-map {
    display: block;
    width: 100%
}

.qodef-google-map .qodef-m-map embed,
.qodef-google-map .qodef-m-map iframe,
.qodef-google-map .qodef-m-map object {
    width: 100%;
    display: block
}

.qodef-google-map .qodef-m-map img {
    max-width: none
}

.qodef-highlight .qodef-highlight-text {
    padding: 0 5px;
    color: var(--qode-main-color);
    background-color: var(--qode-main-color)
}

.qodef-icon-list-item {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    line-height: 1
}

.qodef-icon-list-item .qodef-e-title {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    line-height: 1
}

.qodef-icon-list-item .qodef-e-title a {
    display: block
}

.qodef-icon-list-item .qodef-e-title-inner {
    display: flex;
    align-items: center
}

.qodef-icon-list-item .qodef-icon-holder {
    flex-shrink: 0;
    margin-right: 5px;
    float: none
}

.qodef-icon-list-item .qodef-icon-holder .qodef-icon {
    font-size: 16px
}

.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_artorias_core_icon_list_item {
    margin-bottom: 0
}

#qodef-page-footer .widget.widget_artorias_core_icon_list_item {
    margin-bottom: 0
}

#qodef-side-area .widget.widget_artorias_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: var(--qode-main-color);
    background-color: var(--qode-main-color);
    transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out
}

.qodef-icon-holder.qodef-layout--circle a,
.qodef-icon-holder.qodef-layout--square a {
    color: inherit;
    transition: none
}

.qodef-icon-holder.qodef-layout--circle:hover,
.qodef-icon-holder.qodef-layout--square:hover {
    background-color: var(--qode-main-color)
}

.qodef-icon-holder.qodef-layout--circle {
    border-radius: 50%
}

.qodef-icon-holder.qodef-size--tiny {
    font-size: 1.33333333em
}

.qodef-icon-holder.qodef-size--small {
    font-size: 2em
}

.qodef-icon-holder.qodef-size--medium {
    font-size: 3em
}

.qodef-icon-holder.qodef-size--large {
    font-size: 4em
}

.qodef-icon-holder.qodef-size--huge {
    font-size: 5em
}

.widget.widget_artorias_core_icon {
    display: inline-block;
    line-height: 1
}

#qodef-page-sidebar .widget.widget_artorias_core_icon {
    margin-bottom: 0
}

#qodef-page-footer .widget.widget_artorias_core_icon {
    margin-bottom: 0
}

#qodef-side-area .widget.widget_artorias_core_icon {
    margin-bottom: 0
}

.qodef-image-gallery.qodef--image-border img {
    border: 1px solid var(--qode-main-color)
}

.qodef-image-gallery .qodef-swiper-together-nav {
    justify-content: end;
    margin-bottom: 50px
}

.qodef-image-with-text {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-image-with-text .qodef-m-image {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    overflow: hidden
}

.qodef-image-with-text .qodef-m-image a,
.qodef-image-with-text .qodef-m-image img {
    display: block
}

.qodef-image-with-text .qodef-m-image img {
    border: 1px solid var(--qode-main-color)
}

.qodef-image-with-text .qodef-m-image:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .65);
    z-index: 1;
    pointer-events: none;
    opacity: 0;
    transition: opacity .35s ease-out
}

.qodef-image-with-text:hover .qodef-m-image:before {
    opacity: 1
}

.qodef-image-with-text .qodef-m-content {
    display: grid;
    grid-template-areas: "tagline title" ". text";
    justify-content: start;
    grid-template-columns: min-content minmax(0, auto);
    grid-template-rows: repeat(2, minmax(0, auto));
    margin: 27px 0 0
}

.qodef-image-with-text .qodef-m-tagline {
    font-family: "Space Mono", sans-serif;
    font-size: 17px;
    line-height: 1.76471em;
    font-weight: 400;
    letter-spacing: normal;
    color: var(--qode-main-color);
    grid-area: tagline;
    text-transform: uppercase;
    letter-spacing: .06em;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    margin: 0 13px 0 0;
    max-height: 2ch;
    max-width: 2ch;
    place-self: center start
}

.qodef-image-with-text .qodef-m-title {
    grid-area: title;
    margin: 0
}

.qodef-image-with-text .qodef-m-text {
    grid-area: text;
    margin: 8px 0 0
}

.qodef-image-with-text.qodef--has-appear .qodef-m-image:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: calc(100% - 100%) 1px, 1px calc(100% - 100%);
    background-position: 0 0, 100% 100%, 100% 100%, 0 0;
    background-image: linear-gradient(0deg, var(--qode-main-color), var(--qode-main-color)), linear-gradient(0deg, var(--qode-main-color), var(--qode-main-color)), linear-gradient(0deg, var(--qode-main-color), var(--qode-main-color)), linear-gradient(0deg, var(--qode-main-color), var(--qode-main-color));
    transition: background-size 1.3s .3s cubic-bezier(.54, .07, .11, .95);
    pointer-events: none;
    z-index: 2
}

.qodef-image-with-text.qodef--has-appear .qodef-m-image img {
    border-color: transparent;
    opacity: 0;
    transition: opacity 1s, transform 1s;
    transform: translateY(100%)
}

.qodef-image-with-text.qodef--has-appear .qodef-m-tagline,
.qodef-image-with-text.qodef--has-appear .qodef-m-title {
    overflow: hidden
}

.qodef-image-with-text.qodef--has-appear .qodef-m-title-inner {
    display: inline-block;
    transform: translateX(-105%);
    transition: transform 1s .5s cubic-bezier(.44, 1.1, .53, .99)
}

.qodef-image-with-text.qodef--has-appear .qodef-m-tagline-inner {
    display: inline-block;
    transform: translateY(-100%);
    transition: transform .5s .8s cubic-bezier(.44, 1.1, .53, .99)
}

.qodef-image-with-text.qodef--has-appear.qodef--appeared .qodef-m-image:after {
    background-size: calc(100% - 0%) 1px, 1px calc(100% - 0%)
}

.qodef-image-with-text.qodef--has-appear.qodef--appeared .qodef-m-image img {
    opacity: 1;
    transform: translateY(0)
}

.qodef-image-with-text.qodef--has-appear.qodef--appeared .qodef-m-tagline-inner,
.qodef-image-with-text.qodef--has-appear.qodef--appeared .qodef-m-title-inner {
    transform: translateY(0)
}

.qodef-list-items .qodef-m-title {
    margin: 0 0 16px 0
}

.qodef-list-items .qodef-m-list {
    list-style: none;
    margin: 0;
    padding: 0
}

.qodef-list-items .qodef-m-list-item {
    display: flex;
    align-items: baseline
}

.qodef-list-items .qodef-m-list-item:not(:last-child) {
    margin-bottom: var(--qode-items-gap, 0)
}

.qodef-list-items .qodef-m-list-item * {
    margin: 0
}

.qodef-progress-bar {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    visibility: hidden
}

.qodef-progress-bar .qodef-m-inner {
    display: flex;
    flex-direction: column;
    position: relative
}

.qodef-progress-bar .qodef-m-canvas {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-progress-bar .qodef-m-canvas svg {
    display: block
}

.qodef-progress-bar .qodef-m-title {
    margin: 20px 0 0
}

.qodef-progress-bar .qodef-m-title:where(p) {
    font-family: "Space Mono", sans-serif;
    font-size: 18px;
    line-height: 1.5em;
    font-weight: 400;
    letter-spacing: normal;
    color: #ccc
}

.qodef-progress-bar.qodef--init {
    visibility: visible
}

.qodef-progress-bar:not(.qodef-layout--line) .progressbar-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-family: Rubik, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .06em;
    color: var(--qode-main-color);
    font-size: 19px;
    line-height: 1.36842em;
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0
}

.qodef-progress-bar.qodef-layout--semi-circle .progressbar-text {
    padding-top: 20px;
    transform: none !important
}

.qodef-progress-bar.qodef-layout--line .qodef-m-inner {
    flex-direction: column
}

.qodef-progress-bar.qodef-layout--line .progressbar {
    border: 1px solid var(--qode-main-color);
    padding: 3px 2px
}

.qodef-progress-bar.qodef-layout--line .proggress {
    width: 0
}

.qodef-progress-bar.qodef-layout--line .percentCount {
    font-family: "Space Mono", sans-serif;
    font-size: 18px;
    line-height: 1.5em;
    font-weight: 400;
    letter-spacing: normal;
    color: #ccc;
    position: absolute;
    right: 0;
    top: 27px;
    width: auto
}

.qodef-progress-bar.qodef-layout--line .qodef-m-title {
    margin: 11px 0 0
}

.qodef-progress-bar.qodef-layout--line.qodef-percentage--floating .percentCount {
    left: 0;
    right: auto;
    transform: translateX(-50%)
}

.qodef-section-title {
    column-gap: var(--qode-column-gap, 31px);
    display: grid;
    grid-template-areas: "tagline title" "tagline subtitle" "tagline text-area" "tagline button"
}

.qodef-section-title .qodef-m-title {
    grid-area: title;
    margin: 0
}

.qodef-section-title .qodef-m-title .qodef-m-decorated {
    position: relative
}

.qodef-section-title .qodef-m-title .qodef-m-decorated::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 6px;
    bottom: 50%;
    left: 0;
    background-color: currentColor
}

.qodef-section-title .qodef-m-subtitle {
    font-family: "Space Mono", sans-serif;
    font-size: 18px;
    line-height: 1.66667em;
    font-weight: 400;
    letter-spacing: normal;
    grid-area: subtitle;
    margin: 18px 0 0
}

.qodef-section-title .qodef-m-tagline {
    font-family: "Space Mono", sans-serif;
    font-size: 17px;
    line-height: 1.76471em;
    font-weight: 400;
    letter-spacing: normal;
    color: var(--qode-main-color);
    grid-area: tagline;
    letter-spacing: .06em;
    margin: 7px 0 0 0;
    place-self: start;
    text-transform: uppercase;
    transform: rotate(180deg);
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr
}

.qodef-section-title .qodef-m-text-area {
    grid-area: text-area;
    margin: 18px 0 0
}

.qodef-section-title .qodef-m-button {
    grid-area: button
}

.qodef-section-title .qodef-m-button .qodef-button {
    margin: 40px 0 0 0
}

.qodef-section-title.qodef-alignment--center {
    grid-template-areas: "tagline" "title" "text-area" "button";
    justify-content: center;
    justify-items: center;
    text-align: center
}

.qodef-section-title.qodef-alignment--center .qodef-m-tagline {
    margin: 0;
    place-self: center;
    transform: rotate(0);
    -ms-writing-mode: initial;
    writing-mode: initial
}

.qodef-section-title.qodef-alignment--left {
    justify-content: start;
    justify-items: start;
    text-align: start
}

.qodef-section-title.qodef-alignment--right {
    grid-template-areas: "title tagline" "text-area tagline" "button tagline";
    justify-content: end;
    justify-items: end;
    text-align: end
}

.qodef-section-title.qodef--has-appear {
    overflow: hidden;
    --qodef-start-x: -105%;
    --qodef-start-y: -120%
}

.qodef-section-title.qodef--has-appear.qodef-alignment--right {
    --qodef-start-x: 105%
}

.qodef-section-title.qodef--has-appear.qodef-alignment--center {
    --qodef-start-x: 105%
}

.qodef-section-title.qodef--has-appear.qodef-alignment--center .qodef-m-title-inner {
    transform: translateY(var(--qodef-start-x))
}

.qodef-section-title.qodef--has-appear .qodef-m-decorated:after {
    transform: scaleX(0);
    transition: transform .7s cubic-bezier(.15, .74, .18, .97) .9s;
    transform-origin: left
}

.qodef-section-title.qodef--has-appear .qodef-m-tagline,
.qodef-section-title.qodef--has-appear .qodef-m-title {
    overflow: hidden
}

.qodef-section-title.qodef--has-appear .qodef-m-title-inner {
    display: inline-block;
    transform: translateX(var(--qodef-start-x));
    transition: transform 1s cubic-bezier(.44, 1.1, .53, .99)
}

.qodef-section-title.qodef--has-appear .qodef-m-tagline-inner {
    display: inline-block;
    transform: translateY(var(--qodef-start-y));
    transition: transform 1s .5s cubic-bezier(.44, 1.1, .53, .99)
}

.qodef-section-title.qodef--has-appear.qodef--appeared .qodef-m-tagline-inner,
.qodef-section-title.qodef--has-appear.qodef--appeared .qodef-m-title-inner {
    transform: translateY(0) translateX(0)
}

.qodef-section-title.qodef--has-appear.qodef--appeared .qodef-m-decorated:after {
    transform: scaleX(1)
}

.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 var(--qode-main-color);
    margin: 10px 0
}

.qodef-separator.qodef-position--center {
    text-align: center
}

.qodef-separator.qodef-position--left {
    text-align: left
}

.qodef-separator.qodef-position--right {
    text-align: right
}

@media only screen and (max-width:1024px) {
    .qodef-separator.qodef-disabled--1024 {
        display: none
    }
}

@media only screen and (max-width:768px) {
    .qodef-separator.qodef-disabled--768 {
        display: none
    }
}

@media only screen and (max-width:680px) {
    .qodef-separator.qodef-disabled--680 {
        display: none
    }
}

@media only screen and (max-width:480px) {
    .qodef-separator.qodef-disabled--480 {
        display: none
    }
}

#qodef-page-sidebar .widget.widget_artorias_core_separator {
    margin-bottom: 0
}

#qodef-page-footer .widget.widget_artorias_core_separator {
    margin-bottom: 0
}

#qodef-side-area .widget.widget_artorias_core_separator {
    margin-bottom: 0
}

.qodef-single-image img {
    display: block
}

.qodef-alignment--center .qodef-single-image img {
    margin: 0 auto
}

.qodef-alignment--right .qodef-single-image img {
    margin: 0 0 0 auto
}

.qodef-single-image.qodef--image-border img {
    border: 1px solid var(--qode-main-color)
}

.qodef-single-image.qodef--has-hover {
    position: relative
}

.qodef-single-image.qodef--has-hover:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .65);
    z-index: 1;
    pointer-events: none;
    opacity: 0;
    transition: opacity .35s ease-out
}

.qodef-single-image.qodef--has-hover:hover:before {
    opacity: 1
}

.qodef-single-image.qodef--has-appear .qodef-m-image {
    position: relative;
    overflow: hidden
}

.qodef-single-image.qodef--has-appear .qodef-m-image img {
    border-color: transparent;
    opacity: 0;
    transition: opacity 1s, transform 1s;
    transform: translateY(100%)
}

.qodef-single-image.qodef--has-appear.qodef--appeared .qodef-m-image img {
    opacity: 1;
    transform: translateY(0)
}

.qodef-single-image.qodef--has-appear.qodef--image-border .qodef-m-image {
    position: relative;
    overflow: hidden
}

.qodef-single-image.qodef--has-appear.qodef--image-border .qodef-m-image:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: calc(100% - 100%) 1px, 1px calc(100% - 100%);
    background-position: 0 0, 100% 100%, 100% 100%, 0 0;
    background-image: linear-gradient(0deg, var(--qode-main-color), var(--qode-main-color)), linear-gradient(0deg, var(--qode-main-color), var(--qode-main-color)), linear-gradient(0deg, var(--qode-main-color), var(--qode-main-color)), linear-gradient(0deg, var(--qode-main-color), var(--qode-main-color));
    transition: background-size 1.3s .3s cubic-bezier(.54, .07, .11, .95);
    pointer-events: none;
    z-index: 2
}

.qodef-single-image.qodef--has-appear.qodef--image-border.qodef--appeared .qodef-m-image:after {
    background-size: calc(100% - 0%) 1px, 1px calc(100% - 0%)
}

.qodef-tabs {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    visibility: hidden
}

.qodef-tabs.qodef--init {
    visibility: visible
}

.qodef-tabs .qodef-tabs-navigation {
    position: relative;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
    list-style: none;
    margin: 0;
    padding: 0
}

.qodef-tabs .qodef-tabs-navigation li {
    margin: 0;
    padding: 0
}

.qodef-tabs .qodef-tabs-navigation li a {
    font-family: Rubik, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .06em;
    color: var(--qode-main-color);
    font-size: 17px;
    line-height: 1.41176em;
    padding: 12px 79px 12px calc(79px - .02em);
    letter-spacing: .02em;
    position: relative;
    display: block;
    transition: color .2s ease-out, background-color .2s ease-out;
    border-top: 1px solid var(--qode-main-color);
    border-left: 1px solid var(--qode-main-color)
}

.qodef-tabs .qodef-tabs-navigation li a:after {
    content: '';
    display: block;
    width: calc(100% - 6px);
    height: 5px;
    background-color: currentColor;
    position: absolute;
    bottom: 3px;
    left: 3px;
    transform: scaleX(0);
    transition: transform .8s cubic-bezier(.15, .74, .18, .97);
    transform-origin: left
}

.qodef-tabs .qodef-tabs-navigation li:last-child a {
    border-right: 1px solid var(--qode-main-color)
}

.qodef-tabs .qodef-tabs-navigation li a:hover:after,
.qodef-tabs .qodef-tabs-navigation li.active a:after,
.qodef-tabs .qodef-tabs-navigation li.ui-state-active a:after,
.qodef-tabs .qodef-tabs-navigation li.ui-state-hover a:after {
    transform: scaleX(1)
}

@media only screen and (max-width:768px) {
    .qodef-tabs .qodef-tabs-navigation {
        flex-direction: column;
        align-items: stretch
    }

    .qodef-tabs .qodef-tabs-navigation li a {
        text-align: center;
        border-right: 1px solid var(--qode-main-color)
    }
}

.qodef-tabs .qodef-tabs-content {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    background-color: #000;
    border: 1px solid var(--qode-main-color);
    display: flex;
    flex-direction: column;
    margin: 0
}

.qodef-tabs .qodef-tabs-content img {
    object-fit: cover;
    width: 100%
}

.qodef-tabs .qodef-m-text {
    font-family: "Space Mono", sans-serif;
    font-size: 18px;
    line-height: 1.66667em;
    font-weight: 400;
    letter-spacing: normal;
    color: var(--qode-main-color);
    margin: 32px 0
}

.qodef-tabs .qodef-m-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.qodef-tabs .qodef-layout--compact {
    padding: 0
}

.qodef-tabs .qodef-layout--cozy {
    padding: 43px
}

.qodef-tabs .qodef-layout--standard {
    padding: 17px
}

.qodef-vertical-workflow {
    display: grid
}

.qodef-vertical-workflow .qodef-m-item {
    display: grid;
    grid-template-areas: "image separator content";
    grid-template-columns: minmax(0, 1fr) min-content minmax(0, 1fr);
    align-items: center;
    gap: 50px
}

.qodef-vertical-workflow .qodef-m-item:nth-of-type(2n) {
    grid-template-areas: "content separator image"
}

.qodef-vertical-workflow .qodef-m-item:first-of-type() .qodef-e-image {
    padding-top: 0
}

.qodef-vertical-workflow .qodef-m-item:last-of-type() .qodef-e-image {
    padding-bottom: 0
}

.qodef-vertical-workflow .qodef-e-content {
    grid-area: content;
    display: grid;
    align-content: center;
    gap: 10px;
    padding: 38px
}

.qodef-vertical-workflow .qodef-e-image {
    grid-area: image;
    padding: 35px 0
}

.qodef-vertical-workflow .qodef-e-image img {
    width: 100%
}

.qodef-vertical-workflow .qodef-e-separator {
    grid-area: separator;
    display: grid;
    align-items: center;
    justify-content: center;
    width: 1px;
    height: 100%;
    background-color: var(--qode-main-color)
}

.qodef-vertical-workflow .qodef-e-separator::after {
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: var(--qode-main-color)
}

.qodef-vertical-workflow .qodef-e-text,
.qodef-vertical-workflow .qodef-e-title {
    margin: 0
}

.qodef-video-button {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    width: 100%
}

.qodef-video-button .qodef-m-image img {
    max-height: 760px;
    object-fit: cover;
    width: 100%
}

.qodef-video-button .qodef-m-play {
    align-items: center;
    color: var(--qode-main-color);
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

.qodef-video-button .qodef-m-play span {
    display: flex
}

.qodef-video-button .qodef-m-play svg path:nth-of-type(2) {
    transform: scale(1);
    transform-origin: 35% 50%;
    transition: transform 1s cubic-bezier(.39, .1, 0, .98)
}

.qodef-video-button .qodef-m-play:hover svg path:nth-of-type(2) {
    transform: scale(1.8)
}

#qodef-side-area {
    background-color: #000;
    height: 100%;
    min-height: 100%;
    overflow: hidden;
    padding: 14.6% 4%;
    position: fixed;
    right: -498px;
    text-align: center;
    top: 0;
    transition: all .6s cubic-bezier(.77, 0, .175, 1);
    visibility: hidden;
    width: 498px;
    z-index: 9999
}

.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 {
    color: var(--qode-main-color);
    display: block;
    position: absolute;
    right: 40px;
    top: 33px;
    z-index: 1000
}

.admin-bar #qodef-side-area-close {
    top: 65px
}

.qodef-side-area-cover {
    height: 100%;
    left: 0;
    opacity: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    transition: opacity .2s ease-in-out, z-index .2s ease-in-out;
    width: 100%;
    z-index: 0
}

.qodef-side-area--opened .qodef-side-area-cover {
    opacity: 1;
    z-index: 1002
}

.qodef-social-share {
    display: flex;
    flex-direction: column;
    position: relative;
    row-gap: 16px
}

.qodef-social-share .qodef-social-title {
    font-family: Rubik, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .06em;
    color: var(--qode-main-color);
    font-size: 19px;
    line-height: 1.36842em;
    display: inline-block;
    position: relative;
    vertical-align: top
}

.qodef-social-share ul {
    column-gap: 24px;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative
}

.qodef-social-share li {
    display: inline-block;
    line-height: 1;
    margin: 0;
    padding: 0;
    position: relative;
    vertical-align: top
}

.qodef-social-share li a {
    font-size: 23px;
    transition: color .2s ease-out, transform .3s ease;
    transform: translateY(0);
    display: inline-block
}

.qodef-social-share li a:hover {
    color: var(--qode-main-color);
    transform: translateY(-3px)
}

.qodef-social-share.qodef-layout--dropdown {
    position: relative;
    display: inline-block;
    vertical-align: bottom
}

.qodef-social-share.qodef-layout--dropdown .qodef-social-title {
    margin: 0;
    vertical-align: middle
}

.qodef-social-share.qodef-layout--dropdown .qodef-social-share-icon {
    vertical-align: middle
}

.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li {
    opacity: 1;
    visibility: visible;
    cursor: pointer
}

.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(2) {
    transition-delay: .2s
}

.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(3) {
    transition-delay: .3s
}

.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(4) {
    transition-delay: .4s
}

.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(5) {
    transition-delay: .5s
}

.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(6) {
    transition-delay: .6s
}

.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(7) {
    transition-delay: .7s
}

.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown-opener {
    display: block
}

.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown-opener .qodef-social-share-title {
    display: inline-block;
    vertical-align: top;
    margin-right: 5px
}

.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown {
    position: absolute;
    visibility: hidden;
    z-index: 950
}

.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown ul {
    position: relative;
    display: block;
    z-index: 990;
    margin: 0;
    padding: 0 !important
}

.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown li {
    position: absolute;
    display: block;
    text-align: center;
    visibility: hidden;
    overflow: hidden;
    opacity: 0;
    transition: opacity .2s ease-out, visibility .2s ease-out
}

.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown li a {
    transition: color .2s ease-out, background-color .2s ease-out
}

.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown li * {
    display: block;
    line-height: inherit
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown {
    bottom: 0;
    left: 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 var(--qode-main-color)
}

.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: var(--qode-main-color)
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li.qodef-twitter-share a:hover {
    background-color: #00aced;
    color: var(--qode-main-color)
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li.qodef-linkedin-share a:hover {
    background-color: #007bb5;
    color: var(--qode-main-color)
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li.qodef-tumblr-share a:hover {
    background-color: #32506d;
    color: var(--qode-main-color)
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li.qodef-pinterest-share a:hover {
    background-color: #cb2027;
    color: var(--qode-main-color)
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li.qodef-vk-share a:hover {
    background-color: #45668e;
    color: var(--qode-main-color)
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li a {
    font-size: 14px;
    color: var(--qode-main-color);
    background-color: var(--qode-main-color)
}

.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--text li a {
    font-size: 16px
}

.widget .qodef-social-share.qodef-layout--list .qodef-social-title {
    display: block;
    margin-bottom: 21px
}

.widget .qodef-social-share.qodef-layout--text .qodef-social-title {
    display: block;
    margin-bottom: 21px
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list li.qodef-facebook-share a:hover {
    color: #3b5998
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list li.qodef-twitter-share a:hover {
    color: #00aced
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list li.qodef-linkedin-share a:hover {
    color: #007bb5
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list li.qodef-tumblr-share a:hover {
    color: #32506d
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list li.qodef-pinterest-share a:hover {
    color: #cb2027
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list li.qodef-vk-share a:hover {
    color: #45668e
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li.qodef-facebook-share a:hover {
    color: #3b5998
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li.qodef-twitter-share a:hover {
    color: #00aced
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li.qodef-linkedin-share a:hover {
    color: #007bb5
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li.qodef-tumblr-share a:hover {
    color: #32506d
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li.qodef-pinterest-share a:hover {
    color: #cb2027
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li.qodef-vk-share a:hover {
    color: #45668e
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--dropdown .qodef-social-title {
    color: #ccc
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--list .qodef-social-title {
    color: #ccc
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--list li.qodef-facebook-share a:hover {
    color: #3b5998
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--list li.qodef-twitter-share a:hover {
    color: #00aced
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--list li.qodef-linkedin-share a:hover {
    color: #007bb5
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--list li.qodef-tumblr-share a:hover {
    color: #32506d
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--list li.qodef-pinterest-share a:hover {
    color: #cb2027
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--list li.qodef-vk-share a:hover {
    color: #45668e
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--text .qodef-social-title {
    color: #ccc
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--text li.qodef-facebook-share a:hover {
    color: #3b5998
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--text li.qodef-twitter-share a:hover {
    color: #00aced
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--text li.qodef-linkedin-share a:hover {
    color: #007bb5
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--text li.qodef-tumblr-share a:hover {
    color: #32506d
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--text li.qodef-pinterest-share a:hover {
    color: #cb2027
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--text li.qodef-vk-share a:hover {
    color: #45668e
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--dropdown .qodef-social-title {
    color: #ccc
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--list .qodef-social-title {
    color: #ccc
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--list li.qodef-facebook-share a:hover {
    color: #3b5998
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--list li.qodef-twitter-share a:hover {
    color: #00aced
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--list li.qodef-linkedin-share a:hover {
    color: #007bb5
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--list li.qodef-tumblr-share a:hover {
    color: #32506d
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--list li.qodef-pinterest-share a:hover {
    color: #cb2027
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--list li.qodef-vk-share a:hover {
    color: #45668e
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--text .qodef-social-title {
    color: #ccc
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--text li.qodef-facebook-share a:hover {
    color: #3b5998
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--text li.qodef-twitter-share a:hover {
    color: #00aced
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--text li.qodef-linkedin-share a:hover {
    color: #007bb5
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--text li.qodef-tumblr-share a:hover {
    color: #32506d
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--text li.qodef-pinterest-share a:hover {
    color: #cb2027
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--text li.qodef-vk-share a:hover {
    color: #45668e
}

#qodef-page-spinner {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 99999
}

#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: #000
}

#qodef-page-spinner .qodef-m-spinner {
    position: relative
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom {
    position: relative;
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--1 {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 50%;
    width: 50%;
    z-index: 1;
    animation: qode-atom-shrink 4.5s infinite linear
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--1:before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    height: 100%;
    width: 100%;
    background: currentColor;
    border-radius: 50%
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--2,
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--3,
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--4 {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--2:before,
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--3:before,
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--4:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    margin: 0 auto;
    background: currentColor;
    border-radius: 50%
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--2 {
    animation: qode-atom-zindex 1.5s .75s infinite steps(2, end)
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--2:before {
    transform: rotate(0);
    animation: qode-atom-postion 1.5s infinite ease, qode-atom-size 1.5s -1.125s infinite ease
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--3 {
    transform: rotate(120deg);
    animation: qode-atom-zindex 1.5s -.25s infinite steps(2, end)
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--3:before {
    animation: qode-atom-postion 1.5s -1s infinite ease, qode-atom-size 1.5s -.75s infinite ease
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--4 {
    transform: rotate(240deg);
    animation: qode-atom-zindex 1.5s .25s infinite steps(2, end)
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--4:before {
    animation: qode-atom-postion 1.5s -.5s infinite ease, qode-atom-size 1.5s -125ms infinite ease
}

#qodef-page-spinner.qodef-layout--clock .qodef-m-clock {
    position: relative;
    width: 50px;
    height: 50px;
    margin: -25px 0 0 -25px;
    animation: qode-clock 8s infinite steps(8)
}

#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item {
    position: absolute;
    height: 50px;
    width: 50px
}

#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item:before {
    content: '';
    position: absolute;
    height: 18.31501832px;
    width: 18.31501832px;
    background: currentColor;
    border-radius: 50%
}

#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item.qodef-clock--1 {
    transform: rotate(-135deg);
    animation: qode-clock-1 1s ease-in infinite
}

#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item.qodef-clock--2 {
    transform: rotate(-90deg);
    animation: qode-clock-2 1s ease-in infinite
}

#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item.qodef-clock--3 {
    transform: rotate(-45deg);
    animation: qode-clock-3 1s ease-in infinite
}

#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item.qodef-clock--4 {
    animation: qode-clock-4 1s ease-in infinite
}

#qodef-page-spinner.qodef-layout--cube .qodef-m-cube {
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px;
    background-color: currentColor;
    animation: qode-cube 1.2s infinite ease-in-out
}

#qodef-page-spinner.qodef-layout--double-pulse .qodef-m-pulses {
    position: relative;
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px
}

#qodef-page-spinner.qodef-layout--double-pulse .qodef-m-pulse {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: currentColor;
    border-radius: 50%;
    opacity: .6;
    animation: qode-double-pulse 2s infinite ease-in-out
}

#qodef-page-spinner.qodef-layout--double-pulse .qodef-m-pulse.qodef-pulse--2 {
    animation-delay: -1s
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-five-rotating-circles {
    position: relative;
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item {
    position: absolute;
    width: 100%;
    height: 100%
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--1 .qodef-circle--2 {
    animation-delay: calc((600ms) - 1500ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--1 .qodef-circle--3 {
    animation-delay: calc((900ms) - 1500ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--1 .qodef-circle--4 {
    animation-delay: calc((1200ms) - 1500ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 {
    transform: rotateZ(45deg)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 .qodef-circle--1 {
    animation-delay: calc((300ms) - 1400ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 .qodef-circle--2 {
    animation-delay: calc((600ms) - 1400ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 .qodef-circle--3 {
    animation-delay: calc((900ms) - 1400ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 .qodef-circle--4 {
    animation-delay: calc((1200ms) - 1400ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 {
    transform: rotateZ(90deg)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 .qodef-circle--1 {
    animation-delay: calc((300ms) - 1300ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 .qodef-circle--2 {
    animation-delay: calc((600ms) - 1300ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 .qodef-circle--3 {
    animation-delay: calc((900ms) - 1300ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 .qodef-circle--4 {
    animation-delay: calc((1200ms) - 1300ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle {
    position: absolute;
    width: 12px;
    height: 12px;
    background-color: currentColor;
    border-radius: 100%;
    animation: qode-bounce-delay 1.2s infinite ease-in-out both
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle.qodef-circle--1 {
    top: 0;
    left: 0
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle.qodef-circle--2 {
    top: 0;
    right: 0
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle.qodef-circle--3 {
    right: 0;
    bottom: 0
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle.qodef-circle--4 {
    left: 0;
    bottom: 0
}

#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion {
    position: relative;
    width: 30px;
    height: 30px;
    margin: -45px 0 0 -30px
}

#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 40px;
    width: 40px;
    background: currentColor;
    border-radius: 50%
}

#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item.qodef-fusion--1 {
    top: 0;
    left: 50%;
    animation: qode-fussion-ball-1 1s 0s ease infinite;
    z-index: 1
}

#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item.qodef-fusion--2 {
    top: 50%;
    left: 100%;
    animation: qode-fussion-ball-2 1s 0s ease infinite;
    z-index: 2
}

#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item.qodef-fusion--3 {
    top: 100%;
    left: 50%;
    animation: qode-fussion-ball-3 1s 0s ease infinite;
    z-index: 1
}

#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item.qodef-fusion--4 {
    top: 50%;
    left: 0;
    animation: qode-fussion-ball-4 1s 0s ease infinite;
    z-index: 2
}

#qodef-page-spinner.qodef-layout--lines .qodef-m-lines {
    width: 60px;
    height: 60px;
    margin: 0 0 0 -30px
}

#qodef-page-spinner.qodef-layout--lines .qodef-m-line.qodef-line--1 {
    position: absolute;
    width: 60px;
    height: 4px;
    margin-left: 10px;
    background-color: currentColor;
    animation: qode-lines-spin 1.5s infinite ease calc((100ms) - 100ms)
}

#qodef-page-spinner.qodef-layout--lines .qodef-m-line.qodef-line--2 {
    position: absolute;
    width: 60px;
    height: 4px;
    margin-left: 10px;
    background-color: currentColor;
    animation: qode-lines-spin 1.5s infinite ease calc((200ms) - 100ms)
}

#qodef-page-spinner.qodef-layout--lines .qodef-m-line.qodef-line--3 {
    position: absolute;
    width: 60px;
    height: 4px;
    margin-left: 10px;
    background-color: currentColor;
    animation: qode-lines-spin 1.5s infinite ease calc((300ms) - 100ms)
}

#qodef-page-spinner.qodef-layout--lines .qodef-m-line.qodef-line--4 {
    position: absolute;
    width: 60px;
    height: 4px;
    margin-left: 10px;
    background-color: currentColor;
    animation: qode-lines-spin 1.5s infinite ease calc((400ms) - 100ms)
}

#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis {
    position: relative;
    height: 50px;
    width: 50px;
    margin: -25px 0 0 -25px;
    animation: qode-mitosis-invert 2s infinite steps(2, end)
}

#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: currentColor;
    border-radius: 50%
}

#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item.qodef-mitosis--1 {
    animation: qode-mitosis-ball-1 1s infinite alternate linear
}

#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item.qodef-mitosis--2 {
    animation: qode-mitosis-ball-2 1s infinite alternate linear
}

#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item.qodef-mitosis--3 {
    animation: qode-mitosis-ball-3 1s infinite alternate linear
}

#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item.qodef-mitosis--4 {
    animation: qode-mitosis-ball-4 1s infinite alternate linear
}

#qodef-page-spinner.qodef-layout--predefined {
    transform-origin: bottom
}

#qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner-image-holder {
    display: block
}

#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 {
    position: relative
}

#qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner-image-holder {
    transform: scale(0);
    animation: qode-scale-spinner 1.5s forwards;
    transform-origin: 50% 70%
}

#qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner-image-holder:after {
    content: '';
    display: block;
    background-color: #090808;
    position: absolute;
    bottom: -40%;
    left: 0;
    width: 100%;
    height: 20%;
    border-radius: 50%;
    animation: qode-shadow-float 2s infinite 1s;
    z-index: -1
}

#qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner-image {
    background-image: url(../../inc/spinner/layouts/predefined/assets/img/artorias-ghost.png);
    width: 250px;
    height: 250px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    animation: qode-float 2s infinite 1s
}

#qodef-page-spinner.qodef-layout--predefined.qodef--finished .qodef-m-spinner-image,
#qodef-page-spinner.qodef-layout--predefined.qodef--finished .qodef-m-spinner-image-holder:after {
    animation-play-state: paused
}

#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-heading {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between
}

#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-heading>* {
    margin: 0;
    opacity: 0;
    animation: qode-fade-in 1s forwards
}

#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-number-holder {
    flex-shrink: 0;
    animation-delay: .5s
}

#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-line {
    position: relative;
    display: block;
    height: 3px;
    width: 500px;
    margin-top: 20px;
    background-color: #e5e1dc;
    overflow: hidden;
    opacity: 0;
    animation: qode-fade-in 1s .3s forwards
}

#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-line-front {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--qode-main-color);
    width: 0
}

#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circles {
    position: relative;
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px
}

#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle {
    position: absolute;
    height: 100%;
    width: 100%;
    background: currentColor;
    border: 0 solid currentColor;
    border-radius: 50%
}

#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle.qodef-pulse--1 {
    animation: qode-pulse-circles-pulse 3s infinite calc((-750ms) + 750ms)
}

#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle.qodef-pulse--2 {
    animation: qode-pulse-circles-pulse 3s infinite calc((-1500ms) + 750ms)
}

#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle.qodef-pulse--3 {
    animation: qode-pulse-circles-pulse 3s infinite calc((-2250ms) + 750ms)
}

#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle.qodef-pulse--4 {
    animation: qode-pulse-circles-pulse 3s infinite calc((-3000ms) + 750ms)
}

#qodef-page-spinner.qodef-layout--pulse .qodef-m-pulse {
    width: 32px;
    height: 32px;
    margin: -16px 0 0 -16px;
    background-color: currentColor;
    border-radius: 16px;
    animation: qode-scaleout 1s infinite ease-in-out
}

#qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles {
    width: 60px;
    height: 20px
}

#qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles>div {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 4px;
    background-color: currentColor;
    border-radius: 100%;
    opacity: 0;
    animation: qode-ball-fall 1.5s ease infinite both
}

#qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles>div:nth-last-of-type(1) {
    animation-delay: calc((100ms) - 300ms)
}

#qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles>div:nth-last-of-type(2) {
    animation-delay: calc((200ms) - 300ms)
}

#qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles>div:nth-last-of-type(3) {
    animation-delay: calc((300ms) - 300ms)
}

#qodef-page-spinner.qodef-layout--rotating-cubes .qodef-m-cubes {
    position: relative;
    width: 32px;
    height: 32px;
    margin: -16px 0 0 -16px
}

#qodef-page-spinner.qodef-layout--rotating-cubes .qodef-m-cube {
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    background-color: currentColor;
    animation: qode-rotating-cubes 1.8s infinite ease-in-out
}

#qodef-page-spinner.qodef-layout--rotating-cubes .qodef-m-cube.qodef-cube--2 {
    animation-delay: -.9s
}

#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripes {
    width: 50px;
    height: 60px;
    margin: -30px 0 0 -25px;
    text-align: center
}

#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe {
    display: inline-block;
    float: left;
    height: 100%;
    width: 6px;
    margin: 0 3px 0 0;
    background-color: currentColor;
    animation: qode-stretch-delay 1.2s infinite ease-in-out
}

#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe.qodef-stripe--2 {
    animation-delay: calc((200ms) - 1300ms)
}

#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe.qodef-stripe--3 {
    animation-delay: calc((300ms) - 1300ms)
}

#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe.qodef-stripe--4 {
    animation-delay: calc((400ms) - 1300ms)
}

#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe.qodef-stripe--5 {
    animation-delay: calc((500ms) - 1300ms)
}

#qodef-page-spinner.qodef-layout--textual .qodef-m-spinner {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%
}

#qodef-page-spinner.qodef-layout--textual .qodef-m-textual {
    opacity: 0
}

#qodef-page-spinner.qodef-layout--textual .qodef-m-text {
    display: flex;
    font-family: Rubik, sans-serif;
    font-size: 30px;
    line-height: 1;
    font-weight: 500;
    white-space: nowrap;
    text-transform: uppercase
}

#qodef-page-spinner.qodef-layout--textual .qodef-m-char {
    display: inline-block;
    opacity: 0;
    will-change: opacity
}

#qodef-page-spinner.qodef-layout--textual .qodef-m-char.qodef-m-empty-char {
    white-space: pre
}

#qodef-page-spinner.qodef-layout--textual.qodef--init .qodef-m-textual {
    opacity: 1
}

#qodef-page-spinner.qodef-layout--two-rotating-circles .qodef-m-two-rotating-circles {
    position: relative;
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px;
    text-align: center;
    animation: qode-rotate-circles 2s infinite linear
}

#qodef-page-spinner.qodef-layout--two-rotating-circles .qodef-m-circle {
    position: absolute;
    top: 0;
    width: 60%;
    height: 60%;
    display: inline-block;
    background-color: currentColor;
    border-radius: 100%;
    transform-origin: center bottom;
    animation: qode-bounce 2s infinite ease-in-out
}

#qodef-page-spinner.qodef-layout--two-rotating-circles .qodef-m-circle.qodef-circle--2 {
    top: auto;
    bottom: 0;
    animation-delay: -1s
}

#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circles {
    width: 150px;
    height: 30px;
    margin: -15px 0 0 -75px
}

#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circle {
    float: left;
    height: 30px;
    width: 30px;
    margin-right: 10px;
    background: currentColor;
    border-radius: 50%
}

#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circle.qodef-wave--1 {
    animation: qode-wave-jump-3 1.8s infinite ease-out
}

#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circle.qodef-wave--2 {
    animation: qode-wave-jump-2 1.8s infinite ease-out
}

#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circle.qodef-wave--3 {
    animation: qode-wave-jump-1 1.8s infinite ease-out
}

#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circle.qodef-wave--4 {
    margin-right: 0;
    animation: qode-wave-wipe 1.8s infinite cubic-bezier(.5, 0, .5, 1)
}

#qodef-page-spinner.qodef-layout--wave .qodef-m-wave {
    width: 72px;
    margin: -9px 0 0 -36px;
    text-align: center
}

#qodef-page-spinner.qodef-layout--wave .qodef-m-wave-item {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: 0 3px 0 0;
    background-color: currentColor;
    border-radius: 100%;
    animation: qode-bounce-delay 1.4s infinite ease-in-out both
}

#qodef-page-spinner.qodef-layout--wave .qodef-m-wave-item.qodef-wave--1 {
    animation-delay: -.32s
}

#qodef-page-spinner.qodef-layout--wave .qodef-m-wave-item.qodef-wave--2 {
    animation-delay: -.16s
}

.qodef-page-title {
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: cover
}

.qodef-page-title.qodef-image--responsive {
    height: auto !important
}

.qodef-page-title.qodef-image--responsive .qodef-m-content {
    position: absolute;
    top: 0;
    left: 0
}

.qodef-page-title.qodef-image--responsive .qodef-m-content.qodef-content-grid {
    left: 50%;
    transform: translateX(-50%)
}

.qodef-page-title.qodef-alignment--center {
    text-align: center
}

.qodef-page-title.qodef-alignment--right {
    text-align: right
}

.qodef-page-title .qodef-m-image {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-page-title .qodef-m-image img {
    display: block;
    width: 100%
}

.qodef-page-title .qodef-m-content.qodef-content-full-width {
    padding: 0 60px
}

.qodef-page-title .qodef-breadcrumbs a,
.qodef-page-title .qodef-breadcrumbs span {
    font-size: 16px;
    color: #ccc;
    text-transform: lowercase
}

.qodef-page-title .qodef-breadcrumbs a {
    position: relative;
    position: relative;
    display: inline-flex
}

.qodef-page-title .qodef-breadcrumbs a::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 3px;
    left: 0;
    background-color: currentColor;
    transform: scaleX(0);
    transition: transform .5s cubic-bezier(.15, .74, .18, .97);
    transform-origin: left
}

.qodef-page-title .qodef-breadcrumbs a:hover::after {
    transform: scaleX(1)
}

.qodef-page-title .qodef-breadcrumbs .qodef-breadcrumbs-separator {
    margin: 0 5px
}

.qodef-page-title .qodef-breadcrumbs .qodef-breadcrumbs-separator:after {
    content: '/'
}

.qodef-page-title.qodef-title--standard-with-breadcrumbs .qodef-m-content {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: baseline;
    align-content: flex-end;
    padding-bottom: 19px;
    border-bottom: 1px solid var(--qodef-title-border-color, transparent)
}

.qodef-page-title.qodef-title--standard {
    border: 1px solid var(--qodef-title-border-color, transparent)
}

.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_artorias_core_svg_icon {
    display: inline-block;
    vertical-align: top;
    margin: 0 !important
}

.widget_artorias_core_svg_icon .qodef-m-holder {
    display: flex;
    align-items: center
}

.widget_artorias_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 .2s ease-out;
    transform: translateY(0)
}

.widget_artorias_core_svg_icon .qodef-svg-icon-widget a {
    display: inline-block;
    width: 100%;
    height: 100%
}

.widget_artorias_core_svg_icon .qodef-svg-icon-widget a:hover svg,
.widget_artorias_core_svg_icon .qodef-svg-icon-widget:hover svg {
    fill: var(--fill-hover-color);
    stroke: var(--stroke-hover-color)
}

.widget_artorias_core_svg_icon .qodef-svg-icon-widget a:hover .qodef-m-text,
.widget_artorias_core_svg_icon .qodef-svg-icon-widget:hover .qodef-m-text {
    color: var(--text-hover-color)
}

.widget_artorias_core_svg_icon .qodef-svg-icon-widget:hover .qodef-m-icon {
    background-color: var(--background-hover-color);
    transform: translateY(-3px)
}

.widget_artorias_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: transform .3s ease, all .2s ease-out
}

.widget_artorias_core_svg_icon .qodef-m-text {
    --text-color: currentColor;
    --text-hover-color: currentColor;
    color: var(--text-color);
    transition: all .25s ease-out;
    line-height: 1
}

#qodef-page-header .widget_artorias_core_svg_icon .qodef-m-text {
    font-family: Rubik, sans-serif;
    font-size: 17px;
    line-height: 1.76471em;
    font-weight: 700;
    letter-spacing: .02em;
    text-transform: uppercase;
    color: var(--qode-main-color)
}

#qodef-page-header .widget_artorias_core_svg_icon .qodef-m-text .qodef-menu-item-text {
    position: relative;
    display: inline-flex
}

#qodef-page-header .widget_artorias_core_svg_icon .qodef-m-text .qodef-menu-item-text::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 6px;
    bottom: -3px;
    left: 0;
    background-color: currentColor;
    transform: scaleX(0);
    transition: transform .5s cubic-bezier(.15, .74, .18, .97);
    transform-origin: left
}

@media only screen and (max-width:1440px) {
    .qodef-background-text .qodef-m-background-text {
        font-size: 80px
    }
}

@media only screen and (max-width:680px) {
    .qodef-background-text .qodef-m-background-text {
        display: none !important
    }
}

@media only screen and (max-width:1440px) {
    .qodef-blog.qodef-item-layout--compact article.format-link .qodef-e-link {
        padding: 60px 40px
    }

    .qodef-blog.qodef-item-layout--compact article.format-quote .qodef-e-quote {
        padding: 60px 40px
    }
}

@media only screen and (max-width:1440px) {
    .qodef-blog.qodef-item-layout--metro article.format-link .qodef-e-link {
        padding: 30px
    }

    .qodef-blog.qodef-item-layout--metro article.format-link .qodef-e-link-icon {
        height: 30px;
        width: auto;
        margin-bottom: 15px
    }

    .qodef-blog.qodef-item-layout--metro article.format-quote .qodef-e-quote {
        padding: 30px
    }

    .qodef-blog.qodef-item-layout--metro article.format-quote .qodef-e-quote-icon {
        height: 30px;
        width: auto;
        margin-bottom: 15px
    }

    .qodef-blog.qodef-item-layout--metro article.format-quote .qodef-e-quote-author {
        margin: 15px 0 0
    }
}

@media only screen and (max-width:1024px) {
    .qodef-blog.qodef-item-layout--metro article.format-link .qodef-e-link {
        padding: 30px
    }

    .qodef-blog.qodef-item-layout--metro article.format-link .qodef-e-link-icon {
        height: auto;
        margin-bottom: 30px
    }

    .qodef-blog.qodef-item-layout--metro article.format-quote .qodef-e-quote {
        padding: 30px
    }

    .qodef-blog.qodef-item-layout--metro article.format-quote .qodef-e-quote-icon {
        height: auto;
        margin-bottom: 30px
    }

    .qodef-blog.qodef-item-layout--metro article.format-quote .qodef-e-quote-author {
        margin: 30px 0 0
    }
}

@media only screen and (max-width:1024px) {
    #qodef-author-info .qodef-m-inner {
        padding: 54px
    }
}

@media only screen and (max-width:768px) {
    #qodef-author-info .qodef-m-inner {
        padding: 27px
    }
}

@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) {
    #qodef-content-bottom-inner {
        padding: 80px 0
    }

    #qodef-content-bottom .qodef-content-full-width {
        padding-left: 7%;
        padding-right: 7%
    }
}

@media only screen and (max-width:1440px) {
    .qodef-fullscreen-menu>ul>li {
        padding: 8px 0
    }
}

@media only screen and (max-width:1024px) {
    .qodef-fullscreen-menu>ul>li {
        padding: 16px 0
    }
}

@media only screen and (max-width:768px) {
    .qodef-fullscreen-menu>ul {
        max-width: initial
    }

    .qodef-fullscreen-menu>ul>li>a {
        font-size: 42px
    }

    .qodef-fullscreen-menu>ul>li:not(.current-menu-ancestor):not(.current-menu-item) .qodef-menu-item-text:after {
        display: none
    }

    .qodef-fullscreen-menu>ul>li.current-menu-ancestor>.qodef-drop-down-second,
    .qodef-fullscreen-menu>ul>li.current-menu-item>.qodef-drop-down-second {
        margin-top: 15px
    }

    .qodef-fullscreen-menu .qodef-drop-down-second-inner ul {
        left: 0;
        padding-left: 0;
        position: relative;
        top: 0
    }
}

@media only screen and (max-width:1440px) {
    #qodef-page-header .qodef-widget-holder {
        margin-left: 40px
    }

    #qodef-page-header .qodef-widget-holder .widget {
        margin: 0 20px
    }
}

@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:1440px) {
    .qodef-header--divided #qodef-page-header .qodef-header-navigation {
        margin: 0 40px
    }
}

@media only screen and (max-width:1440px) {
    .qodef-header-standard--left #qodef-page-header-inner .qodef-header-logo-link {
        margin-right: 40px
    }
}

@media only screen and (max-width:1024px) {
    .qodef-header--vertical #qodef-page-header-inner {
        display: none
    }

    .qodef-header--vertical #qodef-page-footer,
    .qodef-header--vertical #qodef-page-outer {
        padding-left: 0
    }
}

@media only screen and (max-width:1024px) {
    #qodef-top-area {
        display: none
    }
}

@media only screen and (max-width:1024px) {

    .single-esports-match #qodef-page-outer .qodef-content-full-width,
    .single-esports-player #qodef-page-outer .qodef-content-full-width,
    .single-esports-team #qodef-page-outer .qodef-content-full-width {
        padding: 0 7%
    }

    .single-esports-match #qodef-page-outer+#qodef-content-bottom #qodef-content-bottom-inner,
    .single-esports-player #qodef-page-outer+#qodef-content-bottom #qodef-content-bottom-inner,
    .single-esports-team #qodef-page-outer+#qodef-content-bottom #qodef-content-bottom-inner {
        padding-top: 80px
    }
}

@media only screen and (max-width:1440px) {
    .qodef-esports-match-list.qodef-item-layout--full-details .qodef-e-team {
        column-gap: 30px
    }
}

@media only screen and (max-width:1280px) {
    .qodef-esports-match-list.qodef-item-layout--full-details .qodef-e-result {
        word-spacing: 10px
    }

    .qodef-esports-match-list.qodef-item-layout--full-details .qodef-e-team-logo img {
        width: 100px
    }
}

@media only screen and (max-width:1024px) {
    .qodef-esports-match-list.qodef-item-layout--full-details .qodef-e-inner {
        padding: 26px
    }

    .qodef-esports-match-list.qodef-item-layout--full-details .qodef-e-team {
        column-gap: 15px
    }

    .qodef-esports-match-list.qodef-item-layout--full-details .qodef-e-team-logo img {
        width: 80px
    }
}

@media only screen and (max-width:768px) {
    .qodef-esports-match-list.qodef-item-layout--full-details .qodef-e-inner {
        align-items: center;
        flex-direction: column;
        row-gap: 20px
    }

    .qodef-esports-match-list.qodef-item-layout--full-details .qodef-e-team {
        width: auto
    }

    .qodef-esports-match-list.qodef-item-layout--full-details .qodef-e-meta {
        width: 100%
    }

    .qodef-esports-match-list.qodef-item-layout--full-details .qodef-e-result {
        margin-top: 0
    }

    .qodef-esports-match-list.qodef-item-layout--full-details .qodef-e-match-info {
        margin-top: 0
    }
}

@media only screen and (max-width:480px) {
    .qodef-esports-match-list.qodef-item-layout--full-details .qodef-e-team {
        flex-direction: column !important;
        row-gap: 10px
    }
}

@media only screen and (max-width:768px) {
    .qodef-esports-match-list.qodef-item-layout--info-on-image.qodef-swiper-container .qodef-e-media-image img {
        height: 80vh
    }

    .qodef-esports-match-list.qodef-item-layout--info-on-image.qodef-swiper-container .qodef-e-content {
        padding: 35px
    }
}

@media (max-width:1440px) and (min-width:1025px) {
    .widget.widget_artorias_core_esports_match_list .qodef-esports-match-list.qodef-item-layout--compact .qodef-e-inner {
        align-items: center;
        flex-direction: column;
        padding: 30px;
        row-gap: 15px
    }

    .widget.widget_artorias_core_esports_match_list .qodef-esports-match-list.qodef-item-layout--compact .qodef-e-result {
        margin-top: 0 !important;
        width: 100%
    }
}

@media only screen and (max-width:680px) {
    .widget.widget_artorias_core_esports_match_list .qodef-esports-match-list.qodef-item-layout--compact .qodef-e-inner {
        align-items: center;
        flex-direction: column;
        padding: 30px;
        row-gap: 15px
    }

    .widget.widget_artorias_core_esports_match_list .qodef-esports-match-list.qodef-item-layout--compact .qodef-e-result {
        margin-top: 0 !important;
        width: 100%
    }
}

@media only screen and (max-width:1440px) {
    .widget.widget_artorias_core_esports_match_list .qodef-esports-match-list.qodef-item-layout--details>.qodef-grid-inner {
        padding: 5% 0
    }

    .widget.widget_artorias_core_esports_match_list .qodef-esports-match-list.qodef-item-layout--details .qodef-e-inner {
        padding: 5% 10%
    }

    .widget.widget_artorias_core_esports_match_list .qodef-esports-match-list.qodef-item-layout--details .qodef-e-team-logo img {
        width: 45px
    }
}

@media only screen and (max-width:1280px) {
    .widget.widget_artorias_core_esports_match_list .qodef-esports-match-list.qodef-item-layout--details .qodef-e-team-logo img {
        width: 35px
    }
}

@media only screen and (max-width:1024px) {
    .widget.widget_artorias_core_esports_match_list .qodef-esports-match-list.qodef-item-layout--details .qodef-e-team-logo img {
        width: 55px
    }
}

@media only screen and (max-width:480px) {
    .widget.widget_artorias_core_esports_match_list .qodef-esports-match-list.qodef-item-layout--details .qodef-e-team-logo img {
        width: 35px
    }
}

@media (max-width:1440px) and (min-width:1025px) {
    .widget.widget_artorias_core_esports_match_list .qodef-esports-match-list.qodef-item-layout--minimal>.qodef-grid-inner {
        padding: 5% 0
    }

    .widget.widget_artorias_core_esports_match_list .qodef-esports-match-list.qodef-item-layout--minimal .qodef-e-inner {
        align-items: flex-start;
        flex-direction: column;
        padding: 5% 10%;
        row-gap: 10px
    }

    .widget.widget_artorias_core_esports_match_list .qodef-esports-match-list.qodef-item-layout--minimal .qodef-e-team.qodef--team-two {
        flex-direction: row;
        text-align: left
    }
}

@media only screen and (max-width:680px) {
    .widget.widget_artorias_core_esports_match_list .qodef-esports-match-list.qodef-item-layout--minimal .qodef-e-team-logo {
        display: none
    }
}

.widget.widget_artorias_core_esports_match_list .qodef-widget-title {
    margin-bottom: 18.5px
}

#qodef-top-area .widget.widget_artorias_core_esports_match_list .qodef-widget-title {
    margin-bottom: 18.5px
}

#qodef-page-footer .widget.widget_artorias_core_esports_match_list .qodef-widget-title {
    margin-bottom: 45.5px
}

#qodef-side-area .widget.widget_artorias_core_esports_match_list .qodef-widget-title {
    margin-bottom: 18.5px
}

@media only screen and (max-width:1280px) {
    #qodef-esports-match-single-hero {
        padding: 60px
    }

    #qodef-esports-match-single-hero .qodef-e-media-image img {
        width: 100px
    }

    #qodef-esports-match-single-hero .qodef-m-result {
        word-spacing: 10px
    }

    #qodef-esports-match-single-hero .qodef-m-result svg {
        height: 50px
    }
}

@media only screen and (max-width:1024px) {
    #qodef-esports-match-single-hero {
        margin-bottom: 92px;
        padding: 54px
    }

    #qodef-esports-match-single-hero .qodef-esports-team-list .qodef-e-inner {
        justify-content: center
    }

    #qodef-esports-match-single-hero .qodef-esports-team-list .qodef-e-content {
        display: none
    }

    #qodef-esports-match-single-hero .qodef-esports-team-list .qodef-m-result svg {
        height: 45px
    }
}

@media only screen and (max-width:680px) {
    #qodef-esports-match-single-hero {
        padding: 48px
    }

    #qodef-esports-match-single-hero .qodef-e-media-image img {
        width: 80px
    }

    #qodef-esports-match-single-hero .qodef-m-result {
        flex-shrink: 0;
        word-spacing: 0
    }

    #qodef-esports-match-single-hero .qodef-m-result svg {
        height: 40px
    }
}

@media only screen and (max-width:680px) {
    #qodef-esports-match-single-hero {
        padding: 32px
    }

    #qodef-esports-match-single-hero .qodef-e-media-image img {
        width: 60px
    }

    #qodef-esports-match-single-hero .qodef-m-result svg {
        height: 30px
    }
}

@media only screen and (max-width:1024px) {
    .qodef-esports-player-single .qodef-m-tagline {
        width: 100%
    }

    .qodef-esports-player-single .qodef-m-player-content {
        width: 100%
    }

    .qodef-esports-player-single .qodef-m-meta-item {
        width: 50%
    }

    .qodef-esports-player-single .qodef-m-custom-field-item {
        width: 50%
    }
}

@media only screen and (max-width:768px) {
    .qodef-esports-player-single .qodef-m-meta-item {
        width: 100%
    }

    .qodef-esports-player-single .qodef-m-custom-field-item {
        width: 100%
    }
}

@media only screen and (max-width:680px) {
    .qodef-esports-player-single .qodef-m-content-inner {
        padding-left: 44px
    }
}

@media only screen and (max-width:1024px) {
    #qodef-esports-player-single-hero {
        margin-bottom: 95px
    }
}

@media only screen and (max-width:1440px) {
    .qodef-esports-team-single .qodef-m-tagline {
        width: 48%
    }
}

@media only screen and (max-width:1024px) {
    .qodef-esports-team-single .qodef-m-tagline {
        width: 100%
    }

    .qodef-esports-team-single .qodef-m-team-content {
        width: 100%
    }
}

@media only screen and (max-width:680px) {
    .qodef-esports-team-single .qodef-m-content-inner {
        padding-left: 44px
    }
}

@media only screen and (max-width:1024px) {
    #qodef-esports-team-single-hero {
        margin-bottom: 95px
    }
}

@media only screen and (max-width:1440px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 20%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(5n+1) {
        clear: both
    }
}

@media only screen and (max-width:1366px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 25%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(4n+1) {
        clear: both
    }
}

@media only screen and (max-width:1366px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 25%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(4n+1) {
        clear: both
    }
}

@media only screen and (max-width:1366px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 25%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(4n+1) {
        clear: both
    }
}

@media only screen and (max-width:1366px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 25%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(4n+1) {
        clear: both
    }
}

@media only screen and (max-width:1024px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 33.33333%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(3n+1) {
        clear: both
    }
}

@media only screen and (max-width:1024px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 33.33333%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(3n+1) {
        clear: both
    }
}

@media only screen and (max-width:1024px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 33.33333%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(3n+1) {
        clear: both
    }
}

@media only screen and (max-width:1024px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 33.33333%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(3n+1) {
        clear: both
    }
}

@media only screen and (max-width:1024px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 33.33333%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(3n+1) {
        clear: both
    }
}

@media only screen and (max-width:768px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 50%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1) {
        clear: both
    }
}

@media only screen and (max-width:768px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 50%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1) {
        clear: both
    }
}

@media only screen and (max-width:768px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 50%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1) {
        clear: both
    }
}

@media only screen and (max-width:768px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 50%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1) {
        clear: both
    }
}

@media only screen and (max-width:768px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 50%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1) {
        clear: both
    }
}

@media only screen and (max-width:768px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 50%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1) {
        clear: both
    }
}

@media only screen and (max-width:680px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 100%
    }

    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 100%
    }

    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 100%
    }

    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 100%
    }

    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 100%
    }

    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 100%
    }

    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 100%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 100%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 50%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1) {
        clear: both
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 33.33333%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(3n+1) {
        clear: both
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 25%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(4n+1) {
        clear: both
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 20%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(5n+1) {
        clear: both
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 16.66667%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(6n+1) {
        clear: both
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 14.28571%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(7n+1) {
        clear: both
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 12.5%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(8n+1) {
        clear: both
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 100%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 50%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1) {
        clear: both
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 33.33333%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(3n+1) {
        clear: both
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 25%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(4n+1) {
        clear: both
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 20%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(5n+1) {
        clear: both
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 16.66667%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(6n+1) {
        clear: both
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 14.28571%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(7n+1) {
        clear: both
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 12.5%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(8n+1) {
        clear: both
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--1.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 100%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 50%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1) {
        clear: both
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 33.33333%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(3n+1) {
        clear: both
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 25%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(4n+1) {
        clear: both
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 20%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(5n+1) {
        clear: both
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 16.66667%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(6n+1) {
        clear: both
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 14.28571%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(7n+1) {
        clear: both
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 12.5%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(8n+1) {
        clear: both
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 100%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 50%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1) {
        clear: both
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 33.33333%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(3n+1) {
        clear: both
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 25%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(4n+1) {
        clear: both
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 20%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(5n+1) {
        clear: both
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 16.66667%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(6n+1) {
        clear: both
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 14.28571%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(7n+1) {
        clear: both
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 12.5%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(8n+1) {
        clear: both
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--1.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 100%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 50%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1) {
        clear: both
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 33.33333%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(3n+1) {
        clear: both
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 25%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(4n+1) {
        clear: both
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 20%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(5n+1) {
        clear: both
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 16.66667%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(6n+1) {
        clear: both
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 14.28571%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(7n+1) {
        clear: both
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 12.5%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(8n+1) {
        clear: both
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--1.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 100%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 50%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1) {
        clear: both
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 33.33333%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(3n+1) {
        clear: both
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 25%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(4n+1) {
        clear: both
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 20%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(5n+1) {
        clear: both
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 16.66667%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(6n+1) {
        clear: both
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 14.28571%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(7n+1) {
        clear: both
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 12.5%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(8n+1) {
        clear: both
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--1.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 100%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 50%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1) {
        clear: both
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 33.33333%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(3n+1) {
        clear: both
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 25%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(4n+1) {
        clear: both
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 20%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(5n+1) {
        clear: both
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 16.66667%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(6n+1) {
        clear: both
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 14.28571%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(7n+1) {
        clear: both
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 12.5%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(8n+1) {
        clear: both
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--1.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 100%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 50%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 33.33333%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 25%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 20%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 16.66667%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 14.28571%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 12.5%
    }
}

@media only screen and (max-width:1440px) {
    .qodef-twitter-list.qodef-gutter--huge.qodef--no-bottom-space {
        margin-bottom: -70px
    }

    .qodef-twitter-list.qodef-gutter--huge #ctf .ctf-tweets {
        margin: 0 -35px
    }

    .qodef-twitter-list.qodef-gutter--huge #ctf .ctf-tweets>.ctf-item {
        padding: 0 35px;
        margin: 0 0 70px
    }

    .qodef-twitter-list.qodef-gutter--enormous.qodef--no-bottom-space {
        margin-bottom: -80px
    }

    .qodef-twitter-list.qodef-gutter--enormous #ctf .ctf-tweets {
        margin: 0 -40px
    }

    .qodef-twitter-list.qodef-gutter--enormous #ctf .ctf-tweets>.ctf-item {
        padding: 0 40px;
        margin: 0 0 80px
    }
}

@media only screen and (max-width:680px) {
    #yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-inner {
        flex-wrap: wrap
    }
}

@media only screen and (max-width:680px) {
    #yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-image {
        max-height: 30vh
    }
}

@media only screen and (max-width:680px) {
    #yith-quick-view-modal #yith-quick-view-content.single-product .woocommerce-product-details__short-description {
        display: none
    }
}

@media only screen and (max-width:1024px) {

    .qodef-portfolio-single .qodef-variations--small .qodef-portfolio-content,
    .qodef-portfolio-single .qodef-variations--small .qodef-portfolio-info,
    .qodef-portfolio-single .qodef-variations--small .qodef-portfolio-title {
        margin-left: 0
    }

    .qodef-portfolio-single .qodef-variations--small .qodef-media {
        margin: 0 0 50px
    }

    .qodef-portfolio-single .qodef-variations--big .qodef-portfolio-content {
        margin-right: 0
    }

    .qodef-portfolio-single .qodef-variations--big .qodef-portfolio-info {
        margin-top: 50px
    }
}

@media only screen and (max-width:1024px) {
    .qodef-app-store-list {
        --qode-grid-template-columns: 2 !important
    }
}

@media only screen and (max-width:680px) {
    .qodef-app-store-list {
        --qode-grid-template-columns: 1 !important
    }
}

@media only screen and (max-width:1024px) {
    .qodef-background-clip-text .qodef-m-inner {
        display: grid
    }

    .qodef-background-clip-text .qodef-m-tagline {
        -ms-writing-mode: inherit;
        writing-mode: inherit;
        transform: none;
        justify-self: center
    }

    .qodef-background-clip-text.qodef-alignment--left .qodef-m-tagline {
        justify-self: start
    }

    .qodef-background-clip-text.qodef-alignment--center .qodef-m-tagline {
        justify-self: center
    }

    .qodef-background-clip-text.qodef-alignment--right .qodef-m-tagline {
        justify-self: end
    }

    .qodef-background-clip-text.qodef-title-break--disabled .qodef-m-title br {
        display: none
    }
}

@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:680px) {
    .qodef-countdown.qodef-layout--simple .qodef-digit-wrapper {
        grid-template-areas: "digit" "label"
    }

    .qodef-countdown.qodef-layout--simple .qodef-label {
        -ms-writing-mode: initial;
        writing-mode: initial;
        transform: rotate(0);
        margin: 0
    }
}

@media only screen and (max-width:1024px) {
    .qodef-highlight.qodef-title-break--disabled .qodef-m-title br {
        display: none
    }
}

@media only screen and (max-width:1024px) {
    .qodef-section-title.qodef-title-break--disabled .qodef-m-title br {
        display: none
    }
}

@media only screen and (max-width:680px) {
    .qodef-section-title {
        column-gap: var(--qode-column-gap-responsive, 22px)
    }
}

@media only screen and (max-width:680px) {
    .qodef-tabs.qodef-layout--simple.qodef-orientation--vertical {
        display: block
    }

    .qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation {
        padding-right: 0;
        margin-right: 0;
        border-right: 0
    }

    .qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-content {
        margin-top: 26px
    }

    .qodef-tabs.qodef-layout--simple .qodef-tabs-content {
        margin: 26px 0 0
    }
}

@media only screen and (max-width:1024px) {
    .qodef-vertical-workflow .qodef-m-item {
        grid-template-areas: "separator image" "separator content";
        grid-template-columns: min-content minmax(0, 1fr);
        align-items: center;
        gap: 40px
    }

    .qodef-vertical-workflow .qodef-m-item:nth-of-type(2n) {
        grid-template-areas: "separator image" "separator content"
    }

    .qodef-vertical-workflow .qodef-m-item:first-of-type .qodef-e-image {
        padding-top: 0
    }

    .qodef-vertical-workflow .qodef-m-item:last-of-type .qodef-e-image {
        padding-bottom: 0
    }

    .qodef-vertical-workflow .qodef-e-content {
        padding: 0 0 35px
    }

    .qodef-vertical-workflow .qodef-e-image {
        padding-bottom: 0
    }
}

.qodef-vertical-workflow .qodef-m-item .qodef-e-image img {
    opacity: 0;
    transition: opacity .35s, transform .9s cubic-bezier(.39, .1, 0, .98);
    transform: translateX(-120px)
}

.qodef-vertical-workflow .qodef-m-item:nth-of-type(even) .qodef-e-image img {
    transform: translateX(120px);
    transition-delay: .3s, .3s
}

.qodef-vertical-workflow .qodef-m-item.qodef--appeared .qodef-e-image img {
    opacity: 1;
    transform: translateX(0)
}

@media only screen and (max-width:680px) {
    .qodef-video-button .qodef-m-play svg {
        height: 60px;
        width: auto
    }
}

@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
    }
}