* {
    box-sizing: border-box
}

html {
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0;
    overflow-x: hidden;
    -webkit-tap-highlight-color: var(--color-content-primary-faded)
}


summary {
    display: list-item
}


a {
    text-decoration: none;
    background: none;
    transition-property: background, box-shadow, border, color, opacity, transform;
    transition-duration: 0.3s;
    -webkit-text-decoration-skip: objects
}


address {
    font-style: normal
}

small {
    font-size: 80%
}


sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    height: auto;
    max-width: 100%
}


hr {
    box-sizing: content-box;
    height: 0;
    border-style: solid;
    border-width: 0 0 1px;
    border-color: var(--color-content-border)
}

pre {
    overflow: auto;
    white-space: pre-wrap
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1rem
}


textarea {
    overflow: auto;
    height: 8rem;
    min-height: 3rem;
    resize: vertical
}


table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%
}

th {
    text-align: left
}


ul {
    list-style-type: disc;
    margin-left: 2.5rem
}

ol {
    list-style-type: decimal;
    margin-left: 2.5rem
}

li {
    margin: 0 0 0.5rem
}

li > ul, li > ol {
    margin-bottom: 0.5rem;
    margin-top: 0.5rem
}


pre {
    display: block;
    font-family: Consolas, Lucida Console, monospace;
    font-size: 0.9rem;
    line-height: 1.5rem;
    padding: 0.8rem 1rem;
    width: 100%;
    overflow: auto;
    background: var(--color-content-bg-alt);
    color: var(--color-content-text)
}

code {
    display: inline-block;
    vertical-align: top;
    font-family: Consolas, Lucida Console, monospace;
    padding: 0 0.4rem;
    background: var(--color-content-bg-alt);
    color: var(--color-content-text)
}

pre code {
    display: block;
    padding: 0;
    overflow-wrap: normal
}


.l-section[class*="color_"] h1, .l-section[class*="color_"] h2, .l-section[class*="color_"] h3, .l-section[class*="color_"] h4, .l-section[class*="color_"] h5, .l-section[class*="color_"] h6, .has_text_color h1, .has_text_color h2, .has_text_color h3, .has_text_color h4, .has_text_color h5, .has_text_color h6 {
    color: inherit
}

input:not([type="submit"]), textarea, select {
    width: 100%;
    font-size: var(--inputs-font-size);
    border: var(--inputs-border-width, 0px) solid transparent;
    background: none;
    transition: all 0.2s
}

input:not([type="submit"]), select {
    min-height: var(--inputs-height);
    line-height: var(--inputs-height);
    padding: 0 var(--inputs-padding)
}


textarea {
    padding: calc(var(--inputs-height) / 2 + var(--inputs-border-width, 0px) - 0.7em) var(--inputs-padding)
}


.hidden {
    display: none !important
}


.align_right {
    text-align: right
}

.align_center {
    text-align: center
}

a {
    color: var(--color-content-link)
}

.no-touch a:hover {
    color: var(--color-content-link-hover)
}


.l-canvas {
    margin: 0 auto;
    width: 100%;
    flex-grow: 1;
    background: var(--color-content-bg-grad);
    color: var(--color-content-text)
}

@media screen and (min-width: 1025px) {
    body:not(.us_iframe) {
        display: flex;
        flex-direction: column;
        min-height: 100vh
    }

    body.admin-bar:not(.us_iframe) {
        min-height: calc(100vh - 32px)
    }
}

.l-footer {
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
    background: var(--color-content-bg-grad);
    color: var(--color-content-text)
}

body.us_iframe {
    background: var(--color-content-bg-grad)
}

.l-subheader, .l-section {
    padding-left: 2.5rem;
    padding-right: 2.5rem
}

.l-section {
    position: relative;
    margin: 0 auto
}

.l-section-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: center center;
    background-size: cover
}

.l-section-video {
    pointer-events: none
}

.l-section-video > video {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover
}

.l-section-video > iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    max-width: none;
    transform: translate(-50%, -50%)
}

.l-section-slider {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none
}

.l-section-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.l-section-h {
    position: relative;
    margin: 0 auto;
    width: 100%
}

.l-section-shape {
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    height: 15vh;
    color: var(--color-content-bg)
}

.l-section-shape.pos_top {
    top: -1px
}

.l-section-shape.pos_bottom {
    bottom: -1px
}

.l-section-shape.on_front {
    z-index: 11 !important
}

.l-section-shape:not(.type_custom).pos_top {
    transform: rotateX(180deg)
}

.l-section-shape:not(.type_custom).pos_top.hor_flip {
    transform: rotate(180deg)
}

.l-section-shape.type_custom.hor_flip, .l-section-shape.pos_bottom.hor_flip {
    transform: rotateY(180deg)
}

.l-section-shape > img, .l-section-shape > svg {
    display: block
}

.l-section.width_full {
    padding-left: 0;
    padding-right: 0
}

.l-section.width_full > .l-section-h {
    max-width: none !important
}

.l-section.height_small {
    padding-top: 2rem;
    padding-bottom: 2rem
}

.l-section.height_medium {
    padding-top: 4rem;
    padding-bottom: 4rem
}

.l-section.height_large {
    padding-top: 6rem;
    padding-bottom: 6rem
}

.l-section.height_huge {
    padding-top: 8rem;
    padding-bottom: 8rem
}

.l-section.full_height {
    min-height: 100vh
}

@media screen and (min-width: 783px) {

}

