/* compiled by scssphp 1.6.0 on Wed, 14 Aug 2024 12:02:04 +0000 (0.0172s) */

@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;900&family=PT+Serif:wght@400;700&display=swap');
#area-content .section.tiles-slider {
  position: relative;
  background-color: #F2F2F2;
}
#area-content .section.tiles-slider .element-swiper-wrapper {
  padding: 20px 0;
}
@media only screen and (max-width: 35.5625rem) {
  #area-content .section.tiles-slider .swiper {
    padding-left: 20px;
  }
}
#area-content .section.tiles-slider .swiper:after {
  content: '';
  background: #f2f2f2;
  background: -moz-linear-gradient(90deg, rgba(242, 242, 242, 0) 0%, #f2f2f2 35%);
  background: -webkit-linear-gradient(90deg, rgba(242, 242, 242, 0) 0%, #f2f2f2 35%);
  background: linear-gradient(90deg, rgba(242, 242, 242, 0) 0%, #f2f2f2 35%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f2f2f2",endColorstr="#f2f2f2",GradientType=1);
  position: absolute;
  right: -1px;
  top: 0;
  width: 10%;
  height: 100%;
  z-index: 1;
  overflow: visible;
}
@media only screen and (max-width: 47.9375rem) {
  #area-content .section.tiles-slider .swiper:after {
    background: -moz-linear-gradient(90deg, rgba(242, 242, 242, 0) 0%, #f2f2f2 60%);
    background: -webkit-linear-gradient(90deg, rgba(242, 242, 242, 0) 0%, #f2f2f2 60%);
    background: linear-gradient(90deg, rgba(242, 242, 242, 0) 0%, #f2f2f2 60%);
  }
}
#area-content .section.tiles-slider .swiper .swiper-button-prev {
  display: none;
}
#area-content .section.tiles-slider .swiper .swiper-button-next {
  color: #FAB515;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 999;
}
#area-content .section.tiles-slider .swiper .swiper-button-next:after {
  content: '';
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 50px;
}
@media only screen and (max-width: 47.9375rem) {
  #area-content .section.tiles-slider .swiper .swiper-button-next:after {
    font-size: 20px;
    padding: 5px;
  }
}
#area-content .section.tiles-slider .entry {
  margin-right: 20px;
}
#area-content .section.tiles-slider .entry:hover .entry-image {
  background-size: auto 110%;
}
#area-content .section.tiles-slider .entry .entry-image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
}
