<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.slider-title {
  display: none;
}

.lmn-resources-slider {
  overflow: hidden;
}
.lmn-resources-slider .resources-swiper {
  width: 100%;
  height: 100%;
  position: relative;
}
.lmn-resources-slider .resources-swiper .resource-items {
  padding-bottom: 7.5rem;
  flex-wrap: nowrap;
}
.lmn-resources-slider .resources-swiper .resource-items .resource-item {
  height: auto;
  cursor: grab;
}
.lmn-resources-slider .resources-swiper .swiper-navigation {
  display: block;
  width: 108px;
  height: 50px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.lmn-resources-slider .resources-swiper .swiper-navigation .swiper-button-next {
  width: 50px;
  height: 50px;
  background-color: var(--wp--preset--color--secondary);
  background-image: url("data:image/svg+xml;utf8,&lt;svg width='14' height='14' fill='none' xmlns='http://www.w3.org/2000/svg'&gt;&lt;g clip-path='url(%23a)' stroke='%23fff' stroke-width='1.5' stroke-miterlimit='10'&gt;&lt;path d='m7.74 1.078 5.625 6.045-5.92 5.789M12.915 6.992H0'/&gt;&lt;/g&gt;&lt;defs&gt;&lt;clipPath id='a'&gt;&lt;path fill='%23fff' transform='matrix(0 -1 -1 0 14 13.222)' d='M0 0h12.444v14H0z'/&gt;&lt;/clipPath&gt;&lt;/defs&gt;&lt;/svg&gt;");
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: center;
  margin: 0;
  top: 0;
  right: 0;
  border-radius: 50%;
  transition: all 0.4s;
}
.lmn-resources-slider .resources-swiper .swiper-navigation .swiper-button-next::after {
  display: none;
}
.lmn-resources-slider .resources-swiper .swiper-navigation .swiper-button-next:hover {
  background-color: #E6184A;
}
.lmn-resources-slider .resources-swiper .swiper-navigation .swiper-button-prev {
  width: 50px;
  height: 50px;
  background-color: var(--wp--preset--color--secondary);
  background-image: url("data:image/svg+xml;utf8,&lt;svg width='14' height='14' fill='none' xmlns='http://www.w3.org/2000/svg'&gt;&lt;g clip-path='url(%23a)' stroke='%23fff' stroke-width='1.5' stroke-miterlimit='10'&gt;&lt;path d='M6.26 1.078.636 7.123l5.92 5.789M1.085 6.992H14'/&gt;&lt;/g&gt;&lt;defs&gt;&lt;clipPath id='a'&gt;&lt;path fill='%23fff' transform='rotate(-90 6.611 6.611)' d='M0 0h12.444v14H0z'/&gt;&lt;/clipPath&gt;&lt;/defs&gt;&lt;/svg&gt;");
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: center;
  margin: 0;
  top: 0;
  left: 0;
  border-radius: 50%;
  transition: all 0.4s;
}
.lmn-resources-slider .resources-swiper .swiper-navigation .swiper-button-prev::after {
  display: none;
}
.lmn-resources-slider .resources-swiper .swiper-navigation .swiper-button-prev:hover {
  background-color: #E6184A;
}
@media (min-width: 1024px) {
  .lmn-resources-slider .resources-swiper .swiper-navigation {
    width: 128px;
    height: 60px;
  }
  .lmn-resources-slider .resources-swiper .swiper-navigation .swiper-button-next,
  .lmn-resources-slider .resources-swiper .swiper-navigation .swiper-button-prev {
    width: 60px;
    height: 60px;
  }
}
.lmn-resources-slider .resources-swiper .swiper-pagination {
  position: absolute;
  bottom: 2.8rem;
  top: unset;
  max-width: 196px;
  height: 2px;
  border-radius: 2px;
}
@media (max-width: 499px) {
  .lmn-resources-slider .resources-swiper .swiper-pagination {
    max-width: 150px;
    bottom: 2.4rem;
  }
}
.lmn-resources-slider .resources-swiper .swiper-pagination .swiper-pagination-progressbar-fill {
  background: #E6184A;
  border-radius: 2px;
}
.lmn-resources-slider .resource-items .resource-item {
  max-width: unset;
}

@media (max-width: 849px) {
  .hide-sm {
    display: none !important;
  }
}/*# sourceMappingURL=block-resource-slider.css.map */</pre></body></html>