@charset 'UTF-8';
/* Slider */
/* .slick-loading .slick-list {
   background: #fff url('../images/ajax-loader.gif') center center no-repeat;
} */
/* Icons */
@font-face {
   font-family: 'slick';
   font-style: normal;
   font-weight: normal;
   src: url('../fonts/slick/slick.ttf') format('truetype');
   font-display: swap;
}
/* Dots */
.slick-dots {
   bottom: 0px;
   display: block;
   position: absolute;
   width: 100%;
   padding: 0;
   margin: 0;
   list-style: none;
   text-align: center;
}
.slick-dots li {
   cursor: pointer;
   position: relative;
   display: inline-block;
}
.slick-dots li button {
   font-size: 0;
   line-height: 0;
   display: block;
   cursor: pointer;
   border: 0;
   outline: none;
}