.header_hor .l-header.pos_static.bg_solid ~ .l-main .l-section.full_height:first-of-type {
    min-height: calc(100vh - var(--header-height))
}

.header_hor .l-header.pos_fixed:not(.sticky_auto_hide) ~ .l-main .l-section.full_height:not(:first-of-type) {
    min-height: calc(100vh - var(--header-sticky-height))
}

.l-section.full_height.valign_center {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.l-section.full_height.valign_bottom {
    display: flex;
    flex-direction: column;
    justify-content: flex-end
}

.header_hor .l-header.pos_fixed ~ .l-main > .l-section:first-of-type > .l-section-h, .header_hor .l-header.pos_fixed ~ .l-main > form > .l-section:first-of-type > .l-section-h, .header_hor .l-header.pos_static.bg_transparent ~ .l-main > .l-section:first-of-type > .l-section-h, .header_hor .l-header.pos_static.bg_transparent ~ .l-main > form > .l-section:first-of-type > .l-section-h {
    padding-top: var(--header-height)
}


.l-section.for_sidebar > div {
    display: flex;
    flex-wrap: wrap
}

.l-section.for_sidebar.at_left .l-sidebar {
    margin-right: 5%
}

.l-section.for_sidebar.at_right .l-sidebar {
    margin-left: 5%
}


.l-section.color_primary {
    background: var(--color-content-primary-grad);
    color: #fff
}

.l-section.color_secondary {
    background: var(--color-content-secondary-grad);
    color: #fff
}

.l-section.color_primary a, .l-section.color_secondary a {
    color: inherit
}

.no-touch .l-section.parallax_ver > .l-section-img, .no-touch .l-section.parallax_fixed > .l-section-img {
    background-attachment: fixed
}

.l-section.parallax_hor {
    overflow: hidden
}

.l-section.parallax_hor > .l-section-img {
    width: 130%;
    right: auto
}

.l-section.parallax_hor.bgwidth_110 > .l-section-img {
    width: 110%
}

.l-section.parallax_hor.bgwidth_120 > .l-section-img {
    width: 120%
}

.l-section.parallax_hor.bgwidth_140 > .l-section-img {
    width: 140%
}

.l-section.parallax_hor.bgwidth_150 > .l-section-img {
    width: 150%
}

.l-section.with_slider, .l-section.with_video {
    overflow: hidden
}


.l-section.with_slider > .l-section-shape, .l-section.with_slider > .l-section-h {
    z-index: 1
}

.l-section-slider .royalSlider {
    z-index: 0
}

.l-section-slider .w-slider, .l-section-slider .w-slider-h, .l-section-slider .royalSlider {
    height: 100% !important
}

.l-section.for_pagination {
    padding: 0 0 2rem
}

.l-section.gradient_overlay > .l-section-overlay {
    top: auto;
    height: 50%;
    background: linear-gradient(transparent, rgba(30, 30, 30, 0.8)) repeat-x !important
}

.vc_column-inner > .w-post-elm:not(:first-child) > .l-section > .l-section-h, .l-header.bg_solid ~ .l-main .vc_column-inner > .w-post-elm > .l-section > .l-section-h, .templatera_shortcode > .l-section > .l-section-h {
    padding-top: 0 !important
}


.l-section.color_primary .g-preloader, .l-section.color_secondary .g-preloader {
    color: inherit
}


@keyframes rotation {


}


.w-toplink {
    position: fixed !important;
    z-index: 99;
    bottom: 0;
    transform: translate3d(0, 5rem, 0) !important;
    margin: 15px
}


.w-toplink span:not(.ripple-container):after {
    content: '\f106';
    font-family: fontawesome;
    font-weight: 400;
    font-size: 1.6em;
    vertical-align: top
}


.l-body .vc_row:after, .l-body .vc_row:before, .l-body .vc_column-inner:after, .l-body .vc_column-inner:before {
    display: none
}

.l-body .wpb_button, .l-body .wpb_content_element, .l-body ul.wpb_thumbnails-fluid > li {
    margin-bottom: 0
}


.l-section.color_alternate h1, .l-section.color_alternate h2, .l-section.color_alternate h3, .l-section.color_alternate h4, .l-section.color_alternate h5, .l-section.color_alternate h6 {
    color: var(--color-alt-content-heading)
}

.l-section.color_footer-top h1, .l-section.color_footer-top h2, .l-section.color_footer-top h3, .l-section.color_footer-top h4, .l-section.color_footer-top h5, .l-section.color_footer-top h6 {
    color: var(--color-subfooter-heading)
}

.l-section.color_footer-bottom h1, .l-section.color_footer-bottom h2, .l-section.color_footer-bottom h3, .l-section.color_footer-bottom h4, .l-section.color_footer-bottom h5, .l-section.color_footer-bottom h6 {
    color: var(--color-footer-heading)
}


.no-touch .color_alternate a:hover {
    color: var(--color-alt-content-link-hover)
}


.no-touch .color_footer-top a:hover {
    color: var(--color-subfooter-link-hover)
}

.color_footer-bottom {
    background: var(--color-footer-bg-grad);
    color: var(--color-footer-text)
}

.color_footer-bottom td, .color_footer-bottom th {
    border-color: var(--color-footer-border)
}

.color_footer-bottom a {
    color: var(--color-footer-link)
}

.no-touch .color_footer-bottom a:hover {
    color: var(--color-footer-link-hover)
}


.no-touch .links_underline h1 a:hover, .no-touch .links_underline h2 a:hover, .no-touch .links_underline h3 a:hover, .no-touch .links_underline h4 a:hover, .no-touch .links_underline h5 a:hover, .no-touch .links_underline h6 a:hover, .no-touch .links_underline p a:not(.w-btn):hover, .no-touch .links_underline li a:not(.w-btn):hover, .no-touch .links_underline .g-breadcrumbs a:hover {
    border-bottom: 1px solid
}

@media (max-width: 1024px) {


    .l-section.height_large {
        padding-top: 6vmax;
        padding-bottom: 6vmax
    }

    .l-section.height_huge {
        padding-top: 9vmax;
        padding-bottom: 9vmax
    }
}

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


}

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


    .l-section.remove_bg_xs > .l-section-img {
        display: none
    }
}

