.banner .slick-prev {
  left: 0 !important;
}
.banner .slick-next {
  right: 0 !important;
  left: unset !important;
}
.banner .item a {
  color: var(--text-color);
}
.banner .item a .item--content {
  width: 100%;
}
.banner .item a .item--content .item--title {
  font-size: 4rem;
  margin-bottom: 2rem;
  font-weight: 900;
}
.banner .slick-dots {
  bottom: 20px;
}
.banner .slick-dots li {
  width: 8px;
  height: 8px;
  background: rgba(255, 255, 255, 0.24);
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
}
.banner .slick-dots li button:before {
  display: none;
}
.banner .slick-dots li.slick-active {
  background: #fff;
  width: 48px;
  border-radius: 8px;
}
@media (max-width: 768px) {
  .banner {
    padding-bottom: 30px;
  }
  .banner .item a .item--content {
    margin: 0 15px;
    width: 100%;
    top: unset !important;
    bottom: 0;
  }
  .banner .item a .item--content .item--title {
    font-size: 24px;
  }
  .banner .item a .item--content ul li {
    padding-bottom: 5px;
  }
  .banner .slick-dots {
    bottom: 0;
  }
  .banner .slick-dots li {
    background: rgba(40, 107, 166, 0.24);
  }
  .banner .slick-dots li.slick-active {
    background: var(--color-main);
  }
}

.banner_default .item a {
  color: #fff;
}
.banner_default .item a .item--content {
  width: 100%;
}
.banner_default .item a .item--content .content_banner {
  padding: 0 90px;
}
.banner_default .item a .item--content .content_banner p {
  margin-bottom: 5px;
  font-size: 1.5rem;
  line-height: 1.4em;
}
.banner_default .item a .item--content .content_banner .item--title {
  color: #F6BC2C;
  font-size: 3rem;
  line-height: 1.4em;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .banner_default .item a .item--content {
    width: 100%;
    top: 20px !important;
    transform: translateY(0) !important;
  }
  .banner_default .item a .item--content .content_banner {
    padding: 0;
  }
  .banner_default .item a .item--content .content_banner p {
    margin-bottom: 5px;
    font-size: 1.5rem;
    line-height: 1.4em;
  }
  .banner_default .item a .item--content .content_banner .item--title {
    color: #F6BC2C;
    font-size: 3rem;
    line-height: 1.4em;
    margin-bottom: 1rem;
  }
}

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