/* [project]/node_modules/slick-carousel/slick/slick.css [app-client] (css) */
.slick-slider {
  box-sizing: border-box;
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  display: block;
  position: relative;
}

.slick-list {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  top: 0;
  left: 0;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  border: 1px solid #0000;
  height: auto;
  display: block;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* [project]/node_modules/slick-carousel/slick/slick-theme.css [app-client] (css) */
.slick-loading .slick-list {
  background: #fff url("../media/ajax-loader.d5c1e833.gif") center no-repeat;
}

@font-face {
  font-family: slick;
  font-weight: normal;
  font-style: normal;
  src: url("../media/slick.3392c85e.eot");
  src: url("../media/slick.3392c85e.eot") format("embedded-opentype"), url("../media/slick.265d68e3.woff") format("woff"), url("../media/slick.31421072.ttf") format("truetype"), url("../media/slick.5f2cd927.svg") format("svg");
}

.slick-prev, .slick-next {
  cursor: pointer;
  color: #0000;
  background: none;
  border: none;
  outline: none;
  width: 20px;
  height: 20px;
  padding: 0;
  font-size: 0;
  line-height: 0;
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  color: #0000;
  background: none;
  outline: none;
}

.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: .25;
}

.slick-prev:before, .slick-next:before {
  opacity: .75;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: slick;
  font-size: 20px;
  line-height: 1;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  text-align: center;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  position: absolute;
  bottom: -25px;
}

.slick-dots li {
  cursor: pointer;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  display: inline-block;
  position: relative;
}

.slick-dots li button {
  cursor: pointer;
  color: #0000;
  background: none;
  border: 0;
  outline: none;
  width: 20px;
  height: 20px;
  padding: 5px;
  font-size: 0;
  line-height: 0;
  display: block;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  content: "•";
  text-align: center;
  opacity: .25;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 20px;
  height: 20px;
  font-family: slick;
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: #000;
}

/* [project]/src/components/home-page/client-carousel/our-clients-carousels.module.css [app-client] (css) */
.our-clients-carousels-module__LmQmSa__container {
  max-width: 1550px;
  margin: 0 auto;
  padding-left: 2rem;
}

.our-clients-carousels-module__LmQmSa__ourClients {
  color: #070707;
  text-align: center;
  margin-bottom: 70px;
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  line-height: 100.4%;
}

.our-clients-carousels-module__LmQmSa__ourClientsCarousels {
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  padding: 10px;
  display: flex;
}

.our-clients-carousels-module__LmQmSa__slideItem {
  margin-bottom: 1rem;
  padding-left: .75rem;
  transition: transform .3s;
}

.our-clients-carousels-module__LmQmSa__carouselImage {
  object-fit: cover;
  border-radius: .5rem;
  width: 100%;
  height: auto;
}

.our-clients-carousels-module__LmQmSa__progressBar {
  color: #fff;
  align-items: center;
  gap: 1rem;
  margin-top: 2rem;
  display: flex;
}

.our-clients-carousels-module__LmQmSa__hrTag {
  background-color: #e5e5e5;
  flex: 1;
  height: 1px;
}

.our-clients-carousels-module__LmQmSa__navigation {
  gap: .5rem;
  display: flex;
}

.our-clients-carousels-module__LmQmSa__navButton {
  cursor: pointer;
  z-index: 10;
  transition: transform .2s;
}

.our-clients-carousels-module__LmQmSa__navButton:hover {
  transform: scale(1.1);
}

.our-clients-carousels-module__LmQmSa__ourClientsCarousels .slick-dots {
  bottom: -40px;
}

.our-clients-carousels-module__LmQmSa__ourClientsCarousels .slick-dots li button:before {
  color: #7189ff;
  font-size: 12px;
}

.our-clients-carousels-module__LmQmSa__ourClientsCarousels .slick-dots li.slick-active button:before {
  color: #7189ff;
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  .our-clients-carousels-module__LmQmSa__ourClientsCarousels {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .our-clients-carousels-module__LmQmSa__ourClients {
    margin-bottom: 40px;
    font-size: 32px;
  }

  .our-clients-carousels-module__LmQmSa__ourClientsCarousels {
    width: 100%;
    padding: 0;
  }

  .our-clients-carousels-module__LmQmSa__container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media screen and (max-width: 480px) {
  .our-clients-carousels-module__LmQmSa__ourClients {
    margin-bottom: 30px;
    font-size: 28px;
  }

  .our-clients-carousels-module__LmQmSa__progressBar {
    flex-direction: column;
    gap: .5rem;
    margin-top: 1.5rem;
  }

  .our-clients-carousels-module__LmQmSa__hrTag {
    width: 100%;
  }

  .our-clients-carousels-module__LmQmSa__ourClientsCarousels .slick-dots {
    bottom: -30px;
  }
}

/*# sourceMappingURL=_7eb17814._.css.map*/