@media screen and (max-width: 600px) {
    p {
        margin-bottom: 1rem
    }


    .l-subheader, .l-section {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }


    .l-main .alignfull {
        margin-left: -1.5rem;
        margin-right: -1.5rem
    }

    .l-main .aligncenter {
        max-width: 100% !important
    }
}


@-webkit-keyframes fa-spin {

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes fa-spin {

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}


:root .fa-flip-both, :root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270 {
    -webkit-filter: none;
    filter: none
}


.no-touch .w-actionbox.color_primary .w-actionbox-text a:hover, .no-touch .w-actionbox.color_secondary .w-actionbox-text a:hover {
    color: #fff
}


.l-section.color_primary .w-actionbox.color_primary, .l-section.color_alternate .w-actionbox.color_light, .l-section.color_secondary .w-actionbox.color_secondary {
    padding: 0;
    background: none
}


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


}


@keyframes fade {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}


@keyframes fadeOut {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes afc {
    from {
        opacity: 0;
        transform: scale(0.2)
    }
    to {
        opacity: 1;
        transform: scale(1)
    }
}


.us_animate_afl {
    animation-name: afl
}

@keyframes afr {
    from {
        opacity: 0;
        transform: translateX(3rem)
    }
    to {
        opacity: 1;
        transform: translateX(0)
    }
}


@keyframes aft {
    from {
        opacity: 0;
        transform: translateY(-3rem)
    }
    to {
        opacity: 1;
        transform: translateY(0)
    }
}


@keyframes afb {
    from {
        opacity: 0;
        transform: translateY(3rem)
    }
    to {
        opacity: 1;
        transform: translateY(0)
    }
}


@keyframes wfc {
    from {
        opacity: 0;
        transform: scaleX(0.01)
    }
    to {
        opacity: 1;
        transform: scaleX(1)
    }
}


@keyframes hfc {
    from {
        opacity: 0;
        transform: scaleY(0.01)
    }
    to {
        opacity: 1;
        transform: scaleY(1)
    }
}


@keyframes bounce {


    to {
        opacity: 1;
        transform: scale3d(1, 1, 1)
    }
}


.w-btn, .button, button[type="submit"], input[type="submit"] {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    line-height: 1.2;
    position: relative;
    transition-property: background, border, box-shadow, color, opacity, transform;
    transition-duration: 0.3s;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

*
.w-btn, .button {
    padding: 0.8em 1.8em
}


.w-btn i {
    display: inline-block;
    vertical-align: top;
    line-height: inherit
}


.w-btn-wrapper {
    margin: 0.3rem 0
}

.w-btn-wrapper.align_none {
    display: inline-block;
    vertical-align: top
}

*:not(.w-hwrapper) > .w-btn-wrapper.align_none {
    margin-right: 0.6rem
}


.no-touch .us-btn-style_badge:hover {
    background: var(--color-content-secondary-grad)
}


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

}


.no-touch .owl-carousel.navpos_inside.navstyle_circle > .owl-nav div:hover, .no-touch .owl-carousel.navpos_inside.navstyle_block > .owl-nav div:hover {
    background: rgba(0, 0, 0, 0.5)
}

.no-touch .owl-carousel.navpos_outside.navstyle_circle > .owl-nav div:hover, .no-touch .owl-carousel.navpos_outside.navstyle_block > .owl-nav div:hover {
    background: var(--color-content-bg-alt-grad)
}


.no-touch .color_alternate .owl-carousel.navpos_outside > .owl-nav div:hover {
    background: var(--color-alt-content-bg-alt-grad)
}


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


}

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

}


@media (min-width: 768px) {


}

.g-cols.via_flex {
    display: flex;
    flex-wrap: wrap
}


.vc_column_container {
    display: flex;
    flex-direction: column;
    position: relative;
    border-color: var(--color-content-border)
}


.g-cols.via_flex > div > .vc_column-inner {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    position: relative;
    border-color: inherit
}


.g-cols.via_flex.type_default {
    margin: 0 -1.5rem
}

.g-cols.via_flex.type_default[style*="gap"] {
    margin: 0 calc(-1.5rem - var(--additional-gap, 0))
}

.g-cols.via_flex[style*="gap"] > .vc_column_container {
    /*padding-left: var(--additional-gap, 0);*/
    padding-right: var(--additional-gap, 0)
}

.g-cols.via_flex.type_default > div > .vc_column-inner {
    padding-left: 1.5rem;
    padding-right: 1.5rem
}


.g-cols.via_flex.valign_bottom > div > .vc_column-inner, .g-cols.via_grid.valign_bottom > .vc_column_container {
    justify-content: center;
}


