/*
 |--------------------------------------------------------------------------
 | Helper mixins, feel free to add/remove any that you might not use
 | Won't be rendered in the output if not used
 |--------------------------------------------------------------------------
 */
/*
 |--------------------------------------------------------------------------
 | 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;
  direction: ltr; }
  .slick-wrapper *:focus {
    outline: none; }
  @media (max-width: 992px) {
    .slick-wrapper.article-sidebar .slick-slide {
      margin: 0 1rem; } }
  @media (max-width: 728px) {
    .slick-wrapper.article-sidebar .slick-slide {
      margin: 0 0.2rem; } }
  .slick-wrapper.article-sidebar .slick-slide > div {
    height: 100%; }
  .slick-wrapper.carousel-sidebar .slick-slide {
    margin: 0 0.5rem; }
    @media (max-width: 992px) {
      .slick-wrapper.carousel-sidebar .slick-slide {
        margin: 0 1rem; } }
    @media (max-width: 728px) {
      .slick-wrapper.carousel-sidebar .slick-slide {
        margin: 0 0.5rem; } }
  .slick-wrapper.carousel-sidebar .slick-list {
    padding: 0 !important; }

.slick-list {
  width: 100%;
  direction: ltr;
  padding: 1rem 0 !important; }
  @media (min-width: 728px) {
    .slick-list {
      margin-right: 1px !important; } }
  @media (max-width: 728px) {
    .slick-list {
      padding-bottom: 0; } }
  .slick-list * {
    direction: rtl; }

.slick-track {
  display: flex !important; }

.slick-slide {
  display: flex !important;
  align-items: center;
  height: inherit !important;
  min-height: 1px; }
  .slick-slide:focus {
    outline: none !important; }

.slick-slider {
  position: static !important; }

.slick-arrow {
  width: 50px;
  min-width: 50px;
  height: 50px;
  padding: 0;
  border-radius: 100%;
  border: none !important;
  display: flex;
  align-items: center;
  justify-self: center;
  color: transparent;
  position: relative;
  bottom: 0 !important;
  left: 0;
  z-index: 9;
  transition: all 0.2s ease-in-out; }
  .slick-arrow.slick-next {
    order: 2; }
    .slick-arrow.slick-next:after {
      transform: scale(-1); }
  .slick-arrow.slick-prev {
    order: 3;
    margin-left: .5rem; }
  .slick-arrow:after {
    content: '';
    width: 100%;
    height: 15px;
    background-image: url("../../icons/short-arrow.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute; }
  @media (max-width: 991.98px) {
    .slick-arrow {
      width: 35px;
      min-width: 35px;
      height: 35px; }
      .slick-arrow:after {
        width: 100%;
        height: 10px; } }
  .slick-arrow:focus {
    outline: none; }
  .slick-arrow:active {
    border-style: solid; }
  .slick-arrow[aria-disabled="true"] {
    opacity: 0.4;
    cursor: default !important; }

.slick-controller {
  display: flex;
  align-items: center;
  justify-content: space-between;
  bottom: 0;
  right: 0; }

.slick-dots {
  display: flex;
  justify-content: center;
  padding: 0;
  margin-bottom: 0; }
  .slick-dots li {
    margin: 0 0.5rem;
    list-style: none; }
  .slick-dots button {
    padding: 0;
    background: #fff;
    border: 1px solid #171A4F;
    border-radius: 50%;
    height: 8px;
    width: 8px;
    font-size: 0;
    text-indent: -500000px; }
  .slick-dots .slick-active button {
    background: #171A4F; }
