/*
* Usage:
* 1. Same values for all properties:
*   .f-button {
*       @include transition(
*           (background-color, border-color, color, box-shadow, transform),
*           $transition-duration: $transition-duration-long
*       );
*   }
*
* 2. Different values for specific properties:
*   .f-button {
*       @include transition((
*           background-color: $transition-duration-short null null,
*           border-color: null,
*           box-shadow: 0.315s ease-in null,
*           transform: null ease null
*       ));
*   }
* (!) All values for each property is required.
* (!) 'null' is used for setting default value.
*/
@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Mixin to cut off the rest of one-line text with dots */
/* Firefox+ CSS styles go here */
.f-checkbox__label .f-field,
.f-radio__label .f-field {
  cursor: default;
}

/*
   1.0 Utility functions for RTLCSS
*/
/* Replace. Replaces the declaration value with {value}.
** Usage:
** letter-spacing: 1px rtl(normal);
*/
/* Append. Appends {value} to the end of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-append(scaleX(-1));
*/
/* Prepend. Prepend {value} to the begining of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-prepend(scaleX(-1));
*/
/* Prepend. Prepend {value} to the begining of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-prepend(scaleX(-1));
*/
/* Ignore. Ignores processing of this declaration
** Usage:
** text-align: left rtl-ignore();
*/
.experience-commerce_assets-imageCarousel {
  padding: 0 !important;
}
.experience-commerce_assets-imageCarousel .swiper-container {
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .experience-commerce_assets-imageCarousel .swiper-container {
    padding-bottom: 20px;
  }
}
.experience-commerce_assets-imageCarousel .swiper-slide {
  width: auto;
}
.experience-commerce_assets-imageCarousel .swiper-slide img {
  height: 250px;
  width: auto;
}
@media (min-width: 992px) {
  .experience-commerce_assets-imageCarousel .swiper-slide img {
    height: 514px;
  }
}
@media (max-width: 991.98px) {
  .experience-commerce_assets-imageCarousel .swiper-mobile-fullwidth {
    padding: 0;
  }
}
.experience-commerce_assets-imageCarousel .swiper-dots .swiper-pagination-bullets {
  bottom: 0;
  height: 20px;
}
@media (min-width: 769px) {
  .experience-commerce_assets-imageCarousel .swiper-dots .swiper-pagination-bullets {
    height: 32px;
  }
}
.experience-commerce_assets-imageCarousel .swiper-dots .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
}
@media (max-width: 768.98px) {
  .experience-commerce_assets-imageCarousel .swiper-dots .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 3px;
    height: 4px;
    width: 4px;
  }
}
.experience-commerce_assets-imageCarousel .swiper-dots .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 10px;
  height: 10px;
}
@media (max-width: 768.98px) {
  .experience-commerce_assets-imageCarousel .swiper-dots .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    height: 6px;
    width: 6px;
  }
}
.experience-commerce_assets-imageCarousel .swiper-dots.swiper-dots--over {
  margin: 0;
  padding: 0;
}
.experience-commerce_assets-imageCarousel .swiper-dots.swiper-dots--over .swiper-pagination-bullets {
  bottom: 8px;
  height: 28px;
}
