/*============================================================= 
BREAK POINTS
============================================================= */
/*============================================================= 
MIXINS
============================================================= */
/*============================================================= 
TYPOGRAPHY
============================================================= */
/*============================================================= 
COLORS
============================================================= */
/* Base */
/* Primary */
/* Secondary */
/* Greys */
/* ===================================
   CORE
   =================================== */
.block.carousel-cards .slick-list {
  padding: 0px !important;
  margin-left: 60px;
  margin-right: 60px;
}
@media (max-width: 576px) {
  .block.carousel-cards .slick-list {
    margin-left: 40px;
    margin-right: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 768px) {
  .block.carousel-cards .slick-list {
    margin-left: 40px;
    margin-right: 40px;
  }
}
.block.carousel-cards .slick-track {
  display: flex !important;
}
.block.carousel-cards .slider {
  width: 100%;
  margin-bottom: 0px;
  /* VENDOR SLICK */
}
.block.carousel-cards .slider .card {
  display: flex !important;
  flex: 1; /* Causes the content to expand to fill available space, ensuring uniform height */
  flex-direction: column;
  justify-content: center; /* Adjust this as needed to align your content within the slide */
  width: 25%;
  min-height: 350px;
  margin: 0.5rem;
  padding: 20px;
  text-align: center;
  border-radius: 8px !important;
}
@media (max-width: 576px) {
  .block.carousel-cards .slider .card {
    width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 768px) {
  .block.carousel-cards .slider .card {
    width: 100%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  .block.carousel-cards .slider .card {
    width: 47%;
  }
}
.block.carousel-cards .slider .card .image {
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
  margin-bottom: 2rem;
}
.block.carousel-cards .slider .card .title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(0.875rem, 2.5vw, 1.25rem);
  line-height: clamp(0.875em, 2vw, 1.25em);
  text-decoration: none;
  font-weight: bold;
  margin-bottom: 2rem;
}
@media (max-width: 576px) {
  .block.carousel-cards .slider .card .title {
    font-size: clamp(1.125rem, 3.5vw, 1.875rem);
    line-height: clamp(1.4em, 2vw, 1.875em);
  }
}
.block.carousel-cards .slider .card .btn.btn-default {
  background: #080F0F !important;
  border: none;
  color: #ffffff !important;
  text-decoration: none;
  padding: 1rem 2rem;
}
.block.carousel-cards .slider .card .btn.btn-link {
  color: #080F0F !important;
  text-transform: uppercase;
  text-decoration: none !important;
  font-weight: bold;
}
.block.carousel-cards .slider .card:hover .btn.btn-default {
  background: #D50032 !important;
}
.block.carousel-cards .slider .slick-dots {
  position: relative;
  top: 0px;
  margin-top: 0px;
}
.block.carousel-cards .slider .slick-next, .block.carousel-cards .slider .slick-prev {
  height: 50px;
  width: 50px;
  z-index: 999;
}
.block.carousel-cards .slider .slick-next {
  right: 0;
}
@media (max-width: 576px) {
  .block.carousel-cards .slider .slick-next {
    right: -10px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 768px) {
  .block.carousel-cards .slider .slick-next {
    right: -10px;
  }
}
.block.carousel-cards .slider .slick-prev {
  left: 0;
}
@media (max-width: 576px) {
  .block.carousel-cards .slider .slick-prev {
    left: -10px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 768px) {
  .block.carousel-cards .slider .slick-prev {
    left: -10px;
  }
}
.block.carousel-cards .slider .slick-next:before, .block.carousel-cards .slider .slick-prev:before {
  color: #ffffff;
}/*# sourceMappingURL=carousel-cards.css.map */