@media all and (min-width: 768px){.cards-carousel-wrapper .cards-carousel .carousel-slide{width:100% !important}}
@media all and (min-width: 1200px){.cards-carousel-wrapper .cards-carousel .carousel-slide{width:50% !important}}
@media all and (min-width: 320px){.cards-carousel-wrapper .cards-carousel .carousel-slide{width:auto !important}}
.cards-carousel-wrapper .cards-carousel .carousel-card{background:#FFFFFF;-webkit-box-shadow:0px 2px 6px 2px rgba(0,0,0,0.15),0px 1px 2px rgba(0,0,0,0.3);box-shadow:0px 2px 6px 2px rgba(0,0,0,0.15),0px 1px 2px rgba(0,0,0,0.3);-webkit-border-radius:4px;border-radius:4px;width:185px;max-width:100%;height:auto}
@media all and (min-width: 768px){.cards-carousel-wrapper .cards-carousel .carousel-card{max-width:185px}}
.cards-carousel-wrapper .cards-carousel .carousel-card__images{position:relative;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:space-evenly;-webkit-justify-content:space-evenly;-moz-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly;-webkit-box-align:baseline;-webkit-align-items:baseline;-moz-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;padding:4px}
.cards-carousel-wrapper .cards-carousel .carousel-card__images .image{position:relative;width:-webkit-calc(50% - 1px);width:calc(50% - 1px);height:auto;-o-object-fit:cover;object-fit:cover}
.cards-carousel-wrapper .cards-carousel .carousel-card__images .image img{-o-object-fit:cover;object-fit:cover;width:100%;height:93px}
.cards-carousel-wrapper .cards-carousel .carousel-card__images .image .image-icon{position:absolute;display:block;top:1.5px;left:1.5px;height:15px;width:15px}
.cards-carousel-wrapper .cards-carousel .carousel-card__images .image__standalone{width:100%}
.cards-carousel-wrapper .cards-carousel .carousel-card__body{padding:8px}
.cards-carousel-wrapper .cards-carousel .carousel-card__body--title{font-size:14px;font-weight:600;line-height:22px;letter-spacing:0.2px;color:#192B44}
.cards-carousel-wrapper .cards-carousel .carousel-card__body--text{margin:0;font-size:12px;font-weight:300;line-height:15px}
.cards-carousel-wrapper .a11y-slider-dots{list-style:none;margin:16px 0 0;padding:0;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}
.cards-carousel-wrapper .a11y-slider-dots li{margin:0 3px}
.cards-carousel-wrapper .a11y-slider-dots li button{text-indent:-9999px;border:none;height:10px;width:10px;-webkit-border-radius:50%;border-radius:50%;background:#DEDEDE;padding:0}
.cards-carousel-wrapper .a11y-slider-dots li button.active{background:#192B44}
.cards-carousel-wrapper .carousel-navigation-button{display:none;position:absolute;top:-webkit-calc(50% - 36px);top:calc(50% - 36px);cursor:pointer}
.cards-carousel-wrapper .carousel-navigation-button.prev-slide{left:20px}
.cards-carousel-wrapper .carousel-navigation-button.next-slide{right:20px}
.cards-carousel-wrapper .carousel-navigation-button.disabled-button{pointer-events:none;cursor:default}
.cards-carousel-wrapper .carousel-navigation-button.disabled-button svg path{fill:#000;fill-opacity:0.38}
@media all and (min-width: 768px){.cards-carousel-wrapper .carousel-navigation-button{display:block}}