.wojo.carousel {
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.wojo.carousel .owl-stage {
    position: relative
}

.wojo.carousel .owl-stage:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.wojo.carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px)
}

.wojo.carousel .owl-wrapper,
.wojo.carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.wojo.carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.wojo.carousel .owl-item > img {
    display: block;
    width: 100%
}

.wojo.carousel .owl-nav.disabled,
.wojo.carousel .owl-dots.disabled {
    display: none
}

.wojo.carousel .owl-nav .owl-prev,
.wojo.carousel .owl-nav .owl-next,
.wojo.carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.wojo.carousel.owl-loaded {
    display: block
}

.wojo.carousel.owl-loading::before {
    position: absolute;
    content: '';
    top: 0%;
    left: 0%;
    background: rgba(255, 255, 255, 1);
    width: 100%;
    height: 100%;
    z-index: 15
}

.wojo.carousel.owl-loading::after {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    margin: -1.5em 0em 0em -1.5em;
    width: 3em;
    height: 3em;
    -webkit-animation: segment-spin 0.6s linear;
    animation: segment-spin 0.6s linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    border-radius: 500rem;
    border-color: #377dff rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1);
    border-style: solid;
    border-width: 0.2em;
    box-shadow: 0px 0px 0px 1px transparent;
    visibility: visible;
    z-index: 16
}

@-webkit-keyframes segment-spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes segment-spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.wojo.carousel.owl-hidden {
    opacity: 0
}

.wojo.carousel.owl-refresh .owl-item {
    visibility: hidden
}

.wojo.carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.wojo.carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

.wojo.carousel.owl-rtl {
    direction: rtl
}

.wojo.carousel.owl-rtl .owl-item {
    float: right
}

.no-js .wojo.carousel {
    display: block
}

.wojo.carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.wojo.carousel .owl-animated-in {
    z-index: 0
}

.wojo.carousel .owl-animated-out {
    z-index: 1
}

.wojo.carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height 500ms ease-in-out
}

.wojo.carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease
}

.wojo.carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.wojo.carousel > .owl-nav {
    text-align: center;
    position: absolute;
    top: 50%;
    width: 98%;
    height: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: 1%;
    margin-right: 1%;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent
}

.wojo.carousel > .owl-nav.disabled {
    display: none
}

.wojo.carousel .owl-nav button {
    font-family: 'WojoIcons';
    position: absolute;
    z-index: 2;
    width: 2.5rem;
    height: 2.5rem;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    border: 1px;
    opacity: 1;
    line-height: 2.5rem;
    cursor: pointer;
    color: #000;
    transition: 0.3s ease-in-out
}

.wojo.carousel .owl-nav button > span {
    font-size: 0
}

.wojo.carousel .owl-nav button.disabled {
    opacity: 0.33;
    cursor: default
}

.wojo.carousel .owl-nav button:focus {
    outline: none
}

.wojo.carousel .owl-nav button:hover {
    background: var(--primary-color);
    color: #fff
}

.wojo.carousel .owl-nav button.owl-prev {
    left: 0
}

.wojo.carousel .owl-nav button.owl-prev::after,
.wojo.carousel .owl-nav button.owl-next::after {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.wojo.carousel .owl-nav button.owl-prev::after {
    content: "\e949"
}

.wojo.carousel .owl-nav button.owl-next {
    right: 0
}

.wojo.carousel .owl-nav button.owl-next::after {
    content: "\e94a"
}

.wojo.carousel .owl-dots {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    bottom: -2rem;
    width: 100%
}

.wojo.carousel .owl-dots button {
    display: flex;
    margin: 0 .25rem;
    padding: 0;
    width: 1rem;
    height: 1rem;
    background-color: var(--primary-color);
    border: 0;
    box-sizing: border-box;
    border-radius: .25rem;
    cursor: pointer;
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    transition: 0.3s ease-in-out;
    -webkit-backface-visibility: visible
}

.wojo.carousel .owl-dots button.active {
    background-color: var(--primary-color);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    cursor: default
}

.wojo.carousel .owl-dots button:focus {
    outline: none
}

.wojo.carousel.inside .owl-dots {
    bottom: 0rem
}

.wojo.inside.carousel .owl-dots {
    bottom: 1rem
}

.wojo.testimonials.carousel .owl-item {
    transform: scale(.9)
}

.wojo.testimonials.carousel .owl-item.center {
    transform: scale(1);
    transition: all 0.5s ease
}

.wojo.testimonials.carousel > .owl-nav {
    margin-top: 2rem;
    text-align: center;
    position: static;
    top: auto;
    width: auto;
    height: auto;
    -webkit-transform: none;
    transform: none;
    margin-left: 0;
    margin-right: 0
}

.wojo.testimonials.carousel .owl-nav button {
    position: relative;
    width: 3.5rem;
    height: 3.5rem;
    background-color: #fff;
    line-height: 3.5rem;
    color: var(--dark-color);
    box-shadow: 0 20px 35px 0 var(--shadow-color);
    margin: 0 .5rem
}

.wojo.testimonials.carousel .owl-nav button:hover {
    background: var(--primary-color);
    color: #fff
}

.wojo.testimonials.carousel .owl-nav button.owl-prev::after,
.wojo.testimonials.carousel .owl-nav button.owl-next::after {
    position: static;
    left: auto;
    top: auto;
    -webkit-transform: none;
    transform: none
}

.wojo.testimonials.carousel .owl-nav button.owl-prev::after {
    content: "\e9d6"
}

.wojo.testimonials.carousel .owl-nav button.owl-next::after {
    content: "\e9d7"
}

.wSlider {
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.wSlider .owl-stage {
    position: relative
}

.wSlider .owl-stage:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.wSlider .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px)
}