.header_hor .l-header.pos_fixed:not(.down) ~ .l-main .type_sticky > .wpb_wrapper, .header_hor .l-header.pos_fixed:not(.down) ~ .l-main .type_sticky > .vc_column-inner {
    top: calc(var(--header-sticky-height) + 4rem)
}


.color_footer-bottom .vc_column_container {
    border-color: var(--color-footer-border)
}

@media (min-width: 768px) {
    .vc_col-sm-1 {
        width: 8.3333%
    }


    .vc_col-sm-3 {
        width: 25%
    }

    .vc_col-sm-4 {
        width: 33.3333%
    }


    .vc_col-sm-5 {
        width: 41.6666%
    }


    .vc_col-sm-7 {
        width: 58.3333%
    }


    .vc_col-sm-8 {
        width: 66.6666%
    }


    .vc_col-sm-12 {
        width: 100%
    }


}

@media (min-width: 992px) {


}

@media (min-width: 1200px) {


}

@media (max-width: 1024px) {

}

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


}

@media (max-width: 767px) {


}

@media (min-width: 768px) and (max-width: 991px) {


}

@media (min-width: 992px) and (max-width: 1199px) {


}


img ~ .w-comments-item-author, img ~ .w-comments-item-date {
    margin-left: 60px
}

.no-touch .w-comments-item-date:hover {
    opacity: 1
}


.no-touch .w-comments .comment-reply-link:hover {
    opacity: 1
}


.color_footer-bottom .w-comments .children {
    border-color: var(--color-footer-border)
}

.no-touch .links_underline .w-comments a:hover {
    border-bottom: 1px solid
}

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


    .rtl .w-comments-childlist {
        margin-left: 0;
        margin-right: 1em
    }
}


.l-main .w-contacts-list {
    margin: 0 -1.3rem -1.3rem
}

.l-main .w-contacts-item {
    display: inline-flex;
    align-items: center;
    padding: 0 1.3rem 1.3rem
}

.l-main .w-contacts-item:before {
    flex-shrink: 0;
    text-align: center;
    font-size: 1.4rem;
    line-height: 3.5rem;
    width: 3.5rem;
    margin-right: 1rem;
    border-radius: 50%;
    box-shadow: inset 0 0 0 2px;
    color: var(--color-content-primary)
}

.l-section.color_primary .w-contacts-item:before, .l-section.color_secondary .w-contacts-item:before {
    color: #fff
}


.no-touch .links_underline .w-contacts a:hover {
    border-bottom: 1px solid
}


.l-section.color_primary .w-counter.color_heading .w-counter-value, .l-section.color_secondary .w-counter.color_heading .w-counter-value, .l-section.has_text_color .w-counter.color_heading .w-counter-value {
    color: inherit
}


body:not(.rtl) .w-form-row.for_select select {
    padding-right: 2.8em
}


body:not(.rtl) .w-form-row.with_icon input, body:not(.rtl) .w-form-row.with_icon textarea, body:not(.rtl) .w-form-row.with_icon select {
    padding-left: calc(1.8em + var(--inputs-padding))
}


.l-section.width_full .post-password-form {
    padding-left: 2.5rem;
    padding-right: 2.5rem
}


.no-touch .ui-datepicker a:not(.ui-state-active):hover {
    background: var(--color-content-bg-alt-grad)
}


.wpcf7-form input:not([type="submit"]), .wpcf7-form textarea, .wpcf7-form select {
    margin-top: 0.4rem
}


.no-touch .links_underline .w-form-row-link:hover, .no-touch .links_underline .w-profile-link.for_logout:hover {
    border-bottom: 1px solid
}

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


}

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


}


.l-section.color_primary .w-grid-none.type_message, .l-section.color_secondary .w-grid-none.type_message {
    background: rgba(255, 255, 255, 0.1)
}


.l-section.width_full > div > .g-cols.cols_1 > div > div > .w-grid.type_carousel .w-grid-list, .l-section.width_full > div > div > .vc_col-sm-12 > div > div > .w-grid.type_carousel .w-grid-list {
    margin-left: 0 !important;
    margin-right: 0 !important
}


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

}


.rtl .g-filters.align_left, body:not(.rtl) .g-filters.align_right {
    justify-content: flex-end
}


.l-section.color_primary .g-filters.style_1, .l-section.color_secondary .g-filters.style_1 {
    background: none
}


.no-touch .g-filters.style_1 .g-filters-item:hover {
    background: var(--color-content-primary-grad);
    color: #fff
}


.no-touch .g-filters.style_2 .g-filters-item:hover {
    background: var(--color-content-primary-grad);
    color: #fff
}

.l-section.color_primary .g-filters.style_2 .g-filters-item.active, .l-section.color_secondary .g-filters.style_2 .g-filters-item.active {
    background: rgba(255, 255, 255, 0.15)
}


.no-touch .g-filters.style_3 .g-filters-item:hover {
    opacity: 1;
    color: inherit
}

.l-section.color_primary .g-filters.style_3 .g-filters-item.active, .l-section.color_secondary .g-filters.style_3 .g-filters-item.active {
    color: #fff
}


.rtl .w-filter.align_left .w-filter-list, body:not(.rtl) .w-filter.align_right .w-filter-list {
    justify-content: flex-end
}


body:not(.rtl) .w-filter-item[data-ui_type="dropdown"] .w-filter-item-values > select, body:not(.rtl) .w-filter.state_desktop.style_drop_default .w-filter-item-title {
    padding-right: 2.8em
}


