.sd-posttype-swiper {
	position: relative;
	max-width: 100%;
	isolation: isolate;
}

.sd-posttype-swiper .swiper {
	position: relative;
}

.sd-posttype-swiper .swiper-wrapper {
	align-items: stretch;
}

.sd-posttype-swiper .swiper-slide {
	box-sizing: border-box;
	height: auto;
	display: flex;
	flex-direction: column;
}

.sd-posttype-swiper .sd-slide-card {
	display: block;
	text-decoration: none;
}

.sd-posttype-swiper img {
	display: block;
	width: 100%;
	height: auto;
	max-width: 100%;
}

.sd-posttype-swiper .sd-slide-empty {
	padding: 24px;
	text-align: center;
}

.sd-posttype-swiper .swiper-pagination {
	position: relative;
	margin-top: 20px;
	bottom: auto !important;
	left: auto !important;
	right: auto !important;
}

.sd-posttype-swiper .swiper-pagination-bullet {
	background: rgba(255, 255, 255, 0.25);
	opacity: 1;
}

.sd-posttype-swiper .swiper-pagination-bullet-active {
	background: rgba(255, 255, 255, 1);
}



.sd-posttype-swiper .swiper-button-prev,
.sd-posttype-swiper .swiper-button-next {
	z-index: 20;
	width: 38px;
	height: 38px;
	border-radius: 999px;
	border: 1px solid #FFF;
	background: var(--fl-global---pp-navy);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
}

.sd-posttype-swiper .swiper-button-prev,
.sd-posttype-swiper .swiper-button-next{
	position:absolute !important;
	top:50% !important;
	
}
.sd-posttype-swiper .swiper-button-prev{
	left:5% !important;
	transform:translate(-50%, -50%) !important;
}
.sd-posttype-swiper .swiper-button-next{
	right:0% !important;
	transform:translate(-50%, -50%) !important;
}
.sd-posttype-swiper .swiper-button-prev:hover,
.sd-posttype-swiper .swiper-button-next:hover {
	background: #FFF;
	color: #1B2930;
}

.sd-posttype-swiper .swiper-button-prev::after,
.sd-posttype-swiper .swiper-button-next::after {
	font-family: 'Font Awesome 7 Pro';
	font-size: 17px;
	font-weight: 400;
}

.sd-posttype-swiper .swiper-button-prev::after {
	content: '\f060';
}

.sd-posttype-swiper .swiper-button-next::after {
	content: '\f061';
}

.sd-posttype-swiper .swiper-button-prev svg,
.sd-posttype-swiper .swiper-button-next svg {
	display: none;
}


.sd-posttype-swiper .swiper-button-next {
	right:3% !important;
	transform:translate(-50%, -50%) !important;
	
}

/* Fixed-width slider mode */
.sd-posttype-swiper--fixed-width .swiper {
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

.sd-posttype-swiper--fixed-width .swiper-slide {
	box-sizing: border-box;
	flex-shrink: 0;
}

/* Mobile */
@media (max-width: 767px) {
	.sd-posttype-swiper--fixed-width .swiper {
		width: 100%;
		max-width: 100%;
		overflow: hidden;
	}

	.sd-posttype-swiper--fixed-width .swiper-slide {
		width: auto;
	}
	.sd-posttype-swiper .swiper-button-prev,
	.sd-posttype-swiper .swiper-button-next,
	.sd-posttype-swiper .before_shadow,
	.sd-posttype-swiper .after_shadow {
		display: none;
	}
}

@media (min-width: 900px) {
	.sd-posttype-swiper .swiper-pagination {
		display: none;
	}
}

@media (max-width: 900px) {
	.sd-posttype-swiper .swiper-button-prev,
	.sd-posttype-swiper .swiper-button-next {
		display: none;
	}
}

.sd-posttype-swiper .before_shadow,
.sd-posttype-swiper .after_shadow {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 15;
	pointer-events: none;
	width: 140px;
}

.sd-posttype-swiper .before_shadow {
	left: calc((100vw - 100%) / -2);
	background: linear-gradient(90deg, #1B2930 0%, rgba(27, 41, 48, 0) 100%);
}

.sd-posttype-swiper .after_shadow {
	right: calc((100vw - 100%) / -2);
	background: linear-gradient(to left, #1B2930 0%, rgba(27, 41, 48, 0) 100%);
}

/* Post card slider */
.sd-posttype-swiper--post-cards .swiper {

	overflow: hidden;
}

.sd-posttype-swiper--post-cards .swiper-slide {

	max-width: 100%;
	flex-shrink: 0;
	box-sizing: border-box;
}

@media (max-width: 767px) {
	.sd-posttype-swiper--post-cards .swiper {
		width: 100%;
		max-width: 100%;
	}
}


.swiper-buttons-group .swiper-button-prev,
.swiper-buttons-group .swiper-button-next{
	position: relative;
}

.fl-node-9o63mez0i8ly__5f97beac310412173d38035f9db2ac13{
	max-width: 100%;
}

#c-sd-testimonials .fl-module-box,
#c-sd-testimonials .fl-module-posttype-splide
{
  	max-width: 100%;
}