﻿.jet-carousel
{
    position: relative;
    margin-left: -10px;
    margin-right: -10px;
}
.jet-carousel-wrap.jet-equal-cols .slick-track
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.jet-carousel-wrap.jet-equal-cols .jet-carousel__item
{
    float: none;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.jet-carousel-wrap.jet-equal-cols .jet-carousel__item img
{
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.jet-carousel-wrap.jet-equal-cols .jet-carousel__item .jet-carousel__item-inner, .jet-carousel-wrap.jet-equal-cols .jet-carousel__item .jet-banner, .jet-carousel-wrap.jet-equal-cols .jet-carousel__item .jet-banner__link
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.jet-carousel-wrap.jet-equal-cols .jet-carousel__item .jet-carousel__item-inner, .jet-carousel-wrap.jet-equal-cols .jet-carousel__item .jet-carousel__item-inner>*:last-child, .jet-carousel-wrap.jet-equal-cols .jet-carousel__item .jet-banner__link
{
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.jet-carousel__item
{
    padding: 10px;
}
.jet-carousel__item .jet-banner
{
    float: none;
}
.jet-carousel__item-link:focus-visible
{
    outline: auto;
}
.jet-carousel .jet-carousel__item-title a
{
    color: inherit;
}
.jet-carousel__content
{
    position: relative;
    z-index: 2;
}
.jet-carousel__content, .jet-carousel__item-title, .jet-carousel__item-text
{
    -webkit-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}
.jet-carousel .col-row
{
    display: block;
}
.jet-carousel .jet-arrow
{
    position: absolute;
    top: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    z-index: 999;
    -webkit-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}
.jet-carousel .jet-arrow svg
{
    width: 1em;
    height: 1em;
}
.jet-carousel .jet-arrow:before
{
    display: block;
    width: 100%;
    text-align: center;
    line-height: 0;
    -webkit-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}
.jet-carousel .jet-arrow.prev-arrow
{
    left: 0;
}
.jet-carousel .jet-arrow.next-arrow
{
    right: 0;
}
.jet-carousel .jet-slick-dots
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    z-index: 99;
    padding: 0;
    margin-left: 0;
}
.jet-carousel .jet-slick-dots li
{
    padding: 5px;
    margin: 0;
    list-style: none;
}
.jet-carousel .jet-slick-dots li span
{
    -webkit-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
    display: block;
    cursor: pointer;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 0;
    text-indent: 10em;
    overflow: hidden;
}
.jet-carousel .jet-slick-dots li span:before
{
    display: none;
}
.jet-carousel__fraction-navigation
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    padding: 0 10px;
}
.elementor-jet-carousel .jet-carousel .elementor-slick-slider:not(.slick-initialized), .elementor-jet-posts .jet-carousel>.jet-posts:not(.slick-initialized)
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    visibility: hidden;
}
.elementor-jet-carousel .jet-carousel .elementor-slick-slider:not(.slick-initialized)~.jet-arrow, .elementor-jet-posts .jet-carousel>.jet-posts:not(.slick-initialized)~.jet-arrow
{
    visibility: hidden;
}
.elementor-widget-jet-carousel
{
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}