/*# sourceMappingURL=testimonial-highlight.css.map */

.slipstream-block .container {
	max-width: 872px;
}

.testimonial-section {
	padding: 3rem 0;
}

.testimonial-section .testimonial-container {
	background: transparent;
	border-radius: 0;
	max-width: none;
	padding: 0;
}

.testimonial-section .testimonial-wrapper {
	background-color: #fff;
	border-radius: 8px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 auto;
	position: relative;
	width: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	gap: 0;
	height: 472px;
	justify-content: center;
	padding: 0;
}

.testimonial-section .testimonial-wrapper:before {
	border-radius: 8px 0 0 8px;
	left: 0;
}

.testimonial-section .testimonial-wrapper:after {
	border-radius: 0 8px 8px 0;
	right: 0;
}

.testimonial-section .testimonial-wrapper .image-column, .testimonial-section .testimonial-wrapper .quote-column {
	height: 100%;
}

.testimonial-section .testimonial-wrapper .quote-column {
	-webkit-box-flex: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex: 0 0 52%;
	flex: 0 0 52%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	background-color: #f3f4ff;
	border: 1px solid #fff;
	-webkit-box-shadow: 0 0 8px rgba(15, 32, 96, .15);
	box-shadow: 0 0 8px rgba(15, 32, 96, .15);
	clip-path: polygon(0 0, 100% 0, calc(100% - 60px) 100%, 0 100%);
	justify-content: center;
	padding: 64px 60px 64px 64px;
	position: relative;
	z-index: 2;
}

.testimonial-section .testimonial-wrapper .quote-column .quote-content {
	max-width: 500px;
	position: relative;
	width: 100%;
}

.testimonial-section .testimonial-wrapper .quote-column .quote-mark svg {
	height: auto;
	width: 56px;
}

.testimonial-section .testimonial-wrapper .quote-column .quote-mark.quote-mark-open {
	left: -55px;
}

.testimonial-section .testimonial-wrapper .quote-column .quote-mark.quote-mark-close {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: end;
}

.testimonial-section .testimonial-wrapper .quote-column .quote-text {
	margin: 20px 0;
}

.testimonial-section .testimonial-wrapper .quote-column .quote-text p {
	color: #100a1f;
	font-size: 1.375rem;
	font-weight: 600;
	line-height: 1.6;
	margin: 0;
	text-align: center;
}

.testimonial-section .testimonial-wrapper .quote-column .quote-text .highlight, .testimonial-section .testimonial-wrapper .quote-column .quote-text span {
	color: #2869e9;
	font-weight: 500;
}

.testimonial-section .testimonial-wrapper .quote-column .quote-attribution {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 20px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.testimonial-section .testimonial-wrapper .quote-column .quote-attribution .avatar {
	border-radius: 50%;
	height: 40px;
	-o-object-fit: cover;
	object-fit: cover;
	width: 40px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.testimonial-section .testimonial-wrapper .quote-column .quote-attribution .author-name {
	color: #100a1f;
	font-size: .875rem;
	font-weight: 400;
	line-height: 1.5;
	margin-bottom: 2px;
}

.testimonial-section .testimonial-wrapper .quote-column .quote-attribution .author-title {
	color: #0f2060;
	font-size: .75rem;
	font-weight: 600;
	line-height: 10px;
}

.testimonial-section .testimonial-wrapper .image-column {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 52%;
	flex: 0 0 52%;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin-left: -50px;
	z-index: 1;
}

.testimonial-section .testimonial-wrapper .image-column, .testimonial-section .testimonial-wrapper .image-column .testimonial-image {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}

.testimonial-section .testimonial-wrapper .image-column .testimonial-image {
	height: 100%;
	overflow: hidden;
	width: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	clip-path: polygon(60px 0, 100% 0, 100% 100%, 0 100%);
	justify-content: center;
}

.testimonial-section .testimonial-wrapper .image-column .testimonial-image img {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	width: 100%;
}

@media (max-width:1200px) {
	.testimonial-section .testimonial-wrapper {
		height: 400px;
	}
	
	.testimonial-section .testimonial-wrapper .quote-column {
		padding: 48px;
	}
	
	.testimonial-section .testimonial-wrapper .quote-column .quote-text p {
		font-size: 17px;
	}
}

@media (max-width:991px) {
	.testimonial-section .testimonial-wrapper {
		height: 380px;
	}
	
	.testimonial-section .testimonial-wrapper:after, .testimonial-section .testimonial-wrapper:before {
		width: 24px;
	}
	
	.testimonial-section .testimonial-wrapper .quote-column {
		padding: 40px;
	}
	
	.testimonial-section .testimonial-wrapper .quote-column .quote-mark.quote-mark-open {
		left: -20px;
	}
	
	.testimonial-section .testimonial-wrapper .quote-column .quote-text p {
		font-size: 16px;
	}
	
	.testimonial-section .testimonial-wrapper .quote-column .quote-mark svg {
		width: 48px;
	}
}

@media (max-width:767px) {
	.testimonial-section {
		padding: 40px 16px;
	}
	
	.testimonial-section .testimonial-wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 24px;
		height: auto;
	}
	
	.testimonial-section .testimonial-wrapper .quote-column {
		clip-path: none;
		height: auto;
		padding: 24px;
		width: 100%;
	}
	
	.testimonial-section .testimonial-wrapper .quote-column .quote-content {
		max-width: 100%;
	}
	
	.testimonial-section .testimonial-wrapper .quote-column .quote-text p {
		font-size: 16px;
		line-height: 1.5;
	}
	
	.testimonial-section .testimonial-wrapper .quote-column .quote-mark svg {
		width: 44px;
	}
	
	.testimonial-section .testimonial-wrapper .image-column {
		height: 350px;
		margin-left: 0;
		width: 100%;
	}
	
	.testimonial-section .testimonial-wrapper .image-column .testimonial-image {
		clip-path: none;
		height: 350px;
	}
}

@media (max-width:575px) {
	.testimonial-section .testimonial-wrapper {
		padding: 0;
	}
	
	.testimonial-section .testimonial-wrapper .quote-column {
		padding: 20px;
	}
	
	.testimonial-section .testimonial-wrapper .quote-column .quote-text {
		margin: 16px 0;
	}
	
	.testimonial-section .testimonial-wrapper .quote-column .quote-text p {
		font-size: 15px;
	}
	
	.testimonial-section .testimonial-wrapper .quote-column .quote-mark {
		margin-bottom: 12px;
	}
	
	.testimonial-section .testimonial-wrapper .quote-column .quote-mark.quote-mark-open {
		left: 0;
		top: -15px;
	}
	
	.testimonial-section .testimonial-wrapper .quote-column .quote-mark svg {
		width: 40px;
	}
	
	.testimonial-section .testimonial-wrapper .quote-column .quote-mark.quote-mark-close {
		margin-top: 12px;
	}
	
	.testimonial-section .testimonial-wrapper .quote-column .quote-attribution {
		margin-top: 16px;
	}
	
	.testimonial-section .testimonial-wrapper .image-column .testimonial-image {
		height: 300px;
	}
}
