.pxs-esg {
	--pxs-pink: #ff1490;
	--pxs-purple: #7318ff;
	--pxs-violet: #b739ff;
	--pxs-gold: #d7b7ff;
	--pxs-text: #ffffff;
	--pxs-muted: rgba(255, 255, 255, 0.82);
	--pxs-bg: #030513;
	--pxs-esg-inner-width: 1740px;
	position: relative;
	overflow: hidden;
	isolation: isolate;
	color: var(--pxs-text);
	background:
		radial-gradient(circle at 78% 8%, rgba(128, 21, 255, 0.26), transparent 29%),
		radial-gradient(circle at 14% 72%, rgba(255, 20, 144, 0.14), transparent 24%),
		#030513;
	font-family: "Inter", "Open Sans", Arial, sans-serif;
}

.elementor-widget-pixelsarok_event_special_guest {
	display: block;
	clear: both;
	flex: 0 0 100% !important;
	width: 100% !important;
	max-width: 100% !important;
}

.elementor-widget-pixelsarok_event_special_guest > .elementor-widget-container {
	display: flow-root;
}

.pxs-esg,
.pxs-esg * {
	box-sizing: border-box;
}

.pxs-esg::before,
.pxs-esg::after {
	position: absolute;
	z-index: -1;
	content: "";
	pointer-events: none;
}

.pxs-esg::before {
	inset: 0;
	background:
		linear-gradient(180deg, rgba(3, 5, 19, 0.5), rgba(3, 5, 19, 0) 18%, rgba(3, 5, 19, 0) 78%, #030513 100%),
		radial-gradient(circle at 88% 63%, rgba(255, 20, 144, 0.12), transparent 18%);
}

.pxs-esg::after {
	left: -7%;
	right: -7%;
	bottom: 4%;
	height: 310px;
	background:
		repeating-radial-gradient(ellipse at 0% 100%, transparent 0 17px, rgba(255, 20, 144, 0.24) 18px 19px, transparent 20px 35px),
		repeating-radial-gradient(ellipse at 100% 100%, transparent 0 17px, rgba(116, 24, 255, 0.22) 18px 19px, transparent 20px 35px);
	opacity: 0.7;
}

.pxs-esg a {
	color: inherit;
	text-decoration: none;
}

.pxs-esg svg {
	display: block;
	width: 1em;
	height: 1em;
	fill: currentColor;
}

.pxs-esg__inner {
	width: min(var(--pxs-esg-inner-width), calc(100% - 96px));
	margin: 0 auto;
	padding: 50px 0 18px;
}

.pxs-esg__hero {
	display: grid;
	grid-template-columns: minmax(430px, 0.42fr) minmax(0, 0.58fr);
	align-items: start;
	gap: clamp(42px, 5vw, 82px);
}

.pxs-esg__content {
	min-width: 0;
	padding-top: 4px;
}

.pxs-esg__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 16px;
	margin-bottom: 28px;
	color: #fff;
	font-size: 18px;
	font-weight: 850;
	line-height: 1;
}

.pxs-esg__eyebrow span {
	width: 26px;
	height: 2px;
	background: var(--pxs-pink);
}

.pxs-esg__title {
	margin: 0;
	color: #fff;
	font-size: clamp(58px, 5vw, 78px);
	font-weight: 950;
	line-height: 0.98;
	letter-spacing: 0;
	text-shadow: 0 5px 20px rgba(0, 0, 0, 0.42);
}

.pxs-esg__title span,
.pxs-esg__title em {
	display: block;
}

.pxs-esg__title em {
	color: transparent;
	-webkit-text-stroke: 2px var(--pxs-pink);
	font-style: normal;
	text-shadow: 0 0 24px rgba(255, 20, 144, 0.76), 0 0 34px rgba(115, 24, 255, 0.6);
}

.pxs-esg__script {
	position: relative;
	margin: 24px 0 0;
	padding-bottom: 21px;
	color: var(--pxs-pink);
	font-family: "Segoe Script", "Brush Script MT", cursive;
	font-size: clamp(27px, 2.45vw, 36px);
	font-weight: 700;
	line-height: 1.26;
	letter-spacing: 0;
}

.pxs-esg__script::after {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 90px;
	height: 2px;
	content: "";
	background: var(--pxs-pink);
}

