/* Add custom CSS styles below */ 

/* Add custom CSS styles below */ 

.primary .advanced-slider__caption__inner__content{
color: white;
    scale:0.8;
}
.home-block-title{
scale:0.9 !important;
}
.s-block--enhanced-features__item{
scale:0.9 !important;
}
.primary .advanced-slider__caption {
    z-index: 5 !important;
}
.advanced-slider__caption__inner__content{
    scale:0.8;
}

.swiper-slide .bg-primary{
  background-color: transparent !important;
}

footer .s-trust-badges-wrapper
 {
    display: none;
}

 @media (max-width: 576px) {
            .s-block--stats .container>div {
            flex-wrap: nowrap !important;
        }
        .s-block--stats .container .stats-number {
            font-size: 25px;
        }
        .s-block--stats .container .text-store-text-primary {
            font-size: 15px;
        }
        }



section.s-block.s-block--square-links.square-links-1.s-block--animate.merge-with-top-component > div > ul > li > a > h3 {
    color: #000000 !important;
    position: absolute !important;
    bottom: -0px;
    right: 50%;
    transform: translateX(50%);
    width: 101%;
    background: #f6f3ee9e;
    border-radius: 50px 50px 0 0;
}


 footer  .s-trust-badges-image{
    display: none !important;
 }
 footer .s-trust-badges-content{
    display: none !important;
 }