@charset 'UTF-8';
/* Slider */
/* .slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
} */

/* Icons */
/* Arrows */
.slick-prev:before,
.slick-next:before
{
    display: none;
}

.slick-prev
{
    display: block;
    height: 50px;
    width: 50px;
    opacity: 1;
    outline: none;
    border: 0;
    left: 18px;
    bottom:0px;
    top:50%;
    transform: translateY(-50%);
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg width='50' height='50' viewBox='0 0 50 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='50' height='50' rx='4' fill='white' fill-opacity='0.7'/%3E%3Cpath d='M16.6464 25.3536C16.4512 25.1583 16.4512 24.8417 16.6464 24.6464L19.8284 21.4645C20.0237 21.2692 20.3403 21.2692 20.5355 21.4645C20.7308 21.6597 20.7308 21.9763 20.5355 22.1716L17.7071 25L20.5355 27.8284C20.7308 28.0237 20.7308 28.3403 20.5355 28.5355C20.3403 28.7308 20.0237 28.7308 19.8284 28.5355L16.6464 25.3536ZM33 25V25.5H17V25V24.5H33V25Z' fill='%234F3C37'/%3E%3C/svg%3E ");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: 11;
    font-size: 0;
    line-height: 0;
    position: absolute;
    transition: .6s;
    padding: 0;
    opacity: 1;
    visibility: visible;
}
.slick-prev:hover {
    background-image: url("data:image/svg+xml,%3Csvg width='50' height='50' viewBox='0 0 50 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='50' height='50' rx='4' fill='white' fill-opacity='1'/%3E%3Cpath d='M16.6464 25.3536C16.4512 25.1583 16.4512 24.8417 16.6464 24.6464L19.8284 21.4645C20.0237 21.2692 20.3403 21.2692 20.5355 21.4645C20.7308 21.6597 20.7308 21.9763 20.5355 22.1716L17.7071 25L20.5355 27.8284C20.7308 28.0237 20.7308 28.3403 20.5355 28.5355C20.3403 28.7308 20.0237 28.7308 19.8284 28.5355L16.6464 25.3536ZM33 25V25.5H17V25V24.5H33V25Z' fill='%234F3C37'/%3E%3C/svg%3E ");
    transform: scale(1.05) translateY(-50%);
    background-color: transparent;
}
.slick-prev.slick-disabled {
    opacity: 0;
    visibility: hidden;
}
[dir='rtl'] .slick-prev
{
    right: 0px;
    left: auto;
}
.slick-prev:before
{
    display: none;
}
[dir='rtl'] .slick-prev:before
{
    display: none;
}

.slick-next
{
    display: block;
    position: absolute;
    height: 50px;
    width: 50px;
    opacity: 1;
    outline: none;
    border: 0;
    right: 18px;
    bottom:0px;
    top:50%;
    transform: translateY(-50%);
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg width='50' height='50' viewBox='0 0 50 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='50' height='50' rx='4' transform='matrix(-1 0 0 1 50 0)' fill='white' fill-opacity='0.7'/%3E%3Cpath d='M33.3536 25.3536C33.5488 25.1583 33.5488 24.8417 33.3536 24.6464L30.1716 21.4645C29.9763 21.2692 29.6597 21.2692 29.4645 21.4645C29.2692 21.6597 29.2692 21.9763 29.4645 22.1716L32.2929 25L29.4645 27.8284C29.2692 28.0237 29.2692 28.3403 29.4645 28.5355C29.6597 28.7308 29.9763 28.7308 30.1716 28.5355L33.3536 25.3536ZM17 25V25.5H33V25V24.5H17V25Z' fill='%234F3C37'/%3E%3C/svg%3E ");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: 11;
    font-size: 0;
    line-height: 0;
    transition: .6s;
    padding: 0;
    opacity: 1;
    visibility: visible;
}
.slick-next:hover {
    background-image: url("data:image/svg+xml,%3Csvg width='50' height='50' viewBox='0 0 50 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='50' height='50' rx='4' transform='matrix(-1 0 0 1 50 0)' fill='white' fill-opacity='1'/%3E%3Cpath d='M33.3536 25.3536C33.5488 25.1583 33.5488 24.8417 33.3536 24.6464L30.1716 21.4645C29.9763 21.2692 29.6597 21.2692 29.4645 21.4645C29.2692 21.6597 29.2692 21.9763 29.4645 22.1716L32.2929 25L29.4645 27.8284C29.2692 28.0237 29.2692 28.3403 29.4645 28.5355C29.6597 28.7308 29.9763 28.7308 30.1716 28.5355L33.3536 25.3536ZM17 25V25.5H33V25V24.5H17V25Z' fill='%234F3C37'/%3E%3C/svg%3E ");
    background-color: transparent;
    transform: scale(1.05) translateY(-50%);
}
.slick-next.slick-disabled {
    opacity: 0;
    visibility: hidden;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: 0px;
}
.slick-next:before
{
    display: none;
}
[dir='rtl'] .slick-next:before
{
    display: none;
}
@media(max-width:768px) {
    .slick-next {
        width: 36px;
        height: 36px;
        right: 9px;
    }
    .slick-prev {
        width: 36px;
        height: 36px;
        left: 9px;
    }
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 0px;
    padding-bottom: 0;
}

.slick-dots
{
    position: absolute;
    bottom:51px;
    left:50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    padding: 0;
}
.slick-dots li
{
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    border: 0;
    width: 48px;
    height: 4px;
    border-radius: 4px;
    background-color: #FFFFFF;
    opacity: .5;
    transition: .3s;
    margin: 0 8px;
    padding: 0;

    border: 0;
    outline: none;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}

.slick-dots li.slick-active button {
   background-color: #fff;
   opacity: 1;
}

@media(max-width:992px) {
    .slick-dotted.slick-slider {
        padding-bottom: 0px;
    }
    .slick-dots li button {
        /* height: 2px; */
    }
    .slick-prev {
        padding: 0;
    }
    .slick-next {
    }
}