.rtl .w-filter.state_desktop[class*="style_switch_"].align_left .w-filter-item-values, body:not(.rtl) .w-filter.state_desktop[class*="style_switch_"].align_right .w-filter-item-values {
    justify-content: flex-end
}


.no-touch .w-filter.state_desktop.style_switch_default .w-filter-item-value:hover {
    background: var(--color-content-primary-grad);
    color: #fff
}

.l-section.color_primary .w-filter.state_desktop.style_switch_default .selected, .l-section.color_secondary .w-filter.state_desktop.style_switch_default .selected {
    background: rgba(255, 255, 255, 0.15)
}


body.us_filter_open {
    overflow: hidden !important
}


.no-touch .color_alternate .g-filters.style_1 .g-filters-item:hover, .no-touch .color_alternate .g-filters.style_2 .g-filters-item:hover, .no-touch .color_alternate .w-filter.state_desktop.style_switch_default .w-filter-item-value:hover {
    background: var(--color-alt-content-primary-grad)
}


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


}


body:not(.rtl) .w-order-select > select {
    padding-right: 2.8em
}


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


}


@media (min-width: 600px) {


}


.no-touch .pagination > :not(.custom) a.page-numbers:not(.current):hover {
    background: var(--color-content-bg-alt-grad)
}


.no-touch .color_alternate .pagination > :not(.custom) a.page-numbers:not(.current):hover {
    background: var(--color-alt-content-bg-alt-grad)
}

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


}


@media not all and (min-resolution: 0.001dpcm) {

}


.no-touch .l-popup-box-content {
    overflow-y: hidden
}


.no-touch .l-popup-box.active ~ .l-popup-arrow:hover {
    background: rgba(0, 0, 0, 0.5);
    opacity: 1
}


.header_hor .l-subheader-cell.at_left > * {
    margin-right: 1.4rem
}


.header_hor .l-subheader-cell.at_right > * {
    margin-left: 1.4rem
}


.rtl .w-hwrapper.align_left, body:not(.rtl) .w-hwrapper.align_right {
    justify-content: flex-end
}


.no-touch .w-iconbox-link:hover .w-iconbox-title {
    color: inherit
}


.no-touch .w-iconbox.style_circle .w-iconbox-link:hover .w-iconbox-icon, .no-touch .w-iconbox.style_outlined .w-iconbox-link:hover .w-iconbox-icon {
    background: var(--color-content-primary-grad);
    box-shadow: inset 0 0 0 2px transparent;
    color: #fff
}


.no-touch .color_alternate .w-iconbox.style_circle .w-iconbox-link:hover .w-iconbox-icon, .no-touch .color_alternate .w-iconbox.style_outlined .w-iconbox-link:hover .w-iconbox-icon {
    background: var(--color-alt-content-primary-grad)
}


.l-main .w-image {
    max-width: 100%
}

.l-main .w-image.align_left {
    float: left;
    margin-right: 2.5rem
}

.l-main .w-image.align_right {
    float: right;
    margin-left: 2.5rem
}

.w-image-h {
    display: block;
    border-radius: inherit;
    border-color: inherit !important;
    color: inherit !important
}


.w-image img {
    vertical-align: top;
    border-radius: inherit
}


.color_footer-bottom .w-image.style_outlined img {
    border-color: var(--color-footer-border)
}


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

}

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


}


.no-touch .rsFullscreenBtn {
    opacity: 0
}

.no-touch .royalSlider:hover .rsFullscreenBtn {
    opacity: 1
}


.rtl .w-itext-part {
    display: inline-block
}


@keyframes blink {


}


.no-touch .w-profile-link.for_logout:hover {
    opacity: 1
}

.no-touch .links_underline .w-profile-link.for_logout:hover {
    border-bottom: 1px solid
}


@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {


}

@media all and (max-width: 900px) {


}


.no-touch .mfp-fade.mfp-wrap.mfp-ready .mfp-arrow:hover {
    opacity: 1 !important
}


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

}

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

}


.header_hor .w-nav.type_desktop.align-edges > .w-nav-list.level_1 {
    margin-left: -20px;
    margin-right: -20px
}


.no-touch .w-nav.type_desktop .hover_underline .w-nav-anchor.level_1 .w-nav-title:after {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    bottom: -0.4em;
    margin: 0 auto -2px;
    height: 2px;
    width: 100%;
    background: currentColor;
    opacity: 0;
    transition: all 0.3s
}

.no-touch .w-nav.type_desktop .hover_underline .menu-item.level_1:hover .w-nav-title:after {
    bottom: -2px;
    opacity: 1
}

.header_hor .w-nav.type_desktop > .w-nav-list {
    display: flex;
    align-items: center
}

.header_hor .w-nav.type_desktop > .w-nav-list > .menu-item {
    flex-shrink: 0
}


.header_hor .w-nav.type_desktop.spread {
    width: 100%;
    margin: 0
}

.header_hor .w-nav.type_desktop.spread > .w-nav-list {
    justify-content: space-between
}

.header_hor .w-nav.type_desktop .menu-item-object-us_page_block {
    max-height: calc(100vh - var(--header-height))
}


.no-touch .w-nav.type_desktop.dropdown_none .menu-item:hover > .w-nav-list, .w-nav.type_desktop.dropdown_none .w-nav-anchor:focus ~ .w-nav-list, .w-nav.type_desktop.dropdown_none .menu-item.opened > .w-nav-list {
    visibility: visible
}


