.teenglow-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 {
    position: fixed;
    width: 40px;
    height: 40px;
    right: 33px;
    bottom: 65px;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 10000;
}
#qodef-back-to-top.qodef--predefined {
    width: 72px;
    height: 72px;
}
#qodef-back-to-top.qodef--predefined .qodef-back-to-top-icon {
    display: block;
    color: #d1bcee;
    background-color: transparent;
    border: none;
    transform: rotate(-15deg);
    transition: transform 0.3s cubic-bezier(0.45, 0, 0.55, 1);
}
#qodef-back-to-top.qodef--predefined .qodef-back-to-top-icon svg {
    width: 72px;
    height: 72px;
}
#qodef-back-to-top.qodef--predefined:hover .qodef-back-to-top-icon {
    color: #d1bcee;
    background-color: transparent;
    transform: rotate(0);
}
#qodef-back-to-top .qodef-back-to-top-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: 20px;
    color: #fff;
    background-color: var(--qode-main-color);
    border: 1px solid var(--qode-main-color);
    overflow: hidden;
    transition: color 0.3s ease-out, background-color 0.3s ease-out, border-color 0.3s ease-out;
}
#qodef-back-to-top .qodef-back-to-top-icon * {
    display: block;
    line-height: inherit;
}
#qodef-back-to-top svg {
    display: block;
    width: 18px;
    height: auto;
    fill: currentColor;
}
#qodef-back-to-top:hover .qodef-back-to-top-icon {
    color: var(--qode-main-color);
    background-color: #fff;
}
#qodef-back-to-top.qodef--off {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.15s ease, visibility 0s 0.15s;
}
#qodef-back-to-top.qodef--on {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s ease;
}
.qodef-background-text {
    position: relative;
}
.qodef-background-text .qodef-m-background-text-holder {
    display: flex;
    height: 100%;
    position: absolute;
    width: 100%;
}
.qodef-background-text .qodef-m-background-text {
    color: var(--qode-main-color);
    font-family: Inter, sans-serif;
    font-size: 200px;
    line-height: 1em;
}
.qodef-blog.qodef-shortcode .qodef-blog-static-title {
    margin: 0 0 42px;
}
.qodef-blog.qodef-shortcode .qodef-blog-slider-navigation-holder {
    position: absolute;
    top: 3px;
    right: 0;
}
.qodef-blog.qodef-shortcode .qodef-blog-slider-navigation-holder .qodef-blog-slider-navigation-holder-inner {
    position: relative;
    display: flex;
    gap: 100px;
}
.qodef-blog.qodef-shortcode .qodef-blog-slider-navigation-holder .swiper-button-next,
.qodef-blog.qodef-shortcode .qodef-blog-slider-navigation-holder .swiper-button-prev {
    top: 0 !important;
    position: absolute;
    transform: none !important;
}
.qodef-blog.qodef-shortcode .qodef-blog-slider-navigation-holder .swiper-button-next svg,
.qodef-blog.qodef-shortcode .qodef-blog-slider-navigation-holder .swiper-button-prev svg {
    width: 56px;
    height: auto;
}
.qodef-blog.qodef-shortcode .qodef-blog-slider-navigation-holder .swiper-button-prev {
    left: auto !important;
    right: 92px !important;
}
.qodef-blog.qodef-shortcode .qodef-blog-slider-navigation-holder .swiper-button-next {
    left: auto !important;
    right: 0 !important;
}
.qodef-blog.qodef-item-layout--basic article .qodef-e-content {
    margin: 19px 0 0;
}
.qodef-blog.qodef-item-layout--basic article .qodef-e-top-holder {
    margin-bottom: 12px;
}
.qodef-blog.qodef-item-layout--basic article .qodef-e-excerpt {
    margin: 10px 0 0;
}
.qodef-blog.qodef-item-layout--info-on-image {
    margin: 0;
}
.qodef-blog.qodef-item-layout--info-on-image article .qodef-e-media {
    height: 100%;
    width: 100%;
}
.qodef-blog.qodef-item-layout--info-on-image article .qodef-e-content {
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    padding: 20px 40px 35px;
    background-color: rgba(0, 0, 180, 0.12);
}
.qodef-blog.qodef-item-layout--info-on-image article .qodef-e-content a {
    position: relative;
    z-index: 3;
}
.qodef-blog.qodef-item-layout--info-on-image article .qodef-e-title {
    color: #fff;
}
.qodef-blog.qodef-item-layout--info-on-image article .qodef-e-title a {
    color: inherit;
}
.qodef-blog.qodef-item-layout--info-on-image article .qodef-e-title a:hover {
    color: var(--qode-main-color);
}
.qodef-blog.qodef-item-layout--info-on-image article .qodef-e-info > * {
    color: #fff;
}
.qodef-blog.qodef-item-layout--info-on-image article .qodef-e-info a:hover {
    color: var(--qode-main-color);
}
.qodef-blog.qodef-item-layout--info-on-image article .qodef-e-post-link {
    z-index: 2;
}
.qodef-blog.qodef-item-layout--minimal article .qodef-e-content {
    margin: 12px 0 0;
}
.qodef-blog.qodef-item-layout--minimal article .qodef-e-top-holder {
    margin-bottom: 3px;
}
.qodef-blog.qodef-item-layout--minimal article .qodef-e-bottom-holder {
    margin: 0;
}
.qodef-blog.qodef-item-layout--side-by-side article .qodef-e-inner {
    align-items: flex-start;
    display: flex;
}
.qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media {
    flex-shrink: 0;
    margin-right: 20px;
    width: 120px;
}
.qodef-blog.qodef-item-layout--side-by-side article .qodef-e-content {
    margin: 0;
}
.qodef-blog.qodef-item-layout--side-by-side article .qodef-e-bottom-holder {
    margin-top: 5px;
}
.widget.widget_teenglow_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:not(:last-child) {
    margin-bottom: 20px;
}
.widget.widget_teenglow_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:first-child {
    margin-top: 7px;
}
.widget.widget_teenglow_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media {
    margin-right: 20px;
    width: 80px !important;
}
.widget.widget_teenglow_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article:not(:last-child) {
    margin: 0 0 42px;
}
#qodef-top-area .widget.widget_teenglow_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:not(:last-child) {
    margin-bottom: 20px;
}
#qodef-top-area .widget.widget_teenglow_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:first-child {
    margin-top: 7px;
}
#qodef-top-area .widget.widget_teenglow_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media {
    margin-right: 20px;
    width: 80px !important;
}
#qodef-top-area .widget.widget_teenglow_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article:not(:last-child) {
    margin: 0 0 42px;
}
#qodef-page-footer .widget.widget_teenglow_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:not(:last-child) {
    margin-bottom: 20px;
}
#qodef-page-footer .widget.widget_teenglow_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:first-child {
    margin-top: 7px;
}
#qodef-page-footer .widget.widget_teenglow_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media {
    margin-right: 20px;
    width: 80px !important;
}
#qodef-page-footer .widget.widget_teenglow_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article:not(:last-child) {
    margin: 0 0 42px;
}
#qodef-page-footer .widget.widget_teenglow_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article .qodef-e-title a:hover {
    color: #fff;
}
#qodef-side-area .widget.widget_teenglow_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:not(:last-child) {
    margin-bottom: 20px;
}
#qodef-side-area .widget.widget_teenglow_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:first-child {
    margin-top: 7px;
}
#qodef-side-area .widget.widget_teenglow_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media {
    margin-right: 20px;
    width: 80px !important;
}
#qodef-side-area .widget.widget_teenglow_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article:not(:last-child) {
    margin: 0 0 42px;
}
.qodef-mega-menu-widget-holder .widget.widget_teenglow_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:not(:last-child) {
    margin-bottom: 20px;
}
.qodef-mega-menu-widget-holder .widget.widget_teenglow_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:first-child {
    margin-top: 7px;
}
.qodef-mega-menu-widget-holder .widget.widget_teenglow_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media {
    margin-right: 20px;
    width: 80px !important;
}
.qodef-mega-menu-widget-holder .widget.widget_teenglow_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article:not(:last-child) {
    margin: 0 0 42px;
}
#qodef-author-info {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-top: 108px;
    background-color: #f9f9f9;
    padding: 24px 26px;
}
#qodef-author-info .qodef-m-inner {
    position: relative;
    display: flex;
    align-items: center;
}
#qodef-author-info .qodef-m-image {
    flex-shrink: 0;
    margin-right: 39px;
}
#qodef-author-info .qodef-m-image a,
#qodef-author-info .qodef-m-image img {
    display: block;
}
#qodef-author-info .qodef-m-image img {
    border-radius: 50%;
}
#qodef-author-info .qodef-author-position {
    font-size: 13px;
    line-height: 1.92em;
    font-weight: 600;
    letter-spacing: 0.1em;
    color: #0000b4;
    text-transform: uppercase;
}
#qodef-author-info .qodef-author-position a,
#qodef-author-info .qodef-author-position span {
    color: inherit;
}
#qodef-author-info .qodef-m-author {
    margin: 0;
}
#qodef-author-info .qodef-m-email {
    margin: 5px 0 0;
}
#qodef-author-info .qodef-m-description {
    margin: 12px 0 0;
    padding-right: 8%;
}
#qodef-author-info .qodef-m-social-icons {
    margin-top: 18px;
}
#qodef-author-info .qodef-m-social-icons a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: 16px;
}
#qodef-author-info .qodef-m-social-icons a:last-child {
    margin-right: 0;
}
#qodef-related-posts {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-top: 72px;
}
#qodef-related-posts .qodef-related-posts-title {
    margin: 0 0 29px;
}
#qodef-related-posts article.format-gallery .qodef-e-media-gallery .swiper-button-prev {
    left: 25px !important;
}
#qodef-related-posts article.format-gallery .qodef-e-media-gallery .swiper-button-next {
    right: 25px !important;
}
#qodef-related-posts article.format-video .qodef-e-inner {
    height: 100%;
    display: flex;
    flex-direction: column;
}
#qodef-related-posts article.format-video .qodef-e-media {
    flex-grow: 1;
}
#qodef-related-posts article.format-video .mejs-container,
#qodef-related-posts article.format-video .qodef-e-media-video,
#qodef-related-posts article.format-video .wp-video {
    height: 100% !important;
    width: 100% !important;
}
#qodef-related-posts article.format-video video {
    height: 100% !important;
    width: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
}
#qodef-single-post-navigation {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 60px 0 3px;
}
#qodef-single-post-navigation .qodef-m-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#qodef-single-post-navigation .qodef-m-nav {
    position: relative;
    display: flex;
    align-items: center;
}
#qodef-single-post-navigation .qodef-m-nav > * {
    display: block;
    line-height: inherit;
}
#qodef-single-post-navigation .qodef-m-nav .qodef-m-pagination-icon {
    position: relative;
    top: -2px;
    display: block;
    width: 13px;
    height: auto;
    fill: currentColor;
    stroke: none;
}
#qodef-single-post-navigation .qodef-m-nav.qodef--prev {
    left: 0;
}
#qodef-single-post-navigation .qodef-m-nav.qodef--prev .qodef-m-pagination-icon {
    margin-right: 7px;
}
#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: 7px;
}
#qodef-single-post-navigation .qodef-m-nav-label {
    font-size: 14px;
    line-height: 1.785em;
    font-weight: 500;
    color: #0000b4;
    display: inline-flex;
    vertical-align: middle;
    flex-wrap: wrap;
    position: relative;
}
#qodef-single-post-navigation .qodef-m-nav-label:after,
#qodef-single-post-navigation .qodef-m-nav-label:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    background: currentColor;
}
#qodef-single-post-navigation .qodef-m-nav-label:before {
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
#qodef-single-post-navigation .qodef-m-nav-label:after {
    transform: scaleX(1);
    transform-origin: right;
    transition: transform 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96) 0.4s;
}
#qodef-single-post-navigation .qodef-m-nav-label:after {
    display: none;
}
#qodef-single-post-navigation .qodef-m-nav-label:hover:before {
    transform: scaleX(1);
    transform-origin: left;
    transition: transform 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96) 0.4s;
}
#qodef-single-post-navigation .qodef-m-nav-label:hover:after {
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
#qodef-single-post-navigation .qodef-m-nav-label:hover:before {
    transition-delay: 0s;
}
#qodef-content-bottom .widget {
    margin: 0;
}
.qodef--drag-cursor {
    cursor: none;
}
.qodef--drag-cursor * {
    cursor: inherit;
}
.qodef--drag-cursor .swiper-wrapper {
    min-width: 1000%;
}
.qodef-m-custom-cursor {
    height: 135px;
    left: 50%;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    top: 50%;
    transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
    visibility: hidden;
    width: 135px;
    z-index: 9999;
}
.qodef-m-custom-cursor-inner {
    border-radius: 50%;
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.qodef-m-custom-cursor.qodef--show {
    opacity: 1;
    visibility: visible;
}
.qodef-m-custom-cursor.qodef--hide {
    opacity: 0;
    visibility: hidden;
}
#qodef-page-footer .qodef-alignment--left {
    text-align: left;
}
#qodef-page-footer .qodef-alignment--left .widget img {
    margin-right: auto;
}
#qodef-page-footer .qodef-alignment--center {
    text-align: center;
}
#qodef-page-footer .qodef-alignment--center .widget img {
    margin-right: auto;
    margin-left: auto;
}
#qodef-page-footer .qodef-alignment--right {
    text-align: right;
}
#qodef-page-footer .qodef-alignment--right .widget img {
    margin-left: auto;
}
#qodef-page-footer-bottom-area-inner .qodef-grid.qodef-gutter--custom,
#qodef-page-footer-top-area-inner .qodef-grid.qodef-gutter--custom {
    --qode-columns-row-gap: var(--qode-columns-col-gap);
}
@media (min-width: 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-page-bottom-text-holder {
    position: relative;
    background-color: #0000b4;
    color: #f9f9f9;
    height: 249px;
    overflow: hidden;
    padding: 22px 0 0;
}
.qodef-footer-skin--dark .qodef-page-bottom-text-holder {
    background-color: #f9f9f9;
    color: #0000b4;
}
.qodef-page-bottom-text-holder .qodef-page-bottom-text {
    opacity: 0;
    transition: opacity 0s;
}
.qodef-page-bottom-text-holder .qodef-page-bottom-text.qodef--appeared {
    opacity: 1;
}
.qodef-page-bottom-text {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    transform: translateY(-11.5%);
    font-family: "DM Sans", sans-serif;
    text-align: center;
    font-weight: 600;
    font-size: 16.2vw;
    line-height: 1;
    letter-spacing: -0.01em;
}
@media only screen and (max-width: 1680px) {
    .qodef-page-bottom-text {
        transform: translateY(-25.5%);
    }
}
@media only screen and (max-width: 1440px) {
    .qodef-page-bottom-text {
        transform: translateY(-23.5%);
    }
}
@media only screen and (max-width: 1366px) {
    .qodef-page-bottom-text {
        transform: translateY(-21.5%);
    }
}
#qodef-fullscreen-area {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #d1bcee;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow-x: hidden !important;
    visibility: hidden;
    opacity: 0;
    z-index: 99;
}
#qodef-fullscreen-area .qodef-content-grid {
    height: 100%;
}
#qodef-fullscreen-area .qodef-content-grid .qodef-fullscreen-menu {
    width: 100%;
}
#qodef-fullscreen-area .qodef-fullscreen-widget-area-one {
    position: absolute;
    bottom: 35px;
    left: 40px;
}
#qodef-fullscreen-area .qodef-fullscreen-widget-area-two {
    position: absolute;
    bottom: 35px;
    right: 50px;
}
@media only screen and (max-width: 480px) {
    #qodef-fullscreen-area .qodef-fullscreen-area-widgets {
        position: absolute;
        bottom: 20px;
        width: 86%;
        left: 7%;
    }
    #qodef-fullscreen-area .qodef-fullscreen-widget-area-one,
    #qodef-fullscreen-area .qodef-fullscreen-widget-area-two {
        position: relative;
        bottom: auto;
        left: auto;
        right: auto;
    }
    #qodef-fullscreen-area .qodef-fullscreen-widget-area-one .wp-block-group,
    #qodef-fullscreen-area .qodef-fullscreen-widget-area-two .wp-block-group {
        flex-direction: column;
        align-items: flex-start;
    }
    #qodef-fullscreen-area .qodef-fullscreen-widget-area-two {
        margin-top: 20px;
    }
}
#qodef-fullscreen-area .widget.widget_teenglow_core_social_icons_group {
    display: flex;
    align-items: center;
}
#qodef-fullscreen-area .widget.widget_teenglow_core_social_icons_group .widgettitle {
    font-size: 22px;
    line-height: 1.36em;
    font-weight: 600;
    margin: 0 15px 0 0;
}
#qodef-fullscreen-area .qodef-image-holder {
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
    max-width: 50vw;
}
@media only screen and (max-width: 480px) {
    #qodef-fullscreen-area .qodef-image-holder {
        display: none;
    }
}
.qodef-fullscreen-menu-animate--in #qodef-fullscreen-area {
    animation: qode-fade-in 0.25s linear both;
}
.qodef-fullscreen-menu-animate--out #qodef-fullscreen-area {
    animation: qode-fade-out 0.25s linear both;
}
#qodef-fullscreen-area-inner {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
}
.qodef-fullscreen-menu {
    position: relative;
    top: 0;
    margin: 0 auto;
    text-align: left;
}
.qodef-fullscreen-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.qodef-fullscreen-menu ul li {
    position: relative;
    margin: 0;
    padding: 0;
}
.qodef-fullscreen-menu ul li a .qodef-menu-item-arrow {
    display: none;
}
.qodef-fullscreen-menu ul li.qodef--hide-link > a {
    cursor: default;
}
.qodef-fullscreen-menu ul.sub-menu {
    display: none;
}
.qodef-fullscreen-menu .qodef-menu-item-icon {
    margin-right: 5px;
}
.qodef-fullscreen-menu .qodef-mega-menu-widget-holder {
    display: none;
}
.qodef-fullscreen-menu > ul > li {
    padding: 12px 0;
    overflow: hidden;
}
.qodef-fullscreen-menu > ul > li > a {
    font-family: Inter, sans-serif;
    letter-spacing: -0.02em;
    color: #0000b4;
    font-size: 60px;
    line-height: 1.13333em;
    font-weight: 700;
}
.qodef-fullscreen-menu > ul > li > a:hover {
    color: var(--qode-main-color);
}
.qodef-fullscreen-menu > ul > li.current-menu-ancestor > a,
.qodef-fullscreen-menu > ul > li.current-menu-item > a {
    color: var(--qode-main-color);
}
.qodef-fullscreen-menu .qodef-drop-down-second-inner > ul {
    padding: 19px 0 2px;
}
.qodef-fullscreen-menu .qodef-drop-down-second-inner ul {
    padding-left: 16px;
}
.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li > a {
    position: relative;
    display: block;
    white-space: normal;
    margin: 10px 0;
    overflow: hidden;
    transition: padding 0.3s ease-out;
    font-family: Inter, sans-serif;
    font-size: 14px;
    line-height: 1.714em;
    font-weight: 600;
    letter-spacing: -0.02em;
    margin: 0;
    padding: 6px 0;
}
.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li > a .qodef-menu-item-text {
    background-repeat: no-repeat;
    transition: background-size 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
    background-size: 0 1px;
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0 100%;
    display: inline;
    padding: 2px 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 .qodef-menu-item-text {
    padding: 4px 0;
}
.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li > a:hover {
    color: currentColor;
}
.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li > a:hover .qodef-menu-item-text {
    background-size: 100% 1px;
}
.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li:last-child > a {
    padding-bottom: 0;
}
.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li.current-menu-ancestor > a,
.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li.current-menu-item > a {
    color: currentColor;
}
.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li.current-menu-ancestor > a .qodef-menu-item-text,
.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li.current-menu-item > a .qodef-menu-item-text {
    background-size: 100% 1px;
}
@media only screen and (max-width: 480px) {
    #qodef-fullscreen-area .qodef-fullscreen-menu {
        margin-top: -30px;
    }
    .qodef-fullscreen-menu > ul > li {
        padding: 9px 0;
    }
    .qodef-fullscreen-menu > ul > li > a {
        font-size: 50px;
        line-height: 1.1em;
    }
    .qodef-fullscreen-menu .qodef-drop-down-second-inner > ul {
        padding: 10px 0 0 16px;
    }
    .qodef-fullscreen-menu .qodef-drop-down-second-inner ul li > a {
        padding: 3px 0;
    }
}
.qodef-fullscreen-menu-opener.qodef-source--predefined .qodef-m-icon.qodef--open {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: var(--qode-main-color);
}
.qodef-fullscreen-menu-opener.qodef-source--predefined .qodef-m-icon svg {
    display: block;
    color: #fff;
}
.qodef-fullscreen-menu--opened .qodef-fullscreen-menu-opener {
    color: #fff;
}
.qodef-fullscreen-menu--opened .qodef-fullscreen-menu-opener.qodef-source--predefined .qodef-m-icon.qodef--open {
    background-color: transparent;
}
.qodef-fullscreen-menu--opened .qodef-fullscreen-menu-opener.qodef-source--predefined .qodef-m-icon svg {
    transform: rotate(90deg);
    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-page-header-inner .qodef-header-logo-link img.qodef--main {
    opacity: 1;
}
.qodef-fullscreen-menu--opened #qodef-page-header #qodef-page-header-inner .qodef-header-logo-link img.qodef--dark,
.qodef-fullscreen-menu--opened #qodef-page-header #qodef-page-header-inner .qodef-header-logo-link img.qodef--light {
    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: 24px;
}
#qodef-page-header .qodef-widget-holder .widget {
    margin: 0 12px;
}
#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--light .qodef-fullscreen-menu-opener.qodef-source--predefined .qodef-m-icon.qodef--open,
.qodef-custom-header-layout.qodef-skin--light .qodef-fullscreen-menu-opener.qodef-source--predefined .qodef-m-icon.qodef--open {
    background-color: var(--qode-header-light-color);
}
.qodef-fullscreen-menu--opened #qodef-page-header-inner.qodef-skin--light .qodef-fullscreen-menu-opener.qodef-source--predefined .qodef-m-icon.qodef--open,
.qodef-fullscreen-menu--opened .qodef-custom-header-layout.qodef-skin--light .qodef-fullscreen-menu-opener.qodef-source--predefined .qodef-m-icon.qodef--open {
    background-color: transparent;
}
#qodef-page-header-inner.qodef-skin--light .qodef-fullscreen-menu-opener.qodef-source--predefined .qodef-m-icon.qodef--open svg,
.qodef-custom-header-layout.qodef-skin--light .qodef-fullscreen-menu-opener.qodef-source--predefined .qodef-m-icon.qodef--open svg {
    color: var(--qode-main-color);
}
#qodef-page-header-inner.qodef-skin--dark nav > ul > li > a,
.qodef-custom-header-layout.qodef-skin--dark nav > ul > li > a {
    color: var(--qode-header-dark-color) !important;
}
#qodef-page-header-inner.qodef-skin--dark nav > ul > li > a:hover,
.qodef-custom-header-layout.qodef-skin--dark nav > ul > li > a:hover {
    color: var(--qode-header-dark-hover-color) !important;
}
#qodef-page-header-inner.qodef-skin--dark nav > ul > li.current-menu-ancestor > a,
#qodef-page-header-inner.qodef-skin--dark nav > ul > li.current-menu-item > a,
.qodef-custom-header-layout.qodef-skin--dark nav > ul > li.current-menu-ancestor > a,
.qodef-custom-header-layout.qodef-skin--dark nav > ul > li.current-menu-item > a {
    color: var(--qode-header-dark-hover-color) !important;
}
#qodef-page-header-inner.qodef-skin--dark .qodef-opener-icon.qodef-source--icon-pack:not(.qodef--opened),
#qodef-page-header-inner.qodef-skin--dark .qodef-opener-icon.qodef-source--predefined:not(.qodef--opened),
#qodef-page-header-inner.qodef-skin--dark .qodef-opener-icon.qodef-source--svg-path:not(.qodef--opened),
.qodef-custom-header-layout.qodef-skin--dark .qodef-opener-icon.qodef-source--icon-pack:not(.qodef--opened),
.qodef-custom-header-layout.qodef-skin--dark .qodef-opener-icon.qodef-source--predefined:not(.qodef--opened),
.qodef-custom-header-layout.qodef-skin--dark .qodef-opener-icon.qodef-source--svg-path:not(.qodef--opened) {
    color: var(--qode-header-dark-color) !important;
}
#qodef-page-header .qodef-header-logo-link img.qodef--main {
    opacity: 1;
}
#qodef-page-header .qodef-header-logo-link img.qodef--dark,
#qodef-page-header .qodef-header-logo-link img.qodef--light {
    opacity: 0;
}
#qodef-page-header .qodef-header-logo-link img:not(.qodef--main) {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    padding: inherit;
}
#qodef-page-header .qodef-header-logo-link.qodef-source--svg-path svg {
    display: block;
    width: 50px;
    height: auto;
    fill: currentColor;
    stroke: currentColor;
}
#qodef-page-header .qodef-header-logo-link.qodef-source--textual {
    font-family: Inter, sans-serif;
    letter-spacing: -0.02em;
    color: #0000b4;
    font-size: 31px;
    line-height: 1.22581em;
    font-weight: 600;
    transition: color 0.3s 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 {
    height: 90px;
}
.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;
    margin-right: 0;
}
.qodef-header--divided #qodef-page-header .qodef-header-logo-link {
    justify-content: center;
}
.qodef-header--divided #qodef-page-header .qodef-header-navigation {
    margin: 0 60px;
}
@media only screen and (max-width: 1280px) {
    .qodef-header--divided #qodef-page-header .qodef-header-navigation {
        margin: 0 40px;
    }
}
.qodef-header--divided #qodef-page-header-inner {
    align-items: center;
    justify-content: center;
}
.qodef-header--minimal #qodef-page-header {
    height: 124px;
}
.qodef-header--minimal #qodef-page-header-inner .qodef-header-logo-link {
    margin-right: auto;
}
.qodef-header--minimal #qodef-page-header-inner .qodef-widget-holder {
    margin-right: 30px;
}
.qodef-header-standard--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: 70px;
}
.qodef-header--fixed-display #qodef-page-header,
.qodef-header--fixed-display #qodef-top-area {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}
.qodef--boxed.qodef-header--fixed-display #qodef-top-area {
    left: 30px;
    width: calc(100% - 60px);
}
.qodef--boxed.qodef-header--fixed-display #qodef-page-header {
    left: 30px;
    width: calc(100% - 60px);
}
.qodef-header--fixed-display.admin-bar #qodef-page-header,
.qodef-header--fixed-display.admin-bar #qodef-top-area {
    top: 32px;
}
.qodef-header-sticky {
    position: fixed;
    top: 0;
    left: 0;
    height: 70px;
    width: 100%;
    background-color: #fff;
    transform: translateY(-100%);
    transition: transform 0.5s ease, top 0.5s ease;
    z-index: 100;
}
.qodef-header--sticky-display .qodef-header-sticky {
    transform: translateY(0);
}
.admin-bar.qodef-header--sticky-display .qodef-header-sticky {
    top: 32px;
}
.qodef-header-sticky-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    padding: 0 40px;
    box-shadow: -3px 3px 13px 0 rgba(0, 0, 0, 0.05);
}
.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-logo-link {
    margin-right: 70px;
}
.qodef-header-standard--left .qodef-header-sticky-inner .qodef-widget-holder {
    margin-left: auto !important;
}
#qodef-top-area {
    position: relative;
    background-color: #e8dcf9;
    z-index: 101;
}
#qodef-top-area .qodef-widget-holder {
    display: flex;
    align-items: center;
    height: 100%;
    gap: 40px;
}
#qodef-top-area .qodef-widget-holder.qodef--left {
    margin-right: auto;
}
#qodef-top-area .qodef-widget-holder.qodef--center {
    margin: 0 auto;
}
#qodef-top-area .qodef-widget-holder.qodef--right {
    margin-left: auto;
}
#qodef-top-area .qodef-widget-holder .widget {
    margin: 0 20px;
}
#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 40px;
    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-top-area #qodef-top-area-inner .widget {
    font-size: 14px;
}
#qodef-top-area #qodef-top-area-inner.qodef-skin--light .widget:not(.widget_teenglow_core_title_widget) {
    color: #fff;
}
#qodef-top-area #qodef-top-area-inner.qodef-skin--light .widget:not(.widget_teenglow_core_title_widget) a {
    color: #fff;
}
#qodef-top-area #qodef-top-area-inner.qodef-skin--light .widget:not(.widget_teenglow_core_title_widget) a:hover {
    color: #e8dcf9;
}
#qodef-top-area #qodef-top-area-inner .qodef-widget-title {
    font-size: 14px;
    font-weight: 500;
}
#qodef-top-area #qodef-top-area-inner .widget_teenglow_core_contact_info {
    display: flex;
    align-items: center;
}
#qodef-top-area #qodef-top-area-inner .widget_teenglow_core_contact_info .qodef-widget-title {
    margin: 0 5px 0 0;
}
#qodef-top-area #qodef-top-area-inner .widget_teenglow_core_social_icons_group {
    display: flex;
    align-items: center;
}
#qodef-top-area #qodef-top-area-inner .widget_teenglow_core_social_icons_group .qodef-widget-title {
    margin: 0 16px 0 0;
}
#qodef-top-area #qodef-top-area-inner .widget_teenglow_core_social_icons_group .qodef-social-icons-group .qodef-icon-holder {
    font-size: 16px;
    margin-right: 18px;
}
#qodef-top-area #qodef-top-area-inner .widget_teenglow_core_social_icons_group .qodef-social-icons-group .qodef-icon-holder:last-child {
    margin: 0;
}
#qodef-top-area #qodef-top-area-inner .qodef-emphasized-text {
    font-size: 13px;
    line-height: 1.92em;
    font-weight: 600;
    letter-spacing: 0.1em;
    color: #0000b4;
    text-transform: uppercase;
}
#qodef-top-area #qodef-top-area-inner .qodef-emphasized-text a,
#qodef-top-area #qodef-top-area-inner .qodef-emphasized-text span {
    color: inherit;
}
#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: #f9f9f9;
}
.qodef-map-marker-holder {
    transform: translate(-50%, -100%);
    z-index: 10;
}
.qodef-map-marker-holder.qodef-active {
    z-index: 500;
}
.qodef-map-marker-holder.qodef-active .qodef-map-marker svg path:first-child {
    fill: #3ebeb4;
}
.qodef-map-marker-holder.qodef-active .qodef-map-marker svg path:last-child {
    fill: #51a69e;
}
.qodef-map-marker-holder#qodef-geo-location-marker .qodef-info-window {
    display: block;
}
.qodef-map-marker-holder#qodef-geo-location-marker .qodef-map-marker svg path:first-child {
    fill: #3ebeb4;
}
.qodef-map-marker-holder#qodef-geo-location-marker .qodef-map-marker svg path:last-child {
    fill: #51a69e;
}
.qodef-map-marker-holder .qodef-map-marker {
    position: relative;
    width: 50px;
    height: auto;
    transition: all 0.15s ease-out;
}
.qodef-map-marker-holder .qodef-map-marker .qodef-map-marker-inner {
    position: relative;
    width: 100%;
    height: 100%;
}
.qodef-map-marker-holder .qodef-map-marker svg {
    width: 100%;
    height: auto;
}
.qodef-map-marker-holder .qodef-map-marker svg path {
    transition: fill 0.2s ease-in-out;
}
.qodef-map-marker-holder .qodef-map-marker:hover svg path:first-child {
    fill: #3ebeb4;
}
.qodef-map-marker-holder .qodef-map-marker:hover svg path:last-child {
    fill: #51a69e;
}
.qodef-map-marker-holder .qodef-info-window {
    position: absolute;
    top: -10px;
    left: -17px;
    display: none;
    min-width: 284px;
    background-color: #fff;
    border: 1px solid var(--qode-main-color);
    border-radius: 4px;
    box-shadow: 3px 3px 15px 0 rgba(0, 0, 180, 0.5);
    z-index: 10;
    transition: opacity 0.3s ease;
    transform: translate(0, -100%);
}
.qodef-map-marker-holder .qodef-info-window-inner {
    position: relative;
    display: flex;
    align-items: center;
    padding: 8px;
}
.qodef-map-marker-holder .qodef-info-window-inner:after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 35px;
    width: 5px;
    height: 5px;
    background-color: #fff;
    border-top: 1px solid 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 0.2s ease-out;
}
.qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-location {
    margin: 3px 0 0;
    font-family: Inter, sans-serif;
    font-size: 14px;
    line-height: 1.2em;
}
.qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
}
.qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-link:hover ~ .qodef-info-window-details .qodef-info-window-title {
    color: var(--qode-main-color);
}
.qodef-cluster-marker {
    width: 50px;
    height: auto;
}
.qodef-cluster-marker.qodef-active svg path:first-child,
.qodef-cluster-marker:hover svg path:first-child {
    fill: #3ebeb4;
}
.qodef-cluster-marker.qodef-active svg path:last-child,
.qodef-cluster-marker:hover svg path:last-child {
    fill: #51a69e;
}
.qodef-cluster-marker .qodef-cluster-marker-inner {
    position: relative;
}
.qodef-cluster-marker .qodef-cluster-marker-inner .qodef-cluster-marker-number {
    position: absolute;
    top: -4px;
    left: 0;
    right: 0;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    color: #0000b4;
}
.qodef-cluster-marker svg {
    width: 100%;
    height: auto;
}
.qodef-cluster-marker svg path {
    transition: fill 0.2s ease-in-out;
}
.qodef-places-geo-radius {
    position: absolute;
    left: 0;
    top: calc(100% + 10px);
    width: 100%;
    height: 48px;
    display: none;
    padding: 10px 20px;
    background-color: #fff;
    border: 1px solid 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: #fff;
}
#qodef-page-mobile-header .qodef-widget-holder {
    display: flex;
    align-items: center;
    height: 100%;
}
#qodef-page-mobile-header .qodef-widget-holder .widget {
    margin: 0 0 0 12px;
}
#qodef-page-mobile-header .widget {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}
#qodef-page-mobile-header .widget .textwidget > *,
#qodef-page-mobile-header .widget .widget p {
    margin: 0;
}
#qodef-page-mobile-header div[id^="monster-widget-placeholder"],
#qodef-page-mobile-header div[id^="woo-monster-widget-placeholder"] {
    display: none;
}
#qodef-page-mobile-header .qodef-mobile-header-opener.qodef--opened {
    color: var(--qode-main-color);
}
#qodef-page-mobile-header .qodef-mobile-header-opener.qodef--opened .qodef-m-icon {
    visibility: hidden;
}
#qodef-page-mobile-header .qodef-mobile-header-opener.qodef--opened .qodef-m-icon.qodef--close {
    visibility: visible;
}
.qodef-mobile-header--sticky #qodef-page-mobile-header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    transform: translateY(-100%);
}
.qodef-mobile-header--sticky-animation #qodef-page-mobile-header {
    transition: transform 0.3s ease, top 0.3s ease;
}
.qodef-mobile-header--sticky-display #qodef-page-mobile-header {
    transform: translateY(0);
}
.admin-bar.qodef-mobile-header--sticky-display #qodef-page-mobile-header {
    top: 46px;
}
.qodef--passepartout #qodef-page-mobile-header-inner {
    padding: 0;
}
.qodef-mobile-header-navigation ul li .qodef-content-grid {
    width: 100%;
}
#qodef-page-mobile-header .qodef-header-logo-image.qodef--customizer {
    max-height: 100%;
    width: auto;
    margin-right: auto;
}
#qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--main {
    opacity: 1;
}
#qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--dark,
#qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--light {
    opacity: 0;
}
#qodef-page-mobile-header .qodef-mobile-header-logo-link img:not(.qodef--main) {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
#qodef-page-mobile-header .qodef-mobile-header-logo-link.qodef-source--svg-path svg {
    display: block;
    width: 50px;
    height: auto;
    fill: currentColor;
    stroke: currentColor;
}
#qodef-page-mobile-header .qodef-mobile-header-logo-link.qodef-source--textual {
    font-family: Inter, sans-serif;
    letter-spacing: -0.02em;
    color: #0000b4;
    font-size: 31px;
    line-height: 1.22581em;
    font-weight: 600;
    transition: color 0.3s 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-fullscreen-menu--opened #qodef-page-mobile-header-inner.qodef-skin--light .qodef-mobile-header-logo-link img.qodef--dark {
    opacity: 1;
}
.qodef-mobile-header--minimal.qodef-fullscreen-menu--opened #qodef-page-mobile-header-inner.qodef-skin--light .qodef-mobile-header-logo-link img:not(.qodef--dark) {
    opacity: 0;
}
.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-mobile-header--minimal #qodef-page-mobile-header-inner.qodef-skin--light .qodef-mobile-header-logo-link img.qodef--dark,
.qodef-mobile-header--minimal #qodef-page-mobile-header-inner.qodef-skin--light .qodef-mobile-header-logo-link img.qodef--main {
    opacity: 0;
}
.qodef-mobile-header--minimal #qodef-page-mobile-header-inner.qodef-skin--light .qodef-mobile-header-logo-link img.qodef--light {
    opacity: 1;
}
.qodef-mobile-header--minimal #qodef-page-mobile-header-inner.qodef-skin--light .qodef-fullscreen-menu-opener.qodef-source--predefined .qodef-m-icon.qodef--open {
    background-color: var(--qode-header-light-color) !important;
}
.qodef-mobile-header--minimal #qodef-page-mobile-header-inner.qodef-skin--light .qodef-fullscreen-menu-opener.qodef-source--predefined .qodef-m-icon.qodef--open svg {
    color: var(--qode-main-color);
}
.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 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}
#qodef-side-area-mobile-header .qodef-m-close {
    position: absolute;
    top: 26px;
    right: 40px;
    display: block;
    z-index: 1000;
    color: #fff;
}
#qodef-side-area-mobile-header .qodef-m-navigation {
    width: 100%;
}
#qodef-side-area-mobile-header .qodef-m-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#qodef-side-area-mobile-header .qodef-m-navigation ul li {
    position: relative;
    padding: 0;
    margin: 0;
}
#qodef-side-area-mobile-header .qodef-m-navigation ul li .qodef-drop-down-second {
    display: none;
    transform: translateZ(0);
}
#qodef-side-area-mobile-header .qodef-m-navigation ul li .qodef-drop-down-second-inner {
    position: relative;
    display: block;
    padding: 0;
    z-index: 997;
}
#qodef-side-area-mobile-header .qodef-m-navigation ul li .qodef-menu-item-arrow {
    position: absolute;
    top: 10px;
    right: 0;
    width: 6px;
    height: auto;
    color: #fff;
    z-index: 9;
    cursor: pointer;
    transition: color 0.3s ease-out;
    transform: rotate(0);
    transition: transform 0.3s ease-out, color 0.3s 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: block;
    white-space: normal;
    margin: 10px 0;
    overflow: hidden;
    transition: padding 0.3s ease-out;
    font-family: Inter, sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    font-weight: 500;
    color: #fff;
}
#qodef-side-area-mobile-header .qodef-m-navigation ul li ul li > a .qodef-menu-item-text {
    background-repeat: no-repeat;
    transition: background-size 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
    background-size: 0 1px;
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0 100%;
    display: inline;
    padding: 2px 0;
}
#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: currentColor;
}
#qodef-side-area-mobile-header .qodef-m-navigation ul li ul li.current-menu-ancestor > a .qodef-menu-item-text,
#qodef-side-area-mobile-header .qodef-m-navigation ul li ul li.current-menu-item > a .qodef-menu-item-text,
#qodef-side-area-mobile-header .qodef-m-navigation ul li ul li:hover > a .qodef-menu-item-text {
    background-size: 100% 1px;
}
#qodef-side-area-mobile-header .qodef-m-navigation ul li ul ul {
    display: none;
}
#qodef-side-area-mobile-header .qodef-m-navigation ul li.qodef--hide-link > a {
    cursor: default;
}
#qodef-side-area-mobile-header .qodef-m-navigation ul li.qodef-menu-item--open > .qodef-menu-item-arrow {
    transform: rotate(90deg);
}
#qodef-side-area-mobile-header .qodef-m-navigation .qodef-menu-item-icon {
    margin-right: 5px;
}
#qodef-side-area-mobile-header .qodef-m-navigation .qodef-mega-menu-widget-holder {
    display: none;
}
#qodef-side-area-mobile-header .qodef-m-navigation > ul > li > a {
    font-family: Inter, sans-serif;
    font-size: 14px;
    line-height: 1.714em;
    font-weight: 600;
    letter-spacing: -0.02em;
}
#qodef-side-area-mobile-header .qodef-m-navigation > ul > li > a:hover {
    color: var(--qode-main-color);
}
#qodef-side-area-mobile-header .qodef-m-navigation > ul > li.current-menu-ancestor > a,
#qodef-side-area-mobile-header .qodef-m-navigation > ul > li.current-menu-item > a {
    color: var(--qode-main-color);
}
#qodef-side-area-mobile-header .qodef-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 0.3s ease-out;
}
.qodef-header-navigation ul li .qodef-drop-down-second.qodef-sub-upwards {
    top: auto !important;
    bottom: 100%;
}
.qodef-header-navigation ul li .qodef-drop-down-second.qodef-sub-upwards ul ul {
    top: auto !important;
    bottom: -28px !important;
}
.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: #fff;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.05);
    border-top: 1px solid #eee;
}
.qodef--boxed .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner,
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner:not(.qodef-content-grid) {
    padding: 0 40px;
}
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul {
    display: flex;
    justify-content: space-between;
    padding: 26px 0 18px;
    margin: 0 -15px;
}
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li {
    width: 100%;
    padding: 0 15px;
}
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li > a {
    font-family: Inter, sans-serif;
    font-size: 14px;
    line-height: 1.714em;
    font-weight: 600;
    letter-spacing: -0.02em;
}
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li > a:hover {
    color: var(--qode-main-color);
}
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li .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: 24px;
}
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li ul li > a {
    position: relative;
    display: block;
    white-space: normal;
    margin: 10px 0;
    overflow: hidden;
    transition: padding 0.3s ease-out;
    font-family: Inter, sans-serif;
    font-size: 12px;
    line-height: 2em;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li ul li > a .qodef-menu-item-text {
    background-repeat: no-repeat;
    transition: background-size 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
    background-size: 0 1px;
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0 100%;
    display: inline;
    padding: 2px 0;
}
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li ul li > a .qodef-menu-item-icon {
    flex-shrink: 0;
}
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li ul li.current-menu-item > a,
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li ul li:hover > a {
    color: currentColor;
}
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li ul li.current-menu-item > a .qodef-menu-item-text,
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li ul li:hover > a .qodef-menu-item-text {
    background-size: 100% 1px;
}
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li.current-menu-ancestor > a,
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li.current-menu-item > a {
    color: var(--qode-main-color);
}
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li.qodef--hide-link:not(.current-menu-ancestor):not(.current-menu-item) > a:hover {
    color: var(--qode-main-color);
}
body:not(.qodef-drop-down-second--full-width) .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner {
    padding: 0 40px;
}
.qodef-opener-icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}
.qodef-opener-icon .qodef-m-icon {
    position: relative;
    visibility: visible;
}
.qodef-opener-icon .qodef-m-icon.qodef--close {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
}
.qodef-opener-icon.qodef-source--icon-pack {
    font-size: 35px;
}
.qodef-opener-icon.qodef-source--icon-pack * {
    display: inline-block;
    line-height: inherit;
}
.qodef-opener-icon.qodef-source--icon-pack :before {
    display: inline-block;
    line-height: inherit;
}
.qodef-opener-icon.qodef-source--icon-pack.qodef--opened .qodef-m-icon.qodef--open {
    visibility: hidden;
}
.qodef-opener-icon.qodef-source--icon-pack.qodef--opened .qodef-m-icon.qodef--close {
    visibility: visible;
}
.qodef-opener-icon.qodef-source--svg-path span {
    position: relative;
}
.qodef-opener-icon.qodef-source--svg-path span > * {
    vertical-align: middle;
}
.qodef-opener-icon.qodef-source--svg-path span path,
.qodef-opener-icon.qodef-source--svg-path span > * {
    fill: currentColor;
    stroke: currentColor;
}
.qodef-opener-icon.qodef-source--svg-path.qodef--opened .qodef-m-icon.qodef--open {
    visibility: hidden;
}
.qodef-opener-icon.qodef-source--svg-path.qodef--opened .qodef-m-icon.qodef--close {
    visibility: visible;
}
.qodef-opener-icon.qodef-source--predefined .qodef-m-lines {
    position: relative;
    display: block;
    width: 20px;
    height: 13px;
}
.qodef-opener-icon.qodef-source--predefined .qodef-m-line {
    position: absolute;
    left: 0;
    height: 1px;
    width: 100%;
    background-color: currentColor;
    transition: top 0.15s ease, transform 0.3s ease;
}
.qodef-opener-icon.qodef-source--predefined .qodef-m-line.qodef--1 {
    top: 0;
}
.qodef-opener-icon.qodef-source--predefined .qodef-m-line.qodef--2 {
    top: 6px;
}
.qodef-opener-icon.qodef-source--predefined .qodef-m-line.qodef--3 {
    bottom: 0;
}
.qodef-opener-icon.qodef-source--predefined.qodef--opened .qodef-m-line.qodef--1 {
    top: 6px;
    transform: rotate(45deg);
}
.qodef-opener-icon.qodef-source--predefined.qodef--opened .qodef-m-line.qodef--2 {
    top: 6px;
    transform: rotate(-45deg);
}
.qodef-opener-icon.qodef-source--predefined.qodef--opened .qodef-m-line.qodef--3 {
    opacity: 0;
}
.qodef-parallax {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.qodef-parallax.elementor-section {
    overflow: visible;
}
.qodef-parallax-row-holder {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.qodef-parallax-img-holder {
    position: absolute;
    top: -50%;
    height: 150%;
    left: 0;
    width: 100%;
    opacity: 0;
}
.qodef-browser--edge .qodef-parallax-img-holder,
.qodef-browser--ms-explorer .qodef-parallax-img-holder,
.touchevents .qodef-parallax-img-holder {
    top: 0;
    height: 100%;
    opacity: 1;
}
.qodef-parallax-content-holder {
    position: relative;
    z-index: 99;
}
.qodef-parallax-img-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    will-change: transform;
}
.qodef-parallax-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.touchevents .qodef-parallax-img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.qodef-browser--edge .qodef-parallax-img,
.qodef-browser--ms-explorer .qodef-parallax-img {
    height: 100%;
}
.qodef-contact-form-7,
.rs-layer {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    text-align: left;
}
#qodef-subscribe-popup-modal br,
.qodef-contact-form-7 br,
.rs-layer br {
    display: none;
}
#qodef-subscribe-popup-modal .ajax-loader,
.qodef-contact-form-7 .ajax-loader,
.rs-layer .ajax-loader {
    display: none;
}
#qodef-subscribe-popup-modal .wpcf7-form-control-wrap,
.qodef-contact-form-7 .wpcf7-form-control-wrap,
.rs-layer .wpcf7-form-control-wrap {
    display: block;
    max-width: 100%;
}
#qodef-subscribe-popup-modal .wpcf7-not-valid-tip,
.qodef-contact-form-7 .wpcf7-not-valid-tip,
.rs-layer .wpcf7-not-valid-tip {
    margin: 10px 0 0 0;
}
#qodef-subscribe-popup-modal .wpcf7-response-output,
.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-subscribe-popup-modal .wpcf7-form,
.qodef-contact-form-7 .wpcf7-form,
.rs-layer .wpcf7-form {
    position: relative;
}
#qodef-subscribe-popup-modal .wpcf7-form:before,
.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-subscribe-popup-modal .wpcf7-form:after,
.qodef-contact-form-7 .wpcf7-form:after,
.rs-layer .wpcf7-form:after {
    animation: qode-rotate 2s linear infinite;
    background-color: transparent;
    border: 2px solid #f9f9f9;
    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-subscribe-popup-modal .wpcf7-form.submitting > *,
.qodef-contact-form-7 .wpcf7-form.submitting > *,
.rs-layer .wpcf7-form.submitting > * {
    opacity: 0.3;
}
#qodef-subscribe-popup-modal .wpcf7-form.submitting:after,
#qodef-subscribe-popup-modal .wpcf7-form.submitting:before,
.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-subscribe-popup-modal input,
#qodef-subscribe-popup-modal select,
#qodef-subscribe-popup-modal textarea,
.qodef-contact-form-7 input,
.qodef-contact-form-7 select,
.qodef-contact-form-7 textarea,
.rs-layer input,
.rs-layer select,
.rs-layer textarea {
    font-size: 14px;
    font-weight: 400;
    padding: 7.5px 10px;
}
#qodef-subscribe-popup-modal input:-ms-input-placeholder,
#qodef-subscribe-popup-modal select:-ms-input-placeholder,
#qodef-subscribe-popup-modal textarea:-ms-input-placeholder,
.qodef-contact-form-7 input:-ms-input-placeholder,
.qodef-contact-form-7 select:-ms-input-placeholder,
.qodef-contact-form-7 textarea:-ms-input-placeholder,
.rs-layer input:-ms-input-placeholder,
.rs-layer select:-ms-input-placeholder,
.rs-layer textarea:-ms-input-placeholder {
    text-transform: capitalize;
}
#qodef-subscribe-popup-modal input::placeholder,
#qodef-subscribe-popup-modal select::placeholder,
#qodef-subscribe-popup-modal textarea::placeholder,
.qodef-contact-form-7 input::placeholder,
.qodef-contact-form-7 select::placeholder,
.qodef-contact-form-7 textarea::placeholder,
.rs-layer input::placeholder,
.rs-layer select::placeholder,
.rs-layer textarea::placeholder {
    text-transform: capitalize;
}
#qodef-subscribe-popup-modal textarea,
.qodef-contact-form-7 textarea,
.rs-layer textarea {
    height: 139px;
}
#qodef-subscribe-popup-modal button[type="submit"],
.qodef-contact-form-7 button[type="submit"],
.rs-layer button[type="submit"] {
    margin: 10px 0 0;
    padding: 8px 57px;
}
#qodef-subscribe-popup-modal .qodef-cf7-newsletter,
.qodef-contact-form-7 .qodef-cf7-newsletter,
.rs-layer .qodef-cf7-newsletter {
    display: flex;
    align-items: flex-start;
}
#qodef-subscribe-popup-modal .qodef-cf7-newsletter .wpcf7-form-control-wrap,
.qodef-contact-form-7 .qodef-cf7-newsletter .wpcf7-form-control-wrap,
.rs-layer .qodef-cf7-newsletter .wpcf7-form-control-wrap {
    flex-basis: 100%;
    margin: 0;
}
#qodef-subscribe-popup-modal .qodef-cf7-newsletter .qodef-m-newsletter-submit,
.qodef-contact-form-7 .qodef-cf7-newsletter .qodef-m-newsletter-submit,
.rs-layer .qodef-cf7-newsletter .qodef-m-newsletter-submit {
    background-color: transparent;
    color: var(--qode-main-color);
    padding: 0;
    margin: 0 0 0 13px;
}
#qodef-subscribe-popup-modal .qodef-cf7-newsletter .qodef-m-newsletter-submit .qodef-svg--fingers,
.qodef-contact-form-7 .qodef-cf7-newsletter .qodef-m-newsletter-submit .qodef-svg--fingers,
.rs-layer .qodef-cf7-newsletter .qodef-m-newsletter-submit .qodef-svg--fingers {
    width: 25px;
    height: auto;
}
#qodef-subscribe-popup-modal .qodef-cf7-newsletter .qodef-m-newsletter-submit:hover .qodef-svg--fingers,
.qodef-contact-form-7 .qodef-cf7-newsletter .qodef-m-newsletter-submit:hover .qodef-svg--fingers,
.rs-layer .qodef-cf7-newsletter .qodef-m-newsletter-submit:hover .qodef-svg--fingers {
    animation: qode-shake 0.8s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
    transform: rotate(0);
    backface-visibility: hidden;
}
#qodef-subscribe-popup-modal .qodef-cf7-newsletter .qodef-m-newsletter-submit {
    color: #fff;
}
.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 0.3s ease-out;
}
.qodef-instagram-list .sbi_photo_wrap a:hover:after {
    opacity: 1;
}
.qodef-instagram-list .sbi_photo_wrap a img {
    display: inline-block !important;
}
.qodef-instagram-list.qodef-swiper-container #sb_instagram #sbi_images .sbi_item {
    margin: inherit !important;
}
.qodef-twitter-list.qodef-layout--columns.qodef--no-bottom-info #ctf .ctf-tweet-actions {
    display: none;
}
.qodef-twitter-list.qodef-layout--columns #ctf {
    overflow: hidden;
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-item {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    border: 0;
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-box {
    margin-left: 0;
    display: block;
    margin-bottom: 8px;
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-box-link {
    line-height: 1 !important;
    display: flex;
    align-items: center;
    flex-flow: row wrap;
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-avatar {
    width: 37px;
    height: 37px;
    margin: 0 7px 0 0;
    float: none;
    border-radius: 0;
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-name {
    font-family: Inter, sans-serif;
    letter-spacing: -0.02em;
    color: #0000b4;
    font-size: 22px;
    line-height: 1.36364em;
    font-weight: 600;
    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: Inter, sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    font-weight: 500;
    color: #0000b4;
    margin-right: 4px;
    margin-left: 0;
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-context:last-child,
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-meta:last-child,
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-twitterlink:last-child {
    margin-right: 0;
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-meta {
    margin-top: 4px;
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-screenname {
    display: none;
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-content {
    display: flex;
    align-items: baseline;
    margin-left: 0;
    padding: 0;
    margin-top: -5px;
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-content:before {
    content: "\e094";
    font-family: ElegantIcons;
    padding-right: 10px;
    font-size: 18px;
    position: relative;
    top: 5px;
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions {
    display: flex;
    align-items: baseline;
    margin-left: 0;
    margin-top: -3px;
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions:before {
    content: "\e094";
    font-family: ElegantIcons;
    padding-right: 10px;
    font-size: 18px;
    visibility: hidden;
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions a {
    padding: 0;
    font-size: 14px;
    margin-right: 8px;
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions a:last-child {
    margin-right: 0;
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions a.ctf-reply {
    margin-left: 0;
}
.qodef-twitter-list.qodef-layout--columns .ctf-tweets {
    --qode-columns: 3;
    --qode-columns-row-gap: 30px;
    --qode-columns-col-gap: 30px;
    position: relative;
    display: grid;
    grid-template-columns: repeat(var(--qode-columns), minmax(0, 1fr));
    row-gap: var(--qode-columns-row-gap);
    column-gap: var(--qode-columns-col-gap);
}
.qodef-twitter-list.qodef-layout--columns.qodef-col-num--1 .ctf-tweets {
    --qode-columns: 1;
}
.qodef-twitter-list.qodef-layout--columns.qodef-col-num--2 .ctf-tweets {
    --qode-columns: 2;
}
.qodef-twitter-list.qodef-layout--columns.qodef-col-num--3 .ctf-tweets {
    --qode-columns: 3;
}
.qodef-twitter-list.qodef-layout--columns.qodef-col-num--4 .ctf-tweets {
    --qode-columns: 4;
}
.qodef-twitter-list.qodef-layout--columns.qodef-col-num--5 .ctf-tweets {
    --qode-columns: 5;
}
.qodef-twitter-list.qodef-layout--columns.qodef-col-num--6 .ctf-tweets {
    --qode-columns: 6;
}
.qodef-twitter-list.qodef-layout--columns.qodef-col-num--7 .ctf-tweets {
    --qode-columns: 7;
}
.qodef-twitter-list.qodef-layout--columns.qodef-col-num--8 .ctf-tweets {
    --qode-columns: 8;
}
.qodef-twitter-list.qodef-vertical-gutter--no .ctf-tweets {
    --qode-columns-row-gap: 0px;
}
.qodef-twitter-list.qodef-vertical-gutter--tiny .ctf-tweets {
    --qode-columns-row-gap: 10px;
}
.qodef-twitter-list.qodef-vertical-gutter--small .ctf-tweets {
    --qode-columns-row-gap: 20px;
}
.qodef-twitter-list.qodef-vertical-gutter--normal .ctf-tweets {
    --qode-columns-row-gap: 30px;
}
.qodef-twitter-list.qodef-vertical-gutter--medium .ctf-tweets {
    --qode-columns-row-gap: 40px;
}
.qodef-twitter-list.qodef-vertical-gutter--large .ctf-tweets {
    --qode-columns-row-gap: 50px;
}
.qodef-twitter-list.qodef-vertical-gutter--extra-large .ctf-tweets {
    --qode-columns-row-gap: 60px;
}
.qodef-twitter-list.qodef-vertical-gutter--huge .ctf-tweets {
    --qode-columns-row-gap: 80px;
}
.qodef-twitter-list.qodef-gutter--no .ctf-tweets {
    --qode-columns-col-gap: 0px;
}
.qodef-twitter-list.qodef-gutter--tiny .ctf-tweets {
    --qode-columns-col-gap: 10px;
}
.qodef-twitter-list.qodef-gutter--small .ctf-tweets {
    --qode-columns-col-gap: 20px;
}
.qodef-twitter-list.qodef-gutter--normal .ctf-tweets {
    --qode-columns-col-gap: 30px;
}
.qodef-twitter-list.qodef-gutter--medium .ctf-tweets {
    --qode-columns-col-gap: 40px;
}
.qodef-twitter-list.qodef-gutter--large .ctf-tweets {
    --qode-columns-col-gap: 50px;
}
.qodef-twitter-list.qodef-gutter--extra-large .ctf-tweets {
    --qode-columns-col-gap: 60px;
}
.qodef-twitter-list.qodef-gutter--huge .ctf-tweets {
    --qode-columns-col-gap: 80px;
}
.qodef-twitter-list.qodef-vertical-gutter--custom {
    --qode-vertical-gutter-custom: 30px;
    --qode-vertical-gutter-custom-1440: 30px;
    --qode-vertical-gutter-custom-1024: 30px;
    --qode-vertical-gutter-custom-680: 30px;
}
.qodef-twitter-list.qodef-vertical-gutter--custom .ctf-tweets {
    --qode-columns-row-gap: var(--qode-vertical-gutter-custom, 30px);
}
.qodef-twitter-list.qodef-gutter--custom {
    --qode-gutter-custom: 30px;
    --qode-gutter-custom-1440: 30px;
    --qode-gutter-custom-1024: 30px;
    --qode-gutter-custom-680: 30px;
}
.qodef-twitter-list.qodef-gutter--custom .ctf-tweets {
    --qode-columns-col-gap: var(--qode-gutter-custom, 30px);
}
#qodef-page-footer .widget .qodef-twitter-list.qodef-layout--columns #ctf a {
    color: #ccc;
}
#qodef-page-footer .widget .qodef-twitter-list.qodef-layout--columns #ctf a:hover {
    color: #fff;
}
#qodef-side-area .widget .qodef-twitter-list.qodef-layout--columns #ctf a {
    color: #ccc;
}
#qodef-side-area .widget .qodef-twitter-list.qodef-layout--columns #ctf a:hover {
    color: #fff;
}
.qodef-yith-wccl--predefined .select_box {
    display: inline-block;
}
.qodef-yith-wccl--predefined .select_box:after {
    display: none;
}
.qodef-yith-wccl--predefined .select_box .select_option {
    vertical-align: middle;
    border: 0;
    margin: 0 5px 0 0;
    display: inline-block;
    float: none;
    position: relative;
}
.qodef-yith-wccl--predefined .select_box .select_option:last-child {
    margin-right: 0;
}
.qodef-yith-wccl--predefined .select_box .select_option > span:not(.yith_wccl_tooltip) {
    border: 0;
    min-width: auto;
    width: auto;
    height: auto;
    line-height: inherit;
}
.qodef-yith-wccl--predefined .select_box .select_option .yith_wccl_tooltip {
    width: 100px;
}
.qodef-yith-wccl--predefined .select_box .select_option .yith_wccl_tooltip > span {
    background: #f9f9f9;
    border-radius: 2px;
    border: none !important;
    padding: 5px 8px;
    font-size: 12px;
    font-weight: 500;
    color: #0000b4;
}
.qodef-yith-wccl--predefined .select_box .select_option .yith_wccl_tooltip.top span:after {
    top: 100%;
    bottom: auto;
    border-top-color: #f9f9f9;
}
.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: #0000b4;
}
.qodef-yith-wccl--predefined .select_box.select_box_image .select_option {
    border: 1px solid transparent;
    padding: 2px;
    margin: 0 11px 0 0;
    border-radius: 50%;
}
.qodef-yith-wccl--predefined .select_box.select_box_image .select_option > img:not(.yith_wccl_tooltip) {
    width: 18px;
    height: 18px;
    -o-object-fit: cover;
    object-fit: cover;
    min-width: auto;
    border: none;
    border-radius: 50%;
    overflow: hidden;
}
.qodef-yith-wccl--predefined .select_box.select_box_image .select_option.selected,
.qodef-yith-wccl--predefined .select_box.select_box_image .select_option:hover {
    border-color: #0000b4;
}
.qodef-yith-wccl--predefined .select_box.select_box_label > * {
    display: inline-flex;
    flex-wrap: wrap;
    font-family: Inter, sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    font-weight: 500;
    color: #0000b4;
    display: inline-flex;
    vertical-align: middle;
    flex-wrap: wrap;
    color: #0000b4;
}
.qodef-yith-wccl--predefined .select_box.select_box_label .select_option {
    transition: color 0.3s 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 {
    z-index: 10001 !important;
}
#yith-quick-view-modal .yith-quick-view-overlay {
    background: rgba(0, 0, 29, 0.28) !important;
}
#yith-quick-view-modal .yith-wcqv-wrapper {
    height: auto !important;
    width: 872px !important;
    max-width: 90vw !important;
}
#yith-quick-view-modal .yith-wcqv-main {
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1) !important;
    overflow-y: hidden !important;
    max-height: 90vh !important;
}
#yith-quick-view-modal #yith-quick-view-content.single-product {
    padding: 15px;
}
#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-inner {
    margin: 0;
    grid-template-columns: 50.3% 1fr;
    gap: 50px;
}
#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-inner .woocommerce-product-gallery__image {
    width: 100% !important;
}
#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-inner .qodef-woo-thumbnails-wrapper {
    display: none;
}
#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-inner .qodef-sale-boosters {
    display: none;
}
#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-inner .woocommerce-product-details__short-description {
    padding-right: 10%;
}
#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-image {
    align-self: stretch;
}
#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-image .qodef-woo-product-mark {
    transform: translateX(0);
}
#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-image :not(.qodef-woo-product-mark) {
    height: 100%;
}
#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-image .woocommerce-product-gallery figure {
    margin: 0 !important;
}
#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-image .woocommerce-product-gallery figure img {
    -o-object-fit: cover;
    object-fit: cover;
}
#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-image .woocommerce-product-gallery figure > .woocommerce-product-gallery__image {
    width: 100% !important;
    margin: 0 !important;
}
#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-image .woocommerce-product-gallery figure > .qodef-woo-thumbnails-wrapper {
    display: none !important;
}
#yith-quick-view-modal #yith-quick-view-content.single-product .entry-summary {
    align-self: center;
}
#yith-quick-view-modal #yith-quick-view-content.single-product .entry-summary .qodef-woo-product-title {
    margin: 0;
}
#yith-quick-view-modal #yith-quick-view-content.single-product .entry-summary .price {
    margin-top: 6px;
}
#yith-quick-view-modal #yith-quick-view-content.single-product .entry-summary .woocommerce-product-details__short-description {
    margin-top: 22px;
}
#yith-quick-view-modal #yith-quick-view-content.single-product .woocommerce-product-rating {
    margin-top: 4px;
}
#yith-quick-view-modal #yith-quick-view-content.single-product .woocommerce-product-rating .woocommerce-review-link {
    display: inline-block;
}
#yith-quick-view-modal #yith-quick-view-content.single-product form.cart {
    margin-top: 27px;
}
#yith-quick-view-modal #yith-quick-view-content.single-product .product_meta {
    margin-top: 48px;
}
#yith-quick-view-modal #yith-quick-view-close {
    border: 0 !important;
    font-size: 0;
    line-height: 1;
    position: absolute;
    right: 14px;
    top: 14px;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    color: #0000b4;
}
#yith-quick-view-modal #yith-quick-view-close:after {
    display: block;
    position: relative;
    font-size: 24px;
    font-family: ElegantIcons;
    content: "\4d";
}
body:not([class*="teenglow-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 {
    content: "";
    display: inline-block;
    background-color: currentColor;
    width: 24px;
    height: 18px;
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='18' viewBox='0 0 24 18'%3E%3Cpath d='M1,12S5,4,12,4s11,8,11,8-4,8-11,8S1,12,1,12Z' transform='translate(0 -3)' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3Ccircle cx='3' cy='3' r='3' transform='translate(9 6)' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/svg%3E%0A");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='18' viewBox='0 0 24 18'%3E%3Cpath d='M1,12S5,4,12,4s11,8,11,8-4,8-11,8S1,12,1,12Z' transform='translate(0 -3)' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3Ccircle cx='3' cy='3' r='3' transform='translate(9 6)' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/svg%3E%0A");
}
.qodef-yith-wcqv--predefined .qodef-e-media-inner .yith-wcqv-button {
    color: #fff !important;
}
.qodef-yith-wcqv--predefined .qodef-e-media-inner .yith-wcqv-button:hover {
    color: var(--qode-main-color) !important;
}
.qodef-yith-wcqv--predefined .qodef-e-media-inner .yith-wcqv-button .blockUI {
    display: none !important;
}
.yith-wcwl-form .wishlist-title-container {
    display: none !important;
}
.yith-wcwl-form .shop_table {
    font-size: 100%;
}
.yith-wcwl-form .shop_table tr {
    border-left: none;
    border-right: none;
    border-top: none;
    border-color: #e6e6e6;
}
.yith-wcwl-form .shop_table td,
.yith-wcwl-form .shop_table th {
    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: Inter, sans-serif;
    letter-spacing: -0.02em;
    color: #0000b4;
    font-size: 22px;
    line-height: 1.36364em;
    font-weight: 600;
    padding: 10px 0 10px 15px;
}
@media only screen and (max-width: 768px) {
    .yith-wcwl-form .shop_table th {
        font-size: 16px;
        padding: 10px 0 10px 10px;
    }
}
.yith-wcwl-form .shop_table td {
    padding: 30px 0 30px 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: #0000b4 !important;
    border-color: transparent !important;
}
.yith-wcwl-form .wishlist_table .product-add-to-cart {
    text-align: right;
}
.yith-wcwl-form .wishlist_table .product-add-to-cart .add_to_cart,
.yith-wcwl-form .wishlist_table .product-add-to-cart .added_to_cart,
.yith-wcwl-form .wishlist_table .product-add-to-cart .button {
    font-family: Inter, sans-serif !important;
    font-size: 14px !important;
    line-height: 25px !important;
    font-weight: 500 !important;
    position: relative !important;
    display: inline-flex !important;
    vertical-align: middle !important;
    width: auto !important;
    margin: 0 !important;
    text-decoration: none !important;
    border-radius: 5px !important;
    outline: 0 !important;
    transition: color 0.3s ease-out, background-color 0.3s ease-out, border-color 0.3s ease-out !important;
    padding: 5px 49px 8px !important;
    cursor: pointer !important;
    z-index: 3 !important;
    white-space: nowrap;
    color: #fff !important;
    background-color: #0000b4 !important;
    border: 1px solid transparent !important;
}
.yith-wcwl-form .wishlist_table .product-add-to-cart .add_to_cart:hover,
.yith-wcwl-form .wishlist_table .product-add-to-cart .added_to_cart:hover,
.yith-wcwl-form .wishlist_table .product-add-to-cart .button:hover {
    color: #fff !important;
    background-color: #1111d1 !important;
}
.yith-wcwl-form .wishlist_table .product-add-to-cart .add_to_cart i,
.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 .add_to_cart:before,
.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 .add_to_cart.added,
.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;
}
@media only screen and (max-width: 768px) {
    .yith-wcwl-form .wishlist_table .product-add-to-cart .add_to_cart,
    .yith-wcwl-form .wishlist_table .product-add-to-cart .added_to_cart,
    .yith-wcwl-form .wishlist_table .product-add-to-cart .button {
        padding: 5px 20px !important;
    }
}
.yith-wcwl-form .wishlist_table .product-add-to-cart .qodef-m-icon {
    display: none;
}
.yith-wcwl-form .wishlist_table .product-stock-status span.wishlist-in-stock {
    color: #0000b4;
}
.yith-wcwl-form .wishlist_table .product-stock-status span.wishlist-out-of-stock {
    color: #b40049;
}
.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 {
    content: "";
    display: inline-block;
    width: 21px;
    height: 18px;
    background-color: currentColor;
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21.66' height='19.07' viewBox='0 0 21.66 19.07'%3E%3Cpath data-name='Path 137' d='M10.83 18.17 2.49 9.83A4.92 4.92 0 0 1 1.16 7.5a5.32 5.32 0 0 1 0-2.63 4.76 4.76 0 0 1 1.33-2.28A4.94 4.94 0 0 1 4.8 1.26a5.24 5.24 0 0 1 2.61 0 5.11 5.11 0 0 1 2.31 1.32l1.11 1.07 1.1-1.07a5.09 5.09 0 0 1 2.32-1.32 5.2 5.2 0 0 1 2.6 0 5 5 0 0 1 2.32 1.33 4.83 4.83 0 0 1 1.32 2.28 5.32 5.32 0 0 1 0 2.63 4.92 4.92 0 0 1-1.33 2.33Z' transform='translate(0 -.1)' style='fill:none;stroke: currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px'/%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21.66' height='19.07' viewBox='0 0 21.66 19.07'%3E%3Cpath data-name='Path 137' d='M10.83 18.17 2.49 9.83A4.92 4.92 0 0 1 1.16 7.5a5.32 5.32 0 0 1 0-2.63 4.76 4.76 0 0 1 1.33-2.28A4.94 4.94 0 0 1 4.8 1.26a5.24 5.24 0 0 1 2.61 0 5.11 5.11 0 0 1 2.31 1.32l1.11 1.07 1.1-1.07a5.09 5.09 0 0 1 2.32-1.32 5.2 5.2 0 0 1 2.6 0 5 5 0 0 1 2.32 1.33 4.83 4.83 0 0 1 1.32 2.28 5.32 5.32 0 0 1 0 2.63 4.92 4.92 0 0 1-1.33 2.33Z' transform='translate(0 -.1)' style='fill:none;stroke: currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px'/%3E%3C/svg%3E");
    mask-size: cover;
    -webkit-mask-size: cover;
}
.qodef-yith-wcwl--predefined .yith-wcwl-add-to-wishlist.exists a:before {
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21.66' height='19.07' viewBox='0 0 21.66 19.07'%3E%3Cpath data-name='Path 137' d='M10.83 18.17 2.49 9.83A4.92 4.92 0 0 1 1.16 7.5a5.32 5.32 0 0 1 0-2.63 4.76 4.76 0 0 1 1.33-2.28A4.94 4.94 0 0 1 4.8 1.26a5.24 5.24 0 0 1 2.61 0 5.11 5.11 0 0 1 2.31 1.32l1.11 1.07 1.1-1.07a5.09 5.09 0 0 1 2.32-1.32 5.2 5.2 0 0 1 2.6 0 5 5 0 0 1 2.32 1.33 4.83 4.83 0 0 1 1.32 2.28 5.32 5.32 0 0 1 0 2.63 4.92 4.92 0 0 1-1.33 2.33Z' transform='translate(0 -.1)' style='fill:currentColor;stroke: currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px'/%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21.66' height='19.07' viewBox='0 0 21.66 19.07'%3E%3Cpath data-name='Path 137' d='M10.83 18.17 2.49 9.83A4.92 4.92 0 0 1 1.16 7.5a5.32 5.32 0 0 1 0-2.63 4.76 4.76 0 0 1 1.33-2.28A4.94 4.94 0 0 1 4.8 1.26a5.24 5.24 0 0 1 2.61 0 5.11 5.11 0 0 1 2.31 1.32l1.11 1.07 1.1-1.07a5.09 5.09 0 0 1 2.32-1.32 5.2 5.2 0 0 1 2.6 0 5 5 0 0 1 2.32 1.33 4.83 4.83 0 0 1 1.32 2.28 5.32 5.32 0 0 1 0 2.63 4.92 4.92 0 0 1-1.33 2.33Z' transform='translate(0 -.1)' style='fill:currentColor;stroke: currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px'/%3E%3C/svg%3E");
}
.qodef-yith-wcwl--predefined .yith-wcwl-add-to-wishlist .blockOverlay,
.qodef-yith-wcwl--predefined .yith-wcwl-add-to-wishlist .feedback,
.qodef-yith-wcwl--predefined .yith-wcwl-add-to-wishlist .view-wishlist,
.qodef-yith-wcwl--predefined .yith-wcwl-add-to-wishlist i,
.qodef-yith-wcwl--predefined .yith-wcwl-add-to-wishlist span {
    display: none !important;
}
.qodef-yith-wcwl--predefined .qodef-e-media-inner .yith-wcwl-add-to-wishlist a {
    color: #fff !important;
}
.qodef-yith-wcwl--predefined .qodef-e-media-inner .yith-wcwl-add-to-wishlist a:hover {
    color: var(--qode-main-color) !important;
}
.qodef-yith-wcwl--predefined #yith-wcwl-popup-message {
    display: none !important;
}
.qodef-yith-wcwl--predefined .yith-wcwl-share {
    display: none !important;
}
.qodef-order-tracking p:not(.form-row) {
    margin: 0 0 67px;
}
.qodef-order-tracking .form-row {
    margin: 0;
    display: flex;
    flex-direction: column;
}
.qodef-order-tracking .form-row input[type="text"] {
    margin: 0 0 34px;
}
.qodef-order-tracking .form-row.form-row-last input[type="text"] {
    margin: 0 0 19px;
}
.qodef-order-tracking .form-row .button {
    align-self: flex-end;
    padding: 8px 56px;
}
.qodef-woo-product-category-list .qodef-e-image-link {
    position: relative;
}
.qodef-woo-product-category-list .qodef-e-badge {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 12px;
    line-height: 1em;
    letter-spacing: 0.1em;
    font-weight: 600;
    text-transform: uppercase;
    padding: 2px 3px;
    color: #fff;
    background-color: var(--qode-second-main-color);
    z-index: 5;
}
.qodef-woo-product-category-list .qodef-e-badge a,
.qodef-woo-product-category-list .qodef-e-badge span {
    color: inherit;
}
.qodef-woo-product-category-list.qodef-item-layout--simple .product-category .qodef-e-inner,
.qodef-woo-product-list .product-category .qodef-e-inner {
    text-align: center;
}
.qodef-woo-product-category-list.qodef-item-layout--simple .product-category .qodef-e-inner:hover .qodef-e-image-link img,
.qodef-woo-product-list .product-category .qodef-e-inner:hover .qodef-e-image-link img {
    transform: scale(1.06);
}
.qodef-woo-product-category-list.qodef-item-layout--simple .product-category .qodef-e-image-link,
.qodef-woo-product-list .product-category .qodef-e-image-link {
    display: inline-flex;
}
.qodef-woo-product-category-list.qodef-item-layout--simple .product-category .qodef-e-image-link .qodef-e-image-inner,
.qodef-woo-product-list .product-category .qodef-e-image-link .qodef-e-image-inner {
    position: relative;
    overflow: hidden;
    border-radius: 50%;
}
.qodef-woo-product-category-list.qodef-item-layout--simple .product-category .qodef-e-image-link img,
.qodef-woo-product-list .product-category .qodef-e-image-link img {
    display: block;
    transform: scale(1.01);
    transition: transform 0.6s cubic-bezier(0.45, 0, 0.55, 1);
}
.qodef-woo-product-category-list.qodef-item-layout--simple .product-category .woocommerce-loop-category__title,
.qodef-woo-product-list .product-category .woocommerce-loop-category__title {
    margin: 9px 0 0;
    text-align: center;
}
.qodef-woo-product-category-list.qodef-item-layout--simple .product-category .woocommerce-loop-category__title a,
.qodef-woo-product-list .product-category .woocommerce-loop-category__title a {
    font-size: 13px;
    line-height: 1.92em;
    font-weight: 600;
    letter-spacing: 0.1em;
    color: #0000b4;
    text-transform: uppercase;
}
.qodef-woo-product-category-list.qodef-item-layout--simple .product-category .woocommerce-loop-category__title a a,
.qodef-woo-product-category-list.qodef-item-layout--simple .product-category .woocommerce-loop-category__title a span,
.qodef-woo-product-list .product-category .woocommerce-loop-category__title a a,
.qodef-woo-product-list .product-category .woocommerce-loop-category__title a span {
    color: inherit;
}
.qodef-woo-product-category-list.qodef-item-layout--simple .count,
.qodef-woo-product-list .count {
    display: none;
}
.qodef-woo-product-category-list.qodef-item-layout--standard .product-category .qodef-e-inner:hover .qodef-e-image-link img,
.qodef-woo-product-list .product-category .qodef-e-inner:hover .qodef-e-image-link img {
    transform: scale(1.06);
}
.qodef-woo-product-category-list.qodef-item-layout--standard .product-category .qodef-e-image-link,
.qodef-woo-product-list .product-category .qodef-e-image-link {
    display: block;
    position: relative;
    overflow: hidden;
}
.qodef-woo-product-category-list.qodef-item-layout--standard .product-category .qodef-e-image-link img,
.qodef-woo-product-list .product-category .qodef-e-image-link img {
    display: block;
    transform: scale(1.01);
    transition: transform 0.6s cubic-bezier(0.45, 0, 0.55, 1);
}
.qodef-woo-product-category-list.qodef-item-layout--standard .product-category .qodef-e-category-link,
.qodef-woo-product-list .product-category .qodef-e-category-link {
    margin: 25px 0 0;
}
.qodef-woo-product-category-list.qodef-item-layout--standard .count,
.qodef-woo-product-list .count {
    display: none;
}
.qodef-woo-product-list .qodef-m-content-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 41px;
}
@media only screen and (max-width: 680px) {
    .qodef-woo-product-list .qodef-m-content-wrapper {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        row-gap: 20px;
    }
}
.qodef-woo-product-list .qodef-m-content-wrapper .qodef-m-title {
    margin: 0;
}
.qodef-woo-product-list .qodef-m-navigation {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 35px;
}
.qodef-woo-product-list .qodef-m-navigation .swiper-button-next,
.qodef-woo-product-list .qodef-m-navigation .swiper-button-prev {
    position: static;
    transform: none;
}
.qodef-woo-product-list .qodef-m-navigation .swiper-button-next svg,
.qodef-woo-product-list .qodef-m-navigation .swiper-button-prev svg {
    width: 56px;
    height: auto;
}
.qodef-woo-product-list .qodef-e-media-image {
    overflow: hidden;
}
.qodef-woo-product-list .qodef-e-media-image img {
    transform: scale(1.01);
    transition: transform 0.6s cubic-bezier(0.45, 0, 0.55, 1);
}
.qodef-woo-product-list .qodef-e-inner:hover .qodef-e-media-image .qodef-woo-product-mark {
    transform: rotate(0);
}
.qodef-woo-product-list .qodef-e-inner:hover .qodef-e-media-image img {
    transform: scale(1.06);
}
.qodef-e-product-list-outer {
    display: flex;
    align-content: stretch;
}
.qodef-e-product-list-outer .qodef-woo-product-list {
    width: 50%;
}
.qodef-e-product-list-outer .qodef-woo-product-list .qodef-grid-inner {
    margin: 0;
}
.qodef-e-product-list-outer .qodef-e-static-content {
    width: 50%;
    position: relative;
}
.qodef-e-product-list-outer .qodef-e-static-content .qodef-e-content-holder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-end;
    padding: 40px 45% 68px 70px;
    z-index: 2;
}
@media only screen and (max-width: 1680px) {
    .qodef-e-product-list-outer .qodef-e-static-content .qodef-e-content-holder {
        padding-right: 39%;
    }
}
@media only screen and (max-width: 1515px) {
    .qodef-e-product-list-outer .qodef-e-static-content .qodef-e-content-holder {
        padding-right: 29%;
    }
}
@media only screen and (max-width: 1440px) {
    .qodef-e-product-list-outer .qodef-e-static-content .qodef-e-content-holder {
        padding-right: 25%;
    }
}
@media only screen and (max-width: 1194px) {
    .qodef-e-product-list-outer .qodef-e-static-content .qodef-e-content-holder {
        padding-right: 18%;
    }
}
@media only screen and (max-width: 1024px) {
    .qodef-e-product-list-outer .qodef-e-static-content .qodef-e-content-holder {
        padding-right: 48%;
    }
}
@media only screen and (max-width: 834px) {
    .qodef-e-product-list-outer .qodef-e-static-content .qodef-e-content-holder {
        padding-right: 37%;
    }
}
@media only screen and (max-width: 768px) {
    .qodef-e-product-list-outer .qodef-e-static-content .qodef-e-content-holder {
        padding-right: 34%;
    }
}
.qodef-e-product-list-outer .qodef-e-static-content .qodef-e-content-holder .qodef-m-title {
    margin: 0;
    color: #fff;
}
.qodef-e-product-list-outer .qodef-e-static-content .qodef-e-content-holder .qodef-m-button {
    margin: 7px 0 0;
}
.qodef-e-product-list-outer .qodef-e-static-content .qodef-e-content-holder .qodef-m-button .qodef-button.qodef-layout--textual {
    color: #fff;
}
@media only screen and (max-width: 680px) {
    .qodef-e-product-list-outer .qodef-e-static-content .qodef-e-content-holder {
        padding: 25px;
    }
    .qodef-e-product-list-outer .qodef-e-static-content .qodef-e-content-holder .qodef-m-title {
        width: 100%;
    }
}
.qodef-e-product-list-outer .qodef-e-static-content .qodef-e-media {
    width: 100%;
    height: 100%;
}
.qodef-e-product-list-outer .qodef-e-static-content .qodef-e-media img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    z-index: 1;
}
@media only screen and (max-width: 1024px) {
    .qodef-e-product-list-outer {
        flex-direction: column;
    }
    .qodef-e-product-list-outer .qodef-woo-product-list {
        width: 100%;
    }
    .qodef-e-product-list-outer .qodef-e-static-content {
        width: 100%;
    }
    .qodef-e-product-list-outer .qodef-e-static-content .qodef-e-media img {
        position: relative;
    }
}
.qodef-woo-product-list.qodef-item-layout--info-below-boxed .qodef-e .qodef-e-inner {
    padding: 40px 40px 31px;
    background-color: #f9f9f9;
}
.qodef-woo-product-list.qodef-item-layout--info-below-boxed .qodef-e .qodef-e-inner:hover .added_to_cart,
.qodef-woo-product-list.qodef-item-layout--info-below-boxed .qodef-e .qodef-e-inner:hover .button {
    opacity: 1;
    transform: translateX(-50%);
    transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1) 0.15s !important;
}
.qodef-woo-product-list.qodef-item-layout--info-below-boxed .qodef-e .qodef-e-inner:hover .price {
    opacity: 0;
    transform: translateX(50px);
    transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
}
.qodef-woo-product-list.qodef-item-layout--info-below-boxed .qodef-e .qodef-e-media-image img {
    width: 100%;
    margin: 0 auto;
}
.qodef-woo-product-list.qodef-item-layout--info-below-boxed .qodef-e .qodef-e-content {
    margin: 20px 0 0;
    text-align: center;
}
.qodef-woo-product-list.qodef-item-layout--info-below-boxed .qodef-e .qodef-woo-ratings {
    display: block;
    margin: 0 0 11px;
}
.qodef-woo-product-list.qodef-item-layout--info-below-boxed .qodef-e .qodef-e-price-holder {
    position: relative;
}
.qodef-woo-product-list.qodef-item-layout--info-below-boxed .qodef-e .price {
    margin: 8px 0 0;
    justify-content: center;
    opacity: 1;
    transform: translateX(0);
    transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1) 0.15s;
}
.qodef-woo-product-list.qodef-item-layout--info-below-boxed .qodef-e .added_to_cart,
.qodef-woo-product-list.qodef-item-layout--info-below-boxed .qodef-e .button {
    font-size: 16px;
    padding: 0 !important;
    background-color: transparent;
    color: #0000b4;
    border: 0;
    border-radius: 0;
    position: relative;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(calc(-50% - 50px));
    opacity: 0;
    transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1) !important;
}
.qodef-woo-product-list.qodef-item-layout--info-below-boxed .qodef-e .added_to_cart:after,
.qodef-woo-product-list.qodef-item-layout--info-below-boxed .qodef-e .added_to_cart:before,
.qodef-woo-product-list.qodef-item-layout--info-below-boxed .qodef-e .button:after,
.qodef-woo-product-list.qodef-item-layout--info-below-boxed .qodef-e .button:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 2px;
    height: 1px;
    width: 100%;
    background: currentColor;
}
.qodef-woo-product-list.qodef-item-layout--info-below-boxed .qodef-e .added_to_cart:before,
.qodef-woo-product-list.qodef-item-layout--info-below-boxed .qodef-e .button:before {
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.qodef-woo-product-list.qodef-item-layout--info-below-boxed .qodef-e .added_to_cart:after,
.qodef-woo-product-list.qodef-item-layout--info-below-boxed .qodef-e .button:after {
    transform: scaleX(1);
    transform-origin: right;
    transition: transform 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96) 0.4s;
}
.qodef-woo-product-list.qodef-item-layout--info-below-boxed .qodef-e .added_to_cart:hover,
.qodef-woo-product-list.qodef-item-layout--info-below-boxed .qodef-e .button:hover {
    color: currentColor;
}
.qodef-woo-product-list.qodef-item-layout--info-below-boxed .qodef-e .added_to_cart:hover:before,
.qodef-woo-product-list.qodef-item-layout--info-below-boxed .qodef-e .button:hover:before {
    transform: scaleX(1);
    transform-origin: left;
    transition: transform 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96) 0.4s;
}
.qodef-woo-product-list.qodef-item-layout--info-below-boxed .qodef-e .added_to_cart:hover:after,
.qodef-woo-product-list.qodef-item-layout--info-below-boxed .qodef-e .button:hover:after {
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.qodef-woo-product-list.qodef-item-layout--info-on-image li .qodef-e-media {
    height: 100%;
    width: 100%;
}
.qodef-woo-product-list.qodef-item-layout--presentational-centered .qodef-e .qodef-e-inner {
    background-color: #f9f9f9;
    padding: 54px 26.5% 120px;
    height: 100%;
}
@media only screen and (max-width: 680px) {
    .qodef-woo-product-list.qodef-item-layout--presentational-centered .qodef-e .qodef-e-inner {
        padding: 54px 4.5% 120px;
    }
}
.qodef-woo-product-list.qodef-item-layout--presentational-centered .qodef-e .qodef-e-content {
    margin: 14px 0 0;
    padding: 0 30px;
    text-align: center;
}
.qodef-woo-product-list.qodef-item-layout--presentational-centered .qodef-e .qodef-woo-ratings {
    display: block;
    margin: 0 0 6px;
}
.qodef-woo-product-list.qodef-item-layout--presentational-centered .qodef-e .qodef-woo-product-excerpt {
    margin: 8px 0 0;
}
.qodef-woo-product-list.qodef-item-layout--presentational-centered .qodef-e .added_to_cart,
.qodef-woo-product-list.qodef-item-layout--presentational-centered .qodef-e .button {
    margin-top: 41px;
}
.qodef-woo-product-list.qodef-item-layout--presentational-centered .qodef-e .added_to_cart.qodef-filled-with-price,
.qodef-woo-product-list.qodef-item-layout--presentational-centered .qodef-e .button.qodef-filled-with-price {
    width: 100%;
    justify-content: center;
    text-align: center;
    padding: 10px 20px;
}
.qodef-woo-product-list.qodef-item-layout--presentational .qodef-e .qodef-e-content {
    margin: 16px 0 0;
}
.qodef-woo-product-list.qodef-item-layout--presentational .qodef-e .qodef-e-media-inner {
    padding: 15px;
    justify-content: flex-end;
}
.qodef-woo-product-list.qodef-item-layout--presentational .qodef-e .qodef-e-product-buttons-holder {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    flex-direction: row-reverse;
    column-gap: 14px;
    margin-top: 5px;
    padding-right: 10px;
}
.qodef-woo-product-list.qodef-item-layout--presentational .qodef-e .qodef-e-product-buttons-holder .yith-wcqv-button {
    color: #0000b4;
}
.qodef-woo-product-list.qodef-item-layout--presentational .qodef-e .qodef-e-product-buttons-holder .yith-wcqv-button:hover {
    color: #0000b4;
}
.qodef-woo-product-list.qodef-item-layout--presentational .qodef-e .qodef-woo-ratings-holder {
    display: flex;
    align-items: center;
    margin-top: 7px;
}
.qodef-woo-product-list.qodef-item-layout--presentational .qodef-e .qodef-woo-ratings-holder .qodef-woo-ratings {
    width: auto;
    margin: 0 12px 0 0;
}
.qodef-woo-product-list.qodef-item-layout--presentational .qodef-e .qodef-woo-ratings-holder .qodef-rating-count {
    font-size: 14px;
    line-height: 1.714em;
}
.qodef-woo-product-list.qodef-item-layout--presentational .qodef-e .qodef-woo-product-excerpt {
    margin: 13px 0 0;
    padding-right: 25%;
}
@media only screen and (max-width: 1440px) {
    .qodef-woo-product-list.qodef-item-layout--presentational .qodef-e .qodef-woo-product-excerpt {
        padding-right: 17%;
    }
}
@media only screen and (max-width: 1024px) {
    .qodef-woo-product-list.qodef-item-layout--presentational .qodef-e .qodef-woo-product-excerpt {
        padding-right: 8%;
    }
}
.qodef-woo-product-list.qodef-item-layout--presentational .qodef-e .added_to_cart.qodef-filled-with-price,
.qodef-woo-product-list.qodef-item-layout--presentational .qodef-e .button.qodef-filled-with-price {
    width: 100%;
    justify-content: center;
    text-align: center;
    padding: 10px 20px;
}
.qodef-woo-product-list.qodef-item-layout--presentational .qodef-e .added_to_cart.qodef-filled-with-price + .added_to_cart,
.qodef-woo-product-list.qodef-item-layout--presentational .qodef-e .button.qodef-filled-with-price + .added_to_cart {
    width: 100%;
    justify-content: center;
    text-align: center;
    padding: 10px 20px;
}
.qodef-product-layout--gallery #qodef-woo-page.qodef--single .qodef-woo-single-inner {
    grid-template-columns: 68.1% 1fr;
    gap: 80px;
    padding: 0 35px;
}
.qodef-product-layout--gallery #qodef-woo-page.qodef--single .qodef-woo-single-image .woocommerce-product-gallery__wrapper {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}
.qodef-product-layout--gallery #qodef-woo-page.qodef--single .entry-summary .qodef-woo-product-title {
    margin: 11px 0 0;
}
@media only screen and (min-width: 1025px) {
    .qodef-product-layout--gallery #qodef-woo-page.qodef--single .woocommerce-product-details__short-description {
        padding-right: 15%;
    }
}
.qodef-product-layout--gallery #qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs {
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
}
.qodef-product-layout--gallery #qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab.woocommerce-Tabs-panel--additional_information,
.qodef-product-layout--gallery #qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab.woocommerce-Tabs-panel--reviews {
    display: block;
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
}
.qodef-product-layout--gallery #qodef-woo-page.qodef--single .related,
.qodef-product-layout--gallery #qodef-woo-page.qodef--single .up-sells {
    padding-left: 88px;
    padding-right: 88px;
    text-align: left;
}
.qodef-product-layout--gallery #qodef-woo-page.qodef--single .woocommerce-notices-wrapper {
    padding: 0 35px;
}
@media only screen and (max-width: 680px) {
    .qodef-product-layout--gallery #qodef-woo-page.qodef--single .woocommerce-notices-wrapper {
        padding: 0 7%;
    }
}
@media only screen and (min-width: 1441px) {
    .qodef-product-layout--gallery.qodef-content-grid-1400 #qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs {
        width: 1400px;
    }
    .qodef-product-layout--gallery.qodef-content-grid-1400 #qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab.woocommerce-Tabs-panel--additional_information,
    .qodef-product-layout--gallery.qodef-content-grid-1400 #qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab.woocommerce-Tabs-panel--reviews {
        width: 1400px;
    }
}
@media only screen and (min-width: 1441px) {
    .qodef-product-layout--gallery.qodef-content-grid-1300 #qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs {
        width: 1300px;
    }
    .qodef-product-layout--gallery.qodef-content-grid-1300 #qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab.woocommerce-Tabs-panel--additional_information,
    .qodef-product-layout--gallery.qodef-content-grid-1300 #qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab.woocommerce-Tabs-panel--reviews {
        width: 1300px;
    }
}
@media only screen and (min-width: 1441px) {
    .qodef-product-layout--gallery.qodef-content-grid-1200 #qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs {
        width: 1200px;
    }
    .qodef-product-layout--gallery.qodef-content-grid-1200 #qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab.woocommerce-Tabs-panel--additional_information,
    .qodef-product-layout--gallery.qodef-content-grid-1200 #qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab.woocommerce-Tabs-panel--reviews {
        width: 1200px;
    }
}
@media only screen and (min-width: 1025px) {
    .qodef-product-layout--gallery.qodef-content-grid-1000 #qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs {
        width: 1000px;
    }
    .qodef-product-layout--gallery.qodef-content-grid-1000 #qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab.woocommerce-Tabs-panel--additional_information,
    .qodef-product-layout--gallery.qodef-content-grid-1000 #qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab.woocommerce-Tabs-panel--reviews {
        width: 1000px;
    }
}
@media only screen and (min-width: 769px) {
    .qodef-product-layout--gallery.qodef-content-grid-800 #qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs {
        width: 800px;
    }
    .qodef-product-layout--gallery.qodef-content-grid-800 #qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab.woocommerce-Tabs-panel--additional_information,
    .qodef-product-layout--gallery.qodef-content-grid-800 #qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab.woocommerce-Tabs-panel--reviews {
        width: 800px;
    }
}
@media only screen and (max-width: 1200px) {
    .qodef-product-layout--gallery #qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs {
        width: 960px;
    }
    .qodef-product-layout--gallery #qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab.woocommerce-Tabs-panel--additional_information,
    .qodef-product-layout--gallery #qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab.woocommerce-Tabs-panel--reviews {
        width: 960px;
    }
}
@media only screen and (max-width: 1024px) {
    .qodef-product-layout--gallery #qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs {
        width: 86%;
    }
    .qodef-product-layout--gallery #qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab.woocommerce-Tabs-panel--additional_information,
    .qodef-product-layout--gallery #qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab.woocommerce-Tabs-panel--reviews {
        width: 86%;
    }
}
.widget_shopping_cart,
.widget_teenglow_core_woo_dropdown_cart {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    position: relative;
}
#qodef-page-mobile-header .widget_shopping_cart,
#qodef-page-mobile-header .widget_teenglow_core_woo_dropdown_cart {
    display: flex;
}
.widget_shopping_cart .qodef-widget-dropdown-cart-inner,
.widget_teenglow_core_woo_dropdown_cart .qodef-widget-dropdown-cart-inner {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
}
.widget_shopping_cart .qodef-m-opener,
.widget_shopping_cart > .widgettitle,
.widget_teenglow_core_woo_dropdown_cart .qodef-m-opener,
.widget_teenglow_core_woo_dropdown_cart > .widgettitle {
    align-items: center;
    cursor: pointer;
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0;
}
.widget_shopping_cart .qodef-m-opener .qodef-m-opener-count-holder,
.widget_teenglow_core_woo_dropdown_cart .qodef-m-opener .qodef-m-opener-count-holder {
    position: relative;
}
.widget_shopping_cart .qodef-m-opener .qodef-m-opener-icon svg,
.widget_teenglow_core_woo_dropdown_cart .qodef-m-opener .qodef-m-opener-icon svg {
    display: block;
}
.widget_shopping_cart .qodef-m-opener .qodef-m-opener-count,
.widget_teenglow_core_woo_dropdown_cart .qodef-m-opener .qodef-m-opener-count {
    position: absolute;
    top: -17px;
    left: -7px;
}
.widget_shopping_cart .qodef-m-opener .qodef-m-opener-count svg,
.widget_teenglow_core_woo_dropdown_cart .qodef-m-opener .qodef-m-opener-count svg {
    display: block;
    color: #f9db2a;
}
.widget_shopping_cart .qodef-m-opener .qodef-m-count,
.widget_teenglow_core_woo_dropdown_cart .qodef-m-opener .qodef-m-count {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 12px;
    font-weight: 400;
}
.widget_shopping_cart .qodef-widget-dropdown-cart-content,
.widget_shopping_cart .widget_shopping_cart_content,
.widget_teenglow_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content,
.widget_teenglow_core_woo_dropdown_cart .widget_shopping_cart_content {
    display: block;
    padding: 34px 0;
    text-align: left;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.05);
    transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
}
header .widget_shopping_cart .qodef-widget-dropdown-cart-content,
header .widget_shopping_cart .widget_shopping_cart_content,
header .widget_teenglow_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content,
header .widget_teenglow_core_woo_dropdown_cart .widget_shopping_cart_content {
    left: auto;
    opacity: 0 !important;
    position: absolute;
    right: 0;
    top: 100%;
    visibility: hidden !important;
    width: 420px;
}
.touchevents header .widget_shopping_cart .qodef-widget-dropdown-cart-content,
.touchevents header .widget_shopping_cart .widget_shopping_cart_content,
.touchevents header .widget_teenglow_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content,
.touchevents header .widget_teenglow_core_woo_dropdown_cart .widget_shopping_cart_content {
    display: none;
}
.widget_shopping_cart .qodef-widget-dropdown-cart-content > *,
.widget_shopping_cart .widget_shopping_cart_content > *,
.widget_teenglow_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content > *,
.widget_teenglow_core_woo_dropdown_cart .widget_shopping_cart_content > * {
    padding: 0 35px !important;
}
.widget_shopping_cart .qodef-widget-dropdown-cart-content .blockUI,
.widget_shopping_cart .widget_shopping_cart_content .blockUI,
.widget_teenglow_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content .blockUI,
.widget_teenglow_core_woo_dropdown_cart .widget_shopping_cart_content .blockUI {
    display: none !important;
}
.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,
.widget_teenglow_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item,
.widget_teenglow_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item,
.widget_teenglow_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item,
.widget_teenglow_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item {
    margin: 0 0 20px 0 !important;
    position: relative;
}
.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,
.widget_teenglow_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item:last-of-type,
.widget_teenglow_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item:last-of-type,
.widget_teenglow_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item:last-of-type,
.widget_teenglow_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item:last-of-type {
    margin: 0 !important;
}
.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,
.widget_teenglow_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item img,
.widget_teenglow_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item img,
.widget_teenglow_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item img,
.widget_teenglow_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item img {
    margin: 0 20px 0 0;
    width: 108px;
    height: 111px;
    -o-object-fit: cover;
    object-fit: cover;
}
.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,
.widget_teenglow_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove,
.widget_teenglow_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove,
.widget_teenglow_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove,
.widget_teenglow_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 5;
}
.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove svg,
.widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove svg,
.widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove svg,
.widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove svg,
.widget_teenglow_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove svg,
.widget_teenglow_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove svg,
.widget_teenglow_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove svg,
.widget_teenglow_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove svg {
    display: block;
}
.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,
.widget_teenglow_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .variation,
.widget_teenglow_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .variation,
.widget_teenglow_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .variation,
.widget_teenglow_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .variation {
    display: none;
}
.widget_shopping_cart .woocommerce-mini-cart-item img,
.widget_teenglow_core_woo_dropdown_cart .woocommerce-mini-cart-item img {
    float: left;
    vertical-align: top;
}
.widget_shopping_cart .woocommerce-mini-cart-item a,
.widget_teenglow_core_woo_dropdown_cart .woocommerce-mini-cart-item a {
    font-family: Inter, sans-serif;
    letter-spacing: -0.02em;
    font-size: 22px;
    line-height: 1.36364em;
    font-weight: 600;
    display: block;
}
.widget_shopping_cart .woocommerce-mini-cart-item:after,
.widget_teenglow_core_woo_dropdown_cart .woocommerce-mini-cart-item:after {
    clear: both;
    content: "";
    display: table;
}
.widget_shopping_cart .qodef-woo-mini-cart,
.widget_teenglow_core_woo_dropdown_cart .qodef-woo-mini-cart {
    max-height: 50vh;
    overflow: hidden;
    position: relative;
}
.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item,
.widget_teenglow_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item {
    display: flex;
    align-items: center;
}
.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-image,
.widget_teenglow_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-image {
    flex-shrink: 0;
}
.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-image a,
.widget_teenglow_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-image a {
    display: block;
}
.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-content,
.widget_teenglow_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-content {
    padding: 0 20px 0 0;
    width: 100%;
}
.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-title,
.widget_teenglow_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-title {
    margin: 0;
}
.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-woo-ratings,
.widget_teenglow_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-woo-ratings {
    display: block;
    margin: 5px 0 0;
}
.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-woo-ratings .qodef-m-star,
.widget_teenglow_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-woo-ratings .qodef-m-star {
    color: #fde718 !important;
}
.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-price,
.widget_teenglow_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-price {
    margin: 5px 0 0;
}
.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-quantity,
.widget_teenglow_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-quantity {
    margin: 0;
}
.widget_shopping_cart .qodef-m-order-details,
.widget_shopping_cart .woocommerce-mini-cart__total,
.widget_teenglow_core_woo_dropdown_cart .qodef-m-order-details,
.widget_teenglow_core_woo_dropdown_cart .woocommerce-mini-cart__total {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 17px 0 29px;
}
.widget_shopping_cart .qodef-m-order-details strong,
.widget_shopping_cart .woocommerce-mini-cart__total strong,
.widget_teenglow_core_woo_dropdown_cart .qodef-m-order-details strong,
.widget_teenglow_core_woo_dropdown_cart .woocommerce-mini-cart__total strong {
    font-family: Inter, sans-serif;
    letter-spacing: -0.02em;
    font-size: 18px;
    line-height: 1.33333em;
    font-weight: 600;
}
.widget_shopping_cart .qodef-m-order-details .amount,
.widget_shopping_cart .woocommerce-mini-cart__total .amount,
.widget_teenglow_core_woo_dropdown_cart .qodef-m-order-details .amount,
.widget_teenglow_core_woo_dropdown_cart .woocommerce-mini-cart__total .amount {
    font-size: 19px;
    line-height: 1.37em;
    font-weight: 400;
}
.widget_shopping_cart .qodef-m-action,
.widget_shopping_cart .woocommerce-mini-cart__buttons,
.widget_teenglow_core_woo_dropdown_cart .qodef-m-action,
.widget_teenglow_core_woo_dropdown_cart .woocommerce-mini-cart__buttons {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0;
}
.widget_shopping_cart .qodef-m-action a,
.widget_shopping_cart .woocommerce-mini-cart__buttons a,
.widget_teenglow_core_woo_dropdown_cart .qodef-m-action a,
.widget_teenglow_core_woo_dropdown_cart .woocommerce-mini-cart__buttons a {
    font-family: Inter, sans-serif;
    font-size: 14px;
    line-height: 25px;
    font-weight: 500;
    position: relative;
    display: inline-flex;
    vertical-align: middle;
    width: auto;
    margin: 0;
    text-decoration: none;
    border-radius: 5px;
    outline: 0;
    transition: color 0.3s ease-out, background-color 0.3s ease-out, border-color 0.3s ease-out;
    color: #fff;
    background-color: #0000b4;
    border: 1px solid transparent;
    padding: 9px 20px 8px;
    font-size: 16px;
    width: 100%;
    justify-content: center;
    text-align: center;
}
.widget_shopping_cart .qodef-m-action a:hover,
.widget_shopping_cart .woocommerce-mini-cart__buttons a:hover,
.widget_teenglow_core_woo_dropdown_cart .qodef-m-action a:hover,
.widget_teenglow_core_woo_dropdown_cart .woocommerce-mini-cart__buttons a:hover {
    color: #fff;
    background-color: #1111d1;
}
.widget_shopping_cart .woocommerce-mini-cart__buttons,
.widget_teenglow_core_woo_dropdown_cart .woocommerce-mini-cart__buttons {
    flex-direction: column;
}
.widget_shopping_cart .woocommerce-mini-cart__buttons a,
.widget_teenglow_core_woo_dropdown_cart .woocommerce-mini-cart__buttons a {
    width: 100% !important;
    justify-content: center;
}
.widget_shopping_cart .woocommerce-mini-cart__buttons a:last-child,
.widget_teenglow_core_woo_dropdown_cart .woocommerce-mini-cart__buttons a:last-child {
    margin-top: 5px;
}
header .widget_shopping_cart:hover .qodef-widget-dropdown-cart-content,
header .widget_shopping_cart:hover .widget_shopping_cart_content,
header .widget_teenglow_core_woo_dropdown_cart:hover .qodef-widget-dropdown-cart-content,
header .widget_teenglow_core_woo_dropdown_cart:hover .widget_shopping_cart_content {
    opacity: 1 !important;
    visibility: visible !important;
}
.widget_shopping_cart,
.widget_teenglow_core_woo_dropdown_cart {
    color: #0000b4;
}
.widget_shopping_cart .qodef-widget-dropdown-cart-content,
.widget_shopping_cart .widget_shopping_cart_content,
.widget_teenglow_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content,
.widget_teenglow_core_woo_dropdown_cart .widget_shopping_cart_content {
    background-color: #fff;
}
.widget_shopping_cart .woocommerce-mini-cart-item a,
.widget_teenglow_core_woo_dropdown_cart .woocommerce-mini-cart-item a {
    color: #0000b4;
}
.widget_shopping_cart .woocommerce-mini-cart-item a:hover,
.widget_teenglow_core_woo_dropdown_cart .woocommerce-mini-cart-item a:hover {
    color: var(--qode-main-color);
}
.widget_shopping_cart .qodef-woo-mini-cart .qodef-e-title a,
.widget_teenglow_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-e-title a {
    color: #0000b4;
}
.widget_shopping_cart .qodef-woo-mini-cart .qodef-e-title a:hover,
.widget_teenglow_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-e-title a:hover {
    color: var(--qode-main-color);
}
.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,
.widget_teenglow_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove,
.widget_teenglow_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove,
.widget_teenglow_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove,
.widget_teenglow_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove {
    color: #0000b4;
}
.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,
.widget_teenglow_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove:hover,
.widget_teenglow_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove:hover,
.widget_teenglow_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove:hover,
.widget_teenglow_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove:hover {
    color: var(--qode-main-color);
}
.widget_shopping_cart .qodef-m-order-details strong,
.widget_shopping_cart .woocommerce-mini-cart__total strong,
.widget_teenglow_core_woo_dropdown_cart .qodef-m-order-details strong,
.widget_teenglow_core_woo_dropdown_cart .woocommerce-mini-cart__total strong {
    color: #0000b4;
}
#qodef-top-area .widget_shopping_cart,
#qodef-top-area .widget_teenglow_core_woo_dropdown_cart {
    color: var(--qode-main-color);
}
#qodef-page-footer .widget_shopping_cart,
#qodef-page-footer .widget_teenglow_core_woo_dropdown_cart {
    color: #ccc;
}
#qodef-page-footer .widget_shopping_cart .qodef-widget-dropdown-cart-content,
#qodef-page-footer .widget_shopping_cart .widget_shopping_cart_content,
#qodef-page-footer .widget_teenglow_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content,
#qodef-page-footer .widget_teenglow_core_woo_dropdown_cart .widget_shopping_cart_content {
    background-color: #000;
}
#qodef-page-footer .widget_shopping_cart .woocommerce-mini-cart-item a,
#qodef-page-footer .widget_teenglow_core_woo_dropdown_cart .woocommerce-mini-cart-item a {
    color: #ccc;
}
#qodef-page-footer .widget_shopping_cart .woocommerce-mini-cart-item a:hover,
#qodef-page-footer .widget_teenglow_core_woo_dropdown_cart .woocommerce-mini-cart-item a:hover {
    color: #fff;
}
#qodef-page-footer .widget_shopping_cart .qodef-woo-mini-cart .qodef-e-title a,
#qodef-page-footer .widget_teenglow_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-e-title a {
    color: #ccc;
}
#qodef-page-footer .widget_shopping_cart .qodef-woo-mini-cart .qodef-e-title a:hover,
#qodef-page-footer .widget_teenglow_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-e-title a:hover {
    color: #fff;
}
#qodef-page-footer .widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove,
#qodef-page-footer .widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove,
#qodef-page-footer .widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove,
#qodef-page-footer .widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove,
#qodef-page-footer .widget_teenglow_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove,
#qodef-page-footer .widget_teenglow_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove,
#qodef-page-footer .widget_teenglow_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove,
#qodef-page-footer .widget_teenglow_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove {
    color: #ccc;
}
#qodef-page-footer .widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove:hover,
#qodef-page-footer .widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove:hover,
#qodef-page-footer .widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove:hover,
#qodef-page-footer .widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove:hover,
#qodef-page-footer .widget_teenglow_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove:hover,
#qodef-page-footer .widget_teenglow_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove:hover,
#qodef-page-footer .widget_teenglow_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove:hover,
#qodef-page-footer .widget_teenglow_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove:hover {
    color: #fff;
}
#qodef-page-footer .widget_shopping_cart .qodef-m-order-details strong,
#qodef-page-footer .widget_shopping_cart .woocommerce-mini-cart__total strong,
#qodef-page-footer .widget_teenglow_core_woo_dropdown_cart .qodef-m-order-details strong,
#qodef-page-footer .widget_teenglow_core_woo_dropdown_cart .woocommerce-mini-cart__total strong {
    color: #ccc;
}
#qodef-side-area .widget_shopping_cart,
#qodef-side-area .widget_teenglow_core_woo_dropdown_cart {
    color: #fff;
}
.qodef-mega-menu-widget-holder .widget_shopping_cart,
.qodef-mega-menu-widget-holder .widget_teenglow_core_woo_dropdown_cart {
    color: #fff;
}
.widget_teenglow_core_woo_side_area_cart {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.widget_teenglow_core_woo_side_area_cart .qodef-widget-side-area-cart-inner {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}
.widget_teenglow_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    height: 100%;
}
.widget_teenglow_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-opener {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
}
.widget_teenglow_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-widget-side-area-cart-content {
    position: fixed;
    top: 0;
    right: -360px;
    height: 100vh;
    width: 360px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 100px 0 74px;
    background-color: #fff;
    border-left: 1px solid var(--qode-main-color);
    overflow: hidden;
    visibility: hidden;
    z-index: 9999;
    transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}
