.trusted-logos-container {
	width: 100%;
	text-align: left;
	display: flex;
	align-items: flex-start;
}

.who-trusts-us-logos:before {
	background-image: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
	background-size: cover;
	z-index: 2;
	position: absolute;
	left: 0px;
	width: 50px;
	height: 100%;
	background-position: 0% 50%;
	content: '';
}

.home .who-trusts-us-logos::before {
	background-image: linear-gradient(to left, rgba(249, 249, 252, 0), rgba(249, 249, 252, 1));
}

.who-trusts-us-logos {
	overflow: hidden;
	position: relative;
	padding-right: 3000px;
	margin-right: -3000px;
	padding-top: 0px;
	width: 100%;
	height: 220px;
}

.who-trusts-us-logos:not(.ct-section),
.who-trusts-us-logos.ct-section .ct-section-inner-wrap {
	display: flex;
	justify-content: flex-start;
	flex-direction: column;
}

.who-trusts-us-logos .who-trusts-us-rows {
	will-change: transform;
	position: absolute;
	width: 20000px;
	left: 0;
	transform: translate3d(0, 0, 0);
	animation: moveSlideshow 250s linear infinite;
	animation-play-state: paused;
}

.who-trusts-us-logos .who-trusts-us-rows:hover {
	animation-play-state: running;
}

@keyframes moveSlideshow {
	100% {
		transform: translate3d(-100%, 0, 0);
		-webkit-transform: translate3d(-100%, 0, 0);
	}
}

.who-trusts-us-logos .trusted-logos-row {
	margin-top: 25px;
	margin-bottom: 25px;
	display: flex;
	flex-direction: row;
}

@keyframes slideshow {
	0% {
		left: 0;
	}
	100% {
		left: -200%;
	}
}

.who-trusts-us-logos img,
.who-trusts-us-logos svg {
	opacity: 0.8;
	margin-left: 100px;
	min-width: 150px;
	max-height: 100px;
	display: block;
	width: 60px;
	height: 60px;
}

.who-trusts-us-logos .who-trusts-us-row-1 img:first-child,
.who-trusts-us-logos .who-trusts-us-row-1 svg:first-child {
	margin-left: 50px;
}

.who-trusts-us-logos .who-trusts-us-row-2 img:first-child,
.who-trusts-us-logos .who-trusts-us-row-2 svg:first-child {
	margin-left: 100px;
}

@media (max-width: 767px) {
	.who-trusts-us-logos img,
	.who-trusts-us-logos svg {
	margin-left: 50px;
	}
	.who-trusts-us-logos .who-trusts-us-row-1 img:first-child,
	.who-trusts-us-logos .who-trusts-us-row-1 svg:first-child {
	margin-left: -20px;
	}
	.who-trusts-us-logos .who-trusts-us-row-2 img:first-child,
	.who-trusts-us-logos .who-trusts-us-row-2 svg:first-child {
	margin-left: 30px;
	}
}