.no-touch .w-nav.type_desktop.dropdown_opacity .menu-item:hover > .w-nav-list, .w-nav.type_desktop.dropdown_opacity .w-nav-anchor:focus ~ .w-nav-list, .w-nav.type_desktop.dropdown_opacity .menu-item.opened > .w-nav-list {
    visibility: visible;
    opacity: 1
}


.no-touch .w-nav.type_desktop.dropdown_slide .menu-item:hover > .w-nav-list, .w-nav.type_desktop.dropdown_slide .w-nav-anchor:focus ~ .w-nav-list, .w-nav.type_desktop.dropdown_slide .menu-item.opened > .w-nav-list {
    transform: scaleY(1) translateZ(0)
}


.no-touch .w-nav.type_desktop.dropdown_height .menu-item:hover > .w-nav-list, .w-nav.type_desktop.dropdown_height .w-nav-anchor:focus ~ .w-nav-list, .w-nav.type_desktop.dropdown_height .menu-item.opened > .w-nav-list {
    transform: scaleY(1) translateZ(0);
    opacity: 1
}


.no-touch .w-nav.type_desktop.dropdown_afb .menu-item:hover > .w-nav-list, .w-nav.type_desktop.dropdown_afb .w-nav-anchor:focus ~ .w-nav-list, .w-nav.type_desktop.dropdown_afb .menu-item.opened > .w-nav-list {
    visibility: visible;
    transform: translate3d(0, 0, 0);
    opacity: 1
}


.no-touch .w-nav.type_desktop.dropdown_mdesign .menu-item:hover > .w-nav-list, .w-nav.type_desktop.dropdown_mdesign .w-nav-anchor:focus ~ .w-nav-list, .w-nav.type_desktop.dropdown_mdesign .menu-item.opened > .w-nav-list {
    transform: scale(1) translateZ(0);
    opacity: 1
}


.no-touch .w-nav.type_desktop.dropdown_hor .menu-item:hover > .w-nav-list, .w-nav.type_desktop.dropdown_hor .w-nav-anchor:focus ~ .w-nav-list, .w-nav.type_desktop.dropdown_hor .menu-item.opened > .w-nav-list {
    visibility: visible;
    transform: translate3d(0, 0, 0);
    opacity: 1
}

.no-touch .w-nav.type_desktop.dropdown_hor .menu-item:hover > .w-nav-list > .menu-item, .w-nav.type_desktop.dropdown_hor .w-nav-anchor:focus ~ .w-nav-list > .menu-item, .w-nav.type_desktop.dropdown_hor .menu-item.opened > .w-nav-list > .menu-item {
    transform: translate3d(0, 0, 0)
}


.header_hor .l-subheader-cell.at_left .w-nav:first-child .w-nav-control {
    margin-left: -0.8rem
}

.header_hor .l-subheader-cell.at_right .w-nav:last-child .w-nav-control {
    margin-right: -0.8rem
}


.header_hor .w-nav.type_mobile.m_layout_dropdown .w-nav-list.level_1 {
    position: absolute;
    top: 100%;
    left: -2.7rem;
    right: -2.7rem;
    padding-left: 2rem;
    padding-right: 2rem;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1)
}


.header_hor .w-nav.type_mobile.m_layout_panel.m_effect_afl .w-nav-list.level_1 {
    left: 0;
    box-shadow: 1px 0 0 rgba(0, 0, 0, 0.08);
    transform: translateX(-100%)
}

.header_hor .w-nav.type_mobile.m_layout_panel.m_effect_afr .w-nav-list.level_1 {
    right: 0;
    box-shadow: -1px 0 0 rgba(0, 0, 0, 0.08);
    transform: translateX(100%)
}

.header_hor .w-nav.type_mobile.m_layout_panel .w-nav-control.active + .w-nav-list.level_1 {
    transform: translateX(0)
}


.no-touch .w-nav-close:hover {
    opacity: 1
}


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


}

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

}

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

}

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

}


.w-message-body {
    padding: 1.5rem
}

.w-message-body p:not(:last-child) {
    margin-bottom: 0.75rem
}


.no-touch .w-person-links-item:hover {
    background: var(--color-content-primary-grad);
    color: #fff !important
}


.no-touch .links_underline .w-person-link:hover .w-person-name span {
    border-bottom: 1px solid
}


@keyframes scale {


}


@keyframes scale2 {


}


@keyframes cubes-tl {


}

@keyframes cubes-tr {


}

@keyframes cubes-br {


}

@keyframes cubes-bl {


}


@media print {


    body.l-body div[class*="_custom_"] {
        background: none !important
    }


    .vc_column-inner {
        position: static !important
    }

    body.l-body .l-section .l-section-h, .w-tabs-section-content-h {
        position: static !important;
        padding: 5mm 0 !important
    }


    body.l-body .w-btn, button[type="submit"], input[type="submit"] {
        border: 2px solid !important;
        color: inherit !important
    }

    body.l-body .w-btn:before, body.l-body .w-btn:after {
        display: none !important
    }


    .w-image {
        display: block;
        line-height: inherit
    }


    .w-separator {
        height: 5mm !important
    }


}


.no-touch .w-popup-trigger.type_image:hover img {
    opacity: 0.75
}


.l-main .w-popup-trigger.type_icon i {
    vertical-align: top
}


@media (min-width: 601px) {

}

@media (max-width: 600px) {


}


.no-touch .w-post-elm:hover .w-post-slider-trigger {
    color: rgba(0, 0, 0, 0.2)
}

