.reviewers__row {
	display: flex;
	flex-wrap: wrap;
}

.reviewers {
	position: relative;
}

body .reviewers .reviewers__title {
	margin-bottom: 20px;
}

.reviewers__item {
	background: #2c254e;
	border-radius: 20px;
	display: flex;
}

.reviewers__item-left {
	background: linear-gradient(180deg, #2a1664 0%, #8d6fe454 100%);
	border-radius: 20px 0 0 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.reviewers__text {
	font-size: 14px;
	line-height: 130%;
}

.reviewers__item-right {
	position: relative;
}

.reviewers__item-image {
	flex-shrink: 0;
	margin-bottom: 18px;
}

.reviewers__item-image img {
	width: 70px;
	height: 70px;
	object-fit: cover;
	border: 1px solid #fff;
	border-radius: 15px;
}

.reviewers__item-rating {
	font-weight: 600;
	font-size: 19px;
	line-height: 125%;
	color: #fff;
	margin-bottom: 6px;
}

.reviewers__item-title {
	font-weight: 600;
	font-size: 22px;
	line-height: 125%;
	color: #fff;
	margin-bottom: 10px;
}

.reviewers__item-text {
	font-weight: 300;
	font-size: 14px;
	line-height: 130%;
	color: #fff;
	letter-spacing: 1px;
	position: absolute;
	background: #2c254e;
	border-radius: 0 20px 20px 0;
	z-index: 4;
}

.reviewers .read-more-btn {
	font-weight: 600;
	font-size: 16px;
	line-height: 160%;
	letter-spacing: 1px;
	color: #cd00ed;
	position: relative;
	cursor: pointer;
}

.reviewers .read-more-btn::before {
	content: '';
	position: absolute;
	top: -35px;
	left: 0;
	background: linear-gradient(180deg, #2c254ec9 10%, #2c254e 40%);
	height: 40px;
	width: 100%;
}

.reviewers__item-right.item-open .read-more-btn::before {
	opacity: 0;
}

.reviewers__item-right.item-open .read-more-btn {
	margin-top: 5px;
}

.reviewers__item-right.item-open .reviewers__item-text {
	box-shadow: 0 27px 46px rgb(0 0 0 / 35%);
	border-radius: 0 20px 20px 20px;
}

.playersreviews__title {
	max-width: 576px;
}

.playersreviews {
	position: relative;
}

.playersreviews__row {
	display: flex;
	flex-wrap: wrap;
}

.playersreviews__item {
	background: #2c254e;
	padding: 20px;
	border-radius: 20px;
}

.playersreviews__header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
	margin-bottom: 17px;
}

.playersreviews__header-left {
	display: flex;
	gap: 12px;
	align-items: center;
}

.playersreviews__item-image {
	flex-shrink: 0;
}

.playersreviews__item-image img {
	width: 48px;
	height: 48px;
	object-fit: cover;
}

.playersreviews__item-name {
	font-size: 16px;
	line-height: 160%;
	letter-spacing: 0.5px;
	margin-bottom: 1px;
}

.reviewers__stars-wrap {
	display: flex;
	align-items: center;
	gap: 12px;
}

.playersreviews__item-text {
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 130%;
}

.playersreviews__item-rating {
	line-height: 150%;
	margin-bottom: 2px;
}

.aboutperson__row {
	background: #30284c;
	border-radius: 20px;
	display: flex;
	align-items: center;
}

.aboutperson__image img {
	max-height: 118px;
	border-radius: 50%;
}

.aboutperson__name {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 4px;
	line-height: 125%;
}

.aboutperson__position {
	font-size: 14px;
	color: #667d91;
	margin-bottom: 12px;
	line-height: 125%;
}

.aboutperson__text {
	color: #efefef;
	font-size: 16px;
	line-height: 160%;
}

@media screen and (min-width: 991px) {
	.aboutperson__row {
		gap: 24px;
		padding: 25px;
	}

	.aboutperson__image {
		flex-basis: 118px;
	}

	.aboutperson__body {
		flex-basis: 1017px;
	}
}

@media screen and (max-width: 991px) {
	.aboutperson__row {
		flex-direction: column;
		gap: 10px;
		padding: 20px;
		align-items: flex-start;
	}
}

@media screen and (min-width: 1200px) {
	.playersreviews__item {
		flex-basis: calc((100% - 54px) / 3);
	}
}

@media screen and (min-width: 991px) and (max-width: 1200px) {
	.playersreviews__item {
		flex-basis: calc((100% - 27px) / 2);
	}
}

@media screen and (min-width: 991px) {
	.playersreviews__title {
		margin-bottom: 40px;
	}

	.playersreviews__item-image {
		flex-basis: 48px;
	}

	.playersreviews__item-body {
		flex-basis: 132px;
	}

	.playersreviews__row {
		gap: 27px;
	}

	.playersreviews::before {
		content: '';
		position: absolute;
		z-index: -1;
		right: -500px;
		top: -100px;
		width: 3200px;
		height: 1200px;
		background: center/contain no-repeat
			var(--wpr-bg-34b8d40d-1ba8-4ace-b15f-defdc782d665);
	}
}

@media screen and (max-width: 991px) {
	.playersreviews__title {
		margin-bottom: 20px;
	}

	.playersreviews__row {
		gap: 20px;
	}
}

@media screen and (min-width: 1200px) {
	.reviewers__row {
		gap: 30px;
	}

	.reviewers__first-item {
		flex-basis: calc((100% - 39px) / 2);
		padding: 27px 0;
	}

	.reviewers__item-container {
		flex-basis: calc((100% - 39px) / 2);
	}

	.reviewers__item-left {
		flex-basis: 130px;
		padding: 44px 24px;
	}

	.reviewers__item-right {
		flex-basis: 455px;
	}

	.reviewers__item-text {
		padding: 0 10px 20px 30px;
	}

	.reviewers__item-title {
		padding-left: 30px;
		margin-top: 25px;
	}

	.reviewers::before {
		content: '';
		position: absolute;
		right: -750px;
		top: -200px;
		width: 3200px;
		height: 1200px;
		z-index: -1;
		background: center/contain no-repeat
			var(--wpr-bg-2df58f2c-74dd-4d0b-8d1d-c2029e7998e4);
	}
}

@media screen and (max-width: 1200px) {
	.reviewers__row {
		gap: 20px;
		flex-direction: column;
	}

	.reviewers__item-text {
		position: relative;
	}

	.reviewers__item-right.item-open .reviewers__item-text {
		background: 0;
		padding: 0;
		box-shadow: none;
	}

	.reviewers__item-right,
	.reviewers__item-left {
		padding: 20px;
	}
}

@media screen and (max-width: 600px) {
	.reviewers__item {
		flex-direction: column;
	}

	.reviewers__item-left {
		border-radius: 20px 20px 0 0;
	}

	.reviewers__item-title {
		font-size: 18px;
	}

	.reviewers__item-text {
		font-size: 12px;
	}
}
