.slider {
  width: 100vw;
  margin-left: 50%;
  transform: translateX(-50%);
  color: #FFFFFF;
}

.slider a {
  color: inherit;
}

.slider,
.slider-list,
.slider-single {
  min-height: 100vh;
}

.slider-list:not(.slick-initialized) .slider-single:not(:first-child) {
  display: none;
}

.slider-list.slick-initialized .slider-single {
  display: flex !important;
}

.slider-single {
  position: relative;
  padding: 7rem 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media all and (max-width: 1100px) {
  .slider-single {
    padding-top: 8rem;
  }
}

.slider-single__image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
  z-index: -1;
}

.slider-single__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.slider-single__content ul {
  padding-left: 0;
  list-style: none;
  font-weight: 300;
}

.slider-single__content ul li {
  font-size: 1.4rem;
  padding: 0.4rem 0.7rem 0.6rem 0;
  position: relative;
  z-index: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  margin-bottom: 0.75rem;
}

.slider-has-bar .slick-dots {
  bottom: 7rem;
}

@media (max-width: 900px) {
  .slider-single__content ul li {
    font-size: 1.2rem;
  }
}

.slider-single__content ul li:hover {
  font-weight: bold;
}

.slider-single__content ul li:last-child {
  margin-bottom: 0;
}

.slider-single__content ul li::before {
  content: "";
  display: inline-flex;
  width: 19.25px;
  height: 19.25px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19.25' height='19.25' viewBox='0 0 19.25 19.25'%3E%3Cpath id='Icon_ionic-ios-arrow-dropright-circle' data-name='Icon ionic-ios-arrow-dropright-circle' d='M3.375,13A9.625,9.625,0,1,0,13,3.375,9.624,9.624,0,0,0,3.375,13Zm11.314,0L10.9,9.247a.893.893,0,0,1,1.263-1.263l4.415,4.428a.892.892,0,0,1,.028,1.231l-4.35,4.364a.892.892,0,1,1-1.263-1.259Z' transform='translate(-3.375 -3.375)' fill='%23fff'/%3E%3C/svg%3E") calc(100% - 1rem) center/32px 32px no-repeat;
  margin-right: 0.9rem;
  background-size: contain;
  background-position: center;
  flex-shrink: 0;
}

.slider-single__content ul li:hover::before {
  filter: none;
}

.slider-single__content ul li:hover::after {
  opacity: 1;
}

.slider-bottom {
  position: absolute;
  height: 92px;
  padding: 1rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  font-size: 1.1rem;
  font-weight: 300;
}

.slider-has-bar .slider-single {
  padding-bottom: 10rem;
}

@media all and (max-width: 800px) {
  .slider-bottom:before{
    display: none!important;
  }
  
  .slider, .slider-list, .slider-single {
    min-height: auto;
  }

  .slider-has-bar .slider-single {
    padding-bottom: 5rem;
  }

  .slider-bottom {
    position: initial;
    transform: none;
    height: auto;
    background-color: #000;
    justify-content: flex-start;
  }

  .slick-dotted.slick-slider {
    margin-bottom: 0;
  }

  .slider-bottom a img {
    height: 30px;
    margin: 0 0.5rem 0 0!important;
  }
  
  .slider-has-bar .slick-dots {
  bottom: 2.4rem;
}

}

@media all and (max-width: 1100px) {
  .slider-bottom {
    width: 100vw;
    padding: 0.5rem 2rem;
  }
}

.slider-bottom::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  background-color: #000;
  z-index: -1;
}

.slider-bottom a {
  margin-left: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  vertical-align: middle;
}
@media only screen and (max-width: 1100px) {
  .slider-bottom a {
    margin-left: 0;
  }
}

.slider-bottom a img {
  margin: 0 0.5rem;
}

.slider .slick-dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  list-style: none;
}

.slider .slick-dots li {
  margin-right: 0.8rem;
}

.slider .slick-dots li:last-child {
  margin-right: 0;
}

.slider .slick-dots li button {
  border: 0;
  outline: 0;
  border-radius: 50%;
  font-size: 0;
  background-color: #FFFFFF;
  opacity: 0.5;
  transition: opacity 0.3s ease;
  width: 8px;
  height: 8px;
  margin-bottom: 0;
  cursor: pointer;
}

.slider .slick-dots li button:hover {
  opacity: 1;
}

.slider .slick-dots li.slick-active button {
  opacity: 1;
}



/*# sourceMappingURL=slider.css.map */