.no-touch .w-post-elm .w-post-slider-trigger:hover {
    color: var(--color-content-primary)
}


.no-touch .w-post-slider-trigger:hover + img {
    display: block !important
}


i + .post-author-meta {
    display: inline-block;
    vertical-align: top
}


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


}

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


}


.no-touch .post_navigation.layout_simple a:hover .post_navigation-item-title {
    color: var(--color-content-link-hover)
}


.no-touch .post_navigation.layout_sided .order_first:hover {
    left: 0
}


.no-touch .post_navigation.layout_sided .order_second:hover {
    right: 0
}


.no-touch .post_navigation.layout_sided a:hover .post_navigation-item-arrow {
    background: var(--color-content-primary-grad)
}


.no-touch .post_navigation.layout_sided .post_navigation-item:hover .post_navigation-item-arrow:before {
    transform: translate(-50%, -50%)
}


.no-touch .post_navigation.layout_sided .post_navigation-item:hover .post_navigation-item-title span {
    opacity: 1;
    transform: translate(0, 0);
    transition-delay: 0.1s
}

.no-touch .links_underline .post_navigation.layout_simple a:hover .post_navigation-item-title span {
    border-bottom: 1px solid
}

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


}

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


}


.l-section.color_primary .w-pricing-item-h, .l-section.color_secondary .w-pricing-item-h {
    border-color: rgba(255, 255, 255, 0.33)
}


.l-section.color_primary .w-pricing.style_simple .w-pricing-item-header, .l-section.color_secondary .w-pricing.style_simple .w-pricing-item-header {
    background: rgba(255, 255, 255, 0.15)
}


.no-touch .w-pricing.style_cards .w-pricing-item-h:hover {
    box-shadow: var(--box-shadow)
}


.color_footer-bottom .w-pricing-item-h {
    border-color: var(--color-footer-border)
}


@media (max-width: 1199px) {

}

@media (max-width: 1024px) {

}

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


}


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

}


.header_hor .l-subheader-cell > .w-search:not(.layout_simple) {
    margin-left: 0;
    margin-right: 0
}


.header_hor .l-subheader-cell.at_left .w-search:not(.layout_simple):first-child {
    margin-left: -0.5em
}

.header_hor .l-subheader-cell.at_right .w-search:not(.layout_simple):last-child {
    margin-right: -0.5em
}


.header_hor .w-search.layout_simple {
    width: 100%
}


body:not(.rtl) .w-search.layout_simple input, body:not(.rtl) .w-search.layout_modern input {
    padding-right: 2.8em
}


body:not(.rtl) .widget_search input[type="search"] {
    padding-right: 2.8em
}


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


}

@media (min-width: 601px) {


}

@media screen and (max-width: 600px) {
    .header_hor .w-search.elm_in_header {
        line-height: inherit
    }

    .header_hor .w-search.layout_simple.elm_in_header, .header_hor .w-search.layout_modern.elm_in_header {
        position: static;
        overflow: visible;
        margin-left: 0;
        margin-right: 0;
        padding: 0;
        min-width: 0;
        height: auto;
        width: auto !important
    }


    .header_hor .w-search.layout_simple.elm_in_header .w-search-open, .header_hor .w-search.layout_modern.elm_in_header .w-search-open {
        display: block;
        position: static;
        transform: none
    }

    .header_hor .w-search.layout_simple.elm_in_header .w-search-form, .header_hor .w-search.layout_modern.elm_in_header .w-search-form {
        position: absolute;
        top: 0;
        left: -1.5rem;
        right: -1.5rem;
        height: 0;
        overflow: hidden;
        opacity: 1;
        z-index: 120;
        transition: height 0.3s cubic-bezier(.4, 0, .2, 1)
    }

    .header_hor .w-search.layout_simple.elm_in_header.active .w-search-form, .header_hor .w-search.layout_modern.elm_in_header.active .w-search-form {
        height: 100%
    }

    .header_hor .w-search.layout_simple.elm_in_header .w-form-row-field, .header_hor .w-search.layout_modern.elm_in_header .w-form-row-field {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        right: 0
    }

    .header_hor .w-search.layout_simple.elm_in_header input, .header_hor .w-search.layout_modern.elm_in_header input {
        padding: 0 3rem 0 1.5rem;
        border-radius: 0;
        border: none;
        background: none;
        color: inherit;
        box-shadow: none !important
    }


    .header_hor .w-search.layout_simple.elm_in_header button {
        display: none
    }

    .header_hor .w-search.layout_simple.elm_in_header .w-search-close, .header_hor .w-search.layout_modern.elm_in_header .w-search-close {
        display: block;
        padding-right: 1.5rem;
        width: auto;
        transform: translateY(-50%)
    }


}

.w-separator {
    clear: both;
    overflow: hidden;
    line-height: 0;
    height: 1.5rem
}

.w-separator-h {
    display: inline-flex;
    align-items: center;
    height: inherit
}


.w-separator a, .color_alternate .w-separator a {
    color: inherit
}


.color_footer-bottom .w-separator.color_border {
    color: var(--color-footer-border)
}

@media (max-width: 1024px) {


}

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


}


.no-touch .w-sharing.type_simple .w-sharing-item:hover i {
    opacity: 1
}


.color_footer-bottom .w-sharing-item {
    border-color: var(--color-footer-border)
}


.header_hor .l-header .w-menu {
    line-height: 2
}


