@charset 'UTF-8';

.slider {
    display: none;
}

.slider.slick-initialized {
    display: block;
}

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

/* Icons */
@font-face {
    font-weight: normal;
    font-style: normal;
    font-family: 'slick';
    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}

/* Arrows */
.slick-prev,
.slick-next {
    position: absolute;
    top: 50%;
    display: block;
    padding: 0;
    width: 20px;
    height: 20px;
    outline: none;
    border: none;
    background: transparent;
    color: transparent;
    font-size: 0;
    line-height: 0;
    cursor: pointer;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25;
}

.slick-prev:before,
.slick-next:before {
    color: white;
    font-size: 20px;
    font-family: 'slick';
    line-height: 1;
    opacity: .75;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}

.slick-prev:before {
    content: '←';
}

.slick-next {
    right: -25px;
}

.slick-next:before {
    content: '→';
}

/* Dots */
.slick-dotted.slick-slider {}

.slick-dots {
    position: absolute;
    right: 30px;
    bottom: 0;
    z-index: 999;
    display: block;
}

@media screen and (max-width: 768px) {
    .slick-dots {
        right: 4vw;
    }
}

.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 7px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

@media screen and (max-width: 768px) {
    .slick-dots li {
        margin: 0 1.066666667vw;
        width: 2.666666667vw;
        height: 2.666666667vw;
    }
}

.slick-dots li button {
    display: block;
    width: 100%;
    height: 100%;
    outline: none;
    border: 0;
    background: transparent;
    color: transparent;
    font-size: 0;
    line-height: 0;
    cursor: pointer;
}

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

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

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {}

.slick-dots li button:before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid;
    border-radius: 100%;
    background: none;
    color: #000;
    content: "";
    transform: translate(0, -50%);
}

@media screen and (max-width: 768px) {
    .slick-dots li button:before {
        border: 0.266666667vw solid;
    }
}

.slick-dots li.slick-active button:after {
    position: absolute;
    top: 0;
    left: 4px;
    width: 2px;
    height: 140%;
    background: #000;
    content: "";
}

@media screen and (max-width: 768px) {
    .slick-dots li.slick-active button:after {
        left: 0.573333333vw;
        width: 0.266666667vw;
    }
}
