/*transform origin*/
.mt_press_carousel_wrapper {
  background-color: #ffffff;
  padding: 48px 0;
}
.mt_press_carousel_wrapper .mt_press_carousel .mt_press_heading {
  text-align: center;
  font-size: 30px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 40px;
  text-transform: uppercase;
  letter-spacing: 2.1%;
  line-height: 40px;
}
@media (max-width: 991.8px) {
  .mt_press_carousel_wrapper .mt_press_carousel .mt_press_heading {
    font-size: 36px;
    margin-bottom: 24px;
  }
}
.mt_press_carousel_wrapper .mt_press_carousel .mt_press_sub_heading {
  text-align: center;
  font-size: 18px;
  color: #475467;
  margin-bottom: 60px;
}
@media (max-width: 991.8px) {
  .mt_press_carousel_wrapper .mt_press_carousel .mt_press_sub_heading {
    font-size: 16px;
    margin-bottom: 40px;
  }
}
.mt_press_carousel_wrapper .mt_press_carousel .mt_press_carousel_container {
  position: relative;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.mt_press_carousel_wrapper .mt_press_carousel .mt_press_carousel_container.slick-initialized {
  opacity: 1;
}
.mt_press_carousel_wrapper .mt_press_carousel .mt_press_carousel_container.resizing {
  overflow: hidden;
}
.mt_press_carousel_wrapper .mt_press_carousel .mt_press_carousel_container.resizing .slick-list {
  overflow: hidden;
}
.mt_press_carousel_wrapper .mt_press_carousel .mt_press_carousel_container.resizing .slick-track {
  overflow: hidden;
}
.mt_press_carousel_wrapper .mt_press_carousel .mt_press_carousel_container.slick-slider {
  display: block;
}
.mt_press_carousel_wrapper .mt_press_carousel .mt_press_carousel_container .slick-list {
  margin: 0 -16px;
  overflow: hidden;
}
.mt_press_carousel_wrapper .mt_press_carousel .mt_press_carousel_container .slick-slide {
  padding: 0 16px;
  height: auto;
}
.mt_press_carousel_wrapper .mt_press_carousel .mt_press_carousel_container .slick-track {
  display: flex;
  align-items: stretch;
  overflow: hidden;
}
.mt_press_carousel_wrapper .mt_press_carousel .mt_press_item {
  height: 100%;
  background: #ffffff;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767.8px) {
  .mt_press_carousel_wrapper .mt_press_carousel .mt_press_item {
    height: auto;
    min-height: auto;
  }
}
.mt_press_carousel_wrapper .mt_press_carousel .mt_press_image_wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  flex: 0 0 auto;
  aspect-ratio: 4/3;
}
@media (max-width: 991.8px) {
  .mt_press_carousel_wrapper .mt_press_carousel .mt_press_image_wrapper {
    aspect-ratio: 16/9;
  }
}
.mt_press_carousel_wrapper .mt_press_carousel .mt_press_image_wrapper .mt_press_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left;
  transition: transform 0.3s ease;
}
.mt_press_carousel_wrapper .mt_press_carousel .mt_press_content {
  padding: 20px;
  border: 1px solid #c6c1c1;
  border-top: none;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.mt_press_carousel_wrapper .mt_press_carousel .mt_press_content .mt_press_title {
  font-size: 22px;
  font-weight: 500;
  color: #292828;
  margin-bottom: 12px;
  line-height: 130%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 991.8px) {
  .mt_press_carousel_wrapper .mt_press_carousel .mt_press_content .mt_press_title {
    font-size: 18px;
  }
}
@media (max-width: 767.8px) {
  .mt_press_carousel_wrapper .mt_press_carousel .mt_press_content .mt_press_title {
    font-size: 18px;
  }
}
.mt_press_carousel_wrapper .mt_press_carousel .mt_press_content .mt_press_description {
  font-size: 15px;
  color: #232222;
  line-height: 1.6;
  margin-bottom: 20px;
  font-family: "arboria", sans-serif;
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 991.8px) {
  .mt_press_carousel_wrapper .mt_press_carousel .mt_press_content .mt_press_description {
    font-size: 14px;
  }
}
@media (max-width: 767.8px) {
  .mt_press_carousel_wrapper .mt_press_carousel .mt_press_content .mt_press_description {
    font-size: 14px;
  }
}
.mt_press_carousel_wrapper .mt_press_carousel .mt_press_content .mt_press_link {
  display: inline-flex;
  align-items: flex-start;
  font-size: 16px;
  font-weight: 400;
  color: #292828;
  text-decoration: none;
  margin-top: auto;
  min-height: 24px;
  transition: color 0.3s ease, font-weight 0.3s ease;
}
.mt_press_carousel_wrapper .mt_press_carousel .mt_press_content .mt_press_link:hover {
  color: #101828;
  font-weight: 500;
}
.mt_press_carousel_wrapper .mt_press_carousel .mt_press_content .mt_press_link::after {
  content: url(../../images/arrow-right.svg);
  margin-left: 8px;
  padding: 2px;
  transition: transform 0.3s ease;
}
.mt_press_carousel_wrapper .mt_press_carousel .mt_press_content .mt_press_link:hover::after {
  transform: scale(1.1);
}
.mt_press_carousel_wrapper .mt_press_arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background: #ffffff;
  border: 2px solid #c6c1c1;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.mt_press_carousel_wrapper .mt_press_arrow:hover {
  background: #101828;
  border-color: #101828;
  color: #ffffff;
  transform: translateY(-50%) scale(1.05);
}
.mt_press_carousel_wrapper .mt_press_arrow:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(16, 24, 40, 0.3);
}
.mt_press_carousel_wrapper .mt_press_arrow svg {
  width: 20px;
  height: 20px;
  transition: transform 0.3s ease;
}
.mt_press_carousel_wrapper .mt_press_arrow.mt_press_arrow_prev {
  left: -24px;
}
@media (max-width: 991.8px) {
  .mt_press_carousel_wrapper .mt_press_arrow.mt_press_arrow_prev {
    left: 16px;
  }
}
.mt_press_carousel_wrapper .mt_press_arrow.mt_press_arrow_next {
  right: -24px;
}
@media (max-width: 991.8px) {
  .mt_press_carousel_wrapper .mt_press_arrow.mt_press_arrow_next {
    right: 16px;
  }
}
@media (max-width: 767.8px) {
  .mt_press_carousel_wrapper .mt_press_arrow {
    display: none;
  }
}
.mt_press_carousel_wrapper .slick-dots {
  position: relative;
  bottom: 0;
  margin-top: 32px;
  text-align: center;
}
.mt_press_carousel_wrapper .slick-dots li {
  display: inline-block;
  margin: 0 4px;
}
.mt_press_carousel_wrapper .slick-dots li button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: none;
  background: #ddd;
  text-indent: -9999px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.mt_press_carousel_wrapper .slick-dots li button:hover {
  background: #101828;
}
.mt_press_carousel_wrapper .slick-dots li.slick-active button {
  background: #101828;
  transform: scale(1.2);
}

/*# sourceMappingURL=press-carousel.css.map */