.wSlider .owl-wrapper,
.wSlider .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.wSlider .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.wSlider .owl-item > img {
    display: block;
    width: 100%
}

.wSlider .owl-nav.disabled,
.wSlider .owl-dots.disabled {
    display: none
}

.wSlider .owl-nav .owl-prev,
.wSlider .owl-nav .owl-next,
.wSlider .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.wSlider.owl-hidden {
    opacity: 0
}

.wSlider.owl-refresh .owl-item {
    visibility: hidden
}

.wSlider.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.wSlider.owl-grab {
    cursor: move;
    cursor: grab
}

.wSlider.owl-rtl {
    direction: rtl
}

.wSlider.owl-rtl .owl-item {
    float: right
}

.wSlider.owl-loading::before {
    position: absolute;
    content: '';
    top: 0%;
    left: 0%;
    background: rgba(255, 255, 255, 1);
    width: 100%;
    height: 100%;
    z-index: 15
}

.wSlider.owl-loading::after {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    margin: -1.5em 0em 0em -1.5em;
    width: 3em;
    height: 3em;
    -webkit-animation: segment-spin 0.6s linear;
    animation: segment-spin 0.6s linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    border-radius: 500rem;
    border-color: #377dff rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1);
    border-style: solid;
    border-width: 0.2em;
    box-shadow: 0px 0px 0px 1px transparent;
    visibility: visible;
    z-index: 16
}

@-webkit-keyframes segment-spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes segment-spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.no-js .wSlider {
    display: block
}

.wSlider .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.wSlider .owl-animated-in {
    z-index: 0
}

.wSlider .owl-animated-out {
    z-index: 1
}

.wSlider .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height 500ms ease-in-out
}

.wSlider .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease
}

.wSlider .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.wSlider > .owl-nav {
    text-align: center;
    position: absolute;
    top: 50%;
    width: 98%;
    height: auto;
    transform: translateY(-50%);
    margin-left: 1%;
    margin-right: 1%;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent
}

.wSlider > .owl-nav.disabled {
    display: none
}

.wSlider .owl-nav button {
    font-family: 'WojoIcons';
    position: absolute;
    z-index: 2;
    width: 2rem;
    height: 2rem;
    background-color: rgba(56, 118, 29, 0.52);
    border-radius: .250rem;
    border: 0;
    opacity: 1;
    line-height: 4rem;
    cursor: pointer;
    color: #fff;
    transition: 0.3s ease-in-out
}

.wSlider .owl-nav button > span {
    font-size: 0
}

.wSlider .owl-nav button.disabled {
    opacity: 0.33;
    cursor: default
}

.wSlider .owl-nav button:focus {
    outline: none
}

.wSlider .owl-nav button:hover {
    background: var(--primary-color-hover);
    color: #fff
}

.wSlider .owl-nav button.owl-prev {
    left: 0
}

.wSlider .owl-nav button.owl-prev::after,
.wSlider .owl-nav button.owl-next::after {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.wSlider .owl-nav button.owl-prev::after {
    content: "\e949"
}

.wSlider .owl-nav button.owl-next {
    right: 0
}

.wSlider .owl-nav button.owl-next::after {
    content: "\e94a"
}

.wSlider .owl-dots {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    bottom: 1rem;
    width: 100%
}

.wSlider .owl-dots button {
    display: flex;
    margin: 0 .25rem;
    padding: 0;
    width: 1em;
    height: 1em;
    background-color: #377dff;
    border: 3px solid transparent;
    box-sizing: border-box;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    -webkit-backface-visibility: visible
}

.wSlider .owl-dots button.active {
    background-color: transparent;
    border-color: #377dff;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    cursor: default
}

.wSlider .owl-dots button:focus {
    outline: none
}

.wSlider .owl-dots button:hover,
.wSlider .owl-dots button:focus {}

.wSlider .holder {
    z-index: 1;
    width: auto;
    height: auto
}

.wSlider .inner {
    max-width: calc(1280px - 4rem);
    margin: 0 auto;
    display: flex;
    flex-direction: column
}

.wSlider.full .owl-item {
    position: relative
}

@media screen and (min-width:40.625em) and (max-width:64em) {
    .wSlider .inner {
        width: calc(100% - 3.5rem)
    }
}

@media screen and (max-width:48.063em) {
    .wSlider .inner {
        width: calc(100% - 3rem)
    }
}

@media screen and (max-width:30em) {
    .wSlider .inner {
        width: calc(100% - 2rem)
    }
}
