section.vg-testimonies-gallery{
	--_icon-1: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='68' height='68' viewBox='0 0 68 68'%3E%3Ccircle cx='34' cy='34' r='34' fill='white'/%3E%3Ccircle cx='34' cy='34' r='30' fill='%23FD5000'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M42.308 20.345l5.573 5.574-4.366 4.366h6.173v7.885h-6.173l4.366 4.366-5.573 5.574-4.366-4.366v6.173h-7.884v-6.173l-4.366 4.366-5.573-5.574 4.366-4.366h-6.173v-7.885h6.173l-4.366-4.366 5.573-5.574 4.366 4.366v-6.173h7.884v6.173l4.366-4.366Z' fill='white'/%3E%3C/svg%3E");
	--_icon-2: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='68' height='68' viewBox='0 0 68 68'%3E%3Ccircle cx='34' cy='34' r='34' fill='white'/%3E%3Ccircle cx='34' cy='34' r='30' fill='%23FD5000'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M47.938 30.795l-.967.256h.008l-11.834 3.175 11.899 3.223h.128l.808.224c1.488.648 2.48 2.151 2.376 3.862-.104 1.727-1.368 3.207-3.055 3.567-1.183.248-2.31-.048-3.158-.688l-9.692-9.452 3.159 12.906.256.968c.192 1.511-.511 3.062-1.934 3.87-1.871 1.095-4.254.455-5.318-1.416-.424-.744-.584-1.52-.52-2.328v-.032l.32-1.192.032-.072.032-.064.032-.064 3.063-11.587-9.659 9.42c-.08.049-.152.097-.224.145-.072.048-.144.097-.224.145-1.871 1.063-4.262.424-5.326-1.447-1.063-1.871-.447-4.262 1.424-5.325.16-.088.32-.16.48-.224h.032l1.064-.288h.096l.064-.032 11.578-3.143-11.874-3.158-.968-.256c-.16-.064-.32-.128-.48-.224-1.871-1.104-2.487-3.487-1.424-5.358 1.064-1.871 3.455-2.511 5.326-1.416.08.048.152.097.224.145.072.048.144.097.224.145l.384.36 9.236 9.028-3.159-11.834-.288-.999v-.064c-.032-.128-.032-.288-.032-.448 0-2.159 1.808-3.902 3.935-3.902 2.127 0 3.903 1.743 3.903 3.902v.001c0 .192 0 .352-.032.512v.064l-.032.064-.192.68-.064.192-3.134 11.834 9.052-8.804.488-.48c1.231-1.031 2.998-1.223 4.453-.383 1.871 1.063 2.519 3.446 1.423 5.317-.456.776-1.096 1.36-1.872 1.68h-.032Z' fill='white'/%3E%3C/svg%3E");
	--_icon-3: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='68' height='68' viewBox='0 0 68 68'%3E%3Ccircle cx='34' cy='34' r='34' fill='white'/%3E%3Ccircle cx='34' cy='34' r='30' fill='%23FD5000'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M50.056 26.497l.708 1.728-12.272 5.066h13.276v1.868H38.453l12.296 5.12-.724 1.728-12.257-5.098 9.393 9.385-1.331 1.323-9.409-9.416 5.074 12.311-1.735.716-5.058-12.272v13.268h-1.875V38.909l-5.113 12.296-1.728-.716 5.097-12.257-9.385 9.386-1.323-1.323 9.416-9.416-12.311 5.074-.716-1.728 12.273-5.066H15.76v-1.868h13.315l-12.295-5.121.724-1.728 12.257 5.098-9.385-9.385 1.323-1.323 9.416 9.416-5.082-12.311 1.735-.716 5.058 12.28V16.224h1.875v13.315l5.113-12.296 1.735.716-5.105 12.273 9.393-9.385 1.331 1.323-9.416 9.416 12.311-5.074Z' fill='white'/%3E%3C/svg%3E");
	min-height: 500px;
	background-color: var(--wp--preset--color--secondary);
}

.vg-testimonies__container {
	--_padding-block: 48px;

	max-width: var(--wp--custom--width--default);
	margin-inline: auto;
	padding-block: 0 var(--_padding-block);
	padding-inline: var( --vg--spacing--inline--default );
}

.vg-testimonies__title {
	color: var(--wp--preset--color--white);
	margin: 0;
	padding-block: 56px 32px;
}

.vg-testimony__item {
	display: flex;
	flex-direction: column;
	background-color: var(--wp--preset--color--white);
	max-width: 330px;
	min-height: 450px;
	border-radius: 6px;
	padding: 52px 24px 24px 24px;
}

.vg-testimony__title {
	color: var(--wp--preset--color--secondary);
	margin-block: 0 16px;
}

.vg-testimony__gym {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-block: 0 32px;
}

.vg-testimony__icon {
	width           : 68px;
	height          : 68px;
	position        : absolute;
	top          	: -34px;
	left            : 50%;
	transform       : translateX(-50%);
}
.vg-testimony__icon--1 {
	background      : var(--_icon-1);
}

.vg-testimony__icon--2 {
	background      : var(--_icon-2);
}

.vg-testimony__icon--3 {
	background      : var(--_icon-3);
}

.vg-testimony__gym .icon--vivagym {
	height: 30px;
	width: 30px;
	background: var(--wp--preset--color--primary);
}

.vg-testimonies-gallery .swiper-wrapper {
	display: flex;
	padding-top: 34px;
}

@media (max-width: 959px) {
	.vg-testimonies-gallery .swiper::after {
		position: absolute;
		content: '';
		height: 100%;
		width: 100%;
		background: linear-gradient(90deg, rgba(233, 233, 233, 0) 76.27%, var(--wp--preset--color--secondary) 98.78%);
		top: 0;
		right: 0;
		z-index: 10;
		pointer-events: none;
	}
}

@media (min-width: 960px) {
	.vg-testimony__item {
		min-height: 400px;
	}

	.vg-testimonies__container {
		--_padding-block: 56px;
	}
	.vg-testimonies-gallery .swiper-wrapper {
		display: grid;
		grid-template-columns: repeat( 3, 1fr );
		gap: 24px;
	}
}
