.px-coreBenefits {
	color: var(--text-color);
	position: relative;
}
.px-coreBenefits.--with-top-bg-image::before,
.px-coreBenefits.--with-bottom-bg-image::after {
	background-repeat: no-repeat;
	content: '';
	position: absolute;
	width: 100%;
	height: 50%;
	z-index: 0;
}
.px-coreBenefits.--with-top-bg-image::before {
	background-image: var(--top-bg-image);
	background-position: center -245px;
	inset: 0;
}
.px-coreBenefits.--with-top-bg-image::after {
	background-image: var(--bottom-bg-image);
	background-position: left bottom;
	left: 0;
	bottom: 0;
}
.px-coreBenefits.--with-top-bg-image > *,
.px-coreBenefits.--with-bottom-bg-image > * {
	position: relative;
	z-index: 1;
}
.px-coreBenefits.--with-gradient {
	background: linear-gradient(180deg, var(--start-color) 0%, var(--end-color) 100%);
	border-radius: 20px;
	padding: 125px 0;
}
.px-coreBenefits.--with-gradient:not(.px-module-mb) {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.px-coreBenefits__title {
	font-size: 52px;
	line-height: 62px;
}
.px-coreBenefits__desc {
	font-size: 16px;
	line-height: 140%;
}
.px-coreBenefits__title,
.px-coreBenefits__desc {
	font-weight: 500;
	margin-bottom: 48px;
	text-align: center;
}
.px-coreBenefits__benefits {
	display: flex;
	gap: 48px;
	flex-wrap: wrap;
	justify-content: center;
}
.px-coreBenefits__benefit {
	background-color: var(--bg-color);
	color: var(--text-color);
	border-radius: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	gap: 24px;
	padding: 60px 24px;
	position: relative;
	width: min(385px, 100%);
}
.px-coreBenefits__benefitIcon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 108px;
	height: 108px;
}
.px-coreBenefits__benefitIcon img {
	max-width: calc(100% - (18px * 2))
	max-height: calc(100% - (18px * 2))
}
.px-coreBenefits__benefitTitle {
	font-size: 24px;
	line-height: 34px;
	font-weight: 500;
	margin-bottom: 0;
}
.px-coreBenefits__benefitDesc {
	font-size: 16px;
	line-height: 24px;
}
.px-coreBenefits__benefitSoon {
	position: absolute;
	top: 18px;
	left: 15px;
	background-color: var(--bg-color);
	color: var(--text-color);
	border-radius: 100px;
	height: 32px;
	padding: 0 24px;
	display: flex;
	align-items: center;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
}

.px-coreBenefits__footer {
	padding-top: 125px;
}
.px-coreBenefits__footerVideo {
	background-color: #000;
	border-radius: 20px;
	border: 2px solid #492598;
	min-height: 384px;
	max-width: 767px;
	margin-bottom: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
.px-coreBenefits__footerVideo img {
	max-width: 100%;
	height: auto;
}
.px-coreBenefits__footerCards {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 12px;
}
.px-coreBenefits__footerCard {
	background-color: var(--bg-color);
	color: var(--text-color);
	border-radius: 10px;
	padding: 18px 30px;
}
.px-coreBenefits__footerCardTitle {
	font-size: 18px;
	line-height: 140%;
	font-weight: 500;
	margin-bottom: 5px;
}
.px-coreBenefits__footerCardDesc {
	font-size: 16px;
	line-height: 24px;
}
.px-coreBenefits__footerTitle {
	font-size: 42px;
	font-weight: 500;
	line-height: 120%;
	letter-spacing: -2%;
	margin-bottom: 24px;
}
.px-coreBenefits__footerDesc {
	font-size: 24px;
	line-height: 34px;
	font-weight: 500;
	margin-bottom: 48px;
}


/**
 * Laptop
 */
@media (max-width: 1366px) {
	.px-coreBenefits__benefit {
		width: min(338px, 100%);
	}
}

/**
 * Tablet
 */
@media (max-width: 768px) {
	.px-coreBenefits.--with-gradient {
		padding: 60px 0;
	}
	.px-coreBenefits__title {
		font-size: 28px;
		line-height: 30px;
		margin-bottom: 24px;
	}
	.px-coreBenefits__desc {
		margin-bottom: 32px;
	}
	.px-coreBenefits__benefits {
		gap: 24px;
	}
	.px-coreBenefits__benefit {
		width: min(320px, 100%);
	}
	.px-coreBenefits__footer {
		text-align: center;
	}
	.px-coreBenefits__footerTitle {
		font-size: 28px;
		line-height: 30px;
	}
	.px-coreBenefits__footerDesc {
		font-size: 18px;
		line-height: 28px;
	}
}

/**
 * Mobile L
 */
@media (max-width: 620px) {
	.px-coreBenefits.--with-gradient {
		padding: 30px 0;
	}
	.px-coreBenefits__benefits {
		flex-direction: column;
	}
	.px-coreBenefits__benefit {
		padding: 24px;
		width: 100%;
	}
	.px-coreBenefits__benefit.--with-soon {
		padding: 60px 24px 24px;
	}
	.px-coreBenefits__benefitIcon {
		height: 90px;
		width: 90px;
	}
	.px-coreBenefits__footer {
		padding-top: 50px;
	}
	.px-coreBenefits__footerDesc {
		margin-bottom: 24px;
	}
	.px-coreBenefits__footerCards {
		grid-template-columns: repeat(1, 1fr);
	}
}