/* Add custom CSS styles below */ 

/*transparent to img*/
.s-block--fixed-banner .banner--fixed img ,
.s-block--banners  .grid .banner-entry {
    background-color:transparent !important;
}
.index section{
  margin-bottom: 50px;
}

/*photos slider full width */
section.s-block--photos-slider .swiper{
    padding:0;
}
section.s-block--photos-slider .swiper .swiper-slide{
    padding:0;
    width:100%;
}
section.s-block.s-block--photos-slider {
    margin-top:0;
}
section.s-block--photos-slider  button.s-slider-nav-arrow.swiper-button-disabled {
    visibility:hidden;
}
/*title elment list*/
section.s-block--banners .s-block__title {
    justify-content:center;
}
section.s-block--banners .right-side{
    padding:20px 0 ;
}
@media(min-width:768px){
section.s-block--banners .s-block__title h2{
    font-size:31px;
}
}
/*element list */
.s-block--banners > .grid a.banner-entry {
        grid-row: span 1 / span 2 ;
}
@media(min-width:768px){
   .s-block--banners:nth-of-type(2) > .grid {
        grid-template-columns:repeat(2, minmax(0, 1fr));
        max-width: 500px;
        margin: auto;
    } 
    .s-block--banners:nth-of-type(2) > .grid a.banner-entry {
        height:300px;
    }

    .s-block--banners:nth-of-type(8) > .grid {
        grid-template-columns:repeat(3, minmax(0, 1fr));
        max-width: 900px;
        margin: auto;
    } 
    .s-block--banners:nth-of-type(8) > .grid a.banner-entry {
        height:280px;
    }

}
@media(max-width:768px){
    .s-block--banners:nth-of-type(2)  > .grid {
        max-width: 200px;
        margin:auto;
        grid-template-columns:repeat(2, minmax(0, 1fr));
    }
    .s-block--banners:nth-of-type(2)  > .grid a.banner-entry {
        height:150px;
    }
    .s-block--banners:nth-of-type(8) > .grid {
        grid-template-columns:repeat(2, minmax(0, 1fr));
    } 
    .s-block--banners:nth-of-type(8)  > .grid a.banner-entry:nth-of-type(3) {
        grid-column:1/3
    }
}
section.s-block--features .grid{
    gap:0
}
section.s-block--features .s-block--features__item{
    background-color:#F5F3F1;
}
section.s-block--features .feature-icon{
    background-color:#ffffff59;
}
section.s-block--features .feature-icon i{
    color:#341437;
}