@keyframes draw {
    to {
        stroke-dashoffset: 0
    }
}

@keyframes undraw {
    to {
        stroke-dashoffset: 32
    }
}

@keyframes draw {
    to {
        stroke-dashoffset: 0
    }
}

.brandtri-core-page-inline-style {
    position: absolute!important;
    width: 0;
    height: 0;
    line-height: 1;
    display: none
}

.kc-elm.webtri-shortcode .fa,.kc-elm.webtri-shortcode .fas {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900
}

.kc-elm.webtri-shortcode .fa:before,.kc-elm.webtri-shortcode .fas:before {
    font-family: inherit;
    font-weight: inherit
}

.kc-elm.webtri-shortcode .fab {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400
}

.kc-elm.webtri-shortcode .fab:before {
    font-family: inherit;
    font-weight: inherit
}

#webtri-back-to-top {
    position: fixed;
    width: 72px;
    height: 72px;
    right: 25px;
    bottom: 25px;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 100;
    mix-blend-mode: difference
}

#webtri-back-to-top .webtri-back-to-top-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: 20px;
    color: #fff;
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 100%;
    overflow: hidden;
    transition: color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out
}

#webtri-back-to-top .webtri-back-to-top-icon * {
    display: block;
    line-height: inherit
}

#webtri-back-to-top svg {
    display: block;
    width: 23px;
    height: auto;
    transition: transform .35s ease-in-out
}

#webtri-back-to-top:hover svg {
    transform: translateY(-4px)
}

#webtri-back-to-top.webtri--off {
    opacity: 0;
    visibility: hidden;
    transition: opacity .15s ease,visibility 0s .15s
}

#webtri-back-to-top.webtri--on {
    opacity: 1;
    visibility: visible;
    transition: opacity .3s ease
}

.webtri-background-text {
    position: relative
}

.webtri-background-text .webtri-m-background-text-holder {
    display: flex;
    height: 100%;
    position: absolute;
    width: 100%
}

.webtri-background-text .webtri-m-background-text {
    color: var(--qode-main-color);
    font-family: Unbounded,sans-serif;
    font-size: 200px;
    line-height: 1em
}

.webtri-blog.webtri-item-layout--info-on-image {
    margin: 0
}

.webtri-blog.webtri-item-layout--info-on-image article .webtri-e-media {
    height: 100%;
    width: 100%
}

.webtri-blog.webtri-item-layout--info-on-image article .webtri-e-content {
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    padding: 20px 40px 35px;
    background-color: rgba(0,0,0,.12)
}

.webtri-blog.webtri-item-layout--info-on-image article .webtri-e-content a {
    position: relative;
    z-index: 3
}

.webtri-blog.webtri-item-layout--info-on-image article .webtri-e-title {
    color: #fff
}

.webtri-blog.webtri-item-layout--info-on-image article .webtri-e-title a {
    color: inherit
}

.webtri-blog.webtri-item-layout--info-on-image article .webtri-e-title a:hover {
    color: var(--qode-main-color)
}

.webtri-blog.webtri-item-layout--info-on-image article .webtri-e-info>* {
    color: #fff
}

.webtri-blog.webtri-item-layout--info-on-image article .webtri-e-info a:hover {
    color: var(--qode-main-color)
}

.webtri-blog.webtri-item-layout--info-on-image article .webtri-e-post-link {
    z-index: 2
}

.webtri-blog.webtri-item-layout--metro article .webtri-e-content {
    margin: 22px 0 0
}

.webtri-blog.webtri-item-layout--metro article .webtri-e-content .webtri-e-bottom-holder {
    margin-top: 13px
}

.webtri-blog.webtri-item-layout--metro article .webtri-e-media {
    position: relative
}

.webtri-blog.webtri-item-layout--metro article .webtri-e-media .webtri-e-date-on-image {
    position: absolute;
    left: 18px;
    top: 18px;
    text-align: center;
    background-color: #000;
    border-radius: 7px;
    padding: 7px 16px;
    z-index: 10
}

.webtri-blog.webtri-item-layout--metro article .webtri-e-media .webtri-e-date-on-image .entry-date {
    position: relative;
    font-family: Unbounded,sans-serif;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1em;
    text-transform: lowercase
}

.webtri-blog.webtri-item-layout--metro article .webtri-e-media iframe {
    display: block;
    height: 100%
}

.webtri-blog.webtri-item-layout--metro article.format-video .webtri-e-media-video {
    position: relative
}

.webtri-blog.webtri-item-layout--metro:not(.webtri-swiper-container) article .webtri-e-media-image {
    overflow: hidden
}

.webtri-blog.webtri-item-layout--metro:not(.webtri-swiper-container) article .webtri-e-media-image img {
    transform: scale(1.01);
    --qode-hover-zoom: 1.034;
    transition: transform .6s cubic-bezier(.17,.49,.33,.95);
    transform-origin: 50% 50%
}

.webtri-blog.webtri-item-layout--metro:not(.webtri-swiper-container) article:hover .webtri-e-media-image img {
    transform: scale(var(--qode-hover-zoom))
}

.webtri-blog.webtri-item-layout--minimal article .webtri-e-content {
    margin: 0
}

.webtri-blog.webtri-item-layout--minimal article .webtri-e-content .webtri-e-text {
    margin: 22px 0 0
}

.webtri-blog.webtri-item-layout--minimal article .webtri-e-bottom-holder {
    margin-top: 5px
}

.webtri-blog.webtri-item-layout--side-by-side article .webtri-e-inner {
    align-items: flex-start;
    display: flex
}

.webtri-blog.webtri-item-layout--side-by-side article .webtri-e-media {
    flex-shrink: 0;
    margin-right: 20px;
    width: 120px
}

.webtri-blog.webtri-item-layout--side-by-side article .webtri-e-content {
    margin: 0
}

.webtri-blog.webtri-item-layout--side-by-side article .webtri-e-bottom-holder {
    margin-top: 5px
}

.webtri-blog.webtri-item-layout--standard article .webtri-e-media {
    position: relative
}

.webtri-blog.webtri-item-layout--standard article .webtri-e-media .webtri-e-date-on-image {
    position: absolute;
    left: 18px;
    top: 18px;
    text-align: center;
    background-color: #000;
    border-radius: 7px;
    padding: 7px 16px;
    z-index: 10
}

.webtri-blog.webtri-item-layout--standard article .webtri-e-media .webtri-e-date-on-image .entry-date {
    position: relative;
    font-family: Unbounded,sans-serif;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1em;
    text-transform: lowercase
}

.webtri-blog.webtri-item-layout--standard article .webtri-e-media iframe {
    display: block;
    height: 100%
}

.webtri-blog.webtri-item-layout--standard article.format-video .webtri-e-media-video {
    position: relative
}

.widget.widget_brandtri_core_simple_blog_list .webtri-blog.webtri-item-layout--side-by-side article:not(:last-child) {
    margin-bottom: 20px
}

.widget.widget_brandtri_core_simple_blog_list .webtri-blog.webtri-item-layout--side-by-side article:first-child {
    margin-top: 8px
}

.widget.widget_brandtri_core_simple_blog_list .webtri-blog.webtri-item-layout--side-by-side article .webtri-e-media {
    margin-right: 20px;
    width: 87px!important
}

.widget.widget_brandtri_core_simple_blog_list .webtri-blog.webtri-item-layout--minimal article:not(:last-child) {
    margin: 0 0 10px
}

#webtri-top-area .widget.widget_brandtri_core_simple_blog_list .webtri-blog.webtri-item-layout--side-by-side article:not(:last-child) {
    margin-bottom: 20px
}

#webtri-top-area .widget.widget_brandtri_core_simple_blog_list .webtri-blog.webtri-item-layout--side-by-side article:first-child {
    margin-top: 8px
}

#webtri-top-area .widget.widget_brandtri_core_simple_blog_list .webtri-blog.webtri-item-layout--side-by-side article .webtri-e-media {
    margin-right: 20px;
    width: 87px!important
}

#webtri-top-area .widget.widget_brandtri_core_simple_blog_list .webtri-blog.webtri-item-layout--minimal article:not(:last-child) {
    margin: 0 0 10px
}

#webtri-page-footer .widget.widget_brandtri_core_simple_blog_list .webtri-blog.webtri-item-layout--side-by-side article:not(:last-child) {
    margin-bottom: 20px
}

#webtri-page-footer .widget.widget_brandtri_core_simple_blog_list .webtri-blog.webtri-item-layout--side-by-side article:first-child {
    margin-top: 8px
}

#webtri-page-footer .widget.widget_brandtri_core_simple_blog_list .webtri-blog.webtri-item-layout--side-by-side article .webtri-e-media {
    margin-right: 20px;
    width: 87px!important
}

#webtri-page-footer .widget.widget_brandtri_core_simple_blog_list .webtri-blog.webtri-item-layout--minimal article:not(:last-child) {
    margin: 0 0 10px
}

#webtri-side-area .widget.widget_brandtri_core_simple_blog_list .webtri-blog.webtri-item-layout--side-by-side article:not(:last-child) {
    margin-bottom: 20px
}

#webtri-side-area .widget.widget_brandtri_core_simple_blog_list .webtri-blog.webtri-item-layout--side-by-side article:first-child {
    margin-top: 8px
}

#webtri-side-area .widget.widget_brandtri_core_simple_blog_list .webtri-blog.webtri-item-layout--side-by-side article .webtri-e-media {
    margin-right: 20px;
    width: 87px!important
}

#webtri-side-area .widget.widget_brandtri_core_simple_blog_list .webtri-blog.webtri-item-layout--minimal article:not(:last-child) {
    margin: 0 0 10px
}

.webtri-mega-menu-widget-holder .widget.widget_brandtri_core_simple_blog_list .webtri-blog.webtri-item-layout--side-by-side article:not(:last-child) {
    margin-bottom: 20px
}

.webtri-mega-menu-widget-holder .widget.widget_brandtri_core_simple_blog_list .webtri-blog.webtri-item-layout--side-by-side article:first-child {
    margin-top: 8px
}

.webtri-mega-menu-widget-holder .widget.widget_brandtri_core_simple_blog_list .webtri-blog.webtri-item-layout--side-by-side article .webtri-e-media {
    margin-right: 20px;
    width: 87px!important
}

.webtri-mega-menu-widget-holder .widget.widget_brandtri_core_simple_blog_list .webtri-blog.webtri-item-layout--minimal article:not(:last-child) {
    margin: 0 0 10px
}

#webtri-author-info {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-top: 140px
}

@media only screen and (max-width: 880px) {
    #webtri-author-info {
        margin-top:62px
    }
}

#webtri-author-info .webtri-m-inner {
    position: relative;
    display: flex;
    align-items: center
}

#webtri-author-info .webtri-m-image {
    flex-shrink: 0;
    margin-right: 58px;
    border-radius: 100%;
    overflow: hidden
}

#webtri-author-info .webtri-m-image a,#webtri-author-info .webtri-m-image img {
    display: block
}

#webtri-author-info .webtri-author-additional-information {
    margin: 0
}

#webtri-author-info .webtri-m-author {
    margin: 0
}

#webtri-author-info .webtri-m-email {
    margin: 5px 0 0
}

#webtri-author-info .webtri-m-description {
    margin: 13px 0 0
}

@media only screen and (max-width: 1200px) {
    #webtri-author-info .webtri-m-description {
        width:80%
    }
}

#webtri-author-info .webtri-m-social-icons {
    margin-top: 18px
}

#webtri-author-info .webtri-m-social-icons a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: 16px
}

#webtri-author-info .webtri-m-social-icons a:last-child {
    margin-right: 0
}

#webtri-related-posts {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-top: 86px
}

#webtri-single-post-navigation {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 47px 0 0
}

#webtri-single-post-navigation .webtri-m-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between
}

#webtri-single-post-navigation .webtri-m-nav {
    position: relative;
    display: flex;
    align-items: center
}

#webtri-single-post-navigation .webtri-m-nav>* {
    display: block;
    line-height: inherit
}

#webtri-single-post-navigation .webtri-m-nav .webtri-m-pagination-icon {
    position: relative;
    top: -2px;
    display: block;
    width: 23px;
    height: auto;
    fill: currentColor;
    stroke: none
}

#webtri-single-post-navigation .webtri-m-nav.webtri--next svg,#webtri-single-post-navigation .webtri-m-nav.webtri--prev svg {
    --qode-x: 4px;
    transform: translateX(0);
    transition: transform .48s cubic-bezier(.23,.79,.36,.94),color .2s ease-out
}

#webtri-single-post-navigation .webtri-m-nav.webtri--next:hover svg,#webtri-single-post-navigation .webtri-m-nav.webtri--prev:hover svg {
    transform: translateX(var(--qode-x))
}

#webtri-single-post-navigation .webtri-m-nav.webtri--prev {
    left: 0
}

#webtri-single-post-navigation .webtri-m-nav.webtri--prev svg {
    --qode-x: -4px
}

#webtri-single-post-navigation .webtri-m-nav.webtri--prev .webtri-m-pagination-icon {
    margin-right: 5px
}

#webtri-single-post-navigation .webtri-m-nav.webtri--next {
    flex-direction: row-reverse;
    right: 0;
    margin-left: auto;
    text-align: right
}

#webtri-single-post-navigation .webtri-m-nav.webtri--next .webtri-m-pagination-icon {
    margin-left: 5px
}

#webtri-single-post-navigation .webtri-m-nav-label {
    font-family: Unbounded,sans-serif;
    font-weight: 700;
    font-size: 19px;
    line-height: 1.31579em;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase
}

@media only screen and (max-width: 1600px) {
    #webtri-single-post-navigation .webtri-m-nav-label {
        font-size:17px;
        line-height: 1.29412em
    }
}

@media only screen and (max-width: 1200px) {
    #webtri-single-post-navigation .webtri-m-nav-label {
        font-size:16px;
        line-height: 1.3125em
    }
}

#webtri-page-content-bottom {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    background-color: #fafafa;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

#webtri-page-content-bottom>.webtri-m-inner {
    padding: 60px 0
}

#webtri-page-content-bottom .webtri-content-full-width {
    padding-left: 170px;
    padding-right: 170px
}

.webtri--boxed #webtri-page-content-bottom {
    padding-left: 30px;
    padding-right: 30px
}

.webtri--drag-cursor {
    cursor: none
}

.webtri--drag-cursor * {
    cursor: inherit
}

.webtri--drag-cursor .swiper-wrapper {
    min-width: 1000%
}

.webtri-m-custom-cursor {
    height: 120px;
    left: 50%;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    top: 50%;
    transition: opacity .3s ease-out,visibility .3s ease-out;
    visibility: hidden;
    width: 120px;
    z-index: 2
}

.webtri-m-custom-cursor-inner {
    border-radius: 50%;
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.webtri-m-custom-cursor.webtri--show {
    opacity: 1;
    visibility: visible
}

.webtri-m-custom-cursor.webtri--hide {
    opacity: 0;
    visibility: hidden
}

#webtri-page-footer .webtri-alignment--left {
    text-align: left
}

#webtri-page-footer .webtri-alignment--left .widget img {
    margin-right: auto
}

#webtri-page-footer .webtri-alignment--center {
    text-align: center
}

#webtri-page-footer .webtri-alignment--center .widget img {
    margin-right: auto;
    margin-left: auto
}

#webtri-page-footer .webtri-alignment--right {
    text-align: right
}

#webtri-page-footer .webtri-alignment--right .widget img {
    margin-left: auto
}

#webtri-page-footer-bottom-area-inner .webtri-grid.webtri-gutter--custom,#webtri-page-footer-top-area-inner .webtri-grid.webtri-gutter--custom {
    --qode-columns-row-gap: var(--qode-columns-col-gap)
}

@media (min-width: 881px) {
    #webtri-page-footer-bottom-area-inner .webtri-alignment--space-between .webtri-grid-item:nth-child(2) {
        text-align:right
    }
}

.webtri-page-footer--uncover #webtri-page-outer {
    z-index: 90
}

.no-touchevents .webtri-page-footer--uncover #webtri-page-footer {
    position: fixed;
    bottom: 0;
    left: 0
}

#webtri-fullscreen-area {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow-x: hidden!important;
    z-index: 99;
    transition: transform .6s cubic-bezier(.77,0,.175,1);
    transform: translateX(105%)
}

#webtri-fullscreen-area .webtri-content-grid {
    height: 100%
}

#webtri-fullscreen-area .webtri-content-grid .webtri-fullscreen-menu {
    width: 50%
}

.webtri-fullscreen-menu-animate--in #webtri-fullscreen-area {
    transform: translateX(0)
}

#webtri-page-header {
    transition: visibility .6s,background-color 0s
}

.webtri-fullscreen-menu-animate--out #webtri-page-header {
    transition-delay: 0s,.6s
}

.webtri-fullscreen-menu-animate--in #webtri-page-header {
    background-color: transparent!important
}

#webtri-fullscreen-area-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0 0 0 12%
}

#webtri-fullscreen-area-inner .webtri-fullscreen-menu-image {
    width: auto;
    flex-shrink: 0
}

@media only screen and (max-width: 1600px) {
    #webtri-fullscreen-area-inner .webtri-fullscreen-menu-image {
        max-width:460px
    }
}

@media only screen and (max-width: 1024px) {
    #webtri-fullscreen-area-inner .webtri-fullscreen-menu-image {
        max-width:400px
    }
}

@media only screen and (max-width: 880px) {
    #webtri-fullscreen-area-inner .webtri-fullscreen-menu-image {
        display:none
    }
}

.webtri-fullscreen-menu {
    position: relative;
    top: 0;
    margin: 0;
    text-align: left
}

.webtri-fullscreen-menu ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.webtri-fullscreen-menu ul li {
    position: relative;
    margin: 0;
    padding: 0
}

.webtri-fullscreen-menu ul li a .webtri-menu-item-arrow {
    display: none
}

.webtri-fullscreen-menu ul li.webtri--hide-link>a {
    cursor: default
}

.webtri-fullscreen-menu ul.sub-menu {
    display: none
}

.webtri-fullscreen-menu .webtri-menu-item-icon {
    margin-right: 5px
}

.webtri-fullscreen-menu .webtri-mega-menu-widget-holder {
    display: none
}

.webtri-fullscreen-menu>ul>li {
    margin: 25px 0
}

.webtri-fullscreen-menu>ul>li>a {
    font-family: Unbounded,sans-serif;
    font-weight: 700;
    font-size: 45px;
    line-height: 1.11111em;
    text-transform: uppercase;
    color: #f2f2f2;
    font-weight: 400
}

@media only screen and (max-width: 1600px) {
    .webtri-fullscreen-menu>ul>li>a {
        font-size:38px;
        line-height: 1.13158em
    }
}

@media only screen and (max-width: 1200px) {
    .webtri-fullscreen-menu>ul>li>a {
        font-size:35px;
        line-height: 1.14286em
    }
}

.webtri-fullscreen-menu>ul>li>a .webtri-menu-item-text {
    position: relative
}

.webtri-fullscreen-menu>ul>li>a .webtri-menu-item-text .webtri-svg--menu-item {
    position: absolute;
    top: -8px;
    left: 50%;
    translate: -50% 0;
    margin: auto;
    text-align: center;
    stroke-width: .7;
    overflow: visible;
    opacity: 0;
    --qode-path-length: 460px;
    stroke-dashoffset: var(--qode-path-length);
    stroke-dasharray: var(--qode-path-length);
    transition: opacity .4s .3s,stroke-dashoffset .7s,color .2s ease-out
}

.webtri-fullscreen-menu>ul>li>a .webtri-menu-item-text .webtri-svg--menu-item {
    color: #ff0303;
    top: 24%;
    left: 74%;
    translate: 0 -50%;
    --qode-path-length: 640px
}

.webtri-fullscreen-menu>ul>li.current-menu-ancestor>a,.webtri-fullscreen-menu>ul>li.current-menu-item>a {
    color: var(--qode-header-light-color)
}

.webtri-fullscreen-menu>ul>li.current-menu-ancestor>a .webtri-menu-item-text .webtri-svg--menu-item,.webtri-fullscreen-menu>ul>li.current-menu-item>a .webtri-menu-item-text .webtri-svg--menu-item {
    stroke-dashoffset: 0;
    opacity: 1;
    transition-duration: .2s,1.3s,.2s;
    transition-delay: 0s,0s,0s;
    transition-timing-function: ease,cubic-bezier(.39,.06,.31,.95),ease-out
}

.webtri-fullscreen-menu .webtri-drop-down-second-inner>ul {
    padding: 2px 0 0
}

.webtri-fullscreen-menu .webtri-drop-down-second-inner ul li>a {
    position: relative;
    display: flex;
    white-space: normal;
    margin: 10px 0;
    overflow: hidden;
    transition: padding .2s ease-out;
    padding-right: 15px;
    font-family: "DM Sans",sans-serif;
    font-size: 17px;
    line-height: 1.58824em;
    font-weight: 400;
    color: #fff;
    font-size: 14px
}

.webtri-fullscreen-menu .webtri-drop-down-second-inner ul li>a .webtri-menu-item-icon {
    flex-shrink: 0
}

.webtri-fullscreen-menu .webtri-drop-down-second-inner ul li>a:before {
    content: '';
    position: absolute;
    top: calc(50% - 4px);
    height: 6px;
    width: 6px;
    background: currentColor;
    border-radius: 100%;
    transition: left .2s ease-out,right .2s ease-out;
    left: -15px
}

@media only screen and (max-width: 1600px) {
    .webtri-fullscreen-menu .webtri-drop-down-second-inner ul li>a {
        font-size:16px!important;
        line-height: 1.5em!important
    }
}

@media only screen and (max-width: 1024px) {
    .webtri-fullscreen-menu .webtri-drop-down-second-inner ul li>a {
        font-size:15px!important;
        line-height: 1.53333em!important
    }
}

.webtri-fullscreen-menu .webtri-drop-down-second-inner ul li>a:hover {
    padding-left: 15px;
    padding-right: 0
}

.webtri-fullscreen-menu .webtri-drop-down-second-inner ul li>a:hover:before {
    left: 0
}

.webtri-fullscreen-menu .webtri-drop-down-second-inner ul li.current-menu-ancestor>a,.webtri-fullscreen-menu .webtri-drop-down-second-inner ul li.current-menu-item>a {
    padding-left: 15px;
    padding-right: 0
}

.webtri-fullscreen-menu .webtri-drop-down-second-inner ul li.current-menu-ancestor>a:before,.webtri-fullscreen-menu .webtri-drop-down-second-inner ul li.current-menu-item>a:before {
    left: 0
}

.webtri-fullscreen-menu ul>li {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity .35s,transform .55s cubic-bezier(.22,.61,.36,1)
}

.webtri-fullscreen-menu-animate--in .webtri-fullscreen-menu ul>li {
    opacity: 1;
    transform: translateY(0)
}

.webtri-fullscreen-menu-animate--in .webtri-fullscreen-menu ul>li:nth-child(1) {
    transition-delay: .3s,.3s
}

.webtri-fullscreen-menu-animate--in .webtri-fullscreen-menu ul>li:nth-child(2) {
    transition-delay: .4s,.4s
}

.webtri-fullscreen-menu-animate--in .webtri-fullscreen-menu ul>li:nth-child(3) {
    transition-delay: .5s,.5s
}

.webtri-fullscreen-menu-animate--in .webtri-fullscreen-menu ul>li:nth-child(4) {
    transition-delay: .6s,.6s
}

.webtri-fullscreen-menu-animate--in .webtri-fullscreen-menu ul>li:nth-child(5) {
    transition-delay: .7s,.7s
}

.webtri-fullscreen-menu-animate--in .webtri-fullscreen-menu ul>li:nth-child(6) {
    transition-delay: .8s,.8s
}

.webtri-fullscreen-menu-animate--in .webtri-fullscreen-menu ul>li:nth-child(7) {
    transition-delay: .9s,.9s
}

.webtri-fullscreen-menu-animate--in .webtri-fullscreen-menu ul>li:nth-child(8) {
    transition-delay: 1s,1s
}

.webtri-fullscreen-menu-animate--in .webtri-fullscreen-menu ul>li:nth-child(9) {
    transition-delay: 1.1s,1.1s
}

.webtri-fullscreen-menu-animate--in .webtri-fullscreen-menu ul>li:nth-child(10) {
    transition-delay: 1.2s,1.2s
}

.webtri-fullscreen-menu-animate--in .webtri-fullscreen-menu ul>li:nth-child(11) {
    transition-delay: 1.3s,1.3s
}

.webtri-fullscreen-menu-animate--in .webtri-fullscreen-menu ul>li:nth-child(12) {
    transition-delay: 1.4s,1.4s
}

.webtri-fullscreen-menu-animate--in .webtri-fullscreen-menu ul>li:nth-child(13) {
    transition-delay: 1.5s,1.5s
}

.webtri-fullscreen-menu-animate--in .webtri-fullscreen-menu ul>li:nth-child(14) {
    transition-delay: 1.6s,1.6s
}

.webtri-fullscreen-menu-animate--in .webtri-fullscreen-menu ul>li:nth-child(15) {
    transition-delay: 1.7s,1.7s
}

.webtri-fullscreen-menu--opened .webtri-fullscreen-menu-opener {
    color: #fff
}

.webtri-fullscreen-menu--opened .webtri-fullscreen-menu-opener .webtri--close {
    top: 13px!important;
    left: 13px!important
}

.webtri-fullscreen-menu--opened .webtri-fullscreen-menu-opener .webtri--close .webtri-svg--close g {
    stroke: #fff
}

.webtri-fullscreen-menu--opened .webtri-side-area-opener {
    opacity: 0
}

.webtri-fullscreen-menu--opened #webtri-page-header,.webtri-fullscreen-menu--opened #webtri-page-mobile-header {
    visibility: hidden
}

.webtri-fullscreen-menu--opened .webtri-fullscreen-menu-opener,.webtri-fullscreen-menu--opened .webtri-header-logo-image.webtri--customizer,.webtri-fullscreen-menu--opened .webtri-header-logo-link,.webtri-fullscreen-menu--opened .webtri-mobile-header-logo-link {
    visibility: visible
}

.webtri-fullscreen-menu--opened #webtri-page-header .webtri-header-logo-link img.webtri--light {
    opacity: 1!important
}

.webtri-fullscreen-menu--opened #webtri-page-header .webtri-header-logo-link img.webtri--dark,.webtri-fullscreen-menu--opened #webtri-page-header .webtri-header-logo-link img.webtri--main {
    opacity: 0!important
}

.webtri-fullscreen-menu--opened.webtri-fullscreen-menu--hide-logo .webtri-header-logo-image.webtri--customizer,.webtri-fullscreen-menu--opened.webtri-fullscreen-menu--hide-logo .webtri-header-logo-link,.webtri-fullscreen-menu--opened.webtri-fullscreen-menu--hide-logo .webtri-mobile-header-logo-link {
    visibility: hidden
}

#webtri-page-header .webtri-widget-holder {
    display: flex;
    align-items: center;
    height: 100%;
    margin-left: 24px
}

#webtri-page-header .webtri-widget-holder .widget {
    margin: 0 12px
}

#webtri-page-header .webtri-widget-holder .widget:first-child {
    margin-left: 0
}

#webtri-page-header .webtri-widget-holder .widget:last-child {
    margin-right: 0
}

#webtri-page-header div[id^=monster-widget-placeholder],#webtri-page-header div[id^=woo-monster-widget-placeholder] {
    display: none
}

#webtri-page-header-inner {
    border-bottom: 0 solid transparent
}

#webtri-page-header-inner.webtri-content-grid {
    padding: 0
}

#webtri-page-header-inner.webtri-skin--light .webtri-social-icons-group .webtri-social-icons-item a,.webtri-custom-header-layout.webtri-skin--light .webtri-social-icons-group .webtri-social-icons-item a {
    color: #fff!important
}

#webtri-page-header-inner.webtri-skin--light nav>ul>li>a,.webtri-custom-header-layout.webtri-skin--light nav>ul>li>a {
    color: var(--qode-header-light-color)!important
}

#webtri-page-header-inner.webtri-skin--light nav>ul>li>a:hover,.webtri-custom-header-layout.webtri-skin--light nav>ul>li>a:hover {
    color: var(--qode-header-light-hover-color)!important
}

#webtri-page-header-inner.webtri-skin--light nav>ul>li.current-menu-ancestor>a,#webtri-page-header-inner.webtri-skin--light nav>ul>li.current-menu-item>a,.webtri-custom-header-layout.webtri-skin--light nav>ul>li.current-menu-ancestor>a,.webtri-custom-header-layout.webtri-skin--light nav>ul>li.current-menu-item>a {
    color: var(--qode-header-light-hover-color)!important
}

#webtri-page-header-inner.webtri-skin--light .webtri-opener-icon.webtri-source--icon-pack:not(.webtri--opened),#webtri-page-header-inner.webtri-skin--light .webtri-opener-icon.webtri-source--predefined:not(.webtri--opened),#webtri-page-header-inner.webtri-skin--light .webtri-opener-icon.webtri-source--svg-path:not(.webtri--opened),.webtri-custom-header-layout.webtri-skin--light .webtri-opener-icon.webtri-source--icon-pack:not(.webtri--opened),.webtri-custom-header-layout.webtri-skin--light .webtri-opener-icon.webtri-source--predefined:not(.webtri--opened),.webtri-custom-header-layout.webtri-skin--light .webtri-opener-icon.webtri-source--svg-path:not(.webtri--opened) {
    color: var(--qode-header-light-color)!important
}

#webtri-page-header-inner.webtri-skin--dark .webtri-source--predefined.webtri-rotating-opener--enabled .webtri-m-text,.webtri-custom-header-layout.webtri-skin--dark .webtri-source--predefined.webtri-rotating-opener--enabled .webtri-m-text {
    color: #000
}

#webtri-page-header-inner.webtri-skin--dark .webtri-source--predefined.webtri-rotating-opener--enabled .webtri-m-text:before,.webtri-custom-header-layout.webtri-skin--dark .webtri-source--predefined.webtri-rotating-opener--enabled .webtri-m-text:before {
    background-color: #000
}

#webtri-page-header-inner.webtri-skin--dark .webtri-source--predefined.webtri-rotating-opener--enabled .webtri-m-text:after,.webtri-custom-header-layout.webtri-skin--dark .webtri-source--predefined.webtri-rotating-opener--enabled .webtri-m-text:after {
    background-image: url(../../../../themes/brandtri/assets/img/star_side_area_hover_dark.svg)
}

#webtri-page-header-inner.webtri-skin--dark nav>ul>li>a,.webtri-custom-header-layout.webtri-skin--dark nav>ul>li>a {
    color: var(--qode-header-dark-color)!important
}

#webtri-page-header-inner.webtri-skin--dark nav>ul>li>a:hover,.webtri-custom-header-layout.webtri-skin--dark nav>ul>li>a:hover {
    color: var(--qode-header-dark-hover-color)!important
}

#webtri-page-header-inner.webtri-skin--dark nav>ul>li>a .webtri-menu-item-text .webtri-svg--menu-item,.webtri-custom-header-layout.webtri-skin--dark nav>ul>li>a .webtri-menu-item-text .webtri-svg--menu-item {
    stroke: #000
}

#webtri-page-header-inner.webtri-skin--dark nav>ul>li.current-menu-ancestor>a,#webtri-page-header-inner.webtri-skin--dark nav>ul>li.current-menu-item>a,.webtri-custom-header-layout.webtri-skin--dark nav>ul>li.current-menu-ancestor>a,.webtri-custom-header-layout.webtri-skin--dark nav>ul>li.current-menu-item>a {
    color: var(--qode-header-dark-hover-color)!important
}

#webtri-page-header-inner.webtri-skin--dark .webtri-opener-icon.webtri-source--icon-pack:not(.webtri--opened),#webtri-page-header-inner.webtri-skin--dark .webtri-opener-icon.webtri-source--predefined:not(.webtri--opened),#webtri-page-header-inner.webtri-skin--dark .webtri-opener-icon.webtri-source--svg-path:not(.webtri--opened),.webtri-custom-header-layout.webtri-skin--dark .webtri-opener-icon.webtri-source--icon-pack:not(.webtri--opened),.webtri-custom-header-layout.webtri-skin--dark .webtri-opener-icon.webtri-source--predefined:not(.webtri--opened),.webtri-custom-header-layout.webtri-skin--dark .webtri-opener-icon.webtri-source--svg-path:not(.webtri--opened) {
    color: var(--qode-header-dark-color)!important
}

#webtri-page-header .webtri-header-logo-link img.webtri--main {
    opacity: 1
}

#webtri-page-header .webtri-header-logo-link img.webtri--dark,#webtri-page-header .webtri-header-logo-link img.webtri--light {
    opacity: 0
}

#webtri-page-header .webtri-header-logo-link img:not(.webtri--main) {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    padding: inherit
}

#webtri-page-header .webtri-header-logo-link.webtri-source--svg-path svg {
    display: block;
    width: 50px;
    height: auto;
    fill: currentColor;
    stroke: currentColor
}

#webtri-page-header .webtri-header-logo-link.webtri-source--textual {
    font-family: Unbounded,sans-serif;
    font-weight: 700;
    color: #000;
    font-size: 32px;
    line-height: 1.15625em;
    transition: color .2s ease-out
}

@media only screen and (max-width: 1600px) {
    #webtri-page-header .webtri-header-logo-link.webtri-source--textual {
        font-size:28px;
        line-height: 1.17857em
    }
}

@media only screen and (max-width: 1200px) {
    #webtri-page-header .webtri-header-logo-link.webtri-source--textual {
        font-size:25px;
        line-height: 1.2em
    }
}

#webtri-page-header-inner.webtri-skin--light .webtri-header-logo-link img.webtri--dark,#webtri-page-header-inner.webtri-skin--light .webtri-header-logo-link img.webtri--main {
    opacity: 0
}

#webtri-page-header-inner.webtri-skin--light .webtri-header-logo-link img.webtri--light {
    opacity: 1
}

#webtri-page-header-inner.webtri-skin--light .webtri-header-logo-link.webtri-source--svg-path,#webtri-page-header-inner.webtri-skin--light .webtri-header-logo-link.webtri-source--textual {
    color: var(--qode-header-light-color)!important
}

#webtri-page-header-inner.webtri-skin--light .webtri-header-logo-link.webtri-source--svg-path:hover,#webtri-page-header-inner.webtri-skin--light .webtri-header-logo-link.webtri-source--textual:hover {
    color: var(--qode-header-light-hover-color)!important
}

#webtri-page-header-inner.webtri-skin--dark .webtri-header-logo-link img.webtri--light,#webtri-page-header-inner.webtri-skin--dark .webtri-header-logo-link img.webtri--main {
    opacity: 0
}

#webtri-page-header-inner.webtri-skin--dark .webtri-header-logo-link img.webtri--dark {
    opacity: 1
}

#webtri-page-header-inner.webtri-skin--dark .webtri-header-logo-link.webtri-source--svg-path,#webtri-page-header-inner.webtri-skin--dark .webtri-header-logo-link.webtri-source--textual {
    color: var(--qode-header-dark-color)!important
}

#webtri-page-header-inner.webtri-skin--dark .webtri-header-logo-link.webtri-source--svg-path:hover,#webtri-page-header-inner.webtri-skin--dark .webtri-header-logo-link.webtri-source--textual:hover {
    color: var(--qode-header-dark-hover-color)!important
}

.webtri-header--centered #webtri-page-header {
    height: 150px
}

.webtri-header--centered #webtri-page-header-inner {
    flex-direction: column;
    justify-content: center
}

.webtri-header--centered #webtri-page-header-inner>div {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 100%
}

.webtri-header--centered #webtri-page-header-inner>div .webtri-widget-holder {
    margin-left: 0
}

.webtri-header--centered #webtri-page-header-inner>div .webtri-header-navigation {
    margin: 0 24px
}

.webtri-header--minimal-centered #webtri-page-header-inner .webtri-header-logo-link {
    white-space: nowrap;
    margin-left: auto;
    margin-right: auto
}

.webtri-header--minimal-centered #webtri-page-header-inner .webtri-widget-holder {
    position: absolute;
    top: 0;
    left: 11px;
    height: 100%;
    display: inline-flex;
    align-items: center;
    z-index: 200
}

.webtri-header--minimal-centered #webtri-page-header-inner .webtri-opener-icon {
    position: absolute;
    top: 50%;
    right: 40px;
    transform: translateY(-50%)
}

.webtri-header--minimal #webtri-page-header-inner .webtri-header-logo-link {
    margin-right: auto
}

.webtri-header--minimal #webtri-page-header-inner .webtri-widget-holder {
    margin-right: 30px
}

.webtri-header-standard--right #webtri-page-header-inner .webtri-header-navigation {
    margin-left: auto
}

.webtri-header-standard--center #webtri-page-header-inner .webtri-header-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%
}

.webtri-header-standard--center #webtri-page-header-inner .webtri-header-logo {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    display: inline-flex;
    align-items: center
}

.webtri-header-standard--center #webtri-page-header-inner .webtri-header-navigation {
    margin-left: auto;
    margin-right: auto
}

.webtri-header-standard--center #webtri-page-header-inner .webtri-widget-holder {
    position: absolute;
    top: 0;
    right: 0;
    margin-left: 0
}

.webtri-header-standard--left #webtri-page-header-inner .webtri-header-navigation {
    margin-right: auto
}

.webtri-header-standard--left #webtri-page-header-inner .webtri-header-logo-link {
    margin-right: 70px
}

.webtri-header--fixed-display #webtri-page-header,.webtri-header--fixed-display #webtri-top-area {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%
}

.webtri--boxed.webtri-header--fixed-display #webtri-top-area {
    left: 30px;
    width: calc(100% - 60px)
}

.webtri--boxed.webtri-header--fixed-display #webtri-page-header {
    left: 30px;
    width: calc(100% - 60px)
}

.webtri-header--fixed-display.admin-bar #webtri-page-header,.webtri-header--fixed-display.admin-bar #webtri-top-area {
    top: 32px
}

.webtri-header-sticky {
    position: fixed;
    top: 0;
    left: 0;
    height: 95px;
    width: 100%;
    background-color: #fff;
    transform: translateY(-100%);
    transition: transform .5s ease,top .5s ease;
    z-index: 100
}

.webtri-header--sticky-display .webtri-header-sticky {
    transform: translateY(0)
}

.admin-bar.webtri-header--sticky-display .webtri-header-sticky {
    top: 32px
}

.webtri-header-sticky-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    padding: 0 40px
}

.webtri-header-sticky-inner.webtri-content-grid {
    padding: 0
}

.webtri-header-standard--right .webtri-header-sticky-inner .webtri-header-logo-link {
    margin-right: auto
}

.webtri-header-standard--left .webtri-header-sticky-inner {
    justify-content: flex-start
}

.webtri-header-standard--left .webtri-header-sticky-inner .webtri-header-logo-link {
    margin-right: 70px
}

.webtri-header-standard--left .webtri-header-sticky-inner .webtri-header-navigation {
    margin-left: 20px
}

.webtri-header-standard--left .webtri-header-sticky-inner .webtri-widget-holder {
    margin-left: auto!important
}

#webtri-top-area {
    position: relative;
    background-color: #000;
    z-index: 101
}

#webtri-top-area .webtri-widget-holder {
    display: flex;
    align-items: center;
    height: 100%
}

#webtri-top-area .webtri-widget-holder.webtri--left {
    margin-right: auto
}

#webtri-top-area .webtri-widget-holder.webtri--right {
    margin-left: auto
}

#webtri-top-area .webtri-widget-holder .widget {
    margin: 0 12px
}

#webtri-top-area .webtri-widget-holder .widget:first-child {
    margin-left: 0
}

#webtri-top-area .webtri-widget-holder .widget:last-child {
    margin-right: 0
}

#webtri-top-area .widget {
    display: inline-block;
    vertical-align: middle;
    line-height: 1
}

#webtri-top-area .widget .textwidget>*,#webtri-top-area .widget .widget p {
    margin: 0
}

#webtri-top-area div[id^=monster-widget-placeholder],#webtri-top-area div[id^=woo-monster-widget-placeholder] {
    display: none
}

#webtri-top-area-inner {
    align-items: center;
    display: flex;
    height: 40px;
    justify-content: space-between;
    padding: 0 40px;
    position: relative;
    border-bottom: 0 solid transparent
}

#webtri-top-area-inner.webtri-content-grid {
    padding: 0!important
}

#webtri-top-area-inner.webtri-alignment--center .webtri-widget-holder {
    margin: 0 auto
}

#webtri-top-area-inner a,#webtri-top-area-inner p {
    font-size: 14px
}

#webtri-multiple-map-notice {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 30px 15%;
    text-align: center;
    color: var(--qode-main-color);
    background-color: #fafafa
}

.webtri-map-marker-holder {
    transform: translate(-50%,-100%);
    z-index: 10
}

.webtri-map-marker-holder.webtri-active {
    z-index: 500
}

.webtri-map-marker-holder.webtri-active .webtri-map-marker svg path:first-child {
    fill: #3ebeb4
}

.webtri-map-marker-holder.webtri-active .webtri-map-marker svg path:last-child {
    fill: #51a69e
}

.webtri-map-marker-holder#webtri-geo-location-marker .webtri-info-window {
    display: block
}

.webtri-map-marker-holder#webtri-geo-location-marker .webtri-map-marker svg path:first-child {
    fill: #3ebeb4
}

.webtri-map-marker-holder#webtri-geo-location-marker .webtri-map-marker svg path:last-child {
    fill: #51a69e
}

.webtri-map-marker-holder .webtri-map-marker {
    position: relative;
    width: 50px;
    height: auto;
    transition: all .15s ease-out
}

.webtri-map-marker-holder .webtri-map-marker .webtri-map-marker-inner {
    position: relative;
    width: 100%;
    height: 100%
}

.webtri-map-marker-holder .webtri-map-marker svg {
    width: 100%;
    height: auto
}

.webtri-map-marker-holder .webtri-map-marker svg path {
    transition: fill .2s ease-in-out
}

.webtri-map-marker-holder .webtri-map-marker:hover svg path:first-child {
    fill: #3ebeb4
}

.webtri-map-marker-holder .webtri-map-marker:hover svg path:last-child {
    fill: #51a69e
}

.webtri-map-marker-holder .webtri-info-window {
    position: absolute;
    top: -10px;
    left: -17px;
    display: none;
    min-width: 284px;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 4px;
    box-shadow: 3px 3px 15px 0 rgba(0,0,0,.5);
    z-index: 10;
    transition: opacity .3s ease;
    transform: translate(0,-100%)
}

.webtri-map-marker-holder .webtri-info-window-inner {
    position: relative;
    display: flex;
    align-items: center;
    padding: 8px
}

.webtri-map-marker-holder .webtri-info-window-inner:after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 35px;
    width: 5px;
    height: 5px;
    background-color: #fff;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    transform: rotate(-135deg)
}

.webtri-map-marker-holder .webtri-info-window-inner .webtri-info-window-image {
    margin-right: 12px
}

.webtri-map-marker-holder .webtri-info-window-inner .webtri-info-window-image img {
    display: block;
    width: 65px
}

.webtri-map-marker-holder .webtri-info-window-inner .webtri-info-window-title {
    margin: 0;
    transition: color .2s ease-out
}

.webtri-map-marker-holder .webtri-info-window-inner .webtri-info-window-location {
    margin: 3px 0 0;
    font-family: "DM Sans",sans-serif;
    font-size: 14px;
    line-height: 1.2em
}

.webtri-map-marker-holder .webtri-info-window-inner .webtri-info-window-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5
}

.webtri-map-marker-holder .webtri-info-window-inner .webtri-info-window-link:hover~.webtri-info-window-details .webtri-info-window-title {
    color: var(--qode-main-color)
}

.webtri-cluster-marker {
    width: 50px;
    height: auto
}

.webtri-cluster-marker.webtri-active svg path:first-child,.webtri-cluster-marker:hover svg path:first-child {
    fill: #3ebeb4
}

.webtri-cluster-marker.webtri-active svg path:last-child,.webtri-cluster-marker:hover svg path:last-child {
    fill: #51a69e
}

.webtri-cluster-marker .webtri-cluster-marker-inner {
    position: relative
}

.webtri-cluster-marker .webtri-cluster-marker-inner .webtri-cluster-marker-number {
    position: absolute;
    top: -4px;
    left: 0;
    right: 0;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    color: #000
}

.webtri-cluster-marker svg {
    width: 100%;
    height: auto
}

.webtri-cluster-marker svg path {
    transition: fill .2s ease-in-out
}

.webtri-places-geo-radius {
    position: absolute;
    left: 0;
    top: calc(100% + 10px);
    width: 100%;
    height: 48px;
    display: none;
    padding: 10px 20px;
    background-color: #fff;
    border: 1px solid #000;
    z-index: 9999
}

.webtri-places-geo-radius .webtri-range-slider-label {
    display: inline-flex;
    align-items: center;
    height: 100%
}

.webtri-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
}

.webtri-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
}

.webtri-places-geo-radius .noUi-target .noUi-base {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1
}

.webtri-places-geo-radius .noUi-target .noUi-connects {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0
}

.webtri-places-geo-radius .noUi-target .noUi-connect,.webtri-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
}

.webtri-places-geo-radius .noUi-target .noUi-connect {
    background-color: var(--qode-main-color)
}

.webtri-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
}

.webtri-places-geo-radius .noUi-target .noUi-tooltip {
    position: absolute;
    left: 50%;
    bottom: 7px;
    display: block;
    font-size: 12px;
    white-space: nowrap;
    transform: translateX(-50%)
}

.webtri-places-geo-radius .noUi-target .noUi-tooltip:after {
    content: ' km'
}

.webtri-places-geo-radius .noUi-state-drag * {
    cursor: inherit!important
}

.webtri-places-geo-radius .noUi-draggable {
    cursor: ew-resize
}

.webtri-places-geo-radius [disabled] .noUi-handle,.webtri-places-geo-radius [disabled].noUi-handle,.webtri-places-geo-radius [disabled].noUi-target {
    cursor: not-allowed!important
}

#webtri-page-mobile-header {
    background-color: #000
}

#webtri-page-mobile-header .webtri-widget-holder {
    display: flex;
    align-items: center;
    height: 100%
}

#webtri-page-mobile-header .webtri-widget-holder .widget {
    margin: 0 0 0 12px
}

#webtri-page-mobile-header .widget {
    display: inline-block;
    vertical-align: middle;
    line-height: 1
}

#webtri-page-mobile-header .widget .textwidget>*,#webtri-page-mobile-header .widget .widget p {
    margin: 0
}

#webtri-page-mobile-header div[id^=monster-widget-placeholder],#webtri-page-mobile-header div[id^=woo-monster-widget-placeholder] {
    display: none
}

#webtri-page-mobile-header .webtri-mobile-header-opener {
    color: var(--qode-header-light-color);
    margin-top: 5px
}

#webtri-page-mobile-header .webtri-mobile-header-opener.webtri--opened {
    color: var(--qode-header-light-color)
}

#webtri-page-mobile-header .webtri-mobile-header-opener.webtri--opened .webtri-m-icon {
    visibility: hidden
}

#webtri-page-mobile-header .webtri-mobile-header-opener.webtri--opened .webtri-m-icon.webtri--open {
    display: none!important;
    visibility: hidden!important
}

#webtri-page-mobile-header .webtri-mobile-header-opener.webtri--opened .webtri-m-icon.webtri--close {
    visibility: visible!important;
    display: block!important;
    top: 13px;
    left: 13px
}

#webtri-page-mobile-header .webtri-mobile-header-opener.webtri--opened .webtri-m-icon.webtri--close svg.webtri-svg--close {
    width: 25px;
    height: auto
}

#webtri-page-mobile-header .webtri-mobile-header-opener.webtri--opened .webtri-m-icon.webtri--close svg.webtri-svg--close g {
    stroke: #f2f2f2
}

#webtri-page-mobile-header .webtri-mobile-header-opener.webtri-source--predefined .webtri-m-lines .webtri-m-line.webtri--1:after {
    display: none
}

#webtri-page-mobile-header .webtri-mobile-header-opener.webtri-source--predefined.webtri-rotating-opener--enabled .webtri-m-icon {
    visibility: visible
}

#webtri-page-mobile-header .webtri-mobile-header-opener.webtri-source--predefined.webtri-rotating-opener--enabled .webtri-m-icon.webtri--close {
    display: none
}

#webtri-page-mobile-header .webtri-mobile-header-opener.webtri-source--predefined.webtri-rotating-opener--enabled.webtri--init .webtri-m-text>* {
    opacity: 1
}

#webtri-page-mobile-header .webtri-mobile-header-opener.webtri-source--predefined.webtri-rotating-opener--enabled.webtri--opened {
    color: #000
}

#webtri-page-mobile-header .webtri-mobile-header-opener.webtri-source--predefined.webtri-rotating-opener--enabled.webtri--opened .webtri-m-icon {
    visibility: visible
}

#webtri-page-mobile-header .webtri-mobile-header-opener.webtri-source--predefined.webtri-rotating-opener--enabled.webtri--opened .webtri-m-icon .webtri-m-text>* {
    opacity: 0
}

#webtri-page-mobile-header .webtri-mobile-header-opener.webtri-source--predefined.webtri-rotating-opener--enabled.webtri--opened .webtri-m-icon .webtri-m-text:after {
    transform: translateX(-50%) translateY(-50%) scale(.4)
}

.webtri-mobile-header--sticky #webtri-page-mobile-header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    transform: translateY(-100%)
}

.webtri-mobile-header--sticky-animation #webtri-page-mobile-header {
    transition: transform .3s ease,top .3s ease
}

.webtri-mobile-header--sticky-display #webtri-page-mobile-header {
    transform: translateY(0)
}

.admin-bar.webtri-mobile-header--sticky-display #webtri-page-mobile-header {
    top: 46px
}

.webtri--passepartout #webtri-page-mobile-header-inner {
    padding: 0
}

.webtri-mobile-header-navigation ul li .webtri-content-grid {
    width: 100%
}

#webtri-page-mobile-header .webtri-header-logo-image.webtri--customizer {
    max-height: 100%;
    width: auto;
    margin-right: auto
}

#webtri-page-mobile-header .webtri-mobile-header-logo-link img.webtri--main {
    opacity: 1
}

#webtri-page-mobile-header .webtri-mobile-header-logo-link img.webtri--dark,#webtri-page-mobile-header .webtri-mobile-header-logo-link img.webtri--light {
    opacity: 0
}

#webtri-page-mobile-header .webtri-mobile-header-logo-link img:not(.webtri--main) {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%)
}

#webtri-page-mobile-header .webtri-mobile-header-logo-link.webtri-source--svg-path svg {
    display: block;
    width: 50px;
    height: auto;
    fill: currentColor;
    stroke: currentColor
}

#webtri-page-mobile-header .webtri-mobile-header-logo-link.webtri-source--textual {
    font-family: Unbounded,sans-serif;
    font-weight: 700;
    color: #000;
    font-size: 32px;
    line-height: 1.15625em;
    transition: color .2s ease-out
}

@media only screen and (max-width: 1600px) {
    #webtri-page-mobile-header .webtri-mobile-header-logo-link.webtri-source--textual {
        font-size:28px;
        line-height: 1.17857em
    }
}

@media only screen and (max-width: 1200px) {
    #webtri-page-mobile-header .webtri-mobile-header-logo-link.webtri-source--textual {
        font-size:25px;
        line-height: 1.2em
    }
}

.webtri-mobile-header-navigation ul li a .webtri-menu-item-icon {
    margin-right: 5px
}

.webtri-mobile-header-navigation ul li.webtri--hide-link>a {
    cursor: default
}

.webtri-mobile-header-navigation .webtri-mega-menu-widget-holder {
    display: none
}

.webtri-mobile-header--minimal #webtri-page-mobile-header-inner {
    justify-content: flex-end
}

.webtri-mobile-header--minimal #webtri-page-mobile-header-inner .webtri-mobile-header-logo-link {
    margin-right: auto
}

.webtri-mobile-header--minimal #webtri-page-mobile-header-inner .webtri-opener-icon {
    margin-left: 20px
}

.webtri-fullscreen-menu--opened {
    overflow-y: hidden
}

.webtri-fullscreen-menu--opened #webtri-page-mobile-header .webtri-mobile-header-logo-link img.webtri--light {
    opacity: 1!important
}

.webtri-fullscreen-menu--opened #webtri-page-mobile-header .webtri-mobile-header-logo-link img.webtri--dark,.webtri-fullscreen-menu--opened #webtri-page-mobile-header .webtri-mobile-header-logo-link img.webtri--main {
    opacity: 0!important
}

.webtri-fullscreen-menu--opened #webtri-page-mobile-header .webtri-mobile-header-logo-link.webtri-source--svg-path,.webtri-fullscreen-menu--opened #webtri-page-mobile-header .webtri-mobile-header-logo-link.webtri-source--textual {
    color: var(--qode-header-light-color)!important
}

.webtri-fullscreen-menu--opened #webtri-page-mobile-header .webtri-mobile-header-logo-link.webtri-source--svg-path:hover,.webtri-fullscreen-menu--opened #webtri-page-mobile-header .webtri-mobile-header-logo-link.webtri-source--textual:hover {
    color: var(--qode-header-light-hover-color)!important
}

.webtri-mobile-header--side-area #webtri-page-mobile-header-inner .webtri-side-area-mobile-header-opener {
    margin-left: 20px
}

#webtri-side-area-mobile-header {
    position: fixed;
    top: 0;
    right: -340px;
    width: 340px;
    height: 100vh;
    display: flex;
    align-items: center;
    padding: 70px 60px;
    background-color: #000;
    overflow: hidden;
    visibility: hidden;
    z-index: 9999;
    transition: all .6s cubic-bezier(.77,0,.175,1)
}

#webtri-side-area-mobile-header .webtri-m-close {
    position: absolute;
    top: 26px;
    right: 40px;
    display: block;
    z-index: 1000;
    color: #fff
}

#webtri-side-area-mobile-header .webtri-m-navigation {
    width: 100%
}

#webtri-side-area-mobile-header .webtri-m-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none
}

#webtri-side-area-mobile-header .webtri-m-navigation ul li {
    position: relative;
    padding: 0;
    margin: 0
}

#webtri-side-area-mobile-header .webtri-m-navigation ul li .webtri-drop-down-second {
    display: none;
    transform: translateZ(0)
}

#webtri-side-area-mobile-header .webtri-m-navigation ul li .webtri-drop-down-second-inner {
    position: relative;
    display: block;
    padding: 0;
    z-index: 997
}

#webtri-side-area-mobile-header .webtri-m-navigation ul li .webtri-menu-item-arrow {
    position: absolute;
    top: -1px;
    right: 0;
    width: 22px;
    height: auto;
    color: #fff;
    z-index: 9;
    cursor: pointer;
    transition: color .2s ease-out;
    transform: rotate(0);
    transition: transform .2s ease-out,color .2s ease-out
}

#webtri-side-area-mobile-header .webtri-m-navigation ul li .webtri-menu-item-arrow:hover {
    color: #fff
}

#webtri-side-area-mobile-header .webtri-m-navigation ul li ul li>a {
    position: relative;
    display: flex;
    white-space: normal;
    margin: 10px 0;
    overflow: hidden;
    transition: padding .2s ease-out;
    padding-right: 15px;
    font-family: "DM Sans",sans-serif;
    font-size: 17px;
    line-height: 1.58824em;
    font-weight: 400;
    color: #fff;
    font-size: 14px
}

#webtri-side-area-mobile-header .webtri-m-navigation ul li ul li>a .webtri-menu-item-icon {
    flex-shrink: 0
}

#webtri-side-area-mobile-header .webtri-m-navigation ul li ul li>a:before {
    content: '';
    position: absolute;
    top: calc(50% - 4px);
    height: 6px;
    width: 6px;
    background: currentColor;
    border-radius: 100%;
    transition: left .2s ease-out,right .2s ease-out;
    left: -15px
}

@media only screen and (max-width: 1600px) {
    #webtri-side-area-mobile-header .webtri-m-navigation ul li ul li>a {
        font-size:16px!important;
        line-height: 1.5em!important
    }
}

@media only screen and (max-width: 1024px) {
    #webtri-side-area-mobile-header .webtri-m-navigation ul li ul li>a {
        font-size:15px!important;
        line-height: 1.53333em!important
    }
}

#webtri-side-area-mobile-header .webtri-m-navigation ul li ul li.current-menu-ancestor>a,#webtri-side-area-mobile-header .webtri-m-navigation ul li ul li.current-menu-item>a,#webtri-side-area-mobile-header .webtri-m-navigation ul li ul li:hover>a {
    padding-left: 15px;
    padding-right: 0
}

#webtri-side-area-mobile-header .webtri-m-navigation ul li ul li.current-menu-ancestor>a:before,#webtri-side-area-mobile-header .webtri-m-navigation ul li ul li.current-menu-item>a:before,#webtri-side-area-mobile-header .webtri-m-navigation ul li ul li:hover>a:before {
    left: 0
}

#webtri-side-area-mobile-header .webtri-m-navigation ul li ul ul {
    display: none
}

#webtri-side-area-mobile-header .webtri-m-navigation ul li.webtri--hide-link>a {
    cursor: default
}

#webtri-side-area-mobile-header .webtri-m-navigation ul li.webtri-menu-item--open>.webtri-menu-item-arrow {
    transform: rotate(90deg)
}

#webtri-side-area-mobile-header .webtri-m-navigation .webtri-menu-item-icon {
    margin-right: 5px
}

#webtri-side-area-mobile-header .webtri-m-navigation .webtri-mega-menu-widget-holder {
    display: none
}

#webtri-side-area-mobile-header .webtri-m-navigation>ul>li>a {
    Font-family: Unbounded,sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    font-family: Unbounded,sans-serif;
    font-weight: 700;
    color: #f2f2f2
}

#webtri-side-area-mobile-header .webtri-m-navigation>ul>li>a .webtri-menu-item-text {
    position: relative
}

#webtri-side-area-mobile-header .webtri-m-navigation>ul>li>a .webtri-menu-item-text .webtri-svg--menu-item {
    position: absolute;
    top: -8px;
    left: 50%;
    translate: -50% 0;
    margin: auto;
    text-align: center;
    stroke-width: .7;
    overflow: visible;
    opacity: 0;
    --qode-path-length: 460px;
    stroke-dashoffset: var(--qode-path-length);
    stroke-dasharray: var(--qode-path-length);
    transition: opacity .4s .3s,stroke-dashoffset .7s,color .2s ease-out
}

#webtri-side-area-mobile-header .webtri-m-navigation>ul>li>a:hover {
    color: var(--qode-header-light-color)
}

#webtri-side-area-mobile-header .webtri-m-navigation>ul>li>a:hover .webtri-menu-item-text .webtri-svg--menu-item {
    stroke-dashoffset: 0;
    opacity: 1;
    transition-duration: .2s,1.3s,.2s;
    transition-delay: 0s,0s,0s;
    transition-timing-function: ease,cubic-bezier(.39,.06,.31,.95),ease-out
}

#webtri-side-area-mobile-header .webtri-m-navigation>ul>li.current-menu-ancestor>a,#webtri-side-area-mobile-header .webtri-m-navigation>ul>li.current-menu-item>a {
    color: var(--qode-header-light-color)
}

#webtri-side-area-mobile-header .webtri-m-navigation>ul>li.current-menu-ancestor>a .webtri-menu-item-text .webtri-svg--menu-item,#webtri-side-area-mobile-header .webtri-m-navigation>ul>li.current-menu-item>a .webtri-menu-item-text .webtri-svg--menu-item {
    stroke-dashoffset: 0;
    opacity: 1;
    transition-duration: .2s,1.3s,.2s;
    transition-delay: 0s,0s,0s;
    transition-timing-function: ease,cubic-bezier(.39,.06,.31,.95),ease-out
}

#webtri-side-area-mobile-header .webtri-widget-holder {
    position: absolute;
    left: 60px;
    bottom: 20px;
    width: calc(100% - 2*60px);
    height: auto
}

#webtri-side-area-mobile-header .webtri-widget-holder .widget {
    margin: 0
}

.admin-bar #webtri-side-area-mobile-header {
    top: 32px;
    height: calc(100vh - 32px)
}

#webtri-side-area-mobile-header.webtri--opened {
    right: 0;
    visibility: visible
}

.webtri-mobile-header--standard #webtri-page-mobile-header-inner {
    justify-content: flex-end
}

.webtri-mobile-header--standard #webtri-page-mobile-header-inner .webtri-mobile-header-logo-link {
    margin-right: auto
}

.webtri-header-navigation .webtri-menu-item-icon {
    display: block;
    margin-right: 5px;
    line-height: inherit
}

.webtri-header-navigation .webtri-menu-item-icon:before {
    display: block;
    line-height: inherit
}

.webtri-header-navigation ul li .webtri-drop-down-second {
    position: absolute;
    top: 100%;
    left: 0;
    display: block;
    width: auto;
    height: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    z-index: 10
}

.webtri-header-navigation ul li .webtri-drop-down-second.webtri-drop-down--start {
    opacity: 1;
    visibility: visible;
    overflow: visible;
    z-index: 20;
    transition: opacity .2s ease-out
}

.webtri-header-navigation ul li .webtri-mega-menu-widget-holder {
    display: none;
    white-space: normal
}

.webtri-header-navigation ul li.webtri-menu-item--narrow .webtri-drop-down-second.webtri-drop-down--right {
    left: auto;
    right: 0
}

.webtri-header-navigation ul li.webtri-menu-item--narrow .webtri-drop-down-second-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.webtri-header-navigation ul li.webtri-menu-item--narrow .webtri-drop-down-second-inner>ul {
    position: relative;
    top: auto;
    opacity: 1;
    visibility: visible
}

.webtri-header-navigation ul li.webtri-menu-item--wide .webtri-mega-menu-widget-holder {
    display: block
}

.webtri-header-navigation ul li.webtri-menu-item--wide .webtri-drop-down-second {
    background-color: #000;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top: 1px solid #2b2b2b
}

.webtri--boxed .webtri-header-navigation ul li.webtri-menu-item--wide .webtri-drop-down-second-inner,.webtri-header-navigation ul li.webtri-menu-item--wide .webtri-drop-down-second-inner:not(.webtri-content-grid) {
    padding: 0 40px
}

.webtri-header-navigation ul li.webtri-menu-item--wide .webtri-drop-down-second-inner>ul {
    display: flex;
    justify-content: space-between;
    padding: 40px 0 41px;
    margin: 0 -15px
}

.webtri-header-navigation ul li.webtri-menu-item--wide .webtri-drop-down-second-inner>ul>li {
    width: 100%;
    padding: 0 15px
}

.webtri-header-navigation ul li.webtri-menu-item--wide .webtri-drop-down-second-inner>ul>li>a {
    Font-family: Unbounded,sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    font-family: Unbounded,sans-serif;
    font-weight: 700;
    color: #000;
    color: #f2f2f2;
    text-transform: none
}

.webtri-header-navigation ul li.webtri-menu-item--wide .webtri-drop-down-second-inner>ul>li>a .webtri-menu-item-text {
    position: relative
}

.webtri-header-navigation ul li.webtri-menu-item--wide .webtri-drop-down-second-inner>ul>li>a .webtri-menu-item-text .webtri-svg--menu-item {
    position: absolute;
    top: -8px;
    left: 50%;
    translate: -50% 0;
    margin: auto;
    text-align: center;
    stroke-width: .7;
    overflow: visible;
    opacity: 0;
    --qode-path-length: 460px;
    stroke-dashoffset: var(--qode-path-length);
    stroke-dasharray: var(--qode-path-length);
    transition: opacity .4s .3s,stroke-dashoffset .7s,color .2s ease-out
}

.webtri-header-navigation ul li.webtri-menu-item--wide .webtri-drop-down-second-inner>ul>li>a:hover {
    color: var(--qode-header-light-color)
}

.webtri-header-navigation ul li.webtri-menu-item--wide .webtri-drop-down-second-inner>ul>li>a:hover .webtri-menu-item-text .webtri-svg--menu-item {
    stroke-dashoffset: 0;
    opacity: 1;
    transition-duration: .2s,1.3s,.2s;
    transition-delay: 0s,0s,0s;
    transition-timing-function: ease,cubic-bezier(.39,.06,.31,.95),ease-out
}

.webtri-header-navigation ul li.webtri-menu-item--wide .webtri-drop-down-second-inner>ul>li .webtri-menu-item-arrow {
    display: none
}

.webtri-header-navigation ul li.webtri-menu-item--wide .webtri-drop-down-second-inner>ul>li ul {
    padding-top: 5px
}

.webtri-header-navigation ul li.webtri-menu-item--wide .webtri-drop-down-second-inner>ul>li ul li>a {
    position: relative;
    display: flex;
    white-space: normal;
    margin: 10px 0;
    overflow: hidden;
    transition: padding .2s ease-out;
    padding-right: 15px;
    font-family: "DM Sans",sans-serif;
    font-size: 17px;
    line-height: 1.58824em;
    font-weight: 400;
    color: #f2f2f2;
    font-size: 14px
}

.webtri-header-navigation ul li.webtri-menu-item--wide .webtri-drop-down-second-inner>ul>li ul li>a .webtri-menu-item-icon {
    flex-shrink: 0
}

.webtri-header-navigation ul li.webtri-menu-item--wide .webtri-drop-down-second-inner>ul>li ul li>a:before {
    content: '';
    position: absolute;
    top: calc(50% - 4px);
    height: 6px;
    width: 6px;
    background: currentColor;
    border-radius: 100%;
    transition: left .2s ease-out,right .2s ease-out;
    left: -15px
}

@media only screen and (max-width: 1600px) {
    .webtri-header-navigation ul li.webtri-menu-item--wide .webtri-drop-down-second-inner>ul>li ul li>a {
        font-size:16px!important;
        line-height: 1.5em!important
    }
}

@media only screen and (max-width: 1024px) {
    .webtri-header-navigation ul li.webtri-menu-item--wide .webtri-drop-down-second-inner>ul>li ul li>a {
        font-size:15px!important;
        line-height: 1.53333em!important
    }
}

.webtri-header-navigation ul li.webtri-menu-item--wide .webtri-drop-down-second-inner>ul>li ul li.current-menu-item>a,.webtri-header-navigation ul li.webtri-menu-item--wide .webtri-drop-down-second-inner>ul>li ul li:hover>a {
    padding-left: 15px;
    padding-right: 0
}

.webtri-header-navigation ul li.webtri-menu-item--wide .webtri-drop-down-second-inner>ul>li ul li.current-menu-item>a:before,.webtri-header-navigation ul li.webtri-menu-item--wide .webtri-drop-down-second-inner>ul>li ul li:hover>a:before {
    left: 0
}

.webtri-header-navigation ul li.webtri-menu-item--wide .webtri-drop-down-second-inner>ul>li.current-menu-ancestor>a,.webtri-header-navigation ul li.webtri-menu-item--wide .webtri-drop-down-second-inner>ul>li.current-menu-item>a {
    color: var(--qode-header-light-color)
}

.webtri-header-navigation ul li.webtri-menu-item--wide .webtri-drop-down-second-inner>ul>li.current-menu-ancestor>a .webtri-menu-item-text .webtri-svg--menu-item,.webtri-header-navigation ul li.webtri-menu-item--wide .webtri-drop-down-second-inner>ul>li.current-menu-item>a .webtri-menu-item-text .webtri-svg--menu-item {
    stroke-dashoffset: 0;
    opacity: 1;
    transition-duration: .2s,1.3s,.2s;
    transition-delay: 0s,0s,0s;
    transition-timing-function: ease,cubic-bezier(.39,.06,.31,.95),ease-out
}

.webtri-header-navigation ul li.webtri-menu-item--wide .webtri-drop-down-second-inner>ul>li.webtri--hide-link:not(.current-menu-ancestor):not(.current-menu-item)>a:hover {
    color: var(--qode-header-light-color)
}

.webtri-header-navigation ul li.webtri-menu-item--wide .webtri-drop-down-second-inner>ul>li.webtri--hide-link:not(.current-menu-ancestor):not(.current-menu-item)>a:hover .webtri-menu-item-text .webtri-svg--menu-item {
    stroke-dashoffset: 0;
    opacity: 1;
    transition-duration: .2s,1.3s,.2s;
    transition-delay: 0s,0s,0s;
    transition-timing-function: ease,cubic-bezier(.39,.06,.31,.95),ease-out
}

body:not(.webtri-drop-down-second--full-width) .webtri-header-navigation ul li.webtri-menu-item--wide .webtri-drop-down-second-inner {
    padding: 0 40px
}

.webtri-opener-icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: 1
}

.webtri-opener-icon .webtri-m-icon {
    position: relative;
    visibility: visible
}

.webtri-opener-icon .webtri-m-icon.webtri--close {
    position: absolute;
    top: 0;
    left: 10px;
    visibility: hidden
}

.webtri-opener-icon.webtri-source--icon-pack {
    font-size: 35px
}

.webtri-opener-icon.webtri-source--icon-pack * {
    display: inline-block;
    line-height: inherit
}

.webtri-opener-icon.webtri-source--icon-pack :before {
    display: inline-block;
    line-height: inherit
}

.webtri-opener-icon.webtri-source--icon-pack.webtri--opened .webtri-m-icon.webtri--open {
    visibility: hidden
}

.webtri-opener-icon.webtri-source--icon-pack.webtri--opened .webtri-m-icon.webtri--close {
    visibility: visible
}

.webtri-opener-icon.webtri-source--svg-path span {
    position: relative
}

.webtri-opener-icon.webtri-source--svg-path span>* {
    vertical-align: middle
}

.webtri-opener-icon.webtri-source--svg-path span path,.webtri-opener-icon.webtri-source--svg-path span>* {
    fill: currentColor;
    stroke: currentColor
}

.webtri-opener-icon.webtri-source--svg-path.webtri--opened .webtri-m-icon.webtri--open {
    visibility: hidden
}

.webtri-opener-icon.webtri-source--svg-path.webtri--opened .webtri-m-icon.webtri--close {
    visibility: visible
}

.webtri-opener-icon.webtri-source--predefined .webtri-m-lines {
    position: relative;
    display: block;
    width: 20px;
    height: 13px
}

.webtri-opener-icon.webtri-source--predefined .webtri-m-line {
    position: absolute;
    left: 0;
    height: 1px;
    width: 100%;
    background-color: currentColor;
    transition: top .15s ease,transform .3s ease
}

.webtri-opener-icon.webtri-source--predefined .webtri-m-line.webtri--1 {
    top: 0
}

.webtri-opener-icon.webtri-source--predefined .webtri-m-line.webtri--2 {
    top: 6px
}

.webtri-opener-icon.webtri-source--predefined .webtri-m-line.webtri--3 {
    bottom: 0
}

.webtri-opener-icon.webtri-source--predefined.webtri--opened .webtri-m-line.webtri--1 {
    top: 6px;
    transform: rotate(45deg)
}

.webtri-opener-icon.webtri-source--predefined.webtri--opened .webtri-m-line.webtri--2 {
    top: 6px;
    transform: rotate(-45deg)
}

.webtri-opener-icon.webtri-source--predefined.webtri--opened .webtri-m-line.webtri--3 {
    opacity: 0
}

.webtri-opener-icon.webtri-source--predefined.webtri-rotating-opener--enabled {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 48px;
    height: 48px;
    color: #f2f2f2
}

.webtri-opener-icon.webtri-source--predefined.webtri-rotating-opener--enabled .webtri-svg--opener-wrapper {
    position: relative;
    display: block;
    height: 100%
}

.webtri-opener-icon.webtri-source--predefined.webtri-rotating-opener--enabled #webtri-m-path-info {
    fill: none
}

.webtri-opener-icon.webtri-source--predefined.webtri-rotating-opener--enabled .webtri--open svg {
    overflow: visible;
    width: 48px;
    height: 48px
}

.webtri-opener-icon.webtri-source--predefined.webtri-rotating-opener--enabled .webtri--open svg text {
    fill: currentColor;
    font-weight: 700;
    font-size: 10px;
    text-transform: uppercase
}

.webtri-opener-icon.webtri-source--predefined.webtri-rotating-opener--enabled .webtri--open .webtri-svg--star-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    display: inline-block;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
    transition: opacity .3s ease-out;
    width: 46px;
    height: 18px
}

.webtri-opener-icon.webtri-source--predefined.webtri-rotating-opener--enabled .webtri--open .webtri-svg--star-wrapper svg {
    width: 18px;
    height: 18px
}

.webtri-opener-icon.webtri-source--predefined.webtri-rotating-opener--enabled .webtri--open .webtri-svg--star-wrapper svg g {
    stroke: currentColor
}

.webtri-opener-icon.webtri-source--predefined.webtri-rotating-opener--enabled .webtri--open .webtri-svg--star-opener {
    animation: qode-rotate 11s linear infinite;
    animation-play-state: paused;
    transform-origin: center;
    animation: qode-rotate 13s linear infinite reverse;
    animation-play-state: paused
}

.webtri-opener-icon.webtri-source--predefined.webtri-rotating-opener--enabled .webtri--open .webtri-svg--star-opener g {
    transform-origin: center;
    transform: rotate(0);
    transition: transform .5s ease
}

.webtri-opener-icon.webtri-source--predefined.webtri-rotating-opener--enabled .webtri--open .webtri-svg--opener-rotate {
    overflow: visible;
    animation: qode-rotate 11s linear infinite;
    animation-play-state: paused;
    transform-origin: center
}

.webtri-opener-icon.webtri-source--predefined.webtri-rotating-opener--enabled .webtri--open .webtri-svg--opener-rotate g {
    transform-origin: center;
    transform: rotate(0);
    transition: transform .5s ease
}

.webtri-opener-icon.webtri-source--predefined.webtri-rotating-opener--enabled .webtri--open:hover .webtri-svg--opener-rotate {
    animation-play-state: running
}

.webtri-opener-icon.webtri-source--predefined.webtri-rotating-opener--enabled .webtri--open:hover .webtri-svg--opener-rotate g {
    transform: rotate(8deg)
}

.webtri-opener-icon.webtri-source--predefined.webtri-rotating-opener--enabled .webtri--open:hover .webtri-svg--star-opener {
    animation-play-state: running
}

.webtri-opener-icon.webtri-source--predefined.webtri-rotating-opener--enabled .webtri--open:hover .webtri-svg--star-opener g {
    transform: rotate(-10deg)
}

.webtri-opener-icon.webtri-source--predefined.webtri-rotating-opener--enabled .webtri--close .webtri-svg--opener-wrapper {
    display: none
}

.webtri-opener-icon.webtri-source--predefined.webtri-rotating-opener--enabled .webtri--close:hover svg path {
    animation: qode-draw .9s cubic-bezier(.57,.39,0,.86) 1 forwards
}

.webtri-opener-icon.webtri-source--predefined.webtri-rotating-opener--enabled .webtri--close:hover svg path:nth-of-type(2) {
    animation: qode-draw-from-right .9s 90ms cubic-bezier(.57,.39,0,.86) 1 forwards
}

.webtri-opener-icon.webtri-source--predefined.webtri-rotating-opener--enabled.webtri--opened .webtri-m-icon.webtri--open {
    visibility: hidden
}

.webtri-opener-icon.webtri-source--predefined.webtri-rotating-opener--enabled.webtri--opened .webtri-m-icon.webtri--close .webtri-m-text {
    visibility: hidden
}

.webtri-opener-icon.webtri-source--predefined.webtri-rotating-opener--enabled.webtri--opened .webtri-m-icon.webtri--close .webtri-svg--close {
    visibility: visible
}

.webtri-parallax {
    position: relative;
    width: 100%;
    overflow: hidden
}

.webtri-parallax.elementor-inner-section {
    height: 100%
}

.webtri-parallax:nth-of-type(odd) .webtri-parallax-img-holder {
    --qode-y-px: calc(var(--qode-y) * 1px);
    transform: translateY(var(--qode-y-px)) translateZ(0)
}

.webtri-parallax-row-holder {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden
}

.webtri-parallax-img-holder {
    position: absolute;
    top: 0;
    left: 0;
    height: 120%;
    width: 100%;
    opacity: 0
}

.webtri-page-title .webtri-parallax-img-holder {
    min-height: 500px
}

.webtri-parallax-content-holder {
    position: relative;
    z-index: 99
}

.webtri-parallax-img-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    will-change: transform
}

img.webtri-parallax-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    object-fit: cover;
    width: 100%;
    height: 100%;
    max-width: unset
}

.elementor img.webtri-parallax-img {
    height: 100%;
    max-width: unset
}

.webtri-contact-form-7,.rs-layer,.wpcf7 {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.webtri-contact-form-7 br,.rs-layer br,.wpcf7 br {
    display: none
}

.webtri-contact-form-7 .ajax-loader,.rs-layer .ajax-loader,.wpcf7 .ajax-loader {
    display: none
}

.webtri-contact-form-7 .wpcf7-form-control-wrap,.rs-layer .wpcf7-form-control-wrap,.wpcf7 .wpcf7-form-control-wrap {
    display: block;
    max-width: 100%
}

.webtri-contact-form-7 .wpcf7-not-valid-tip,.rs-layer .wpcf7-not-valid-tip,.wpcf7 .wpcf7-not-valid-tip {
    margin: 10px 0 0 0
}

.webtri-contact-form-7 .wpcf7-response-output,.rs-layer .wpcf7-response-output,.wpcf7 .wpcf7-response-output {
    border-width: 1px!important;
    margin: 2em 0 0 0!important;
    padding: 1em 1.5em!important
}

.webtri-contact-form-7 .wpcf7-form,.rs-layer .wpcf7-form,.wpcf7 .wpcf7-form {
    position: relative
}

.webtri-contact-form-7 .wpcf7-form:before,.rs-layer .wpcf7-form:before,.wpcf7 .wpcf7-form:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    content: '';
    visibility: hidden;
    z-index: 98
}

.webtri-contact-form-7 .wpcf7-form:after,.rs-layer .wpcf7-form:after,.wpcf7 .wpcf7-form:after {
    animation: qode-rotate 2s linear infinite;
    background-color: transparent;
    border: 2px solid #fafafa;
    border-radius: 50%;
    border-top: 2px solid var(--qode-main-color);
    content: '';
    height: 24px;
    left: calc(50% - 12px);
    opacity: 1;
    position: absolute;
    top: calc(50% - 12px);
    visibility: hidden;
    width: 24px;
    z-index: 99
}

.webtri-contact-form-7 .wpcf7-form.submitting>*,.rs-layer .wpcf7-form.submitting>*,.wpcf7 .wpcf7-form.submitting>* {
    opacity: .3
}

.webtri-contact-form-7 .wpcf7-form.submitting:after,.webtri-contact-form-7 .wpcf7-form.submitting:before,.rs-layer .wpcf7-form.submitting:after,.rs-layer .wpcf7-form.submitting:before,.wpcf7 .wpcf7-form.submitting:after,.wpcf7 .wpcf7-form.submitting:before {
    visibility: visible
}

.wpcf7 .webtri-contact-form-light input,.wpcf7 .webtri-contact-form-light textarea {
    border-color: #fff!important;
    color: #fff!important
}

.wpcf7 .webtri-contact-form-light svg {
    stroke: #fff!important
}

.wpcf7 .webtri-contact-form-light .webtri-submit-holder .webtri-button {
    color: #fff
}

.wpcf7 .webtri-contact-form-light~div.wpcf7-aborted,.wpcf7 .webtri-contact-form-light~div.wpcf7-acceptance-missing,.wpcf7 .webtri-contact-form-light~div.wpcf7-mail-sent-ng,.wpcf7 .webtri-contact-form-light~div.wpcf7-mail-sent-ok,.wpcf7 .webtri-contact-form-light~div.wpcf7-response-output,.wpcf7 .webtri-contact-form-light~div.wpcf7-spam-blocked,.wpcf7 .webtri-contact-form-light~div.wpcf7-validation-errors {
    color: #fff!important
}

.wpcf7 .webtri-contact-us-form .webtri-submit-holder {
    padding-top: 4px!important
}

.wpcf7 .webtri-newsletter .webtri-newsletter-inner .webtri-m-button {
    position: absolute;
    right: -4px;
    top: 6px;
    padding: 0!important;
    background-color: transparent!important;
    border: 0
}

.wpcf7 .webtri-newsletter .webtri-newsletter-inner .webtri-m-button svg {
    fill: none;
    stroke: #000;
    --qode-deg: 45deg;
    transform: rotate(0);
    transition: transform .5s cubic-bezier(.23,.79,.36,.94),color .2s ease-out;
    transform-origin: 50% 50%
}

.wpcf7 .webtri-newsletter .webtri-newsletter-inner .webtri-m-button:hover svg {
    transform: rotate(var(--qode-deg))
}

.wpcf7 .wpcf7-not-valid-tip {
    margin: 11px 0 0 0;
    color: #ff0303
}

.wpcf7 form.invalid div.wpcf7-aborted,.wpcf7 form.invalid div.wpcf7-acceptance-missing,.wpcf7 form.invalid div.wpcf7-mail-sent-ng,.wpcf7 form.invalid div.wpcf7-mail-sent-ok,.wpcf7 form.invalid div.wpcf7-response-output,.wpcf7 form.invalid div.wpcf7-spam-blocked,.wpcf7 form.invalid div.wpcf7-validation-errors {
    font-size: 15px;
    border-width: 1px;
    margin: 35px 0 0!important;
    color: #000
}

.wpcf7 form.invalid .webtri-newsletter~div.wpcf7-aborted,.wpcf7 form.invalid .webtri-newsletter~div.wpcf7-acceptance-missing,.wpcf7 form.invalid .webtri-newsletter~div.wpcf7-mail-sent-ng,.wpcf7 form.invalid .webtri-newsletter~div.wpcf7-mail-sent-ok,.wpcf7 form.invalid .webtri-newsletter~div.wpcf7-response-output,.wpcf7 form.invalid .webtri-newsletter~div.wpcf7-spam-blocked,.wpcf7 form.invalid .webtri-newsletter~div.wpcf7-validation-errors {
    margin: 20px 0 0!important
}

.webtri-instagram-list #sb_instagram {
    padding: 0!important;
    overflow: hidden!important
}

.webtri-instagram-list #sb_instagram .sbi_photo {
    transition: opacity .5s ease-out!important
}

.webtri-instagram-list .sbi_photo_wrap {
    overflow: hidden
}

.webtri-instagram-list .sbi_photo_wrap a {
    background-image: none!important;
    height: auto!important;
    padding-bottom: 0!important
}

.webtri-instagram-list .sbi_photo_wrap a:after {
    color: #fff;
    content: '\f16d';
    font-family: 'Font Awesome 5 Brands';
    font-size: 20px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    --qode-x: 0px;
    --qode-y: 10px;
    opacity: 0;
    transform: translateX(var(--qode-x)) translateY(var(--qode-y));
    transition: opacity .37s ease-out,transform .47s cubic-bezier(.18,.79,.29,.93)
}

.webtri-instagram-list .sbi_photo_wrap a img {
    transform: scale(1.01);
    --qode-hover-zoom: 1.034;
    transition: transform .6s cubic-bezier(.17,.49,.33,.95);
    transform-origin: 50% 50%
}

.webtri-instagram-list .sbi_photo_wrap a:hover img {
    transform: scale(var(--qode-hover-zoom))
}

.webtri-instagram-list .sbi_photo_wrap a:hover:after {
    opacity: 1;
    transform: translateX(0) translateY(0)
}

.webtri-instagram-list .sbi_photo_wrap a img {
    display: inline-block!important
}

.webtri-instagram-list.webtri-swiper-container #sb_instagram #sbi_images .sbi_item {
    margin: inherit!important
}

.webtri-twitter-list.webtri-layout--columns.webtri--no-bottom-info #ctf .ctf-tweet-actions {
    display: none
}

.webtri-twitter-list.webtri-layout--columns #ctf {
    overflow: hidden
}

.webtri-twitter-list.webtri-layout--columns #ctf .ctf-item {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    border: 0
}

.webtri-twitter-list.webtri-layout--columns #ctf .ctf-author-box {
    margin-left: 0;
    display: block;
    margin-bottom: 8px
}

.webtri-twitter-list.webtri-layout--columns #ctf .ctf-author-box-link {
    line-height: 1!important;
    display: flex;
    align-items: center;
    flex-flow: row wrap
}

.webtri-twitter-list.webtri-layout--columns #ctf .ctf-author-avatar {
    width: 37px;
    height: 37px;
    margin: 0 7px 0 0;
    float: none;
    border-radius: 0
}

.webtri-twitter-list.webtri-layout--columns #ctf .ctf-author-name {
    font-family: Unbounded,sans-serif;
    font-weight: 700;
    color: #000;
    font-size: 24px;
    line-height: 1.25em;
    font-weight: 600!important;
    margin: 0 4px 0 0
}

@media only screen and (max-width: 1600px) {
    .webtri-twitter-list.webtri-layout--columns #ctf .ctf-author-name {
        font-size:22px;
        line-height: 1.22727em
    }
}

@media only screen and (max-width: 1200px) {
    .webtri-twitter-list.webtri-layout--columns #ctf .ctf-author-name {
        font-size:20px;
        line-height: 1.35em
    }
}

.webtri-twitter-list.webtri-layout--columns #ctf .ctf-screename-sep {
    display: none
}

.webtri-twitter-list.webtri-layout--columns #ctf .ctf-context,.webtri-twitter-list.webtri-layout--columns #ctf .ctf-tweet-meta,.webtri-twitter-list.webtri-layout--columns #ctf .ctf-twitterlink {
    font-family: "DM Sans",sans-serif;
    font-size: 17px;
    line-height: 1.58824em;
    font-weight: 400;
    color: #000;
    margin-right: 4px;
    margin-left: 0
}

@media only screen and (max-width: 1600px) {
    .webtri-twitter-list.webtri-layout--columns #ctf .ctf-context,.webtri-twitter-list.webtri-layout--columns #ctf .ctf-tweet-meta,.webtri-twitter-list.webtri-layout--columns #ctf .ctf-twitterlink {
        font-size:16px!important;
        line-height: 1.5em!important
    }
}

@media only screen and (max-width: 1024px) {
    .webtri-twitter-list.webtri-layout--columns #ctf .ctf-context,.webtri-twitter-list.webtri-layout--columns #ctf .ctf-tweet-meta,.webtri-twitter-list.webtri-layout--columns #ctf .ctf-twitterlink {
        font-size:15px!important;
        line-height: 1.53333em!important
    }
}

.webtri-twitter-list.webtri-layout--columns #ctf .ctf-context:last-child,.webtri-twitter-list.webtri-layout--columns #ctf .ctf-tweet-meta:last-child,.webtri-twitter-list.webtri-layout--columns #ctf .ctf-twitterlink:last-child {
    margin-right: 0
}

.webtri-twitter-list.webtri-layout--columns #ctf .ctf-tweet-meta {
    margin-top: 4px
}

.webtri-twitter-list.webtri-layout--columns #ctf .ctf-author-screenname {
    display: none
}

.webtri-twitter-list.webtri-layout--columns #ctf .ctf-tweet-content {
    display: flex;
    align-items: baseline;
    margin-left: 0;
    padding: 0;
    margin-top: -5px
}

.webtri-twitter-list.webtri-layout--columns #ctf .ctf-tweet-content:before {
    content: '\e094';
    font-family: ElegantIcons;
    padding-right: 10px;
    font-size: 18px;
    position: relative;
    top: 5px
}

.webtri-twitter-list.webtri-layout--columns #ctf .ctf-tweet-actions {
    display: flex;
    align-items: baseline;
    margin-left: 0;
    margin-top: -3px
}

.webtri-twitter-list.webtri-layout--columns #ctf .ctf-tweet-actions:before {
    content: '\e094';
    font-family: ElegantIcons;
    padding-right: 10px;
    font-size: 18px;
    visibility: hidden
}

.webtri-twitter-list.webtri-layout--columns #ctf .ctf-tweet-actions a {
    padding: 0;
    font-size: 14px;
    margin-right: 8px
}

.webtri-twitter-list.webtri-layout--columns #ctf .ctf-tweet-actions a:last-child {
    margin-right: 0
}

.webtri-twitter-list.webtri-layout--columns #ctf .ctf-tweet-actions a.ctf-reply {
    margin-left: 0
}

.webtri-twitter-list.webtri-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)
}

.webtri-twitter-list.webtri-layout--columns.webtri-col-num--1 .ctf-tweets {
    --qode-columns: 1
}

.webtri-twitter-list.webtri-layout--columns.webtri-col-num--2 .ctf-tweets {
    --qode-columns: 2
}

.webtri-twitter-list.webtri-layout--columns.webtri-col-num--3 .ctf-tweets {
    --qode-columns: 3
}

.webtri-twitter-list.webtri-layout--columns.webtri-col-num--4 .ctf-tweets {
    --qode-columns: 4
}

.webtri-twitter-list.webtri-layout--columns.webtri-col-num--5 .ctf-tweets {
    --qode-columns: 5
}

.webtri-twitter-list.webtri-layout--columns.webtri-col-num--6 .ctf-tweets {
    --qode-columns: 6
}

.webtri-twitter-list.webtri-layout--columns.webtri-col-num--7 .ctf-tweets {
    --qode-columns: 7
}

.webtri-twitter-list.webtri-layout--columns.webtri-col-num--8 .ctf-tweets {
    --qode-columns: 8
}

.webtri-twitter-list.webtri-vertical-gutter--no .ctf-tweets {
    --qode-columns-row-gap: 0px
}

.webtri-twitter-list.webtri-vertical-gutter--tiny .ctf-tweets {
    --qode-columns-row-gap: 10px
}

.webtri-twitter-list.webtri-vertical-gutter--small .ctf-tweets {
    --qode-columns-row-gap: 20px
}

.webtri-twitter-list.webtri-vertical-gutter--normal .ctf-tweets {
    --qode-columns-row-gap: 30px
}

.webtri-twitter-list.webtri-vertical-gutter--medium .ctf-tweets {
    --qode-columns-row-gap: 40px
}

.webtri-twitter-list.webtri-vertical-gutter--large .ctf-tweets {
    --qode-columns-row-gap: 50px
}

.webtri-twitter-list.webtri-vertical-gutter--huge .ctf-tweets {
    --qode-columns-row-gap: 80px
}

.webtri-twitter-list.webtri-gutter--no .ctf-tweets {
    --qode-columns-col-gap: 0px
}

.webtri-twitter-list.webtri-gutter--tiny .ctf-tweets {
    --qode-columns-col-gap: 10px
}

.webtri-twitter-list.webtri-gutter--small .ctf-tweets {
    --qode-columns-col-gap: 20px
}

.webtri-twitter-list.webtri-gutter--normal .ctf-tweets {
    --qode-columns-col-gap: 30px
}

.webtri-twitter-list.webtri-gutter--medium .ctf-tweets {
    --qode-columns-col-gap: 40px
}

.webtri-twitter-list.webtri-gutter--large .ctf-tweets {
    --qode-columns-col-gap: 50px
}

.webtri-twitter-list.webtri-gutter--huge .ctf-tweets {
    --qode-columns-col-gap: 80px
}

.webtri-twitter-list.webtri-vertical-gutter--custom {
    --qode-vertical-gutter-custom: 30px;
    --qode-vertical-gutter-custom-1512: 30px;
    --qode-vertical-gutter-custom-1200: 30px;
    --qode-vertical-gutter-custom-880: 30px
}

.webtri-twitter-list.webtri-vertical-gutter--custom .ctf-tweets {
    --qode-columns-row-gap: var(--qode-vertical-gutter-custom, 30px)
}

.webtri-twitter-list.webtri-gutter--custom {
    --qode-gutter-custom: 30px;
    --qode-gutter-custom-1512: 30px;
    --qode-gutter-custom-1200: 30px;
    --qode-gutter-custom-880: 30px
}

.webtri-twitter-list.webtri-gutter--custom .ctf-tweets {
    --qode-columns-col-gap: var(--qode-gutter-custom, 30px)
}

#webtri-page-footer .widget .webtri-twitter-list.webtri-layout--columns #ctf a {
    color: #ccc
}

#webtri-page-footer .widget .webtri-twitter-list.webtri-layout--columns #ctf a:hover {
    color: #fff
}

#webtri-side-area .widget .webtri-twitter-list.webtri-layout--columns #ctf a {
    color: #ccc
}

#webtri-side-area .widget .webtri-twitter-list.webtri-layout--columns #ctf a:hover {
    color: #fff
}

.webtri-yith-wccl--predefined .select_box {
    display: inline-block
}

.webtri-yith-wccl--predefined .select_box:after {
    display: none
}

.webtri-yith-wccl--predefined .select_box .select_option {
    vertical-align: middle;
    border: 0;
    margin: 0 5px 0 0;
    display: inline-block;
    float: none;
    position: relative
}

.webtri-yith-wccl--predefined .select_box .select_option:last-child {
    margin-right: 0
}

.webtri-yith-wccl--predefined .select_box .select_option>span:not(.yith_wccl_tooltip) {
    border: 0;
    min-width: auto;
    width: auto;
    height: auto;
    line-height: inherit
}

.webtri-yith-wccl--predefined .select_box .select_option .yith_wccl_tooltip {
    width: 100px
}

.webtri-yith-wccl--predefined .select_box .select_option .yith_wccl_tooltip>span {
    background: #fff;
    border-radius: 0;
    border: 1px solid #000!important;
    padding: 10px;
    color: #000
}

.webtri-yith-wccl--predefined .select_box .select_option .yith_wccl_tooltip.top span:after {
    top: 100%;
    bottom: auto
}

.webtri-yith-wccl--predefined .select_box.select_box_colorpicker .select_option {
    border: 1px solid transparent;
    padding: 1px
}

.webtri-yith-wccl--predefined .select_box.select_box_colorpicker .select_option>span:not(.yith_wccl_tooltip) {
    width: 38px;
    height: 15px
}

.webtri-yith-wccl--predefined .select_box.select_box_colorpicker .select_option.selected {
    border-color: #000
}

.webtri-yith-wccl--predefined .select_box.select_box_image .select_option {
    border: 1px solid transparent;
    padding: 1px
}

.webtri-yith-wccl--predefined .select_box.select_box_image .select_option>img:not(.yith_wccl_tooltip) {
    width: 40px;
    height: 40px;
    object-fit: cover
}

.webtri-yith-wccl--predefined .select_box.select_box_image .select_option.selected {
    border-color: #000
}

.webtri-yith-wccl--predefined .select_box.select_box_label>* {
    display: inline-flex;
    flex-wrap: wrap;
    font-family: "DM Sans",sans-serif;
    font-size: 17px;
    line-height: 1.58824em;
    font-weight: 400;
    color: #000;
    letter-spacing: .01em;
    display: inline-flex;
    vertical-align: middle;
    flex-wrap: wrap;
    color: #000
}

@media only screen and (max-width: 1600px) {
    .webtri-yith-wccl--predefined .select_box.select_box_label>* {
        font-size:16px!important;
        line-height: 1.5em!important
    }
}

@media only screen and (max-width: 1024px) {
    .webtri-yith-wccl--predefined .select_box.select_box_label>* {
        font-size:15px!important;
        line-height: 1.53333em!important
    }
}

.webtri-yith-wccl--predefined .select_box.select_box_label .select_option {
    transition: color .2s ease-out;
    margin: 0
}

.webtri-yith-wccl--predefined .select_box.select_box_label .select_option:after {
    content: ',';
    margin-right: 5px
}

.webtri-yith-wccl--predefined .select_box.select_box_label .select_option:last-of-type:after {
    display: none
}

.webtri-yith-wccl--predefined .select_box.select_box_label .select_option.selected {
    color: var(--qode-main-color)
}

.webtri-yith-wccl--predefined li.product .variations_form.cart {
    margin: 0 0 0 20px
}

.webtri-yith-wccl--predefined li.product .variations_form.cart div.variations {
    margin-bottom: 10px;
    text-align: right
}

.webtri-yith-wccl--predefined li.product .variations_form.cart div.variations:last-child {
    margin-bottom: 0
}

#yith-quick-view-modal .yith-quick-view-overlay {
    background: rgba(255,255,255,.79)!important
}

#yith-quick-view-modal .yith-wcqv-wrapper {
    height: auto!important;
    width: 960px!important;
    max-width: 90vw!important
}

#yith-quick-view-modal .yith-wcqv-main {
    box-shadow: 3px 3px 15px 0 rgba(0,0,0,.5)!important;
    overflow-y: hidden!important;
    max-height: 90vh!important
}

#yith-quick-view-modal #yith-quick-view-content.single-product .webtri-woo-single-inner {
    margin: 0
}

#yith-quick-view-modal #yith-quick-view-content.single-product .webtri-woo-single-inner>* {
    padding: 0
}

#yith-quick-view-modal #yith-quick-view-content.single-product .webtri-woo-single-image {
    align-self: stretch
}

#yith-quick-view-modal #yith-quick-view-content.single-product .webtri-woo-single-image .webtri-woo-product-mark {
    transform: translateX(0)
}

#yith-quick-view-modal #yith-quick-view-content.single-product .webtri-woo-single-image :not(.webtri-woo-product-mark) {
    height: 100%
}

#yith-quick-view-modal #yith-quick-view-content.single-product .webtri-woo-single-image .woocommerce-product-gallery figure {
    margin: 0!important
}

#yith-quick-view-modal #yith-quick-view-content.single-product .webtri-woo-single-image .woocommerce-product-gallery figure img {
    object-fit: cover
}

#yith-quick-view-modal #yith-quick-view-content.single-product .webtri-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 .webtri-woo-single-image .woocommerce-product-gallery figure>.webtri-woo-thumbnails-wrapper {
    display: none!important
}

#yith-quick-view-modal #yith-quick-view-content.single-product .entry-summary {
    align-self: center;
    padding: 30px
}

#yith-quick-view-modal #yith-quick-view-close {
    border: 0!important;
    font-size: 0;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 0;
    width: 25px;
    height: 25px
}

#yith-quick-view-modal #yith-quick-view-close:after {
    display: block;
    line-height: 25px;
    padding: 0 3px;
    position: relative;
    font-size: 18px;
    font-family: ElegantIcons;
    content: "\4d"
}

body:not([class*=brandtri-core]) #yith-quick-view-modal #yith-quick-view-close:after {
    content: 'x';
    font-family: initial
}

#yith-quick-view-modal .webtri-yith-wcqv-link {
    margin-top: 38px
}

.webtri-yith-wcqv--predefined .yith-wcqv-button {
    font-size: 0!important;
    margin: 0!important;
    padding: 0!important;
    line-height: 1!important;
    background-color: transparent!important
}

.webtri-yith-wcqv--predefined .yith-wcqv-button:before {
    font-size: 22px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
    content: "\f06e"
}

.webtri-yith-wcqv--predefined .webtri-e-media-inner .yith-wcqv-button {
    color: #fff!important
}

.webtri-yith-wcqv--predefined .webtri-e-media-inner .yith-wcqv-button:hover {
    color: var(--qode-main-color)!important
}

.webtri-yith-wcqv--predefined .webtri-e-media-inner .yith-wcqv-button .blockUI {
    display: none!important
}

.yith-wcwl-form .wishlist-title-container {
    display: none!important
}

.yith-wcwl-form .shop_table {
    font-size: 100%
}

.yith-wcwl-form .shop_table tr {
    border-left: none;
    border-right: none;
    border-top: none
}

.yith-wcwl-form .shop_table td,.yith-wcwl-form .shop_table th {
    padding: 15px 0 15px 15px;
    vertical-align: middle;
    text-align: left;
    border: 0
}

.yith-wcwl-form .shop_table td:first-child,.yith-wcwl-form .shop_table th:first-child {
    padding-left: 0
}

.yith-wcwl-form .shop_table th {
    font-family: Unbounded,sans-serif;
    font-weight: 700;
    color: #000;
    font-size: 24px;
    line-height: 1.25em;
    font-size: 13px;
    text-transform: uppercase
}

@media only screen and (max-width: 1600px) {
    .yith-wcwl-form .shop_table th {
        font-size:22px;
        line-height: 1.22727em
    }
}

@media only screen and (max-width: 1200px) {
    .yith-wcwl-form .shop_table th {
        font-size:20px;
        line-height: 1.35em
    }
}

.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 td .woocommerce-Price-amount {
    font-family: Unbounded,sans-serif;
    font-size: 19px;
    font-weight: 700
}

.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: 880px) {
    .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: 880px) {
    .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: #000!important;
    border-color: transparent!important
}

.yith-wcwl-form .wishlist_table .product-add-to-cart .added_to_cart,.yith-wcwl-form .wishlist_table .product-add-to-cart .button {
    font-family: Unbounded,sans-serif;
    font-size: 12px!important;
    line-height: 2em!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;
    text-transform: uppercase!important;
    border-radius: 0!important;
    outline: 0!important;
    transition: color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out!important;
    padding: 8px 34px!important;
    font-size: 14px;
    cursor: pointer!important;
    z-index: 3!important;
    padding: 0!important;
    color: var(--qode-button-color,#000);
    background-color: transparent;
    border: 0;
    font-size: 12px;
    line-height: 15px;
    --qode-padding: 14px;
    --qode-dot-color: currentColor;
    padding-left: var(--qode-padding)!important;
    padding-right: var(--qode-padding)!important;
    clip-path: inset(-10px)
}

.yith-wcwl-form .wishlist_table .product-add-to-cart .added_to_cart .webtri-m-text,.yith-wcwl-form .wishlist_table .product-add-to-cart .button .webtri-m-text {
    display: inline-block
}

.yith-wcwl-form .wishlist_table .product-add-to-cart .added_to_cart .webtri-m-text,.yith-wcwl-form .wishlist_table .product-add-to-cart .button .webtri-m-text {
    transition: transform .37s cubic-bezier(.22,.61,.36,1);
    transform: translateX(0);
    transition-delay: .05s
}

.yith-wcwl-form .wishlist_table .product-add-to-cart .added_to_cart:after,.yith-wcwl-form .wishlist_table .product-add-to-cart .added_to_cart:before,.yith-wcwl-form .wishlist_table .product-add-to-cart .button:after,.yith-wcwl-form .wishlist_table .product-add-to-cart .button:before {
    content: '';
    display: block;
    height: 7px;
    width: 7px;
    position: absolute;
    background-color: var(--qode-dot-color);
    border-radius: 50%;
    top: 3px;
    transition: transform .52s cubic-bezier(.22,.61,.28,.97),opacity .35s
}

.yith-wcwl-form .wishlist_table .product-add-to-cart .added_to_cart:before,.yith-wcwl-form .wishlist_table .product-add-to-cart .button:before {
    left: 0;
    transform: translateX(0) scale(1);
    opacity: 1
}

.yith-wcwl-form .wishlist_table .product-add-to-cart .added_to_cart:after,.yith-wcwl-form .wishlist_table .product-add-to-cart .button:after {
    right: 0;
    transform: translateX(calc(-1.7 * var(--qode-padding))) scale(.8);
    opacity: 0;
    transition-delay: .05s,0s;
    transition-duration: .52s,.25s
}

.yith-wcwl-form .wishlist_table .product-add-to-cart .added_to_cart:hover .webtri-m-text,.yith-wcwl-form .wishlist_table .product-add-to-cart .button:hover .webtri-m-text {
    transform: translateX(calc(-1 * var(--qode-padding)));
    transition-delay: 0s
}

.yith-wcwl-form .wishlist_table .product-add-to-cart .added_to_cart:hover:before,.yith-wcwl-form .wishlist_table .product-add-to-cart .button:hover:before {
    transform: translateX(calc(-1 * var(--qode-padding))) scale(.8);
    opacity: 0
}

.yith-wcwl-form .wishlist_table .product-add-to-cart .added_to_cart:hover:after,.yith-wcwl-form .wishlist_table .product-add-to-cart .button:hover:after {
    transform: translateX(calc(-1 * var(--qode-padding))) scale(1);
    opacity: 1;
    transition-delay: .15s,.15s
}

.yith-wcwl-form .wishlist_table .product-add-to-cart .added_to_cart i,.yith-wcwl-form .wishlist_table .product-add-to-cart .button i {
    display: none!important
}

.yith-wcwl-form .wishlist_table .product-add-to-cart .added_to_cart:before,.yith-wcwl-form .wishlist_table .product-add-to-cart .button:before {
    display: none!important
}

.yith-wcwl-form .wishlist_table .product-add-to-cart .added_to_cart.added,.yith-wcwl-form .wishlist_table .product-add-to-cart .button.added {
    display: none!important
}

.webtri-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
}

.webtri-yith-wcwl--predefined .yith-wcwl-add-to-wishlist a:before {
    font-size: 22px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
    content: "\f004"
}

.webtri-yith-wcwl--predefined .yith-wcwl-add-to-wishlist.exists a:before {
    font-size: 22px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f004"
}

.webtri-yith-wcwl--predefined .yith-wcwl-add-to-wishlist .blockOverlay,.webtri-yith-wcwl--predefined .yith-wcwl-add-to-wishlist .feedback,.webtri-yith-wcwl--predefined .yith-wcwl-add-to-wishlist .view-wishlist,.webtri-yith-wcwl--predefined .yith-wcwl-add-to-wishlist i,.webtri-yith-wcwl--predefined .yith-wcwl-add-to-wishlist span {
    display: none!important
}

.webtri-yith-wcwl--predefined .webtri-e-media-inner .yith-wcwl-add-to-wishlist a {
    color: #fff!important
}

.webtri-yith-wcwl--predefined .webtri-e-media-inner .yith-wcwl-add-to-wishlist a:hover {
    color: var(--qode-main-color)!important
}

.webtri-yith-wcwl--predefined #yith-wcwl-popup-message {
    display: none!important
}

.webtri-yith-wcwl--predefined .yith-wcwl-share {
    display: none!important
}

.webtri-woo-product-category-list.webtri-item-layout--info-on-image .product-category a,.webtri-woo-product-list .product-category a {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.webtri-woo-product-category-list.webtri-item-layout--info-on-image .product-category .woocommerce-loop-category__title,.webtri-woo-product-list .product-category .woocommerce-loop-category__title {
    background-color: #fff;
    left: 50%;
    margin: 0;
    padding: 12px 41px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: auto
}

.webtri-woo-product-category-list.webtri-item-layout--info-on-image .count,.webtri-woo-product-list .count {
    display: none
}

.webtri-woo-product-list.webtri-item-layout--info-on-image li .webtri-e-media {
    height: 100%;
    width: 100%
}

.widget_brandtri_core_woo_dropdown_cart,.widget_shopping_cart {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    position: relative
}

.widget_brandtri_core_woo_dropdown_cart .webtri-widget-dropdown-cart-inner,.widget_shopping_cart .webtri-widget-dropdown-cart-inner {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center
}

.widget_brandtri_core_woo_dropdown_cart .webtri-m-opener,.widget_brandtri_core_woo_dropdown_cart>.widgettitle,.widget_shopping_cart .webtri-m-opener,.widget_shopping_cart>.widgettitle {
    align-items: center;
    cursor: pointer;
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0
}

.widget_brandtri_core_woo_dropdown_cart .webtri-m-opener .webtri-m-opener-count,.widget_brandtri_core_woo_dropdown_cart .webtri-m-opener .webtri-m-opener-text,.widget_brandtri_core_woo_dropdown_cart>.widgettitle .webtri-m-opener-count,.widget_brandtri_core_woo_dropdown_cart>.widgettitle .webtri-m-opener-text,.widget_shopping_cart .webtri-m-opener .webtri-m-opener-count,.widget_shopping_cart .webtri-m-opener .webtri-m-opener-text,.widget_shopping_cart>.widgettitle .webtri-m-opener-count,.widget_shopping_cart>.widgettitle .webtri-m-opener-text {
    font-family: Unbounded,sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff
}

.webtri-skin--dark .widget_brandtri_core_woo_dropdown_cart .webtri-m-opener .webtri-m-opener-count,.webtri-skin--dark .widget_brandtri_core_woo_dropdown_cart .webtri-m-opener .webtri-m-opener-text,.webtri-skin--dark .widget_brandtri_core_woo_dropdown_cart>.widgettitle .webtri-m-opener-count,.webtri-skin--dark .widget_brandtri_core_woo_dropdown_cart>.widgettitle .webtri-m-opener-text,.webtri-skin--dark .widget_shopping_cart .webtri-m-opener .webtri-m-opener-count,.webtri-skin--dark .widget_shopping_cart .webtri-m-opener .webtri-m-opener-text,.webtri-skin--dark .widget_shopping_cart>.widgettitle .webtri-m-opener-count,.webtri-skin--dark .widget_shopping_cart>.widgettitle .webtri-m-opener-text {
    color: #000!important
}

.widget_brandtri_core_woo_dropdown_cart .webtri-m-opener .webtri-m-opener-count,.widget_brandtri_core_woo_dropdown_cart>.widgettitle .webtri-m-opener-count,.widget_shopping_cart .webtri-m-opener .webtri-m-opener-count,.widget_shopping_cart>.widgettitle .webtri-m-opener-count {
    margin-left: 3px
}

.widget_brandtri_core_woo_dropdown_cart .webtri-widget-dropdown-cart-content,.widget_brandtri_core_woo_dropdown_cart .widget_shopping_cart_content,.widget_shopping_cart .webtri-widget-dropdown-cart-content,.widget_shopping_cart .widget_shopping_cart_content {
    border-width: 1px;
    border-style: solid;
    display: block;
    padding: 15px 0;
    text-align: left;
    transition: opacity .2s ease-out,visibility .2s ease-out
}

#webtri-top-area .widget_brandtri_core_woo_dropdown_cart .webtri-widget-dropdown-cart-content,#webtri-top-area .widget_brandtri_core_woo_dropdown_cart .widget_shopping_cart_content,#webtri-top-area .widget_shopping_cart .webtri-widget-dropdown-cart-content,#webtri-top-area .widget_shopping_cart .widget_shopping_cart_content,header .widget_brandtri_core_woo_dropdown_cart .webtri-widget-dropdown-cart-content,header .widget_brandtri_core_woo_dropdown_cart .widget_shopping_cart_content,header .widget_shopping_cart .webtri-widget-dropdown-cart-content,header .widget_shopping_cart .widget_shopping_cart_content {
    left: auto;
    opacity: 0!important;
    position: absolute;
    right: 0;
    top: 100%;
    visibility: hidden!important;
    width: 290px;
    border-top: 1px solid #2b2b2b;
    border-radius: 0 0 10px 10px
}

.touchevents #webtri-top-area .widget_brandtri_core_woo_dropdown_cart .webtri-widget-dropdown-cart-content,.touchevents #webtri-top-area .widget_brandtri_core_woo_dropdown_cart .widget_shopping_cart_content,.touchevents #webtri-top-area .widget_shopping_cart .webtri-widget-dropdown-cart-content,.touchevents #webtri-top-area .widget_shopping_cart .widget_shopping_cart_content,.touchevents header .widget_brandtri_core_woo_dropdown_cart .webtri-widget-dropdown-cart-content,.touchevents header .widget_brandtri_core_woo_dropdown_cart .widget_shopping_cart_content,.touchevents header .widget_shopping_cart .webtri-widget-dropdown-cart-content,.touchevents header .widget_shopping_cart .widget_shopping_cart_content {
    display: none
}

.widget_brandtri_core_woo_dropdown_cart .webtri-widget-dropdown-cart-content>*,.widget_brandtri_core_woo_dropdown_cart .widget_shopping_cart_content>*,.widget_shopping_cart .webtri-widget-dropdown-cart-content>*,.widget_shopping_cart .widget_shopping_cart_content>* {
    padding: 0 15px!important
}

.widget_brandtri_core_woo_dropdown_cart .webtri-widget-dropdown-cart-content .blockUI,.widget_brandtri_core_woo_dropdown_cart .widget_shopping_cart_content .blockUI,.widget_shopping_cart .webtri-widget-dropdown-cart-content .blockUI,.widget_shopping_cart .widget_shopping_cart_content .blockUI {
    display: none!important
}

.widget_brandtri_core_woo_dropdown_cart .webtri-woo-mini-cart .webtri-woo-mini-cart-item,.widget_brandtri_core_woo_dropdown_cart .webtri-woo-mini-cart .woocommerce-mini-cart-item,.widget_brandtri_core_woo_dropdown_cart .woocommerce-mini-cart .webtri-woo-mini-cart-item,.widget_brandtri_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item,.widget_shopping_cart .webtri-woo-mini-cart .webtri-woo-mini-cart-item,.widget_shopping_cart .webtri-woo-mini-cart .woocommerce-mini-cart-item,.widget_shopping_cart .woocommerce-mini-cart .webtri-woo-mini-cart-item,.widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item {
    margin: 0 0 20px 0;
    position: relative
}

.widget_brandtri_core_woo_dropdown_cart .webtri-woo-mini-cart .webtri-woo-mini-cart-item:last-of-type,.widget_brandtri_core_woo_dropdown_cart .webtri-woo-mini-cart .woocommerce-mini-cart-item:last-of-type,.widget_brandtri_core_woo_dropdown_cart .woocommerce-mini-cart .webtri-woo-mini-cart-item:last-of-type,.widget_brandtri_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item:last-of-type,.widget_shopping_cart .webtri-woo-mini-cart .webtri-woo-mini-cart-item:last-of-type,.widget_shopping_cart .webtri-woo-mini-cart .woocommerce-mini-cart-item:last-of-type,.widget_shopping_cart .woocommerce-mini-cart .webtri-woo-mini-cart-item:last-of-type,.widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item:last-of-type {
    margin: 0
}

.widget_brandtri_core_woo_dropdown_cart .webtri-woo-mini-cart .webtri-woo-mini-cart-item img,.widget_brandtri_core_woo_dropdown_cart .webtri-woo-mini-cart .woocommerce-mini-cart-item img,.widget_brandtri_core_woo_dropdown_cart .woocommerce-mini-cart .webtri-woo-mini-cart-item img,.widget_brandtri_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item img,.widget_shopping_cart .webtri-woo-mini-cart .webtri-woo-mini-cart-item img,.widget_shopping_cart .webtri-woo-mini-cart .woocommerce-mini-cart-item img,.widget_shopping_cart .woocommerce-mini-cart .webtri-woo-mini-cart-item img,.widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item img {
    margin: 0 15px 0 0;
    width: 75px;
    border-radius: 5px
}

.widget_brandtri_core_woo_dropdown_cart .webtri-woo-mini-cart .webtri-woo-mini-cart-item .remove,.widget_brandtri_core_woo_dropdown_cart .webtri-woo-mini-cart .woocommerce-mini-cart-item .remove,.widget_brandtri_core_woo_dropdown_cart .woocommerce-mini-cart .webtri-woo-mini-cart-item .remove,.widget_brandtri_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove,.widget_shopping_cart .webtri-woo-mini-cart .webtri-woo-mini-cart-item .remove,.widget_shopping_cart .webtri-woo-mini-cart .woocommerce-mini-cart-item .remove,.widget_shopping_cart .woocommerce-mini-cart .webtri-woo-mini-cart-item .remove,.widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove {
    font-size: 15px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 5
}

.widget_brandtri_core_woo_dropdown_cart .webtri-woo-mini-cart .webtri-woo-mini-cart-item .remove .webtri-svg--close g,.widget_brandtri_core_woo_dropdown_cart .webtri-woo-mini-cart .woocommerce-mini-cart-item .remove .webtri-svg--close g,.widget_brandtri_core_woo_dropdown_cart .woocommerce-mini-cart .webtri-woo-mini-cart-item .remove .webtri-svg--close g,.widget_brandtri_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove .webtri-svg--close g,.widget_shopping_cart .webtri-woo-mini-cart .webtri-woo-mini-cart-item .remove .webtri-svg--close g,.widget_shopping_cart .webtri-woo-mini-cart .woocommerce-mini-cart-item .remove .webtri-svg--close g,.widget_shopping_cart .woocommerce-mini-cart .webtri-woo-mini-cart-item .remove .webtri-svg--close g,.widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove .webtri-svg--close g {
    stroke: #fff
}

.widget_brandtri_core_woo_dropdown_cart .webtri-woo-mini-cart .webtri-woo-mini-cart-item .variation,.widget_brandtri_core_woo_dropdown_cart .webtri-woo-mini-cart .woocommerce-mini-cart-item .variation,.widget_brandtri_core_woo_dropdown_cart .woocommerce-mini-cart .webtri-woo-mini-cart-item .variation,.widget_brandtri_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .variation,.widget_shopping_cart .webtri-woo-mini-cart .webtri-woo-mini-cart-item .variation,.widget_shopping_cart .webtri-woo-mini-cart .woocommerce-mini-cart-item .variation,.widget_shopping_cart .woocommerce-mini-cart .webtri-woo-mini-cart-item .variation,.widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .variation {
    display: none
}

.widget_brandtri_core_woo_dropdown_cart .woocommerce-mini-cart-item img,.widget_shopping_cart .woocommerce-mini-cart-item img {
    float: left;
    vertical-align: top
}

.widget_brandtri_core_woo_dropdown_cart .woocommerce-mini-cart-item a,.widget_shopping_cart .woocommerce-mini-cart-item a {
    font-family: Unbounded,sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.25em;
    display: block
}

@media only screen and (max-width: 1600px) {
    .widget_brandtri_core_woo_dropdown_cart .woocommerce-mini-cart-item a,.widget_shopping_cart .woocommerce-mini-cart-item a {
        font-size:22px;
        line-height: 1.22727em
    }
}

@media only screen and (max-width: 1200px) {
    .widget_brandtri_core_woo_dropdown_cart .woocommerce-mini-cart-item a,.widget_shopping_cart .woocommerce-mini-cart-item a {
        font-size:20px;
        line-height: 1.35em
    }
}

.widget_brandtri_core_woo_dropdown_cart .woocommerce-mini-cart-item:after,.widget_shopping_cart .woocommerce-mini-cart-item:after {
    clear: both;
    content: '';
    display: table
}

.widget_brandtri_core_woo_dropdown_cart .webtri-woo-mini-cart,.widget_shopping_cart .webtri-woo-mini-cart {
    max-height: 50vh;
    overflow: hidden;
    position: relative
}

.widget_brandtri_core_woo_dropdown_cart .webtri-woo-mini-cart .webtri-woo-mini-cart-item,.widget_shopping_cart .webtri-woo-mini-cart .webtri-woo-mini-cart-item {
    display: flex;
    margin: 0 0 15px!important
}

.widget_brandtri_core_woo_dropdown_cart .webtri-woo-mini-cart .webtri-woo-mini-cart-item .webtri-e-image,.widget_shopping_cart .webtri-woo-mini-cart .webtri-woo-mini-cart-item .webtri-e-image {
    flex-shrink: 0
}

.widget_brandtri_core_woo_dropdown_cart .webtri-woo-mini-cart .webtri-woo-mini-cart-item .webtri-e-image a,.widget_shopping_cart .webtri-woo-mini-cart .webtri-woo-mini-cart-item .webtri-e-image a {
    display: block
}

.widget_brandtri_core_woo_dropdown_cart .webtri-woo-mini-cart .webtri-woo-mini-cart-item .webtri-e-content,.widget_shopping_cart .webtri-woo-mini-cart .webtri-woo-mini-cart-item .webtri-e-content {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0 4px 0 0;
    width: 100%
}

.widget_brandtri_core_woo_dropdown_cart .webtri-woo-mini-cart .webtri-woo-mini-cart-item .webtri-e-title,.widget_shopping_cart .webtri-woo-mini-cart .webtri-woo-mini-cart-item .webtri-e-title {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0
}

.widget_brandtri_core_woo_dropdown_cart .webtri-woo-mini-cart .webtri-woo-mini-cart-item .webtri-e-price,.widget_shopping_cart .webtri-woo-mini-cart .webtri-woo-mini-cart-item .webtri-e-price {
    font-size: 14px;
    margin: 0
}

.widget_brandtri_core_woo_dropdown_cart .webtri-woo-mini-cart .webtri-woo-mini-cart-item .webtri-e-quantity,.widget_shopping_cart .webtri-woo-mini-cart .webtri-woo-mini-cart-item .webtri-e-quantity {
    font-size: 14px;
    margin: 0;
    line-height: 1
}

.widget_brandtri_core_woo_dropdown_cart .webtri-m-order-details,.widget_brandtri_core_woo_dropdown_cart .woocommerce-mini-cart__total,.widget_shopping_cart .webtri-m-order-details,.widget_shopping_cart .woocommerce-mini-cart__total {
    align-items: center;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #2b2b2b;
    border-bottom: 1px solid #2b2b2b;
    padding: 10px 15px!important
}

.widget_brandtri_core_woo_dropdown_cart .webtri-m-order-details strong,.widget_brandtri_core_woo_dropdown_cart .woocommerce-mini-cart__total strong,.widget_shopping_cart .webtri-m-order-details strong,.widget_shopping_cart .woocommerce-mini-cart__total strong {
    font-family: Unbounded,sans-serif;
    font-weight: 700;
    font-size: 19px;
    line-height: 1.31579em;
    font-size: 12px;
    text-transform: uppercase
}

@media only screen and (max-width: 1600px) {
    .widget_brandtri_core_woo_dropdown_cart .webtri-m-order-details strong,.widget_brandtri_core_woo_dropdown_cart .woocommerce-mini-cart__total strong,.widget_shopping_cart .webtri-m-order-details strong,.widget_shopping_cart .woocommerce-mini-cart__total strong {
        font-size:17px;
        line-height: 1.29412em
    }
}

@media only screen and (max-width: 1200px) {
    .widget_brandtri_core_woo_dropdown_cart .webtri-m-order-details strong,.widget_brandtri_core_woo_dropdown_cart .woocommerce-mini-cart__total strong,.widget_shopping_cart .webtri-m-order-details strong,.widget_shopping_cart .woocommerce-mini-cart__total strong {
        font-size:16px;
        line-height: 1.3125em
    }
}

.widget_brandtri_core_woo_dropdown_cart .webtri-m-order-details .amount,.widget_brandtri_core_woo_dropdown_cart .woocommerce-mini-cart__total .amount,.widget_shopping_cart .webtri-m-order-details .amount,.widget_shopping_cart .woocommerce-mini-cart__total .amount {
    font-size: 14px;
    font-weight: 400
}

.widget_brandtri_core_woo_dropdown_cart .webtri-m-action,.widget_brandtri_core_woo_dropdown_cart .woocommerce-mini-cart__buttons,.widget_shopping_cart .webtri-m-action,.widget_shopping_cart .woocommerce-mini-cart__buttons {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 20px 0 8px
}

.widget_brandtri_core_woo_dropdown_cart .webtri-m-action a,.widget_brandtri_core_woo_dropdown_cart .woocommerce-mini-cart__buttons a,.widget_shopping_cart .webtri-m-action a,.widget_shopping_cart .woocommerce-mini-cart__buttons a {
    font-family: Unbounded,sans-serif;
    font-size: 12px;
    line-height: 2em;
    font-weight: 500;
    position: relative;
    display: inline-flex;
    vertical-align: middle;
    width: auto;
    margin: 0;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 0;
    outline: 0;
    transition: color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;
    --qode-padding: 14px;
    --qode-dot-color: currentColor;
    padding-left: var(--qode-padding)!important;
    padding-right: var(--qode-padding)!important;
    clip-path: inset(-10px);
    --qode-dot-color: #fff;
    color: #fff
}

.widget_brandtri_core_woo_dropdown_cart .webtri-m-action a .webtri-m-text,.widget_brandtri_core_woo_dropdown_cart .woocommerce-mini-cart__buttons a .webtri-m-text,.widget_shopping_cart .webtri-m-action a .webtri-m-text,.widget_shopping_cart .woocommerce-mini-cart__buttons a .webtri-m-text {
    transition: transform .37s cubic-bezier(.22,.61,.36,1);
    transform: translateX(0);
    transition-delay: .05s
}

.widget_brandtri_core_woo_dropdown_cart .webtri-m-action a:after,.widget_brandtri_core_woo_dropdown_cart .webtri-m-action a:before,.widget_brandtri_core_woo_dropdown_cart .woocommerce-mini-cart__buttons a:after,.widget_brandtri_core_woo_dropdown_cart .woocommerce-mini-cart__buttons a:before,.widget_shopping_cart .webtri-m-action a:after,.widget_shopping_cart .webtri-m-action a:before,.widget_shopping_cart .woocommerce-mini-cart__buttons a:after,.widget_shopping_cart .woocommerce-mini-cart__buttons a:before {
    content: '';
    display: block;
    height: 7px;
    width: 7px;
    position: absolute;
    background-color: var(--qode-dot-color);
    border-radius: 50%;
    top: 8px;
    transition: transform .52s cubic-bezier(.22,.61,.28,.97),opacity .35s
}

.widget_brandtri_core_woo_dropdown_cart .webtri-m-action a:before,.widget_brandtri_core_woo_dropdown_cart .woocommerce-mini-cart__buttons a:before,.widget_shopping_cart .webtri-m-action a:before,.widget_shopping_cart .woocommerce-mini-cart__buttons a:before {
    left: 0;
    transform: translateX(0) scale(1);
    opacity: 1
}

.widget_brandtri_core_woo_dropdown_cart .webtri-m-action a:after,.widget_brandtri_core_woo_dropdown_cart .woocommerce-mini-cart__buttons a:after,.widget_shopping_cart .webtri-m-action a:after,.widget_shopping_cart .woocommerce-mini-cart__buttons a:after {
    right: 0;
    transform: translateX(calc(-1.7 * var(--qode-padding))) scale(.8);
    opacity: 0;
    transition-delay: .05s,0s;
    transition-duration: .52s,.25s
}

.widget_brandtri_core_woo_dropdown_cart .webtri-m-action a:hover .webtri-m-text,.widget_brandtri_core_woo_dropdown_cart .woocommerce-mini-cart__buttons a:hover .webtri-m-text,.widget_shopping_cart .webtri-m-action a:hover .webtri-m-text,.widget_shopping_cart .woocommerce-mini-cart__buttons a:hover .webtri-m-text {
    transform: translateX(calc(-1 * var(--qode-padding)));
    transition-delay: 0s
}

.widget_brandtri_core_woo_dropdown_cart .webtri-m-action a:hover:before,.widget_brandtri_core_woo_dropdown_cart .woocommerce-mini-cart__buttons a:hover:before,.widget_shopping_cart .webtri-m-action a:hover:before,.widget_shopping_cart .woocommerce-mini-cart__buttons a:hover:before {
    transform: translateX(calc(-1 * var(--qode-padding))) scale(.8);
    opacity: 0
}

.widget_brandtri_core_woo_dropdown_cart .webtri-m-action a:hover:after,.widget_brandtri_core_woo_dropdown_cart .woocommerce-mini-cart__buttons a:hover:after,.widget_shopping_cart .webtri-m-action a:hover:after,.widget_shopping_cart .woocommerce-mini-cart__buttons a:hover:after {
    transform: translateX(calc(-1 * var(--qode-padding))) scale(1);
    opacity: 1;
    transition-delay: .15s,.15s
}

.widget_brandtri_core_woo_dropdown_cart .woocommerce-mini-cart__buttons,.widget_shopping_cart .woocommerce-mini-cart__buttons {
    flex-direction: column
}

.widget_brandtri_core_woo_dropdown_cart .woocommerce-mini-cart__buttons a,.widget_shopping_cart .woocommerce-mini-cart__buttons a {
    width: 100%!important;
    justify-content: center
}

.widget_brandtri_core_woo_dropdown_cart .woocommerce-mini-cart__buttons a:last-child,.widget_shopping_cart .woocommerce-mini-cart__buttons a:last-child {
    margin-top: 5px
}

#webtri-top-area .widget_brandtri_core_woo_dropdown_cart:hover .webtri-widget-dropdown-cart-content,#webtri-top-area .widget_brandtri_core_woo_dropdown_cart:hover .widget_shopping_cart_content,#webtri-top-area .widget_shopping_cart:hover .webtri-widget-dropdown-cart-content,#webtri-top-area .widget_shopping_cart:hover .widget_shopping_cart_content,header .widget_brandtri_core_woo_dropdown_cart:hover .webtri-widget-dropdown-cart-content,header .widget_brandtri_core_woo_dropdown_cart:hover .widget_shopping_cart_content,header .widget_shopping_cart:hover .webtri-widget-dropdown-cart-content,header .widget_shopping_cart:hover .widget_shopping_cart_content {
    opacity: 1!important;
    visibility: visible!important
}

.widget_brandtri_core_woo_dropdown_cart,.widget_shopping_cart {
    color: #000
}

.widget_brandtri_core_woo_dropdown_cart .webtri-widget-dropdown-cart-content,.widget_brandtri_core_woo_dropdown_cart .widget_shopping_cart_content,.widget_shopping_cart .webtri-widget-dropdown-cart-content,.widget_shopping_cart .widget_shopping_cart_content {
    background-color: #000;
    color: #fff;
    border-color: #000
}

.widget_brandtri_core_woo_dropdown_cart .woocommerce-mini-cart-item a,.widget_shopping_cart .woocommerce-mini-cart-item a {
    color: #fff
}

.widget_brandtri_core_woo_dropdown_cart .woocommerce-mini-cart-item a:hover,.widget_shopping_cart .woocommerce-mini-cart-item a:hover {
    color: #fff
}

.widget_brandtri_core_woo_dropdown_cart .webtri-woo-mini-cart .webtri-e-title a,.widget_shopping_cart .webtri-woo-mini-cart .webtri-e-title a {
    color: #fff
}

.widget_brandtri_core_woo_dropdown_cart .webtri-woo-mini-cart .webtri-e-title a:hover,.widget_shopping_cart .webtri-woo-mini-cart .webtri-e-title a:hover {
    color: #fff
}

.widget_brandtri_core_woo_dropdown_cart .webtri-woo-mini-cart .webtri-woo-mini-cart-item .remove,.widget_brandtri_core_woo_dropdown_cart .webtri-woo-mini-cart .woocommerce-mini-cart-item .remove,.widget_brandtri_core_woo_dropdown_cart .woocommerce-mini-cart .webtri-woo-mini-cart-item .remove,.widget_brandtri_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove,.widget_shopping_cart .webtri-woo-mini-cart .webtri-woo-mini-cart-item .remove,.widget_shopping_cart .webtri-woo-mini-cart .woocommerce-mini-cart-item .remove,.widget_shopping_cart .woocommerce-mini-cart .webtri-woo-mini-cart-item .remove,.widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove {
    color: #fff
}

.widget_brandtri_core_woo_dropdown_cart .webtri-woo-mini-cart .webtri-woo-mini-cart-item .remove:hover,.widget_brandtri_core_woo_dropdown_cart .webtri-woo-mini-cart .woocommerce-mini-cart-item .remove:hover,.widget_brandtri_core_woo_dropdown_cart .woocommerce-mini-cart .webtri-woo-mini-cart-item .remove:hover,.widget_brandtri_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove:hover,.widget_shopping_cart .webtri-woo-mini-cart .webtri-woo-mini-cart-item .remove:hover,.widget_shopping_cart .webtri-woo-mini-cart .woocommerce-mini-cart-item .remove:hover,.widget_shopping_cart .woocommerce-mini-cart .webtri-woo-mini-cart-item .remove:hover,.widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove:hover {
    color: #fff
}

.widget_brandtri_core_woo_dropdown_cart .webtri-m-order-details strong,.widget_brandtri_core_woo_dropdown_cart .woocommerce-mini-cart__total strong,.widget_shopping_cart .webtri-m-order-details strong,.widget_shopping_cart .woocommerce-mini-cart__total strong {
    color: #fff
}

#webtri-top-area .widget_brandtri_core_woo_dropdown_cart,#webtri-top-area .widget_shopping_cart {
    color: #eee
}

#webtri-page-footer .widget_brandtri_core_woo_dropdown_cart,#webtri-page-footer .widget_shopping_cart {
    color: #ccc
}

#webtri-page-footer .widget_brandtri_core_woo_dropdown_cart .webtri-widget-dropdown-cart-content,#webtri-page-footer .widget_brandtri_core_woo_dropdown_cart .widget_shopping_cart_content,#webtri-page-footer .widget_shopping_cart .webtri-widget-dropdown-cart-content,#webtri-page-footer .widget_shopping_cart .widget_shopping_cart_content {
    background-color: #000;
    color: #ccc;
    border-color: #fff
}

#webtri-page-footer .widget_brandtri_core_woo_dropdown_cart .woocommerce-mini-cart-item a,#webtri-page-footer .widget_shopping_cart .woocommerce-mini-cart-item a {
    color: #ccc
}

#webtri-page-footer .widget_brandtri_core_woo_dropdown_cart .woocommerce-mini-cart-item a:hover,#webtri-page-footer .widget_shopping_cart .woocommerce-mini-cart-item a:hover {
    color: #fff
}

#webtri-page-footer .widget_brandtri_core_woo_dropdown_cart .webtri-woo-mini-cart .webtri-e-title a,#webtri-page-footer .widget_shopping_cart .webtri-woo-mini-cart .webtri-e-title a {
    color: #ccc
}

#webtri-page-footer .widget_brandtri_core_woo_dropdown_cart .webtri-woo-mini-cart .webtri-e-title a:hover,#webtri-page-footer .widget_shopping_cart .webtri-woo-mini-cart .webtri-e-title a:hover {
    color: #fff
}

#webtri-page-footer .widget_brandtri_core_woo_dropdown_cart .webtri-woo-mini-cart .webtri-woo-mini-cart-item .remove,#webtri-page-footer .widget_brandtri_core_woo_dropdown_cart .webtri-woo-mini-cart .woocommerce-mini-cart-item .remove,#webtri-page-footer .widget_brandtri_core_woo_dropdown_cart .woocommerce-mini-cart .webtri-woo-mini-cart-item .remove,#webtri-page-footer .widget_brandtri_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove,#webtri-page-footer .widget_shopping_cart .webtri-woo-mini-cart .webtri-woo-mini-cart-item .remove,#webtri-page-footer .widget_shopping_cart .webtri-woo-mini-cart .woocommerce-mini-cart-item .remove,#webtri-page-footer .widget_shopping_cart .woocommerce-mini-cart .webtri-woo-mini-cart-item .remove,#webtri-page-footer .widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove {
    color: #ccc
}

#webtri-page-footer .widget_brandtri_core_woo_dropdown_cart .webtri-woo-mini-cart .webtri-woo-mini-cart-item .remove:hover,#webtri-page-footer .widget_brandtri_core_woo_dropdown_cart .webtri-woo-mini-cart .woocommerce-mini-cart-item .remove:hover,#webtri-page-footer .widget_brandtri_core_woo_dropdown_cart .woocommerce-mini-cart .webtri-woo-mini-cart-item .remove:hover,#webtri-page-footer .widget_brandtri_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove:hover,#webtri-page-footer .widget_shopping_cart .webtri-woo-mini-cart .webtri-woo-mini-cart-item .remove:hover,#webtri-page-footer .widget_shopping_cart .webtri-woo-mini-cart .woocommerce-mini-cart-item .remove:hover,#webtri-page-footer .widget_shopping_cart .woocommerce-mini-cart .webtri-woo-mini-cart-item .remove:hover,#webtri-page-footer .widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove:hover {
    color: #fff
}

#webtri-page-footer .widget_brandtri_core_woo_dropdown_cart .webtri-m-order-details strong,#webtri-page-footer .widget_brandtri_core_woo_dropdown_cart .woocommerce-mini-cart__total strong,#webtri-page-footer .widget_shopping_cart .webtri-m-order-details strong,#webtri-page-footer .widget_shopping_cart .woocommerce-mini-cart__total strong {
    color: #ccc
}

#webtri-side-area .widget_brandtri_core_woo_dropdown_cart,#webtri-side-area .widget_shopping_cart {
    color: #eee
}

.webtri-mega-menu-widget-holder .widget_brandtri_core_woo_dropdown_cart,.webtri-mega-menu-widget-holder .widget_shopping_cart {
    color: #fff
}

.widget_brandtri_core_woo_side_area_cart {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%
}

.widget_brandtri_core_woo_side_area_cart .webtri-widget-side-area-cart-inner {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center
}

.widget_brandtri_core_woo_side_area_cart .webtri-widget-side-area-cart-inner .webtri-m-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    height: 100%
}

.widget_brandtri_core_woo_side_area_cart .webtri-widget-side-area-cart-inner .webtri-m-opener {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%
}

.widget_brandtri_core_woo_side_area_cart .webtri-widget-side-area-cart-inner .webtri-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 #000;
    overflow: hidden;
    visibility: hidden;
    z-index: 9999;
    transition: all .6s cubic-bezier(.77,0,.175,1)
}

.admin-bar .widget_brandtri_core_woo_side_area_cart .webtri-widget-side-area-cart-inner .webtri-widget-side-area-cart-content {
    top: 32px;
    height: calc(100vh - 32px)
}

.widget_brandtri_core_woo_side_area_cart .webtri-widget-side-area-cart-inner .webtri-m-close {
    position: absolute;
    top: 30px;
    right: 30px;
    display: block;
    font-size: 34px;
    z-index: 1000
}

.widget_brandtri_core_woo_side_area_cart .webtri-widget-side-area-cart-inner .webtri-m-posts-not-found {
    padding: 0 35px
}

.widget_brandtri_core_woo_side_area_cart .webtri-widget-side-area-cart-inner .webtri-woo-side-area-cart {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding: 0 35px!important
}

.widget_brandtri_core_woo_side_area_cart .webtri-widget-side-area-cart-inner .webtri-woo-side-area-cart-item {
    position: relative;
    display: flex;
    align-items: flex-start;
    margin-top: 20px
}

.widget_brandtri_core_woo_side_area_cart .webtri-widget-side-area-cart-inner .webtri-woo-side-area-cart-item:first-child {
    margin-top: 0
}

.widget_brandtri_core_woo_side_area_cart .webtri-widget-side-area-cart-inner .webtri-e-image {
    flex-shrink: 0;
    width: 80px;
    margin-right: 20px
}

.widget_brandtri_core_woo_side_area_cart .webtri-widget-side-area-cart-inner .webtri-e-image a,.widget_brandtri_core_woo_side_area_cart .webtri-widget-side-area-cart-inner .webtri-e-image img {
    display: block
}

.widget_brandtri_core_woo_side_area_cart .webtri-widget-side-area-cart-inner .webtri-e-content {
    width: 100%;
    padding-right: 20px
}

.widget_brandtri_core_woo_side_area_cart .webtri-widget-side-area-cart-inner .webtri-e-title {
    margin: 0
}

.widget_brandtri_core_woo_side_area_cart .webtri-widget-side-area-cart-inner .webtri-e-price {
    margin: 3px 0 0
}

.widget_brandtri_core_woo_side_area_cart .webtri-widget-side-area-cart-inner .webtri-e-quantity {
    margin: 3px 0 0
}

.widget_brandtri_core_woo_side_area_cart .webtri-widget-side-area-cart-inner .remove {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 20px;
    line-height: 1;
    z-index: 5
}

.widget_brandtri_core_woo_side_area_cart .webtri-widget-side-area-cart-inner .webtri-m-order-details {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 25px;
    padding: 0 35px
}

.widget_brandtri_core_woo_side_area_cart .webtri-widget-side-area-cart-inner .webtri-m-order-details>* {
    margin: 0
}

.widget_brandtri_core_woo_side_area_cart .webtri-widget-side-area-cart-inner .webtri-m-action {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%
}

.widget_brandtri_core_woo_side_area_cart .webtri-widget-side-area-cart-inner .webtri-m-action-link {
    font-family: Unbounded,sans-serif;
    font-size: 12px;
    line-height: 2em;
    font-weight: 500;
    position: relative;
    display: inline-flex;
    vertical-align: middle;
    width: auto;
    margin: 0;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 0;
    outline: 0;
    transition: color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;
    color: var(--qode-button-color,#fff);
    background-color: var(--qode-button-bg-color,#000);
    border: 1px solid var(--qode-button-border-color,transparent)
}

.widget_brandtri_core_woo_side_area_cart .webtri-widget-side-area-cart-inner .webtri-m-action-link:hover {
    color: var(--qode-button-hover-color,#fff);
    background-color: var(--qode-button-bg-hover-color,var(--qode-main-color));
    border-color: var(--qode-button-border-hover-color,transparent)
}

.widget_brandtri_core_woo_side_area_cart.webtri--opened .webtri-widget-side-area-cart-content {
    right: 0;
    visibility: visible
}

.webtri-woo-side-area-cart-cover {
    position: fixed;
    top: 0;
    left: 0;
    width: calc(100% - 360px);
    height: 100vh;
    overflow: hidden;
    z-index: 1002
}

.webtri-shortcode .last_toggle_el_margin,.webtri-shortcode .wpb_button,.webtri-shortcode .wpb_content_element,.webtri-shortcode .wpb_row,.webtri-shortcode ul.wpb_thumbnails-fluid>li {
    margin-bottom: 0!important
}

.webtri-vc-row-wrapper.webtri--parallax-row {
    width: 100%
}

.touchevents .webtri-vc-row-wrapper.webtri--parallax-row {
    height: auto!important
}

.webtri-clients-list .webtri-e {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.webtri-clients-list.webtri-item-layout--image-only.webtri-hover-animation--circle-lines .webtri-e {
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.webtri-clients-list.webtri-item-layout--image-only.webtri-hover-animation--circle-lines .webtri-e .webtri-e-image {
    position: relative;
    display: inline-block;
    line-height: 0;
    vertical-align: top
}

.webtri-clients-list.webtri-item-layout--image-only.webtri-hover-animation--circle-lines .webtri-e .webtri-e-image a {
    display: inline-block
}

.webtri-clients-list.webtri-item-layout--image-only.webtri-hover-animation--circle-lines .webtri-e .webtri-e-logo {
    position: relative;
    display: inline-block;
    width: auto
}

.webtri-clients-list.webtri-item-layout--image-only.webtri-hover-animation--circle-lines .webtri-e .webtri-e-logo .webtri-svg--client-hover {
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    margin: auto;
    text-align: center;
    overflow: visible;
    opacity: 0;
    --qode-path-length: 500px;
    stroke-dashoffset: var(--qode-path-length);
    stroke-dasharray: var(--qode-path-length);
    transition: opacity .4s .3s,stroke-dashoffset .7s,color .2s ease-out
}

.webtri-clients-list.webtri-item-layout--image-only.webtri-hover-animation--circle-lines .webtri-e .webtri-e-hover-logo {
    display: none
}

.webtri-clients-list.webtri-item-layout--image-only.webtri-hover-animation--circle-lines .webtri-e:hover .webtri-e-logo .webtri-svg--client-hover {
    stroke-dashoffset: 0;
    opacity: 1;
    transition-duration: .2s,1.3s,.2s;
    transition-delay: 0s,0s,0s;
    transition-timing-function: ease,cubic-bezier(.39,.06,.31,.95),ease-out
}

.webtri-clients-list.webtri-item-layout--image-only.webtri-hover-animation--fade-in .webtri-e {
    display: flex;
    align-items: center;
    justify-content: center
}

.webtri-clients-list.webtri-item-layout--image-only.webtri-hover-animation--fade-in .webtri-e .webtri-e-image {
    line-height: 0;
    position: relative;
    display: inline-block;
    vertical-align: top
}

.webtri-clients-list.webtri-item-layout--image-only.webtri-hover-animation--fade-in .webtri-e .webtri-e-image a {
    display: inline-block
}

.webtri-clients-list.webtri-item-layout--image-only.webtri-hover-animation--fade-in .webtri-e .webtri-e-logo {
    width: auto;
    opacity: 1;
    will-change: opacity;
    transition: opacity .35s ease-out;
    display: inline-block
}

.webtri-clients-list.webtri-item-layout--image-only.webtri-hover-animation--fade-in .webtri-e .webtri-e-hover-logo {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    opacity: 0;
    will-change: opacity;
    transition: opacity .35s ease-out
}

.webtri-clients-list.webtri-item-layout--image-only.webtri-hover-animation--fade-in .webtri-e:hover .webtri-e-logo {
    opacity: 0
}

.webtri-clients-list.webtri-item-layout--image-only.webtri-hover-animation--fade-in .webtri-e:hover .webtri-e-hover-logo {
    opacity: 1
}

.webtri-clients-list.webtri-item-layout--image-only.webtri-hover-animation--fade .webtri-e {
    display: flex;
    align-items: center;
    justify-content: center
}

.webtri-clients-list.webtri-item-layout--image-only.webtri-hover-animation--fade .webtri-e .webtri-e-image {
    line-height: 0;
    position: relative;
    display: inline-block;
    vertical-align: top
}

.webtri-clients-list.webtri-item-layout--image-only.webtri-hover-animation--fade .webtri-e .webtri-e-image a {
    display: inline-block
}

.webtri-clients-list.webtri-item-layout--image-only.webtri-hover-animation--fade .webtri-e .webtri-e-logo {
    width: auto;
    opacity: var(--webtri-client-initial-opacity,1);
    will-change: opacity;
    transition: opacity .3s ease;
    display: inline-block
}

.webtri-clients-list.webtri-item-layout--image-only.webtri-hover-animation--fade .webtri-e .webtri-e-hover-logo {
    display: none
}

.webtri-clients-list.webtri-item-layout--image-only.webtri-hover-animation--fade .webtri-e:hover .webtri-e-logo {
    opacity: var(--webtri-client-hover-opacity,.5)
}

.webtri-clients-list.webtri-item-layout--image-only.webtri-hover-animation--no-hover .webtri-e {
    display: flex;
    align-items: center;
    justify-content: center
}

.webtri-clients-list.webtri-item-layout--image-only.webtri-hover-animation--no-hover .webtri-e .webtri-e-image {
    line-height: 0;
    position: relative;
    display: inline-block;
    vertical-align: top
}

.webtri-clients-list.webtri-item-layout--image-only.webtri-hover-animation--no-hover .webtri-e .webtri-e-image a {
    display: inline-block
}

.webtri-clients-list.webtri-item-layout--image-only.webtri-hover-animation--no-hover .webtri-e .webtri-e-logo {
    width: auto;
    display: inline-block
}

.webtri-clients-list.webtri-item-layout--image-only.webtri-hover-animation--no-hover .webtri-e .webtri-e-hover-logo {
    display: none
}

.webtri-masonry-gallery-list .webtri-e-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.webtri-masonry-gallery-list .webtri-e-media-image {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.webtri-masonry-gallery-list .webtri-e-media-image img {
    display: block
}

.webtri-masonry-gallery-list .webtri-e-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column
}

.webtri-masonry-gallery-list .webtri-e-title {
    margin: 0
}

.webtri-masonry-gallery-list .webtri-e-text {
    margin: 16px 0 0
}

.webtri-masonry-gallery-list .webtri-e-button {
    margin: 21px 0 0
}

.webtri-masonry-gallery-list .webtri-e-button a {
    position: relative;
    z-index: 2
}

.webtri-masonry-gallery-list .webtri-e-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.webtri-masonry-gallery-list.webtri-items--fixed .webtri-e-media-image {
    height: 100%
}

.webtri-masonry-gallery-list .webtri-item-layout--standard .webtri-e-content {
    align-items: center;
    justify-content: center
}

.touchevents .webtri-masonry-gallery-list .webtri-item-layout--textual .webtri-e-inner {
    cursor: pointer
}

.webtri-masonry-gallery-list .webtri-item-layout--textual .webtri-e-inner:hover .webtri-e-content {
    opacity: 1
}

.webtri-masonry-gallery-list .webtri-item-layout--textual .webtri-e-content {
    padding: 30px 40px;
    background-color: rgba(0,0,0,.3);
    opacity: 0;
    transition: opacity .2s ease-out
}

.webtri-portfolio-single {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.webtri-portfolio-single .webtri-media iframe {
    max-height: calc(56.25vw)
}

.webtri-portfolio-single .webtri-media img {
    border-radius: 15px;
    width: 100%
}

.webtri-portfolio-single .webtri-media .webtri-grid-item {
    display: block;
    float: none
}

.webtri-portfolio-single .webtri-media .webtri-grid-item:last-child {
    margin-bottom: 0
}

.webtri-portfolio-single .webtri-portfolio-title {
    font-family: Unbounded,sans-serif;
    font-weight: 700;
    color: #000;
    font-size: 55px;
    line-height: 1.09091em;
    text-transform: uppercase;
    margin: 0 0 18px
}

@media only screen and (max-width: 1600px) {
    .webtri-portfolio-single .webtri-portfolio-title {
        font-size:48px;
        line-height: 1.10417em
    }
}

@media only screen and (max-width: 1200px) {
    .webtri-portfolio-single .webtri-portfolio-title {
        font-size:45px;
        line-height: 1.11111em
    }
}

.webtri-portfolio-single .webtri-portfolio-info .webtri-e {
    display: flex;
    align-items: flex-start;
    margin-bottom: 21px;
    flex-direction: column
}

.webtri-portfolio-single .webtri-portfolio-info .webtri-e:last-child {
    margin-bottom: 0
}

.webtri-portfolio-single .webtri-portfolio-info .webtri-e-label {
    margin: 0 0 4px 0
}

.webtri-portfolio-single .webtri-portfolio-info a,.webtri-portfolio-single .webtri-portfolio-info p {
    margin: 0
}

.webtri-portfolio-single .webtri-portfolio-info .webtri-info--social-share .webtri-social-share {
    display: flex;
    flex-direction: column
}

.webtri-portfolio-single .webtri-portfolio-info .webtri-info--social-share .webtri-social-share .webtri-social-title {
    font-family: Unbounded,sans-serif;
    font-weight: 700;
    color: #000;
    font-size: 19px;
    line-height: 1.31579em;
    margin: 0 0 11px
}

@media only screen and (max-width: 1600px) {
    .webtri-portfolio-single .webtri-portfolio-info .webtri-info--social-share .webtri-social-share .webtri-social-title {
        font-size:17px;
        line-height: 1.29412em
    }
}

@media only screen and (max-width: 1200px) {
    .webtri-portfolio-single .webtri-portfolio-info .webtri-info--social-share .webtri-social-share .webtri-social-title {
        font-size:16px;
        line-height: 1.3125em
    }
}

.webtri-portfolio-single.webtri-layout--masonry-big .webtri-variations--big .webtri-e-content {
    margin-top: 0;
    margin-bottom: 98px
}

.webtri-portfolio-single.webtri-layout--masonry-big .webtri-variations--big .webtri-media {
    padding: 0 30px
}

.webtri-portfolio-single.webtri-layout--masonry-big .webtri-layout--masonry .webtri--masonry-init a img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.webtri-portfolio-single .webtri-variations--small .webtri-media {
    margin-right: 65px
}

.webtri-portfolio-single .webtri-variations--small .webtri-portfolio-info {
    margin-top: 55px
}

.webtri-portfolio-single .webtri-variations--big .webtri-e-content {
    margin-top: 87px
}

.webtri-portfolio-single .webtri-variations--big .webtri-e-content .webtri-portfolio-content {
    width: 89%
}

@media only screen and (max-width: 880px) {
    .webtri-portfolio-single .webtri-variations--big .webtri-e-content .webtri-portfolio-content {
        width:100%
    }
}

.webtri-portfolio-single .webtri-variations--big .webtri-portfolio-info {
    margin-top: 6px
}

.webtri-portfolio-single.webtri-layout--custom .webtri-portfolio-info .webtri-e {
    align-items: unset
}

.webtri-portfolio-single .webtri-media.webtri-swiper-container .swiper-button-next,.webtri-portfolio-single .webtri-media.webtri-swiper-container .swiper-button-prev {
    color: #fff;
    bottom: 20px;
    top: auto
}

@media only screen and (max-width: 680px) {
    .webtri-portfolio-single .webtri-media.webtri-swiper-container .swiper-button-next,.webtri-portfolio-single .webtri-media.webtri-swiper-container .swiper-button-prev {
        bottom:10px
    }
}

.webtri-portfolio-single .webtri-media.webtri-swiper-container .swiper-button-next svg path,.webtri-portfolio-single .webtri-media.webtri-swiper-container .swiper-button-prev svg path {
    stroke: #fff
}

.webtri-portfolio-single .webtri-media.webtri-swiper-container .swiper-button-prev {
    left: 40px!important
}

@media only screen and (max-width: 680px) {
    .webtri-portfolio-single .webtri-media.webtri-swiper-container .swiper-button-prev {
        left:25px!important
    }
}

.webtri-portfolio-single .webtri-media.webtri-swiper-container .swiper-button-next {
    right: 40px!important
}

@media only screen and (max-width: 680px) {
    .webtri-portfolio-single .webtri-media.webtri-swiper-container .swiper-button-next {
        right:25px!important
    }
}

.webtri-portfolio-category-list .webtri-e-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.webtri-portfolio-category-list .webtri-e-image img {
    display: block
}

.webtri-portfolio-category-list .webtri-e-content a {
    position: relative;
    z-index: 1
}

.webtri-portfolio-category-list .webtri-e-title {
    margin: 0
}

.webtri-portfolio-category-list .webtri-e-description {
    margin: 9px 0 0
}

.webtri-portfolio-category-list .webtri-e-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.webtri-portfolio-category-list.webtri-item-layout--gallery .webtri-e-inner:hover .webtri-e-content {
    opacity: 1
}

.webtri-portfolio-category-list.webtri-item-layout--gallery .webtri-e-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 31px 40px;
    background-color: rgba(0,0,0,.4);
    opacity: 0;
    transition: opacity .2s ease-out
}

.webtri-portfolio-category-list.webtri-item-layout--gallery .webtri-e-description,.webtri-portfolio-category-list.webtri-item-layout--gallery .webtri-e-title {
    color: #fff
}

.webtri-portfolio-category-list.webtri-item-layout--standard .webtri-e-content {
    margin-top: 28px
}

.webtri-portfolio-list .webtri-e-content,.webtri-portfolio-list .webtri-e-inner,.webtri-portfolio-list .webtri-e-media {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.webtri-portfolio-list .webtri-e-media iframe {
    display: block;
    height: 100%
}

.webtri-portfolio-list .webtri-e-media-image {
    position: relative;
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    border-radius: 20px;
    overflow: hidden
}

.webtri-portfolio-list .webtri-e-media-image a,.webtri-portfolio-list .webtri-e-media-image img {
    display: block;
    width: 100%
}

.webtri-portfolio-list .webtri-e-content {
    margin: 30px 0 0
}

.webtri-portfolio-list .webtri-e-title {
    margin: 0
}

.webtri-portfolio-list .webtri-e-excerpt {
    margin: 15px 0 0
}

.webtri-portfolio-list .webtri-e-top-holder {
    margin-bottom: 2px
}

.webtri-portfolio-list .webtri-e-read-more {
    margin: 15px 0 0
}

.webtri-portfolio-list .webtri-e-post-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.webtri-portfolio-list .webtri-custom-margin .webtri-e-inner {
    width: auto
}

.webtri-portfolio-list .webtri-e.webtri--has-appear .webtri-e-inner {
    --qode-x: 0px;
    --qode-y: 40px;
    opacity: 0;
    transform: translateX(var(--qode-x)) translateY(var(--qode-y));
    transition: opacity .37s ease-out,transform .47s cubic-bezier(.18,.79,.29,.93);
    transition-duration: .5s,.7s
}

.webtri-portfolio-list .webtri-e.webtri--has-appear.webtri--appeared .webtri-e-inner {
    opacity: 1;
    transform: translateX(0) translateY(0)
}

.webtri-portfolio-list .webtri-e.webtri--has-appear.webtri--appeared:nth-of-type(2n+2) .webtri-e-inner {
    transition-delay: .15s
}

.webtri-portfolio-list .webtri-e.webtri--has-appear.webtri--appeared:nth-of-type(3n+3) .webtri-e-inner {
    transition-delay: .3s
}

.webtri-portfolio-list .webtri-e.webtri--has-appear.webtri--appeared:nth-of-type(8n+8) .webtri-e-inner {
    transition-delay: .45s
}

.webtri-item-layout--info-below.webtri-hover-animation--overlay .webtri-e-media-image>a {
    position: relative;
    display: block
}

.webtri-item-layout--info-below.webtri-hover-animation--overlay .webtri-e-media-image>a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(10,10,10,.3);
    opacity: 0;
    transition: opacity .3s ease-out
}

.webtri-item-layout--info-below.webtri-hover-animation--overlay .webtri-e:hover .webtri-e-media-image>a:after {
    opacity: 1
}

.webtri-portfolio-list.webtri-item-layout--info-follow {
    padding-top: 25px
}

.webtri-portfolio-list.webtri-item-layout--info-follow.webtri-enable-item-rotate--yes {
    padding-top: 25px;
    padding-bottom: 25px
}

.webtri-portfolio-list.webtri-item-layout--info-follow.webtri-enable-item-rotate--yes article {
    transform-origin: center center;
    transform: rotate(4deg) translateZ(0)
}

.webtri-portfolio-list.webtri-item-layout--info-follow.webtri-hover-animation--follow article .webtri-e-inner {
    overflow: hidden
}

.webtri-portfolio-list.webtri-item-layout--info-follow.webtri-hover-animation--follow article .webtri-e-media {
    height: 100%;
    width: 100%
}

.webtri-portfolio-list.webtri-item-layout--info-follow.webtri-hover-animation--follow article .webtri-e-content {
    margin: 0;
    display: none
}

.webtri-portfolio-list.webtri-item-layout--info-follow.webtri-hover-animation--follow article .webtri-e-title {
    color: var(--qode-header-light-color)
}

.webtri-portfolio-list.webtri-item-layout--info-follow.webtri-hover-animation--follow article .webtri-e-title a {
    color: inherit
}

.webtri-portfolio-list.webtri-item-layout--info-follow.webtri-hover-animation--follow article .webtri-e-title a:hover {
    color: #fff
}

.webtri-portfolio-list.webtri-item-layout--info-follow.webtri-hover-animation--follow article .webtri-e-info>* {
    color: var(--qode-header-light-color)
}

.webtri-portfolio-list.webtri-item-layout--info-follow.webtri-hover-animation--follow article .webtri-e-info a:hover {
    color: #fff
}

.webtri-portfolio-list.webtri-item-layout--info-follow.webtri-hover-animation--follow article .webtri-e-post-link {
    z-index: 2
}

.webtri-portfolio-list.webtri-item-layout--info-follow.webtri-hover-animation--follow:not(.webtri-swiper-container) article .webtri-e-media-image {
    overflow: hidden
}

.webtri-portfolio-list.webtri-item-layout--info-follow.webtri-hover-animation--follow:not(.webtri-swiper-container) article .webtri-e-media-image img {
    transform: scale(1.01);
    --qode-hover-zoom: 1.034;
    transition: transform .6s cubic-bezier(.17,.49,.33,.95);
    transform-origin: 50% 50%
}

.webtri-portfolio-list.webtri-item-layout--info-follow.webtri-hover-animation--follow:not(.webtri-swiper-container) article:hover .webtri-e-media-image img {
    transform: scale(var(--qode-hover-zoom))
}

.webtri-e-content-follow {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 9999;
    pointer-events: none;
    visibility: hidden;
    border-radius: 10px;
    background-color: var(--qode-main-color);
    padding: 30px
}

.webtri-e-content-follow.webtri-right {
    text-align: right;
    transform: translateX(-100%)
}

.webtri-e-content-follow .webtri-e-title {
    margin: 0;
    color: var(--qode-header-light-color)
}

.webtri-e-content-follow .webtri-e-title a {
    color: inherit
}

.webtri-e-content-follow .webtri-e-info>* {
    color: var(--qode-header-light-color)
}

.webtri-e-content-follow .webtri-e-text,.webtri-e-content-follow .webtri-e-top-holder {
    clip-path: inset(0 100% 0 0);
    transition: all .2s ease-out
}

.webtri-e-content-follow .webtri-e-text>*,.webtri-e-content-follow .webtri-e-top-holder>* {
    display: inline-block;
    z-index: 10
}

.webtri-e-content-follow .webtri-e-top-holder>* {
    padding: 0 5px
}

.webtri-e-content-follow .webtri-e-text>* {
    padding: 0 5px
}

.webtri-e-content-follow.webtri-is-active {
    visibility: visible
}

.webtri-e-content-follow.webtri-is-active .webtri-e-text,.webtri-e-content-follow.webtri-is-active .webtri-e-top-holder {
    clip-path: inset(0 0 0 0)
}

.webtri-e-content-follow.webtri-is-active .webtri-e-text {
    transition-delay: .2s
}

.webtri-portfolio-list.webtri-item-layout--info-on-hover article .webtri-e-media {
    height: 100%;
    width: 100%
}

.webtri-portfolio-list.webtri-item-layout--info-on-hover article .webtri-e-content {
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    padding: 20px 40px 35px;
    background-color: rgba(0,0,0,.12)
}

.webtri-portfolio-list.webtri-item-layout--info-on-hover article .webtri-e-content a {
    position: relative;
    z-index: 3
}

.webtri-portfolio-list.webtri-item-layout--info-on-hover article .webtri-e-title {
    color: #fff
}

.webtri-portfolio-list.webtri-item-layout--info-on-hover article .webtri-e-title a {
    color: inherit
}

.webtri-portfolio-list.webtri-item-layout--info-on-hover article .webtri-e-title a:hover {
    color: var(--qode-main-color)
}

.webtri-portfolio-list.webtri-item-layout--info-on-hover article .webtri-e-info>* {
    color: #fff
}

.webtri-portfolio-list.webtri-item-layout--info-on-hover article .webtri-e-info a:hover {
    color: var(--qode-main-color)
}

.webtri-portfolio-list.webtri-item-layout--info-on-hover article .webtri-e-post-link {
    z-index: 2
}

.webtri-item-layout--info-on-hover.webtri-hover-animation--fade-in .webtri-e-content {
    opacity: 0;
    transition: opacity .3s ease
}

.webtri-item-layout--info-on-hover.webtri-hover-animation--fade-in .webtri-e:hover .webtri-e-content {
    opacity: 1
}

.webtri-portfolio-list.webtri-item-layout--info-on-image article .webtri-e-media {
    height: 100%;
    width: 100%
}

.webtri-portfolio-list.webtri-item-layout--info-on-image article .webtri-e-content {
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    padding: 20px 40px 35px;
    background-color: rgba(0,0,0,.12)
}

.webtri-portfolio-list.webtri-item-layout--info-on-image article .webtri-e-content a {
    position: relative;
    z-index: 3
}

.webtri-portfolio-list.webtri-item-layout--info-on-image article .webtri-e-title {
    color: #fff
}

.webtri-portfolio-list.webtri-item-layout--info-on-image article .webtri-e-title a {
    color: inherit
}

.webtri-portfolio-list.webtri-item-layout--info-on-image article .webtri-e-title a:hover {
    color: var(--qode-main-color)
}

.webtri-portfolio-list.webtri-item-layout--info-on-image article .webtri-e-info>* {
    color: #fff
}

.webtri-portfolio-list.webtri-item-layout--info-on-image article .webtri-e-info a:hover {
    color: var(--qode-main-color)
}

.webtri-portfolio-list.webtri-item-layout--info-on-image article .webtri-e-post-link {
    z-index: 2
}

.webtri-portfolio-project-info {
    display: flex;
    align-items: flex-start;
    flex-direction: column
}

.webtri-portfolio-project-info .webtri-e-label {
    margin: 0 0 5px 0
}

.webtri-portfolio-project-info a,.webtri-portfolio-project-info p {
    margin: 0
}

.webtri-scrolling-portfolio>.webtri-grid-inner {
    position: initial!important
}

@media only screen and (max-width: 1024px) {
    .webtri-scrolling-portfolio>.webtri-grid-inner {
        position:relative!important
    }
}

.webtri-scrolling-portfolio.webtri-items--fixed .webtri-e-image {
    height: 100%;
    overflow: hidden
}

.webtri-scrolling-portfolio.webtri-items--fixed .webtri-e-media-image {
    height: 100%
}

.webtri-scrolling-portfolio.webtri-items--fixed .webtri-e-media-image a {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    height: 100%
}

.webtri-scrolling-portfolio.webtri-layout--scrolling-portfolio {
    position: relative;
    height: 100vh;
    width: 100%;
    overflow: hidden
}

.admin-bar .webtri-scrolling-portfolio.webtri-layout--scrolling-portfolio {
    height: calc(100vh - 32px)
}

.webtri-scrolling-portfolio.webtri-layout--scrolling-portfolio .webtri-scrolling-text {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 126px;
    max-width: 1200px;
    text-align: center;
    margin: 0 auto;
    color: transparent;
    filter: blur(4px)
}

.webtri-scrolling-portfolio.webtri-layout--scrolling-portfolio .webtri-scrolling-images-container {
    position: absolute;
    width: 100%;
    height: 100%
}

.webtri-scrolling-portfolio.webtri-layout--scrolling-portfolio .webtri-scrolling-images-container article {
    position: absolute;
    top: 120%;
    max-width: 350px;
    backface-visibility: hidden;
    cursor: pointer;
    padding: 0;
    margin: 0
}

.webtri-scrolling-portfolio.webtri-layout--scrolling-portfolio .webtri-scrolling-images-container article .webtri-e-content {
    display: none
}

.webtri-scrolling-portfolio.webtri-layout--scrolling-portfolio .webtri-scrolling-images-container article:nth-of-type(1) {
    top: 3%;
    left: 12%
}

.webtri-scrolling-portfolio.webtri-layout--scrolling-portfolio .webtri-scrolling-images-container article:nth-of-type(2) {
    top: 38%;
    left: 56%
}

.webtri-scrolling-portfolio.webtri-layout--scrolling-portfolio .webtri-scrolling-images-container article:nth-of-type(3) {
    top: 0;
    left: 43%
}

.webtri-scrolling-portfolio.webtri-layout--scrolling-portfolio .webtri-scrolling-images-container article:nth-of-type(4) {
    top: 9%;
    left: 70%
}

.webtri-scrolling-portfolio.webtri-layout--scrolling-portfolio .webtri-scrolling-images-container article:nth-of-type(5) {
    top: 38%;
    left: 31%
}

.webtri-scrolling-portfolio.webtri-layout--scrolling-portfolio .webtri-scrolling-images-container article:nth-of-type(6) {
    top: 45%;
    left: 10%
}

.webtri-scrolling-portfolio.webtri-layout--scrolling-portfolio .webtri-scrolling-images-container article:nth-of-type(7) {
    top: 84%;
    left: 14%
}

.webtri-scrolling-portfolio.webtri-layout--scrolling-portfolio .webtri-scrolling-images-container article:nth-of-type(8) {
    top: 57%;
    left: 77%
}

.webtri-scrolling-portfolio.webtri-layout--scrolling-portfolio .webtri-scrolling-images-container article:nth-of-type(9) {
    top: 110%;
    left: 26%
}

.webtri-scrolling-portfolio.webtri-layout--scrolling-portfolio .webtri-scrolling-images-container article:nth-of-type(10) {
    top: 83%;
    left: 54%
}

.webtri-scrolling-portfolio.webtri-layout--scrolling-portfolio .webtri-scrolling-images-container article:nth-of-type(11) {
    top: 114%;
    left: 4%
}

.webtri-scrolling-portfolio.webtri-layout--scrolling-portfolio .webtri-scrolling-images-container article:nth-of-type(12) {
    top: 102%;
    left: 71%
}

.webtri-scrolling-portfolio.webtri-layout--scrolling-portfolio .webtri-scrolling-images-container article:nth-of-type(13) {
    top: 125%;
    left: 45%
}

.webtri-scrolling-portfolio.webtri-layout--scrolling-portfolio .webtri-scrolling-images-container article:nth-of-type(14) {
    top: 111%;
    left: 80%
}

.webtri-scrolling-portfolio.webtri-layout--scrolling-portfolio .webtri-scrolling-images-container article:nth-of-type(15) {
    top: 166%;
    left: 37%
}

.webtri-scrolling-portfolio.webtri-layout--scrolling-portfolio .webtri-scrolling-images-container article:nth-of-type(16) {
    top: 199%;
    left: 10%
}

.webtri-scrolling-portfolio.webtri-layout--scrolling-portfolio .webtri-scrolling-images-container article:nth-of-type(17) {
    top: 136%;
    left: 57%
}

.webtri-scrolling-portfolio.webtri-layout--scrolling-portfolio .webtri-scrolling-images-container article:nth-of-type(18) {
    top: 162%;
    left: 79%
}

.webtri-scrolling-portfolio.webtri-layout--scrolling-portfolio .webtri-scrolling-images-container article:nth-of-type(19) {
    top: 170%;
    left: 56%
}

.webtri-scrolling-portfolio.webtri-layout--scrolling-portfolio .webtri-scrolling-images-container article:nth-of-type(20) {
    top: 180%;
    left: 63%
}

.webtri-scrolling-portfolio.webtri-layout--scrolling-portfolio .webtri-scrolling-images-container article .webtri-e-inner {
    --qode-x: 0px;
    --qode-y: 40px;
    opacity: 0;
    transform: translateX(var(--qode-x)) translateY(var(--qode-y));
    transition: opacity .37s ease-out,transform .47s cubic-bezier(.18,.79,.29,.93);
    transition-duration: .5s,.7s
}

.elementor-editor-active .webtri-scrolling-portfolio.webtri-layout--scrolling-portfolio .webtri-scrolling-images-container article .webtri-e-inner {
    opacity: 1;
    transform: translateX(0) translateY(0)
}

.webtri-scrolling-portfolio.webtri-layout--scrolling-portfolio .webtri-scrolling-images-container article.webtri--appeared .webtri-e-inner {
    opacity: 1;
    transform: translateX(0) translateY(0)
}

#webtri-portfolio-single-related-items {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-top: 86px
}

#webtri-single-portfolio-navigation {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 99px 0 3px
}

@media only screen and (max-width: 1200px) {
    #webtri-single-portfolio-navigation {
        margin:50px 0 3px
    }
}

#webtri-single-portfolio-navigation .webtri-m-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between
}

#webtri-single-portfolio-navigation .webtri-m-nav {
    position: relative;
    display: flex;
    align-items: center
}

#webtri-single-portfolio-navigation .webtri-m-nav>* {
    display: block;
    line-height: inherit
}

#webtri-single-portfolio-navigation .webtri-m-nav.webtri--next svg,#webtri-single-portfolio-navigation .webtri-m-nav.webtri--prev svg {
    --qode-x: 4px;
    transform: translateX(0);
    transition: transform .48s cubic-bezier(.23,.79,.36,.94),color .2s ease-out
}

#webtri-single-portfolio-navigation .webtri-m-nav.webtri--next:hover svg,#webtri-single-portfolio-navigation .webtri-m-nav.webtri--prev:hover svg {
    transform: translateX(var(--qode-x))
}

#webtri-single-portfolio-navigation .webtri-m-nav.webtri--prev svg {
    --qode-x: -4px
}

#webtri-single-portfolio-navigation .webtri-m-nav.webtri--prev .webtri-m-nav-icon {
    margin-right: 5px
}

#webtri-single-portfolio-navigation .webtri-m-nav.webtri--next {
    flex-direction: row-reverse;
    text-align: right;
    margin-left: auto
}

#webtri-single-portfolio-navigation .webtri-m-nav.webtri--next .webtri-m-nav-icon {
    margin-left: 5px
}

#webtri-single-portfolio-navigation .webtri-m-nav.webtri--back-link {
    position: absolute;
    top: -7px;
    left: calc(50% - 20px);
    animation: qode-rotate 11s linear infinite;
    animation-play-state: paused;
    transform-origin: center
}

#webtri-single-portfolio-navigation .webtri-m-nav.webtri--back-link .webtri-m-nav-icon {
    font-size: 39px
}

#webtri-single-portfolio-navigation .webtri-m-nav.webtri--back-link g {
    transform-origin: center;
    transform: rotate(0);
    transition: transform .5s ease
}

#webtri-single-portfolio-navigation .webtri-m-nav.webtri--back-link:hover {
    animation-play-state: running
}

#webtri-single-portfolio-navigation .webtri-m-nav.webtri--back-link:hover g {
    transform: rotate(8deg)
}

#webtri-single-portfolio-navigation .webtri-m-nav-icon {
    font-size: 30px
}

#webtri-single-portfolio-navigation .webtri-m-nav-label {
    font-family: Unbounded,sans-serif;
    font-weight: 700;
    font-size: 19px;
    line-height: 1.31579em;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase
}

@media only screen and (max-width: 1600px) {
    #webtri-single-portfolio-navigation .webtri-m-nav-label {
        font-size:17px;
        line-height: 1.29412em
    }
}

@media only screen and (max-width: 1200px) {
    #webtri-single-portfolio-navigation .webtri-m-nav-label {
        font-size:16px;
        line-height: 1.3125em
    }
}

@media only screen and (max-width: 680px) {
    #webtri-single-portfolio-navigation .webtri-content-grid {
        width:100%
    }
}

.webtri-portfolio-single.webtri-layout--images-big .webtri-media .webtri-grid-item {
    display: block;
    margin-bottom: 50px;
    float: none
}

.webtri-portfolio-single.webtri-layout--images-big .webtri-media .webtri-grid-item:last-child {
    margin-bottom: 0
}

.webtri-portfolio-single.webtri-layout--images-small .webtri-media .webtri-grid-item {
    display: block;
    margin-bottom: 40px;
    float: none
}

@media only screen and (max-width: 1200px) {
    .webtri-portfolio-single.webtri-layout--images-small .webtri-media .webtri-grid-item {
        margin-bottom:20px
    }
}

.webtri-portfolio-single.webtri-layout--images-small .webtri-media .webtri-grid-item:last-child {
    margin-bottom: 0
}

@media only screen and (max-width: 1200px) {
    .webtri-portfolio-single.webtri-layout--images-big .webtri-media .webtri-grid-item {
        margin-bottom:20px
    }
}

.webtri-portfolio-single.webtri-layout--images-big .webtri-media .webtri-grid-item:last-child {
    margin-bottom: 0
}

.webtri-team-list .webtri-e-role {
    margin: 0
}

.webtri-team-list .webtri-e-title {
    margin: 0 0 13px
}

.webtri-team-list .webtri-social-icons {
    margin: 0
}

.webtri-team-list.webtri-item-layout--info-below .webtri-e-image {
    position: relative;
    overflow: hidden;
    border-radius: 15px
}

.webtri-team-list.webtri-item-layout--info-below .webtri-e-image .webtri-team-hover {
    position: absolute;
    background-color: transparent;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.webtri-team-list.webtri-item-layout--info-below .webtri-e-image .webtri-team-hover svg {
    position: relative;
    max-width: 90%;
    color: #ff0303;
    stroke-width: 2;
    stroke-dashoffset: 3350;
    overflow: visible;
    opacity: 0;
    --qode-path-length: 1650px;
    stroke-dashoffset: var(--qode-path-length);
    stroke-dasharray: var(--qode-path-length);
    transition: opacity .4s .3s,stroke-dashoffset .7s,color .2s ease-out
}

.webtri-team-list.webtri-item-layout--info-below .webtri-e-image img {
    border-radius: inherit
}

.webtri-team-list.webtri-item-layout--info-below .webtri-e-image .webtri-team-member-social-icons {
    position: absolute!important;
    right: 0;
    top: 0;
    display: inline-flex;
    flex-direction: column;
    gap: 5px;
    z-index: 1;
    padding: 0 11px;
    margin: 0;
    background-color: #000;
    color: #fff;
    border-top-right-radius: 15px;
    overflow: hidden;
    max-height: 123px;
    padding: 11px 15px 15px;
    transform: translateX(103%);
    transition: transform .52s cubic-bezier(.44,.86,.43,.96)
}

.webtri-team-list.webtri-item-layout--info-below .webtri-e-image .webtri-team-member-social-icons .webtri-team-member-social-icon {
    font-family: Unbounded,sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: #fff
}

.webtri-team-list.webtri-item-layout--info-below .webtri-e-image:hover .webtri-team-member-social-icons {
    transform: translateX(0)
}

.webtri-team-list.webtri-item-layout--info-below .webtri-e-image:hover .webtri-team-hover svg {
    stroke-dashoffset: 0;
    opacity: 1;
    transition-duration: .2s,1.3s,.2s;
    transition-delay: 0s,0s,0s;
    transition-timing-function: ease,cubic-bezier(.39,.06,.31,.95),ease-out
}

.webtri-team-list.webtri-item-layout--info-below .webtri-e-content {
    margin: 11px 0 0
}

.webtri-team-list.webtri-item-layout--info-on-hover .webtri-e-inner:hover .webtri-e-content {
    opacity: 1;
    z-index: 1
}

.webtri-team-list.webtri-item-layout--info-on-hover .webtri-e-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    opacity: 0;
    transition: opacity .2s ease-out;
    z-index: -1
}

.webtri-testimonials-list .webtri-e-inner {
    padding-bottom: 40px
}

.webtri-testimonials-list .webtri-e-media-image {
    line-height: 0;
    margin-bottom: 25px
}

.webtri-testimonials-list .webtri-e-media-image img {
    width: auto
}

.webtri-testimonials-list .webtri-e-title {
    margin: 0 0 25px
}

.webtri-testimonials-list .webtri-e-text {
    margin: 0 0 25px
}

.webtri-testimonials-list .webtri-e-author {
    margin: 0
}

.webtri-testimonials-list .swiper-pagination-bullets {
    text-align: left;
    bottom: 0!important
}

.webtri-testimonials-list .swiper-pagination-bullets .swiper-pagination-bullet:before {
    background-color: var(--qode-main-color)
}

.webtri-testimonials-list.webtri-skin--light .webtri-e-author,.webtri-testimonials-list.webtri-skin--light .webtri-e-text,.webtri-testimonials-list.webtri-skin--light .webtri-e-title {
    color: #fff
}

.webtri-testimonials-list.webtri-skin--light .swiper-pagination-bullet:before {
    background-color: #fff
}

.webtri-testimonials-list.webtri-item-layout--images-thumb {
    text-align: center
}

.webtri-testimonials-list.webtri-item-layout--images-thumb .webtri-e-inner {
    max-width: 880px;
    margin: auto;
    margin-top: 42px
}

@media only screen and (max-width: 1024px) {
    .webtri-testimonials-list.webtri-item-layout--images-thumb .webtri-e-inner {
        max-width:830px
    }
}

@media only screen and (max-width: 1024px) {
    .webtri-testimonials-list.webtri-item-layout--images-thumb .webtri-e-inner {
        max-width:765px
    }
}

.webtri-testimonials-list.webtri-item-layout--images-thumb .webtri-e-text {
    margin-bottom: 34px;
    text-transform: none
}

.webtri-testimonials-list.webtri-item-layout--images-thumb .webtri-e-author {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column-reverse
}

.webtri-testimonials-list.webtri-item-layout--images-thumb .webtri-e-author-job {
    position: relative;
    font-family: "DM Sans",sans-serif;
    font-size: 17px;
    font-weight: 400;
    color: #000;
    text-transform: none
}

.webtri-testimonials-list.webtri-item-layout--images-thumb .webtri-e-author-name {
    font-family: Unbounded,sans-serif;
    font-size: 19px;
    font-weight: 700
}

.webtri-testimonials-list.webtri-item-layout--images-thumb .swiper-pagination-bullets {
    bottom: 28px!important
}

.webtri-testimonials-list.webtri-item-layout--images-thumb~.swiper-button-prev.swiper-button-outside {
    left: 0!important;
    top: -145px;
}

@media only screen and (max-width: 1200px) {
    .webtri-testimonials-list.webtri-item-layout--images-thumb~.swiper-button-prev.swiper-button-outside {
        left:-70px!important
    }
}

@media only screen and (max-width: 880px) {
    .webtri-testimonials-list.webtri-item-layout--images-thumb~.swiper-button-prev.swiper-button-outside {
        display:none
    }
}

.webtri-testimonials-list.webtri-item-layout--images-thumb~.swiper-button-next.swiper-button-outside {
    right: 0!important;
    top: -143px;
}

@media only screen and (max-width: 1200px) {
    .webtri-testimonials-list.webtri-item-layout--images-thumb~.swiper-button-next.swiper-button-outside {
        right:-70px!important
    }
}

@media only screen and (max-width: 880px) {
    .webtri-testimonials-list.webtri-item-layout--images-thumb~.swiper-button-next.swiper-button-outside {
        display:none
    }
}

.webtri-testimonials-list.webtri-item-layout--images-thumb.webtri-skin--dark .webtri-e-author,.webtri-testimonials-list.webtri-item-layout--images-thumb.webtri-skin--dark .webtri-e-text {
    color: #000
}

.webtri-testimonials-list.webtri-item-layout--images-thumb.webtri-skin--dark~.swiper-button-prev.swiper-button-outside svg g {
    stroke: #000
}

.webtri-testimonials-list.webtri-item-layout--images-thumb.webtri-skin--dark~.swiper-button-next.swiper-button-outside svg g,.webtri-testimonials-list.webtri-item-layout--images-thumb.webtri-skin--dark~.swiper-button-next.swiper-button-outside svg path {
    stroke: #000
}

.webtri-testimonials-list.webtri-item-layout--images-thumb.webtri-skin--dark .swiper-pagination-bullet {
    border-color: #000
}

.webtri-testimonials-list.webtri-item-layout--images-thumb.webtri-skin--dark .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #000
}

.webtri-testimonials-thumbs {
    margin-bottom: 0;
    max-width: 420px;
    padding-top: 50px;
    text-align: center
}

.webtri-testimonials-thumbs .webtri-e {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 155px;
    height: 155px;
    overflow: visible
}

.webtri-testimonials-thumbs .webtri-e img {
    width: 155px;
    height: 155px;
    max-width: 169px;
    border-radius: 100%;
    transform: scale(.89);
    transform-origin: bottom;
    transition: transform .2s ease-out
}

@media only screen and (max-width: 680px) {
    .webtri-testimonials-thumbs .webtri-e img {
        transform:scale(.5)
    }
}

.webtri-testimonials-thumbs .webtri-e.swiper-slide-active,.webtri-testimonials-thumbs .webtri-e.swiper-slide-duplicate-active {
    z-index: 11
}

.webtri-testimonials-thumbs .webtri-e.swiper-slide-active .webtri-e-media-image img,.webtri-testimonials-thumbs .webtri-e.swiper-slide-duplicate-active .webtri-e-media-image img {
    transform: scale(1);
    transition-duration: .4s;
    transition-delay: .2s
}

@media only screen and (max-width: 680px) {
    .webtri-testimonials-thumbs .webtri-e.swiper-slide-active .webtri-e-media-image img img,.webtri-testimonials-thumbs .webtri-e.swiper-slide-duplicate-active .webtri-e-media-image img img {
        transform:scale(.8)
    }
}

.webtri-review-rating {
    display: flex
}

.webtri-review-rating .webtri-rating-inner {
    display: flex;
    flex-basis: 50%
}

.webtri-review-rating label {
    margin: 0 10px 0 0
}

.webtri-review-rating .webtri-comment-rating-box {
    display: flex;
    margin: 0
}

.webtri-review-rating .webtri-star-rating {
    position: relative;
    display: block;
    margin: 0 .1em 0 0;
    cursor: pointer;
    color: #000
}

.webtri-review-rating .webtri-star-rating svg {
    display: block;
    width: 14px;
    height: auto;
    fill: none;
    stroke: currentColor
}

.webtri-review-rating .webtri-star-rating.active svg {
    fill: currentColor
}

.webtri-review-rating .webtri-comments-ratings {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    line-height: 1
}

.webtri-review-rating .webtri-comments-ratings .webtri-m-inner {
    position: relative;
    display: inline-block;
    vertical-align: top
}

.webtri-review-rating .webtri-comments-ratings .webtri-m-star {
    color: #000
}

.webtri-review-rating .webtri-comments-ratings .webtri-m-star svg {
    display: inline-block;
    margin-right: 4px;
    width: 18px;
    height: 17px
}

.webtri-review-rating .webtri-comments-ratings .webtri-m-star svg:last-child {
    margin-right: 0
}

.webtri-review-rating .webtri-comments-ratings .webtri-m-star.webtri--active {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    white-space: nowrap
}

.webtri-review-rating .webtri-comments-ratings .webtri-m-star.webtri--active svg {
    fill: currentColor
}

.webtri-reviews-per-criteria .webtri-item-reviews-average-rating {
    color: var(--qode-main-color);
    font-size: 60px;
    line-height: 1em;
    font-weight: 700
}

.webtri-reviews-per-criteria .webtri-item-reviews-verbal-description {
    vertical-align: middle;
    margin: 2px 0 0
}

.webtri-reviews-per-criteria .webtri-item-reviews-rating-icon {
    vertical-align: middle;
    font-size: 20px
}

.webtri-reviews-per-criteria .webtri-item-reviews-display-right {
    vertical-align: middle;
    padding-left: 200px
}

.webtri-reviews-per-criteria .webtri-item-reviews-display-right .webtri-item-reviews-display-bar {
    line-height: 28px
}

.webtri-reviews-per-criteria .webtri-item-reviews-display-right .webtri-item-reviews-display-bar .webtri-item-reviews-display-bar-inner {
    padding: 6px 0
}

.webtri-reviews-per-mark .webtri-reviews-number-holder {
    display: flex;
    align-items: center
}

.webtri-reviews-per-mark .webtri-reviews-number-wrapper {
    display: flex;
    flex-direction: column;
    width: 25%;
    text-align: center
}

.webtri-reviews-per-mark .webtri-reviews-number {
    font-size: 72px;
    color: #ffd740;
    font-weight: 700;
    line-height: 1em
}

.webtri-reviews-per-mark .webtri-stars-wrapper {
    display: table-cell;
    vertical-align: middle
}

.webtri-reviews-per-mark .webtri-stars-wrapper .webtri-stars {
    display: block
}

.webtri-reviews-per-mark .webtri-stars-wrapper .webtri-stars i {
    color: #ffd740
}

.webtri-reviews-per-mark .webtri-reviews-count {
    font-weight: 700;
    font-size: 14px
}

.webtri-reviews-per-mark .webtri-rating-percentage-wrapper {
    width: 75%;
    padding: 29px 50px 40px;
    background-color: #fafafa;
    border-left: 1px solid #e5e5e5
}

.webtri-reviews-simple .webtri-reviews-number-wrapper .webtri-reviews-summary {
    display: inline-block;
    vertical-align: middle
}

.webtri-reviews-simple .webtri-reviews-number-wrapper .webtri-stars-wrapper {
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 15px
}

.webtri-reviews-simple .webtri-reviews-number-wrapper .webtri-stars-wrapper-inner {
    display: block
}

.webtri-comment-list .webtri-comment-name {
    float: none
}

.webtri-comment-list .webtri-review-rating {
    display: inline-block;
    width: 100%
}

.webtri-comment-list .webtri-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
    }
}

.webtri-search-cover-form {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    background-color: #000;
    z-index: -1;
    transition: opacity .3s ease
}

.webtri-search-cover-form .webtri-m-inner {
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 0 170px
}

.webtri-search-cover-form .webtri-m-form-field {
    font-family: Unbounded,sans-serif;
    font-weight: 700;
    color: #000;
    font-size: 24px;
    line-height: 1.25em;
    padding: 0;
    margin-bottom: 0;
    color: #fff;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    outline-offset: 0
}

@media only screen and (max-width: 1600px) {
    .webtri-search-cover-form .webtri-m-form-field {
        font-size:22px;
        line-height: 1.22727em
    }
}

@media only screen and (max-width: 1200px) {
    .webtri-search-cover-form .webtri-m-form-field {
        font-size:20px;
        line-height: 1.35em
    }
}

.webtri-search-cover-form .webtri-m-form-field:focus {
    color: #fff
}

.webtri-search-cover-form .webtri-m-form-field:-ms-input-placeholder {
    color: inherit;
    opacity: 1
}

.webtri-search-cover-form .webtri-m-form-field::placeholder {
    color: inherit;
    opacity: 1
}

.webtri-search-cover-form .webtri-svg--close g {
    stroke: #fff
}

.webtri-search-cover-form .webtri-m-close {
    flex-shrink: 0
}

.webtri-search-cover-form .webtri-m-close.webtri-source--icon-pack {
    font-size: 23px
}

.webtri-covers-search--fadeout .webtri-search-cover-form {
    animation: cover_search_fade_out .3s ease both
}

.webtri-covers-search--fadein .webtri-search-cover-form {
    animation: cover_search_fade_in .3s ease both
}

.webtri-header--sticky-display #webtri-page-header>.webtri-search-cover-form {
    display: none
}

.webtri-fullscreen-search-holder {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255,255,255,.98);
    z-index: 100
}

.webtri-fullscreen-menu-animate--in .webtri-fullscreen-search-holder {
    display: none
}

.webtri-fullscreen-search-holder .webtri-m-inner {
    width: 100%
}

.webtri-fullscreen-search-holder .webtri-m-form {
    position: relative;
    width: 60%;
    margin: 0 auto
}

.webtri-fullscreen-search-holder .webtri-m-form-field {
    height: 100%;
    margin: 0;
    padding: 0;
    font-size: 25px;
    color: #000;
    line-height: 2em;
    background: 0 0;
    border: 0;
    border-radius: 0
}

.webtri-fullscreen-search-holder .webtri-m-form-submit {
    position: absolute;
    right: 0;
    bottom: -20px;
    width: auto;
    padding: 0;
    margin: 0;
    color: #000;
    background: 0 0;
    border: 0;
    outline: 0;
    opacity: 0;
    cursor: pointer;
    transition: color .2s ease-out
}

.webtri-fullscreen-search-holder .webtri-m-form-submit:hover {
    color: var(--qode-main-color);
    background: 0 0
}

.webtri-fullscreen-search--opened .webtri-fullscreen-search-holder .webtri-m-form-submit {
    opacity: 1;
    bottom: 10px;
    transition: color .2s ease,opacity .2s ease-out 1.1s,bottom .4s ease-out .9s
}

.webtri-fullscreen-search-holder .webtri-m-form-submit.webtri-source--icon-pack {
    font-size: 18px
}

.webtri-fullscreen-search-holder .webtri-m-form-line {
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0;
    border-bottom: 1px solid #000;
    transition: all .3s ease
}

.webtri-fullscreen-search--opened .webtri-fullscreen-search-holder .webtri-m-form-line {
    width: 100%;
    transition: width .5s ease .6s
}

.webtri-fullscreen-search-holder .webtri-m-close {
    position: absolute;
    top: 33px;
    right: 70px;
    color: #000;
    opacity: 0;
    visibility: hidden;
    z-index: 1
}

.admin-bar .webtri-fullscreen-search-holder .webtri-m-close {
    top: 72px
}

.webtri-fullscreen-search-holder .webtri-m-close:hover {
    color: #000
}

.webtri-fullscreen-search-holder .webtri-m-close.webtri-source--icon-pack {
    font-size: 25px
}

.webtri-fullscreen-search--opened .webtri-fullscreen-search-holder .webtri-m-close {
    opacity: 1;
    visibility: visible
}

.webtri-fullscreen-search--fadeout .webtri-fullscreen-search-holder {
    animation: fullscreen_search_fade_out .3s ease both
}

.webtri-fullscreen-search--fadein .webtri-fullscreen-search-holder {
    animation: fullscreen_search_fade_in .3s ease both
}

@keyframes fullscreen_search_fade_out {
    0% {
        opacity: 1;
        visibility: visible
    }

    100% {
        opacity: 0;
        visibility: hidden
    }
}

@keyframes fullscreen_search_fade_in {
    0% {
        opacity: 0;
        visibility: hidden
    }

    100% {
        opacity: 1;
        visibility: visible
    }
}

.webtri-search-opener>* {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: inherit
}

.webtri-search-opener.webtri-source--icon-pack {
    font-size: 23px
}

.webtri-search-opener .webtri-search-opener-text {
    font-family: Unbounded,sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    margin-left: 3px
}

.webtri-accordion {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    visibility: hidden;
    overflow-anchor: none
}

.webtri-accordion .webtri-accordion-content-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    width: 82%
}

@media only screen and (max-width: 1512px) {
    .webtri-accordion .webtri-accordion-content-inner {
        width:88%
    }
}

@media only screen and (max-width: 1024px) {
    .webtri-accordion .webtri-accordion-content-inner {
        width:100%
    }
}

.webtri-accordion.webtri--init {
    visibility: visible
}

.webtri-accordion.webtri-layout--simple {
    border-bottom: 1px solid #000
}

.webtri-accordion.webtri-layout--simple .webtri-accordion-title {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    padding: 37px 10px 37px 0;
    transition: all .2s ease-out;
    cursor: pointer;
    border-top: 1px solid #000
}

@media only screen and (max-width: 680px) {
    .webtri-accordion.webtri-layout--simple .webtri-accordion-title .webtri-tab-title {
        width:75%
    }
}

.webtri-accordion.webtri-layout--simple .webtri-accordion-title .webtri-accordion-mark {
    position: relative;
    flex-shrink: 0;
    width: 20px;
    height: 18px;
    line-height: 1;
    text-align: center
}

.webtri-accordion.webtri-layout--simple .webtri-accordion-title .webtri-accordion-mark span {
    position: absolute;
    display: block;
    top: 50%;
    transform: translateY(-50%);
    width: 19px;
    height: 19px;
    clip-path: inset(0 0);
    transition: clip-path .4s
}

.webtri-accordion.webtri-layout--simple .webtri-accordion-title .webtri-accordion-mark span svg {
    width: 19px;
    height: 19px
}

.webtri-accordion.webtri-layout--simple .webtri-accordion-title .webtri-accordion-mark span:before {
    display: block;
    line-height: inherit
}

.webtri-accordion.webtri-layout--simple .webtri-accordion-title .webtri-accordion-mark span.webtri-icon--minus {
    opacity: 0;
    transition: opacity .2s .4s
}

.webtri-accordion.webtri-layout--simple .webtri-accordion-title .webtri-accordion-mark span.webtri-icon--plus {
    opacity: 1
}

.webtri-accordion.webtri-layout--simple .webtri-accordion-title.ui-state-active .webtri-accordion-mark span.webtri-icon--minus,.webtri-accordion.webtri-layout--simple .webtri-accordion-title.ui-state-hover .webtri-accordion-mark span.webtri-icon--minus {
    opacity: 1;
    transition-delay: 0s
}

.webtri-accordion.webtri-layout--simple .webtri-accordion-title.ui-state-active .webtri-accordion-mark span.webtri-icon--plus,.webtri-accordion.webtri-layout--simple .webtri-accordion-title.ui-state-hover .webtri-accordion-mark span.webtri-icon--plus {
    clip-path: inset(50% 0)
}

.webtri-accordion.webtri-layout--simple .webtri-accordion-title.ui-state-active {
    padding: 37px 10px 7px 0
}

.webtri-accordion.webtri-layout--simple .webtri-accordion-content {
    padding: 2px 0 38px 0;
    margin: 0
}

.webtri-accordion.webtri-layout--simple .webtri-accordion-content p {
    margin: 0
}

.webtri-accordion.webtri-layout--simple.webtri-behavior--toggle .webtri-accordion-content {
    display: none
}

.webtri-accordion.webtri-layout--simple.webtri-skin--light {
    border-bottom: 1px solid #fff
}

.webtri-accordion.webtri-layout--simple.webtri-skin--light .webtri-accordion-content,.webtri-accordion.webtri-layout--simple.webtri-skin--light .webtri-tab-title {
    color: #fff
}

.webtri-accordion.webtri-layout--simple.webtri-skin--light .webtri-accordion-title {
    border-color: #fff
}

.webtri-accordion.webtri-layout--simple.webtri-skin--light .webtri-accordion-mark span svg path {
    stroke: #fff
}

.webtri-author-pagination--on .webtri-m-pagination-spinner {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 32px;
    height: auto;
    fill: var(--qode-main-color);
    stroke: none;
    visibility: hidden;
    z-index: -1;
    animation: qode-rotate 2s infinite linear
}

.webtri-author-pagination--on.webtri-pagination-type--standard .webtri-grid-inner {
    opacity: 1;
    transition: opacity .2s ease-out
}

.webtri-author-pagination--on.webtri-pagination-type--standard.webtri--loading .webtri-grid-inner {
    opacity: 0
}

.webtri-author-pagination--on.webtri-pagination-type--load-more .webtri-m-pagination-spinner {
    position: absolute;
    bottom: 10px;
    left: calc(50% - 16px)
}

.webtri-author-pagination--on.webtri-pagination-type--load-more.webtri--loading .webtri-m-pagination-spinner {
    visibility: visible;
    z-index: 1
}

.webtri-author-pagination--on.webtri-pagination-type--load-more.webtri--loading .webtri-load-more-button {
    opacity: 0
}

.webtri-author-pagination--on.webtri-pagination-type--infinite-scroll.webtri--loading .webtri-m-pagination-spinner {
    visibility: visible;
    z-index: 1
}

.webtri-banner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.webtri-banner .webtri-m-banner-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1
}

.webtri-banner .webtri-m-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block
}

.webtri-banner .webtri-m-content-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex
}

.webtri-banner .webtri-m-title {
    margin: 10px 0 4px
}

.webtri-banner .webtri-m-title-inner {
    display: inline-block
}

.webtri-banner .webtri-m-subtitle {
    font-family: Unbounded,sans-serif;
    margin: 0
}

.webtri-banner .webtri-m-text-field {
    font-size: 15px;
    color: var(--qode-main-color);
    margin: 0 0 10px;
    font-style: italic
}

.webtri-banner .webtri-m-image {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    overflow: hidden
}

.webtri-banner .webtri-m-image img {
    display: block;
    transition: all .35s ease-out;
    border-radius: 20px
}

.webtri-banner.webtri-layout--link-button .webtri-m-content-inner {
    align-items: flex-start;
    flex-direction: column;
    justify-content: space-between;
    padding: 30px 45px 48px
}

@media only screen and (max-width: 1200px) {
    .webtri-banner.webtri-layout--link-button .webtri-m-content-inner {
        padding:10px 30px 40px
    }
}

.webtri-banner.webtri-layout--link-button .webtri-m-title {
    margin: 10px 0;
    width: 34%
}

@media only screen and (max-width: 1512px) {
    .webtri-banner.webtri-layout--link-button .webtri-m-title {
        width:48%
    }
}

@media only screen and (max-width: 1200px) {
    .webtri-banner.webtri-layout--link-button .webtri-m-title {
        width:60%
    }
}

@media only screen and (max-width: 1024px) {
    .webtri-banner.webtri-layout--link-button .webtri-m-title {
        width:31%
    }
}

@media only screen and (max-width: 680px) {
    .webtri-banner.webtri-layout--link-button .webtri-m-title {
        width:100%
    }
}

.webtri-banner.webtri-layout--link-button .webtri-m-text {
    margin: 0
}

.webtri-banner.webtri-layout--link-button .webtri-m-button {
    margin: 10px 0 0
}

@media only screen and (max-width: 1200px) {
    .webtri-banner.webtri-layout--link-button .webtri-m-button {
        margin:10px 0 0 7px
    }
}

@media only screen and (max-width: 680px) {
    .webtri-banner.webtri-layout--link-button .webtri-m-button {
        display:none
    }
}

.webtri-banner.webtri-layout--link-overlay .webtri-m-content-inner {
    align-items: flex-end;
    flex-direction: column;
    justify-content: flex-end;
    padding: 30px 48px 33px
}

@media only screen and (max-width: 1200px) {
    .webtri-banner.webtri-layout--link-overlay .webtri-m-content-inner {
        padding:30px 32px 30px
    }
}

@media only screen and (max-width: 680px) {
    .webtri-banner.webtri-layout--link-overlay .webtri-m-content-inner {
        padding:30px 27px 20px
    }
}

.webtri-banner.webtri-layout--link-overlay .webtri-m-content-inner .webtri-m-title {
    margin: 0
}

.webtri-banner.webtri-layout--link-overlay .webtri-m-content-inner .webtri-m-subtitle,.webtri-banner.webtri-layout--link-overlay .webtri-m-content-inner .webtri-m-title {
    font-weight: 800
}

@media only screen and (max-width: 1200px) {
    .webtri-banner.webtri-layout--link-overlay .webtri-m-content-inner .webtri-m-subtitle {
        font-size:35px!important
    }
}

@media only screen and (max-width: 680px) {
    .webtri-banner.webtri-layout--link-overlay .webtri-m-content-inner .webtri-m-subtitle {
        font-size:19px!important;
        line-height: 25px!important
    }
}

@media only screen and (max-width: 1200px) {
    .webtri-banner.webtri-layout--link-overlay .webtri-m-content-inner .webtri-m-title {
        font-size:59px!important
    }
}

@media only screen and (max-width: 680px) {
    .webtri-banner.webtri-layout--link-overlay .webtri-m-content-inner .webtri-m-title {
        font-size:32px!important;
        line-height: 35px!important
    }
}

.webtri-banner.webtri-layout--link-overlay .webtri-m-additional-image {
    display: inline-block;
    position: absolute;
    left: 8px;
    bottom: -65px
}

@media only screen and (max-width: 1200px) {
    .webtri-banner.webtri-layout--link-overlay .webtri-m-additional-image {
        max-width:16%
    }
}

@media only screen and (max-width: 680px) {
    .webtri-banner.webtri-layout--link-overlay .webtri-m-additional-image {
        display:none
    }
}

.webtri-button.webtri-html--link {
    font-family: Unbounded,sans-serif;
    font-size: 12px;
    line-height: 2em;
    font-weight: 500;
    position: relative;
    display: inline-flex;
    vertical-align: middle;
    width: auto;
    margin: 0;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 0;
    outline: 0;
    transition: color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;
    padding: 11px 60px
}

.webtri-button.webtri-size--small {
    padding: 8px 34px
}

.webtri-button.webtri-size--large {
    padding: 12px 80px
}

.webtri-button.webtri-size--full {
    width: 100%;
    padding: 12px 20px;
    justify-content: center;
    text-align: center
}

.webtri-button.webtri-layout--circle.webtri-html--link {
    color: var(--qode-button-color,#000);
    border-radius: 100%;
    --qode-background-color: var(--qode-button-color, $heading-color);
    --qode-background-hover-color: var(--qode-button-color, $heading-color);
    --qode-border-color: transparent;
    --qode-border-hover-color: var(--qode-button-color, $heading-color);
    z-index: 10;
    width: 80px;
    height: 80px;
    fill: currentColor;
    padding: 0
}

.webtri-button.webtri-layout--circle.webtri-html--link:before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 72px;
    height: 72px;
    display: inline-block;
    margin: auto;
    text-align: center;
    left: 0;
    right: 0;
    background-color: var(--qode-button-color,#000);
    border: 1px solid var(--qode-button-color,#000);
    border-radius: inherit;
    z-index: -1;
    transition: transform .5s ease,background-color .2s ease-out,border-color .2s ease-out
}

.webtri-button.webtri-layout--circle.webtri-html--link svg {
    position: relative;
    display: inline-block;
    width: auto;
    height: 17px;
    bottom: 0;
    flex-shrink: 0;
    fill: #eee;
    stroke: none
}

.webtri-button.webtri-layout--circle.webtri-html--link .webtri-m-svg {
    animation: qode-rotate 11s linear infinite;
    animation-play-state: paused;
    transform-origin: center
}

.webtri-button.webtri-layout--circle.webtri-html--link .webtri-m-svg g {
    transform-origin: center;
    transform: rotate(0);
    transition: transform .5s ease
}

.webtri-button.webtri-layout--circle.webtri-html--link .webtri-m-arrow {
    --qode-deg: 45deg;
    transform: rotate(0);
    transition: transform .5s cubic-bezier(.23,.79,.36,.94),color .2s ease-out
}

.webtri-button.webtri-layout--circle.webtri-html--link:hover .webtri-m-svg {
    animation-play-state: running
}

.webtri-button.webtri-layout--circle.webtri-html--link:hover .webtri-m-svg g {
    transform: rotate(8deg)
}

.webtri-button.webtri-layout--circle.webtri-html--link:hover .webtri-m-arrow {
    transform: rotate(var(--qode-deg))
}

.webtri-button.webtri-layout--circle.webtri-html--link .webtri-m-svg {
    overflow: visible;
    width: 80px;
    height: 80px
}

.webtri-button.webtri-layout--circle.webtri-html--link .webtri-m-svg text {
    fill: currentColor;
    font-size: 10px
}

.webtri-button.webtri-layout--circle.webtri-html--link .webtri-m-arrow-wrapper {
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    display: inline-block;
    top: 50%;
    translate: 0 -50%;
    width: 80px;
    height: 17px
}

.webtri-button.webtri-layout--circle.webtri-html--link .webtri-m-arrow-wrapper .webtri-m-arrow {
    width: 17px;
    height: 17px
}

.webtri-button.webtri-layout--circle.webtri-html--link .webtri-m-arrow-wrapper .webtri-m-arrow path,.webtri-button.webtri-layout--circle.webtri-html--link .webtri-m-arrow-wrapper .webtri-m-arrow rect {
    fill: currentColor
}

.webtri-button.webtri-layout--circle.webtri-size--small {
    min-width: 50px
}

.webtri-button.webtri-layout--circle.webtri-size--small .webtri-m-text>* {
    height: 148%
}

.webtri-button.webtri-layout--circle.webtri-size--large {
    min-width: 98px
}

.webtri-button.webtri-layout--circle.webtri-size--large .webtri-m-text>* {
    height: 87%
}

.webtri-button.webtri-layout--circle.webtri-size--full {
    min-width: 168px
}

.webtri-button.webtri-layout--circle.webtri-size--full .webtri-m-text>* {
    height: 70%
}

.webtri-button.webtri-layout--circle .webtri-m-text {
    position: relative;
    display: block;
    width: 80px;
    height: 80px
}

.webtri-button.webtri-layout--circle.webtri--init .webtri-m-text>* {
    opacity: 1
}

.webtri-button.webtri-layout--filled.webtri-html--link {
    color: var(--qode-button-color,#fff);
    background-color: var(--qode-button-bg-color,#000);
    border: 1px solid var(--qode-button-border-color,transparent)
}

.webtri-button.webtri-layout--filled.webtri-html--link:hover {
    color: var(--qode-button-hover-color,#fff);
    background-color: var(--qode-button-bg-hover-color,var(--qode-main-color));
    border-color: var(--qode-button-border-hover-color,transparent)
}

.webtri-button.webtri-layout--outlined {
    color: var(--qode-button-color,var(--qode-main-color));
    background-color: transparent;
    border: 1px solid var(--qode-button-border-color,var(--qode-main-color))
}

.webtri-button.webtri-layout--outlined:hover {
    color: var(--qode-button-hover-color,#fff);
    background-color: var(--qode-button-bg-hover-color,var(--qode-main-color));
    border-color: var(--qode-button-border-hover-color,var(--qode-main-color))
}

.webtri-button.webtri-layout--textual {
    padding: 0!important;
    color: var(--qode-button-color,#000);
    background-color: transparent;
    border: 0;
    font-size: 12px;
    line-height: 15px;
    --qode-padding: 14px;
    --qode-dot-color: currentColor;
    padding-left: var(--qode-padding)!important;
    padding-right: var(--qode-padding)!important;
    clip-path: inset(-10px)
}

.webtri-button.webtri-layout--textual .webtri-m-text {
    display: inline-block
}

.webtri-button.webtri-layout--textual .webtri-m-text {
    transition: transform .37s cubic-bezier(.22,.61,.36,1);
    transform: translateX(0);
    transition-delay: .05s
}

.webtri-button.webtri-layout--textual:after,.webtri-button.webtri-layout--textual:before {
    content: '';
    display: block;
    height: 7px;
    width: 7px;
    position: absolute;
    background-color: var(--qode-dot-color);
    border-radius: 50%;
    top: 3px;
    transition: transform .52s cubic-bezier(.22,.61,.28,.97),opacity .35s
}

.webtri-button.webtri-layout--textual:before {
    left: 0;
    transform: translateX(0) scale(1);
    opacity: 1
}

.webtri-button.webtri-layout--textual:after {
    right: 0;
    transform: translateX(calc(-1.7 * var(--qode-padding))) scale(.8);
    opacity: 0;
    transition-delay: .05s,0s;
    transition-duration: .52s,.25s
}

.webtri-button.webtri-layout--textual:hover .webtri-m-text {
    transform: translateX(calc(-1 * var(--qode-padding)));
    transition-delay: 0s
}

.webtri-button.webtri-layout--textual:hover:before {
    transform: translateX(calc(-1 * var(--qode-padding))) scale(.8);
    opacity: 0
}

.webtri-button.webtri-layout--textual:hover:after {
    transform: translateX(calc(-1 * var(--qode-padding))) scale(1);
    opacity: 1;
    transition-delay: .15s,.15s
}

.webtri-button.webtri-layout--textual .webtri-m-text {
    z-index: 10
}

.webtri-call-to-action.webtri-layout--standard {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.webtri-call-to-action.webtri-layout--standard .webtri-m-inner {
    display: flex;
    align-items: center
}

.webtri-call-to-action.webtri-layout--standard.webtri-style--stretched .webtri-m-inner {
    justify-content: space-between
}

.webtri-call-to-action.webtri-layout--standard.webtri-style--centered .webtri-m-inner {
    justify-content: center
}

.webtri-call-to-action.webtri-layout--standard .webtri-m-content {
    padding-right: 20px
}

.webtri-call-to-action.webtri-layout--standard .webtri-m-content>* {
    margin: 0
}

.webtri-call-to-action.webtri-layout--standard .webtri-m-button {
    flex: 0 0 auto
}

.webtri-cards-gallery {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding: 10px 0
}

.webtri-cards-gallery .webtri-e-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.webtri-cards-gallery img {
    position: relative;
    display: block;
    box-shadow: 3px 3px 15px 0 rgba(0,0,0,.5)
}

.webtri-cards-gallery .webtri-m-fake-card {
    position: relative;
    display: block;
    opacity: 0;
    visibility: hidden;
    pointer-events: none
}

.webtri-cards-gallery .webtri-m-card {
    position: absolute;
    transition: all .15s ease
}

.webtri-cards-gallery .webtri-m-card.webtri-animating {
    transition: all 1s cubic-bezier(.19,1,.22,1);
    pointer-events: none
}

.webtri-cards-gallery .webtri-m-card.webtri-animating-siblings {
    transition: all .6s cubic-bezier(0,0,0,1);
    pointer-events: none
}

.webtri-cards-gallery.webtri-orientation--left .webtri-m-card {
    left: 0;
    will-change: transform
}

.webtri-cards-gallery.webtri-orientation--left .webtri-m-card.webtri-out {
    transform: translateX(-100%)
}

.webtri-cards-gallery.webtri-orientation--left .webtri-m-card:nth-last-child(6) {
    transform: scale(.5) translateX(80%)
}

.webtri-cards-gallery.webtri-orientation--left .webtri-m-card:nth-last-child(5) {
    transform: scale(.6) translateX(54%)
}

.webtri-cards-gallery.webtri-orientation--left .webtri-m-card:nth-last-child(4) {
    transform: scale(.7) translateX(35%)
}

.webtri-cards-gallery.webtri-orientation--left .webtri-m-card:nth-last-child(3) {
    transform: scale(.8) translateX(21%)
}

.webtri-cards-gallery.webtri-orientation--left .webtri-m-card:nth-last-child(2) {
    transform: scale(.9) translateX(9.2%)
}

.webtri-cards-gallery.webtri-orientation--left .webtri-m-card:not(:last-of-type) {
    cursor: pointer
}

.webtri-cards-gallery.webtri-orientation--left .webtri-m-card:not(:last-of-type):not(.active):hover {
    margin-left: 10px!important
}

.webtri-cards-gallery.webtri-orientation--right .webtri-m-card {
    right: 0;
    will-change: transform
}

.webtri-cards-gallery.webtri-orientation--right .webtri-m-card.webtri-out {
    transform: translateX(100%)
}

.webtri-cards-gallery.webtri-orientation--right .webtri-m-card:nth-last-child(6) {
    transform: scale(.5) translateX(-80%)
}

.webtri-cards-gallery.webtri-orientation--right .webtri-m-card:nth-last-child(5) {
    transform: scale(.6) translateX(-54%)
}

.webtri-cards-gallery.webtri-orientation--right .webtri-m-card:nth-last-child(4) {
    transform: scale(.7) translateX(-35%)
}

.webtri-cards-gallery.webtri-orientation--right .webtri-m-card:nth-last-child(3) {
    transform: scale(.8) translateX(-21%)
}

.webtri-cards-gallery.webtri-orientation--right .webtri-m-card:nth-last-child(2) {
    transform: scale(.9) translateX(-9.2%)
}

.webtri-cards-gallery.webtri-orientation--right .webtri-m-card:not(:last-of-type) {
    cursor: pointer
}

.webtri-cards-gallery.webtri-orientation--right .webtri-m-card:not(:last-of-type):not(.active):hover {
    margin-right: 10px!important
}

.no-touchevents .webtri-cards-gallery.webtri-animation--bundle img {
    visibility: hidden
}

@keyframes webtriCardAppearFromRight {
    0% {
        transform: translate3d(100%,0,0);
        opacity: 0;
        visibility: visible
    }

    30% {
        opacity: 1;
        visibility: visible
    }

    100% {
        visibility: visible;
        transform: translate3d(0,0,0)
    }
}

.no-touchevents .webtri-cards-gallery.webtri-animation--bundle.webtri-orientation--right.webtri-appeared img {
    animation: webtriCardAppearFromRight 1s cubic-bezier(.19,1,.22,1) forwards
}

.no-touchevents .webtri-cards-gallery.webtri-animation--bundle.webtri-orientation--right.webtri-appeared .webtri-m-card:nth-child(1) img:not(.webtri-animation-done) {
    animation-delay: .2s
}

.no-touchevents .webtri-cards-gallery.webtri-animation--bundle.webtri-orientation--right.webtri-appeared .webtri-m-card:nth-child(2) img:not(.webtri-animation-done) {
    animation-delay: .4s
}

.no-touchevents .webtri-cards-gallery.webtri-animation--bundle.webtri-orientation--right.webtri-appeared .webtri-m-card:nth-child(3) img:not(.webtri-animation-done) {
    animation-delay: .6s
}

.no-touchevents .webtri-cards-gallery.webtri-animation--bundle.webtri-orientation--right.webtri-appeared .webtri-m-card:nth-child(4) img:not(.webtri-animation-done) {
    animation-delay: .8s
}

.no-touchevents .webtri-cards-gallery.webtri-animation--bundle.webtri-orientation--right.webtri-appeared .webtri-m-card:nth-child(5) img:not(.webtri-animation-done) {
    animation-delay: 1s
}

.no-touchevents .webtri-cards-gallery.webtri-animation--bundle.webtri-orientation--right.webtri-appeared .webtri-m-card:nth-child(6) img:not(.webtri-animation-done) {
    animation-delay: 1.2s
}

.no-touchevents .webtri-cards-gallery.webtri-animation--bundle.webtri-orientation--right.webtri-appeared .webtri-m-card:nth-child(7) img:not(.webtri-animation-done) {
    animation-delay: 1.4s
}

.no-touchevents .webtri-cards-gallery.webtri-animation--bundle.webtri-orientation--right.webtri-appeared .webtri-m-card:nth-child(8) img:not(.webtri-animation-done) {
    animation-delay: 1.6s
}

@keyframes webtriCardAppearFromLeft {
    0% {
        visibility: visible;
        opacity: 0;
        transform: translate3d(-100%,0,0)
    }

    30% {
        visibility: visible;
        opacity: 1
    }

    100% {
        visibility: visible;
        transform: translate3d(0,0,0)
    }
}

.no-touchevents .webtri-cards-gallery.webtri-animation--bundle.webtri-orientation--left.webtri-appeared img {
    animation: webtriCardAppearFromLeft 1s cubic-bezier(.19,1,.22,1) forwards
}

.no-touchevents .webtri-cards-gallery.webtri-animation--bundle.webtri-orientation--left.webtri-appeared .webtri-m-card:nth-child(1) img:not(.webtri-animation-done) {
    animation-delay: .2s
}

.no-touchevents .webtri-cards-gallery.webtri-animation--bundle.webtri-orientation--left.webtri-appeared .webtri-m-card:nth-child(2) img:not(.webtri-animation-done) {
    animation-delay: .4s
}

.no-touchevents .webtri-cards-gallery.webtri-animation--bundle.webtri-orientation--left.webtri-appeared .webtri-m-card:nth-child(3) img:not(.webtri-animation-done) {
    animation-delay: .6s
}

.no-touchevents .webtri-cards-gallery.webtri-animation--bundle.webtri-orientation--left.webtri-appeared .webtri-m-card:nth-child(4) img:not(.webtri-animation-done) {
    animation-delay: .8s
}

.no-touchevents .webtri-cards-gallery.webtri-animation--bundle.webtri-orientation--left.webtri-appeared .webtri-m-card:nth-child(5) img:not(.webtri-animation-done) {
    animation-delay: 1s
}

.no-touchevents .webtri-cards-gallery.webtri-animation--bundle.webtri-orientation--left.webtri-appeared .webtri-m-card:nth-child(6) img:not(.webtri-animation-done) {
    animation-delay: 1.2s
}

.no-touchevents .webtri-cards-gallery.webtri-animation--bundle.webtri-orientation--left.webtri-appeared .webtri-m-card:nth-child(7) img:not(.webtri-animation-done) {
    animation-delay: 1.4s
}

.no-touchevents .webtri-cards-gallery.webtri-animation--bundle.webtri-orientation--left.webtri-appeared .webtri-m-card:nth-child(8) img:not(.webtri-animation-done) {
    animation-delay: 1.6s
}

.webtri-countdown .webtri-m-date {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.webtri-countdown .webtri-digit,.webtri-countdown .webtri-label {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    text-align: center
}

.webtri-countdown .webtri-label {
    font-size: 24px;
    font-family: Unbounded,sans-serif;
    font-weight: 700;
    margin-top: 10px
}

@media only screen and (max-width: 680px) {
    .webtri-countdown .webtri-label {
        font-size:19px;
        margin-top: 5px
    }
}

.webtri-countdown.webtri-show--1 .webtri-digit-wrapper {
    width: 100%
}

.webtri-countdown.webtri-show--2 .webtri-digit-wrapper {
    width: 50%
}

.webtri-countdown.webtri-show--3 .webtri-digit-wrapper {
    width: 33.33333%
}

.webtri-countdown.webtri-show--4 .webtri-digit-wrapper {
    width: 25%
}

.webtri-countdown.webtri-show--5 .webtri-digit-wrapper {
    width: 20%
}

.webtri-countdown.webtri-show--6 .webtri-digit-wrapper {
    width: 16.66667%
}

.webtri-countdown.webtri-countdown--light .webtri-digit,.webtri-countdown.webtri-countdown--light .webtri-label {
    color: #efefef!important
}

.webtri-countdown.webtri-layout--simple .webtri-digit-wrapper {
    display: inline-block;
    vertical-align: top;
    padding: 0 20px
}

@media only screen and (max-width: 880px) {
    .webtri-countdown.webtri-layout--simple .webtri-digit-wrapper {
        margin-top:60px
    }
}

.webtri-countdown.webtri-layout--simple .webtri-digit {
    font-family: inherit;
    font-size: 65px;
    line-height: 1em;
    font-weight: 700;
    color: #000
}

.webtri-counter.webtri-layout--simple {
    text-align: center
}

.webtri-counter.webtri-layout--simple .webtri-m-digit {
    font-family: inherit;
    font-weight: 700;
    font-size: 65px;
    line-height: 1;
    color: #000
}

.webtri-counter.webtri-layout--simple .webtri-m-title {
    margin: 9px 0 0 0
}

.webtri-counter.webtri-layout--simple .webtri-m-text {
    margin: 0
}

.widget.widget_brandtri_core_custom_font {
    margin-bottom: 0!important
}

.webtri-custom-font {
    position: relative;
    margin: 0
}

.webtri-custom-font .webtri-svg--text-distort {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none
}

.webtri-custom-font .webtri-e-distort-word-holder {
    position: relative;
    z-index: 10;
    transform: translateZ(0);
    -webkit-text-fill-color: transparent
}

.webtri-custom-font .webtri-e-distort-word-holder .webtri-e-normal-word {
    transition: opacity .5s;
    opacity: 1
}

.webtri-custom-font .webtri-e-distort-word-holder .webtri-e-distort-word {
    position: absolute;
    left: 0;
    z-index: 2;
    -webkit-text-fill-color: currentColor;
    opacity: 0;
    transition: opacity .5s
}

.webtri-custom-font.webtri-distort-init .webtri-e-distort-word-holder .webtri-e-distort-word {
    opacity: 1
}

.webtri-custom-font.webtri-distort-init .webtri-e-normal-word {
    opacity: 0
}

.webtri-custom-font.webtri--has-appear .webtri--word {
    clip-path: inset(0 -10px);
    -webkit-text-fill-color: transparent;
    white-space: nowrap
}

.webtri-custom-font.webtri--has-appear .webtri--word .qode--char {
    display: inline-flex;
    position: relative
}

.webtri-custom-font.webtri--has-appear .webtri--word .qode--char span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.webtri-custom-font.webtri--has-appear .webtri--word .qode--char span:before {
    content: attr(data-char);
    display: block;
    -webkit-text-fill-color: currentColor;
    transition: transform .5s cubic-bezier(.26,-.14,0,1.01);
    transition: transform .5s cubic-bezier(.45,.85,.21,.95)
}

.webtri-custom-font.webtri--has-appear .webtri--word .qode--char span:nth-of-type(1) {
    clip-path: inset(0 0 43%)
}

.webtri-custom-font.webtri--has-appear .webtri--word .qode--char span:nth-of-type(1):before {
    transform: translateY(50%) translateX(-10px)
}

.webtri-custom-font.webtri--has-appear .webtri--word .qode--char span:nth-of-type(2) {
    clip-path: inset(56% 0 0)
}

.webtri-custom-font.webtri--has-appear .webtri--word .qode--char span:nth-of-type(2):before {
    transform: translateY(-50%) translateX(-10px)
}

.webtri-custom-font.webtri--has-appear.webtri-distort-init .webtri-e-distort-word-holder .webtri-e-normal-word {
    opacity: 1
}

.webtri-custom-font.webtri--has-appear.webtri-distort-init .webtri-e-distort-word-holder .webtri-e-distort-word {
    opacity: 0
}

.webtri-custom-font.webtri--has-appear.webtri--appeared .qode--char span:nth-of-type(1):before,.webtri-custom-font.webtri--has-appear.webtri--appeared .qode--char span:nth-of-type(2):before {
    transition-duration: .9s;
    transform: translateY(0)
}

.webtri-custom-font.webtri--has-appear.webtri--appeared .qode--char:nth-child(1) span:nth-of-type(1):before,.webtri-custom-font.webtri--has-appear.webtri--appeared .qode--char:nth-child(1) span:nth-of-type(21):before {
    transition-delay: 0s
}

.webtri-custom-font.webtri--has-appear.webtri--appeared .qode--char:nth-child(1) span:nth-of-type(11):before,.webtri-custom-font.webtri--has-appear.webtri--appeared .qode--char:nth-child(1) span:nth-of-type(2):before {
    transition-delay: 0s
}

.webtri-custom-font.webtri--has-appear.webtri--appeared .qode--char:nth-child(2) span:nth-of-type(1):before,.webtri-custom-font.webtri--has-appear.webtri--appeared .qode--char:nth-child(2) span:nth-of-type(21):before {
    transition-delay: .1s
}

.webtri-custom-font.webtri--has-appear.webtri--appeared .qode--char:nth-child(2) span:nth-of-type(11):before,.webtri-custom-font.webtri--has-appear.webtri--appeared .qode--char:nth-child(2) span:nth-of-type(2):before {
    transition-delay: .1s
}

.webtri-custom-font.webtri--has-appear.webtri--appeared .qode--char:nth-child(3) span:nth-of-type(1):before,.webtri-custom-font.webtri--has-appear.webtri--appeared .qode--char:nth-child(3) span:nth-of-type(21):before {
    transition-delay: .2s
}

.webtri-custom-font.webtri--has-appear.webtri--appeared .qode--char:nth-child(3) span:nth-of-type(11):before,.webtri-custom-font.webtri--has-appear.webtri--appeared .qode--char:nth-child(3) span:nth-of-type(2):before {
    transition-delay: .2s
}

.webtri-custom-font.webtri--has-appear.webtri--appeared .qode--char:nth-child(4) span:nth-of-type(1):before,.webtri-custom-font.webtri--has-appear.webtri--appeared .qode--char:nth-child(4) span:nth-of-type(21):before {
    transition-delay: .3s
}

.webtri-custom-font.webtri--has-appear.webtri--appeared .qode--char:nth-child(4) span:nth-of-type(11):before,.webtri-custom-font.webtri--has-appear.webtri--appeared .qode--char:nth-child(4) span:nth-of-type(2):before {
    transition-delay: .3s
}

.webtri-custom-font.webtri--has-appear.webtri--appeared .qode--char:nth-child(5) span:nth-of-type(1):before,.webtri-custom-font.webtri--has-appear.webtri--appeared .qode--char:nth-child(5) span:nth-of-type(21):before {
    transition-delay: .4s
}

.webtri-custom-font.webtri--has-appear.webtri--appeared .qode--char:nth-child(5) span:nth-of-type(11):before,.webtri-custom-font.webtri--has-appear.webtri--appeared .qode--char:nth-child(5) span:nth-of-type(2):before {
    transition-delay: .4s
}

.webtri-custom-font.webtri--has-appear.webtri--appeared .qode--char:nth-child(6) span:nth-of-type(1):before,.webtri-custom-font.webtri--has-appear.webtri--appeared .qode--char:nth-child(6) span:nth-of-type(21):before {
    transition-delay: .5s
}

.webtri-custom-font.webtri--has-appear.webtri--appeared .qode--char:nth-child(6) span:nth-of-type(11):before,.webtri-custom-font.webtri--has-appear.webtri--appeared .qode--char:nth-child(6) span:nth-of-type(2):before {
    transition-delay: .5s
}

.webtri-custom-font.webtri--has-appear.webtri--appeared .qode--char:nth-child(7) span:nth-of-type(1):before,.webtri-custom-font.webtri--has-appear.webtri--appeared .qode--char:nth-child(7) span:nth-of-type(21):before {
    transition-delay: .6s
}

.webtri-custom-font.webtri--has-appear.webtri--appeared .qode--char:nth-child(7) span:nth-of-type(11):before,.webtri-custom-font.webtri--has-appear.webtri--appeared .qode--char:nth-child(7) span:nth-of-type(2):before {
    transition-delay: .6s
}

.webtri-custom-font.webtri--has-appear.webtri--appeared .qode--char:nth-child(8) span:nth-of-type(1):before,.webtri-custom-font.webtri--has-appear.webtri--appeared .qode--char:nth-child(8) span:nth-of-type(21):before {
    transition-delay: .7s
}

.webtri-custom-font.webtri--has-appear.webtri--appeared .qode--char:nth-child(8) span:nth-of-type(11):before,.webtri-custom-font.webtri--has-appear.webtri--appeared .qode--char:nth-child(8) span:nth-of-type(2):before {
    transition-delay: .7s
}

.webtri-custom-font.webtri--has-appear.webtri--appeared .qode--char:nth-child(9) span:nth-of-type(1):before,.webtri-custom-font.webtri--has-appear.webtri--appeared .qode--char:nth-child(9) span:nth-of-type(21):before {
    transition-delay: .8s
}

.webtri-custom-font.webtri--has-appear.webtri--appeared .qode--char:nth-child(9) span:nth-of-type(11):before,.webtri-custom-font.webtri--has-appear.webtri--appeared .qode--char:nth-child(9) span:nth-of-type(2):before {
    transition-delay: .8s
}

.webtri-custom-font.webtri--has-appear.webtri--appeared .qode--char:nth-child(10) span:nth-of-type(1):before,.webtri-custom-font.webtri--has-appear.webtri--appeared .qode--char:nth-child(10) span:nth-of-type(21):before {
    transition-delay: .9s
}

.webtri-custom-font.webtri--has-appear.webtri--appeared .qode--char:nth-child(10) span:nth-of-type(11):before,.webtri-custom-font.webtri--has-appear.webtri--appeared .qode--char:nth-child(10) span:nth-of-type(2):before {
    transition-delay: .9s
}

.webtri-custom-font.webtri--has-appear.webtri--appeared .qode--char:nth-child(11) span:nth-of-type(1):before,.webtri-custom-font.webtri--has-appear.webtri--appeared .qode--char:nth-child(11) span:nth-of-type(21):before {
    transition-delay: 1s
}

.webtri-custom-font.webtri--has-appear.webtri--appeared .qode--char:nth-child(11) span:nth-of-type(11):before,.webtri-custom-font.webtri--has-appear.webtri--appeared .qode--char:nth-child(11) span:nth-of-type(2):before {
    transition-delay: 1s
}

.webtri-custom-font.webtri--has-appear.webtri--appeared .qode--char:nth-child(12) span:nth-of-type(1):before,.webtri-custom-font.webtri--has-appear.webtri--appeared .qode--char:nth-child(12) span:nth-of-type(21):before {
    transition-delay: 1.1s
}

.webtri-custom-font.webtri--has-appear.webtri--appeared .qode--char:nth-child(12) span:nth-of-type(11):before,.webtri-custom-font.webtri--has-appear.webtri--appeared .qode--char:nth-child(12) span:nth-of-type(2):before {
    transition-delay: 1.1s
}

.webtri-custom-font.webtri--has-appear.webtri--appeared .qode--char:nth-child(13) span:nth-of-type(1):before,.webtri-custom-font.webtri--has-appear.webtri--appeared .qode--char:nth-child(13) span:nth-of-type(21):before {
    transition-delay: 1.2s
}

.webtri-custom-font.webtri--has-appear.webtri--appeared .qode--char:nth-child(13) span:nth-of-type(11):before,.webtri-custom-font.webtri--has-appear.webtri--appeared .qode--char:nth-child(13) span:nth-of-type(2):before {
    transition-delay: 1.2s
}

.webtri-custom-font.webtri--has-appear.webtri--appeared .qode--char:nth-child(14) span:nth-of-type(1):before,.webtri-custom-font.webtri--has-appear.webtri--appeared .qode--char:nth-child(14) span:nth-of-type(21):before {
    transition-delay: 1.3s
}

.webtri-custom-font.webtri--has-appear.webtri--appeared .qode--char:nth-child(14) span:nth-of-type(11):before,.webtri-custom-font.webtri--has-appear.webtri--appeared .qode--char:nth-child(14) span:nth-of-type(2):before {
    transition-delay: 1.3s
}

.webtri-custom-font.webtri--has-appear.webtri--appeared .qode--char:nth-child(15) span:nth-of-type(1):before,.webtri-custom-font.webtri--has-appear.webtri--appeared .qode--char:nth-child(15) span:nth-of-type(21):before {
    transition-delay: 1.4s
}

.webtri-custom-font.webtri--has-appear.webtri--appeared .qode--char:nth-child(15) span:nth-of-type(11):before,.webtri-custom-font.webtri--has-appear.webtri--appeared .qode--char:nth-child(15) span:nth-of-type(2):before {
    transition-delay: 1.4s
}

.webtri-custom-font.webtri--has-appear.webtri--appeared .qode--char:nth-child(16) span:nth-of-type(1):before,.webtri-custom-font.webtri--has-appear.webtri--appeared .qode--char:nth-child(16) span:nth-of-type(21):before {
    transition-delay: 1.5s
}

.webtri-custom-font.webtri--has-appear.webtri--appeared .qode--char:nth-child(16) span:nth-of-type(11):before,.webtri-custom-font.webtri--has-appear.webtri--appeared .qode--char:nth-child(16) span:nth-of-type(2):before {
    transition-delay: 1.5s
}

.webtri-custom-font.webtri--has-appear.webtri--appeared .qode--char:nth-child(17) span:nth-of-type(1):before,.webtri-custom-font.webtri--has-appear.webtri--appeared .qode--char:nth-child(17) span:nth-of-type(21):before {
    transition-delay: 1.6s
}

.webtri-custom-font.webtri--has-appear.webtri--appeared .qode--char:nth-child(17) span:nth-of-type(11):before,.webtri-custom-font.webtri--has-appear.webtri--appeared .qode--char:nth-child(17) span:nth-of-type(2):before {
    transition-delay: 1.6s
}

.webtri-custom-font.webtri--has-appear.webtri--appeared .qode--char:nth-child(18) span:nth-of-type(1):before,.webtri-custom-font.webtri--has-appear.webtri--appeared .qode--char:nth-child(18) span:nth-of-type(21):before {
    transition-delay: 1.7s
}

.webtri-custom-font.webtri--has-appear.webtri--appeared .qode--char:nth-child(18) span:nth-of-type(11):before,.webtri-custom-font.webtri--has-appear.webtri--appeared .qode--char:nth-child(18) span:nth-of-type(2):before {
    transition-delay: 1.7s
}

.webtri-custom-font.webtri--has-appear.webtri--appeared .qode--char:nth-child(19) span:nth-of-type(1):before,.webtri-custom-font.webtri--has-appear.webtri--appeared .qode--char:nth-child(19) span:nth-of-type(21):before {
    transition-delay: 1.8s
}

.webtri-custom-font.webtri--has-appear.webtri--appeared .qode--char:nth-child(19) span:nth-of-type(11):before,.webtri-custom-font.webtri--has-appear.webtri--appeared .qode--char:nth-child(19) span:nth-of-type(2):before {
    transition-delay: 1.8s
}

.webtri-custom-font.webtri--has-appear.webtri--appeared .qode--char:nth-child(20) span:nth-of-type(1):before,.webtri-custom-font.webtri--has-appear.webtri--appeared .qode--char:nth-child(20) span:nth-of-type(21):before {
    transition-delay: 1.9s
}

.webtri-custom-font.webtri--has-appear.webtri--appeared .qode--char:nth-child(20) span:nth-of-type(11):before,.webtri-custom-font.webtri--has-appear.webtri--appeared .qode--char:nth-child(20) span:nth-of-type(2):before {
    transition-delay: 1.9s
}

.webtri-custom-font.webtri--has-appear.webtri--appeared .qode--char:nth-child(21) span:nth-of-type(1):before,.webtri-custom-font.webtri--has-appear.webtri--appeared .qode--char:nth-child(21) span:nth-of-type(21):before {
    transition-delay: 2s
}

.webtri-custom-font.webtri--has-appear.webtri--appeared .qode--char:nth-child(21) span:nth-of-type(11):before,.webtri-custom-font.webtri--has-appear.webtri--appeared .qode--char:nth-child(21) span:nth-of-type(2):before {
    transition-delay: 2s
}

.webtri-custom-font.webtri--has-appear.webtri--appeared .qode--char:nth-child(22) span:nth-of-type(1):before,.webtri-custom-font.webtri--has-appear.webtri--appeared .qode--char:nth-child(22) span:nth-of-type(21):before {
    transition-delay: 2.1s
}

.webtri-custom-font.webtri--has-appear.webtri--appeared .qode--char:nth-child(22) span:nth-of-type(11):before,.webtri-custom-font.webtri--has-appear.webtri--appeared .qode--char:nth-child(22) span:nth-of-type(2):before {
    transition-delay: 2.1s
}

.webtri-custom-font.webtri--has-appear.webtri--appeared .qode--char:nth-child(23) span:nth-of-type(1):before,.webtri-custom-font.webtri--has-appear.webtri--appeared .qode--char:nth-child(23) span:nth-of-type(21):before {
    transition-delay: 2.2s
}

.webtri-custom-font.webtri--has-appear.webtri--appeared .qode--char:nth-child(23) span:nth-of-type(11):before,.webtri-custom-font.webtri--has-appear.webtri--appeared .qode--char:nth-child(23) span:nth-of-type(2):before {
    transition-delay: 2.2s
}

.webtri-custom-font.webtri--has-appear.webtri--appeared .qode--char:nth-child(24) span:nth-of-type(1):before,.webtri-custom-font.webtri--has-appear.webtri--appeared .qode--char:nth-child(24) span:nth-of-type(21):before {
    transition-delay: 2.3s
}

.webtri-custom-font.webtri--has-appear.webtri--appeared .qode--char:nth-child(24) span:nth-of-type(11):before,.webtri-custom-font.webtri--has-appear.webtri--appeared .qode--char:nth-child(24) span:nth-of-type(2):before {
    transition-delay: 2.3s
}

.webtri-custom-font.webtri--has-appear.webtri--appeared .qode--char:nth-child(25) span:nth-of-type(1):before,.webtri-custom-font.webtri--has-appear.webtri--appeared .qode--char:nth-child(25) span:nth-of-type(21):before {
    transition-delay: 2.4s
}

.webtri-custom-font.webtri--has-appear.webtri--appeared .qode--char:nth-child(25) span:nth-of-type(11):before,.webtri-custom-font.webtri--has-appear.webtri--appeared .qode--char:nth-child(25) span:nth-of-type(2):before {
    transition-delay: 2.4s
}

.webtri-custom-font.webtri--has-appear.webtri--appeared .qode--char:nth-child(26) span:nth-of-type(1):before,.webtri-custom-font.webtri--has-appear.webtri--appeared .qode--char:nth-child(26) span:nth-of-type(21):before {
    transition-delay: 2.5s
}

.webtri-custom-font.webtri--has-appear.webtri--appeared .qode--char:nth-child(26) span:nth-of-type(11):before,.webtri-custom-font.webtri--has-appear.webtri--appeared .qode--char:nth-child(26) span:nth-of-type(2):before {
    transition-delay: 2.5s
}

.webtri-custom-font.webtri--has-appear.webtri--appeared .qode--char:nth-child(27) span:nth-of-type(1):before,.webtri-custom-font.webtri--has-appear.webtri--appeared .qode--char:nth-child(27) span:nth-of-type(21):before {
    transition-delay: 2.6s
}

.webtri-custom-font.webtri--has-appear.webtri--appeared .qode--char:nth-child(27) span:nth-of-type(11):before,.webtri-custom-font.webtri--has-appear.webtri--appeared .qode--char:nth-child(27) span:nth-of-type(2):before {
    transition-delay: 2.6s
}

.webtri-custom-font.webtri--has-appear.webtri--appeared .qode--char:nth-child(28) span:nth-of-type(1):before,.webtri-custom-font.webtri--has-appear.webtri--appeared .qode--char:nth-child(28) span:nth-of-type(21):before {
    transition-delay: 2.7s
}

.webtri-custom-font.webtri--has-appear.webtri--appeared .qode--char:nth-child(28) span:nth-of-type(11):before,.webtri-custom-font.webtri--has-appear.webtri--appeared .qode--char:nth-child(28) span:nth-of-type(2):before {
    transition-delay: 2.7s
}

.webtri-custom-font.webtri--has-appear.webtri--appeared .qode--char:nth-child(29) span:nth-of-type(1):before,.webtri-custom-font.webtri--has-appear.webtri--appeared .qode--char:nth-child(29) span:nth-of-type(21):before {
    transition-delay: 2.8s
}

.webtri-custom-font.webtri--has-appear.webtri--appeared .qode--char:nth-child(29) span:nth-of-type(11):before,.webtri-custom-font.webtri--has-appear.webtri--appeared .qode--char:nth-child(29) span:nth-of-type(2):before {
    transition-delay: 2.8s
}

.webtri-custom-font.webtri--has-appear.webtri--appeared .qode--char:nth-child(30) span:nth-of-type(1):before,.webtri-custom-font.webtri--has-appear.webtri--appeared .qode--char:nth-child(30) span:nth-of-type(21):before {
    transition-delay: 2.9s
}

.webtri-custom-font.webtri--has-appear.webtri--appeared .qode--char:nth-child(30) span:nth-of-type(11):before,.webtri-custom-font.webtri--has-appear.webtri--appeared .qode--char:nth-child(30) span:nth-of-type(2):before {
    transition-delay: 2.9s
}

.webtri-custom-font.webtri--has-appear.webtri--appeared.webtri-distort-init .webtri-e-distort-word-holder .webtri-e-normal-word {
    opacity: 0;
    transition-delay: 1s
}

.webtri-custom-font.webtri--has-appear.webtri--appeared.webtri-distort-init .webtri-e-distort-word-holder .webtri-e-distort-word {
    opacity: 1;
    transition-delay: 1s
}

.elementor-editor-active .webtri-custom-font.webtri--has-appear .qode--char span:nth-of-type(1):before,.elementor-editor-active .webtri-custom-font.webtri--has-appear .qode--char span:nth-of-type(2):before {
    transition-duration: .9s;
    transform: translateY(0)
}

.elementor-editor-active .webtri-custom-font.webtri--has-appear .qode--char:nth-child(1) span:nth-of-type(1):before,.elementor-editor-active .webtri-custom-font.webtri--has-appear .qode--char:nth-child(1) span:nth-of-type(21):before {
    transition-delay: 0s
}

.elementor-editor-active .webtri-custom-font.webtri--has-appear .qode--char:nth-child(1) span:nth-of-type(11):before,.elementor-editor-active .webtri-custom-font.webtri--has-appear .qode--char:nth-child(1) span:nth-of-type(2):before {
    transition-delay: 0s
}

.elementor-editor-active .webtri-custom-font.webtri--has-appear .qode--char:nth-child(2) span:nth-of-type(1):before,.elementor-editor-active .webtri-custom-font.webtri--has-appear .qode--char:nth-child(2) span:nth-of-type(21):before {
    transition-delay: .1s
}

.elementor-editor-active .webtri-custom-font.webtri--has-appear .qode--char:nth-child(2) span:nth-of-type(11):before,.elementor-editor-active .webtri-custom-font.webtri--has-appear .qode--char:nth-child(2) span:nth-of-type(2):before {
    transition-delay: .1s
}

.elementor-editor-active .webtri-custom-font.webtri--has-appear .qode--char:nth-child(3) span:nth-of-type(1):before,.elementor-editor-active .webtri-custom-font.webtri--has-appear .qode--char:nth-child(3) span:nth-of-type(21):before {
    transition-delay: .2s
}

.elementor-editor-active .webtri-custom-font.webtri--has-appear .qode--char:nth-child(3) span:nth-of-type(11):before,.elementor-editor-active .webtri-custom-font.webtri--has-appear .qode--char:nth-child(3) span:nth-of-type(2):before {
    transition-delay: .2s
}

.elementor-editor-active .webtri-custom-font.webtri--has-appear .qode--char:nth-child(4) span:nth-of-type(1):before,.elementor-editor-active .webtri-custom-font.webtri--has-appear .qode--char:nth-child(4) span:nth-of-type(21):before {
    transition-delay: .3s
}

.elementor-editor-active .webtri-custom-font.webtri--has-appear .qode--char:nth-child(4) span:nth-of-type(11):before,.elementor-editor-active .webtri-custom-font.webtri--has-appear .qode--char:nth-child(4) span:nth-of-type(2):before {
    transition-delay: .3s
}

.elementor-editor-active .webtri-custom-font.webtri--has-appear .qode--char:nth-child(5) span:nth-of-type(1):before,.elementor-editor-active .webtri-custom-font.webtri--has-appear .qode--char:nth-child(5) span:nth-of-type(21):before {
    transition-delay: .4s
}

.elementor-editor-active .webtri-custom-font.webtri--has-appear .qode--char:nth-child(5) span:nth-of-type(11):before,.elementor-editor-active .webtri-custom-font.webtri--has-appear .qode--char:nth-child(5) span:nth-of-type(2):before {
    transition-delay: .4s
}

.elementor-editor-active .webtri-custom-font.webtri--has-appear .qode--char:nth-child(6) span:nth-of-type(1):before,.elementor-editor-active .webtri-custom-font.webtri--has-appear .qode--char:nth-child(6) span:nth-of-type(21):before {
    transition-delay: .5s
}

.elementor-editor-active .webtri-custom-font.webtri--has-appear .qode--char:nth-child(6) span:nth-of-type(11):before,.elementor-editor-active .webtri-custom-font.webtri--has-appear .qode--char:nth-child(6) span:nth-of-type(2):before {
    transition-delay: .5s
}

.elementor-editor-active .webtri-custom-font.webtri--has-appear .qode--char:nth-child(7) span:nth-of-type(1):before,.elementor-editor-active .webtri-custom-font.webtri--has-appear .qode--char:nth-child(7) span:nth-of-type(21):before {
    transition-delay: .6s
}

.elementor-editor-active .webtri-custom-font.webtri--has-appear .qode--char:nth-child(7) span:nth-of-type(11):before,.elementor-editor-active .webtri-custom-font.webtri--has-appear .qode--char:nth-child(7) span:nth-of-type(2):before {
    transition-delay: .6s
}

.elementor-editor-active .webtri-custom-font.webtri--has-appear .qode--char:nth-child(8) span:nth-of-type(1):before,.elementor-editor-active .webtri-custom-font.webtri--has-appear .qode--char:nth-child(8) span:nth-of-type(21):before {
    transition-delay: .7s
}

.elementor-editor-active .webtri-custom-font.webtri--has-appear .qode--char:nth-child(8) span:nth-of-type(11):before,.elementor-editor-active .webtri-custom-font.webtri--has-appear .qode--char:nth-child(8) span:nth-of-type(2):before {
    transition-delay: .7s
}

.elementor-editor-active .webtri-custom-font.webtri--has-appear .qode--char:nth-child(9) span:nth-of-type(1):before,.elementor-editor-active .webtri-custom-font.webtri--has-appear .qode--char:nth-child(9) span:nth-of-type(21):before {
    transition-delay: .8s
}

.elementor-editor-active .webtri-custom-font.webtri--has-appear .qode--char:nth-child(9) span:nth-of-type(11):before,.elementor-editor-active .webtri-custom-font.webtri--has-appear .qode--char:nth-child(9) span:nth-of-type(2):before {
    transition-delay: .8s
}

.elementor-editor-active .webtri-custom-font.webtri--has-appear .qode--char:nth-child(10) span:nth-of-type(1):before,.elementor-editor-active .webtri-custom-font.webtri--has-appear .qode--char:nth-child(10) span:nth-of-type(21):before {
    transition-delay: .9s
}

.elementor-editor-active .webtri-custom-font.webtri--has-appear .qode--char:nth-child(10) span:nth-of-type(11):before,.elementor-editor-active .webtri-custom-font.webtri--has-appear .qode--char:nth-child(10) span:nth-of-type(2):before {
    transition-delay: .9s
}

.elementor-editor-active .webtri-custom-font.webtri--has-appear .qode--char:nth-child(11) span:nth-of-type(1):before,.elementor-editor-active .webtri-custom-font.webtri--has-appear .qode--char:nth-child(11) span:nth-of-type(21):before {
    transition-delay: 1s
}

.elementor-editor-active .webtri-custom-font.webtri--has-appear .qode--char:nth-child(11) span:nth-of-type(11):before,.elementor-editor-active .webtri-custom-font.webtri--has-appear .qode--char:nth-child(11) span:nth-of-type(2):before {
    transition-delay: 1s
}

.elementor-editor-active .webtri-custom-font.webtri--has-appear .qode--char:nth-child(12) span:nth-of-type(1):before,.elementor-editor-active .webtri-custom-font.webtri--has-appear .qode--char:nth-child(12) span:nth-of-type(21):before {
    transition-delay: 1.1s
}

.elementor-editor-active .webtri-custom-font.webtri--has-appear .qode--char:nth-child(12) span:nth-of-type(11):before,.elementor-editor-active .webtri-custom-font.webtri--has-appear .qode--char:nth-child(12) span:nth-of-type(2):before {
    transition-delay: 1.1s
}

.elementor-editor-active .webtri-custom-font.webtri--has-appear .qode--char:nth-child(13) span:nth-of-type(1):before,.elementor-editor-active .webtri-custom-font.webtri--has-appear .qode--char:nth-child(13) span:nth-of-type(21):before {
    transition-delay: 1.2s
}

.elementor-editor-active .webtri-custom-font.webtri--has-appear .qode--char:nth-child(13) span:nth-of-type(11):before,.elementor-editor-active .webtri-custom-font.webtri--has-appear .qode--char:nth-child(13) span:nth-of-type(2):before {
    transition-delay: 1.2s
}

.elementor-editor-active .webtri-custom-font.webtri--has-appear .qode--char:nth-child(14) span:nth-of-type(1):before,.elementor-editor-active .webtri-custom-font.webtri--has-appear .qode--char:nth-child(14) span:nth-of-type(21):before {
    transition-delay: 1.3s
}

.elementor-editor-active .webtri-custom-font.webtri--has-appear .qode--char:nth-child(14) span:nth-of-type(11):before,.elementor-editor-active .webtri-custom-font.webtri--has-appear .qode--char:nth-child(14) span:nth-of-type(2):before {
    transition-delay: 1.3s
}

.elementor-editor-active .webtri-custom-font.webtri--has-appear .qode--char:nth-child(15) span:nth-of-type(1):before,.elementor-editor-active .webtri-custom-font.webtri--has-appear .qode--char:nth-child(15) span:nth-of-type(21):before {
    transition-delay: 1.4s
}

.elementor-editor-active .webtri-custom-font.webtri--has-appear .qode--char:nth-child(15) span:nth-of-type(11):before,.elementor-editor-active .webtri-custom-font.webtri--has-appear .qode--char:nth-child(15) span:nth-of-type(2):before {
    transition-delay: 1.4s
}

.elementor-editor-active .webtri-custom-font.webtri--has-appear .qode--char:nth-child(16) span:nth-of-type(1):before,.elementor-editor-active .webtri-custom-font.webtri--has-appear .qode--char:nth-child(16) span:nth-of-type(21):before {
    transition-delay: 1.5s
}

.elementor-editor-active .webtri-custom-font.webtri--has-appear .qode--char:nth-child(16) span:nth-of-type(11):before,.elementor-editor-active .webtri-custom-font.webtri--has-appear .qode--char:nth-child(16) span:nth-of-type(2):before {
    transition-delay: 1.5s
}

.elementor-editor-active .webtri-custom-font.webtri--has-appear .qode--char:nth-child(17) span:nth-of-type(1):before,.elementor-editor-active .webtri-custom-font.webtri--has-appear .qode--char:nth-child(17) span:nth-of-type(21):before {
    transition-delay: 1.6s
}

.elementor-editor-active .webtri-custom-font.webtri--has-appear .qode--char:nth-child(17) span:nth-of-type(11):before,.elementor-editor-active .webtri-custom-font.webtri--has-appear .qode--char:nth-child(17) span:nth-of-type(2):before {
    transition-delay: 1.6s
}

.elementor-editor-active .webtri-custom-font.webtri--has-appear .qode--char:nth-child(18) span:nth-of-type(1):before,.elementor-editor-active .webtri-custom-font.webtri--has-appear .qode--char:nth-child(18) span:nth-of-type(21):before {
    transition-delay: 1.7s
}

.elementor-editor-active .webtri-custom-font.webtri--has-appear .qode--char:nth-child(18) span:nth-of-type(11):before,.elementor-editor-active .webtri-custom-font.webtri--has-appear .qode--char:nth-child(18) span:nth-of-type(2):before {
    transition-delay: 1.7s
}

.elementor-editor-active .webtri-custom-font.webtri--has-appear .qode--char:nth-child(19) span:nth-of-type(1):before,.elementor-editor-active .webtri-custom-font.webtri--has-appear .qode--char:nth-child(19) span:nth-of-type(21):before {
    transition-delay: 1.8s
}

.elementor-editor-active .webtri-custom-font.webtri--has-appear .qode--char:nth-child(19) span:nth-of-type(11):before,.elementor-editor-active .webtri-custom-font.webtri--has-appear .qode--char:nth-child(19) span:nth-of-type(2):before {
    transition-delay: 1.8s
}

.elementor-editor-active .webtri-custom-font.webtri--has-appear .qode--char:nth-child(20) span:nth-of-type(1):before,.elementor-editor-active .webtri-custom-font.webtri--has-appear .qode--char:nth-child(20) span:nth-of-type(21):before {
    transition-delay: 1.9s
}

.elementor-editor-active .webtri-custom-font.webtri--has-appear .qode--char:nth-child(20) span:nth-of-type(11):before,.elementor-editor-active .webtri-custom-font.webtri--has-appear .qode--char:nth-child(20) span:nth-of-type(2):before {
    transition-delay: 1.9s
}

.elementor-editor-active .webtri-custom-font.webtri--has-appear .qode--char:nth-child(21) span:nth-of-type(1):before,.elementor-editor-active .webtri-custom-font.webtri--has-appear .qode--char:nth-child(21) span:nth-of-type(21):before {
    transition-delay: 2s
}

.elementor-editor-active .webtri-custom-font.webtri--has-appear .qode--char:nth-child(21) span:nth-of-type(11):before,.elementor-editor-active .webtri-custom-font.webtri--has-appear .qode--char:nth-child(21) span:nth-of-type(2):before {
    transition-delay: 2s
}

.elementor-editor-active .webtri-custom-font.webtri--has-appear .qode--char:nth-child(22) span:nth-of-type(1):before,.elementor-editor-active .webtri-custom-font.webtri--has-appear .qode--char:nth-child(22) span:nth-of-type(21):before {
    transition-delay: 2.1s
}

.elementor-editor-active .webtri-custom-font.webtri--has-appear .qode--char:nth-child(22) span:nth-of-type(11):before,.elementor-editor-active .webtri-custom-font.webtri--has-appear .qode--char:nth-child(22) span:nth-of-type(2):before {
    transition-delay: 2.1s
}

.elementor-editor-active .webtri-custom-font.webtri--has-appear .qode--char:nth-child(23) span:nth-of-type(1):before,.elementor-editor-active .webtri-custom-font.webtri--has-appear .qode--char:nth-child(23) span:nth-of-type(21):before {
    transition-delay: 2.2s
}

.elementor-editor-active .webtri-custom-font.webtri--has-appear .qode--char:nth-child(23) span:nth-of-type(11):before,.elementor-editor-active .webtri-custom-font.webtri--has-appear .qode--char:nth-child(23) span:nth-of-type(2):before {
    transition-delay: 2.2s
}

.elementor-editor-active .webtri-custom-font.webtri--has-appear .qode--char:nth-child(24) span:nth-of-type(1):before,.elementor-editor-active .webtri-custom-font.webtri--has-appear .qode--char:nth-child(24) span:nth-of-type(21):before {
    transition-delay: 2.3s
}

.elementor-editor-active .webtri-custom-font.webtri--has-appear .qode--char:nth-child(24) span:nth-of-type(11):before,.elementor-editor-active .webtri-custom-font.webtri--has-appear .qode--char:nth-child(24) span:nth-of-type(2):before {
    transition-delay: 2.3s
}

.elementor-editor-active .webtri-custom-font.webtri--has-appear .qode--char:nth-child(25) span:nth-of-type(1):before,.elementor-editor-active .webtri-custom-font.webtri--has-appear .qode--char:nth-child(25) span:nth-of-type(21):before {
    transition-delay: 2.4s
}

.elementor-editor-active .webtri-custom-font.webtri--has-appear .qode--char:nth-child(25) span:nth-of-type(11):before,.elementor-editor-active .webtri-custom-font.webtri--has-appear .qode--char:nth-child(25) span:nth-of-type(2):before {
    transition-delay: 2.4s
}

.elementor-editor-active .webtri-custom-font.webtri--has-appear .qode--char:nth-child(26) span:nth-of-type(1):before,.elementor-editor-active .webtri-custom-font.webtri--has-appear .qode--char:nth-child(26) span:nth-of-type(21):before {
    transition-delay: 2.5s
}

.elementor-editor-active .webtri-custom-font.webtri--has-appear .qode--char:nth-child(26) span:nth-of-type(11):before,.elementor-editor-active .webtri-custom-font.webtri--has-appear .qode--char:nth-child(26) span:nth-of-type(2):before {
    transition-delay: 2.5s
}

.elementor-editor-active .webtri-custom-font.webtri--has-appear .qode--char:nth-child(27) span:nth-of-type(1):before,.elementor-editor-active .webtri-custom-font.webtri--has-appear .qode--char:nth-child(27) span:nth-of-type(21):before {
    transition-delay: 2.6s
}

.elementor-editor-active .webtri-custom-font.webtri--has-appear .qode--char:nth-child(27) span:nth-of-type(11):before,.elementor-editor-active .webtri-custom-font.webtri--has-appear .qode--char:nth-child(27) span:nth-of-type(2):before {
    transition-delay: 2.6s
}

.elementor-editor-active .webtri-custom-font.webtri--has-appear .qode--char:nth-child(28) span:nth-of-type(1):before,.elementor-editor-active .webtri-custom-font.webtri--has-appear .qode--char:nth-child(28) span:nth-of-type(21):before {
    transition-delay: 2.7s
}

.elementor-editor-active .webtri-custom-font.webtri--has-appear .qode--char:nth-child(28) span:nth-of-type(11):before,.elementor-editor-active .webtri-custom-font.webtri--has-appear .qode--char:nth-child(28) span:nth-of-type(2):before {
    transition-delay: 2.7s
}

.elementor-editor-active .webtri-custom-font.webtri--has-appear .qode--char:nth-child(29) span:nth-of-type(1):before,.elementor-editor-active .webtri-custom-font.webtri--has-appear .qode--char:nth-child(29) span:nth-of-type(21):before {
    transition-delay: 2.8s
}

.elementor-editor-active .webtri-custom-font.webtri--has-appear .qode--char:nth-child(29) span:nth-of-type(11):before,.elementor-editor-active .webtri-custom-font.webtri--has-appear .qode--char:nth-child(29) span:nth-of-type(2):before {
    transition-delay: 2.8s
}

.elementor-editor-active .webtri-custom-font.webtri--has-appear .qode--char:nth-child(30) span:nth-of-type(1):before,.elementor-editor-active .webtri-custom-font.webtri--has-appear .qode--char:nth-child(30) span:nth-of-type(21):before {
    transition-delay: 2.9s
}

.elementor-editor-active .webtri-custom-font.webtri--has-appear .qode--char:nth-child(30) span:nth-of-type(11):before,.elementor-editor-active .webtri-custom-font.webtri--has-appear .qode--char:nth-child(30) span:nth-of-type(2):before {
    transition-delay: 2.9s
}

.elementor-editor-active .webtri-custom-font.webtri--has-appear.webtri-distort-init .webtri-e-distort-word-holder .webtri-e-distort-word {
    opacity: 1
}

.elementor-editor-active .webtri-custom-font.webtri--has-appear.webtri-distort-init .webtri-e-distort-word-holder .webtri-e-normal-word {
    opacity: 0
}

rs-layer .webtri-custom-font.webtri--has-appear .webtri--word {
    clip-path: inset(-.1em)
}

.webtri-dropcaps {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.webtri-dropcaps .webtri-m-letter {
    position: relative;
    top: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    margin: 0 10px 5px 0;
    font-family: Unbounded,sans-serif;
    font-weight: 700;
    color: #000;
    font-size: 45px;
    line-height: 1.11111em;
    text-transform: uppercase
}

@media only screen and (max-width: 1600px) {
    .webtri-dropcaps .webtri-m-letter {
        font-size:38px;
        line-height: 1.13158em
    }
}

@media only screen and (max-width: 1200px) {
    .webtri-dropcaps .webtri-m-letter {
        font-size:35px;
        line-height: 1.14286em
    }
}

.webtri-dropcaps .webtri-m-text {
    display: inline;
    margin: 0
}

.webtri-dropcaps:not(.webtri-type--simple) .webtri-m-letter {
    width: 40px;
    height: 40px;
    font-size: 32px;
    line-height: 1.15625em;
    color: #fff;
    background-color: #000
}

@media only screen and (max-width: 1600px) {
    .webtri-dropcaps:not(.webtri-type--simple) .webtri-m-letter {
        font-size:28px;
        line-height: 1.17857em
    }
}

@media only screen and (max-width: 1200px) {
    .webtri-dropcaps:not(.webtri-type--simple) .webtri-m-letter {
        font-size:25px;
        line-height: 1.2em
    }
}

.webtri-dropcaps.webtri-type--circle .webtri-m-letter {
    border-radius: 100%
}

.webtri-frame-slider-holder {
    position: relative;
    margin-bottom: 106px
}

.webtri-frame-slider-holder .webtri-frame-slider-image {
    position: absolute;
    top: 0;
    left: 50%;
    width: 70%;
    transform: translateX(-50%);
    pointer-events: none;
    z-index: 100
}

.webtri-frame-slider-holder .webtri-frame-slider-image img {
    width: 100%
}

.webtri-frame-slider-holder .webtri-m-swiper {
    overflow: hidden
}

.webtri-frame-slider-holder .webtri-m-item {
    height: 0;
    width: 0;
    margin: 0 5%;
    padding-left: 50%;
    padding-top: calc(50% * 563 / 829)
}

.webtri-frame-slider-holder .webtri-m-item img {
    position: absolute;
    top: 1px;
    left: 0;
    width: 100%;
    height: 100%;
    border-top-left-radius: 4%;
    border-top-right-radius: 4%;
    object-fit: cover
}

.webtri-frame-slider-holder .swiper-pagination-bullets {
    bottom: -106px!important
}

.webtri-google-map {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.webtri-google-map .webtri-m-map {
    display: block;
    width: 100%
}

.webtri-google-map .webtri-m-map embed,.webtri-google-map .webtri-m-map iframe,.webtri-google-map .webtri-m-map object {
    width: 100%;
    display: block
}

.webtri-google-map .webtri-m-map img {
    max-width: none
}

.webtri-highlight .webtri-highlight-text {
    padding: 0 5px;
    color: #fff;
    background-color: #000
}

.webtri-icon-list-item {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    line-height: 1
}

.webtri-icon-list-item .webtri-e-title {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    line-height: 1
}

.webtri-icon-list-item .webtri-e-title a {
    display: block;
    color: currentColor
}

@media only screen and (max-width: 680px) {
    .webtri-icon-list-item .webtri-e-title {
        line-height:1.53em
    }
}

.webtri-icon-list-item .webtri-e-title-inner {
    display: flex;
    align-items: center
}

.webtri-icon-list-item .webtri-icon-holder {
    flex-shrink: 0;
    margin-right: 5px;
    float: none
}

.webtri-icon-list-item .webtri-icon-holder .webtri-icon {
    font-size: 17px
}

.webtri-icon-list-item.webtri-icon--custom-icon .webtri-e-icon-wrapper {
    position: relative;
    display: inline-block;
    vertical-align: top
}

.webtri-icon-list-item.webtri-icon--custom-icon .webtri-e-icon-wrapper a,.webtri-icon-list-item.webtri-icon--custom-icon .webtri-e-icon-wrapper img {
    display: block
}

#webtri-page-sidebar .widget.widget_brandtri_core_icon_list_item {
    margin-bottom: 0
}

#webtri-page-footer .widget.widget_brandtri_core_icon_list_item {
    margin-bottom: 0
}

#webtri-side-area .widget.widget_brandtri_core_icon_list_item {
    margin-bottom: 0
}

.webtri-icon-with-text .webtri-m-title {
    margin: 0
}

.webtri-icon-with-text .webtri-m-title a {
    display: block
}

.webtri-icon-with-text .webtri-m-text {
    margin: 8px 0 0
}

.webtri-icon-with-text .webtri-button {
    margin-top: 21px
}

.webtri-icon-with-text .webtri-button .webtri-m-text {
    margin: 0
}

.webtri-icon-with-text .webtri-m-icon-wrapper {
    line-height: 1
}

.webtri-icon-with-text .webtri-icon-holder {
    float: none
}

.webtri-icon-with-text .webtri-m-content {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.webtri-icon-with-text.webtri--custom-icon .webtri-m-icon-wrapper {
    position: relative;
    display: inline-block;
    vertical-align: top
}

.webtri-icon-with-text.webtri--custom-icon .webtri-m-icon-wrapper a,.webtri-icon-with-text.webtri--custom-icon .webtri-m-icon-wrapper img {
    display: block
}

.webtri-icon-with-text.webtri-skin--light .webtri-m-text,.webtri-icon-with-text.webtri-skin--light .webtri-m-title {
    color: #eee
}

.webtri-icon-with-text.webtri-skin--light .webtri-m-button .webtri-button:after,.webtri-icon-with-text.webtri-skin--light .webtri-m-button .webtri-button:before {
    background-color: #eee!important
}

.webtri-icon-with-text.webtri-layout--before-content {
    display: flex;
    align-items: flex-start
}

.webtri-icon-with-text.webtri-layout--before-content .webtri-m-icon-wrapper {
    flex-shrink: 0;
    margin-right: 15px
}

.webtri-icon-with-text.webtri-layout--before-title .webtri-m-title {
    line-height: 1
}

.webtri-icon-with-text.webtri-layout--before-title .webtri-m-title-inner {
    display: flex;
    align-items: center
}

.webtri-icon-with-text.webtri-layout--before-title .webtri-m-icon-wrapper {
    flex-shrink: 0;
    margin-right: 5px
}

.webtri-icon-with-text.webtri-layout--before-title.webtri--retina img {
    max-width: 50%
}

.webtri-icon-with-text.webtri-layout--top .webtri-m-title {
    margin-top: 21px
}

.webtri-icon-with-text.webtri-layout--top.webtri-alignment--center {
    text-align: center
}

.webtri-icon-with-text.webtri-layout--top.webtri-alignment--left {
    text-align: left
}

.webtri-icon-with-text.webtri-layout--top.webtri-alignment--right {
    text-align: right
}

.webtri-icon-with-text.webtri-layout--top.webtri--retina img {
    max-width: 50%;
    margin: 0 auto
}

.webtri-icon-with-text.webtri-layout--top.webtri--retina.webtri-alignment--left img {
    margin-left: 0
}

.webtri-icon-with-text.webtri-layout--top.webtri--retina.webtri-alignment--right img {
    margin-right: 0
}

.webtri-icon-holder {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: auto;
    line-height: 1
}

.webtri-icon-holder a {
    display: block
}

.webtri-icon-holder .webtri-icon {
    display: block;
    line-height: inherit
}

.webtri-icon-holder .webtri-icon:before {
    display: block;
    line-height: inherit
}

.webtri-icon-holder.webtri-layout--circle,.webtri-icon-holder.webtri-layout--square {
    width: 2em;
    height: 2em;
    line-height: 2em;
    text-align: center;
    color: #fff;
    background-color: var(--qode-main-color);
    transition: color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out
}

.webtri-icon-holder.webtri-layout--circle a,.webtri-icon-holder.webtri-layout--square a {
    color: inherit;
    transition: none
}

.webtri-icon-holder.webtri-layout--circle:hover,.webtri-icon-holder.webtri-layout--square:hover {
    background-color: #000
}

.webtri-icon-holder.webtri-layout--circle {
    border-radius: 50%
}

.webtri-icon-holder.webtri-size--tiny {
    font-size: 1.33333333em
}

.webtri-icon-holder.webtri-size--small {
    font-size: 2em
}

.webtri-icon-holder.webtri-size--medium {
    font-size: 3em
}

.webtri-icon-holder.webtri-size--large {
    font-size: 4em
}

.webtri-icon-holder.webtri-size--huge {
    font-size: 5em
}

.widget.widget_brandtri_core_icon {
    display: inline-block;
    line-height: 1
}

#webtri-page-sidebar .widget.widget_brandtri_core_icon {
    margin-bottom: 0
}

#webtri-page-footer .widget.widget_brandtri_core_icon {
    margin-bottom: 0
}

#webtri-side-area .widget.widget_brandtri_core_icon {
    margin-bottom: 0
}

.webtri-image-gallery .webtri-image-wrapper {
    border-radius: inherit;
    overflow: hidden
}

.webtri-image-gallery:not(.webtri-swiper-container) .webtri-e a {
    display: block
}

.webtri-image-gallery:not(.webtri-swiper-container) .webtri-e img {
    transform: scale(1.01);
    --qode-hover-zoom: 1.034;
    transition: transform .6s cubic-bezier(.17,.49,.33,.95);
    transform-origin: 50% 50%
}

.webtri-image-gallery:not(.webtri-swiper-container) .webtri-e:hover img {
    transform: scale(var(--qode-hover-zoom))
}

.webtri-image-marquee {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.webtri-image-marquee .webtri-m-content {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 0 auto;
    overflow: hidden
}

.webtri-image-marquee .webtri-m-content.webtri--mobile {
    display: none
}

.webtri-image-marquee .webtri-m-content.webtri--mobile .webtri-m-image {
    background-size: cover!important
}

.webtri-image-marquee .webtri-m-image {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%
}

.webtri-image-marquee .webtri-m-image.webtri-image--copy {
    will-change: transform;
    backface-visibility: hidden;
    transform: translateX(100%) translateZ(0)
}

.webtri-image-marquee .webtri-m-image a {
    position: relative;
    display: block
}

@keyframes qode-move-marquee {
    0% {
        transform: translateX(0) translateZ(0)
    }

    100% {
        transform: translateX(-100%) translateZ(0)
    }
}

@keyframes qode-move-marquee-copy {
    0% {
        transform: translateX(100%) translateZ(0)
    }

    100% {
        transform: translateX(0) translateZ(0)
    }
}

.webtri-image-with-text {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.webtri-image-with-text .webtri-m-image {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.webtri-image-with-text .webtri-m-image a,.webtri-image-with-text .webtri-m-image img {
    display: block
}

.webtri-image-with-text .webtri-m-content {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.webtri-image-with-text .webtri-m-title {
    margin: 27px 0 0;
    text-transform: uppercase;
    font-weight: 500;
    overflow: hidden;
    transition: padding .2s ease-out;
    position: relative
}

.webtri-image-with-text .webtri-m-text {
    margin: 15px 0 0
}

.webtri-image-with-text.webtri--enable-border-radius-yes img {
    border-radius: 10px
}

.webtri-image-with-text.webtri--enable-border-yes img {
    border: 1px solid #c7c7c7
}

.webtri-image-with-text.webtri--has-hover .webtri-m-image {
    transform: translateY(0);
    transition: transform .6s cubic-bezier(.22,.61,.35,.91)
}

.webtri-image-with-text.webtri--has-hover .webtri-m-title {
    transition: padding .45s cubic-bezier(.22,.61,.35,.91)
}

.webtri-image-with-text.webtri--has-hover .webtri-m-title:before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background-color: var(--qode-main-color);
    position: absolute;
    top: 50%;
    transform: translateY(calc(-50%));
    left: -15px;
    transition: left .45s cubic-bezier(.22,.61,.35,.91)
}

.webtri-image-with-text.webtri--has-hover:hover .webtri-m-image {
    transform: translateY(-6px)
}

.webtri-image-with-text.webtri--has-hover:hover .webtri-m-title {
    padding-left: 15px
}

.webtri-image-with-text.webtri--has-hover:hover .webtri-m-title:before {
    left: 1px
}

.webtri-image-with-text.webtri--has-appear {
    --qode-x: 0px;
    --qode-y: 30px;
    opacity: 0;
    transform: translateX(var(--qode-x)) translateY(var(--qode-y));
    transition: opacity .37s ease-out,transform .47s cubic-bezier(.18,.79,.29,.93);
    transition-duration: .5s,.7s
}

.webtri-image-with-text.webtri--has-appear.webtri--appeared {
    opacity: 1;
    transform: translateX(0) translateY(0)
}

.webtri-info-section.webtri-layout--background-text {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.webtri-info-section.webtri-layout--background-text .webtri-m-info {
    position: relative;
    z-index: 2
}

.webtri-info-section.webtri-layout--background-text .webtri-m-title {
    margin: 0 0 18px
}

.webtri-info-section.webtri-layout--background-text .webtri-m-text {
    margin: 0
}

.webtri-info-section.webtri-layout--background-text .webtri-button {
    margin-top: 6px
}

.webtri-info-section.webtri-layout--background-text .webtri-m-background-text {
    position: absolute;
    display: inline-block;
    color: rgba(0,0,0,.1);
    text-align: center;
    font-weight: 700;
    font-size: 250px
}

.webtri-info-section.webtri-layout--background-text.webtri-background-text-pos--top-left .webtri-m-background-text {
    top: 0;
    left: -20px
}

.webtri-info-section.webtri-layout--background-text.webtri-background-text-pos--top-right .webtri-m-background-text {
    top: 0;
    right: -20px
}

.webtri-info-section.webtri-layout--background-text.webtri-background-text-pos--bottom-left .webtri-m-background-text {
    bottom: 0;
    left: -20px
}

.webtri-info-section.webtri-layout--background-text.webtri-background-text-pos--bottom-right .webtri-m-background-text {
    bottom: 0;
    right: -20px
}

.webtri-info-section.webtri-layout--background-text.webtri-background-text-pos--center .webtri-m-background-text {
    font-size: 450px;
    top: 34px;
    left: 0;
    right: 0;
    text-align: center
}

.webtri-interactive-link-showcase {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    height: 100vh;
    visibility: hidden
}

.admin-bar .webtri-interactive-link-showcase {
    height: calc(100vh - 32px)
}

.webtri-interactive-link-showcase .webtri-m-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    transition: opacity 0s .45s
}

.webtri-interactive-link-showcase .webtri-m-image.webtri--active {
    opacity: 1;
    z-index: 5;
    transition: opacity .4s cubic-bezier(.215,.61,.355,1)
}

.webtri-interactive-link-showcase .webtri-m-image img {
    display: none
}

.webtri-interactive-link-showcase .webtri-m-items {
    display: flex;
    align-items: center;
    z-index: 10
}

.webtri-interactive-link-showcase .webtri-m-item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: auto;
    padding: 0 6px 5px;
    margin: 13px 0;
    font-family: Unbounded,sans-serif;
    font-weight: 700;
    font-size: 45px;
    line-height: 1.11111em;
    text-transform: uppercase;
    transition: color .2s ease-out,background-color .2s ease-out
}

@media only screen and (max-width: 1600px) {
    .webtri-interactive-link-showcase .webtri-m-item {
        font-size:38px;
        line-height: 1.13158em
    }
}

@media only screen and (max-width: 1200px) {
    .webtri-interactive-link-showcase .webtri-m-item {
        font-size:35px;
        line-height: 1.14286em
    }
}

.webtri-interactive-link-showcase .webtri-m-item .webtri-e-title {
    position: relative;
    display: block;
    z-index: 2
}

.webtri-interactive-link-showcase .webtri-m-item .webtri-e-subtitle {
    font-family: "DM Sans",sans-serif;
    font-size: 17px;
    text-transform: none;
    letter-spacing: .01em;
    line-height: 24px;
    font-weight: 400
}

.webtri-interactive-link-showcase.webtri--init {
    visibility: visible
}

.webtri-interactive-link-showcase.webtri-skin--light .webtri-m-item {
    color: #eee
}

.webtri-interactive-link-showcase.webtri-skin--light .webtri-m-item .webtri-e-title {
    color: #eee
}

.webtri-interactive-link-showcase.webtri--has-text-distort .webtri-m-item .webtri-custom-font .webtri-e-distort-word-holder {
    -webkit-text-fill-color: currentColor
}

.webtri-interactive-link-showcase.webtri--has-text-distort .webtri-m-item .webtri-custom-font.webtri-distort-init .webtri-e-distort-word-holder .webtri-e-distort-word {
    opacity: 0;
    transition-delay: 0s
}

.webtri-interactive-link-showcase.webtri--has-text-distort .webtri-m-item .webtri-custom-font.webtri-distort-init .webtri-e-distort-word-holder .webtri-e-normal-word {
    opacity: 1;
    transition-delay: 0s
}

.webtri-interactive-link-showcase.webtri--has-text-distort .webtri-m-item.webtri--active .webtri-custom-font.webtri-distort-init .webtri-e-distort-word-holder .webtri-e-normal-word {
    opacity: 0;
    transition-delay: 0s
}

.webtri-interactive-link-showcase.webtri--has-text-distort .webtri-m-item.webtri--active .webtri-custom-font.webtri-distort-init .webtri-e-distort-word-holder .webtri-e-distort-word {
    opacity: 1;
    transition-delay: 0s
}

.webtri-interactive-link-showcase.webtri-layout--interactive-list {
    display: flex;
    align-items: stretch;
    visibility: hidden
}

.webtri-interactive-link-showcase.webtri-layout--interactive-list .webtri-m-inner {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    height: 100%;
    padding: 40px 0
}

@media only screen and (max-width: 880px) {
    .webtri-interactive-link-showcase.webtri-layout--interactive-list .webtri-m-inner {
        flex-direction:column
    }
}

.webtri-interactive-link-showcase.webtri-layout--interactive-list .webtri-m-images-holder {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 0;
    width: 50%;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 15px
}

@media only screen and (max-width: 880px) {
    .webtri-interactive-link-showcase.webtri-layout--interactive-list .webtri-m-images-holder {
        width:100%
    }
}

.webtri-interactive-link-showcase.webtri-layout--interactive-list .webtri-m-images {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    align-self: center
}

@media only screen and (max-width: 880px) {
    .webtri-interactive-link-showcase.webtri-layout--interactive-list .webtri-m-images {
        display:none
    }
}

.webtri-interactive-link-showcase.webtri-layout--interactive-list .webtri-m-image {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0
}

@media only screen and (max-width: 1600px) {
    .webtri-interactive-link-showcase.webtri-layout--interactive-list .webtri-m-image {
        padding:50px!important
    }
}

.webtri-interactive-link-showcase.webtri-layout--interactive-list .webtri-m-image:first-of-type {
    position: relative
}

.webtri-interactive-link-showcase.webtri-layout--interactive-list .webtri-m-image img {
    max-height: 100%;
    object-fit: contain;
    display: block
}

.webtri-interactive-link-showcase.webtri-layout--interactive-list .webtri-m-image.webtri--prev {
    opacity: 1
}

.webtri-interactive-link-showcase.webtri-layout--interactive-list .webtri-m-image.webtri--active {
    opacity: 1;
    z-index: 5;
    animation: webtri-reveal-form-left 1s cubic-bezier(.51,.15,.1,.88) forwards
}

.webtri-interactive-link-showcase.webtri-layout--interactive-list .webtri-m-items {
    padding: 95px 0;
    display: flex;
    flex-direction: column;
    z-index: 10;
    width: 50%;
    padding-right: 5%;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left
}

@media only screen and (max-width: 1512px) {
    .webtri-interactive-link-showcase.webtri-layout--interactive-list .webtri-m-items {
        padding:100px 0
    }
}

@media only screen and (max-width: 1368px) {
    .webtri-interactive-link-showcase.webtri-layout--interactive-list .webtri-m-items {
        padding:75px 0
    }
}

@media only screen and (max-width: 880px) {
    .webtri-interactive-link-showcase.webtri-layout--interactive-list .webtri-m-items {
        width:100%
    }
}

.webtri-interactive-link-showcase.webtri-layout--interactive-list .webtri-m-items .webtri-m-item {
    margin: 35px 0;
    position: relative
}

@media only screen and (max-width: 680px) {
    .webtri-interactive-link-showcase.webtri-layout--interactive-list .webtri-m-items .webtri-m-item {
        margin:15px 0
    }
}

.webtri-interactive-link-showcase.webtri-layout--interactive-list .webtri-m-items .webtri-m-item:after {
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px)
}

.webtri-interactive-link-showcase.webtri-layout--interactive-list .webtri-m-items .webtri-m-item.webtri--active:after {
    -webkit-backdrop-filter: blur(0);
    backdrop-filter: blur(0)
}

.webtri-interactive-link-showcase.webtri-layout--interactive-list .webtri-m-items .webtri-m-item .webtri-e-title {
    padding-left: 55px;
    position: relative;
    margin: 0
}

@media only screen and (max-width: 680px) {
    .webtri-interactive-link-showcase.webtri-layout--interactive-list .webtri-m-items .webtri-m-item .webtri-e-title {
        padding-left:42px
    }
}

.webtri-interactive-link-showcase.webtri-layout--interactive-list .webtri-m-items .webtri-m-item .webtri-e-title .webtri-item-number {
    font-family: Unbounded,sans-serif;
    font-size: 22px;
    font-weight: 700;
    position: absolute;
    left: 0;
    top: -13px
}

@media only screen and (max-width: 680px) {
    .webtri-interactive-link-showcase.webtri-layout--interactive-list .webtri-m-items .webtri-m-item .webtri-e-title .webtri-item-number {
        font-size:16px;
        top: 0
    }
}

@media only screen and (max-width: 1512px) {
    .webtri-interactive-link-showcase.webtri-layout--interactive-list .webtri-m-items .webtri-m-item .webtri-e-title {
        font-size:45px
    }
}

@media only screen and (max-width: 1368px) {
    .webtri-interactive-link-showcase.webtri-layout--interactive-list .webtri-m-items .webtri-m-item .webtri-e-title {
        font-size:40px
    }
}

@media only screen and (max-width: 1024px) {
    .webtri-interactive-link-showcase.webtri-layout--interactive-list .webtri-m-items .webtri-m-item .webtri-e-title {
        font-size:32px
    }
}

@media only screen and (max-width: 880px) {
    .webtri-interactive-link-showcase.webtri-layout--interactive-list .webtri-m-items .webtri-m-item .webtri-e-title {
        font-size:45px
    }
}

@media only screen and (max-width: 680px) {
    .webtri-interactive-link-showcase.webtri-layout--interactive-list .webtri-m-items .webtri-m-item .webtri-e-title {
        font-size:25px
    }
}

.webtri-interactive-link-showcase.webtri-layout--interactive-list .webtri-m-items .webtri-m-item .webtri-e-subtitle {
    padding-left: 55px
}

.webtri-interactive-link-showcase.webtri-layout--interactive-list .webtri-m-items .webtri-m-item .webtri-svg--interactive-links {
    position: absolute;
    right: -28%;
    bottom: -22px;
    color: #ff0303;
    overflow: visible;
    opacity: 0;
    --qode-path-length: 525px;
    stroke-dashoffset: var(--qode-path-length);
    stroke-dasharray: var(--qode-path-length);
    transition: opacity .4s .3s,stroke-dashoffset .7s,color .2s ease-out
}

@media only screen and (max-width: 880px) {
    .webtri-interactive-link-showcase.webtri-layout--interactive-list .webtri-m-items .webtri-m-item .webtri-svg--interactive-links {
        right:0
    }
}

.webtri-interactive-link-showcase.webtri-layout--interactive-list .webtri-m-items .webtri-m-item.webtri--active .webtri-svg--interactive-links,.webtri-interactive-link-showcase.webtri-layout--interactive-list .webtri-m-items .webtri-m-item:hover .webtri-svg--interactive-links {
    stroke-dashoffset: 0;
    opacity: 1;
    transition-duration: .2s,1.3s,.2s;
    transition-delay: 0s,0s,0s;
    transition-timing-function: ease,cubic-bezier(.39,.06,.31,.95),ease-out
}

.webtri-interactive-link-showcase.webtri-layout--interactive-list.webtri--init {
    visibility: visible
}

.webtri-interactive-link-showcase.webtri-layout--interactive-list.webtri-vertical-scroll-in-content .webtri-m-items {
    clip-path: inset(-5em -100em)
}

.webtri-interactive-link-showcase.webtri-layout--list {
    display: flex;
    align-items: stretch;
    visibility: hidden
}

.webtri-interactive-link-showcase.webtri-layout--list .webtri-m-inner {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 40px 0
}

.webtri-interactive-link-showcase.webtri-layout--list .webtri-m-images-holder {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50%;
    padding: 10px 0 0 40px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 15px;
    overflow: hidden
}

.webtri-interactive-link-showcase.webtri-layout--list .webtri-m-images {
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden;
    align-self: self-end
}

@media only screen and (max-width: 680px) {
    .webtri-interactive-link-showcase.webtri-layout--list .webtri-m-images {
        display:none
    }
}

.webtri-interactive-link-showcase.webtri-layout--list .webtri-m-image {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.webtri-interactive-link-showcase.webtri-layout--list .webtri-m-image:first-of-type {
    position: relative
}

.webtri-interactive-link-showcase.webtri-layout--list .webtri-m-image img {
    max-height: 100%;
    object-fit: contain;
    display: block
}

.webtri-interactive-link-showcase.webtri-layout--list .webtri-m-items {
    display: flex;
    flex-direction: column;
    z-index: 10;
    width: 50%;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
    padding: 40px 5% 100px 0
}

.webtri-interactive-link-showcase.webtri-layout--list .webtri-m-items .webtri-m-item {
    margin: 13px 0;
    position: relative
}

.webtri-interactive-link-showcase.webtri-layout--list .webtri-m-items .webtri-m-item .webtri-e-title {
    margin: 0
}

@media only screen and (max-width: 1600px) {
    .webtri-interactive-link-showcase.webtri-layout--list .webtri-m-items .webtri-m-item .webtri-e-title {
        font-size:55px!important
    }
}

@media only screen and (max-width: 880px) {
    .webtri-interactive-link-showcase.webtri-layout--list .webtri-m-items .webtri-m-item .webtri-e-title {
        font-size:35px!important
    }
}

.webtri-interactive-link-showcase.webtri-layout--list .webtri-m-items .webtri-m-item .webtri-svg--interactive-links {
    position: absolute;
    right: -28%;
    bottom: -22px;
    color: #ff0303;
    overflow: visible;
    opacity: 0;
    --qode-path-length: 525px;
    stroke-dashoffset: var(--qode-path-length);
    stroke-dasharray: var(--qode-path-length);
    transition: opacity .4s .3s,stroke-dashoffset .7s,color .2s ease-out
}

@media only screen and (max-width: 880px) {
    .webtri-interactive-link-showcase.webtri-layout--list .webtri-m-items .webtri-m-item .webtri-svg--interactive-links {
        right:0
    }
}

.webtri-interactive-link-showcase.webtri-layout--list .webtri-m-items .webtri-m-item.webtri--active .webtri-svg--interactive-links,.webtri-interactive-link-showcase.webtri-layout--list .webtri-m-items .webtri-m-item:hover .webtri-svg--interactive-links {
    stroke-dashoffset: 0;
    opacity: 1;
    transition-duration: .2s,1.3s,.2s;
    transition-delay: 0s,0s,0s;
    transition-timing-function: ease,cubic-bezier(.39,.06,.31,.95),ease-out
}

.webtri-interactive-link-showcase.webtri-layout--list.webtri--init {
    visibility: visible
}

.webtri-interactive-link-showcase.webtri-layout--list.webtri-vertical-scroll-in-content .webtri-m-items {
    clip-path: inset(-5em -100em)
}

.webtri-interactive-link-showcase.webtri-layout--list:not(.webtri--has-parallax) .webtri-m-image {
    opacity: 0;
    transition: opacity 1s
}

.webtri-interactive-link-showcase.webtri-layout--list:not(.webtri--has-parallax) .webtri-m-image.webtri--prev {
    opacity: 1
}

.webtri-interactive-link-showcase.webtri-layout--list:not(.webtri--has-parallax) .webtri-m-image.webtri--active {
    opacity: 1;
    z-index: 5;
    animation: webtri-reveal-form-left 1s cubic-bezier(.51,.15,.1,.88) forwards
}

.webtri-interactive-link-showcase.webtri-layout--list.webtri--has-parallax {
    --qode-x: 0;
    --qode-y: 0;
    overflow: visible
}

.webtri-interactive-link-showcase.webtri-layout--list.webtri--has-parallax .webtri-m-images,.webtri-interactive-link-showcase.webtri-layout--list.webtri--has-parallax .webtri-m-images-holder {
    overflow: visible
}

.webtri-interactive-link-showcase.webtri-layout--list.webtri--has-parallax .webtri-m-image .webtri-m-image-inner {
    display: flex
}

.webtri-interactive-link-showcase.webtri-layout--list.webtri--has-parallax .webtri-m-image .webtri-m-image-inner:not(:first-of-type) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.webtri-interactive-link-showcase.webtri-layout--list.webtri--has-parallax .webtri-m-image .webtri-m-image-inner img {
    will-change: transform;
    transform: translateX(var(--qode-move-x)) translateY(var(--qode-move-y))
}

.webtri-interactive-link-showcase.webtri-layout--list.webtri--has-parallax .webtri-m-image .webtri-m-image-inner:nth-of-type(1) img {
    clip-path: polygon(36% 0,100% 0,100% 64%,43% 55%);
    --qode-move-x: calc(var(--qode-x) * 20px);
    --qode-move-y: calc(var(--qode-y) * -30px)
}

.webtri-interactive-link-showcase.webtri-layout--list.webtri--has-parallax .webtri-m-image .webtri-m-image-inner:nth-of-type(2) img {
    clip-path: polygon(0 0,63% 0,52% 66%,0 72%);
    --qode-move-x: calc(var(--qode-x) * 18px);
    --qode-move-y: calc(var(--qode-y) * 12px)
}

.webtri-interactive-link-showcase.webtri-layout--list.webtri--has-parallax .webtri-m-image .webtri-m-image-inner:nth-of-type(3) img {
    clip-path: polygon(44% 39%,100% 45%,100% 100%,36% 100%);
    --qode-move-x: calc(var(--qode-x) * -14px);
    --qode-move-y: calc(var(--qode-y) * -15px)
}

.webtri-interactive-link-showcase.webtri-layout--list.webtri--has-parallax .webtri-m-image .webtri-m-image-inner:nth-of-type(4) img {
    clip-path: polygon(0 43%,53% 33%,68% 100%,0 100%);
    --qode-move-x: calc(var(--qode-x) * -54px);
    --qode-move-y: calc(var(--qode-y) * 33px)
}

.webtri-interactive-link-showcase.webtri-layout--list.webtri--has-parallax .webtri-m-image-inner {
    opacity: 0;
    transition: transform 1s cubic-bezier(.59,.22,0,1.03),opacity .35s ease-out;
    transform: translateX(var(--qode-move-x)) translateY(var(--qode-move-y)) scale(var(--qode-scale));
    transform-origin: center;
    display: block
}

.webtri-interactive-link-showcase.webtri-layout--list.webtri--has-parallax .webtri-m-image-inner:nth-of-type(1) {
    --qode-move-x: -30%;
    --qode-move-y: 10px;
    --qode-scale: .95
}

.webtri-interactive-link-showcase.webtri-layout--list.webtri--has-parallax .webtri-m-image-inner:nth-of-type(2) {
    --qode-move-x: 20%;
    --qode-move-y: 40px;
    --qode-scale: .25;
    transition-delay: .1s,.1s
}

.webtri-interactive-link-showcase.webtri-layout--list.webtri--has-parallax .webtri-m-image-inner:nth-of-type(3) {
    --qode-move-x: 120%;
    --qode-move-y: 140px;
    --qode-scale: .25;
    transition-delay: .2s,.2s
}

.webtri-interactive-link-showcase.webtri-layout--list.webtri--has-parallax .webtri-m-image-inner:nth-of-type(4) {
    --qode-move-x: 20%;
    --qode-move-y: -140px;
    --qode-scale: .55;
    transition-delay: .3s,.3s
}

.webtri-interactive-link-showcase.webtri-layout--list.webtri--has-parallax .webtri-m-image.webtri--active .webtri-m-image-inner {
    --qode-move-x: 0px;
    --qode-move-y: 0px;
    --qode-scale: 1;
    opacity: 1
}

.webtri-pricing-table {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    text-align: center
}

.webtri-pricing-table.webtri-status--featured {
    transform: translateY(-25px)
}

.webtri-pricing-table .webtri-m-inner {
    padding: 45px
}

.webtri-pricing-table .webtri-m-title p {
    margin: 0;
    color: #000
}

.webtri-pricing-table .webtri-m-price {
    margin-top: -3px
}

.webtri-pricing-table .webtri-m-price .webtri-m-price-wrapper {
    display: flex;
    margin: 0;
    line-height: 1;
    justify-content: center
}

.webtri-pricing-table .webtri-m-content {
    margin: 25px 0 0
}

.webtri-pricing-table .webtri-m-content ul {
    list-style: none;
    margin: 0
}

.webtri-pricing-table .webtri-m-content ul li {
    color: #000;
    margin-bottom: 8px
}

.webtri-pricing-table .webtri-m-content ul li:last-child {
    margin-bottom: 0
}

.webtri-pricing-table .webtri-m-content ul li:before {
    content: '\f00c';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding-right: 8px
}

.webtri-pricing-table .webtri-m-button .webtri-button {
    margin: 25px 0 0
}

.webtri-progress-bar {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    visibility: hidden
}

.webtri-progress-bar .webtri-m-inner {
    position: relative;
    display: flex;
    flex-direction: column
}

.webtri-progress-bar .webtri-m-canvas {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.webtri-progress-bar .webtri-m-canvas svg {
    display: block
}

.webtri-progress-bar .webtri-m-title {
    margin: 20px 0 0
}

.webtri-progress-bar.webtri--init {
    visibility: visible
}

.webtri-progress-bar:not(.webtri-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: Unbounded,sans-serif;
    font-weight: 700;
    color: #000;
    font-size: 24px;
    line-height: 1.25em
}

@media only screen and (max-width: 1600px) {
    .webtri-progress-bar:not(.webtri-layout--line) .progressbar-text {
        font-size:22px;
        line-height: 1.22727em
    }
}

@media only screen and (max-width: 1200px) {
    .webtri-progress-bar:not(.webtri-layout--line) .progressbar-text {
        font-size:20px;
        line-height: 1.35em
    }
}

.webtri-progress-bar.webtri-layout--semi-circle .progressbar-text {
    padding-top: 20px;
    transform: none!important
}

.webtri-progress-bar.webtri-layout--line .webtri-m-inner {
    flex-direction: column-reverse
}

.webtri-progress-bar.webtri-layout--line .proggress {
    width: 0
}

.webtri-progress-bar.webtri-layout--line .percentCount {
    position: absolute;
    top: -24px;
    right: 0;
    width: auto
}

.webtri-progress-bar.webtri-layout--line .webtri-m-title {
    margin: 0 0 7px
}

.webtri-progress-bar.webtri-layout--line.webtri-percentage--floating .percentCount {
    left: 0;
    right: auto;
    transform: translateX(-50%)
}

.webtri-section-title {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.webtri-section-title .webtri-blured-text {
    position: relative
}

.webtri-section-title .webtri-blured-text:after {
    content: attr(data-text);
    color: transparent;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    -webkit-mask: linear-gradient(to right,rgba(0,0,0,0) 0,#000 13.5%,#000 100%,rgba(0,0,0,0) 100%);
    mask: linear-gradient(to right,rgba(0,0,0,0) 0,#000 13.5%,#000 100%,rgba(0,0,0,0) 100%)
}

.webtri-section-title .webtri-m-section-title-wrapper {
    position: relative;
    display: inline-block
}

.webtri-section-title .webtri-m-section-title-wrapper .webtri-m-title {
    margin: 0
}

.webtri-section-title .webtri-m-section-title-wrapper .webtri-m-svg-decoration {
    position: absolute;
    right: -26%;
    bottom: -8px
}

@media only screen and (max-width: 880px) {
    .webtri-section-title .webtri-m-section-title-wrapper .webtri-m-svg-decoration {
        right:0
    }
}

.webtri-section-title .webtri-m-section-title-wrapper .webtri-m-svg-decoration svg {
    stroke: currentColor
}

.webtri-section-title .webtri-m-section-title-wrapper .webtri-m-additional-image {
    position: absolute;
    right: -36%;
    top: -65%
}

.webtri-section-title .webtri-m-title {
    margin: 0
}

.webtri-section-title .webtri-m-text {
    margin: 15px 0 0
}

.webtri-section-title.webtri-alignment--center {
    text-align: center
}

.webtri-section-title.webtri-alignment--left {
    text-align: left
}

.webtri-section-title.webtri-alignment--right {
    text-align: right
}

@media only screen and (max-width: 880px) {
    .webtri-section-title.webtri-decoration-image--disabled .webtri-m-svg-decoration {
        display:none
    }
}

.webtri-section-title .webtri-m-svg-decoration {
    color: #ff0303
}

.webtri-section-title .webtri-m-svg-decoration.webtri--has-reappear svg path {
    overflow: visible;
    opacity: 0;
    --qode-path-length: 230px;
    stroke-dashoffset: var(--qode-path-length);
    stroke-dasharray: var(--qode-path-length);
    transition: opacity .4s .3s,stroke-dashoffset .7s,color .2s ease-out
}

.webtri-section-title .webtri-m-svg-decoration.webtri--has-reappear svg.webtri-svg--title-decoration-1 path {
    --qode-path-length: 435px
}

.webtri-section-title .webtri-m-svg-decoration.webtri--has-reappear svg.webtri-svg--title-decoration-2 path {
    --qode-path-length: 633px
}

.webtri-section-title .webtri-m-svg-decoration.webtri--has-reappear svg.webtri-svg--title-decoration-3 path {
    --qode-path-length: 841px
}

.webtri-section-title .webtri-m-svg-decoration.webtri--has-reappear.webtri--appeared svg path {
    stroke-dashoffset: 0;
    opacity: 1;
    transition-duration: .2s,1.8s,.2s;
    transition-delay: 0s,0s,0s;
    transition-timing-function: ease,cubic-bezier(.39,.06,.31,.95),ease-out
}

.webtri-separator {
    font-size: 0;
    height: auto;
    line-height: 1;
    position: relative
}

.webtri-separator .webtri-m-line {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    border-bottom: 1px solid #000
}

.webtri-separator.webtri-position--center {
    text-align: center
}

.webtri-separator.webtri-position--left {
    text-align: left
}

.webtri-separator.webtri-position--right {
    text-align: right
}

.webtri-separator.webtri-show--yes {
    display: block
}

.webtri-separator.webtri-show--no {
    display: none
}

@media only screen and (max-width: 1600px) {
    .webtri-separator.webtri-show-1600--yes {
        display:block
    }
}

@media only screen and (max-width: 1600px) {
    .webtri-separator.webtri-show-1600--no {
        display:none
    }
}

@media only screen and (max-width: 1512px) {
    .webtri-separator.webtri-show-1512--yes {
        display:block
    }
}

@media only screen and (max-width: 1512px) {
    .webtri-separator.webtri-show-1512--no {
        display:none
    }
}

@media only screen and (max-width: 1368px) {
    .webtri-separator.webtri-show-1368--yes {
        display:block
    }
}

@media only screen and (max-width: 1368px) {
    .webtri-separator.webtri-show-1368--no {
        display:none
    }
}

@media only screen and (max-width: 1200px) {
    .webtri-separator.webtri-show-1200--yes {
        display:block
    }
}

@media only screen and (max-width: 1200px) {
    .webtri-separator.webtri-show-1200--no {
        display:none
    }
}

@media only screen and (max-width: 1024px) {
    .webtri-separator.webtri-show-1024--yes {
        display:block
    }
}

@media only screen and (max-width: 1024px) {
    .webtri-separator.webtri-show-1024--no {
        display:none
    }
}

@media only screen and (max-width: 880px) {
    .webtri-separator.webtri-show-880--yes {
        display:block
    }
}

@media only screen and (max-width: 880px) {
    .webtri-separator.webtri-show-880--no {
        display:none
    }
}

@media only screen and (max-width: 680px) {
    .webtri-separator.webtri-show-680--yes {
        display:block
    }
}

@media only screen and (max-width: 680px) {
    .webtri-separator.webtri-show-680--no {
        display:none
    }
}

#webtri-page-sidebar .widget.widget_brandtri_core_separator {
    margin-bottom: 0
}

#webtri-page-footer .widget.widget_brandtri_core_separator {
    margin-bottom: 0
}

#webtri-side-area .widget.widget_brandtri_core_separator {
    margin-bottom: 0
}

.webtri-single-image {
    overflow: hidden
}

.webtri-single-image img {
    display: block
}

.webtri-alignment--center .webtri-single-image img {
    margin: 0 auto
}

.webtri-alignment--right .webtri-single-image img {
    margin: 0 0 0 auto
}

.webtri-social-icons-group .webtri-m-items .webtri-m-item {
    margin-right: 36px;
    display: inline-block;
    position: relative;
    font-family: Unbounded,sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.1em;
    vertical-align: middle;
    flex-wrap: wrap
}

.webtri-social-icons-group .webtri-m-items .webtri-m-item .webtri-svg--share-circle {
    position: absolute;
    left: 50%;
    top: 50%;
    translate: -50% -50%;
    overflow: visible;
    opacity: 0;
    --qode-path-length: 180px;
    stroke-dashoffset: var(--qode-path-length);
    stroke-dasharray: var(--qode-path-length);
    transition: opacity .4s .3s,stroke-dashoffset .7s,color .2s ease-out;
    stroke: currentColor
}

.webtri-social-icons-group .webtri-m-items .webtri-m-item:hover .webtri-svg--share-circle {
    stroke-dashoffset: 0;
    opacity: 1;
    transition-duration: .2s,1.3s,.2s;
    transition-delay: 0s,0s,0s;
    transition-timing-function: ease,cubic-bezier(.39,.06,.31,.95),ease-out
}

.webtri-social-icons-group .webtri-m-items .webtri-m-item:hover {
    color: currentColor
}

@media only screen and (max-width: 680px) {
    .webtri-social-icons-group .webtri-m-items .webtri-m-item {
        margin-right:20px
    }
}

.webtri-social-icons-group .webtri-m-items .webtri-m-item:last-child {
    margin-right: 0
}

.webtri-stacked-images .webtri-m-images {
    position: relative;
    display: inline-block
}

.webtri-stacked-images .webtri-m-images .webtri-m-image:not(:first-child) {
    position: absolute
}

.webtri-stacked-images .webtri-m-images .webtri-m-image:not(:first-child) img {
    max-width: initial
}

@media only screen and (max-width: 1200px) {
    .webtri-stacked-images .webtri-m-images .webtri-m-image:not(:first-child) img {
        width:50%
    }
}

.webtri-stacked-images.webtri--has-appear .webtri-m-image {
    opacity: 0;
    transition: .35s opacity ease-out
}

.webtri-stacked-images.webtri--has-appear.webtri--appeared .webtri-m-image {
    opacity: 1
}

.webtri-stacked-images.webtri--has-appear.webtri--appeared .webtri-m-image:nth-of-type(2) {
    transition-delay: .2s
}

.widget.webtri-stamp-widget {
    margin-bottom: 0
}

.webtri-stamp {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 195px;
    height: 195px;
    color: var(--qode-main-color);
    font-family: "DM Sans",sans-serif;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase
}

.webtri-stamp .webtri-m-centered-text {
    font-family: "DM Sans",sans-serif;
    font-size: 80px;
    color: var(--qode-main-color);
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    display: inline-block;
    top: 50%;
    transform: translateY(-50%)
}

.webtri-stamp .webtri-m-circle {
    position: absolute;
    top: 2px;
    left: 2px;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    border: 1px solid currentColor;
    border-radius: 100%;
    opacity: 0;
    transform: scale(.6);
    transition: opacity .2s ease,transform .3s ease
}

.webtri-stamp .webtri-m-text {
    position: relative;
    display: block;
    height: 100%
}

.webtri-stamp .webtri-m-text>* {
    position: absolute;
    top: 0;
    left: calc(50% - 4px);
    width: 8px;
    height: 50%;
    text-align: center;
    opacity: 0;
    transition: opacity .1s;
    transform-origin: bottom center;
    transform: rotate(-90deg)
}

.webtri-stamp.webtri--appear .webtri-m-circle {
    opacity: .8;
    transform: scale(1)
}

.webtri-stamp.webtri--init .webtri-m-text>* {
    opacity: 1
}

.webtri-stamp.webtri--abs {
    position: absolute
}

@media only screen and (max-width: 1512px) {
    .webtri-stamp.webtri-hide-on--1512 {
        display:none
    }
}

@media only screen and (max-width: 1368px) {
    .webtri-stamp.webtri-hide-on--1368 {
        display:none
    }
}

@media only screen and (max-width: 1200px) {
    .webtri-stamp.webtri-hide-on--1200 {
        display:none
    }
}

@media only screen and (max-width: 1024px) {
    .webtri-stamp.webtri-hide-on--1024 {
        display:none
    }
}

@media only screen and (max-width: 880px) {
    .webtri-stamp.webtri-hide-on--880 {
        display:none
    }
}

@media only screen and (max-width: 680px) {
    .webtri-stamp.webtri-hide-on--680 {
        display:none
    }
}

.webtri-sticker {
    position: relative
}

.webtri-sticker .webtri-m-additional-image {
    display: inline-block;
    position: absolute;
    left: 8px;
    bottom: -65px
}

.webtri-sticker img {
    display: block
}

.webtri-alignment--center .webtri-sticker img {
    margin: 0 auto
}

.webtri-alignment--right .webtri-sticker img {
    margin: 0 0 0 auto
}

.webtri-sticker.webtri--enable-border-radius-yes .webtri-m-image img {
    border-radius: 25px
}

.webtri-sticker.webtri--centered_image .webtri-m-additional-image {
    display: flex;
    width: 100%;
    text-align: center;
    justify-content: center;
    align-items: center;
    height: 100%;
    left: auto;
    right: auto;
    top: 0
}

.webtri-sticker.webtri--has-parallax {
    --qode-x: 0;
    --qode-y: 0;
    overflow: visible
}

.webtri-sticker.webtri--has-parallax .webtri-m-image {
    position: relative
}

.webtri-sticker.webtri--has-parallax .webtri-m-image .webtri-m-image-inner img {
    display: inline-block;
    will-change: transform;
    transform: translateX(var(--qode-move-x)) translateY(var(--qode-move-y))
}

.webtri-sticker .webtri-m-image {
    position: relative
}

.webtri-sticker .webtri-m-image .webtri-m-image-inner {
    display: inline-block
}

.webtri-sticker .webtri-m-image .webtri-m-image-inner:not(:first-of-type) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.webtri-sticker.webtri--has-appear .webtri-m-image .webtri-m-image-inner {
    opacity: 0;
    transition: transform 1s cubic-bezier(.59,.22,0,1.03),opacity .35s ease-out;
    transform: translateX(var(--qode-move-x)) translateY(var(--qode-move-y)) scale(var(--qode-scale));
    transform-origin: center
}

.webtri-sticker.webtri--has-appear .webtri-m-image .webtri-m-image-inner:nth-of-type(1) {
    --qode-move-x: -30%;
    --qode-move-y: 10px;
    --qode-scale: .95
}

.webtri-sticker.webtri--has-appear .webtri-m-image .webtri-m-image-inner:nth-of-type(2) {
    --qode-move-x: 20%;
    --qode-move-y: 40px;
    --qode-scale: .25;
    transition-delay: .1s,.1s
}

.webtri-sticker.webtri--has-appear .webtri-m-image .webtri-m-image-inner:nth-of-type(3) {
    --qode-move-x: 120%;
    --qode-move-y: 140px;
    --qode-scale: .25;
    transition-delay: .2s,.2s
}

.webtri-sticker.webtri--has-appear .webtri-m-image .webtri-m-image-inner:nth-of-type(4) {
    --qode-move-x: 20%;
    --qode-move-y: -140px;
    --qode-scale: .55;
    transition-delay: .3s,.3s
}

.webtri-sticker.webtri--has-appear .webtri-m-image .webtri-m-image-inner:nth-of-type(1) img {
    clip-path: polygon(36% 0,100% 0,100% 64%,43% 55%);
    --qode-move-x: calc(var(--qode-x) * 20px);
    --qode-move-y: calc(var(--qode-y) * -30px)
}

.webtri-sticker.webtri--has-appear .webtri-m-image .webtri-m-image-inner:nth-of-type(2) img {
    clip-path: polygon(0 0,63% 0,52% 66%,0 72%);
    --qode-move-x: calc(var(--qode-x) * 18px);
    --qode-move-y: calc(var(--qode-y) * 12px)
}

.webtri-sticker.webtri--has-appear .webtri-m-image .webtri-m-image-inner:nth-of-type(3) img {
    clip-path: polygon(44% 39%,100% 45%,100% 100%,36% 100%);
    --qode-move-x: calc(var(--qode-x) * -14px);
    --qode-move-y: calc(var(--qode-y) * -15px)
}

.webtri-sticker.webtri--has-appear .webtri-m-image .webtri-m-image-inner:nth-of-type(4) img {
    clip-path: polygon(0 43%,53% 33%,68% 100%,0 100%);
    --qode-move-x: calc(var(--qode-x) * -54px);
    --qode-move-y: calc(var(--qode-y) * 33px)
}

.webtri-sticker.webtri--has-appear .webtri-m-additional-image-inner {
    transition: opacity .35s ease-out,transform 1s cubic-bezier(.22,.61,0,1);
    opacity: 0;
    transform: scale(0);
    transform-origin: center
}

.webtri-sticker.webtri--has-appear.webtri--appeared:not(.webtri--prevent-appear) .webtri-m-image .webtri-m-image-inner {
    --qode-move-x: 0px;
    --qode-move-y: 0px;
    --qode-scale: 1;
    opacity: 1
}

.webtri-sticker.webtri--has-appear.webtri--appeared:not(.webtri--prevent-appear) .webtri-m-additional-image-inner {
    transform: scale(1);
    opacity: 1;
    transition-delay: .4s,.4s
}

.webtri-svg-image {
    color: #ff0303;
    position: relative
}

.webtri-svg-image.webtri--has-reappear svg path {
    overflow: visible;
    opacity: 0;
    --qode-path-length: 230px;
    stroke-dashoffset: var(--qode-path-length);
    stroke-dasharray: var(--qode-path-length);
    transition: opacity .4s .3s,stroke-dashoffset .7s,color .2s ease-out
}

.webtri-svg-image.webtri--has-reappear svg.webtri-svg--title-decoration-1 path {
    --qode-path-length: 435px
}

.webtri-svg-image.webtri--has-reappear svg.webtri-svg--title-decoration-2 path {
    --qode-path-length: 633px
}

.webtri-svg-image.webtri--has-reappear svg.webtri-svg--title-decoration-3 path {
    --qode-path-length: 841px
}

.webtri-svg-image.webtri--has-reappear svg.webtri-svg--title-decoration-4 path {
    --qode-path-length: 1390px
}

.webtri-svg-image.webtri--has-reappear.webtri--appeared svg path {
    stroke-dashoffset: 0;
    opacity: 1;
    transition-duration: .2s,1.8s,.2s;
    transition-delay: 0s,0s,0s;
    transition-timing-function: ease,cubic-bezier(.39,.06,.31,.95),ease-out
}

rs-layer .webtri-svg-image {
    color: currentColor
}

rs-layer .webtri-svg-image svg {
    display: block;
    height: auto;
    position: relative;
    width: 100%
}

.webtri-swapping-image-gallery {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: flex-start
}

.webtri-swapping-image-gallery .webtri-m-info {
    flex-grow: 1;
    flex-basis: 0
}

.webtri-swapping-image-gallery .webtri-m-image-holder {
    flex-grow: 1;
    flex-basis: 0;
    overflow: hidden;
    box-shadow: 0 0 10.53px 2.47px rgba(2,2,2,.04)
}

.webtri-swapping-image-gallery .webtri-m-info {
    padding-top: 60px
}

.webtri-swapping-image-gallery .webtri-m-headline {
    margin: 0 0 60px
}

.webtri-swapping-image-gallery .webtri-m-title {
    margin: 0 0 24px
}

.webtri-swapping-image-gallery .webtri-m-description {
    margin: 0
}

.webtri-swapping-image-gallery .webtri-m-thumbnails-holder .swiper-pagination-custom {
    width: auto
}

.webtri-swapping-image-gallery .webtri-m-thumbnails-holder .webtri-m-thumbnail {
    font-size: 0;
    cursor: pointer;
    opacity: .35;
    transition: opacity .3s ease-out
}

.webtri-swapping-image-gallery .webtri-m-thumbnails-holder .webtri-m-thumbnail img {
    display: block
}

.webtri-swapping-image-gallery .webtri-m-thumbnails-holder .webtri-m-thumbnail.webtri--active {
    opacity: 1
}

.webtri-swapping-image-gallery.webtri-info-position--right .webtri-m-info {
    padding-left: 120px
}

.webtri-swapping-image-gallery.webtri-info-position--left .webtri-m-info {
    padding-right: 120px
}

.webtri-tabs {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    visibility: hidden
}

.webtri-tabs.webtri--init {
    visibility: visible
}

.webtri-tabs .webtri-tabs-navigation {
    margin: 0;
    padding: 0;
    list-style: none
}

.webtri-tabs .webtri-tabs-content {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.webtri-tabs .webtri-tabs-content p {
    margin: 0
}

.webtri-tabs.webtri-layout--simple .webtri-tabs-navigation {
    position: relative;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none
}

.webtri-tabs.webtri-layout--simple .webtri-tabs-navigation li {
    position: relative;
    margin: 0 78px 0 0;
    padding: 0
}

.webtri-tabs.webtri-layout--simple .webtri-tabs-navigation li a {
    position: relative;
    display: inline-flex;
    font-family: Unbounded,sans-serif;
    font-weight: 700;
    font-size: 19px;
    line-height: 1.31579em;
    letter-spacing: .01em;
    padding: 0;
    --qode-padding: 14px;
    --qode-dot-color: currentColor;
    padding-right: var(--qode-padding);
    clip-path: inset(0);
    transition: transform .37s cubic-bezier(.22,.61,.36,1),clip-path .37s cubic-bezier(.22,.61,.36,1);
    transform: translateX(0);
    display: inline-block
}

@media only screen and (max-width: 1600px) {
    .webtri-tabs.webtri-layout--simple .webtri-tabs-navigation li a {
        font-size:17px;
        line-height: 1.29412em
    }
}

@media only screen and (max-width: 1200px) {
    .webtri-tabs.webtri-layout--simple .webtri-tabs-navigation li a {
        font-size:16px;
        line-height: 1.3125em
    }
}

.webtri-tabs.webtri-layout--simple .webtri-tabs-navigation li a:before {
    content: '';
    display: block;
    height: 7px;
    width: 7px;
    position: absolute;
    background-color: var(--qode-dot-color);
    border-radius: 50%;
    top: 50%;
    translate: 0 -50%;
    transition: transform .52s cubic-bezier(.22,.61,.36,1),opacity .35s;
    left: 0;
    transform: translateX(calc(-1 * var(--qode-padding))) scale(0);
    opacity: 1
}

.webtri-tabs.webtri-layout--simple .webtri-tabs-navigation li:last-child {
    margin-right: 0
}

.webtri-tabs.webtri-layout--simple .webtri-tabs-navigation li a:hover,.webtri-tabs.webtri-layout--simple .webtri-tabs-navigation li.active a,.webtri-tabs.webtri-layout--simple .webtri-tabs-navigation li.ui-state-active a,.webtri-tabs.webtri-layout--simple .webtri-tabs-navigation li.ui-state-hover a {
    transform: translateX(calc(1 * var(--qode-padding)));
    clip-path: inset(calc(-1 * var(--qode-padding)))
}

.webtri-tabs.webtri-layout--simple .webtri-tabs-navigation li a:hover:before,.webtri-tabs.webtri-layout--simple .webtri-tabs-navigation li.active a:before,.webtri-tabs.webtri-layout--simple .webtri-tabs-navigation li.ui-state-active a:before,.webtri-tabs.webtri-layout--simple .webtri-tabs-navigation li.ui-state-hover a:before {
    transform: translateX(calc(-1 * var(--qode-padding))) scale(1)
}

@media only screen and (max-width: 880px) {
    .webtri-tabs.webtri-layout--simple .webtri-tabs-navigation {
        flex-direction:column;
        align-items: flex-start
    }

    .webtri-tabs.webtri-layout--simple .webtri-tabs-navigation li {
        margin: 0 0 26px 0;
        padding: 0
    }

    .webtri-tabs.webtri-layout--simple .webtri-tabs-navigation li:last-child {
        margin-bottom: 0
    }
}

.webtri-tabs.webtri-layout--simple.webtri-orientation--vertical {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    height: 100%
}

.webtri-tabs.webtri-layout--simple.webtri-orientation--vertical .webtri-tabs-navigation {
    flex-shrink: 0;
    display: block;
    padding-right: 26px;
    margin-right: 26px;
    border-right: 1px solid #000
}

.webtri-tabs.webtri-layout--simple.webtri-orientation--vertical .webtri-tabs-navigation li {
    width: 100%;
    margin-bottom: 26px
}

.webtri-tabs.webtri-layout--simple.webtri-orientation--vertical .webtri-tabs-navigation li:last-child {
    margin-bottom: 0
}

.webtri-tabs.webtri-layout--simple.webtri-orientation--vertical .webtri-tabs-navigation li a {
    display: inline-block;
    width: auto
}

.webtri-tabs.webtri-layout--simple.webtri-orientation--vertical .webtri-tabs-content {
    margin-top: 0
}

.webtri-tabs.webtri-layout--simple .webtri-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)
    }
}

.webtri-text-marquee .webtri-m-content {
    display: flex;
    font-family: Unbounded,sans-serif;
    font-size: 70px;
    font-weight: 600;
    line-height: 1.2em;
    overflow: hidden;
    white-space: nowrap
}

.webtri-text-marquee .webtri-m-content-inner {
    padding-right: 25px
}

.webtri--init.webtri-direction--left.webtri-text-marquee .webtri-m-content-inner {
    animation: qode-text-marquee-left var(--qode-marquee-duration,25s) linear infinite
}

.webtri--init.webtri-direction--right.webtri-text-marquee .webtri-m-content-inner {
    animation: qode-text-marquee-right var(--qode-marquee-duration,25s) linear infinite
}

.webtri-text-marquee .webtri-m-text-1 {
    color: var(--qode-main-color)
}

.webtri-text-marquee .webtri-m-text-2 {
    color: var(--qode-main-color)
}

.webtri-text-marquee .webtri-m-text-3 {
    color: var(--qode-main-color)
}

.webtri-text-marquee .webtri-m-separator {
    color: var(--qode-main-color);
    position: relative
}

.webtri-video-button {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.webtri-video-button .webtri-m-play {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 106px;
    line-height: 1
}

.webtri-video-button .webtri-m-play span {
    display: block;
    line-height: inherit
}

.webtri-video-button .webtri-m-play span:before {
    display: block;
    line-height: inherit
}

.webtri-video-button .webtri-m-play .webtri-m-play-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

.webtri-video-button .webtri-m-play .webtri-m-play-inner .webtri-svg--play {
    overflow: visible
}

.webtri-video-button .webtri-m-play .webtri-m-play-inner .webtri-svg--play circle {
    transform-origin: center;
    transform: scale(1);
    transition: transform .67s cubic-bezier(.33,.77,.32,.96)
}

.webtri-video-button .webtri-m-play:hover .webtri-svg--play circle {
    transform: scale(1.14)
}

#webtri-side-area {
    position: fixed;
    top: 0;
    right: -450px;
    width: 450px;
    height: 100%;
    min-height: 100%;
    padding: 130px 75px 35px;
    text-align: center;
    background-color: #000;
    border-left: 1px solid #474646;
    overflow: hidden;
    visibility: hidden;
    z-index: 9999;
    transition: all .6s cubic-bezier(.77,0,.175,1)
}

.webtri-side-area--opened #webtri-side-area {
    right: 0;
    visibility: visible
}

#webtri-side-area.webtri-alignment--center {
    text-align: center
}

#webtri-side-area.webtri-alignment--right {
    text-align: right
}

#webtri-side-area.webtri-alignment--left {
    text-align: left
}

#webtri-side-area img {
    margin: auto
}

#webtri-side-area-close {
    position: absolute;
    top: 33px;
    right: 40px;
    display: block;
    z-index: 1000;
    color: #fff
}

.admin-bar #webtri-side-area-close {
    top: 65px
}

.webtri-side-area-cover {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    overflow: hidden;
    z-index: 0;
    transition: opacity .2s ease-in-out,z-index .2s ease-in-out
}

.webtri-side-area--opened .webtri-side-area-cover {
    opacity: 1;
    z-index: 1002
}

.webtri-social-share {
    position: relative;
    display: inline-block;
    vertical-align: top
}

.webtri-social-share.webtri-social-share-light ul li a {
    color: #fff
}

.webtri-social-share .webtri-social-title {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 5px 0 0;
    font-family: Unbounded,sans-serif;
    font-weight: 700;
    color: #000;
    font-size: 24px;
    line-height: 1.25em
}

@media only screen and (max-width: 1600px) {
    .webtri-social-share .webtri-social-title {
        font-size:22px;
        line-height: 1.22727em
    }
}

@media only screen and (max-width: 1200px) {
    .webtri-social-share .webtri-social-title {
        font-size:20px;
        line-height: 1.35em
    }
}

.webtri-social-share ul {
    position: relative;
    display: inline-block;
    vertical-align: top;
    list-style: none;
    padding: 0;
    margin: 0
}

.webtri-social-share li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    line-height: 1;
    padding: 0;
    margin: 0
}

.webtri-social-share li a {
    font-size: 20px
}

.webtri-social-share.webtri-layout--dropdown {
    position: relative;
    display: inline-block;
    vertical-align: bottom
}

.webtri-social-share.webtri-layout--dropdown .webtri-social-title {
    margin: 0;
    vertical-align: middle
}

.webtri-social-share.webtri-layout--dropdown .webtri-e-social-share-icon {
    width: 18px;
    height: auto;
    margin-left: 5px
}

.webtri-social-share.webtri-layout--dropdown:hover .webtri-social-share-dropdown ul li {
    opacity: 1;
    visibility: visible;
    cursor: pointer
}

.webtri-social-share.webtri-layout--dropdown:hover .webtri-social-share-dropdown ul li:nth-child(2) {
    transition-delay: .2s
}

.webtri-social-share.webtri-layout--dropdown:hover .webtri-social-share-dropdown ul li:nth-child(3) {
    transition-delay: .3s
}

.webtri-social-share.webtri-layout--dropdown:hover .webtri-social-share-dropdown ul li:nth-child(4) {
    transition-delay: .4s
}

.webtri-social-share.webtri-layout--dropdown:hover .webtri-social-share-dropdown ul li:nth-child(5) {
    transition-delay: .5s
}

.webtri-social-share.webtri-layout--dropdown:hover .webtri-social-share-dropdown ul li:nth-child(6) {
    transition-delay: .6s
}

.webtri-social-share.webtri-layout--dropdown:hover .webtri-social-share-dropdown ul li:nth-child(7) {
    transition-delay: .7s
}

.webtri-social-share.webtri-layout--dropdown .webtri-social-share-dropdown-opener {
    display: flex
}

.webtri-social-share.webtri-layout--dropdown .webtri-social-share-dropdown-opener .webtri-social-share-title {
    display: inline-block;
    vertical-align: top;
    margin-right: 5px
}

.webtri-social-share.webtri-layout--dropdown .webtri-social-share-dropdown {
    position: absolute;
    visibility: hidden;
    z-index: 950
}

.webtri-social-share.webtri-layout--dropdown .webtri-social-share-dropdown ul {
    position: relative;
    display: block;
    z-index: 990;
    margin: 0;
    padding: 0!important
}

.webtri-social-share.webtri-layout--dropdown .webtri-social-share-dropdown li {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    visibility: hidden;
    overflow: hidden;
    opacity: 0;
    transition: opacity .2s ease-out,visibility .2s ease-out
}

.webtri-social-share.webtri-layout--dropdown .webtri-social-share-dropdown li a {
    transition: color .2s ease-out,background-color .2s ease-out
}

.webtri-social-share.webtri-layout--dropdown .webtri-social-share-dropdown li>* {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: inherit;
    width: 100%;
    height: 100%
}

.webtri-social-share.webtri-layout--dropdown.webtri-dropdown--bottom .webtri-social-share-dropdown {
    bottom: 0;
    left: 0
}

.webtri-social-share.webtri-layout--dropdown.webtri-dropdown--bottom .webtri-social-share-dropdown li {
    width: 90px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #000
}

.webtri-social-share.webtri-layout--dropdown.webtri-dropdown--bottom .webtri-social-share-dropdown li:not(:first-child) {
    border-top: none
}

.webtri-social-share.webtri-layout--dropdown.webtri-dropdown--bottom .webtri-social-share-dropdown li.webtri-facebook-share a:hover {
    background-color: #3b5998;
    color: #fff
}

.webtri-social-share.webtri-layout--dropdown.webtri-dropdown--bottom .webtri-social-share-dropdown li.webtri-twitter-share a:hover {
    background-color: #00aced;
    color: #fff
}

.webtri-social-share.webtri-layout--dropdown.webtri-dropdown--bottom .webtri-social-share-dropdown li.webtri-linkedin-share a:hover {
    background-color: #007bb5;
    color: #fff
}

.webtri-social-share.webtri-layout--dropdown.webtri-dropdown--bottom .webtri-social-share-dropdown li.webtri-tumblr-share a:hover {
    background-color: #32506d;
    color: #fff
}

.webtri-social-share.webtri-layout--dropdown.webtri-dropdown--bottom .webtri-social-share-dropdown li.webtri-pinterest-share a:hover {
    background-color: #cb2027;
    color: #fff
}

.webtri-social-share.webtri-layout--dropdown.webtri-dropdown--bottom .webtri-social-share-dropdown li.webtri-vk-share a:hover {
    background-color: #45668e;
    color: #fff
}

.webtri-social-share.webtri-layout--dropdown.webtri-dropdown--bottom .webtri-social-share-dropdown li a {
    font-size: 20px;
    color: #000;
    background-color: #fff
}

.webtri-social-share.webtri-layout--dropdown.webtri-dropdown--bottom .webtri-social-share-dropdown li:nth-child(1) {
    bottom: -30px
}

.webtri-social-share.webtri-layout--dropdown.webtri-dropdown--bottom .webtri-social-share-dropdown li:nth-child(2) {
    bottom: -60px
}

.webtri-social-share.webtri-layout--dropdown.webtri-dropdown--bottom .webtri-social-share-dropdown li:nth-child(3) {
    bottom: -90px
}

.webtri-social-share.webtri-layout--dropdown.webtri-dropdown--bottom .webtri-social-share-dropdown li:nth-child(4) {
    bottom: -120px
}

.webtri-social-share.webtri-layout--dropdown.webtri-dropdown--bottom .webtri-social-share-dropdown li:nth-child(5) {
    bottom: -150px
}

.webtri-social-share.webtri-layout--dropdown.webtri-dropdown--bottom .webtri-social-share-dropdown li:nth-child(6) {
    bottom: -180px
}

.webtri-social-share.webtri-layout--dropdown.webtri-dropdown--bottom .webtri-social-share-dropdown li:nth-child(7) {
    bottom: -210px
}

.webtri-social-share.webtri-layout--dropdown.webtri-dropdown--right .webtri-social-share-dropdown {
    top: 0;
    right: 0
}

.webtri-social-share.webtri-layout--dropdown.webtri-dropdown--right .webtri-social-share-dropdown li {
    width: calc(90px / 3)
}

.webtri-social-share.webtri-layout--dropdown.webtri-dropdown--right .webtri-social-share-dropdown li:nth-child(1) {
    left: 5px
}

.webtri-social-share.webtri-layout--dropdown.webtri-dropdown--right .webtri-social-share-dropdown li:nth-child(2) {
    left: 35px
}

.webtri-social-share.webtri-layout--dropdown.webtri-dropdown--right .webtri-social-share-dropdown li:nth-child(3) {
    left: 65px
}

.webtri-social-share.webtri-layout--dropdown.webtri-dropdown--right .webtri-social-share-dropdown li:nth-child(4) {
    left: 95px
}

.webtri-social-share.webtri-layout--dropdown.webtri-dropdown--right .webtri-social-share-dropdown li:nth-child(5) {
    left: 125px
}

.webtri-social-share.webtri-layout--dropdown.webtri-dropdown--right .webtri-social-share-dropdown li:nth-child(6) {
    left: 155px
}

.webtri-social-share.webtri-layout--dropdown.webtri-dropdown--right .webtri-social-share-dropdown li:nth-child(7) {
    left: 185px
}

.webtri-social-share.webtri-layout--dropdown.webtri-dropdown--left .webtri-social-share-dropdown {
    top: 0;
    left: 0
}

.webtri-social-share.webtri-layout--dropdown.webtri-dropdown--left .webtri-social-share-dropdown li {
    width: calc(90px / 3)
}

.webtri-social-share.webtri-layout--dropdown.webtri-dropdown--left .webtri-social-share-dropdown li:nth-child(1) {
    right: 5px
}

.webtri-social-share.webtri-layout--dropdown.webtri-dropdown--left .webtri-social-share-dropdown li:nth-child(2) {
    right: 35px
}

.webtri-social-share.webtri-layout--dropdown.webtri-dropdown--left .webtri-social-share-dropdown li:nth-child(3) {
    right: 65px
}

.webtri-social-share.webtri-layout--dropdown.webtri-dropdown--left .webtri-social-share-dropdown li:nth-child(4) {
    right: 95px
}

.webtri-social-share.webtri-layout--dropdown.webtri-dropdown--left .webtri-social-share-dropdown li:nth-child(5) {
    right: 125px
}

.webtri-social-share.webtri-layout--dropdown.webtri-dropdown--left .webtri-social-share-dropdown li:nth-child(6) {
    right: 155px
}

.webtri-social-share.webtri-layout--dropdown.webtri-dropdown--left .webtri-social-share-dropdown li:nth-child(7) {
    right: 185px
}

.webtri-social-share.webtri-layout--list li {
    margin-right: 15px
}

.webtri-social-share.webtri-layout--list li:last-child {
    margin-right: 0
}

.webtri-social-share.webtri-layout--text li {
    margin-right: 30px
}

.webtri-social-share.webtri-layout--text li a {
    font-family: Unbounded,sans-serif;
    font-size: 15px;
    font-weight: 700;
    position: relative
}

.webtri-social-share.webtri-layout--text li a .webtri-svg--share-circle {
    position: absolute;
    left: 50%;
    top: 50%;
    translate: -50% -50%;
    overflow: visible;
    opacity: 0;
    --qode-path-length: 180px;
    stroke-dashoffset: var(--qode-path-length);
    stroke-dasharray: var(--qode-path-length);
    transition: opacity .4s .3s,stroke-dashoffset .7s,color .2s ease-out;
    stroke: currentColor
}

.webtri-social-share.webtri-layout--text li a:hover .webtri-svg--share-circle {
    stroke-dashoffset: 0;
    opacity: 1;
    transition-duration: .2s,1.3s,.2s;
    transition-delay: 0s,0s,0s;
    transition-timing-function: ease,cubic-bezier(.39,.06,.31,.95),ease-out
}

.webtri-social-share.webtri-layout--text li:last-child {
    margin-right: 0
}

.widget .webtri-social-share.webtri-layout--list .webtri-social-title {
    display: block;
    margin-bottom: 21px
}

.widget .webtri-social-share.webtri-layout--text .webtri-social-title {
    display: block;
    margin-bottom: 21px
}

#webtri-page-sidebar .widget .webtri-social-share.webtri-layout--list li.webtri-facebook-share a:hover {
    color: currentColor
}

#webtri-page-sidebar .widget .webtri-social-share.webtri-layout--list li.webtri-twitter-share a:hover {
    color: currentColor
}

#webtri-page-sidebar .widget .webtri-social-share.webtri-layout--list li.webtri-linkedin-share a:hover {
    color: currentColor
}

#webtri-page-sidebar .widget .webtri-social-share.webtri-layout--list li.webtri-tumblr-share a:hover {
    color: currentColor
}

#webtri-page-sidebar .widget .webtri-social-share.webtri-layout--list li.webtri-pinterest-share a:hover {
    color: currentColor
}

#webtri-page-sidebar .widget .webtri-social-share.webtri-layout--list li.webtri-vk-share a:hover {
    color: currentColor
}

#webtri-page-sidebar .widget .webtri-social-share.webtri-layout--text li.webtri-facebook-share a:hover {
    color: currentColor
}

#webtri-page-sidebar .widget .webtri-social-share.webtri-layout--text li.webtri-twitter-share a:hover {
    color: currentColor
}

#webtri-page-sidebar .widget .webtri-social-share.webtri-layout--text li.webtri-linkedin-share a:hover {
    color: currentColor
}

#webtri-page-sidebar .widget .webtri-social-share.webtri-layout--text li.webtri-tumblr-share a:hover {
    color: currentColor
}

#webtri-page-sidebar .widget .webtri-social-share.webtri-layout--text li.webtri-pinterest-share a:hover {
    color: currentColor
}

#webtri-page-sidebar .widget .webtri-social-share.webtri-layout--text li.webtri-vk-share a:hover {
    color: currentColor
}

#webtri-page-footer .widget .webtri-social-share.webtri-layout--dropdown .webtri-social-title {
    color: #ccc
}

#webtri-page-footer .widget .webtri-social-share.webtri-layout--list .webtri-social-title {
    color: #ccc
}

#webtri-page-footer .widget .webtri-social-share.webtri-layout--list li.webtri-facebook-share a:hover {
    color: currentColor
}

#webtri-page-footer .widget .webtri-social-share.webtri-layout--list li.webtri-twitter-share a:hover {
    color: currentColor
}

#webtri-page-footer .widget .webtri-social-share.webtri-layout--list li.webtri-linkedin-share a:hover {
    color: currentColor
}

#webtri-page-footer .widget .webtri-social-share.webtri-layout--list li.webtri-tumblr-share a:hover {
    color: currentColor
}

#webtri-page-footer .widget .webtri-social-share.webtri-layout--list li.webtri-pinterest-share a:hover {
    color: currentColor
}

#webtri-page-footer .widget .webtri-social-share.webtri-layout--list li.webtri-vk-share a:hover {
    color: currentColor
}

#webtri-page-footer .widget .webtri-social-share.webtri-layout--text .webtri-social-title {
    color: #ccc
}

#webtri-page-footer .widget .webtri-social-share.webtri-layout--text li.webtri-facebook-share a:hover {
    color: currentColor
}

#webtri-page-footer .widget .webtri-social-share.webtri-layout--text li.webtri-twitter-share a:hover {
    color: currentColor
}

#webtri-page-footer .widget .webtri-social-share.webtri-layout--text li.webtri-linkedin-share a:hover {
    color: currentColor
}

#webtri-page-footer .widget .webtri-social-share.webtri-layout--text li.webtri-tumblr-share a:hover {
    color: currentColor
}

#webtri-page-footer .widget .webtri-social-share.webtri-layout--text li.webtri-pinterest-share a:hover {
    color: currentColor
}

#webtri-page-footer .widget .webtri-social-share.webtri-layout--text li.webtri-vk-share a:hover {
    color: currentColor
}

#webtri-side-area .widget .webtri-social-share.webtri-layout--dropdown .webtri-social-title {
    color: #ccc
}

#webtri-side-area .widget .webtri-social-share.webtri-layout--list .webtri-social-title {
    color: #ccc
}

#webtri-side-area .widget .webtri-social-share.webtri-layout--list li.webtri-facebook-share a:hover {
    color: currentColor
}

#webtri-side-area .widget .webtri-social-share.webtri-layout--list li.webtri-twitter-share a:hover {
    color: currentColor
}

#webtri-side-area .widget .webtri-social-share.webtri-layout--list li.webtri-linkedin-share a:hover {
    color: currentColor
}

#webtri-side-area .widget .webtri-social-share.webtri-layout--list li.webtri-tumblr-share a:hover {
    color: currentColor
}

#webtri-side-area .widget .webtri-social-share.webtri-layout--list li.webtri-pinterest-share a:hover {
    color: currentColor
}

#webtri-side-area .widget .webtri-social-share.webtri-layout--list li.webtri-vk-share a:hover {
    color: currentColor
}

#webtri-side-area .widget .webtri-social-share.webtri-layout--text .webtri-social-title {
    color: #ccc
}

#webtri-side-area .widget .webtri-social-share.webtri-layout--text li.webtri-facebook-share a:hover {
    color: currentColor
}

#webtri-side-area .widget .webtri-social-share.webtri-layout--text li.webtri-twitter-share a:hover {
    color: currentColor
}

#webtri-side-area .widget .webtri-social-share.webtri-layout--text li.webtri-linkedin-share a:hover {
    color: currentColor
}

#webtri-side-area .widget .webtri-social-share.webtri-layout--text li.webtri-tumblr-share a:hover {
    color: currentColor
}

#webtri-side-area .widget .webtri-social-share.webtri-layout--text li.webtri-pinterest-share a:hover {
    color: currentColor
}

#webtri-side-area .widget .webtri-social-share.webtri-layout--text li.webtri-vk-share a:hover {
    color: currentColor
}

#webtri-page-spinner {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 2000
}

#webtri-page-spinner .webtri-m-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #fff;
    background-color: #000
}

#webtri-page-spinner .webtri-m-spinner {
    position: relative
}

#webtri-page-spinner.webtri-layout--atom .webtri-m-atom {
    position: relative;
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px
}

#webtri-page-spinner.webtri-layout--atom .webtri-m-atom-item.webtri-atom--1 {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 50%;
    width: 50%;
    z-index: 1;
    animation: qode-atom-shrink 4.5s infinite linear
}

#webtri-page-spinner.webtri-layout--atom .webtri-m-atom-item.webtri-atom--1:before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    height: 100%;
    width: 100%;
    background: currentColor;
    border-radius: 50%
}

#webtri-page-spinner.webtri-layout--atom .webtri-m-atom-item.webtri-atom--2,#webtri-page-spinner.webtri-layout--atom .webtri-m-atom-item.webtri-atom--3,#webtri-page-spinner.webtri-layout--atom .webtri-m-atom-item.webtri-atom--4 {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0
}

#webtri-page-spinner.webtri-layout--atom .webtri-m-atom-item.webtri-atom--2:before,#webtri-page-spinner.webtri-layout--atom .webtri-m-atom-item.webtri-atom--3:before,#webtri-page-spinner.webtri-layout--atom .webtri-m-atom-item.webtri-atom--4:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    margin: 0 auto;
    background: currentColor;
    border-radius: 50%
}

#webtri-page-spinner.webtri-layout--atom .webtri-m-atom-item.webtri-atom--2 {
    animation: qode-atom-zindex 1.5s .75s infinite steps(2,end)
}

#webtri-page-spinner.webtri-layout--atom .webtri-m-atom-item.webtri-atom--2:before {
    transform: rotate(0);
    animation: qode-atom-postion 1.5s infinite ease,qode-atom-size 1.5s -1.125s infinite ease
}

#webtri-page-spinner.webtri-layout--atom .webtri-m-atom-item.webtri-atom--3 {
    transform: rotate(120deg);
    animation: qode-atom-zindex 1.5s -.25s infinite steps(2,end)
}

#webtri-page-spinner.webtri-layout--atom .webtri-m-atom-item.webtri-atom--3:before {
    animation: qode-atom-postion 1.5s -1s infinite ease,qode-atom-size 1.5s -.75s infinite ease
}

#webtri-page-spinner.webtri-layout--atom .webtri-m-atom-item.webtri-atom--4 {
    transform: rotate(240deg);
    animation: qode-atom-zindex 1.5s .25s infinite steps(2,end)
}

#webtri-page-spinner.webtri-layout--atom .webtri-m-atom-item.webtri-atom--4:before {
    animation: qode-atom-postion 1.5s -.5s infinite ease,qode-atom-size 1.5s -125ms infinite ease
}

#webtri-page-spinner.webtri-layout--clock .webtri-m-clock {
    position: relative;
    width: 50px;
    height: 50px;
    margin: -25px 0 0 -25px;
    animation: qode-clock 8s infinite steps(8)
}

#webtri-page-spinner.webtri-layout--clock .webtri-m-clock-item {
    position: absolute;
    height: 50px;
    width: 50px
}

#webtri-page-spinner.webtri-layout--clock .webtri-m-clock-item:before {
    content: '';
    position: absolute;
    height: 18.31501832px;
    width: 18.31501832px;
    background: currentColor;
    border-radius: 50%
}

#webtri-page-spinner.webtri-layout--clock .webtri-m-clock-item.webtri-clock--1 {
    transform: rotate(-135deg);
    animation: qode-clock-1 1s ease-in infinite
}

#webtri-page-spinner.webtri-layout--clock .webtri-m-clock-item.webtri-clock--2 {
    transform: rotate(-90deg);
    animation: qode-clock-2 1s ease-in infinite
}

#webtri-page-spinner.webtri-layout--clock .webtri-m-clock-item.webtri-clock--3 {
    transform: rotate(-45deg);
    animation: qode-clock-3 1s ease-in infinite
}

#webtri-page-spinner.webtri-layout--clock .webtri-m-clock-item.webtri-clock--4 {
    animation: qode-clock-4 1s ease-in infinite
}

#webtri-page-spinner.webtri-layout--cube .webtri-m-cube {
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px;
    background-color: currentColor;
    animation: qode-cube 1.2s infinite ease-in-out
}

#webtri-page-spinner.webtri-layout--double-pulse .webtri-m-pulses {
    position: relative;
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px
}

#webtri-page-spinner.webtri-layout--double-pulse .webtri-m-pulse {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: currentColor;
    border-radius: 50%;
    opacity: .6;
    animation: qode-double-pulse 2s infinite ease-in-out
}

#webtri-page-spinner.webtri-layout--double-pulse .webtri-m-pulse.webtri-pulse--2 {
    animation-delay: -1s
}

#webtri-page-spinner.webtri-layout--five-rotating-circles .webtri-m-five-rotating-circles {
    position: relative;
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px
}

#webtri-page-spinner.webtri-layout--five-rotating-circles .webtri-m-circle-item {
    position: absolute;
    width: 100%;
    height: 100%
}

#webtri-page-spinner.webtri-layout--five-rotating-circles .webtri-m-circle-item.webtri-item--1 .webtri-circle--2 {
    animation-delay: calc((600ms) - 1500ms)
}

#webtri-page-spinner.webtri-layout--five-rotating-circles .webtri-m-circle-item.webtri-item--1 .webtri-circle--3 {
    animation-delay: calc((900ms) - 1500ms)
}

#webtri-page-spinner.webtri-layout--five-rotating-circles .webtri-m-circle-item.webtri-item--1 .webtri-circle--4 {
    animation-delay: calc((1200ms) - 1500ms)
}

#webtri-page-spinner.webtri-layout--five-rotating-circles .webtri-m-circle-item.webtri-item--2 {
    transform: rotateZ(45deg)
}

#webtri-page-spinner.webtri-layout--five-rotating-circles .webtri-m-circle-item.webtri-item--2 .webtri-circle--1 {
    animation-delay: calc((300ms) - 1400ms)
}

#webtri-page-spinner.webtri-layout--five-rotating-circles .webtri-m-circle-item.webtri-item--2 .webtri-circle--2 {
    animation-delay: calc((600ms) - 1400ms)
}

#webtri-page-spinner.webtri-layout--five-rotating-circles .webtri-m-circle-item.webtri-item--2 .webtri-circle--3 {
    animation-delay: calc((900ms) - 1400ms)
}

#webtri-page-spinner.webtri-layout--five-rotating-circles .webtri-m-circle-item.webtri-item--2 .webtri-circle--4 {
    animation-delay: calc((1200ms) - 1400ms)
}

#webtri-page-spinner.webtri-layout--five-rotating-circles .webtri-m-circle-item.webtri-item--3 {
    transform: rotateZ(90deg)
}

#webtri-page-spinner.webtri-layout--five-rotating-circles .webtri-m-circle-item.webtri-item--3 .webtri-circle--1 {
    animation-delay: calc((300ms) - 1300ms)
}

#webtri-page-spinner.webtri-layout--five-rotating-circles .webtri-m-circle-item.webtri-item--3 .webtri-circle--2 {
    animation-delay: calc((600ms) - 1300ms)
}

#webtri-page-spinner.webtri-layout--five-rotating-circles .webtri-m-circle-item.webtri-item--3 .webtri-circle--3 {
    animation-delay: calc((900ms) - 1300ms)
}

#webtri-page-spinner.webtri-layout--five-rotating-circles .webtri-m-circle-item.webtri-item--3 .webtri-circle--4 {
    animation-delay: calc((1200ms) - 1300ms)
}

#webtri-page-spinner.webtri-layout--five-rotating-circles .webtri-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
}

#webtri-page-spinner.webtri-layout--five-rotating-circles .webtri-e-circle.webtri-circle--1 {
    top: 0;
    left: 0
}

#webtri-page-spinner.webtri-layout--five-rotating-circles .webtri-e-circle.webtri-circle--2 {
    top: 0;
    right: 0
}

#webtri-page-spinner.webtri-layout--five-rotating-circles .webtri-e-circle.webtri-circle--3 {
    right: 0;
    bottom: 0
}

#webtri-page-spinner.webtri-layout--five-rotating-circles .webtri-e-circle.webtri-circle--4 {
    left: 0;
    bottom: 0
}

#webtri-page-spinner.webtri-layout--fusion .webtri-m-fusion {
    position: relative;
    width: 30px;
    height: 30px;
    margin: -45px 0 0 -30px
}

#webtri-page-spinner.webtri-layout--fusion .webtri-m-fusion-item {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 40px;
    width: 40px;
    background: currentColor;
    border-radius: 50%
}

#webtri-page-spinner.webtri-layout--fusion .webtri-m-fusion-item.webtri-fusion--1 {
    top: 0;
    left: 50%;
    animation: qode-fussion-ball-1 1s 0s ease infinite;
    z-index: 1
}

#webtri-page-spinner.webtri-layout--fusion .webtri-m-fusion-item.webtri-fusion--2 {
    top: 50%;
    left: 100%;
    animation: qode-fussion-ball-2 1s 0s ease infinite;
    z-index: 2
}

#webtri-page-spinner.webtri-layout--fusion .webtri-m-fusion-item.webtri-fusion--3 {
    top: 100%;
    left: 50%;
    animation: qode-fussion-ball-3 1s 0s ease infinite;
    z-index: 1
}

#webtri-page-spinner.webtri-layout--fusion .webtri-m-fusion-item.webtri-fusion--4 {
    top: 50%;
    left: 0;
    animation: qode-fussion-ball-4 1s 0s ease infinite;
    z-index: 2
}

#webtri-page-spinner.webtri-layout--lines .webtri-m-lines {
    width: 60px;
    height: 60px;
    margin: 0 0 0 -30px
}

#webtri-page-spinner.webtri-layout--lines .webtri-m-line.webtri-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)
}

#webtri-page-spinner.webtri-layout--lines .webtri-m-line.webtri-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)
}

#webtri-page-spinner.webtri-layout--lines .webtri-m-line.webtri-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)
}

#webtri-page-spinner.webtri-layout--lines .webtri-m-line.webtri-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)
}

#webtri-page-spinner.webtri-layout--mitosis .webtri-m-mitosis {
    position: relative;
    height: 50px;
    width: 50px;
    margin: -25px 0 0 -25px;
    animation: qode-mitosis-invert 2s infinite steps(2,end)
}

#webtri-page-spinner.webtri-layout--mitosis .webtri-m-mitosis-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: currentColor;
    border-radius: 50%
}

#webtri-page-spinner.webtri-layout--mitosis .webtri-m-mitosis-item.webtri-mitosis--1 {
    animation: qode-mitosis-ball-1 1s infinite alternate linear
}

#webtri-page-spinner.webtri-layout--mitosis .webtri-m-mitosis-item.webtri-mitosis--2 {
    animation: qode-mitosis-ball-2 1s infinite alternate linear
}

#webtri-page-spinner.webtri-layout--mitosis .webtri-m-mitosis-item.webtri-mitosis--3 {
    animation: qode-mitosis-ball-3 1s infinite alternate linear
}

#webtri-page-spinner.webtri-layout--mitosis .webtri-m-mitosis-item.webtri-mitosis--4 {
    animation: qode-mitosis-ball-4 1s infinite alternate linear
}

#webtri-page-spinner.webtri-layout--predefined {
    clip-path: inset(0 0 calc(var(--webtri-clip) * 1%) 0)
}

#webtri-page-spinner.webtri-layout--predefined .webtri-m-spinner {
    position: relative;
    width: 100vW;
    height: 100vH;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 4.7vMax
}

#webtri-page-spinner.webtri-layout--predefined.webtri--init .webtri-m-spinner-images {
    opacity: 1
}

#webtri-page-spinner.webtri-layout--predefined .webtri-sticker.webtri--has-appear .webtri-m-image .webtri-m-image-inner {
    transition-duration: .57s,.25s
}

#webtri-page-spinner.webtri-layout--predefined .webtri-m-spinner-images {
    opacity: 0;
    text-align: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 5vMax;
    --webtri-gap: 50px;
    --webtri-width: 20%;
    gap: var(--webtri-gap);
    justify-content: center
}

#webtri-page-spinner.webtri-layout--predefined .webtri-m-spinner-images .webtri-m-spinner-image {
    display: flex;
    --qode-rotate: 0;
    --qode-y: 0;
    --qode-x: 0;
    width: calc(var(--webtri-width) - var(--webtri-gap));
    transform: translateY(var(--qode-y)) translateX(var(--qode-x))
}

#webtri-page-spinner.webtri-layout--predefined .webtri-m-spinner-images .webtri-m-spinner-image:first-of-type {
    --qode-y: 34%;
    --qode-x: 10%
}

#webtri-page-spinner.webtri-layout--predefined .webtri-m-spinner-images .webtri-m-spinner-image:nth-of-type(2n+2) {
    --qode-y: -25%;
    --qode-x: -7%
}

#webtri-page-spinner.webtri-layout--predefined .webtri-m-spinner-images .webtri-m-spinner-image:nth-of-type(3n+3) {
    --qode-y: 6%;
    --qode-x: -16%
}

#webtri-page-spinner.webtri-layout--predefined .webtri-m-spinner-images .webtri-m-spinner-image:nth-of-type(4n+4) {
    --qode-y: -16%;
    --qode-x: -36%
}

#webtri-page-spinner.webtri-layout--predefined .webtri-m-spinner-images .webtri-m-spinner-image:nth-of-type(5n+5) {
    --qode-y: -17%;
    --qode-x: -40%
}

#webtri-page-spinner.webtri-layout--predefined .webtri-m-spinner-images .webtri-m-spinner-image:nth-of-type(6n+6) {
    --qode-y: -6%;
    --qode-x: 16%
}

#webtri-page-spinner.webtri-layout--predefined .webtri-m-spinner-images .webtri-m-spinner-image:nth-of-type(7n+7) {
    --qode-y: 11%;
    --qode-x: 55%
}

#webtri-page-spinner.webtri-layout--predefined .webtri-m-spinner-images .webtri-m-spinner-image:nth-of-type(8n+8) {
    --qode-y: -16%;
    --qode-x: 54%
}

@media only screen and (max-width: 880px) {
    #webtri-page-spinner.webtri-layout--predefined .webtri-m-spinner {
        margin:0
    }

    #webtri-page-spinner.webtri-layout--predefined .webtri-m-spinner .webtri-m-spinner-images {
        padding: 0
    }
}

@media only screen and (max-width: 680px) {
    #webtri-page-spinner.webtri-layout--predefined .webtri-m-spinner .webtri-m-spinner-images {
        padding:0 8vW;
        --webtri-gap: 20px
    }
}

#webtri-page-spinner.webtri-layout--progress-bar .webtri-m-spinner-heading {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between
}

#webtri-page-spinner.webtri-layout--progress-bar .webtri-m-spinner-heading>* {
    margin: 0;
    opacity: 0;
    animation: qode-fade-in 1s forwards
}

#webtri-page-spinner.webtri-layout--progress-bar .webtri-m-spinner-number-holder {
    flex-shrink: 0;
    animation-delay: .5s
}

#webtri-page-spinner.webtri-layout--progress-bar .webtri-m-spinner-line {
    position: relative;
    display: block;
    height: 3px;
    width: 500px;
    margin-top: 20px;
    background-color: #e5e1dc;
    overflow: hidden;
    opacity: 0;
    animation: qode-fade-in 1s .3s forwards
}

#webtri-page-spinner.webtri-layout--progress-bar .webtri-m-spinner-line-front {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--qode-main-color);
    width: 0
}

#webtri-page-spinner.webtri-layout--pulse-circles .webtri-m-pulse-circles {
    position: relative;
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px
}

#webtri-page-spinner.webtri-layout--pulse-circles .webtri-m-pulse-circle {
    position: absolute;
    height: 100%;
    width: 100%;
    background: currentColor;
    border: 0 solid currentColor;
    border-radius: 50%
}

#webtri-page-spinner.webtri-layout--pulse-circles .webtri-m-pulse-circle.webtri-pulse--1 {
    animation: qode-pulse-circles-pulse 3s infinite calc((-750ms) + 750ms)
}

#webtri-page-spinner.webtri-layout--pulse-circles .webtri-m-pulse-circle.webtri-pulse--2 {
    animation: qode-pulse-circles-pulse 3s infinite calc((-1500ms) + 750ms)
}

#webtri-page-spinner.webtri-layout--pulse-circles .webtri-m-pulse-circle.webtri-pulse--3 {
    animation: qode-pulse-circles-pulse 3s infinite calc((-2250ms) + 750ms)
}

#webtri-page-spinner.webtri-layout--pulse-circles .webtri-m-pulse-circle.webtri-pulse--4 {
    animation: qode-pulse-circles-pulse 3s infinite calc((-3000ms) + 750ms)
}

#webtri-page-spinner.webtri-layout--pulse .webtri-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
}

#webtri-page-spinner.webtri-layout--rotate-circles .webtri-m-circles {
    width: 60px;
    height: 20px
}

#webtri-page-spinner.webtri-layout--rotate-circles .webtri-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
}

#webtri-page-spinner.webtri-layout--rotate-circles .webtri-m-circles>div:nth-last-of-type(1) {
    animation-delay: calc((100ms) - 300ms)
}

#webtri-page-spinner.webtri-layout--rotate-circles .webtri-m-circles>div:nth-last-of-type(2) {
    animation-delay: calc((200ms) - 300ms)
}

#webtri-page-spinner.webtri-layout--rotate-circles .webtri-m-circles>div:nth-last-of-type(3) {
    animation-delay: calc((300ms) - 300ms)
}

#webtri-page-spinner.webtri-layout--rotating-cubes .webtri-m-cubes {
    position: relative;
    width: 32px;
    height: 32px;
    margin: -16px 0 0 -16px
}

#webtri-page-spinner.webtri-layout--rotating-cubes .webtri-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
}

#webtri-page-spinner.webtri-layout--rotating-cubes .webtri-m-cube.webtri-cube--2 {
    animation-delay: -.9s
}

#webtri-page-spinner.webtri-layout--stripes .webtri-m-stripes {
    width: 50px;
    height: 60px;
    margin: -30px 0 0 -25px;
    text-align: center
}

#webtri-page-spinner.webtri-layout--stripes .webtri-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
}

#webtri-page-spinner.webtri-layout--stripes .webtri-m-stripe.webtri-stripe--2 {
    animation-delay: calc((200ms) - 1300ms)
}

#webtri-page-spinner.webtri-layout--stripes .webtri-m-stripe.webtri-stripe--3 {
    animation-delay: calc((300ms) - 1300ms)
}

#webtri-page-spinner.webtri-layout--stripes .webtri-m-stripe.webtri-stripe--4 {
    animation-delay: calc((400ms) - 1300ms)
}

#webtri-page-spinner.webtri-layout--stripes .webtri-m-stripe.webtri-stripe--5 {
    animation-delay: calc((500ms) - 1300ms)
}

#webtri-page-spinner.webtri-layout--textual .webtri-m-spinner {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%
}

#webtri-page-spinner.webtri-layout--textual .webtri-m-textual {
    opacity: 0
}

#webtri-page-spinner.webtri-layout--textual .webtri-m-text {
    display: flex;
    font-family: Unbounded,sans-serif;
    font-size: 30px;
    line-height: 1;
    font-weight: 500;
    white-space: nowrap;
    text-transform: uppercase
}

#webtri-page-spinner.webtri-layout--textual .webtri-m-char {
    display: inline-block;
    opacity: 0;
    will-change: opacity
}

#webtri-page-spinner.webtri-layout--textual .webtri-m-char.webtri-m-empty-char {
    white-space: pre
}

#webtri-page-spinner.webtri-layout--textual.webtri--init .webtri-m-textual {
    opacity: 1
}

#webtri-page-spinner.webtri-layout--two-rotating-circles .webtri-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
}

#webtri-page-spinner.webtri-layout--two-rotating-circles .webtri-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
}

#webtri-page-spinner.webtri-layout--two-rotating-circles .webtri-m-circle.webtri-circle--2 {
    top: auto;
    bottom: 0;
    animation-delay: -1s
}

#webtri-page-spinner.webtri-layout--wave-circles .webtri-m-wave-circles {
    width: 150px;
    height: 30px;
    margin: -15px 0 0 -75px
}

#webtri-page-spinner.webtri-layout--wave-circles .webtri-m-wave-circle {
    float: left;
    height: 30px;
    width: 30px;
    margin-right: 10px;
    background: currentColor;
    border-radius: 50%
}

#webtri-page-spinner.webtri-layout--wave-circles .webtri-m-wave-circle.webtri-wave--1 {
    animation: qode-wave-jump-3 1.8s infinite ease-out
}

#webtri-page-spinner.webtri-layout--wave-circles .webtri-m-wave-circle.webtri-wave--2 {
    animation: qode-wave-jump-2 1.8s infinite ease-out
}

#webtri-page-spinner.webtri-layout--wave-circles .webtri-m-wave-circle.webtri-wave--3 {
    animation: qode-wave-jump-1 1.8s infinite ease-out
}

#webtri-page-spinner.webtri-layout--wave-circles .webtri-m-wave-circle.webtri-wave--4 {
    margin-right: 0;
    animation: qode-wave-wipe 1.8s infinite cubic-bezier(.5,0,.5,1)
}

#webtri-page-spinner.webtri-layout--wave .webtri-m-wave {
    width: 72px;
    margin: -9px 0 0 -36px;
    text-align: center
}

#webtri-page-spinner.webtri-layout--wave .webtri-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
}

#webtri-page-spinner.webtri-layout--wave .webtri-m-wave-item.webtri-wave--1 {
    animation-delay: -.32s
}

#webtri-page-spinner.webtri-layout--wave .webtri-m-wave-item.webtri-wave--2 {
    animation-delay: -.16s
}

.webtri-page-title {
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: cover
}

.webtri-page-title.webtri-image--responsive {
    height: auto!important
}

.webtri-page-title.webtri-image--responsive .webtri-m-content {
    position: absolute;
    top: 0;
    left: 0
}

.webtri-page-title.webtri-image--responsive .webtri-m-content.webtri-content-grid {
    left: 50%;
    transform: translateX(-50%)
}

.webtri-page-title.webtri-alignment--center {
    text-align: center
}

.webtri-page-title.webtri-alignment--right {
    text-align: right
}

.webtri-page-title .webtri-m-image {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.webtri-page-title .webtri-m-image img {
    display: block;
    width: 100%
}

.webtri-page-title .webtri-m-content.webtri-content-full-width {
    padding: 0 40px
}

.webtri-page-title.webtri-title--breadcrumbs .webtri-m-content {
    position: relative;
    justify-content: flex-start;
    top: 28px
}

.webtri-page-title .webtri-breadcrumbs a,.webtri-page-title .webtri-breadcrumbs span {
    font-family: "DM Sans",sans-serif;
    font-size: 18px;
    line-height: 1.44444em;
    font-weight: 400;
    color: #000
}

@media only screen and (max-width: 1600px) {
    .webtri-page-title .webtri-breadcrumbs a,.webtri-page-title .webtri-breadcrumbs span {
        font-size:17px;
        line-height: 1.41176em
    }
}

@media only screen and (max-width: 1200px) {
    .webtri-page-title .webtri-breadcrumbs a,.webtri-page-title .webtri-breadcrumbs span {
        font-size:16px;
        line-height: 1.4375em
    }
}

.webtri-page-title .webtri-breadcrumbs a {
    position: relative
}

.webtri-page-title .webtri-breadcrumbs a:hover {
    color: currentColor
}

.webtri-page-title .webtri-breadcrumbs .webtri-breadcrumbs-separator {
    margin: 0 5px
}

.webtri-page-title .webtri-breadcrumbs .webtri-breadcrumbs-separator:after {
    content: '/'
}

.webtri-page-title.webtri-title--standard-with-breadcrumbs .webtri-breadcrumbs {
    margin-top: 5px
}

.webtri-page-title.webtri-title--standard .webtri-m-subtitle {
    margin: 4px 0 0
}

.widget.webtri-author-info .webtri-author-info-image {
    margin-bottom: 21px;
    display: inline-block
}

.widget.webtri-author-info .webtri-author-info-name {
    margin: 0 0 21px
}

.widget.webtri-author-info .webtri-author-info-description {
    margin: 0
}

.widget .webtri-contact-info-widget {
    margin: 0
}

#webtri-top-area .widget .webtri-contact-info-widget a {
    font-size: 16px
}

.webtri-social-icons-group .webtri-icon-holder {
    margin-right: 9px
}

.webtri-social-icons-group .webtri-icon-holder a {
    transition: color .2s ease-out
}

.webtri-social-icons-group .webtri-icon-holder:last-child {
    margin-right: 0
}

.webtri-social-icons-group .webtri-icon-holder.webtri--textual {
    font-family: "DM Sans",sans-serif;
    font-size: 17px;
    line-height: 1.58824em;
    font-weight: 400;
    color: #000;
    letter-spacing: .01em;
    display: inline-flex;
    vertical-align: middle;
    flex-wrap: wrap;
    color: #000
}

@media only screen and (max-width: 1600px) {
    .webtri-social-icons-group .webtri-icon-holder.webtri--textual {
        font-size:16px!important;
        line-height: 1.5em!important
    }
}

@media only screen and (max-width: 1024px) {
    .webtri-social-icons-group .webtri-icon-holder.webtri--textual {
        font-size:15px!important;
        line-height: 1.53333em!important
    }
}

.webtri-social-icons-group .webtri-icon-holder.webtri--textual a {
    color: inherit
}

.webtri-social-icons-group .webtri-social-icons-item.webtri-layout--horizontal {
    margin-right: 36px;
    display: inline-block
}

@media only screen and (max-width: 680px) {
    .webtri-social-icons-group .webtri-social-icons-item.webtri-layout--horizontal {
        margin-right:20px
    }
}

.webtri-social-icons-group .webtri-social-icons-item.webtri-layout--horizontal:last-child {
    margin-right: 0
}

.webtri-social-icons-group .webtri-social-icons-item.webtri-layout--vertical {
    margin-right: 0;
    display: block;
    margin-bottom: 1px
}

.webtri-social-icons-group .webtri-social-icons-item a {
    display: inline-block;
    position: relative;
    font-family: Unbounded,sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.1em;
    vertical-align: middle;
    flex-wrap: wrap
}

.webtri-social-icons-group .webtri-social-icons-item a .webtri-svg--share-circle {
    position: absolute;
    left: 50%;
    top: 50%;
    translate: -50% -50%;
    overflow: visible;
    opacity: 0;
    --qode-path-length: 180px;
    stroke-dashoffset: var(--qode-path-length);
    stroke-dasharray: var(--qode-path-length);
    transition: opacity .4s .3s,stroke-dashoffset .7s,color .2s ease-out;
    stroke: currentColor
}

.webtri-social-icons-group .webtri-social-icons-item a:hover .webtri-svg--share-circle {
    stroke-dashoffset: 0;
    opacity: 1;
    transition-duration: .2s,1.3s,.2s;
    transition-delay: 0s,0s,0s;
    transition-timing-function: ease,cubic-bezier(.39,.06,.31,.95),ease-out
}

.webtri-social-icons-group .webtri-social-icons-item a:hover {
    color: currentColor!important
}

.widget.widget_sorina_core_social_icons_group .webtri-icon-holder.webtri-layout--circle,.widget.widget_sorina_core_social_icons_group .webtri-icon-holder.webtri-layout--square {
    background-color: #fafafa
}

.widget.widget_sorina_core_social_icons_group .webtri-icon-holder.webtri-layout--circle:hover,.widget.widget_sorina_core_social_icons_group .webtri-icon-holder.webtri-layout--square:hover {
    color: #000
}

.widget.widget_sorina_core_social_icons_group .webtri-icon-holder.webtri-layout--circle:hover a,.widget.widget_sorina_core_social_icons_group .webtri-icon-holder.webtri-layout--square:hover a {
    color: #fff
}

.widget_brandtri_core_sticky_sidebar {
    position: relative;
    width: 100%;
    height: 0;
    margin: 0!important;
    padding: 0!important;
    border: none!important;
    background: 0 0!important
}

.widget_brandtri_core_svg_icon {
    display: inline-block;
    vertical-align: top;
    margin: 0!important
}

.widget_brandtri_core_svg_icon .webtri-m-holder {
    display: flex;
    align-items: center
}

.widget_brandtri_core_svg_icon .webtri-svg-icon-widget svg {
    display: block;
    fill: var(--fill-color);
    stroke: var(--stroke-color);
    max-width: 100%;
    max-height: 100%;
    transition: all .25s ease-out
}

.widget_brandtri_core_svg_icon .webtri-svg-icon-widget a {
    display: inline-block;
    width: 100%;
    height: 100%
}

.widget_brandtri_core_svg_icon .webtri-svg-icon-widget a:hover svg,.widget_brandtri_core_svg_icon .webtri-svg-icon-widget:hover svg {
    fill: var(--fill-hover-color);
    stroke: var(--stroke-hover-color)
}

.widget_brandtri_core_svg_icon .webtri-svg-icon-widget a:hover .webtri-m-text,.widget_brandtri_core_svg_icon .webtri-svg-icon-widget:hover .webtri-m-text {
    color: var(--text-hover-color)
}

.widget_brandtri_core_svg_icon .webtri-svg-icon-widget:hover .webtri-m-icon {
    background-color: var(--background-hover-color)
}

.widget_brandtri_core_svg_icon .webtri-m-icon {
    --fill-color: currentColor;
    --stroke-color: currentColor;
    --fill-hover-color: currentColor;
    --stroke-hover-color: currentColor;
    --background-color: transparent;
    --background-hover-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    max-height: 100%;
    background-color: var(--background-color);
    overflow: hidden;
    transition: all .25s ease-out
}

.widget_brandtri_core_svg_icon .webtri-m-text {
    --text-color: currentColor;
    --text-hover-color: currentColor;
    color: var(--text-color);
    transition: all .25s ease-out;
    line-height: 1
}

#webtri-page-header .widget_brandtri_core_svg_icon .webtri-m-text {
    Font-family: Unbounded,sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    font-family: Unbounded,sans-serif;
    font-weight: 700;
    color: #000;
    color: #f2f2f2
}

#webtri-page-header .widget_brandtri_core_svg_icon .webtri-m-text .webtri-menu-item-text {
    position: relative
}

#webtri-page-header .widget_brandtri_core_svg_icon .webtri-m-text .webtri-menu-item-text .webtri-svg--menu-item {
    position: absolute;
    top: -8px;
    left: 50%;
    translate: -50% 0;
    margin: auto;
    text-align: center;
    stroke-width: .7;
    overflow: visible;
    opacity: 0;
    --qode-path-length: 460px;
    stroke-dashoffset: var(--qode-path-length);
    stroke-dasharray: var(--qode-path-length);
    transition: opacity .4s .3s,stroke-dashoffset .7s,color .2s ease-out
}

@media only screen and (max-width: 1512px) {
    .webtri-background-text .webtri-m-background-text {
        font-size:135px
    }
}

@media only screen and (max-width: 880px) {
    .webtri-background-text .webtri-m-background-text {
        display:none!important
    }
}

@media only screen and (max-width: 1024px) {
    #webtri-author-info .webtri-m-inner .webtri-m-image {
        margin-right:30px
    }

    #webtri-author-info .webtri-m-content {
        margin-top: 0
    }

    #webtri-author-info .webtri-m-content .webtri-m-description {
        margin: 13px 0 0;
        width: 100%
    }
}

@media only screen and (max-width: 680px) {
    #webtri-author-info .webtri-m-inner {
        flex-wrap:wrap
    }

    #webtri-author-info .webtri-m-content {
        margin-top: 23px
    }
}

@media only screen and (max-width: 1200px) {
    body:not(.webtri-content-behind-header) #webtri-page-outer {
        margin-top:0!important
    }
}

@media only screen and (max-width: 1200px) {
    #webtri-top-area {
        display:none
    }
}

@media (max-width: 1512px) {
    .webtri-twitter-list.webtri-responsive--predefined.webtri-col-num--6.webtri-layout--columns .ctf-tweets {
        --qode-columns:5
    }
}

@media (max-width: 1368px) {
    .webtri-twitter-list.webtri-responsive--predefined.webtri-col-num--5.webtri-layout--columns .ctf-tweets {
        --qode-columns:4
    }

    .webtri-twitter-list.webtri-responsive--predefined.webtri-col-num--6.webtri-layout--columns .ctf-tweets {
        --qode-columns: 4
    }

    .webtri-twitter-list.webtri-responsive--predefined.webtri-col-num--7.webtri-layout--columns .ctf-tweets {
        --qode-columns: 4
    }

    .webtri-twitter-list.webtri-responsive--predefined.webtri-col-num--8.webtri-layout--columns .ctf-tweets {
        --qode-columns: 4
    }
}

@media (max-width: 1200px) {
    .webtri-twitter-list.webtri-responsive--predefined.webtri-col-num--4.webtri-layout--columns .ctf-tweets {
        --qode-columns:3
    }

    .webtri-twitter-list.webtri-responsive--predefined.webtri-col-num--5.webtri-layout--columns .ctf-tweets {
        --qode-columns: 3
    }

    .webtri-twitter-list.webtri-responsive--predefined.webtri-col-num--6.webtri-layout--columns .ctf-tweets {
        --qode-columns: 3
    }

    .webtri-twitter-list.webtri-responsive--predefined.webtri-col-num--7.webtri-layout--columns .ctf-tweets {
        --qode-columns: 3
    }

    .webtri-twitter-list.webtri-responsive--predefined.webtri-col-num--8.webtri-layout--columns .ctf-tweets {
        --qode-columns: 3
    }
}

@media (max-width: 1024px) {
    .webtri-twitter-list.webtri-responsive--predefined.webtri-col-num--3.webtri-layout--columns .ctf-tweets {
        --qode-columns:2
    }

    .webtri-twitter-list.webtri-responsive--predefined.webtri-col-num--4.webtri-layout--columns .ctf-tweets {
        --qode-columns: 2
    }

    .webtri-twitter-list.webtri-responsive--predefined.webtri-col-num--5.webtri-layout--columns .ctf-tweets {
        --qode-columns: 2
    }

    .webtri-twitter-list.webtri-responsive--predefined.webtri-col-num--6.webtri-layout--columns .ctf-tweets {
        --qode-columns: 2
    }

    .webtri-twitter-list.webtri-responsive--predefined.webtri-col-num--7.webtri-layout--columns .ctf-tweets {
        --qode-columns: 2
    }

    .webtri-twitter-list.webtri-responsive--predefined.webtri-col-num--8.webtri-layout--columns .ctf-tweets {
        --qode-columns: 2
    }
}

@media (max-width: 880px) {
    .webtri-twitter-list.webtri-responsive--predefined.webtri-col-num--2.webtri-layout--columns .ctf-tweets {
        --qode-columns:1
    }

    .webtri-twitter-list.webtri-responsive--predefined.webtri-col-num--3.webtri-layout--columns .ctf-tweets {
        --qode-columns: 1
    }

    .webtri-twitter-list.webtri-responsive--predefined.webtri-col-num--4.webtri-layout--columns .ctf-tweets {
        --qode-columns: 1
    }

    .webtri-twitter-list.webtri-responsive--predefined.webtri-col-num--5.webtri-layout--columns .ctf-tweets {
        --qode-columns: 1
    }

    .webtri-twitter-list.webtri-responsive--predefined.webtri-col-num--6.webtri-layout--columns .ctf-tweets {
        --qode-columns: 1
    }

    .webtri-twitter-list.webtri-responsive--predefined.webtri-col-num--7.webtri-layout--columns .ctf-tweets {
        --qode-columns: 1
    }

    .webtri-twitter-list.webtri-responsive--predefined.webtri-col-num--8.webtri-layout--columns .ctf-tweets {
        --qode-columns: 1
    }
}

@media (max-width: 1368px) and (min-width:1201px) {
    .webtri-twitter-list.webtri-responsive--custom.webtri-col-num--1368--1.webtri-layout--columns .ctf-tweets {
        --qode-columns:1
    }
}

@media (max-width: 1368px) and (min-width:1201px) {
    .webtri-twitter-list.webtri-responsive--custom.webtri-col-num--1368--2.webtri-layout--columns .ctf-tweets {
        --qode-columns:2
    }
}

@media (max-width: 1368px) and (min-width:1201px) {
    .webtri-twitter-list.webtri-responsive--custom.webtri-col-num--1368--3.webtri-layout--columns .ctf-tweets {
        --qode-columns:3
    }
}

@media (max-width: 1368px) and (min-width:1201px) {
    .webtri-twitter-list.webtri-responsive--custom.webtri-col-num--1368--4.webtri-layout--columns .ctf-tweets {
        --qode-columns:4
    }
}

@media (max-width: 1368px) and (min-width:1201px) {
    .webtri-twitter-list.webtri-responsive--custom.webtri-col-num--1368--5.webtri-layout--columns .ctf-tweets {
        --qode-columns:5
    }
}

@media (max-width: 1368px) and (min-width:1201px) {
    .webtri-twitter-list.webtri-responsive--custom.webtri-col-num--1368--6.webtri-layout--columns .ctf-tweets {
        --qode-columns:6
    }
}

@media (max-width: 1368px) and (min-width:1201px) {
    .webtri-twitter-list.webtri-responsive--custom.webtri-col-num--1368--7.webtri-layout--columns .ctf-tweets {
        --qode-columns:7
    }
}

@media (max-width: 1368px) and (min-width:1201px) {
    .webtri-twitter-list.webtri-responsive--custom.webtri-col-num--1368--8.webtri-layout--columns .ctf-tweets {
        --qode-columns:8
    }
}

@media (max-width: 1368px) and (min-width:1201px) {
    .webtri-twitter-list.webtri-responsive--custom.webtri-col-num--1368--1.webtri-layout--columns .ctf-tweets {
        --qode-columns:1
    }
}

@media (max-width: 1368px) and (min-width:1201px) {
    .webtri-twitter-list.webtri-responsive--custom.webtri-col-num--1368--2.webtri-layout--columns .ctf-tweets {
        --qode-columns:2
    }
}

@media (max-width: 1368px) and (min-width:1201px) {
    .webtri-twitter-list.webtri-responsive--custom.webtri-col-num--1368--3.webtri-layout--columns .ctf-tweets {
        --qode-columns:3
    }
}

@media (max-width: 1368px) and (min-width:1201px) {
    .webtri-twitter-list.webtri-responsive--custom.webtri-col-num--1368--4.webtri-layout--columns .ctf-tweets {
        --qode-columns:4
    }
}

@media (max-width: 1368px) and (min-width:1201px) {
    .webtri-twitter-list.webtri-responsive--custom.webtri-col-num--1368--5.webtri-layout--columns .ctf-tweets {
        --qode-columns:5
    }
}

@media (max-width: 1368px) and (min-width:1201px) {
    .webtri-twitter-list.webtri-responsive--custom.webtri-col-num--1368--6.webtri-layout--columns .ctf-tweets {
        --qode-columns:6
    }
}

@media (max-width: 1368px) and (min-width:1201px) {
    .webtri-twitter-list.webtri-responsive--custom.webtri-col-num--1368--7.webtri-layout--columns .ctf-tweets {
        --qode-columns:7
    }
}

@media (max-width: 1368px) and (min-width:1201px) {
    .webtri-twitter-list.webtri-responsive--custom.webtri-col-num--1368--8.webtri-layout--columns .ctf-tweets {
        --qode-columns:8
    }
}

@media (max-width: 1512px) and (min-width:1369px) {
    .webtri-twitter-list.webtri-responsive--custom.webtri-col-num--1512--1.webtri-layout--columns .ctf-tweets {
        --qode-columns:1
    }
}

@media (max-width: 1512px) and (min-width:1369px) {
    .webtri-twitter-list.webtri-responsive--custom.webtri-col-num--1512--2.webtri-layout--columns .ctf-tweets {
        --qode-columns:2
    }
}

@media (max-width: 1512px) and (min-width:1369px) {
    .webtri-twitter-list.webtri-responsive--custom.webtri-col-num--1512--3.webtri-layout--columns .ctf-tweets {
        --qode-columns:3
    }
}

@media (max-width: 1512px) and (min-width:1369px) {
    .webtri-twitter-list.webtri-responsive--custom.webtri-col-num--1512--4.webtri-layout--columns .ctf-tweets {
        --qode-columns:4
    }
}

@media (max-width: 1512px) and (min-width:1369px) {
    .webtri-twitter-list.webtri-responsive--custom.webtri-col-num--1512--5.webtri-layout--columns .ctf-tweets {
        --qode-columns:5
    }
}

@media (max-width: 1512px) and (min-width:1369px) {
    .webtri-twitter-list.webtri-responsive--custom.webtri-col-num--1512--6.webtri-layout--columns .ctf-tweets {
        --qode-columns:6
    }
}

@media (max-width: 1512px) and (min-width:1369px) {
    .webtri-twitter-list.webtri-responsive--custom.webtri-col-num--1512--7.webtri-layout--columns .ctf-tweets {
        --qode-columns:7
    }
}

@media (max-width: 1512px) and (min-width:1369px) {
    .webtri-twitter-list.webtri-responsive--custom.webtri-col-num--1512--8.webtri-layout--columns .ctf-tweets {
        --qode-columns:8
    }
}

@media (max-width: 1368px) and (min-width:1201px) {
    .webtri-twitter-list.webtri-responsive--custom.webtri-col-num--1368--1.webtri-layout--columns .ctf-tweets {
        --qode-columns:1
    }
}

@media (max-width: 1368px) and (min-width:1201px) {
    .webtri-twitter-list.webtri-responsive--custom.webtri-col-num--1368--2.webtri-layout--columns .ctf-tweets {
        --qode-columns:2
    }
}

@media (max-width: 1368px) and (min-width:1201px) {
    .webtri-twitter-list.webtri-responsive--custom.webtri-col-num--1368--3.webtri-layout--columns .ctf-tweets {
        --qode-columns:3
    }
}

@media (max-width: 1368px) and (min-width:1201px) {
    .webtri-twitter-list.webtri-responsive--custom.webtri-col-num--1368--4.webtri-layout--columns .ctf-tweets {
        --qode-columns:4
    }
}

@media (max-width: 1368px) and (min-width:1201px) {
    .webtri-twitter-list.webtri-responsive--custom.webtri-col-num--1368--5.webtri-layout--columns .ctf-tweets {
        --qode-columns:5
    }
}

@media (max-width: 1368px) and (min-width:1201px) {
    .webtri-twitter-list.webtri-responsive--custom.webtri-col-num--1368--6.webtri-layout--columns .ctf-tweets {
        --qode-columns:6
    }
}

@media (max-width: 1368px) and (min-width:1201px) {
    .webtri-twitter-list.webtri-responsive--custom.webtri-col-num--1368--7.webtri-layout--columns .ctf-tweets {
        --qode-columns:7
    }
}

@media (max-width: 1368px) and (min-width:1201px) {
    .webtri-twitter-list.webtri-responsive--custom.webtri-col-num--1368--8.webtri-layout--columns .ctf-tweets {
        --qode-columns:8
    }
}

@media (max-width: 1200px) and (min-width:1025px) {
    .webtri-twitter-list.webtri-responsive--custom.webtri-col-num--1200--1.webtri-layout--columns .ctf-tweets {
        --qode-columns:1
    }
}

@media (max-width: 1200px) and (min-width:1025px) {
    .webtri-twitter-list.webtri-responsive--custom.webtri-col-num--1200--2.webtri-layout--columns .ctf-tweets {
        --qode-columns:2
    }
}

@media (max-width: 1200px) and (min-width:1025px) {
    .webtri-twitter-list.webtri-responsive--custom.webtri-col-num--1200--3.webtri-layout--columns .ctf-tweets {
        --qode-columns:3
    }
}

@media (max-width: 1200px) and (min-width:1025px) {
    .webtri-twitter-list.webtri-responsive--custom.webtri-col-num--1200--4.webtri-layout--columns .ctf-tweets {
        --qode-columns:4
    }
}

@media (max-width: 1200px) and (min-width:1025px) {
    .webtri-twitter-list.webtri-responsive--custom.webtri-col-num--1200--5.webtri-layout--columns .ctf-tweets {
        --qode-columns:5
    }
}

@media (max-width: 1200px) and (min-width:1025px) {
    .webtri-twitter-list.webtri-responsive--custom.webtri-col-num--1200--6.webtri-layout--columns .ctf-tweets {
        --qode-columns:6
    }
}

@media (max-width: 1200px) and (min-width:1025px) {
    .webtri-twitter-list.webtri-responsive--custom.webtri-col-num--1200--7.webtri-layout--columns .ctf-tweets {
        --qode-columns:7
    }
}

@media (max-width: 1200px) and (min-width:1025px) {
    .webtri-twitter-list.webtri-responsive--custom.webtri-col-num--1200--8.webtri-layout--columns .ctf-tweets {
        --qode-columns:8
    }
}

@media (max-width: 1024px) and (min-width:881px) {
    .webtri-twitter-list.webtri-responsive--custom.webtri-col-num--1024--1.webtri-layout--columns .ctf-tweets {
        --qode-columns:1
    }
}

@media (max-width: 1024px) and (min-width:881px) {
    .webtri-twitter-list.webtri-responsive--custom.webtri-col-num--1024--2.webtri-layout--columns .ctf-tweets {
        --qode-columns:2
    }
}

@media (max-width: 1024px) and (min-width:881px) {
    .webtri-twitter-list.webtri-responsive--custom.webtri-col-num--1024--3.webtri-layout--columns .ctf-tweets {
        --qode-columns:3
    }
}

@media (max-width: 1024px) and (min-width:881px) {
    .webtri-twitter-list.webtri-responsive--custom.webtri-col-num--1024--4.webtri-layout--columns .ctf-tweets {
        --qode-columns:4
    }
}

@media (max-width: 1024px) and (min-width:881px) {
    .webtri-twitter-list.webtri-responsive--custom.webtri-col-num--1024--5.webtri-layout--columns .ctf-tweets {
        --qode-columns:5
    }
}

@media (max-width: 1024px) and (min-width:881px) {
    .webtri-twitter-list.webtri-responsive--custom.webtri-col-num--1024--6.webtri-layout--columns .ctf-tweets {
        --qode-columns:6
    }
}

@media (max-width: 1024px) and (min-width:881px) {
    .webtri-twitter-list.webtri-responsive--custom.webtri-col-num--1024--7.webtri-layout--columns .ctf-tweets {
        --qode-columns:7
    }
}

@media (max-width: 1024px) and (min-width:881px) {
    .webtri-twitter-list.webtri-responsive--custom.webtri-col-num--1024--8.webtri-layout--columns .ctf-tweets {
        --qode-columns:8
    }
}

@media (max-width: 880px) and (min-width:681px) {
    .webtri-twitter-list.webtri-responsive--custom.webtri-col-num--880--1.webtri-layout--columns .ctf-tweets {
        --qode-columns:1
    }
}

@media (max-width: 880px) and (min-width:681px) {
    .webtri-twitter-list.webtri-responsive--custom.webtri-col-num--880--2.webtri-layout--columns .ctf-tweets {
        --qode-columns:2
    }
}

@media (max-width: 880px) and (min-width:681px) {
    .webtri-twitter-list.webtri-responsive--custom.webtri-col-num--880--3.webtri-layout--columns .ctf-tweets {
        --qode-columns:3
    }
}

@media (max-width: 880px) and (min-width:681px) {
    .webtri-twitter-list.webtri-responsive--custom.webtri-col-num--880--4.webtri-layout--columns .ctf-tweets {
        --qode-columns:4
    }
}

@media (max-width: 880px) and (min-width:681px) {
    .webtri-twitter-list.webtri-responsive--custom.webtri-col-num--880--5.webtri-layout--columns .ctf-tweets {
        --qode-columns:5
    }
}

@media (max-width: 880px) and (min-width:681px) {
    .webtri-twitter-list.webtri-responsive--custom.webtri-col-num--880--6.webtri-layout--columns .ctf-tweets {
        --qode-columns:6
    }
}

@media (max-width: 880px) and (min-width:681px) {
    .webtri-twitter-list.webtri-responsive--custom.webtri-col-num--880--7.webtri-layout--columns .ctf-tweets {
        --qode-columns:7
    }
}

@media (max-width: 880px) and (min-width:681px) {
    .webtri-twitter-list.webtri-responsive--custom.webtri-col-num--880--8.webtri-layout--columns .ctf-tweets {
        --qode-columns:8
    }
}

@media (max-width: 680px) and (min-width:0) {
    .webtri-twitter-list.webtri-responsive--custom.webtri-col-num--680--1.webtri-layout--columns .ctf-tweets {
        --qode-columns:1
    }
}

@media (max-width: 680px) and (min-width:0) {
    .webtri-twitter-list.webtri-responsive--custom.webtri-col-num--680--2.webtri-layout--columns .ctf-tweets {
        --qode-columns:2
    }
}

@media (max-width: 680px) and (min-width:0) {
    .webtri-twitter-list.webtri-responsive--custom.webtri-col-num--680--3.webtri-layout--columns .ctf-tweets {
        --qode-columns:3
    }
}

@media (max-width: 680px) and (min-width:0) {
    .webtri-twitter-list.webtri-responsive--custom.webtri-col-num--680--4.webtri-layout--columns .ctf-tweets {
        --qode-columns:4
    }
}

@media (max-width: 680px) and (min-width:0) {
    .webtri-twitter-list.webtri-responsive--custom.webtri-col-num--680--5.webtri-layout--columns .ctf-tweets {
        --qode-columns:5
    }
}

@media (max-width: 680px) and (min-width:0) {
    .webtri-twitter-list.webtri-responsive--custom.webtri-col-num--680--6.webtri-layout--columns .ctf-tweets {
        --qode-columns:6
    }
}

@media (max-width: 680px) and (min-width:0) {
    .webtri-twitter-list.webtri-responsive--custom.webtri-col-num--680--7.webtri-layout--columns .ctf-tweets {
        --qode-columns:7
    }
}

@media (max-width: 680px) and (min-width:0) {
    .webtri-twitter-list.webtri-responsive--custom.webtri-col-num--680--8.webtri-layout--columns .ctf-tweets {
        --qode-columns:8
    }
}

@media only screen and (max-width: 1512px) {
    .webtri-twitter-list.webtri-vertical-gutter--huge .ctf-tweets {
        --qode-columns-row-gap:60px
    }

    .webtri-twitter-list.webtri-gutter--huge .ctf-tweets {
        --qode-columns-col-gap: 60px
    }
}

@media only screen and (max-width: 1512px) {
    .webtri-twitter-list.webtri-vertical-gutter--custom .ctf-tweets {
        --qode-columns-row-gap:var(--qode-vertical-gutter-custom-1512, 30px)
    }

    .webtri-twitter-list.webtri-gutter--custom .ctf-tweets {
        --qode-columns-col-gap: var(--qode-gutter-custom-1512, 30px)
    }
}

@media only screen and (max-width: 1200px) {
    .webtri-twitter-list.webtri-vertical-gutter--custom .ctf-tweets {
        --qode-columns-row-gap:var(--qode-vertical-gutter-custom-1200, 30px)
    }

    .webtri-twitter-list.webtri-gutter--custom .ctf-tweets {
        --qode-columns-col-gap: var(--qode-gutter-custom-1200, 30px)
    }
}

@media only screen and (max-width: 880px) {
    .webtri-twitter-list.webtri-vertical-gutter--custom .ctf-tweets {
        --qode-columns-row-gap:var(--qode-vertical-gutter-custom-880, 30px)
    }

    .webtri-twitter-list.webtri-gutter--custom .ctf-tweets {
        --qode-columns-col-gap: var(--qode-gutter-custom-880, 30px)
    }
}

@media only screen and (max-width: 880px) {
    #yith-quick-view-modal #yith-quick-view-content.single-product .webtri-woo-single-inner {
        flex-wrap:wrap
    }
}

@media only screen and (max-width: 880px) {
    #yith-quick-view-modal #yith-quick-view-content.single-product .webtri-woo-single-image {
        max-height:30vh
    }
}

@media only screen and (max-width: 880px) {
    #yith-quick-view-modal #yith-quick-view-content.single-product .woocommerce-product-details__short-description {
        display:none
    }
}

@media only screen and (max-width: 880px) {
    .yith-wcwl-form .wishlist_table.shop_table table,.yith-wcwl-form .wishlist_table.shop_table tbody,.yith-wcwl-form .wishlist_table.shop_table td,.yith-wcwl-form .wishlist_table.shop_table th,.yith-wcwl-form .wishlist_table.shop_table tr {
        display:grid
    }

    .yith-wcwl-form .wishlist_table.shop_table tr {
        grid-template-columns: minmax(0,50px) minmax(0,70px) minmax(0,1fr) minmax(0,130px) minmax(0,140px)
    }

    .yith-wcwl-form .wishlist_table.shop_table td {
        align-self: center;
        grid-row: span 2;
        padding: 0
    }

    .yith-wcwl-form .wishlist_table.shop_table td.product-add-to-cart .add_to_cart {
        padding: 12px 24px
    }

    .yith-wcwl-form .wishlist_table.shop_table td.product-remove {
        grid-column: 1;
        padding-left: 20px
    }

    .yith-wcwl-form .wishlist_table.shop_table td.product-thumbnail {
        grid-column: 2;
        width: 70px
    }

    .yith-wcwl-form .wishlist_table.shop_table td.product-name {
        grid-row: 1;
        grid-column: 3;
        align-self: end;
        width: 100%;
        padding: 0 25px
    }

    .yith-wcwl-form .wishlist_table.shop_table td.product-price {
        grid-column: 3;
        grid-row: 2;
        align-self: start;
        width: 100%;
        display: block;
        padding: 0 25px
    }

    .yith-wcwl-form .wishlist_table.shop_table td.product-stock-status {
        grid-column: 4
    }

    .yith-wcwl-form .wishlist_table.shop_table td.product-add-to-cart {
        grid-column: 5;
        display: block;
        justify-self: center
    }

    .yith-wcwl-form .wishlist_table.shop_table tbody tr {
        padding: 15px 0
    }

    .yith-wcwl-form .wishlist_table.shop_table th {
        width: 100%;
        padding-left: 0
    }

    .yith-wcwl-form .wishlist_table.shop_table th.product-price {
        display: none
    }

    .yith-wcwl-form .wishlist_table.shop_table th.product-name {
        padding-left: 25px
    }
}

@media only screen and (max-width: 680px) {
    .yith-wcwl-form .wishlist_table.shop_table tbody tr {
        padding:15px 0 20px
    }

    .yith-wcwl-form .wishlist_table.shop_table th.product-add-to-cart {
        padding: 0
    }

    .yith-wcwl-form .wishlist_table.shop_table tr {
        grid-template-columns: minmax(0,42px) minmax(0,76px) minmax(0,1fr)
    }

    .yith-wcwl-form .wishlist_table.shop_table tr .wishlist-empty {
        position: absolute;
        min-width: 100%
    }

    .yith-wcwl-form .wishlist_table.shop_table td.product-stock-status {
        font-size: 15px!important
    }

    .yith-wcwl-form .wishlist_table.shop_table td.product-remove {
        padding-left: 0;
        grid-row: span 4
    }

    .yith-wcwl-form .wishlist_table.shop_table td.product-thumbnail {
        width: 76px;
        grid-row: span 4
    }

    .yith-wcwl-form .wishlist_table.shop_table td.product-name {
        padding: 0 0 0 25px
    }

    .yith-wcwl-form .wishlist_table.shop_table td.product-price {
        padding: 0 0 0 25px
    }

    .yith-wcwl-form .wishlist_table.shop_table td.product-stock-status {
        grid-column: 3;
        padding: 0 0 0 25px;
        grid-row: 3
    }

    .yith-wcwl-form .wishlist_table.shop_table td.product-add-to-cart {
        grid-column: 3;
        justify-self: start;
        padding: 0 0 0 25px;
        margin-top: 5px;
        grid-row: 4
    }

    .yith-wcwl-form .wishlist_table.shop_table td.product-add-to-cart .add_to_cart {
        padding: 12px 24px
    }

    .yith-wcwl-form .wishlist_table.shop_table th.product-stock-status {
        display: none
    }
}

@media only screen and (max-width: 1200px) {
    .webtri-portfolio-single .webtri-variations--small .webtri-media {
        margin:0 0 22px
    }

    .webtri-portfolio-single .webtri-variations--small .webtri-portfolio-info {
        margin-top: 36px!important
    }

    .webtri-portfolio-single .webtri-variations--big .webtri-e-content {
        margin-top: 51px
    }

    .webtri-portfolio-single .webtri-variations--big .webtri-portfolio-info {
        margin-top: 12px!important
    }
}

@media only screen and (max-width: 1600px) {
    .webtri-scrolling-portfolio.webtri-layout--scrolling-portfolio .webtri-scrolling-images-container article {
        max-width:250px
    }
}

@media only screen and (max-width: 1024px) {
    .webtri-scrolling-portfolio.webtri-layout--scrolling-portfolio {
        width:100%;
        height: auto!important;
        padding: 30px 30px 0
    }

    .webtri-scrolling-portfolio.webtri-layout--scrolling-portfolio .webtri-scrolling-text {
        position: fixed;
        top: 50%;
        font-size: 55px
    }

    .webtri-scrolling-portfolio.webtri-layout--scrolling-portfolio .webtri-scrolling-images-container article {
        max-width: unset;
        width: 33.33333%;
        padding: 0 15px;
        margin: 0 0 30px
    }
}

@media only screen and (max-width: 680px) {
    .webtri-scrolling-portfolio.webtri-layout--scrolling-portfolio .webtri-scrolling-text {
        display:none
    }

    .webtri-scrolling-portfolio.webtri-layout--scrolling-portfolio .webtri-scrolling-images-container article {
        max-width: unset;
        width: 50%;
        padding: 0 15px;
        margin: 0 0 30px
    }
}

@media only screen and (max-width: 880px) {
    .webtri-call-to-action.webtri-layout--standard .webtri-m-inner {
        display:block
    }

    .webtri-call-to-action.webtri-layout--standard .webtri-m-button {
        margin-top: 20px
    }
}

@media only screen and (max-width: 1024px) {
    .webtri-cards-gallery .webtri-m-fake-card {
        transform:scale(.8)
    }

    .webtri-cards-gallery.webtri-orientation--left .webtri-m-card {
        transform: scale(.8)
    }

    .webtri-cards-gallery.webtri-orientation--left .webtri-m-card.webtri-out {
        transform: translateX(-100%)
    }

    .webtri-cards-gallery.webtri-orientation--left .webtri-m-card:nth-last-child(6) {
        transform: scale(.3) translateX(84%)
    }

    .webtri-cards-gallery.webtri-orientation--left .webtri-m-card:nth-last-child(5) {
        transform: scale(.4) translateX(60%)
    }

    .webtri-cards-gallery.webtri-orientation--left .webtri-m-card:nth-last-child(4) {
        transform: scale(.5) translateX(39%)
    }

    .webtri-cards-gallery.webtri-orientation--left .webtri-m-card:nth-last-child(3) {
        transform: scale(.6) translateX(25%)
    }

    .webtri-cards-gallery.webtri-orientation--left .webtri-m-card:nth-last-child(2) {
        transform: scale(.7) translateX(11.2%)
    }

    .webtri-cards-gallery.webtri-orientation--right .webtri-m-card {
        transform: scale(.8)
    }

    .webtri-cards-gallery.webtri-orientation--right .webtri-m-card.webtri-out {
        transform: translateX(100%)
    }

    .webtri-cards-gallery.webtri-orientation--right .webtri-m-card:nth-last-child(6) {
        transform: scale(.3) translateX(-84%)
    }

    .webtri-cards-gallery.webtri-orientation--right .webtri-m-card:nth-last-child(5) {
        transform: scale(.4) translateX(-60%)
    }

    .webtri-cards-gallery.webtri-orientation--right .webtri-m-card:nth-last-child(4) {
        transform: scale(.5) translateX(-39%)
    }

    .webtri-cards-gallery.webtri-orientation--right .webtri-m-card:nth-last-child(3) {
        transform: scale(.6) translateX(-25%)
    }

    .webtri-cards-gallery.webtri-orientation--right .webtri-m-card:nth-last-child(2) {
        transform: scale(.7) translateX(-11.2%)
    }
}

@media only screen and (max-width: 1024px) {
    .webtri-countdown.webtri-show--4 .webtri-digit-wrapper,.webtri-countdown.webtri-show--5 .webtri-digit-wrapper,.webtri-countdown.webtri-show--6 .webtri-digit-wrapper {
        width:33.33333333333333%
    }
}

@media only screen and (max-width: 1200px) {
    .webtri-frame-slider-holder {
        margin-bottom:96px
    }

    .webtri-frame-slider-holder .swiper-pagination-bullets {
        bottom: -96px!important
    }
}

@media only screen and (max-width: 1024px) {
    .webtri-frame-slider-holder {
        margin-bottom:86px
    }

    .webtri-frame-slider-holder .swiper-pagination-bullets {
        bottom: -86px!important
    }
}

@media only screen and (max-width: 880px) {
    .webtri-frame-slider-holder {
        margin-bottom:76px
    }

    .webtri-frame-slider-holder .swiper-pagination-bullets {
        bottom: -76px!important
    }
}

@media only screen and (max-width: 680px) {
    .webtri-frame-slider-holder {
        margin-bottom:46px
    }

    .webtri-frame-slider-holder .swiper-pagination-bullets {
        bottom: -46px!important
    }
}

@media only screen and (max-width: 1200px) {
    .webtri-highlight.webtri-title-break--disabled .webtri-m-title br {
        display:none
    }
}

@media only screen and (max-width: 880px) {
    .webtri-image-marquee .webtri-m-content.webtri--desktop {
        display:none
    }

    .webtri-image-marquee .webtri-m-content.webtri--mobile {
        display: block
    }
}

@media only screen and (max-width: 1200px) {
    .webtri-info-section.webtri-title-break--disabled .webtri-m-title br {
        display:none
    }
}

@media only screen and (max-width: 1368px) {
    .webtri-interactive-link-showcase.webtri-type--standard {
        padding:100px 0
    }

    .webtri-interactive-link-showcase.webtri-type--standard .webtri-m-images {
        width: 60%
    }

    .webtri-interactive-link-showcase.webtri-type--standard .webtri-m-items {
        width: 40%
    }
}

@media only screen and (max-width: 1200px) {
    .webtri-interactive-link-showcase.webtri-type--standard {
        padding:60px 0
    }

    .webtri-interactive-link-showcase.webtri-type--standard .webtri-m-images {
        width: 80%
    }

    .webtri-interactive-link-showcase.webtri-type--standard .webtri-m-items {
        width: 100%;
        padding-left: 60px;
        align-items: flex-start
    }

    .webtri-interactive-link-showcase.webtri-type--standard .webtri-m-item {
        font-size: 38px;
        line-height: 1.13158em;
        text-transform: uppercase;
        padding-bottom: 3px
    }
}

@media only screen and (max-width: 1200px) and (max-width:1600px) {
    .webtri-interactive-link-showcase.webtri-type--standard .webtri-m-item {
        font-size:33px;
        line-height: 1.15152em
    }
}

@media only screen and (max-width: 1200px) and (max-width:1200px) {
    .webtri-interactive-link-showcase.webtri-type--standard .webtri-m-item {
        font-size:30px;
        line-height: 1.16667em
    }
}

@media only screen and (max-width: 880px) {
    .webtri-interactive-link-showcase.webtri-type--standard {
        padding:30px 0
    }

    .webtri-interactive-link-showcase.webtri-type--standard .webtri-m-items {
        padding-left: 30px
    }
}

@media only screen and (max-width: 1200px) {
    .webtri-section-title.webtri-title-break--disabled .webtri-m-title br {
        display:none
    }
}

@media only screen and (max-width: 1200px) {
    .webtri-swapping-image-gallery.webtri-info-position--right .webtri-m-info {
        padding-left:60px
    }

    .webtri-swapping-image-gallery.webtri-info-position--left .webtri-m-info {
        padding-right: 60px
    }

    .webtri-swapping-image-gallery .webtri-m-info {
        padding-top: 30px
    }

    .webtri-swapping-image-gallery .webtri-m-info .webtri-m-headline {
        margin: 0 0 30px
    }

    .webtri-swapping-image-gallery.webtri-title-break--disabled .webtri-m-title br {
        display: none
    }
}

@media only screen and (max-width: 880px) {
    .webtri-swapping-image-gallery {
        display:block
    }

    .webtri-swapping-image-gallery .webtri-m-image-holder,.webtri-swapping-image-gallery .webtri-m-info {
        flex-basis: auto
    }

    .webtri-swapping-image-gallery.webtri-info-position--right .webtri-m-info {
        padding-left: 0
    }

    .webtri-swapping-image-gallery.webtri-info-position--left .webtri-m-info {
        padding-right: 0
    }
}

@media only screen and (max-width: 880px) {
    .webtri-tabs.webtri-layout--simple.webtri-orientation--vertical {
        display:block
    }

    .webtri-tabs.webtri-layout--simple.webtri-orientation--vertical .webtri-tabs-navigation {
        padding-right: 0;
        margin-right: 0;
        border-right: 0
    }

    .webtri-tabs.webtri-layout--simple.webtri-orientation--vertical .webtri-tabs-content {
        margin-top: 26px
    }

    .webtri-tabs.webtri-layout--simple .webtri-tabs-content {
        margin: 26px 0 0
    }
}

@media only screen and (max-width: 880px) {
    .webtri-social-share.webtri-layout--dropdown.webtri-dropdown--right .webtri-social-share-dropdown li:nth-child(1) {
        left:1px
    }

    .webtri-social-share.webtri-layout--dropdown.webtri-dropdown--right .webtri-social-share-dropdown li:nth-child(2) {
        left: 46px
    }

    .webtri-social-share.webtri-layout--dropdown.webtri-dropdown--right .webtri-social-share-dropdown li:nth-child(3) {
        left: 91px
    }

    .webtri-social-share.webtri-layout--dropdown.webtri-dropdown--right .webtri-social-share-dropdown li:nth-child(4) {
        left: 136px
    }

    .webtri-social-share.webtri-layout--dropdown.webtri-dropdown--right .webtri-social-share-dropdown li:nth-child(5) {
        left: 181px
    }

    .webtri-social-share.webtri-layout--dropdown.webtri-dropdown--right .webtri-social-share-dropdown li:nth-child(6) {
        left: 226px
    }

    .webtri-social-share.webtri-layout--dropdown.webtri-dropdown--right .webtri-social-share-dropdown li:nth-child(7) {
        left: 271px
    }

    .webtri-social-share.webtri-layout--dropdown.webtri-dropdown--left .webtri-social-share-dropdown {
        left: auto;
        right: 0
    }

    .webtri-social-share.webtri-layout--dropdown.webtri-dropdown--left .webtri-social-share-dropdown li:nth-child(1) {
        right: auto;
        left: 1px
    }

    .webtri-social-share.webtri-layout--dropdown.webtri-dropdown--left .webtri-social-share-dropdown li:nth-child(2) {
        right: auto;
        left: 46px
    }

    .webtri-social-share.webtri-layout--dropdown.webtri-dropdown--left .webtri-social-share-dropdown li:nth-child(3) {
        right: auto;
        left: 91px
    }

    .webtri-social-share.webtri-layout--dropdown.webtri-dropdown--left .webtri-social-share-dropdown li:nth-child(4) {
        right: auto;
        left: 136px
    }

    .webtri-social-share.webtri-layout--dropdown.webtri-dropdown--left .webtri-social-share-dropdown li:nth-child(5) {
        right: auto;
        left: 181px
    }

    .webtri-social-share.webtri-layout--dropdown.webtri-dropdown--left .webtri-social-share-dropdown li:nth-child(6) {
        right: auto;
        left: 226px
    }

    .webtri-social-share.webtri-layout--dropdown.webtri-dropdown--left .webtri-social-share-dropdown li:nth-child(7) {
        right: auto;
        left: 271px
    }
}

@media only screen and (max-width: 1200px) {
    body:not(.webtri-content-behind-header) .webtri-page-title .webtri-m-content {
        padding-top:0!important
    }
}

@media only screen and (max-width: 1024px) {
    #webtri-page-sidebar .webtri-social-icons-group {
        justify-content:flex-start
    }
}