.pxs-esg__body {
	max-width: 660px;
	margin-top: 23px;
	color: rgba(255, 255, 255, 0.9);
	font-size: 19px;
	font-weight: 500;
	line-height: 1.55;
}

.pxs-esg__body p {
	margin: 0 0 14px;
}

.pxs-esg__body strong {
	color: var(--pxs-pink);
	font-weight: 850;
}

.pxs-esg__actions {
	display: flex;
	align-items: center;
	gap: 28px;
	margin-top: 32px;
}

.pxs-esg__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
	min-height: 60px;
	padding: 0 32px;
	border-radius: 9px;
	font-size: 18px;
	font-weight: 900;
	letter-spacing: 1.3px;
	line-height: 1;
	text-transform: uppercase;
	transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.pxs-esg__btn svg {
	width: 27px;
	height: 27px;
}

.pxs-esg__btn--primary {
	min-width: 350px;
	background: linear-gradient(100deg, #ee1d79 0%, #6718eb 100%);
	box-shadow: 0 0 26px rgba(116, 24, 255, 0.34);
}

.pxs-esg__btn--secondary {
	min-width: 265px;
	border: 1.5px solid var(--pxs-pink);
	color: rgba(255, 255, 255, 0.92);
	background: rgba(3, 5, 19, 0.5);
}

.pxs-esg__btn--secondary svg {
	color: var(--pxs-pink);
}

.pxs-esg__btn:hover,
.pxs-esg__btn:focus-visible {
	color: #fff;
	transform: translateY(-2px);
}

.pxs-esg__visual {
	position: relative;
	min-width: 0;
	padding: 0 0 20px;
}

.pxs-esg__image-wrap {
	position: relative;
	overflow: hidden;
	height: 574px;
	border: 1px solid rgba(255, 20, 144, 0.24);
	border-radius: 54px 28px 0 0;
	background: #111;
	box-shadow: 0 0 34px rgba(126, 24, 255, 0.16);
}

.pxs-esg__image-wrap::after {
	position: absolute;
	inset: 0;
	content: "";
	pointer-events: none;
	background:
		linear-gradient(180deg, rgba(3, 5, 19, 0.02) 0%, rgba(3, 5, 19, 0.08) 64%, rgba(3, 5, 19, 0.42) 100%),
		linear-gradient(90deg, rgba(255, 20, 144, 0.08), rgba(116, 24, 255, 0.08));
}

.pxs-esg__image-wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.pxs-esg__stats {
	position: absolute;
	left: 34px;
	right: 34px;
	bottom: 0;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	min-height: 125px;
	padding: 30px 38px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 18px;
	background: rgba(12, 9, 30, 0.82);
	backdrop-filter: blur(10px);
	box-shadow: inset 0 0 40px rgba(255, 255, 255, 0.035), 0 0 24px rgba(255, 20, 144, 0.12);
}

.pxs-esg__stat {
	display: grid;
	grid-template-columns: 68px minmax(0, 1fr);
	align-items: center;
	gap: 18px;
	min-width: 0;
}

.pxs-esg__stat + .pxs-esg__stat {
	padding-left: 36px;
	border-left: 1px solid rgba(255, 255, 255, 0.16);
}

.pxs-esg__stat-icon {
	display: grid;
	place-items: center;
	width: 63px;
	height: 63px;
	border-radius: 10px;
	color: var(--pxs-pink);
	background: rgba(255, 20, 144, 0.08);
	box-shadow: inset 0 0 20px rgba(255, 20, 144, 0.08);
	font-size: 50px;
}

.pxs-esg__stat:nth-child(3) .pxs-esg__stat-icon {
	color: var(--pxs-violet);
}

.pxs-esg__stat strong,
.pxs-esg__stat small {
	display: block;
}

.pxs-esg__stat strong {
	color: #d8c1ff;
	font-size: clamp(36px, 3.1vw, 48px);
	font-weight: 950;
	line-height: 1;
}

.pxs-esg__stat small {
	margin-top: 7px;
	color: rgba(255, 255, 255, 0.86);
	font-size: 18px;
	line-height: 1.15;
}

.pxs-esg__cards {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
	margin-top: 20px;
}

.pxs-esg__card {
	min-width: 0;
	min-height: 217px;
	padding: 23px 30px 23px;
	border: 1px solid rgba(255, 255, 255, 0.13);
	border-radius: 15px;
	background: rgba(11, 9, 29, 0.74);
	box-shadow: inset 0 0 34px rgba(255, 255, 255, 0.025), 0 0 24px rgba(255, 20, 144, 0.06);
}

.pxs-esg__card-head {
	display: grid;
	grid-template-columns: 58px minmax(0, 1fr);
	align-items: center;
	gap: 20px;
	margin-bottom: 14px;
}

.pxs-esg__card-icon {
	display: grid;
	place-items: center;
	width: 58px;
	height: 58px;
	border: 1px solid rgba(255, 20, 144, 0.24);
	border-radius: 9px;
	color: var(--pxs-pink);
	background: rgba(255, 20, 144, 0.11);
	box-shadow: inset 0 0 20px rgba(255, 20, 144, 0.08);
	font-size: 42px;
}

.pxs-esg__card h3 {
	margin: 0;
	color: #fff;
	font-size: clamp(22px, 1.55vw, 28px);
	font-weight: 950;
	line-height: 1.15;
}

.pxs-esg__card-list {
	display: grid;
	gap: 7px;
	margin: 0;
	padding: 0 0 0 27px;
	color: rgba(255, 255, 255, 0.9);
	font-size: 18px;
	line-height: 1.26;
}

.pxs-esg__card-list li::marker {
	color: var(--pxs-pink);
	font-size: 18px;
}

.pxs-esg__card--map .pxs-esg__card-list {
	padding-left: 0;
	list-style: none;
	font-size: 18px;
	line-height: 1.42;
}

.pxs-esg__map {
	display: block;
	width: min(100%, 318px);
	margin: 4px auto 0;
	filter: drop-shadow(0 0 18px rgba(255, 20, 144, 0.5));
}

.pxs-esg__footer-note {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 18px;
	margin: 11px 0 0;
	color: rgba(255, 255, 255, 0.82);
	font-size: 16px;
	line-height: 1.2;
}

.pxs-esg__footer-note svg {
	width: 23px;
	height: 23px;
	color: var(--pxs-pink);
}

.pxs-esg__footer-note span::first-letter {
	color: var(--pxs-pink);
}

@media (max-width: 1280px) {
	.pxs-esg__inner {
		width: min(var(--pxs-esg-inner-width), calc(100% - 48px));
	}

	.pxs-esg__hero {
		grid-template-columns: 1fr;
	}

	.pxs-esg__content {
		max-width: 760px;
	}

	.pxs-esg__visual {
		max-width: 980px;
	}

	.pxs-esg__cards {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 760px) {
	.pxs-esg__inner {
		width: calc(100% - 28px);
		padding: 34px 0 20px;
	}

	.pxs-esg__hero {
		gap: 30px;
	}

	.pxs-esg__eyebrow {
		margin-bottom: 20px;
		font-size: 16px;
	}

	.pxs-esg__title {
		font-size: clamp(43px, 13vw, 58px);
	}

	.pxs-esg__title em {
		-webkit-text-stroke-width: 1.4px;
	}

	.pxs-esg__script {
		font-size: clamp(24px, 8vw, 33px);
	}

	.pxs-esg__body {
		font-size: 16px;
		line-height: 1.52;
	}

	.pxs-esg__actions {
		display: grid;
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.pxs-esg__btn,
	.pxs-esg__btn--primary,
	.pxs-esg__btn--secondary {
		width: 100%;
		min-width: 0;
	}

	.pxs-esg__image-wrap {
		height: 330px;
		border-radius: 30px 16px 0 0;
	}

	.pxs-esg__stats {
		position: relative;
		left: auto;
		right: auto;
		bottom: auto;
		grid-template-columns: 1fr;
		gap: 18px;
		padding: 22px;
		border-radius: 0 0 16px 16px;
	}

	.pxs-esg__stat + .pxs-esg__stat {
		padding-left: 0;
		padding-top: 18px;
		border-top: 1px solid rgba(255, 255, 255, 0.14);
		border-left: 0;
	}

	.pxs-esg__cards {
		grid-template-columns: 1fr;
	}

	.pxs-esg__card {
		min-height: 0;
		padding: 22px;
	}

	.pxs-esg__card h3 {
		font-size: 23px;
	}

	.pxs-esg__card-list {
		font-size: 16px;
	}
}
