/* Add custom CSS styles below */ 
@media (min-width: 1040px) {
  .s-block--rectangular-links .container {
    max-width: 1000px !important;
}
  .s-block--rectangular-links .rectangular-list-item {
    flex: 1 1 calc(100%/2 - 0.5rem) !important;
}
}

.advanced-slider .swiper .swiper-slide-active a {
    border-radius: 8px;
}
.advanced-slider .swiper .swiper-slide-active p ,.advanced-slider .swiper .swiper-slide-active h2 {
    color: #ffff;
}
.advanced-slider__caption__inner__content__button span ,.footer-is-custom .store-footer .footer-rights p {
    color: #1a2730 !important;
}
 .s-social-link a svg {
     fill: #1a2730;
}
.lazy__bg {
    background-size: contain;
    background-repeat: no-repeat;
   
}
.banner-entry ,.two-row .banner-entry:first-child {
     height: 300px !important;
      background-color: transparent;
      padding: 0px;
      color: #fff;
 overflow: hidden;
  position: relative;
  transition: 0.5s;
   }
.one-row .banner-entry,
.two-row .banner-entry,
.one-row .banner-entry:first-child,
.two-row .banner-entry:first-child {
  grid-column: span 1;
  grid-row: span 1;
}
.sm\:gap-8 {
    gap: .25rem;
}
.sm\:py-16 {
    padding-top: 0;
    padding-bottom: 4rem;
}
@media (max-width:767px){
  .advanced-slider__caption__inner__content__heading {
    font-size: 2rem;
}
 .banner-entry ,.two-row .banner-entry:first-child {
     height: 150px !important;
   }
}