body{
    background-color: #1F2943;
}
.testimonials{
    padding: 100px 0;
    overflow: hidden;
}
.testimonials .swiper-wrapper .swiper-slide .elementskit-commentor-content{
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.6em;
    word-wrap: break-word;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    text-align: center;
    padding: 0px 0px 0px 0px;
    padding-right: 0;
    display: block;
}

.testimonials .swiper-wrapper .swiper-slide .elementskit-commentor-content .elementskit-watermark-icon{    
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
    font-weight: 400;
    font-size: 1rem;
    word-wrap: break-word;
    text-align: center;
    box-sizing: border-box;
    position: static;
    line-height: 1;
    display: inline-block;
    margin-bottom: 23px;
    color: rgba(37,117,252,.2);
}

.testimonials .swiper-wrapper .swiper-slide .elementskit-commentor-content .elementskit-watermark-icon svg{
    font-style: normal;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
    font-weight: 400;
    font-size: 1rem;
    word-wrap: break-word;
    text-align: center;
    line-height: 1;
    color: rgba(37,117,252,.2);
    box-sizing: border-box;
    overflow: hidden;
    width: 48px;
    height: auto;
    vertical-align: middle;
}

.testimonials .swiper-wrapper .swiper-slide .elementskit-commentor-content .elementskit-watermark-icon svg g path{
    font-style: normal;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
    font-weight: 400;
    font-size: 1rem;
    word-wrap: break-word;
    text-align: center;
    line-height: 1;
    color: rgba(37,117,252,.2);
    box-sizing: border-box;
    stroke: #D6BDC0;
    fill: #D6BDC0;
}

.testimonials .swiper-wrapper .swiper-slide .elementskit-commentor-content .testimonialsReview{
    width: 66%;
    margin-left: auto !important;
    margin-right: auto !important;
    word-wrap: break-word;
    text-align: center;
    border: 0;
    font-style: inherit;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
    box-sizing: border-box;
    transition: all .4s ease;
    color: #ffffff;
    margin: 0px 0px 0px 7px;
    font-family: "Lexend", Sans-serif;
    font-size: 27px;
    font-weight: 400;
    line-height: 42px;
}

.testimonials .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal{
    position: unset;
    margin-top: 25px;
}

.testimonials .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal span.swiper-pagination-bullet-active{
    width: 14px;
    height: 14px;
    background-color: #D6BDC0;
}
.testimonials .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal span:not(.swiper-pagination-bullet-active){
    width: 11px;
    height: 11px;
    border: 1px solid #D6BDC0;
    border-radius: 15px;
    background-color: #1F2943;
    opacity: unset;
}

.testimonials .swiper-slide .elementskit-commentor-content{
    display: none !important;
}

.testimonials .swiper-slide.swiper-slide-active .elementskit-commentor-content{
    display: block !important;
}