.admin-bar .widget_teenglow_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-widget-side-area-cart-content {
    top: 32px;
    height: calc(100vh - 32px);
}
.widget_teenglow_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-close {
    position: absolute;
    top: 30px;
    right: 30px;
    display: block;
    font-size: 34px;
    z-index: 1000;
}
.widget_teenglow_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-posts-not-found {
    padding: 0 35px;
}
.widget_teenglow_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-woo-side-area-cart {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding: 0 35px !important;
}
.widget_teenglow_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-woo-side-area-cart-item {
    position: relative;
    display: flex;
    align-items: flex-start;
    margin-top: 20px;
}
.widget_teenglow_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-woo-side-area-cart-item:first-child {
    margin-top: 0;
}
.widget_teenglow_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-e-image {
    flex-shrink: 0;
    width: 80px;
    margin-right: 20px;
}
.widget_teenglow_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-e-image a,
.widget_teenglow_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-e-image img {
    display: block;
}
.widget_teenglow_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-e-content {
    width: 100%;
    padding-right: 20px;
}
.widget_teenglow_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-e-title {
    margin: 0;
}
.widget_teenglow_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-e-price {
    margin: 3px 0 0;
}
.widget_teenglow_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-e-quantity {
    margin: 3px 0 0;
}
.widget_teenglow_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .remove {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 20px;
    line-height: 1;
    z-index: 5;
}
.widget_teenglow_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-order-details {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 25px;
    padding: 0 35px;
}
.widget_teenglow_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-order-details > * {
    margin: 0;
}
.widget_teenglow_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-action {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.widget_teenglow_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-action-link {
    font-family: Inter, sans-serif;
    font-size: 14px;
    line-height: 25px;
    font-weight: 500;
    position: relative;
    display: inline-flex;
    vertical-align: middle;
    width: auto;
    margin: 0;
    text-decoration: none;
    border-radius: 5px;
    outline: 0;
    transition: color 0.3s ease-out, background-color 0.3s ease-out, border-color 0.3s ease-out;
    color: #fff;
    background-color: #0000b4;
    border: 1px solid transparent;
}
.widget_teenglow_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-action-link:hover {
    color: #fff;
    background-color: #1111d1;
}
.widget_teenglow_core_woo_side_area_cart .qodef-widget-side-area-cart-inner.qodef--opened .qodef-widget-side-area-cart-content {
    right: 0;
    visibility: visible;
}
.qodef-woo-side-area-cart-cover {
    position: fixed;
    top: 0;
    left: 0;
    width: calc(100% - 360px);
    height: 100vh;
    overflow: hidden;
    z-index: 1002;
}
.qodef-shortcode .last_toggle_el_margin,
.qodef-shortcode .wpb_button,
.qodef-shortcode .wpb_content_element,
.qodef-shortcode .wpb_row,
.qodef-shortcode ul.wpb_thumbnails-fluid > li {
    margin-bottom: 0 !important;
}
.qodef-vc-row-wrapper.qodef--parallax-row {
    width: 100%;
}
.touchevents .qodef-vc-row-wrapper.qodef--parallax-row {
    height: auto !important;
}
.qodef-clients-list .qodef-e {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e {
    display: flex;
    align-items: center;
    justify-content: center;
}
.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e .qodef-e-image {
    line-height: 0;
    position: relative;
    display: inline-block;
    vertical-align: top;
}
.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e .qodef-e-image a {
    display: inline-block;
}
.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e .qodef-e-logo {
    width: auto;
    opacity: 1;
    will-change: opacity;
    transition: opacity 0.15s ease-out;
    display: inline-block;
}
.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e .qodef-e-hover-logo {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    opacity: 0;
    will-change: opacity;
    transition: opacity 0.15s ease-out;
}
.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e:hover .qodef-e-logo {
    opacity: 0;
}
.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e:hover .qodef-e-hover-logo {
    opacity: 1;
}
.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade .qodef-e {
    display: flex;
    align-items: center;
    justify-content: center;
}
.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade .qodef-e .qodef-e-image {
    line-height: 0;
    position: relative;
    display: inline-block;
    vertical-align: top;
}
.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade .qodef-e .qodef-e-image a {
    display: inline-block;
}
.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade .qodef-e .qodef-e-logo {
    width: auto;
    opacity: var(--qodef-client-initial-opacity, 1);
    will-change: opacity;
    transition: opacity 0.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, 0.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-clients-list.qodef-item-layout--image-only.qodef-hover-animation--roll .qodef-e {
    display: flex;
    align-items: center;
    justify-content: center;
}
.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--roll .qodef-e .qodef-e-image {
    line-height: 0;
    position: relative;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
}
.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--roll .qodef-e .qodef-e-image a {
    display: inline-block;
}
.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--roll .qodef-e .qodef-e-logo {
    width: auto;
    display: inline-block;
    transform: translateY(0);
    transition-delay: 0.1s;
    transition: transform 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
    will-change: transform;
}
.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--roll .qodef-e .qodef-e-hover-logo {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    transform: translateY(-100%);
    transition-delay: 0s;
    transition: transform 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
    will-change: transform;
}
.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--roll .qodef-e:hover .qodef-e-logo {
    transform: translateY(100%);
    transition-delay: 0s;
}
.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--roll .qodef-e:hover .qodef-e-hover-logo {
    transform: translateY(0);
    transition-delay: 0.1s;
}
.qodef-testimonials-list .qodef-e-inner {
    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 0 25px;
}
.qodef-testimonials-list .qodef-e-author {
    margin: 0;
}
.qodef-testimonials-list .swiper-pagination-bullets {
    text-align: left;
    top: 17px;
}
.qodef-testimonials-list .swiper-pagination-bullets .swiper-pagination-bullet:before {
    background-color: var(--qode-main-color);
}
.qodef-testimonials-list.qodef-skin--light .qodef-e-author,
.qodef-testimonials-list.qodef-skin--light .qodef-e-text,
.qodef-testimonials-list.qodef-skin--light .qodef-e-title {
    color: #fff;
}
.qodef-testimonials-list.qodef-skin--light .swiper-pagination-bullet:before {
    background-color: #fff;
}
.qodef-testimonials-list .qodef-m-average-rating-holder p {
    margin: 0;
}
.qodef-testimonials-list .qodef-testimonials-bottom-holder {
    position: relative;
    margin: 47px 0 0;
}
.qodef-testimonials-list .qodef-testimonials-bottom-holder .swiper-pagination-bullets {
    right: 15px;
}
.qodef-testimonials-list.qodef-item-layout--info-below .qodef-e-rating-holder {
    display: flex;
    align-items: center;
}
.qodef-testimonials-list.qodef-item-layout--info-below .qodef-e-rating-holder .qodef-e-stars {
    display: flex;
    margin-right: 15px;
}
.qodef-testimonials-list.qodef-item-layout--info-below .qodef-e-rating-holder .qodef-e-stars .qodef-e-rating-star {
    width: 19px;
    height: 19px;
    background-color: var(--qode-second-main-color);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 1px;
}
.qodef-testimonials-list.qodef-item-layout--info-below .qodef-e-rating-holder .qodef-e-stars .qodef-e-rating-star:last-child {
    margin-right: 0;
}
.qodef-testimonials-list.qodef-item-layout--info-below .qodef-e-rating-holder .qodef-e-stars-label {
    font-size: 14px;
    font-weight: 400;
    margin-left: 4px;
}
.qodef-testimonials-list.qodef-item-layout--info-below .qodef-e-rating-holder > svg {
    width: 16px;
    height: auto;
}
.qodef-testimonials-list.qodef-item-layout--info-below .qodef-e-text {
    font-size: 19px;
    font-weight: 400;
    margin: 21px 0 0;
}
.qodef-testimonials-list.qodef-item-layout--info-below .qodef-e-author {
    font-size: 18px;
    line-height: 1.33333em;
    font-weight: 600;
    margin: 29px 0 0;
}
.qodef-testimonials-list.qodef-item-layout--side-by-side .qodef-e-inner {
    display: flex;
    padding: 0;
}
.qodef-testimonials-list.qodef-item-layout--side-by-side .qodef-e-inner > * {
    flex-basis: 50%;
}
.qodef-testimonials-list.qodef-item-layout--side-by-side .qodef-e-media-image {
    margin: 0;
}
.qodef-testimonials-list.qodef-item-layout--side-by-side .qodef-e-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #f9f9f9;
    padding: 0 8.6%;
}
.qodef-testimonials-list.qodef-item-layout--side-by-side .qodef-e-text {
    margin: 5px 0 0;
}
.qodef-testimonials-list.qodef-item-layout--side-by-side .qodef-e-author {
    font-size: 22px;
    line-height: 1.36364em;
    font-weight: 600;
}
.qodef-testimonials-list.qodef-item-layout--side-by-side .qodef-e-author-age-holder {
    margin: 17px 0 0;
    display: flex;
    align-items: center;
    gap: 5px;
}
.qodef-testimonials-list.qodef-item-layout--side-by-side .qodef-e-author-age-holder .qodef-e-author-age {
    font-size: 12px;
    font-weight: 500;
    background-color: var(--qode-second-main-color);
    color: #fff;
    border-radius: 50%;
    width: 19px;
    height: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.qodef-testimonials-list.qodef-item-layout--side-by-side .qodef-e-author-age-holder .qodef-e-author-age-label {
    font-size: 14px;
    font-weight: 400;
}
.qodef-tutorial-item .qodef-e-top-content {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 11px;
}
.qodef-tutorial-item .qodef-e-categories {
    font-size: 13px;
    line-height: 1em;
    font-weight: 600;
    letter-spacing: 0.1em;
    color: #fff;
    text-transform: uppercase;
    background-color: var(--qode-second-main-color);
    padding: 3px;
    transition: background-color 0.3s ease-out;
}
.qodef-tutorial-item .qodef-e-categories a,
.qodef-tutorial-item .qodef-e-categories span {
    color: inherit;
}
.qodef-tutorial-item .qodef-e-categories:hover {
    background-color: #d8c303;
}
.qodef-tutorial-item .qodef-e-video-info {
    display: flex;
    align-items: center;
    gap: 8px;
}
.qodef-tutorial-item .qodef-e-play {
    display: inline-block;
    color: var(--qode-main-color);
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 10px solid currentColor;
    margin-right: 2px;
}
.qodef-tutorial-item .qodef-e-duration {
    font-size: 13px;
    line-height: 1em;
    font-weight: 600;
    letter-spacing: 0.1em;
    color: #0000b4;
    text-transform: uppercase;
    margin-top: 1px;
}
.qodef-tutorial-item .qodef-e-duration a,
.qodef-tutorial-item .qodef-e-duration span {
    color: inherit;
}
.qodef-tutorial-single .qodef-e-top-content {
    margin: 34px 0 16px;
}
.qodef-tutorial-single .qodef-e-excerpt {
    margin: 0 0 32px;
}
.qodef-tutorial-single .qodef-e-author-advanced-info {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin: 69px 0 20px;
    max-width: 65%;
}
.qodef-tutorial-single .qodef-e-author-advanced-info .qodef-e-left {
    flex-shrink: 0;
    flex-basis: 108px;
}
.qodef-tutorial-single .qodef-e-author-advanced-info .qodef-m-image {
    border-radius: 50%;
    overflow: hidden;
}
.qodef-tutorial-single .qodef-e-author-advanced-info .qodef-m-image a,
.qodef-tutorial-single .qodef-e-author-advanced-info .qodef-m-image img {
    display: block;
}
.qodef-tutorial-single .qodef-e-author-advanced-info .qodef-e-info-author {
    font-size: 18px;
}
.qodef-tutorial-single .qodef-e-author-advanced-info .qodef-author-position {
    font-size: 13px;
    line-height: 1.92em;
    font-weight: 600;
    letter-spacing: 0.1em;
    color: #0000b4;
    text-transform: uppercase;
    margin: 0 0 11px;
}
.qodef-tutorial-single .qodef-e-author-advanced-info .qodef-author-position a,
.qodef-tutorial-single .qodef-e-author-advanced-info .qodef-author-position span {
    color: inherit;
}
@media only screen and (min-width: 1025px) {
    .single-tutorial .qodef-page-title.qodef-title--standard .qodef-m-title {
        max-width: 55%;
    }
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
    .single-tutorial .qodef-page-title.qodef-title--standard .qodef-m-title {
        max-width: 75%;
    }
}
.qodef-tutorial-info .qodef-e-categories {
    font-size: 13px;
    line-height: 1em;
    font-weight: 600;
    letter-spacing: 0.1em;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    background-color: var(--qode-second-main-color);
    padding: 3px;
    margin: 0 0 19px;
}
.qodef-tutorial-info .qodef-e-categories a,
.qodef-tutorial-info .qodef-e-categories span {
    color: inherit;
}
.qodef-tutorial-info .qodef-e-title {
    margin: 0;
}
.qodef-tutorial-list .qodef-e-title {
    margin: 9px 0 8px;
}
.qodef-tutorial-list .qodef-e-media-image a {
    position: relative;
    display: block;
    overflow: hidden;
}
.qodef-tutorial-list .qodef-e-media-image a img {
    transform: scale(1.01);
    transition: transform 0.6s cubic-bezier(0.45, 0, 0.55, 1);
}
.qodef-tutorial-list .qodef-tutorial-item.qodef--hover .qodef-e-media-image a img {
    transform: scale(1.06);
}
.qodef-tutorial-list.qodef-item-layout--info-below .qodef-e-content {
    margin: 24px 0 0;
}
.qodef-tutorial-list.qodef-item-layout--info-over-image .qodef-e-content {
    position: absolute;
    width: 48%;
    left: 54px;
    bottom: 55px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    flex-direction: column;
    transition: opacity 0.3s ease-out;
}
.qodef-tutorial-list.qodef-item-layout--info-over-image .qodef-e-content * {
    color: #fff;
}
#qodef-tutorial-single-related-items {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
#qodef-tutorial-single-related-items .qodef-tutorial-single-related-items-inner {
    padding: 144px 0 138px;
    background-color: #f9f9f9;
}
#qodef-tutorial-single-related-items .qodef-tutorial-single-related-intro {
    text-align: center;
    margin: 0 0 51px;
}
#qodef-tutorial-single-related-items .qodef-m-title {
    margin: 0;
}
#qodef-tutorial-single-related-items .qodef-tutorial-single-related-list .qodef-e-top-content {
    margin: 27px 0 13px;
}
.qodef-review-rating {
    display: flex;
}
.qodef-review-rating .qodef-rating-inner {
    display: flex;
    flex-basis: 50%;
}
.qodef-review-rating label {
    margin: 0 10px 0 0;
}
.qodef-review-rating .qodef-comment-rating-box {
    display: flex;
    margin: 0 0 42px;
}
.qodef-review-rating .qodef-star-rating {
    position: relative;
    display: block;
    cursor: pointer;
    color: #fde718;
    margin-right: 12px;
}
.qodef-review-rating .qodef-star-rating svg {
    display: inline-block;
    width: 20px;
    height: auto;
}
.qodef-review-rating .qodef-star-rating:last-child {
    margin-right: 0;
}
.qodef-review-rating .qodef-star-rating.active {
    color: #f6a74a;
}
.qodef-review-rating .qodef-comments-ratings {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    line-height: 1;
}
.qodef-review-rating .qodef-comments-ratings .qodef-m-inner {
    position: relative;
    display: inline-block;
    vertical-align: top;
}
.qodef-review-rating .qodef-comments-ratings .qodef-m-star {
    color: #fde718;
}
.qodef-review-rating .qodef-comments-ratings .qodef-m-star svg {
    display: inline-block;
    height: auto;
}
.qodef-review-rating .qodef-comments-ratings .qodef-m-star.qodef--active {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    white-space: nowrap;
}
.qodef-review-rating .qodef-comments-ratings .qodef-m-star.qodef--active svg {
    fill: currentColor;
}
.qodef-review-rating .qodef-comments-ratings svg {
    margin-right: 4px !important;
    width: 21px !important;
}
.qodef-review-rating .qodef-comments-ratings svg:last-child {
    margin-right: 0 !important;
}
.qodef-comment {
    display: grid;
    grid-template-columns: auto minmax(0, 100%);
    margin: 0 0 30px;
}
.qodef-comment img {
    border-radius: 10px;
    margin-right: 33px;
}
.qodef-comment .qodef-comment-name {
    display: inline-block;
    margin: 0 9px 0 0;
}
.qodef-comment .meta {
    padding-top: 1px;
    margin: 10px 0;
}
.qodef-reviews-per-criteria .qodef-item-reviews-average-rating {
    color: var(--qode-main-color);
    font-size: 60px;
    line-height: 1em;
    font-weight: 700;
}
.qodef-reviews-per-criteria .qodef-item-reviews-verbal-description {
    vertical-align: middle;
    margin: 2px 0 0;
}
.qodef-reviews-per-criteria .qodef-item-reviews-rating-icon {
    vertical-align: middle;
    font-size: 20px;
}
.qodef-reviews-per-criteria .qodef-item-reviews-display-right {
    vertical-align: middle;
    padding-left: 200px;
}
.qodef-reviews-per-criteria .qodef-item-reviews-display-right .qodef-item-reviews-display-bar {
    line-height: 28px;
}
.qodef-reviews-per-criteria .qodef-item-reviews-display-right .qodef-item-reviews-display-bar .qodef-item-reviews-display-bar-inner {
    padding: 6px 0;
}
.qodef-reviews-average-rating .qodef-reviews-rating {
    font-family: Inter, sans-serif;
    font-size: 25px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    color: #0000b4;
}
.qodef-reviews-average-rating svg {
    width: 23px;
    height: auto;
    fill: #f3d44c;
    margin: 0 10px;
}
.qodef-reviews-average-rating-simple .qodef-reviews-rating {
    font-family: Inter, sans-serif;
    font-size: 25px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    color: #fff;
}
.qodef-reviews-average-rating-simple svg {
    width: 23px;
    height: auto;
    fill: #f3d44c;
    margin: 0 0 0 10px;
}
.qodef-reviews-per-mark {
    margin-bottom: -25px;
}
.qodef-reviews-per-mark .qodef-reviews-title {
    margin-bottom: 30px;
}
.qodef-reviews-per-mark .qodef-reviews-number-holder {
    display: flex;
    align-items: center;
    border-radius: 20px;
    padding: 30px 0 49px;
}
.qodef-reviews-per-mark .qodef-reviews-number-wrapper {
    display: flex;
    flex-direction: column;
    width: 28.5%;
    text-align: center;
    padding: 0 15px;
}
.qodef-reviews-per-mark .qodef-reviews-number {
    font-size: 80px;
    color: var(--qode-main-color);
    letter-spacing: 0, 2em;
    font-weight: 700;
    line-height: 1em;
    font-family: Inter, sans-serif;
}
.qodef-reviews-per-mark .qodef-comments-ratings {
    margin: 3px 0;
}
.qodef-reviews-per-mark .qodef-rating-percentage-wrapper {
    width: 71.5%;
    padding: 25px 50px 22px;
    display: grid;
    gap: 17px;
}
.qodef-reviews-per-mark .qodef-rating-percentage-wrapper .percentCount {
    font-family: Inter, sans-serif;
    letter-spacing: -0.02em;
    color: #0000b4;
    font-size: 22px;
    line-height: 1.36364em;
    font-weight: 600;
    top: -30px !important;
}
.qodef-reviews-per-mark .qodef-rating-percentage-wrapper .progressbar {
    border-radius: 10px !important;
    overflow: hidden;
}
.qodef-reviews-per-mark .qodef-reviews-count {
    font-family: Inter, sans-serif;
    letter-spacing: -0.02em;
    color: #0000b4;
    font-size: 31px;
    line-height: 1.22581em;
    font-weight: 600;
}
.qodef-reviews-simple .qodef-reviews-number-wrapper .qodef-reviews-summary {
    display: inline-block;
    vertical-align: middle;
}
.qodef-reviews-simple .qodef-reviews-number-wrapper .qodef-stars-wrapper {
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 15px;
}
.qodef-reviews-simple .qodef-reviews-number-wrapper .qodef-stars-wrapper-inner {
    display: block;
}
.qodef-comment-list .qodef-comment-name {
    float: none;
}
.qodef-comment-list .qodef-review-rating {
    display: inline-block;
    width: 100%;
}
.qodef-comment-list .qodef-rating-inner {
    display: inline-block;
    width: 100%;
}
@keyframes cover_search_fade_out {
    0% {
        opacity: 1;
        visibility: visible;
        z-index: 100;
    }
    100% {
        opacity: 0;
        visibility: hidden;
        z-index: 0;
    }
}
@keyframes cover_search_fade_in {
    0% {
        opacity: 0;
        visibility: hidden;
        z-index: 100;
    }
    100% {
        opacity: 1;
        visibility: visible;
        z-index: 100;
    }
}
.qodef-search-cover-form {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 431px;
    visibility: hidden;
    opacity: 0;
    background-color: #fff;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.05);
    z-index: -1;
    transition: opacity 0.3s ease;
}
header.qodef-show-upwards .qodef-search-cover-form {
    top: auto;
    bottom: 0;
}
.qodef-search-cover-form .qodef-m-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    padding: 0 50px;
}
.qodef-search-cover-form .qodef-m-input-holder {
    position: relative;
    width: 100%;
    max-width: 940px;
}
.qodef-search-cover-form .qodef-m-form-submit {
    padding: 0;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    background-color: transparent;
    color: #0000b4;
    opacity: 0;
    transition: color 0.2s ease-out;
}
.qodef-search-cover-form .qodef-m-form-submit svg {
    position: relative;
    top: 1px;
}
.qodef-search-cover-form .qodef-m-form-submit:hover {
    background-color: transparent;
    color: #0000b4;
}
.qodef-search-cover-form .qodef-m-form-field {
    padding: 0 0 8px;
    margin-bottom: 0;
    color: #0000b4;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    outline-offset: 0;
}
.qodef-search-cover-form .qodef-m-form-field:focus {
    color: #0000b4;
}
.qodef-search-cover-form .qodef-m-form-field:-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}
.qodef-search-cover-form .qodef-m-form-field::placeholder {
    color: inherit;
    opacity: 1;
}
.qodef-search-cover-form .qodef-m-form-line {
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: var(--qode-main-color);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.6s ease;
}
.qodef-search-cover-form .qodef-search-label {
    font-family: Inter, sans-serif;
    letter-spacing: -0.02em;
    color: #0000b4;
    font-size: 40px;
    line-height: 1.2em;
    font-weight: 600;
    display: block;
    margin: 0 0 69px;
}
.qodef-search-cover-form .qodef-m-close {
    flex-shrink: 0;
    position: absolute;
    top: 35px;
    right: 35px;
}
.qodef-search-cover-form .qodef-m-close.qodef-source--icon-pack {
    font-size: 23px;
}
.qodef-covers-search--fadeout .qodef-search-cover-form {
    animation: cover_search_fade_out 0.3s ease both;
}
.qodef-covers-search--fadein .qodef-search-cover-form {
    animation: cover_search_fade_in 0.3s ease both;
}
.qodef-covers-search--fadein .qodef-search-cover-form .qodef-m-form-line {
    transform: scaleX(1);
    transition: transform 0.6s ease-out 0.4s;
}
.qodef-covers-search--fadein .qodef-search-cover-form .qodef-m-form-submit {
    opacity: 1;
    transition: color 0.2s ease, opacity 0.2s ease-out 1s;
}
.qodef-header--sticky-display #qodef-page-header > .qodef-search-cover-form {
    display: none;
}
body:not(.qodef-header--sticky-display) .qodef-header-sticky-inner > .qodef-search-cover-form {
    display: none;
}
.qodef-search-opener > * {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: inherit;
}
.qodef-search-opener.qodef-source--icon-pack {
    font-size: 23px;
}
.qodef-accordion {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    visibility: hidden;
    overflow-anchor: none;
}
.qodef-accordion .qodef-accordion-content-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding-right: 13%;
}
.qodef-accordion.qodef--init {
    visibility: visible;
}
.qodef-accordion.qodef-layout--simple .qodef-accordion-title {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 12px 0 0;
    padding: 39px 10px 20px 0;
    transition: color 0.2s ease-out, background-color 0.2s ease-out;
    cursor: pointer;
    border-top: 1px solid #dcdcdc;
}
.qodef-accordion.qodef-layout--simple .qodef-accordion-title:first-child {
    margin-top: 0;
}
.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark {
    position: relative;
    flex-shrink: 0;
    width: 20px;
    height: 18px;
    line-height: 1;
    text-align: center;
    font-size: 33px;
    font-weight: 400;
}
.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark span {
    position: absolute;
    display: block;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity 0.2s ease-out;
}
.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark span:before {
    display: block;
    line-height: inherit;
}
.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark span.qodef-icon--minus {
    opacity: 0;
}
.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark span.qodef-icon--plus {
    opacity: 1;
}
.qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-active .qodef-accordion-mark span.qodef-icon--minus,
.qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-hover .qodef-accordion-mark span.qodef-icon--minus {
    opacity: 1;
}
.qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-active .qodef-accordion-mark span.qodef-icon--plus,
.qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-hover .qodef-accordion-mark span.qodef-icon--plus {
    opacity: 0;
}
.qodef-accordion.qodef-layout--simple .qodef-accordion-content {
    padding: 0 0 38px;
    margin: 0;
}
.qodef-accordion.qodef-layout--simple .qodef-accordion-content p {
    margin: 0;
}
.qodef-accordion.qodef-layout--simple.qodef-behavior--toggle .qodef-accordion-content {
    display: none;
}
.qodef-animated-icon img,
.qodef-animated-icon svg {
    animation: qode-rotate-circles var(--qode-animation-duration, 2s) infinite linear;
}
.qodef-banner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.qodef-banner .qodef-m-banner-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
}
.qodef-banner .qodef-m-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}
.qodef-banner .qodef-m-content-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
}
.qodef-banner .qodef-m-title {
    margin: 10px 0 4px;
}
.qodef-banner .qodef-m-title-inner {
    display: inline-block;
}
.qodef-banner .qodef-m-subtitle {
    font-family: Inter, sans-serif;
    margin: 0;
}
.qodef-banner .qodef-m-text-field {
    font-size: 15px;
    color: var(--qode-main-color);
    margin: 0 0 10px;
}
.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%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all 0.35s ease-out;
}
.qodef-banner.qodef-svg--fixed-width .qodef-svg-holder {
    max-width: 100% !important;
}
.qodef-banner.qodef-layout--link-button .qodef-m-content-inner {
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-end;
    padding: 40px 54px 43px;
}
.qodef-alignment--left.qodef-banner.qodef-layout--link-button .qodef-m-content-inner {
    text-align: left;
    align-items: flex-start;
}
.qodef-alignment--right.qodef-banner.qodef-layout--link-button .qodef-m-content-inner {
    text-align: right;
    align-items: flex-end;
}
.qodef-alignment--center.qodef-banner.qodef-layout--link-button .qodef-m-content-inner {
    text-align: center;
    align-items: center;
}
.qodef-banner.qodef-layout--link-button .qodef-m-title {
    margin: 10px 0 0;
}
.qodef-banner.qodef-layout--link-button .qodef-m-text {
    margin: 0;
}
.qodef-banner.qodef-layout--link-button .qodef-m-subtitle,
.qodef-banner.qodef-layout--link-button .qodef-m-text,
.qodef-banner.qodef-layout--link-button .qodef-m-title {
    position: relative;
    color: #fff;
    z-index: 2;
}
.qodef-banner.qodef-layout--link-button .qodef-m-button {
    margin: 7px 0 0;
}
.qodef-banner.qodef-layout--link-button .qodef-m-button .qodef-button {
    color: #fff;
}
.qodef-banner.qodef-layout--link-button .qodef-m-image {
    position: relative;
    overflow: hidden;
}
.qodef-banner.qodef-layout--link-button .qodef-m-image img {
    transform: scale(1.01);
    transition: transform 0.6s cubic-bezier(0.45, 0, 0.55, 1);
}
.qodef-banner.qodef-layout--link-button .qodef-svg-holder {
    position: relative;
    color: #fff;
    z-index: 1;
}
@media only screen and (max-width: 1440px) {
    .qodef-banner.qodef-layout--link-button .qodef-svg-holder {
        max-width: 70%;
    }
}
.qodef-banner.qodef-layout--link-button .qodef-svg-holder svg {
    display: block;
    max-width: 100%;
    height: auto;
}
.qodef-banner.qodef-layout--link-button.qodef--hover .qodef-m-image img {
    transform: scale(1.06);
}
.qodef-banner.qodef-layout--link-overlay .qodef-m-content-inner {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    padding: 30px;
}
.qodef-alignment--left.qodef-banner.qodef-layout--link-overlay .qodef-m-content-inner {
    text-align: left;
    align-items: flex-start;
}
.qodef-alignment--right.qodef-banner.qodef-layout--link-overlay .qodef-m-content-inner {
    text-align: right;
    align-items: flex-end;
}
.qodef-alignment--center.qodef-banner.qodef-layout--link-overlay .qodef-m-content-inner {
    text-align: center;
    align-items: center;
}
.qodef-button.qodef-html--link {
    font-family: Inter, sans-serif;
    font-size: 14px;
    line-height: 25px;
    font-weight: 500;
    position: relative;
    display: inline-flex;
    vertical-align: middle;
    width: auto;
    margin: 0;
    text-decoration: none;
    border-radius: 5px;
    outline: 0;
    transition: color 0.3s ease-out, background-color 0.3s ease-out, border-color 0.3s ease-out;
    padding: 5px 49px 8px;
}
.qodef-button.qodef-size--small {
    padding: 3px 39px;
}
.qodef-button.qodef-size--large {
    padding: 9px 54px 8px;
    font-size: 16px;
}
.qodef-button.qodef-size--full {
    width: 100%;
    padding: 5px 20px;
    justify-content: center;
    text-align: center;
}
.qodef-button.qodef-layout--filled.qodef-html--link {
    color: #fff;
    background-color: #0000b4;
    border: 1px solid transparent;
}
.qodef-button.qodef-layout--filled.qodef-html--link:hover {
    color: #fff;
    background-color: #1111d1;
}
.qodef-button.qodef-layout--outlined {
    color: var(--qode-main-color);
    background-color: transparent;
    border: 1px solid var(--qode-main-color);
}
.qodef-button.qodef-layout--outlined:hover {
    color: #fff;
    background-color: var(--qode-main-color);
    border-color: var(--qode-main-color);
}
.qodef-button.qodef-layout--rounded.qodef-html--link {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 135px;
    height: 135px;
    padding: 20px;
    border-radius: 50%;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #fff;
    background-color: var(--qode-main-color);
    border: 1px solid transparent;
}
.qodef-button.qodef-layout--rounded.qodef-html--link:hover {
    background-color: #1111d1;
}
.qodef-button.qodef-layout--textual {
    font-size: 16px;
    padding: 0 !important;
    background-color: transparent;
    color: #0000b4;
    border: 0;
    border-radius: 0;
    position: relative;
}
.qodef-button.qodef-layout--textual:after,
.qodef-button.qodef-layout--textual:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 2px;
    height: 1px;
    width: 100%;
    background: currentColor;
}
.qodef-button.qodef-layout--textual:before {
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.qodef-button.qodef-layout--textual:after {
    transform: scaleX(1);
    transform-origin: right;
    transition: transform 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96) 0.4s;
}
.qodef-button.qodef-layout--textual:hover {
    color: currentColor;
}
.qodef-button.qodef-layout--textual:hover:before {
    transform: scaleX(1);
    transform-origin: left;
    transition: transform 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96) 0.4s;
}
.qodef-button.qodef-layout--textual:hover:after {
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.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;
    text-align: center;
}
.qodef-countdown.qodef-show--1 .qodef-digit-wrapper {
    width: 100%;
}
.qodef-countdown.qodef-show--2 .qodef-digit-wrapper {
    width: 50%;
}
.qodef-countdown.qodef-show--3 .qodef-digit-wrapper {
    width: 33.33333%;
}
.qodef-countdown.qodef-show--4 .qodef-digit-wrapper {
    width: 25%;
}
.qodef-countdown.qodef-show--5 .qodef-digit-wrapper {
    width: 20%;
}
.qodef-countdown.qodef-show--6 .qodef-digit-wrapper {
    width: 16.66667%;
}
.qodef-countdown.qodef-countdown--light .qodef-digit,
.qodef-countdown.qodef-countdown--light .qodef-label {
    color: #fff;
}
.qodef-countdown.qodef-layout--simple .qodef-m-date {
    gap: 12px;
}
.qodef-countdown.qodef-layout--simple .qodef-digit-wrapper {
    display: inline-block;
    vertical-align: top;
    width: calc(20% - 9.6px);
    padding: 70px 0 28px;
    background-color: rgba(255, 255, 255, 0.07);
    -webkit-backdrop-filter: blur(11px);
    backdrop-filter: blur(11px);
}
.qodef-countdown.qodef-layout--simple .qodef-digit {
    font-family: inherit;
    font-size: 80px;
    line-height: 1em;
    font-weight: 700;
}
.qodef-countdown.qodef-layout--simple .qodef-label {
    font-size: 18px;
    line-height: 1.333em;
    letter-spacing: -0.02em;
    font-weight: 600;
    margin: 32px 0 0;
}
.qodef-counter.qodef-layout--simple {
    text-align: center;
}
.qodef-counter.qodef-layout--simple .qodef-m-digit {
    font-family: inherit;
    font-weight: 600;
    font-size: 75px;
    line-height: 1;
    color: #0000b4;
}
.qodef-counter.qodef-layout--simple .qodef-m-title {
    margin: 5px 0 0 0;
}
.qodef-counter.qodef-layout--simple .qodef-m-text {
    margin: 0;
}
.widget.widget_teenglow_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: Inter, sans-serif;
    letter-spacing: -0.02em;
    color: #0000b4;
    font-size: 48px;
    line-height: 1.125em;
    font-weight: 600;
}
.qodef-dropcaps .qodef-m-text {
    display: inline;
    margin: 0;
}
.qodef-dropcaps:not(.qodef-type--simple) .qodef-m-letter {
    width: 40px;
    height: 40px;
    font-size: 31px;
    line-height: 1.22581em;
    font-weight: 600;
    color: #fff;
    background-color: #0000b4;
}
.qodef-dropcaps.qodef-type--circle .qodef-m-letter {
    border-radius: 100%;
}
.qodef-google-map {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.qodef-google-map .qodef-m-map {
    display: block;
    width: 100%;
}
.qodef-google-map .qodef-m-map embed,
.qodef-google-map .qodef-m-map iframe,
.qodef-google-map .qodef-m-map object {
    width: 100%;
    display: block;
}
.qodef-google-map .qodef-m-map img {
    max-width: none;
}
.qodef-highlight .qodef-highlight-text {
    padding: 0 5px;
    color: #fff;
    background-color: #0000b4;
}
.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_teenglow_core_icon_list_item {
    margin-bottom: 0;
}
#qodef-page-footer .widget.widget_teenglow_core_icon_list_item {
    margin-bottom: 0;
}
#qodef-side-area .widget.widget_teenglow_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: 17px;
}
.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: 12px;
}
.qodef-icon-with-text.qodef-layout--top.qodef-alignment--center {
    text-align: center;
}
.qodef-icon-with-text.qodef-layout--top.qodef-alignment--left {
    text-align: left;
}
.qodef-icon-with-text.qodef-layout--top.qodef-alignment--right {
    text-align: right;
}
.qodef-icon-with-text.qodef-layout--top.qodef--retina img {
    max-width: 50%;
    margin: 0 auto;
}
.qodef-icon-holder {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: auto;
    line-height: 1;
}
.qodef-icon-holder a {
    display: block;
}
.qodef-icon-holder .qodef-icon {
    display: block;
    line-height: inherit;
}
.qodef-icon-holder .qodef-icon:before {
    display: block;
    line-height: inherit;
}
.qodef-icon-holder.qodef-layout--circle,
.qodef-icon-holder.qodef-layout--square {
    width: 2em;
    height: 2em;
    line-height: 2em;
    text-align: center;
    color: #fff;
    background-color: var(--qode-main-color);
    transition: color 0.3s ease-out, background-color 0.3s ease-out, border-color 0.3s 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: #0000b4;
}
.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_teenglow_core_icon {
    display: inline-block;
    line-height: 1;
}
#qodef-page-sidebar .widget.widget_teenglow_core_icon {
    margin-bottom: 0;
}
#qodef-page-footer .widget.widget_teenglow_core_icon {
    margin-bottom: 0;
}
#qodef-side-area .widget.widget_teenglow_core_icon {
    margin-bottom: 0;
}
.qodef-image-gallery.qodef-shadow--enabled img {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
}
.qodef-image-gallery.qodef--zoom .qodef-image-wrapper {
    overflow: hidden;
}
.qodef-image-gallery.qodef--zoom .qodef-image-wrapper img {
    transform: scale(1.01);
    transition: transform 0.6s cubic-bezier(0.45, 0, 0.55, 1);
}
.qodef-image-gallery.qodef--zoom .qodef-image-wrapper:hover img {
    transform: scale(1.06);
}
.qodef-image-gallery .qodef-image-wrapper a {
    display: block;
    position: relative;
    overflow: hidden;
}
.qodef-image-with-text {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.qodef-image-with-text .qodef-m-image {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.qodef-image-with-text .qodef-m-image a {
    transform: translateY(0);
    transition: transform 0.6s cubic-bezier(0.45, 0, 0.55, 1);
}
.qodef-image-with-text .qodef-m-image a,
.qodef-image-with-text .qodef-m-image img {
    display: block;
}
.qodef-image-with-text .qodef-m-content {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.qodef-image-with-text .qodef-m-title {
    font-size: 13px;
    line-height: 1.92em;
    letter-spacing: 0.1em;
    font-weight: 600;
    text-transform: uppercase;
    margin: 26px 0 0;
}
.qodef-image-with-text .qodef-m-title a {
    background-repeat: no-repeat;
    transition: background-size 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
    background-size: 0 1px;
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0 100%;
}
.qodef-image-with-text:hover .qodef-m-image a {
    transform: translateY(-10px);
}
.qodef-image-with-text:hover .qodef-m-title a {
    background-size: 100% 1px;
}
.qodef-image-with-text .qodef-m-text {
    margin: 15px 0 0;
}
.qodef-image-with-text.qodef-alignment--center .qodef-m-image img {
    margin: auto;
}
.qodef-image-with-text.qodef-alignment--center .qodef-m-content {
    text-align: center;
}
.qodef-image-with-text.qodef-shadow--enabled .qodef-m-image img {
    filter: drop-shadow(0 6px 20px rgba(0, 0, 0, 0.06));
}
.qodef-info-section.qodef-layout--background-text {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.qodef-info-section.qodef-layout--background-text .qodef-m-info {
    position: relative;
    z-index: 2;
}
.qodef-info-section.qodef-layout--background-text .qodef-m-title {
    margin: 0 0 18px;
}
.qodef-info-section.qodef-layout--background-text .qodef-m-text {
    margin: 0;
}
.qodef-info-section.qodef-layout--background-text .qodef-button {
    margin-top: 6px;
}
.qodef-info-section.qodef-layout--background-text .qodef-m-background-text {
    position: absolute;
    display: inline-block;
    color: rgba(0, 0, 180, 0.1);
    text-align: center;
    font-weight: 700;
    font-size: 250px;
}
.qodef-info-section.qodef-layout--background-text.qodef-background-text-pos--top-left .qodef-m-background-text {
    top: 0;
    left: -20px;
}
.qodef-info-section.qodef-layout--background-text.qodef-background-text-pos--top-right .qodef-m-background-text {
    top: 0;
    right: -20px;
}
.qodef-info-section.qodef-layout--background-text.qodef-background-text-pos--bottom-left .qodef-m-background-text {
    bottom: 0;
    left: -20px;
}
.qodef-info-section.qodef-layout--background-text.qodef-background-text-pos--bottom-right .qodef-m-background-text {
    bottom: 0;
    right: -20px;
}
.qodef-info-section.qodef-layout--background-text.qodef-background-text-pos--center .qodef-m-background-text {
    font-size: 450px;
    top: 34px;
    left: 0;
    right: 0;
    text-align: center;
}
.qodef-progress-bar {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    visibility: hidden;
}
.qodef-progress-bar .qodef-m-inner {
    position: relative;
    display: flex;
    flex-direction: column;
}
.qodef-progress-bar .qodef-m-canvas {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.qodef-progress-bar .qodef-m-canvas svg {
    display: block;
}
.qodef-progress-bar .qodef-m-title {
    margin: 20px 0 0;
}
.qodef-progress-bar.qodef--init {
    visibility: visible;
}
.qodef-progress-bar:not(.qodef-layout--line) .progressbar-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    font-family: Inter, sans-serif;
    letter-spacing: -0.02em;
    color: #0000b4;
    font-size: 22px;
    line-height: 1.36364em;
    font-weight: 600;
}
.qodef-progress-bar.qodef-layout--semi-circle .progressbar-text {
    padding-top: 20px;
    transform: none !important;
}
.qodef-progress-bar.qodef-layout--line .qodef-m-inner {
    flex-direction: column-reverse;
}
.qodef-progress-bar.qodef-layout--line .proggress {
    width: 0;
}
.qodef-progress-bar.qodef-layout--line .percentCount {
    position: absolute;
    top: -24px;
    right: 0;
    width: auto;
}
.qodef-progress-bar.qodef-layout--line .qodef-m-title {
    margin: 0 0 7px;
}
.qodef-progress-bar.qodef-layout--line.qodef-percentage--floating .percentCount {
    left: 0;
    right: auto;
    transform: translateX(-50%);
}
.qodef-section-title {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.qodef-section-title .qodef-m-title {
    margin: 0;
}
.qodef-section-title .qodef-m-text {
    margin: 25px 0 0;
}
.qodef-section-title.qodef-alignment--center {
    text-align: center;
}
.qodef-section-title.qodef-alignment--left {
    text-align: left;
}
.qodef-section-title.qodef-alignment--right {
    text-align: right;
}
.qodef-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);
}
.qodef-separator.qodef-position--center {
    text-align: center;
}
.qodef-separator.qodef-position--left {
    text-align: left;
}
.qodef-separator.qodef-position--right {
    text-align: right;
}
.qodef-separator.qodef-show--yes {
    display: block;
}
.qodef-separator.qodef-show--no {
    display: none;
}
@media only screen and (max-width: 1600px) {
    .qodef-separator.qodef-show-1600--yes {
        display: block;
    }
}
@media only screen and (max-width: 1600px) {
    .qodef-separator.qodef-show-1600--no {
        display: none;
    }
}
@media only screen and (max-width: 1440px) {
    .qodef-separator.qodef-show-1440--yes {
        display: block;
    }
}
@media only screen and (max-width: 1440px) {
    .qodef-separator.qodef-show-1440--no {
        display: none;
    }
}
@media only screen and (max-width: 1366px) {
    .qodef-separator.qodef-show-1366--yes {
        display: block;
    }
}
@media only screen and (max-width: 1366px) {
    .qodef-separator.qodef-show-1366--no {
        display: none;
    }
}
@media only screen and (max-width: 1280px) {
    .qodef-separator.qodef-show-1280--yes {
        display: block;
    }
}
@media only screen and (max-width: 1280px) {
    .qodef-separator.qodef-show-1280--no {
        display: none;
    }
}
@media only screen and (max-width: 1024px) {
    .qodef-separator.qodef-show-1024--yes {
        display: block;
    }
}
@media only screen and (max-width: 1024px) {
    .qodef-separator.qodef-show-1024--no {
        display: none;
    }
}
@media only screen and (max-width: 768px) {
    .qodef-separator.qodef-show-768--yes {
        display: block;
    }
}
@media only screen and (max-width: 768px) {
    .qodef-separator.qodef-show-768--no {
        display: none;
    }
}
@media only screen and (max-width: 680px) {
    .qodef-separator.qodef-show-680--yes {
        display: block;
    }
}
@media only screen and (max-width: 680px) {
    .qodef-separator.qodef-show-680--no {
        display: none;
    }
}
@media only screen and (max-width: 480px) {
    .qodef-separator.qodef-show-480--yes {
        display: block;
    }
}
@media only screen and (max-width: 480px) {
    .qodef-separator.qodef-show-480--no {
        display: none;
    }
}
#qodef-page-sidebar .widget.widget_teenglow_core_separator {
    margin-bottom: 0;
}
#qodef-page-footer .widget.widget_teenglow_core_separator {
    margin-bottom: 0;
}
#qodef-side-area .widget.widget_teenglow_core_separator {
    margin-bottom: 0;
}
.qodef-simple-slider.qodef-swiper-container {
    cursor: grab;
}
.qodef-simple-slider .qodef-m-content-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 90px;
    margin: 0 0 51px;
}
.qodef-simple-slider .qodef-e-static-title {
    margin: 0;
}
.qodef-simple-slider .qodef-e-image {
    position: relative;
}
.qodef-simple-slider .qodef-e-image a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.qodef-simple-slider .qodef-e-image img {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
}
.qodef-simple-slider .qodef-e-content .qodef-e-title {
    font-size: 13px;
    line-height: 1.92em;
    font-weight: 600;
    letter-spacing: 0.1em;
    color: #0000b4;
    text-transform: uppercase;
    margin: 31px 0 0;
}
.qodef-simple-slider .qodef-e-content .qodef-e-title a,
.qodef-simple-slider .qodef-e-content .qodef-e-title span {
    color: inherit;
}
.qodef-simple-slider .qodef-e-content .qodef-e-title a {
    background-repeat: no-repeat;
    transition: background-size 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
    background-size: 0 1px;
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0 100%;
}
.qodef-simple-slider .qodef-e-content .qodef-e-text {
    margin: 15px 0 0;
}
.qodef-simple-slider .qodef-e:hover .qodef-e-content .qodef-e-title a {
    background-size: 100% 1px;
}
.qodef-simple-slider .qodef-m-navigation {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 34px;
}
.qodef-simple-slider .qodef-m-navigation .swiper-button-next,
.qodef-simple-slider .qodef-m-navigation .swiper-button-prev {
    position: static;
    transform: none;
}
.qodef-simple-slider .qodef-m-navigation .swiper-button-next svg,
.qodef-simple-slider .qodef-m-navigation .swiper-button-prev svg {
    width: 57px;
}
.qodef-single-image img {
    display: block;
}
.qodef-alignment--center .qodef-single-image img {
    margin: 0 auto;
}
.qodef-alignment--right .qodef-single-image img {
    margin: 0 0 0 auto;
}
.qodef-single-image.qodef-has-appear.qodef--appeared img {
    animation: qode-rotate 3s cubic-bezier(0.45, 0, 0.55, 1);
}
.qodef-split-showcase {
    position: relative;
    height: calc(100vh - 130px);
}
.qodef-split-showcase .qodef-e-inner {
    height: 100%;
    display: flex;
    column-gap: 15px;
    row-gap: 36px;
}
.qodef-split-showcase .qodef-e-left {
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
    height: 100%;
    width: 50%;
}
.qodef-split-showcase .qodef-e-right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    width: 50%;
    padding: 72px 15% 95px 5%;
    background-size: cover;
    background-position: center;
}
.qodef-split-showcase .qodef-e-title {
    font-size: 70px;
    margin: 0 0 38px;
}
.qodef-split-showcase .qodef-button {
    font-size: 18px;
}
.qodef-split-showcase .qodef-e-text {
    margin: 0 0 33px;
}
.qodef-split-showcase .qodef-e-features {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
}
.qodef-split-showcase .qodef-e-features .qodef-pill {
    color: var(--qode-main-color);
    background-color: transparent;
    border: 1px solid var(--qode-main-color);
    border-radius: 5em;
    padding: 5px 12px;
    font-size: 16px;
}
.qodef-split-showcase.qodef-skin--light .qodef-button,
.qodef-split-showcase.qodef-skin--light .qodef-e-text,
.qodef-split-showcase.qodef-skin--light .qodef-e-title,
.qodef-split-showcase.qodef-skin--light .qodef-pill {
    color: #fff;
}
.qodef-split-showcase.qodef-skin--light .qodef-pill {
    border-color: #fff;
}
.qodef-split-showcase.qodef-skin--light .qodef-pill:hover {
    color: #fff;
    background-color: transparent;
}
.qodef-stacked-images .qodef-m-images {
    position: relative;
    display: inline-block;
}
.qodef-stacked-images .qodef-m-images .qodef-m-image {
    opacity: 0;
    transition: 0.35s opacity ease-out;
}
.qodef-stacked-images .qodef-m-images .qodef-m-image:not(:first-child) {
    position: absolute;
}
.qodef-stacked-images .qodef-m-images .qodef-m-image:not(:first-child) img {
    max-width: initial;
}
.qodef-stacked-images .qodef-m-images .qodef-m-image.qodef--appeared {
    opacity: 1;
}
.qodef-tabs {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    visibility: hidden;
}
.qodef-tabs.qodef--init {
    visibility: visible;
}
.qodef-tabs .qodef-tabs-navigation {
    margin: 0;
    padding: 0;
    list-style: none;
}
.qodef-tabs .qodef-tabs-content {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.qodef-tabs .qodef-tabs-content p {
    margin: 0;
}
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation {
    position: relative;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
    border-bottom: 2px solid #e1e1e1;
}
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li {
    margin: 0 60px 0 0;
    padding: 0;
}
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a {
    font-family: Inter, sans-serif;
    letter-spacing: -0.02em;
    font-size: 18px;
    line-height: 1.33333em;
    font-weight: 600;
    position: relative;
    display: block;
    padding: 0 10px 12px;
    transition: color 0.3s ease-out, background-color 0.3s ease-out;
    position: relative;
}
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a:after,
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    height: 2px;
    width: 100%;
    background: currentColor;
}
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a:before {
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a:after {
    transform: scaleX(1);
    transform-origin: right;
    transition: transform 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96) 0.4s;
}
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a:after {
    display: none;
}
@media only screen and (max-width: 680px) {
    .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a:after {
        display: block;
        background-color: #e1e1e1;
        transition-delay: 0s;
    }
    .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a:before {
        transform: none;
    }
}
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li:last-child {
    margin-right: 0;
}
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a:hover:before,
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.active a:before,
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.ui-state-active a:before,
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.ui-state-hover a:before {
    transform: scaleX(1);
    transform-origin: left;
    transition: transform 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96) 0.4s;
}
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a:hover:after,
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.active a:after,
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.ui-state-active a:after,
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.ui-state-hover a:after {
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a:hover:before,
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.active a:before,
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.ui-state-active a:before,
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.ui-state-hover a:before {
    transition-delay: 0s;
}
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation .qodef-product-tabs-line {
    position: absolute;
    left: 0;
    bottom: -2px;
    height: 0;
    border-top: 2px solid var(--qode-main-color);
    transition: width 0.4s, left 0.6s cubic-bezier(0.25, 0.1, 0.11, 0.99);
}
@media only screen and (max-width: 680px) {
    .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation .qodef-product-tabs-line {
        display: none;
    }
}
@media only screen and (max-width: 680px) {
    .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation {
        flex-direction: column;
        align-items: stretch;
        border: none;
    }
    .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li {
        margin: 0 0 26px 0;
        padding: 0;
    }
    .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li:last-child {
        margin-bottom: 0;
    }
}
.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    height: 100%;
}
.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation {
    flex-shrink: 0;
    display: block;
    padding-right: 26px;
    margin-right: 26px;
    border-right: 1px solid var(--qode-main-color);
}
.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation li {
    width: 100%;
    margin-bottom: 26px;
}
.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation li:last-child {
    margin-bottom: 0;
}
.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation li a {
    display: inline-block;
    width: auto;
}
.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-content {
    margin-top: 0;
}
.qodef-tabs.qodef-layout--simple .qodef-tabs-content {
    margin: 26px 0 0;
}
@keyframes qode-text-marquee-left {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}
@keyframes qode-text-marquee-right {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(0);
    }
}
.qodef-text-marquee .qodef-m-content {
    display: flex;
    font-family: Inter, sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 1em;
    overflow: hidden;
    white-space: nowrap;
}
.qodef-text-marquee .qodef-m-content-inner {
    display: flex;
    align-items: center;
}
.qodef--init.qodef-direction--left.qodef-text-marquee .qodef-m-content-inner {
    animation: qode-text-marquee-left var(--qode-marquee-duration, 25s) linear infinite;
}
.qodef--init.qodef-direction--right.qodef-text-marquee .qodef-m-content-inner {
    animation: qode-text-marquee-right var(--qode-marquee-duration, 25s) linear infinite;
}
.qodef-text-marquee .qodef-m-text-1 {
    color: var(--qode-main-color);
}
.qodef-text-marquee .qodef-m-text-2 {
    color: var(--qode-main-color);
}
.qodef-text-marquee .qodef-m-text-3 {
    color: var(--qode-main-color);
}
.qodef-text-marquee .qodef-m-separator {
    color: var(--qode-second-main-color);
    position: relative;
    padding: 0 11px;
}
.qodef-text-marquee .qodef-m-separator svg {
    fill: currentColor;
}
.qodef-textual-list {
    display: flex;
    flex-direction: column;
    row-gap: var(--qodef-space-between-items, 13px);
}
.qodef-textual-list .qodef-textual-list-item {
    display: flex;
    align-items: flex-start;
    gap: 13px;
}
.qodef-textual-list .qodef-e-icon svg {
    fill: var(--qode-main-color);
}
.qodef-textual-list .qodef-e-title {
    margin: 0 0 8px;
}
.qodef-textual-list .qodef-e-text {
    margin: 0;
}
.qodef-textual-list .qodef-e-text a {
    position: relative;
}
.qodef-textual-list .qodef-e-text a:after,
.qodef-textual-list .qodef-e-text a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    background: currentColor;
}
.qodef-textual-list .qodef-e-text a:before {
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.qodef-textual-list .qodef-e-text a:after {
    transform: scaleX(1);
    transform-origin: right;
    transition: transform 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96) 0.4s;
}
.qodef-textual-list .qodef-e-text a:hover:before {
    transform: scaleX(1);
    transform-origin: left;
    transition: transform 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96) 0.4s;
}
.qodef-textual-list .qodef-e-text a:hover:after {
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.qodef-textual-list .qodef-outro-text {
    margin: 29px 0 0;
}
.qodef-video-button {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.qodef-video-button .qodef-m-play {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}
.qodef-video-button .qodef-m-play .qodef-m-play-circle {
    font-size: 106px;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    background-color: var(--qode-main-color);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: 0.3s ease-out;
}
@media only screen and (max-width: 480px) {
    .qodef-video-button .qodef-m-play .qodef-m-play-circle {
        font-size: 80px;
    }
}
.qodef-video-button .qodef-m-play .qodef-m-play-label {
    font-size: 13px;
    font-weight: 600;
    color: inherit;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.qodef-video-button .qodef-m-play:hover .qodef-m-play-circle {
    background-color: #1111d1;
}
.qodef-video-slider .qodef-video-wrapper a,
.qodef-video-slider .qodef-video-wrapper video {
    display: block;
}
#qodef-side-area {
    position: fixed;
    top: 0;
    right: -490px;
    width: 490px;
    height: 100%;
    min-height: 100%;
    padding: 120px 75px 35px;
    text-align: center;
    background-color: #000;
    overflow: hidden;
    visibility: hidden;
    z-index: 9999;
    transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}
.qodef-side-area--opened #qodef-side-area {
    right: 0;
    visibility: visible;
}
#qodef-side-area.qodef-alignment--center {
    text-align: center;
}
#qodef-side-area.qodef-alignment--right {
    text-align: right;
}
#qodef-side-area.qodef-alignment--left {
    text-align: left;
}
#qodef-side-area-close {
    position: absolute;
    top: 33px;
    right: 40px;
    display: block;
    z-index: 1000;
    color: #fff;
}
.admin-bar #qodef-side-area-close {
    top: 65px;
}
.qodef-side-area-cover {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    overflow: hidden;
    z-index: 0;
    transition: opacity 0.2s ease-in-out, z-index 0.2s ease-in-out;
}
.qodef-side-area--opened .qodef-side-area-cover {
    opacity: 1;
    z-index: 1002;
}
.qodef-social-share {
    position: relative;
    display: inline-block;
    vertical-align: top;
}
.qodef-social-share .qodef-social-title {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 5px 0 0;
    font-size: 13px;
    line-height: 1.92em;
    font-weight: 600;
    letter-spacing: 0.1em;
    color: #0000b4;
    text-transform: uppercase;
}
.qodef-social-share .qodef-social-title a,
.qodef-social-share .qodef-social-title span {
    color: inherit;
}
.qodef-social-share ul {
    position: relative;
    display: inline-block;
    vertical-align: top;
    list-style: none;
    padding: 0;
    margin: 0;
}
.qodef-social-share li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    line-height: 1;
    padding: 0;
    margin: 0;
}
.qodef-social-share li a {
    font-size: 20px;
}
.qodef-social-share li.qodef-facebook-share a:hover {
    color: #3b5998;
}
.qodef-social-share li.qodef-twitter-share a:hover {
    color: #00aced;
}
.qodef-social-share li.qodef-linkedin-share a:hover {
    color: #007bb5;
}
.qodef-social-share li.qodef-tumblr-share a:hover {
    color: #32506d;
}
.qodef-social-share li.qodef-pinterest-share a:hover {
    color: #cb2027;
}
.qodef-social-share li.qodef-vk-share a:hover {
    color: #45668e;
}
.qodef-social-share.qodef-layout--dropdown {
    position: relative;
    display: inline-block;
    vertical-align: bottom;
}
.qodef-social-share.qodef-layout--dropdown .qodef-social-title {
    margin: 0;
    vertical-align: middle;
}
.qodef-social-share.qodef-layout--dropdown .qodef-e-social-share-icon {
    width: 18px;
    height: auto;
    margin-left: 5px;
}
.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li {
    opacity: 1;
    visibility: visible;
    cursor: pointer;
}
.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(2) {
    transition-delay: 0.2s;
}
.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(3) {
    transition-delay: 0.3s;
}
.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(4) {
    transition-delay: 0.4s;
}
.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(5) {
    transition-delay: 0.5s;
}
.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(6) {
    transition-delay: 0.6s;
}
.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(7) {
    transition-delay: 0.7s;
}
.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown-opener {
    display: flex;
    gap: 6px;
}
.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown-opener .qodef-social-share-title {
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
}
.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown {
    position: absolute;
    visibility: hidden;
    z-index: 950;
}
.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown ul {
    position: relative;
    display: block;
    z-index: 990;
    margin: 0;
    padding: 0 !important;
}
.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown li {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    visibility: hidden;
    overflow: hidden;
    opacity: 0;
    transition: opacity 0.2s ease-out, visibility 0.2s ease-out;
}
.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown li a {
    transition: color 0.2s ease-out, background-color 0.2s ease-out;
}
.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown li > * {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: inherit;
    width: 100%;
    height: 100%;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown {
    bottom: 0;
    left: 0;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li {
    width: 90px;
    height: 30px;
    line-height: 30px;
    border: 1px solid 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 a {
    font-size: 20px;
    color: #0000b4;
    background-color: #fff;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(1) {
    bottom: -30px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(2) {
    bottom: -60px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(3) {
    bottom: -90px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(4) {
    bottom: -120px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(5) {
    bottom: -150px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(6) {
    bottom: -180px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(7) {
    bottom: -210px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown {
    top: 0;
    right: 0;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li {
    width: calc(90px / 3);
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(1) {
    left: 5px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(2) {
    left: 35px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(3) {
    left: 65px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(4) {
    left: 95px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(5) {
    left: 125px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(6) {
    left: 155px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(7) {
    left: 185px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown {
    top: 0;
    left: 0;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li {
    width: calc(90px / 3);
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(1) {
    right: 5px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(2) {
    right: 35px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(3) {
    right: 65px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(4) {
    right: 95px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(5) {
    right: 125px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(6) {
    right: 155px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(7) {
    right: 185px;
}
.qodef-social-share.qodef-layout--list li {
    margin-right: 15px;
}
.qodef-social-share.qodef-layout--list li:last-child {
    margin-right: 0;
}
.qodef-social-share.qodef-layout--text li {
    margin-right: 15px;
}
.qodef-social-share.qodef-layout--text li:last-child {
    margin-right: 0;
}
.widget .qodef-social-share.qodef-layout--list .qodef-social-title {
    display: block;
    margin-bottom: 21px;
}
.widget .qodef-social-share.qodef-layout--text .qodef-social-title {
    display: block;
    margin-bottom: 21px;
}
#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list li.qodef-facebook-share a:hover {
    color: #3b5998;
}
#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list li.qodef-twitter-share a:hover {
    color: #00aced;
}
#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list li.qodef-linkedin-share a:hover {
    color: #007bb5;
}
#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list li.qodef-tumblr-share a:hover {
    color: #32506d;
}
#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list li.qodef-pinterest-share a:hover {
    color: #cb2027;
}
#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list li.qodef-vk-share a:hover {
    color: #45668e;
}
#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li.qodef-facebook-share a:hover {
    color: #3b5998;
}
#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li.qodef-twitter-share a:hover {
    color: #00aced;
}
#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li.qodef-linkedin-share a:hover {
    color: #007bb5;
}
#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li.qodef-tumblr-share a:hover {
    color: #32506d;
}
#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li.qodef-pinterest-share a:hover {
    color: #cb2027;
}
#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li.qodef-vk-share a:hover {
    color: #45668e;
}
#qodef-page-footer .widget .qodef-social-share.qodef-layout--dropdown .qodef-social-title {
    color: #ccc;
}
#qodef-page-footer .widget .qodef-social-share.qodef-layout--list .qodef-social-title {
    color: #ccc;
}
#qodef-page-footer .widget .qodef-social-share.qodef-layout--list li.qodef-facebook-share a:hover {
    color: #3b5998;
}
#qodef-page-footer .widget .qodef-social-share.qodef-layout--list li.qodef-twitter-share a:hover {
    color: #00aced;
}
#qodef-page-footer .widget .qodef-social-share.qodef-layout--list li.qodef-linkedin-share a:hover {
    color: #007bb5;
}
#qodef-page-footer .widget .qodef-social-share.qodef-layout--list li.qodef-tumblr-share a:hover {
    color: #32506d;
}
#qodef-page-footer .widget .qodef-social-share.qodef-layout--list li.qodef-pinterest-share a:hover {
    color: #cb2027;
}
#qodef-page-footer .widget .qodef-social-share.qodef-layout--list li.qodef-vk-share a:hover {
    color: #45668e;
}
#qodef-page-footer .widget .qodef-social-share.qodef-layout--text .qodef-social-title {
    color: #ccc;
}
#qodef-page-footer .widget .qodef-social-share.qodef-layout--text li.qodef-facebook-share a:hover {
    color: #3b5998;
}
#qodef-page-footer .widget .qodef-social-share.qodef-layout--text li.qodef-twitter-share a:hover {
    color: #00aced;
}
#qodef-page-footer .widget .qodef-social-share.qodef-layout--text li.qodef-linkedin-share a:hover {
    color: #007bb5;
}
#qodef-page-footer .widget .qodef-social-share.qodef-layout--text li.qodef-tumblr-share a:hover {
    color: #32506d;
}
#qodef-page-footer .widget .qodef-social-share.qodef-layout--text li.qodef-pinterest-share a:hover {
    color: #cb2027;
}
#qodef-page-footer .widget .qodef-social-share.qodef-layout--text li.qodef-vk-share a:hover {
    color: #45668e;
}
#qodef-side-area .widget .qodef-social-share.qodef-layout--dropdown .qodef-social-title {
    color: #ccc;
}
#qodef-side-area .widget .qodef-social-share.qodef-layout--list .qodef-social-title {
    color: #ccc;
}
#qodef-side-area .widget .qodef-social-share.qodef-layout--list li.qodef-facebook-share a:hover {
    color: #3b5998;
}
#qodef-side-area .widget .qodef-social-share.qodef-layout--list li.qodef-twitter-share a:hover {
    color: #00aced;
}
#qodef-side-area .widget .qodef-social-share.qodef-layout--list li.qodef-linkedin-share a:hover {
    color: #007bb5;
}
#qodef-side-area .widget .qodef-social-share.qodef-layout--list li.qodef-tumblr-share a:hover {
    color: #32506d;
}
#qodef-side-area .widget .qodef-social-share.qodef-layout--list li.qodef-pinterest-share a:hover {
    color: #cb2027;
}
#qodef-side-area .widget .qodef-social-share.qodef-layout--list li.qodef-vk-share a:hover {
    color: #45668e;
}
#qodef-side-area .widget .qodef-social-share.qodef-layout--text .qodef-social-title {
    color: #ccc;
}
#qodef-side-area .widget .qodef-social-share.qodef-layout--text li.qodef-facebook-share a:hover {
    color: #3b5998;
}
#qodef-side-area .widget .qodef-social-share.qodef-layout--text li.qodef-twitter-share a:hover {
    color: #00aced;
}
#qodef-side-area .widget .qodef-social-share.qodef-layout--text li.qodef-linkedin-share a:hover {
    color: #007bb5;
}
#qodef-side-area .widget .qodef-social-share.qodef-layout--text li.qodef-tumblr-share a:hover {
    color: #32506d;
}
#qodef-side-area .widget .qodef-social-share.qodef-layout--text li.qodef-pinterest-share a:hover {
    color: #cb2027;
}
#qodef-side-area .widget .qodef-social-share.qodef-layout--text li.qodef-vk-share a:hover {
    color: #45668e;
}
#qodef-page-spinner {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 2000;
}
#qodef-page-spinner .qodef-m-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: var(--qode-main-color);
    background-color: #fff;
}
#qodef-page-spinner .qodef-m-spinner {
    position: relative;
}
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom {
    position: relative;
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px;
}
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--1 {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 50%;
    width: 50%;
    z-index: 1;
    animation: qode-atom-shrink 4.5s infinite linear;
}
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--1:before {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    height: 100%;
    width: 100%;
    background: currentColor;
    border-radius: 50%;
}
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--2,
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--3,
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--4 {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
}
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--2:before,
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--3:before,
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--4:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    margin: 0 auto;
    background: currentColor;
    border-radius: 50%;
}
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--2 {
    animation: qode-atom-zindex 1.5s 0.75s infinite steps(2, end);
}
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--2:before {
    transform: rotate(0);
    animation: qode-atom-postion 1.5s infinite ease, qode-atom-size 1.5s -1.125s infinite ease;
}
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--3 {
    transform: rotate(120deg);
    animation: qode-atom-zindex 1.5s -0.25s infinite steps(2, end);
}
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--3:before {
    animation: qode-atom-postion 1.5s -1s infinite ease, qode-atom-size 1.5s -0.75s infinite ease;
}
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--4 {
    transform: rotate(240deg);
    animation: qode-atom-zindex 1.5s 0.25s infinite steps(2, end);
}
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--4:before {
    animation: qode-atom-postion 1.5s -0.5s infinite ease, qode-atom-size 1.5s -125ms infinite ease;
}
#qodef-page-spinner.qodef-layout--clock .qodef-m-clock {
    position: relative;
    width: 50px;
    height: 50px;
    margin: -25px 0 0 -25px;
    animation: qode-clock 8s infinite steps(8);
}
#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item {
    position: absolute;
    height: 50px;
    width: 50px;
}
#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item:before {
    content: "";
    position: absolute;
    height: 18.31501832px;
    width: 18.31501832px;
    background: currentColor;
    border-radius: 50%;
}
#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item.qodef-clock--1 {
    transform: rotate(-135deg);
    animation: qode-clock-1 1s ease-in infinite;
}
#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item.qodef-clock--2 {
    transform: rotate(-90deg);
    animation: qode-clock-2 1s ease-in infinite;
}
#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item.qodef-clock--3 {
    transform: rotate(-45deg);
    animation: qode-clock-3 1s ease-in infinite;
}
#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item.qodef-clock--4 {
    animation: qode-clock-4 1s ease-in infinite;
}
#qodef-page-spinner.qodef-layout--cube .qodef-m-cube {
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px;
    background-color: currentColor;
    animation: qode-cube 1.2s infinite ease-in-out;
}
#qodef-page-spinner.qodef-layout--double-pulse .qodef-m-pulses {
    position: relative;
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px;
}
#qodef-page-spinner.qodef-layout--double-pulse .qodef-m-pulse {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0.6;
    animation: qode-double-pulse 2s infinite ease-in-out;
}
#qodef-page-spinner.qodef-layout--double-pulse .qodef-m-pulse.qodef-pulse--2 {
    animation-delay: -1s;
}
#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-five-rotating-circles {
    position: relative;
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px;
}
#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item {
    position: absolute;
    width: 100%;
    height: 100%;
}
#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--1 .qodef-circle--2 {
    animation-delay: calc((600ms) - 1500ms);
}
#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--1 .qodef-circle--3 {
    animation-delay: calc((900ms) - 1500ms);
}
#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--1 .qodef-circle--4 {
    animation-delay: calc((1200ms) - 1500ms);
}
#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 {
    transform: rotateZ(45deg);
}
#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 .qodef-circle--1 {
    animation-delay: calc((300ms) - 1400ms);
}
#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 .qodef-circle--2 {
    animation-delay: calc((600ms) - 1400ms);
}
#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 .qodef-circle--3 {
    animation-delay: calc((900ms) - 1400ms);
}
#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 .qodef-circle--4 {
    animation-delay: calc((1200ms) - 1400ms);
}
#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 {
    transform: rotateZ(90deg);
}
#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 .qodef-circle--1 {
    animation-delay: calc((300ms) - 1300ms);
}
#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 .qodef-circle--2 {
    animation-delay: calc((600ms) - 1300ms);
}
#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 .qodef-circle--3 {
    animation-delay: calc((900ms) - 1300ms);
}
#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 .qodef-circle--4 {
    animation-delay: calc((1200ms) - 1300ms);
}
#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle {
    position: absolute;
    width: 12px;
    height: 12px;
    background-color: currentColor;
    border-radius: 100%;
    animation: qode-bounce-delay 1.2s infinite ease-in-out both;
}
#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle.qodef-circle--1 {
    top: 0;
    left: 0;
}
#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle.qodef-circle--2 {
    top: 0;
    right: 0;
}
#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle.qodef-circle--3 {
    right: 0;
    bottom: 0;
}
#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle.qodef-circle--4 {
    left: 0;
    bottom: 0;
}
#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion {
    position: relative;
    width: 30px;
    height: 30px;
    margin: -45px 0 0 -30px;
}
#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 40px;
    width: 40px;
    background: currentColor;
    border-radius: 50%;
}
#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item.qodef-fusion--1 {
    top: 0;
    left: 50%;
    animation: qode-fussion-ball-1 1s 0s ease infinite;
    z-index: 1;
}
#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item.qodef-fusion--2 {
    top: 50%;
    left: 100%;
    animation: qode-fussion-ball-2 1s 0s ease infinite;
    z-index: 2;
}
#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item.qodef-fusion--3 {
    top: 100%;
    left: 50%;
    animation: qode-fussion-ball-3 1s 0s ease infinite;
    z-index: 1;
}
#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item.qodef-fusion--4 {
    top: 50%;
    left: 0;
    animation: qode-fussion-ball-4 1s 0s ease infinite;
    z-index: 2;
}
#qodef-page-spinner.qodef-layout--lines .qodef-m-lines {
    width: 60px;
    height: 60px;
    margin: 0 0 0 -30px;
}
#qodef-page-spinner.qodef-layout--lines .qodef-m-line.qodef-line--1 {
    position: absolute;
    width: 60px;
    height: 4px;
    margin-left: 10px;
    background-color: currentColor;
    animation: qode-lines-spin 1.5s infinite ease calc((100ms) - 100ms);
}
#qodef-page-spinner.qodef-layout--lines .qodef-m-line.qodef-line--2 {
    position: absolute;
    width: 60px;
    height: 4px;
    margin-left: 10px;
    background-color: currentColor;
    animation: qode-lines-spin 1.5s infinite ease calc((200ms) - 100ms);
}
#qodef-page-spinner.qodef-layout--lines .qodef-m-line.qodef-line--3 {
    position: absolute;
    width: 60px;
    height: 4px;
    margin-left: 10px;
    background-color: currentColor;
    animation: qode-lines-spin 1.5s infinite ease calc((300ms) - 100ms);
}
#qodef-page-spinner.qodef-layout--lines .qodef-m-line.qodef-line--4 {
    position: absolute;
    width: 60px;
    height: 4px;
    margin-left: 10px;
    background-color: currentColor;
    animation: qode-lines-spin 1.5s infinite ease calc((400ms) - 100ms);
}
#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis {
    position: relative;
    height: 50px;
    width: 50px;
    margin: -25px 0 0 -25px;
    animation: qode-mitosis-invert 2s infinite steps(2, end);
}
#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: currentColor;
    border-radius: 50%;
}
#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item.qodef-mitosis--1 {
    animation: qode-mitosis-ball-1 1s infinite alternate linear;
}
#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item.qodef-mitosis--2 {
    animation: qode-mitosis-ball-2 1s infinite alternate linear;
}
#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item.qodef-mitosis--3 {
    animation: qode-mitosis-ball-3 1s infinite alternate linear;
}
#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item.qodef-mitosis--4 {
    animation: qode-mitosis-ball-4 1s infinite alternate linear;
}
#qodef-page-spinner.qodef-layout--predefined {
    transform-origin: bottom;
    --qodef-clip: 0;
    clip-path: inset(0 0 calc(var(--qodef-clip) * 1%) 0);
    --qode-delta: 0;
}
#qodef-page-spinner.qodef-layout--predefined .qodef-m-inner {
    transition: background-color 0.3s;
}
#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-spinner-image {
    z-index: 2;
}
#qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner-svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
}
#qodef-page-spinner.qodef-layout--predefined svg {
    width: 100%;
    height: auto;
    fill: currentColor;
    opacity: 0;
    display: flex;
    overflow: visible;
}
#qodef-page-spinner.qodef-layout--predefined svg circle {
    --qode-move-x: calc(var(--qode-x) * var(--qode-delta));
    --qode-move-y: calc(var(--qode-y) * var(--qode-delta));
    --qode-scale-xy: calc(var(--qode-scale) * var(--qode-delta) * 1.5);
    transform: translateX(var(--qode-move-x)) translateY(var(--qode-move-y)) scale(var(--qode-scale-xy));
    transform-origin: center;
}
#qodef-page-spinner.qodef-layout--predefined svg circle:nth-of-type(11) {
    --qode-scale: 0.18;
    --qode-x: 2.2vw;
    --qode-y: -2vh;
}
#qodef-page-spinner.qodef-layout--predefined svg circle:nth-of-type(10) {
    --qode-scale: 0.5;
    --qode-x: 3.2vw;
    --qode-y: 2.4vh;
}
#qodef-page-spinner.qodef-layout--predefined svg circle:nth-of-type(9) {
    --qode-scale: 0.31;
    --qode-x: 1.4vw;
    --qode-y: 2.4vh;
}
#qodef-page-spinner.qodef-layout--predefined svg circle:nth-of-type(8) {
    --qode-scale: 0.3;
    --qode-x: 1.1vw;
    --qode-y: 0.4vh;
    transform-origin: 70% 70%;
}
#qodef-page-spinner.qodef-layout--predefined svg circle:nth-of-type(7) {
    --qode-scale: 0.27;
    --qode-x: 0.2vw;
    --qode-y: 0.9vh;
}
#qodef-page-spinner.qodef-layout--predefined svg circle:nth-of-type(6) {
    --qode-scale: 0.2;
    --qode-x: 0.6vw;
    --qode-y: -3.1vh;
}
#qodef-page-spinner.qodef-layout--predefined svg circle:nth-of-type(5) {
    --qode-scale: 0.22;
    --qode-x: -0.5vw;
    --qode-y: 2.6vh;
}
#qodef-page-spinner.qodef-layout--predefined svg circle:nth-of-type(4) {
    --qode-scale: 0.2;
    --qode-x: 0.6vw;
    --qode-y: -3vh;
}
#qodef-page-spinner.qodef-layout--predefined svg circle:nth-of-type(3) {
    --qode-scale: 0.35;
    --qode-x: -0.95vw;
    --qode-y: -1vh;
    transform-origin: 20% 30%;
}
#qodef-page-spinner.qodef-layout--predefined svg circle:nth-of-type(2) {
    --qode-scale: 0.19;
    --qode-x: -2vw;
    --qode-y: 1vh;
}
#qodef-page-spinner.qodef-layout--predefined svg circle:nth-of-type(1) {
    --qode-scale: 0.5;
    --qode-x: -2.8vw;
    --qode-y: -2.9vh;
}
#qodef-page-spinner.qodef-layout--predefined.qodef--init svg {
    opacity: 1;
}
#qodef-page-spinner.qodef-layout--predefined.qodef--finished {
    display: none;
    pointer-events: none;
}
#qodef-page-spinner.qodef-layout--predefined.qodef--animation-out-started .qodef-m-inner {
    background-color: transparent;
}
#qodef-page-spinner.qodef-layout--predefined.qodef--animation-out-started .qodef-m-spinner-image {
    animation: qode-fade-out 1s forwards;
}
#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-heading {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-heading > * {
    margin: 0;
    opacity: 0;
    animation: qode-fade-in 1s forwards;
}
#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-number-holder {
    flex-shrink: 0;
    animation-delay: 0.5s;
}
#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-line {
    position: relative;
    display: block;
    height: 3px;
    width: 500px;
    margin-top: 20px;
    background-color: #e5e1dc;
    overflow: hidden;
    opacity: 0;
    animation: qode-fade-in 1s 0.3s forwards;
}
#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-line-front {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--qode-main-color);
    width: 0;
}
#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circles {
    position: relative;
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px;
}
#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle {
    position: absolute;
    height: 100%;
    width: 100%;
    background: currentColor;
    border: 0 solid currentColor;
    border-radius: 50%;
}
#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle.qodef-pulse--1 {
    animation: qode-pulse-circles-pulse 3s infinite calc((-750ms) + 750ms);
}
#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle.qodef-pulse--2 {
    animation: qode-pulse-circles-pulse 3s infinite calc((-1500ms) + 750ms);
}
#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle.qodef-pulse--3 {
    animation: qode-pulse-circles-pulse 3s infinite calc((-2250ms) + 750ms);
}
#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle.qodef-pulse--4 {
    animation: qode-pulse-circles-pulse 3s infinite calc((-3000ms) + 750ms);
}
#qodef-page-spinner.qodef-layout--pulse .qodef-m-pulse {
    width: 32px;
    height: 32px;
    margin: -16px 0 0 -16px;
    background-color: currentColor;
    border-radius: 16px;
    animation: qode-scaleout 1s infinite ease-in-out;
}
#qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles {
    width: 60px;
    height: 20px;
}
#qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles > div {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 4px;
    background-color: currentColor;
    border-radius: 100%;
    opacity: 0;
    animation: qode-ball-fall 1.5s ease infinite both;
}
#qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles > div:nth-last-of-type(1) {
    animation-delay: calc((100ms) - 300ms);
}
#qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles > div:nth-last-of-type(2) {
    animation-delay: calc((200ms) - 300ms);
}
#qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles > div:nth-last-of-type(3) {
    animation-delay: calc((300ms) - 300ms);
}
#qodef-page-spinner.qodef-layout--rotating-cubes .qodef-m-cubes {
    position: relative;
    width: 32px;
    height: 32px;
    margin: -16px 0 0 -16px;
}
#qodef-page-spinner.qodef-layout--rotating-cubes .qodef-m-cube {
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    background-color: currentColor;
    animation: qode-rotating-cubes 1.8s infinite ease-in-out;
}
#qodef-page-spinner.qodef-layout--rotating-cubes .qodef-m-cube.qodef-cube--2 {
    animation-delay: -0.9s;
}
#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripes {
    width: 50px;
    height: 60px;
    margin: -30px 0 0 -25px;
    text-align: center;
}
#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe {
    display: inline-block;
    float: left;
    height: 100%;
    width: 6px;
    margin: 0 3px 0 0;
    background-color: currentColor;
    animation: qode-stretch-delay 1.2s infinite ease-in-out;
}
#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe.qodef-stripe--2 {
    animation-delay: calc((200ms) - 1300ms);
}
#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe.qodef-stripe--3 {
    animation-delay: calc((300ms) - 1300ms);
}
#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe.qodef-stripe--4 {
    animation-delay: calc((400ms) - 1300ms);
}
#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe.qodef-stripe--5 {
    animation-delay: calc((500ms) - 1300ms);
}
#qodef-page-spinner.qodef-layout--textual .qodef-m-spinner {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
#qodef-page-spinner.qodef-layout--textual .qodef-m-textual {
    opacity: 0;
}
#qodef-page-spinner.qodef-layout--textual .qodef-m-text {
    display: flex;
    font-family: Inter, sans-serif;
    font-size: 30px;
    line-height: 1;
    font-weight: 500;
    white-space: nowrap;
    text-transform: uppercase;
}
#qodef-page-spinner.qodef-layout--textual .qodef-m-char {
    display: inline-block;
    opacity: 0;
    will-change: opacity;
}
#qodef-page-spinner.qodef-layout--textual .qodef-m-char.qodef-m-empty-char {
    white-space: pre;
}
#qodef-page-spinner.qodef-layout--textual.qodef--init .qodef-m-textual {
    opacity: 1;
}
#qodef-page-spinner.qodef-layout--two-rotating-circles .qodef-m-two-rotating-circles {
    position: relative;
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px;
    text-align: center;
    animation: qode-rotate-circles 2s infinite linear;
}
#qodef-page-spinner.qodef-layout--two-rotating-circles .qodef-m-circle {
    position: absolute;
    top: 0;
    width: 60%;
    height: 60%;
    display: inline-block;
    background-color: currentColor;
    border-radius: 100%;
    transform-origin: center bottom;
    animation: qode-bounce 2s infinite ease-in-out;
}
#qodef-page-spinner.qodef-layout--two-rotating-circles .qodef-m-circle.qodef-circle--2 {
    top: auto;
    bottom: 0;
    animation-delay: -1s;
}
#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circles {
    width: 150px;
    height: 30px;
    margin: -15px 0 0 -75px;
}
#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circle {
    float: left;
    height: 30px;
    width: 30px;
    margin-right: 10px;
    background: currentColor;
    border-radius: 50%;
}
#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circle.qodef-wave--1 {
    animation: qode-wave-jump-3 1.8s infinite ease-out;
}
#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circle.qodef-wave--2 {
    animation: qode-wave-jump-2 1.8s infinite ease-out;
}
#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circle.qodef-wave--3 {
    animation: qode-wave-jump-1 1.8s infinite ease-out;
}
#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circle.qodef-wave--4 {
    margin-right: 0;
    animation: qode-wave-wipe 1.8s infinite cubic-bezier(0.5, 0, 0.5, 1);
}
#qodef-page-spinner.qodef-layout--wave .qodef-m-wave {
    width: 72px;
    margin: -9px 0 0 -36px;
    text-align: center;
}
#qodef-page-spinner.qodef-layout--wave .qodef-m-wave-item {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: 0 3px 0 0;
    background-color: currentColor;
    border-radius: 100%;
    animation: qode-bounce-delay 1.4s infinite ease-in-out both;
}
#qodef-page-spinner.qodef-layout--wave .qodef-m-wave-item.qodef-wave--1 {
    animation-delay: -0.32s;
}
#qodef-page-spinner.qodef-layout--wave .qodef-m-wave-item.qodef-wave--2 {
    animation-delay: -0.16s;
}
.qodef-sp-holder {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 115;
    visibility: hidden;
    transition: opacity 0.3s ease-out;
    background-color: rgba(0, 0, 0, 0.65);
    display: flex;
    align-items: center;
    justify-content: center;
}
.qodef-sp-holder .qodef-sp-inner {
    display: flex;
    align-items: stretch;
    width: 90%;
    max-width: 800px;
    background-color: var(--qode-main-color);
    opacity: 0;
    transition: transform 0.3s cubic-bezier(0.06, 0.47, 0.38, 0.99), opacity 0.3s ease-out;
}
.qodef-sp-holder .qodef-sp-close {
    position: absolute;
    top: 16px;
    right: 24px;
    display: block;
    color: #fff;
}
.qodef-sp-holder .qodef-sp-close:hover {
    color: #fff;
}
.qodef-sp-holder .qodef-sp-close svg {
    stroke: currentColor;
    fill: currentColor;
    width: 18px;
}
.qodef-sp-holder .qodef-sp-content-image {
    width: 50%;
    flex-shrink: 0;
    background-color: #f9f9f9;
    background-size: cover;
}
.qodef-sp-holder .qodef-sp-content-container {
    padding: 135px 38px 18px;
}
.qodef-sp-holder .qodef-sp-title {
    margin: 0 0 22px;
    color: #fff;
}
.qodef-sp-holder .qodef-sp-subtitle {
    margin: 0 0 61px;
    color: #fff;
}
.qodef-sp-holder .wpcf7 {
    width: 100%;
    display: block;
}
.qodef-sp-holder .qodef-sp-prevent {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-top: 28px;
    color: #fff;
}
.qodef-sp-holder .qodef-sp-prevent-inner {
    cursor: pointer;
}
.qodef-sp-holder .qodef-sp-prevent-inner > * {
    position: relative;
    display: inline-block;
    vertical-align: top;
    line-height: 1;
}
.qodef-sp-holder .qodef-sp-prevent-input {
    margin: 1px 1px 0 0;
    width: 11px;
    height: 11px;
    border: 1px solid #fff;
    overflow: hidden;
}
.qodef-sp-holder .qodef-sp-prevent-input svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    stroke: currentColor;
    opacity: 0;
    transition: opacity 0.3s ease-out;
}
.qodef-sp-holder .qodef-sp-prevent-input.qodef-sp-prevent-clicked svg {
    opacity: 1;
}
.qodef-sp-holder .qodef-sp-prevent-label {
    font-size: 14px;
    margin: 0 0 0 5px;
}
.qodef-sp-opened .qodef-sp-holder {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s ease-out;
}
.qodef-sp-opened .qodef-sp-holder .qodef-sp-inner {
    opacity: 1;
    transform: scale(1);
    transition: transform 0.8s cubic-bezier(0.26, 0.63, 0, 0.96);
}
.qodef-subscribe-popup-shrunken {
    position: fixed;
    bottom: 36px;
    right: 36px;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background-color: var(--qode-second-main-color);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-out;
}
.qodef-subscribe-popup-shrunken .qodef-sp-shrunken-trigger {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    color: #fff;
}
.qodef-subscribe-popup-shrunken.qodef--enabled {
    opacity: 1;
    visibility: visible;
}
.qodef-subscribe-button.qodef-layout--button .qodef-subscribe-button-link {
    display: inline-flex;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background-color: #fde718;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.qodef-subscribe-button.qodef-layout--button .qodef-subscribe-button-link:hover .qodef-svg--fingers {
    animation: qode-shake 0.8s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
    transform: rotate(0);
    backface-visibility: hidden;
}
.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;
}
.qodef-page-title .qodef-breadcrumbs a,
.qodef-page-title .qodef-breadcrumbs span {
    font-size: 13px;
    line-height: 1.92em;
    font-weight: 600;
    letter-spacing: 0.1em;
    color: #0000b4;
    text-transform: uppercase;
}
.qodef-page-title .qodef-breadcrumbs a a,
.qodef-page-title .qodef-breadcrumbs a span,
.qodef-page-title .qodef-breadcrumbs span a,
.qodef-page-title .qodef-breadcrumbs span span {
    color: inherit;
}
.qodef-page-title .qodef-breadcrumbs > span:not(.qodef-breadcrumbs-separator) {
    position: relative;
}
.qodef-page-title .qodef-breadcrumbs > span:not(.qodef-breadcrumbs-separator):after,
.qodef-page-title .qodef-breadcrumbs > span:not(.qodef-breadcrumbs-separator):before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    background: currentColor;
}
.qodef-page-title .qodef-breadcrumbs > span:not(.qodef-breadcrumbs-separator):before {
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.qodef-page-title .qodef-breadcrumbs > span:not(.qodef-breadcrumbs-separator):after {
    transform: scaleX(1);
    transform-origin: right;
    transition: transform 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96) 0.4s;
}
.qodef-page-title .qodef-breadcrumbs > span:not(.qodef-breadcrumbs-separator):hover:before {
    transform: scaleX(1);
    transform-origin: left;
    transition: transform 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96) 0.4s;
}
.qodef-page-title .qodef-breadcrumbs > span:not(.qodef-breadcrumbs-separator):hover:after {
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.qodef-page-title .qodef-breadcrumbs .qodef-breadcrumbs-separator {
    margin: 0 6px 0 0;
}
.qodef-page-title .qodef-breadcrumbs .qodef-breadcrumbs-separator:after {
    content: "/";
}
.qodef-page-title.qodef-title--standard-with-breadcrumbs .qodef-breadcrumbs {
    margin-top: 5px;
}
.qodef-page-title.qodef-title--standard .qodef-layout--predefined {
    justify-content: flex-end;
    padding-bottom: 95px;
}
@media only screen and (max-width: 1024px) {
    .qodef-page-title.qodef-title--standard .qodef-layout--predefined .qodef-m-title {
        max-width: 100%;
    }
}
.qodef-page-title.qodef-title--standard .qodef-m-subtitle {
    margin: 4px 0 0;
}
.qodef-social-icons-group {
    display: flex;
}
.qodef-social-icons-group .qodef-icon-holder {
    margin-right: 27px;
    font-size: 19px;
}
.qodef-social-icons-group .qodef-icon-holder a {
    transition: color 0.3s ease-out;
}
.qodef-social-icons-group .qodef-icon-holder:last-child {
    margin-right: 0;
}
.qodef-social-icons-group .qodef-icon-holder.qodef--textual {
    font-family: Inter, sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    font-weight: 500;
    color: #0000b4;
    display: inline-flex;
    vertical-align: middle;
    flex-wrap: wrap;
    color: #0000b4;
}
.qodef-social-icons-group .qodef-icon-holder.qodef--textual a {
    color: inherit;
}
.widget.widget_teenglow_core_social_icons_group .qodef-icon-holder.qodef-layout--circle,
.widget.widget_teenglow_core_social_icons_group .qodef-icon-holder.qodef-layout--square {
    background-color: #f9f9f9;
}
.widget.widget_teenglow_core_social_icons_group .qodef-icon-holder.qodef-layout--circle:hover,
.widget.widget_teenglow_core_social_icons_group .qodef-icon-holder.qodef-layout--square:hover {
    color: #0000b4;
}
.widget.widget_teenglow_core_social_icons_group .qodef-icon-holder.qodef-layout--circle:hover a,
.widget.widget_teenglow_core_social_icons_group .qodef-icon-holder.qodef-layout--square:hover a {
    color: #fff;
}
.widget_teenglow_core_sticky_sidebar {
    position: relative;
    width: 100%;
    height: 0;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: 0 0 !important;
}
.widget_teenglow_core_svg_icon {
    display: inline-block;
    vertical-align: top;
    margin: 0 !important;
}
.widget_teenglow_core_svg_icon .qodef-m-holder {
    display: flex;
    align-items: center;
}
.widget_teenglow_core_svg_icon .qodef-svg-icon-widget svg {
    display: block;
    fill: var(--fill-color);
    stroke: var(--stroke-color);
    max-width: 100%;
    max-height: 100%;
    transition: all 0.25s ease-out;
}
.widget_teenglow_core_svg_icon .qodef-svg-icon-widget a {
    display: inline-block;
    width: 100%;
    height: 100%;
}
.widget_teenglow_core_svg_icon .qodef-svg-icon-widget a:hover svg,
.widget_teenglow_core_svg_icon .qodef-svg-icon-widget:hover svg {
    fill: var(--fill-hover-color);
    stroke: var(--stroke-hover-color);
}
.widget_teenglow_core_svg_icon .qodef-svg-icon-widget a:hover .qodef-m-text,
.widget_teenglow_core_svg_icon .qodef-svg-icon-widget:hover .qodef-m-text {
    color: var(--text-hover-color);
}
.widget_teenglow_core_svg_icon .qodef-svg-icon-widget:hover .qodef-m-icon {
    background-color: var(--background-hover-color);
}
.widget_teenglow_core_svg_icon .qodef-m-icon {
    --fill-color: currentColor;
    --stroke-color: currentColor;
    --fill-hover-color: currentColor;
    --stroke-hover-color: currentColor;
    --background-color: transparent;
    --background-hover-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    max-height: 100%;
    background-color: var(--background-color);
    overflow: hidden;
    transition: all 0.25s ease-out;
}
.widget_teenglow_core_svg_icon .qodef-m-text {
    --text-color: currentColor;
    --text-hover-color: currentColor;
    color: var(--text-color);
    transition: all 0.25s ease-out;
    line-height: 1;
}
#qodef-page-header .widget_teenglow_core_svg_icon .qodef-m-text {
    font-family: Inter, sans-serif;
    font-size: 14px;
    line-height: 1.714em;
    font-weight: 600;
    letter-spacing: -0.02em;
}
.qodef-wishlist {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.qodef-wishlist .qodef-m-link {
    line-height: 1;
}
.qodef-wishlist .qodef-m-link.qodef--added {
    color: var(--qode-main-color);
}
.qodef-wishlist .qodef-m-link.qodef--added i {
    font-weight: 900;
}
.qodef-wishlist .qodef-m-response {
    position: absolute;
    top: -6px;
    bottom: auto;
    right: -6px;
    left: auto;
    width: auto;
    padding: 0 10px;
    font-size: 13px;
    line-height: 30px;
    color: #0000b4;
    background-color: #fff;
    border: 1px solid var(--qode-main-color);
    border-radius: 4px;
    box-shadow: 3px 3px 15px 0 rgba(0, 0, 180, 0.5);
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transform: translateY(0);
    transition: opacity 0.2s ease;
}
.qodef-wishlist .qodef-m-response.qodef--show {
    opacity: 1;
    visibility: visible;
}
.qodef-wishlist-dropdown {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    margin: 0 10px;
}
.qodef-wishlist-dropdown .qodef-m-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    display: block;
    height: 100%;
}
.qodef-wishlist-dropdown .qodef-m-link {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
}
.qodef-wishlist-dropdown .qodef-m-link > * {
    margin: 0;
    line-height: 1;
}
.qodef-wishlist-dropdown .qodef-m-link {
    color: #0000b4;
}
#qodef-top-area .qodef-wishlist-dropdown .qodef-m-link {
    color: #0000b4;
}
.qodef-wishlist-dropdown .qodef-m-link-icon {
    flex-shrink: 0;
    margin-right: 2px;
    font-size: 18px;
}
.qodef-wishlist-dropdown .qodef-m-link-icon:before {
    display: block;
    line-height: inherit;
}
.qodef-wishlist-dropdown .qodef-m-link-icon {
    color: var(--qode-main-color);
}
#qodef-top-area .qodef-wishlist-dropdown .qodef-m-link-icon {
    color: var(--qode-main-color);
}
.qodef-wishlist-dropdown .qodef-m-link-count {
    font-family: Inter, sans-serif;
    letter-spacing: -0.02em;
    font-size: 22px;
    line-height: 1.36364em;
    font-weight: 600;
}
.qodef-wishlist-dropdown .qodef-m-items {
    position: absolute;
    top: 100%;
    left: auto;
    right: 0;
    width: 266px;
    padding: 25px;
    text-align: left;
    background-color: #fff;
    border: 1px solid var(--qode-main-color);
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    transition: all 0.35s cubic-bezier(0.53, 0.01, 0.18, 1);
}
.qodef-wishlist-dropdown .qodef-m-item {
    position: relative;
    display: flex;
    align-items: center;
    margin: 0 0 25px;
}
.qodef-wishlist-dropdown .qodef-m-item:last-child {
    margin-bottom: 0;
}
.qodef-wishlist-dropdown .qodef-e-image-link {
    flex-shrink: 0;
    max-width: 60px;
    margin-right: 15px;
}
.qodef-wishlist-dropdown .qodef-e-image-link img {
    display: block;
    border: 1px solid var(--qode-main-color);
    border-radius: 4px;
}
.qodef-wishlist-dropdown .qodef-e-title {
    margin: 0;
}
.qodef-wishlist-dropdown .qodef-e-remove {
    position: absolute;
    top: -10px;
    right: -10px;
    padding: 5px;
    font-size: 13px;
    line-height: 1;
    z-index: 3;
}
.qodef-wishlist-dropdown .qodef-e-remove * {
    display: block;
    line-height: inherit;
}
.qodef-wishlist-dropdown .qodef-e-remove :before {
    display: block;
    line-height: inherit;
}
.touchevents .qodef-wishlist-dropdown {
    cursor: pointer;
}
.qodef-wishlist-dropdown.qodef-items--has:hover .qodef-m-items {
    opacity: 1;
    visibility: visible;
}
@media only screen and (max-width: 1024px) {
    #qodef-back-to-top {
        right: 25px;
        bottom: 25px;
    }
}
@media only screen and (max-width: 1440px) {
    .qodef-background-text .qodef-m-background-text {
        font-size: 135px;
    }
}
@media only screen and (max-width: 680px) {
    .qodef-background-text .qodef-m-background-text {
        display: none !important;
    }
}
@media only screen and (max-width: 768px) {
    #qodef-author-info .qodef-m-description {
        padding: 0;
    }
}
@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: 1280px) {
    .qodef-page-bottom-text-holder {
        height: 150px;
    }
}
@media only screen and (max-width: 1024px) {
    .qodef-page-bottom-text-holder {
        height: 130px;
    }
    .qodef-page-bottom-text {
        transform: translateY(-16.5%);
    }
}
@media only screen and (max-width: 680px) {
    .qodef-page-bottom-text-holder {
        height: 60px;
    }
    .qodef-page-bottom-text {
        transform: translateY(-10.5%);
    }
}
@media only screen and (max-width: 1024px) {
    #qodef-page-footer-top-area .qodef-grid.qodef-responsive--custom {
        --qode-columns-row-gap: 50px;
        --qode-columns-col-gap: 60px;
    }
}
@media only screen and (max-width: 1024px) {
    body:not(.qodef-content-behind-header) #qodef-page-outer {
        margin-top: 0 !important;
    }
}
@media only screen and (max-width: 1024px) {
    #qodef-top-area {
        display: none;
    }
}
@media (max-width: 1440px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns .ctf-tweets {
        --qode-columns: 5;
    }
}
@media (max-width: 1366px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns .ctf-tweets {
        --qode-columns: 4;
    }
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns .ctf-tweets {
        --qode-columns: 4;
    }
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns .ctf-tweets {
        --qode-columns: 4;
    }
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns .ctf-tweets {
        --qode-columns: 4;
    }
}
@media (max-width: 1024px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns .ctf-tweets {
        --qode-columns: 3;
    }
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns .ctf-tweets {
        --qode-columns: 3;
    }
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns .ctf-tweets {
        --qode-columns: 3;
    }
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns .ctf-tweets {
        --qode-columns: 3;
    }
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns .ctf-tweets {
        --qode-columns: 3;
    }
}
@media (max-width: 768px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns .ctf-tweets {
        --qode-columns: 2;
    }
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns .ctf-tweets {
        --qode-columns: 2;
    }
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns .ctf-tweets {
        --qode-columns: 2;
    }
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns .ctf-tweets {
        --qode-columns: 2;
    }
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns .ctf-tweets {
        --qode-columns: 2;
    }
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns .ctf-tweets {
        --qode-columns: 2;
    }
}
@media (max-width: 680px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--2.qodef-layout--columns .ctf-tweets {
        --qode-columns: 1;
    }
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns .ctf-tweets {
        --qode-columns: 1;
    }
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns .ctf-tweets {
        --qode-columns: 1;
    }
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns .ctf-tweets {
        --qode-columns: 1;
    }
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns .ctf-tweets {
        --qode-columns: 1;
    }
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns .ctf-tweets {
        --qode-columns: 1;
    }
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns .ctf-tweets {
        --qode-columns: 1;
    }
}
@media (max-width: 1366px) and (min-width: 1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns .ctf-tweets {
        --qode-columns: 1;
    }
}
@media (max-width: 1366px) and (min-width: 1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns .ctf-tweets {
        --qode-columns: 2;
    }
}
@media (max-width: 1366px) and (min-width: 1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns .ctf-tweets {
        --qode-columns: 3;
    }
}
@media (max-width: 1366px) and (min-width: 1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns .ctf-tweets {
        --qode-columns: 4;
    }
}
@media (max-width: 1366px) and (min-width: 1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns .ctf-tweets {
        --qode-columns: 5;
    }
}
@media (max-width: 1366px) and (min-width: 1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns .ctf-tweets {
        --qode-columns: 6;
    }
}
@media (max-width: 1366px) and (min-width: 1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns .ctf-tweets {
        --qode-columns: 7;
    }
}
@media (max-width: 1366px) and (min-width: 1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns .ctf-tweets {
        --qode-columns: 8;
    }
}
@media (max-width: 1366px) and (min-width: 1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns .ctf-tweets {
        --qode-columns: 1;
    }
}
@media (max-width: 1366px) and (min-width: 1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns .ctf-tweets {
        --qode-columns: 2;
    }
}
@media (max-width: 1366px) and (min-width: 1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns .ctf-tweets {
        --qode-columns: 3;
    }
}
@media (max-width: 1366px) and (min-width: 1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns .ctf-tweets {
        --qode-columns: 4;
    }
}
@media (max-width: 1366px) and (min-width: 1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns .ctf-tweets {
        --qode-columns: 5;
    }
}
@media (max-width: 1366px) and (min-width: 1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns .ctf-tweets {
        --qode-columns: 6;
    }
}
@media (max-width: 1366px) and (min-width: 1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns .ctf-tweets {
        --qode-columns: 7;
    }
}
@media (max-width: 1366px) and (min-width: 1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns .ctf-tweets {
        --qode-columns: 8;
    }
}
@media (max-width: 1440px) and (min-width: 1367px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--1.qodef-layout--columns .ctf-tweets {
        --qode-columns: 1;
    }
}
@media (max-width: 1440px) and (min-width: 1367px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--columns .ctf-tweets {
        --qode-columns: 2;
    }
}
@media (max-width: 1440px) and (min-width: 1367px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--columns .ctf-tweets {
        --qode-columns: 3;
    }
}
@media (max-width: 1440px) and (min-width: 1367px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--columns .ctf-tweets {
        --qode-columns: 4;
    }
}
@media (max-width: 1440px) and (min-width: 1367px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--columns .ctf-tweets {
        --qode-columns: 5;
    }
}
@media (max-width: 1440px) and (min-width: 1367px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns .ctf-tweets {
        --qode-columns: 6;
    }
}
@media (max-width: 1440px) and (min-width: 1367px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns .ctf-tweets {
        --qode-columns: 7;
    }
}
@media (max-width: 1440px) and (min-width: 1367px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns .ctf-tweets {
        --qode-columns: 8;
    }
}
@media (max-width: 1366px) and (min-width: 1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns .ctf-tweets {
        --qode-columns: 1;
    }
}
@media (max-width: 1366px) and (min-width: 1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns .ctf-tweets {
        --qode-columns: 2;
    }
}
@media (max-width: 1366px) and (min-width: 1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns .ctf-tweets {
        --qode-columns: 3;
    }
}
@media (max-width: 1366px) and (min-width: 1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns .ctf-tweets {
        --qode-columns: 4;
    }
}
@media (max-width: 1366px) and (min-width: 1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns .ctf-tweets {
        --qode-columns: 5;
    }
}
@media (max-width: 1366px) and (min-width: 1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns .ctf-tweets {
        --qode-columns: 6;
    }
}
@media (max-width: 1366px) and (min-width: 1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns .ctf-tweets {
        --qode-columns: 7;
    }
}
@media (max-width: 1366px) and (min-width: 1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns .ctf-tweets {
        --qode-columns: 8;
    }
}
@media (max-width: 1024px) and (min-width: 769px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--1.qodef-layout--columns .ctf-tweets {
        --qode-columns: 1;
    }
}
@media (max-width: 1024px) and (min-width: 769px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--columns .ctf-tweets {
        --qode-columns: 2;
    }
}
@media (max-width: 1024px) and (min-width: 769px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--columns .ctf-tweets {
        --qode-columns: 3;
    }
}
@media (max-width: 1024px) and (min-width: 769px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--columns .ctf-tweets {
        --qode-columns: 4;
    }
}
@media (max-width: 1024px) and (min-width: 769px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--columns .ctf-tweets {
        --qode-columns: 5;
    }
}
@media (max-width: 1024px) and (min-width: 769px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--columns .ctf-tweets {
        --qode-columns: 6;
    }
}
@media (max-width: 1024px) and (min-width: 769px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns .ctf-tweets {
        --qode-columns: 7;
    }
}
@media (max-width: 1024px) and (min-width: 769px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns .ctf-tweets {
        --qode-columns: 8;
    }
}
@media (max-width: 768px) and (min-width: 681px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--1.qodef-layout--columns .ctf-tweets {
        --qode-columns: 1;
    }
}
@media (max-width: 768px) and (min-width: 681px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--columns .ctf-tweets {
        --qode-columns: 2;
    }
}
@media (max-width: 768px) and (min-width: 681px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--columns .ctf-tweets {
        --qode-columns: 3;
    }
}
@media (max-width: 768px) and (min-width: 681px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--columns .ctf-tweets {
        --qode-columns: 4;
    }
}
@media (max-width: 768px) and (min-width: 681px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--columns .ctf-tweets {
        --qode-columns: 5;
    }
}
@media (max-width: 768px) and (min-width: 681px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--columns .ctf-tweets {
        --qode-columns: 6;
    }
}
@media (max-width: 768px) and (min-width: 681px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns .ctf-tweets {
        --qode-columns: 7;
    }
}
@media (max-width: 768px) and (min-width: 681px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns .ctf-tweets {
        --qode-columns: 8;
    }
}
@media (max-width: 680px) and (min-width: 481px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--1.qodef-layout--columns .ctf-tweets {
        --qode-columns: 1;
    }
}
@media (max-width: 680px) and (min-width: 481px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--columns .ctf-tweets {
        --qode-columns: 2;
    }
}
@media (max-width: 680px) and (min-width: 481px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--columns .ctf-tweets {
        --qode-columns: 3;
    }
}
@media (max-width: 680px) and (min-width: 481px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--columns .ctf-tweets {
        --qode-columns: 4;
    }
}
@media (max-width: 680px) and (min-width: 481px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--columns .ctf-tweets {
        --qode-columns: 5;
    }
}
@media (max-width: 680px) and (min-width: 481px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--columns .ctf-tweets {
        --qode-columns: 6;
    }
}
@media (max-width: 680px) and (min-width: 481px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns .ctf-tweets {
        --qode-columns: 7;
    }
}
@media (max-width: 680px) and (min-width: 481px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns .ctf-tweets {
        --qode-columns: 8;
    }
}
@media (max-width: 480px) and (min-width: 0) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--1.qodef-layout--columns .ctf-tweets {
        --qode-columns: 1;
    }
}
@media (max-width: 480px) and (min-width: 0) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--columns .ctf-tweets {
        --qode-columns: 2;
    }
}
@media (max-width: 480px) and (min-width: 0) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--columns .ctf-tweets {
        --qode-columns: 3;
    }
}
@media (max-width: 480px) and (min-width: 0) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--columns .ctf-tweets {
        --qode-columns: 4;
    }
}
@media (max-width: 480px) and (min-width: 0) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--columns .ctf-tweets {
        --qode-columns: 5;
    }
}
@media (max-width: 480px) and (min-width: 0) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--columns .ctf-tweets {
        --qode-columns: 6;
    }
}
@media (max-width: 480px) and (min-width: 0) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--columns .ctf-tweets {
        --qode-columns: 7;
    }
}
@media (max-width: 480px) and (min-width: 0) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--columns .ctf-tweets {
        --qode-columns: 8;
    }
}
@media only screen and (max-width: 1440px) {
    .qodef-twitter-list.qodef-vertical-gutter--huge .ctf-tweets {
        --qode-columns-row-gap: 60px;
    }
    .qodef-twitter-list.qodef-gutter--huge .ctf-tweets {
        --qode-columns-col-gap: 60px;
    }
}
@media only screen and (max-width: 1440px) {
    .qodef-twitter-list.qodef-vertical-gutter--custom .ctf-tweets {
        --qode-columns-row-gap: var(--qode-vertical-gutter-custom-1440, 30px);
    }
    .qodef-twitter-list.qodef-gutter--custom .ctf-tweets {
        --qode-columns-col-gap: var(--qode-gutter-custom-1440, 30px);
    }
}
@media only screen and (max-width: 1024px) {
    .qodef-twitter-list.qodef-vertical-gutter--custom .ctf-tweets {
        --qode-columns-row-gap: var(--qode-vertical-gutter-custom-1024, 30px);
    }
    .qodef-twitter-list.qodef-gutter--custom .ctf-tweets {
        --qode-columns-col-gap: var(--qode-gutter-custom-1024, 30px);
    }
}
@media only screen and (max-width: 680px) {
    .qodef-twitter-list.qodef-vertical-gutter--custom .ctf-tweets {
        --qode-columns-row-gap: var(--qode-vertical-gutter-custom-680, 30px);
    }
    .qodef-twitter-list.qodef-gutter--custom .ctf-tweets {
        --qode-columns-col-gap: var(--qode-gutter-custom-680, 30px);
    }
}
@media only screen and (max-width: 680px) {
    #yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-inner {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }
}
@media only screen and (max-width: 680px) {
    #yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-image {
        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: 480px) {
    .yith-wcwl-form .wishlist_table.shop_table tr {
        padding: 15px 0;
        display: grid;
        grid-template-columns: minmax(0, 31px) minmax(0, 42px) minmax(0, 1fr);
    }
    .qodef-e-rating-holder .yith-wcwl-form .wishlist_table.shop_table th.product-add-to-cart,
    .yith-wcwl-form .wishlist_table.shop_table th.product-price,
    .yith-wcwl-form .wishlist_table.shop_table th.product-stock-status,
    .yith-wcwl-form .wishlist_table.shop_table th.product-thumbnail {
        display: none;
    }
    .yith-wcwl-form .wishlist_table.shop_table th.product-name {
        padding: 0 0 0 104px;
        width: 220px;
    }
    .yith-wcwl-form .wishlist_table.shop_table td {
        padding: 15px 0 15px 15px;
    }
    .yith-wcwl-form .wishlist_table.shop_table td.product-remove {
        padding: 58px 0 0 5px;
        grid-row: span 4;
    }
    .yith-wcwl-form .wishlist_table.shop_table td.product-thumbnail {
        width: 80px;
        grid-row: span 4;
        padding-left: 0;
    }
    .yith-wcwl-form .wishlist_table.shop_table td.product-add-to-cart,
    .yith-wcwl-form .wishlist_table.shop_table td.product-name,
    .yith-wcwl-form .wishlist_table.shop_table td.product-price,
    .yith-wcwl-form .wishlist_table.shop_table td.product-stock-status {
        padding: 0 0 0 63px;
    }
    .yith-wcwl-form .wishlist_table.shop_table td.product-stock-status {
        grid-column: 3;
        grid-row: 3;
    }
    .yith-wcwl-form .wishlist_table.shop_table td.product-add-to-cart {
        grid-column: 3;
        justify-self: start;
        margin-top: 5px;
        grid-row: 4;
    }
}
@media only screen and (max-width: 480px) {
    .qodef-woo-product-list.qodef-item-layout--info-below-boxed .qodef-e .qodef-e-inner {
        padding: 15px 25px 28px;
    }
}
@media only screen and (max-width: 1280px) {
    .qodef-product-layout--gallery #qodef-woo-page.qodef--single .qodef-woo-single-inner {
        gap: 45px;
    }
}
@media only screen and (max-width: 1024px) {
    .qodef-product-layout--gallery #qodef-woo-page.qodef--single .qodef-woo-single-inner {
        grid-template-columns: 1fr;
    }
    .qodef-product-layout--gallery #qodef-woo-page.qodef--single .entry-summary {
        margin: 0;
    }
    .qodef-product-layout--gallery #qodef-woo-page.qodef--single .entry-summary .qodef-woo-product-title {
        margin: 0;
    }
    .qodef-product-layout--gallery #qodef-woo-page.qodef--single .related,
    .qodef-product-layout--gallery #qodef-woo-page.qodef--single .up-sells {
        padding: 0 7%;
    }
}
@media only screen and (max-width: 680px) {
    .qodef-product-layout--gallery #qodef-woo-page.qodef--single .qodef-woo-single-inner {
        padding: 0 7%;
    }
}
@media only screen and (max-width: 680px) {
    .qodef-testimonials-list .qodef-testimonials-bottom-holder {
        margin: 0;
    }
    .qodef-testimonials-list .qodef-testimonials-bottom-holder .swiper-pagination-bullets {
        position: relative;
        top: 0;
        right: auto;
        margin: 17px 0 0;
        justify-content: flex-start;
    }
}
@media only screen and (max-width: 480px) {
    .qodef-testimonials-list.qodef-item-layout--side-by-side .qodef-e-inner {
        flex-direction: column;
    }
    .qodef-testimonials-list.qodef-item-layout--side-by-side .qodef-e-content {
        padding: 20px 25px;
        justify-content: flex-start;
    }
}
@media only screen and (max-width: 1280px) {
    .qodef-tutorial-single .qodef-e-author-advanced-info {
        max-width: 70%;
    }
}
@media only screen and (max-width: 1024px) {
    .qodef-tutorial-single .qodef-e-author-advanced-info {
        max-width: 100%;
    }
}
@media only screen and (max-width: 680px) {
    .qodef-tutorial-single .qodef-e-author-advanced-info {
        flex-direction: column;
    }
}
@media only screen and (max-width: 1024px) {
    .qodef-tutorial-list.qodef-item-layout--info-over-image .qodef-e-content {
        width: 55%;
    }
}
@media only screen and (max-width: 680px) {
    .qodef-tutorial-list.qodef-item-layout--info-over-image .qodef-e-content {
        left: 25px;
        right: 25px;
        bottom: 25px;
        width: auto;
    }
}
@media only screen and (max-width: 1024px) {
    #qodef-tutorial-single-related-items .qodef-tutorial-single-related-items-inner {
        padding: 104px 0 115px;
    }
}
@media only screen and (max-width: 680px) {
    #qodef-tutorial-single-related-items .qodef-tutorial-single-related-items-inner {
        padding: 85px 0 95px;
    }
}
@media only screen and (max-width: 680px) {
    .qodef-review-rating .qodef-rating-inner {
        flex-direction: column;
    }
}
@media only screen and (max-width: 1024px) {
    .qodef-reviews-per-mark .qodef-reviews-number-wrapper {
        width: 33%;
    }
    .qodef-reviews-per-mark .qodef-rating-percentage-wrapper {
        width: 67%;
    }
}
@media only screen and (max-width: 680px) {
    .qodef-reviews-per-mark .qodef-reviews-number-holder {
        flex-wrap: wrap;
    }
    .qodef-reviews-per-mark .qodef-rating-percentage-wrapper,
    .qodef-reviews-per-mark .qodef-reviews-number-wrapper {
        border: none;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
}
@media only screen and (max-width: 1024px) {
    .qodef-reviews-per-mark .qodef-reviews-number-wrapper {
        width: 33%;
    }
    .qodef-reviews-per-mark .qodef-rating-percentage-wrapper {
        width: 67%;
    }
}
@media only screen and (max-width: 680px) {
    .qodef-reviews-per-mark .qodef-reviews-number-holder {
        flex-wrap: wrap;
    }
    .qodef-reviews-per-mark .qodef-rating-percentage-wrapper,
    .qodef-reviews-per-mark .qodef-reviews-number-wrapper {
        border: none;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
}
@media only screen and (max-width: 1024px) {
    .qodef-countdown.qodef-layout--simple.qodef-show--4 .qodef-digit-wrapper,
    .qodef-countdown.qodef-layout--simple.qodef-show--5 .qodef-digit-wrapper,
    .qodef-countdown.qodef-layout--simple.qodef-show--6 .qodef-digit-wrapper {
        width: calc(33% - 8px);
    }
}
@media only screen and (max-width: 768px) {
    .qodef-countdown.qodef-layout--simple.qodef-show--4 .qodef-digit-wrapper,
    .qodef-countdown.qodef-layout--simple.qodef-show--5 .qodef-digit-wrapper,
    .qodef-countdown.qodef-layout--simple.qodef-show--6 .qodef-digit-wrapper {
        width: calc(50% - 6px);
    }
    .qodef-countdown.qodef-layout--simple .qodef-digit-wrapper {
        padding: 50px 0 28px;
    }
}
@media only screen and (max-width: 480px) {
    .qodef-countdown.qodef-layout--simple .qodef-digit-wrapper {
        padding: 38px 0 28px;
    }
    .qodef-countdown.qodef-layout--simple .qodef-digit {
        font-size: 65px;
    }
    .qodef-countdown.qodef-layout--simple .qodef-label {
        margin: 17px 0 0;
    }
}
@media only screen and (max-width: 1024px) {
    .qodef-highlight.qodef-title-break--disabled .qodef-m-title br {
        display: none;
    }
}
.qodef-info-section.qodef-alignment--left {
    text-align: left;
}
.qodef-info-section.qodef-alignment--center {
    text-align: center;
}
.qodef-info-section.qodef-alignment--right {
    text-align: right;
}
@media only screen and (max-width: 1024px) {
    .qodef-info-section.qodef-title-break--disabled .qodef-m-title br {
        display: none;
    }
}
@media only screen and (max-width: 1024px) {
    .qodef-section-title.qodef-title-break--disabled .qodef-m-title br {
        display: none;
    }
}
@media only screen and (max-width: 1024px) {
    .qodef-simple-slider .qodef-m-content-wrapper {
        padding: 0 7%;
    }
}
@media only screen and (max-width: 480px) {
    .qodef-simple-slider .qodef-e-static-title {
        padding-right: 20%;
    }
    .qodef-simple-slider .qodef-m-navigation {
        display: none;
    }
}
@media only screen and (max-width: 1600px) {
    .qodef-split-showcase .qodef-e-right {
        padding: 72px 6% 95px 5%;
    }
}
@media only screen and (max-width: 1280px) {
    .qodef-split-showcase .qodef-e-right {
        padding: 72px 3% 95px 3%;
    }
}
@media only screen and (max-width: 1024px) {
    .qodef-split-showcase {
        height: auto;
    }
    .qodef-split-showcase .qodef-e-inner {
        flex-direction: column;
        width: 100%;
    }
    .qodef-split-showcase .qodef-e-left {
        width: 100%;
        min-height: calc(100vw - 72px);
        padding: 50px;
    }
    .qodef-split-showcase .qodef-e-right {
        width: 100%;
        min-height: calc(100vw - 72px);
        gap: 50px;
        padding: 50px 5% 50px 5%;
    }
    .qodef-split-showcase .qodef-e-title {
        font-size: 50px;
    }
}
@media only screen and (max-width: 680px) {
    .qodef-split-showcase .qodef-e-right {
        padding: 18px 20px 30px 20px;
    }
    .qodef-split-showcase .qodef-e-title {
        font-size: 40px;
        margin: 0 0 14px;
    }
    .qodef-split-showcase .qodef-e-text {
        margin: 0 0 23px;
    }
}
@media only screen and (max-width: 1440px) {
    .qodef-stacked-images .qodef-m-images .qodef-m-image:not(:first-child) img {
        width: 70%;
    }
}
@media only screen and (max-width: 1280px) {
    .qodef-stacked-images .qodef-m-images .qodef-m-image:not(:first-child) img {
        width: 60%;
    }
}
@media only screen and (max-width: 1024px) {
    .qodef-stacked-images .qodef-m-images .qodef-m-image:not(:first-child) img {
        width: 50%;
    }
}
@media only screen and (max-width: 680px) {
    .qodef-tabs.qodef-layout--simple.qodef-orientation--vertical {
        display: block;
    }
    .qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation {
        padding-right: 0;
        margin-right: 0;
        border-right: 0;
    }
    .qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-content {
        margin-top: 26px;
    }
    .qodef-tabs.qodef-layout--simple .qodef-tabs-content {
        margin: 26px 0 0;
    }
}
@media only screen and (max-width: 680px) {
    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(1) {
        left: 1px;
    }
    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(2) {
        left: 46px;
    }
    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(3) {
        left: 91px;
    }
    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(4) {
        left: 136px;
    }
    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(5) {
        left: 181px;
    }
    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(6) {
        left: 226px;
    }
    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(7) {
        left: 271px;
    }
    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown {
        left: auto;
        right: 0;
    }
    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(1) {
        right: auto;
        left: 1px;
    }
    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(2) {
        right: auto;
        left: 46px;
    }
    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(3) {
        right: auto;
        left: 91px;
    }
    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(4) {
        right: auto;
        left: 136px;
    }
    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(5) {
        right: auto;
        left: 181px;
    }
    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(6) {
        right: auto;
        left: 226px;
    }
    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(7) {
        right: auto;
        left: 271px;
    }
}
@media only screen and (max-width: 480px) {
    .qodef-sp-holder .qodef-sp-content-image {
        display: none;
    }
    .qodef-sp-holder .qodef-sp-content-container {
        padding: 40px 38px 26px;
    }
}
@media only screen and (max-width: 1024px) {
    body:not(.qodef-content-behind-header) .qodef-page-title .qodef-m-content {
        padding-top: 0 !important;
    }
    .qodef-page-title.qodef--full-width {
        padding: 0 7%;
    }
}
@media only screen and (max-width: 1024px) {
    #qodef-page-sidebar .qodef-social-icons-group {
        justify-content: flex-start;
    }
}