.no-touch .links_underline .w-menu-item:hover span {
    border-bottom: 1px solid
}


.no-touch .w-socials-item-popup {
    display: block
}


.header_hor .l-header .w-socials-list {
    white-space: nowrap
}


.no-touch .w-socials.hover_slide .w-socials-item-link-hover {
    display: block;
    bottom: auto;
    height: 0;
    transition: height 0.3s
}

.no-touch .w-socials.hover_slide .w-socials-item-link:hover .w-socials-item-link-hover {
    height: 100%
}

.no-touch .w-socials.hover_fade .w-socials-item-link-hover {
    display: block;
    opacity: 0;
    transition: opacity 0.3s
}

.no-touch .w-socials.hover_fade .w-socials-item-link:hover .w-socials-item-link-hover {
    opacity: 1
}

.no-touch .w-socials.hover_fade .w-socials-item-link:hover, .no-touch .w-socials.hover_slide .w-socials-item-link:hover {
    color: #fff !important
}


.color_footer-bottom .w-socials.style_solid .w-socials-item-link {
    background: var(--color-footer-bg-alt-grad)
}

.color_footer-bottom .w-socials.style_outlined .w-socials-item-link {
    box-shadow: inset 0 0 0 2px var(--color-footer-border)
}


body:not(.rtl) .w-tabs-section-title {
    margin-right: .6em
}

body:not(.rtl) i + .w-tabs-section-title {
    margin-left: .6em
}


.l-section.width_full > div > .g-cols.cols_1 > div > div > .w-tabs.layout_hor .w-tabs-section-content, .l-section.width_full > div > div > .vc_col-sm-12 > div > div > .w-tabs.layout_hor .w-tabs-section-content {
    padding: 5vh 3vmax
}


.no-touch .w-tabs-section-header:hover, .no-touch .w-tabs-section-header:focus {
    background: rgba(0, 0, 0, 0.04)
}


.no-touch .w-tabs.remove_indents > div > div > .w-tabs-section-header:hover, .no-touch .w-tabs.remove_indents > div > div > .w-tabs-section-header:focus {
    background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.04), transparent)
}


body:not(.rtl) .w-tabs-sections.cpos_left > div > .w-tabs-section-header .w-tabs-section-control {
    margin-right: .6em
}

body:not(.rtl) .w-tabs-sections.cpos_right > div > .w-tabs-section-header .w-tabs-section-control {
    margin-left: auto
}


.l-section.color_primary .w-tabs-list, .l-section.color_primary .w-tabs-section, .l-section.color_secondary .w-tabs-list, .l-section.color_secondary .w-tabs-section {
    border-color: rgba(255, 255, 255, 0.33)
}

.l-section.color_primary .w-tabs.style_trendy > .w-tabs-list, .l-section.color_secondary .w-tabs.style_trendy > .w-tabs-list {
    box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.33) inset
}

.l-section.color_primary .w-tabs.style_default > .w-tabs-list, .l-section.color_secondary .w-tabs.style_default > .w-tabs-list {
    background: rgba(255, 255, 255, 0.15);
    color: inherit
}


.color_footer-bottom .w-tabs-section {
    border-color: var(--color-footer-border)
}


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

}

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

}


i + .w-text-value {
    margin-left: 0.4em
}


.rtl .w-vwrapper.align_right, body:not(.rtl) .w-vwrapper.align_left {
    align-items: flex-start
}

.rtl .w-vwrapper.align_left, body:not(.rtl) .w-vwrapper.align_right {
    align-items: flex-end
}


.l-main .widget {
    margin-bottom: 3rem
}


.l-main .widget_tag_cloud a {
    color: var(--color-content-faded)
}


.l-main .widget_nav_menu .menu {
    border-width: 0 0 1px;
    border-style: solid;
    border-color: var(--color-content-border)
}

.l-main .widget_nav_menu ul, .l-main .widget_nav_menu ul li {
    margin: 0
}

.l-main .widget_nav_menu .menu-item a {
    display: block;
    position: relative;
    padding: 0.6em 1.2em;
    border-width: 1px 0 0 !important;
    border-style: solid;
    border-color: var(--color-content-border);
    color: inherit
}

.no-touch .l-main .widget_nav_menu a:hover {
    background: var(--color-content-bg-alt-grad)
}

.l-main .widget_nav_menu .menu-item.current-menu-item > a {
    border-color: transparent;
    background: var(--color-content-primary-grad);
    color: #fff
}

.l-main .color_primary .widget_nav_menu .menu-item.current-menu-item > a {
    background: none
}

.l-main .widget_nav_menu .current-menu-item + .menu-item > a {
    border-color: transparent
}

.l-main .widget_nav_menu .sub-menu > .menu-item a {
    padding-left: 2.4em
}

.l-main .widget_nav_menu .sub-menu .sub-menu > .menu-item a {
    padding-left: 3.6em
}

.no-touch .links_underline #wp-calendar td a:hover, .no-touch .links_underline .widget_tag_cloud a:hover {
    border-bottom: 1px solid
}

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


    .l-section .widget {
        margin-bottom: 2rem
    }
}


.l-section.full_height > .upb_row_bg {
    min-height: inherit
}

.g-cols > .upb_row_bg, .g-cols > .upb_video-wrapper {
    display: none !important
}


.no-touch .tablepress .sorting:hover {
    color: var(--color-content-link-hover)
}


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

}


.no-touch .wpml-ls-sub-menu a:hover {
    background: var(--color-content-border)
}

