/*============================================================= 
BREAK POINTS
============================================================= */
/*============================================================= 
MIXINS
============================================================= */
/*============================================================= 
TYPOGRAPHY
============================================================= */
/*============================================================= 
COLORS
============================================================= */
/* Base */
/* Primary */
/* Secondary */
/* Greys */
/* ===================================
   CORE
   =================================== */
.block.carousel-cards .slick-list {
  padding: 0px !important;
}
.block.carousel-cards .slider {
  width: 100%;
  margin-bottom: 0px;
  /* VENDOR SLICK */
}
.block.carousel-cards .slider .slide.slick-active {
  opacity: 1;
}
.block.carousel-cards .slider .slide {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  flex-wrap: nowrap;
  opacity: 0.5;
  padding: 1rem;
}
@media (max-width: 576px) {
  .block.carousel-cards .slider .slide {
    flex-direction: column;
  }
}
@media only screen and (min-width: 576px) and (max-width: 768px) {
  .block.carousel-cards .slider .slide {
    flex-direction: column;
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  .block.carousel-cards .slider .slide {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.block.carousel-cards .slider .slide .card {
  display: inline-block;
  display: flex;
  flex-direction: column;
  width: 25%;
  margin: 0.5rem;
  padding: 20px;
  text-align: center;
  border-radius: 8px !important;
}
@media (max-width: 576px) {
  .block.carousel-cards .slider .slide .card {
    width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 768px) {
  .block.carousel-cards .slider .slide .card {
    width: 100%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  .block.carousel-cards .slider .slide .card {
    width: 47%;
  }
}
.block.carousel-cards .slider .slide .card .image {
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
}
.block.carousel-cards .slider .slide .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;
  min-height: 100px;
}
@media (max-width: 576px) {
  .block.carousel-cards .slider .slide .card .title {
    font-size: clamp(1.125rem, 3.5vw, 1.875rem);
    line-height: clamp(1.4em, 2vw, 1.875em);
  }
}
.block.carousel-cards .slider .slide .card .btn.btn-default {
  background: #080F0F !important;
  border: none;
  color: #ffffff !important;
  text-decoration: none;
  padding: 1rem 2rem;
}
.block.carousel-cards .slider .slide .card .btn.btn-link {
  color: #080F0F !important;
  text-transform: uppercase;
  text-decoration: none !important;
  font-weight: bold;
}
.block.carousel-cards .slider .slide .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 {
    display: none;
    top: 200px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 768px) {
  .block.carousel-cards .slider .slick-next {
    top: 200px;
  }
}
.block.carousel-cards .slider .slick-prev {
  left: 0;
}
@media (max-width: 576px) {
  .block.carousel-cards .slider .slick-prev {
    display: none;
    top: 200px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 768px) {
  .block.carousel-cards .slider .slick-prev {
    top: 200px;
  }
}
.block.carousel-cards .slider .slick-next:before, .block.carousel-cards .slider .slick-prev:before {
  color: #29B5CF;
}/*# sourceMappingURL=carousel-cards.css.map */