.slider {
  width: 100vw;
  margin-left: 50%;
  transform: translateX(-50%);
  color: #FFFFFF;
}
.slider::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 140px;
  height: 100%;
  background-color: rgba(245, 130, 32, 0.8);
  z-index: 2;
}
@media all and (max-width: 1200px) {
  .slider::before {
    width: 70px;
  }
}
@media all and (max-width: 1100px) {
  .slider::before {
    display: none;
  }
}
.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: 5rem 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;
}
.slider-single__content ul li {
  font-size: 1.2rem;
  padding: 0.4rem 0.7rem;
  position: relative;
  z-index: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.slider-single__content ul li::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  border: 2px solid #F58220;
  border-radius: 100px;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.slider-single__content ul li::before {
  content: "";
  display: inline-flex;
  width: 19.25px;
  height: 19.25px;
  background: url(../img/list-arrow.svg) calc(100% - 1rem) center/32px 32px no-repeat;
  background-image: 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='%23f58220'/%3E%3C/svg%3E%0A");
  margin-right: 0.9rem;
  background-size: contain;
  background-position: center;
  flex-shrink: 0;
  filter: invert(83%) sepia(81%) saturate(6472%) hue-rotate(313deg) brightness(110%) contrast(96%);
}
.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;
}
@media all and (max-width: 1100px) {
  .slider-bottom {
    width: 100vw;
    padding: 1rem 2rem;
  }
}
.slider-bottom::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  width: 100vw;
  left: initial;
  background-color: rgba(245, 130, 32, 0.8);
  z-index: -1;
}
.slider-bottom a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
}
.slider-bottom a img {
  margin: 0 0.5rem;
}
.slider .slick-dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 4rem;
  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;
}
.slider-has-bar .slider-single {
  padding-bottom: 10rem;
}
.slider-has-bar .slick-dots {
  bottom: 8rem;
}
/*# sourceMappingURL=slider.css.map */
