@charset 'UTF-8';

.slick-dots {
   position: absolute;
   left: 0;
   bottom: 40px;
   width: 100%;
   display: block;
   padding: 0;
   list-style: none;
   text-align: center;
}
.slick-dots li {
   position: relative;
   display: inline-block;
   width: 10px;
   height: 10px;
   margin: 0 10px;
   padding: 0;
   cursor: pointer;
}
.slick-dots li button {
   font-size: 0;
   line-height: 0;
   display: block;
   width: 10px;
   height: 10px;
   cursor: pointer;
   color: transparent;
   outline: none;
   border-radius: 50%;
   background-color: white;
   border: 0;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
   background-color: #03546f;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
   opacity: 1;
}
.slick-dots li button:before {
   position: absolute;
   top: 0;
   left: 0;
   width: 10px;
   height: 10px;
   content: "•";
}
.slick-dots li.slick-active button:before {
   background-color: #03546f;
   border-radius: 50%;
}
.slick div {
   background-size: cover;
   background-position: center;
   height: 100%;
   opacity: 0.7;
}
