/* compiled by scssphp 1.6.0 on Wed, 05 Aug 2026 15:08:14 +0000 (0.0341s) */

@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: '';
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  width: 140px;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(242, 242, 242, 0) 0%, rgba(242, 242, 242, 0.85) 55%, #F2F2F2 100%);
}
@media only screen and (max-width: 47.9375rem) {
  #area-content .section.tiles-slider .swiper:after {
    width: 100px;
  }
}
#area-content .section.tiles-slider .swiper .swiper-button-prev {
  display: none;
}
#area-content .section.tiles-slider .swiper .swiper-button-next {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  margin-top: 0;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  background-color: #104227;
  border-radius: 50%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.22);
  transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
}
@media only screen and (max-width: 47.9375rem) {
  #area-content .section.tiles-slider .swiper .swiper-button-next {
    right: 4px;
    width: 40px;
    height: 40px;
  }
}
#area-content .section.tiles-slider .swiper .swiper-button-next:hover {
  color: #104227;
  background-color: #FAB515;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.28);
}
#area-content .section.tiles-slider .swiper .swiper-button-next:focus-visible {
  outline: 2px solid #FAB515;
  outline-offset: 3px;
}
#area-content .section.tiles-slider .swiper .swiper-button-next:after {
  content: '';
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 18px;
  line-height: 1;
}
@media only screen and (max-width: 47.9375rem) {
  #area-content .section.tiles-slider .swiper .swiper-button-next:after {
    font-size: 14px;
  }
}
@media (prefers-reduced-motion: reduce) {
  #area-content .section.tiles-slider .swiper .swiper-button-next {
    transition: none;
  }
}
#area-content .section.tiles-slider .entry {
  position: relative;
  display: flex;
  flex-direction: column;
  height: auto;
  min-height: 0;
  margin-right: 20px;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}
#area-content .section.tiles-slider .entry:after {
  display: none;
}
#area-content .section.tiles-slider .entry:hover .entry-image, #area-content .section.tiles-slider .entry:focus-within .entry-image {
  background-size: cover;
  transform: scale(1.03);
}
#area-content .section.tiles-slider .entry:hover .button-title, #area-content .section.tiles-slider .entry:hover .entry-cta, #area-content .section.tiles-slider .entry:focus-within .button-title, #area-content .section.tiles-slider .entry:focus-within .entry-cta {
  color: #d99d14;
}
#area-content .section.tiles-slider .entry .entry-image {
  position: relative;
  z-index: 0;
  left: auto;
  top: auto;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  flex-shrink: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 0.6s ease;
  pointer-events: none;
}
@media (prefers-reduced-motion: reduce) {
  #area-content .section.tiles-slider .entry .entry-image {
    transition: none;
  }
}
#area-content .section.tiles-slider .entry .entry-image--placeholder {
  background-color: #e0e0e0;
}
#area-content .section.tiles-slider .entry .entry-body {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 18px 16px 20px;
  text-align: center;
  background-color: #fff;
  border-top: 1px solid #e6e6e6;
  pointer-events: none;
}
#area-content .section.tiles-slider .entry .button-title {
  position: static;
  left: auto;
  bottom: auto;
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: 'PT Serif', serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  transition: color 0.3s ease;
}
#area-content .section.tiles-slider .entry .entry-cta {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  color: #104227;
  transition: color 0.3s ease;
}
#area-content .section.tiles-slider .entry .full-link {
  position: absolute;
  inset: 0;
  z-index: 2;
}
#area-content .section.tiles-slider .entry .full-link:focus-visible {
  outline: 2px solid #FAB515;
  outline-offset: 2px;
}
