<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.slick-slider {
	padding-left: 20px;
	padding-right: 20px;
}
.testimonial h5 {
   text-align: center;
   margin-bottom: 55px;
}
.testimonial__card .card {
   background-color: #000000;
   display: flex;
}
.testimonial__card .span4 {
   display: flex;
   justify-content: center;
   background: url("https://858343.fs1.hubspotusercontent-na1.net/hubfs/858343/testimonial-card-img.svg") center center no-repeat;
   position: relative;
}
@media (max-width: 767px) {
	.slick-slider {
		padding-bottom: 0;
		margin-bottom: 25px;
	}
	.testimonial__card .span4 {
		height: 300px;
		background-size: cover;
	}
	.testimonial__card .span8 {
/*		width: 100%;*/
	}
	.testimonial__card .card {
		flex-direction: column;
	}
}
.testimonial__card .span4 object {
   top: 50px;
   position: absolute;
   fill: white;
}
.testimonial__card .span4 .icon {
   filter: invert(95%) sepia(99%) saturate(4%) hue-rotate(223deg) brightness(105%) contrast(100%);
}
.testimonial__card .span4 p {
   margin-top: 10px;
   font-size: 16px;
   line-height: 22px;
}
.testimonial__card .span4 .card__img {
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   margin-top: 120px;
   text-align: center;
   padding: 0 20px;
}
.testimonial__card .span8 {
   padding: 30px 20px;
}
.testimonial__card .span8 p {
   color: #DAFF01;
   font-size: 24px;
   line-height: 32px;
}
@media (min-width: 768px) {
	.slick-slider {
		padding-left: 40px;
		padding-right: 40px;
	}
	.testimonial__card .span8 {
   	padding: 40px;
	}
	.testimonial__card .span4 {
	   border-right: 1px solid rgba(255, 255, 255, .2);
	}
	.testimonial__card .span8 p {
	   font-size: 28px;
	   line-height: 36px;
	}
	.testimonial__card .card {
		height: 690px;
	}
	.testimonial__card .span4 .card__img {
		margin-top: 0;
		padding: 0 20px;
		text-align: left;
	}
}
@media (min-width: 992px) {
	.testimonial__card .span8 {
   	padding: 50px 60px;
	}
	.testimonial__card .span8 p {
		font-size: 32px;
   	line-height: 40px;
	}
}

/*dots*/
.testimonial ul.slick-dots {
	width: 100%;
	bottom: -12px;
}
.testimonial ul.slick-dots li button {
	margin: 5px 8px;
	border-color: #fff;
	line-height: 1;
}
.testimonial ul.slick-dots li.slick-active button {
	margin: 0 5px;
	line-height: 1;
}
/*arrow*/
.testimonial .slick-arrow {
	border: 1px solid #ffffff;
	font-size: 0;
	height: 65px;
	width: 65px;
	transition: border-color 0.10s;
	top: 100%;
}
.testimonial .slick-prev.slick-arrow {
	right: auto;
	left: 20px;
	background-image: url("https://858343.fs1.hubspotusercontent-na1.net/hubfs/858343/testimonial-slick-prev.svg");
   background-repeat: no-repeat;
   background-position: center center;
}
.testimonial .slick-next.slick-arrow {
	background-image: url("https://858343.fs1.hubspotusercontent-na1.net/hubfs/858343/testimonial-slick-next.svg");
   background-repeat: no-repeat;
   background-position: center center;
   right: 20px;
}
.testimonial .slick-arrow.slick-disabled {
	border-color: rgba(255, 255, 255, .2);
}
@media (min-width: 768px) {
	.testimonial ul.slick-dots {
		width: 100%;
		padding-left: 37.50%;
		margin: 0;
		text-align: left;
		bottom: 60px;
	}
	.testimonial ul.slick-dots li button {
		margin: 5px 13px;
	}
	.testimonial ul.slick-dots li.slick-active button {
		margin: 0 10px;
	}
	.testimonial .slick-arrow {
		top: 616px;
	}
	.testimonial .slick-prev.slick-arrow {
		right: 150px;
		left: auto;
	}
	.testimonial .slick-next.slick-arrow {
		right: 60px;
	}
}

/*for page case-studies*/
.testimonial-case-studies-page .testimonial__card .span8 {
	display: flex;
   align-items: center;
}
</pre></body></html>