/*
 |--------------------------------------------------------------------------
 | Helper mixins, feel free to add/remove any that you might not use
 | Won't be rendered in the output if not used
 |--------------------------------------------------------------------------
 */
.slick-wrapper {
  overflow: hidden; }
  .slick-wrapper *:focus {
    outline: none; }

.slick-list {
  width: 100%; }
  @media (min-width: 768px) {
    .slick-list {
      margin-right: 1px !important; } }
  @media (max-width: 768px) {
    .slick-list {
      padding-bottom: 0; } }

.slick-slide {
  height: auto !important; }

.slick-track {
  display: flex !important;
  padding: 0 !important;
  will-change: transform; }

.slick-dots {
  display: flex;
  justify-content: center;
  padding: 0; }
  .slick-dots li {
    margin: 0 0.5rem;
    list-style: none;
    position: relative; }
    .slick-dots li:after {
      content: '';
      width: 0;
      height: 5px;
      background-color: #EC934A;
      position: absolute;
      border-radius: 3px;
      z-index: 9;
      left: 0;
      bottom: 4px; }
  .slick-dots button {
    padding: 0;
    background: #fff;
    border: none;
    border-radius: 3px;
    height: 4px;
    width: 82px;
    font-size: 0;
    text-indent: -500000px; }
  @media (min-width: 992px) {
    .slick-dots .slick-active:after {
      -webkit-animation: fillWidth 4.3s linear forwards;
              animation: fillWidth 4.3s linear forwards; } }

.slick-counter-dots .slick-dots {
  position: absolute;
  bottom: 0;
  width: 100px;
  height: 20px;
  flex-direction: row;
  margin-left: 1.125rem;
  margin-bottom: 0.125rem; }
  .slick-counter-dots .slick-dots li {
    background: #fff;
    border-radius: 0;
    height: 5px;
    width: 82px;
    font-size: 0;
    display: none; }
    .slick-counter-dots .slick-dots li button {
      font-size: 1rem;
      width: auto;
      height: auto;
      color: #fff;
      text-indent: unset;
      position: absolute;
      margin-top: -11px;
      margin-left: -20px;
      background: transparent; }
    .slick-counter-dots .slick-dots li:after {
      width: 100px;
      height: 5px;
      background-color: var(--colorPrimary); }
    .slick-counter-dots .slick-dots li.slick-active {
      display: block; }
      .slick-counter-dots .slick-dots li.slick-active:after {
        top: 0;
        border-radius: 0;
        -webkit-animation: fillWidth 4.3s linear forwards;
                animation: fillWidth 4.3s linear forwards; }
  .slick-counter-dots .slick-dots button {
    width: 82px;
    height: 4px; }
  .slick-counter-dots .slick-dots .last--item-number {
    font-size: 1rem;
    position: absolute;
    top: -10px;
    right: -15px;
    color: #fff; }

.slick-counter-dots .slick-track img {
  transition: all 0.8s linear;
  will-change: transform,opacity; }

.slick-counter-dots .slick-track.slider--mousedown img {
  transform: scale(0.8);
  border-radius: 1rem; }

.slick-arrow {
  height: 100%;
  background: transparent;
  position: absolute;
  z-index: 9;
  top: 0;
  border: none;
  text-indent: -9999999px;
  width: 5vw; }
  .slick-arrow:not(.slick-next) {
    left: 0; }
  .slick-arrow.slick-next {
    right: 0; }
