.pxs-ev {
	--pxs-pink: #ff0d96;
	--pxs-purple: #8a20ff;
	--pxs-violet: #b22cff;
	--pxs-text: #ffffff;
	--pxs-muted: rgba(255, 255, 255, 0.78);
	--pxs-bg: #030108;
	position: relative;
	overflow: hidden;
	isolation: isolate;
	color: var(--pxs-text);
	background:
		radial-gradient(circle at 82% 38%, rgba(255, 13, 150, 0.14), transparent 24%),
		radial-gradient(circle at 64% 9%, rgba(138, 32, 255, 0.18), transparent 31%),
		radial-gradient(circle at 20% 86%, rgba(255, 13, 150, 0.08), transparent 32%),
		var(--pxs-bg);
	font-family: "Inter", "Open Sans", Arial, sans-serif;
}

.pxs-ev::before {
	content: "";
	position: absolute;
	z-index: 0;
	inset: 0;
	pointer-events: none;
	background:
		linear-gradient(
			180deg,
			var(--pxs-bg) 0%,
			rgba(3, 1, 8, 0.5) 4%,
			rgba(3, 1, 8, 0) 13%,
			rgba(3, 1, 8, 0) 87%,
			rgba(3, 1, 8, 0.62) 97%,
			var(--pxs-bg) 100%
		);
}

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

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

.e-con:has(> .elementor-widget-pixelsarok_event_video),
.e-con-inner:has(> .elementor-widget-pixelsarok_event_video) {
	flex-wrap: wrap !important;
}

.elementor-widget-spacer:has(+ .elementor-widget-pixelsarok_event_video) {
	flex: 0 0 100% !important;
	width: 100% !important;
	max-width: 100% !important;
}

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

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

.pxs-ev button {
	font: inherit;
}

.pxs-ev__inner {
	position: relative;
	z-index: 1;
	width: min(100%, 1840px);
	margin: 0 auto;
	padding: 50px 56px 48px;
}

.pxs-ev__hero {
	display: grid;
	grid-template-columns: minmax(410px, 0.44fr) minmax(500px, 0.56fr);
	gap: 56px;
	align-items: center;
	margin-bottom: 38px;
}

.pxs-ev__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 20px;
	margin-bottom: 34px;
	font-size: 23px;
	font-weight: 800;
	line-height: 1;
}

.pxs-ev__eyebrow span {
	width: 36px;
	height: 3px;
	background: var(--pxs-pink);
}

.pxs-ev__title {
	margin: 0;
	font-size: clamp(66px, 5.2vw, 88px);
	font-weight: 900;
	line-height: 1.02;
	letter-spacing: 0;
}

.pxs-ev__title > span {
	display: block;
}

.pxs-ev__outline {
	color: transparent;
	-webkit-text-stroke: 2px var(--pxs-pink);
	text-shadow: 0 0 24px rgba(138, 32, 255, 0.82);
}

.pxs-ev__lead {
	max-width: 570px;
	margin: 28px 0 0;
	font-size: 21px;
	line-height: 1.55;
	color: var(--pxs-muted);
}

.pxs-ev__signature {
	display: flex;
	justify-content: center;
	padding-top: 18px;
	color: var(--pxs-pink);
	filter:
		drop-shadow(0 0 14px rgba(255, 13, 150, 0.48))
		drop-shadow(0 0 20px rgba(138, 32, 255, 0.22));
}

.pxs-ev__signature span {
	position: relative;
	display: inline-block;
	max-width: 520px;
	font-family: "Brush Script MT", "Segoe Script", cursive;
	font-size: 44px;
	font-style: italic;
	line-height: 1;
	transform: rotate(-3deg);
}

.pxs-ev__signature span::after {
	content: "";
	position: absolute;
	left: 3px;
	right: -14px;
	bottom: -14px;
	height: 20px;
	border-bottom: 3px solid var(--pxs-pink);
	border-radius: 50%;
	transform: rotate(-2deg);
	box-shadow: 120px 8px 0 -8px rgba(138, 32, 255, 0.8);
}

.pxs-ev__filters {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px;
	width: min(100%, 1010px);
	margin: -12px 0 50px auto;
}

.pxs-ev__filter {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
	min-height: 72px;
	padding: 16px 22px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 12px;
	color: #fff;
	background: rgba(8, 5, 14, 0.58);
	font-size: 18px;
	font-weight: 700;
	line-height: 1.1;
	cursor: pointer;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.03);
	transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.pxs-ev__filter:hover,
.pxs-ev__filter:focus-visible,
.pxs-ev__filter.is-active {
	border-color: transparent;
	background: linear-gradient(120deg, #e2177a 0%, #6f20d9 100%);
	box-shadow: 0 0 28px rgba(255, 13, 150, 0.26);
	transform: translateY(-1px);
}

.pxs-ev__filter-icon {
	display: grid;
	place-items: center;
	width: 31px;
	height: 31px;
	color: var(--pxs-pink);
}

.pxs-ev__filter.is-active .pxs-ev__filter-icon,
.pxs-ev__filter:hover .pxs-ev__filter-icon,
.pxs-ev__filter:focus-visible .pxs-ev__filter-icon {
	color: #fff;
}

.pxs-ev__filter-icon svg,
.pxs-ev__play svg,
.pxs-ev__cta-icon svg,
.pxs-ev__cta-button-icon svg {
	width: 100%;
	height: 100%;
}

.pxs-ev__play svg {
	fill: currentColor;
	stroke: none;
}

.pxs-ev__layout {
	display: grid;
	grid-template-columns: minmax(430px, 0.38fr) minmax(0, 0.62fr);
	gap: 24px;
	align-items: stretch;
}

.pxs-ev__featured,
.pxs-ev__card {
	position: relative;
	display: block;
	overflow: hidden;
	background: #120719;
}

.pxs-ev__featured {
	min-height: 604px;
	border: 1px solid rgba(255, 13, 150, 0.88);
	border-radius: 24px;
	box-shadow:
		0 0 34px rgba(255, 13, 150, 0.18),
		inset 0 0 0 1px rgba(138, 32, 255, 0.28);
}

.pxs-ev__featured::after,
.pxs-ev__card::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	border-radius: inherit;
	background:
		linear-gradient(180deg, rgba(3, 1, 8, 0.08) 0%, rgba(3, 1, 8, 0.1) 42%, rgba(3, 1, 8, 0.74) 100%),
		linear-gradient(135deg, rgba(255, 13, 150, 0.22), transparent 38%);
}

.pxs-ev__featured img,
.pxs-ev__card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.45s ease, filter 0.45s ease;
}

.pxs-ev__featured:hover img,
.pxs-ev__card:hover img {
	transform: scale(1.055);
	filter: saturate(1.08);
}

.pxs-ev__badge {
	position: absolute;
	z-index: 3;
	top: 31px;
	left: 24px;
	padding: 10px 17px;
	border-radius: 6px;
	background: linear-gradient(120deg, #e2177a 0%, #7a1fd8 100%);
	font-size: 15px;
	font-weight: 900;
	line-height: 1;
	box-shadow: 0 0 18px rgba(255, 13, 150, 0.32);
}

.pxs-ev__play {
	position: absolute;
	z-index: 4;
	top: 50%;
	left: 50%;
	display: grid;
	place-items: center;
	width: 106px;
	height: 106px;
	border: 2px solid rgba(255, 13, 150, 0.85);
	border-radius: 999px;
	color: #fff;
	background: rgba(7, 4, 10, 0.58);
	box-shadow:
		0 0 24px rgba(255, 13, 150, 0.22),
		inset -18px 0 34px rgba(138, 32, 255, 0.2);
	transform: translate(-50%, -50%);
	transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.pxs-ev__play svg {
	width: 35px;
	height: 35px;
	margin-left: 5px;
}

.pxs-ev__featured:hover .pxs-ev__play,
.pxs-ev__card:hover .pxs-ev__play {
	border-color: #fff;
	box-shadow:
		0 0 30px rgba(255, 13, 150, 0.42),
		0 0 46px rgba(138, 32, 255, 0.22);
	transform: translate(-50%, -50%) scale(1.06);
}

.pxs-ev__meta {
	position: absolute;
	z-index: 3;
	left: 38px;
	bottom: 37px;
	display: grid;
	gap: 8px;
}

.pxs-ev__meta strong {
	font-size: 27px;
	font-weight: 900;
	line-height: 1.1;
}

.pxs-ev__meta span {
	font-size: 20px;
	line-height: 1.2;
	color: rgba(255, 255, 255, 0.82);
}

.pxs-ev__duration,
.pxs-ev__card-duration {
	position: absolute;
	z-index: 3;
	right: 27px;
	bottom: 36px;
	font-size: 17px;
	line-height: 1;
	color: rgba(255, 255, 255, 0.88);
}

.pxs-ev__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	grid-auto-rows: 188px;
	gap: 20px;
	min-width: 0;
	perspective: 900px;
}

.pxs-ev__card {
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 14px;
	opacity: 0;
	transform: translateY(14px) scale(0.985);
	pointer-events: none;
	filter: blur(6px);
	transition:
		opacity 0.36s ease,
		transform 0.46s cubic-bezier(0.22, 1, 0.36, 1),
		filter 0.36s ease,
		box-shadow 0.25s ease,
		border-color 0.25s ease;
}

.pxs-ev__card[hidden] {
	display: none;
}

.pxs-ev__card.is-visible {
	opacity: 1;
	transform: translateY(0);
	pointer-events: auto;
	filter: blur(0);
}

.pxs-ev__grid.is-switching .pxs-ev__card.is-visible {
	opacity: 0;
	transform: translateY(-10px) scale(0.975);
	filter: blur(5px);
}

.pxs-ev__card:hover {
	border-color: rgba(255, 13, 150, 0.72);
	box-shadow: 0 0 22px rgba(138, 32, 255, 0.42);
}

.pxs-ev__play--small {
	width: 76px;
	height: 76px;
	border-width: 1px;
}

.pxs-ev__play--small svg {
	width: 26px;
	height: 26px;
}

.pxs-ev__card-title {
	position: absolute;
	z-index: 3;
	left: 24px;
	right: 90px;
	bottom: 26px;
	font-size: 21px;
	font-weight: 900;
	line-height: 1.14;
}

.pxs-ev__card-duration {
	right: 23px;
	bottom: 27px;
}

.pxs-ev__bottom {
	display: flex;
	justify-content: flex-end;
	margin-top: 30px;
}

.pxs-ev__pager {
	display: flex;
	align-items: center;
	gap: 18px;
}

.pxs-ev__pager.is-hidden {
	display: none;
}

.pxs-ev__pager-btn {
	display: inline-grid;
	place-items: center;
	width: 58px;
	height: 58px;
	padding: 0;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 999px;
	color: rgba(255, 255, 255, 0.78);
	background: rgba(5, 2, 12, 0.5);
	font-size: 28px;
	line-height: 1;
	cursor: pointer;
	transition: border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.pxs-ev__pager-btn--next,
.pxs-ev__pager-btn:hover,
.pxs-ev__pager-btn:focus-visible {
	border-color: var(--pxs-pink);
	color: #fff;
	box-shadow: 0 0 18px rgba(255, 13, 150, 0.22);
}

.pxs-ev__dots {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-left: 14px;
}

.pxs-ev__dot {
	width: 27px;
	height: 6px;
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.14);
	cursor: pointer;
}

.pxs-ev__dot.is-active {
	background: var(--pxs-pink);
	box-shadow: 0 0 12px rgba(255, 13, 150, 0.55);
}

.pxs-ev__cta {
	display: grid;
	grid-template-columns: auto minmax(260px, 1fr) minmax(380px, 0.9fr);
	gap: 28px;
	align-items: center;
	margin-top: 22px;
	padding: 28px 74px 28px 62px;
	border: 1px solid rgba(255, 13, 150, 0.55);
	border-radius: 20px;
	background:
		linear-gradient(90deg, rgba(255, 13, 150, 0.08), rgba(138, 32, 255, 0.11)),
		rgba(6, 2, 13, 0.64);
	box-shadow:
		inset 0 0 40px rgba(138, 32, 255, 0.12),
		0 0 28px rgba(255, 13, 150, 0.09);
}

.pxs-ev__cta-icon {
	display: grid;
	place-items: center;
	width: 94px;
	height: 94px;
	border: 1px solid rgba(255, 13, 150, 0.7);
	border-radius: 999px;
	color: var(--pxs-pink);
	background: rgba(10, 2, 18, 0.72);
}

.pxs-ev__cta-icon svg {
	width: 50px;
	height: 50px;
}

.pxs-ev__cta-copy {
	display: grid;
	gap: 9px;
}

.pxs-ev__cta-copy strong {
	font-size: 25px;
	font-weight: 900;
	line-height: 1.15;
}

.pxs-ev__cta-copy span {
	font-size: 19px;
	line-height: 1.25;
	color: rgba(255, 255, 255, 0.78);
}

.pxs-ev__cta-button {
	display: grid;
	grid-template-columns: auto 1fr auto;
	gap: 20px;
	align-items: center;
	min-height: 78px;
	padding: 16px 30px;
	border: 1px solid rgba(255, 13, 150, 0.86);
	border-radius: 12px;
	background: rgba(4, 2, 10, 0.76);
	font-size: 20px;
	font-weight: 800;
	line-height: 1.2;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.pxs-ev__cta-button:hover,
.pxs-ev__cta-button:focus-visible {
	border-color: #fff;
	box-shadow: 0 0 28px rgba(255, 13, 150, 0.26);
	transform: translateY(-1px);
}

.pxs-ev__cta-button-icon {
	display: grid;
	place-items: center;
	width: 34px;
	height: 34px;
	color: var(--pxs-pink);
}

.pxs-ev__cta-arrow {
	font-size: 31px;
	line-height: 1;
	color: var(--pxs-pink);
}

@media (min-width: 1500px) {
	.pxs-ev__grid {
		grid-auto-rows: 188px;
	}
}

@media (max-width: 1280px) {
	.pxs-ev__hero {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.pxs-ev__signature {
		justify-content: flex-end;
	}

	.pxs-ev__filters {
		width: 100%;
		margin-left: 0;
	}

	.pxs-ev__layout {
		grid-template-columns: minmax(360px, 0.42fr) minmax(0, 0.58fr);
	}

	.pxs-ev__featured {
		min-height: 560px;
	}
}

@media (max-width: 1024px) {
	.pxs-ev {
		background:
			radial-gradient(circle at 88% 22%, rgba(138, 32, 255, 0.22), transparent 27%),
			radial-gradient(circle at 84% 31%, rgba(255, 13, 150, 0.14), transparent 21%),
			#030108;
	}

	.pxs-ev__inner {
		padding: 38px 42px 48px;
	}

	.pxs-ev__hero {
		display: block;
		margin-bottom: 42px;
	}

	.pxs-ev__eyebrow {
		margin-bottom: 35px;
		font-size: 19px;
	}

	.pxs-ev__title {
		font-size: clamp(42px, 8.8vw, 60px);
		line-height: 1.08;
	}

	.pxs-ev__lead {
		max-width: 520px;
		font-size: clamp(17px, 2.9vw, 19px);
		line-height: 1.5;
	}

	.pxs-ev__signature {
		justify-content: flex-end;
		margin-top: -94px;
		padding-right: 38px;
	}

	.pxs-ev__signature span {
		max-width: 300px;
		font-size: clamp(31px, 6vw, 36px);
		text-align: center;
	}

	.pxs-ev__filters {
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: 16px;
		margin-bottom: 34px;
	}

	.pxs-ev__filter {
		min-height: 64px;
		padding: 14px 16px;
		font-size: 16px;
	}

	.pxs-ev__layout {
		display: block;
	}

	.pxs-ev__featured {
		height: 48vw;
		min-height: 420px;
		border-radius: 18px;
	}

	.pxs-ev__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		grid-auto-rows: 23vw;
		gap: 16px;
		margin-top: 28px;
	}

	.pxs-ev__bottom {
		justify-content: center;
		margin-top: 28px;
	}

	.pxs-ev__cta {
		grid-template-columns: auto 1fr auto;
		padding: 28px 32px;
	}

	.pxs-ev__cta-button {
		min-width: 320px;
	}
}

@media (max-width: 767px) {
	.pxs-ev__inner {
		padding: 35px 42px 48px;
	}

	.pxs-ev__eyebrow {
		gap: 18px;
		margin-bottom: 34px;
		font-size: 18px;
	}

	.pxs-ev__title {
		font-size: clamp(38px, 10.8vw, 52px);
	}

	.pxs-ev__outline {
		-webkit-text-stroke-width: 1.5px;
	}

	.pxs-ev__lead {
		max-width: 420px;
		margin-top: 30px;
		font-size: 17px;
	}

	.pxs-ev__signature {
		margin-top: -196px;
		padding-right: 18px;
	}

	.pxs-ev__signature span {
		max-width: 250px;
		font-size: 31px;
	}

	.pxs-ev__filters {
		gap: 16px;
		margin-top: 116px;
		overflow-x: auto;
		padding-bottom: 6px;
		scrollbar-width: none;
	}

	.pxs-ev__filters::-webkit-scrollbar {
		display: none;
	}

	.pxs-ev__filter {
		min-width: 184px;
		min-height: 66px;
		white-space: nowrap;
	}

	.pxs-ev__featured {
		height: 48vw;
		min-height: 408px;
	}

	.pxs-ev__play {
		width: 86px;
		height: 86px;
	}

	.pxs-ev__play svg {
		width: 29px;
		height: 29px;
	}

	.pxs-ev__badge {
		top: 26px;
		left: 24px;
		font-size: 14px;
	}

	.pxs-ev__meta {
		left: 32px;
		bottom: 34px;
	}

	.pxs-ev__meta strong {
		font-size: 22px;
	}

	.pxs-ev__meta span {
		font-size: 17px;
	}

	.pxs-ev__duration {
		right: 30px;
		bottom: 36px;
		font-size: 16px;
	}

	.pxs-ev__grid {
		grid-auto-rows: 190px;
		gap: 16px;
	}

	.pxs-ev__play--small {
		width: 72px;
		height: 72px;
	}

	.pxs-ev__card-title {
		left: 22px;
		right: 76px;
		bottom: 22px;
		font-size: 17px;
	}

	.pxs-ev__card-duration {
		right: 22px;
		bottom: 24px;
	}

	.pxs-ev__pager {
		margin-top: 4px;
	}

	.pxs-ev__cta {
		grid-template-columns: auto 1fr auto;
		gap: 22px;
		margin-top: 32px;
		padding: 30px 30px 28px;
	}

	.pxs-ev__cta-icon {
		width: 110px;
		height: 110px;
	}

	.pxs-ev__cta-copy strong {
		font-size: 23px;
	}

	.pxs-ev__cta-copy span {
		font-size: 17px;
	}

	.pxs-ev__cta-button {
		grid-column: 1 / -1;
		min-width: 0;
		margin-top: 4px;
	}
}

@media (max-width: 560px) {
	.pxs-ev__inner {
		padding: 28px 20px 40px;
	}

	.pxs-ev__title {
		font-size: clamp(34px, 10.5vw, 44px);
	}

	.pxs-ev__lead {
		font-size: 18px;
	}

	.pxs-ev__signature {
		margin-top: 28px;
		justify-content: center;
		padding-right: 0;
	}

	.pxs-ev__signature span {
		font-size: 29px;
	}

	.pxs-ev__filters {
		margin-top: 28px;
	}

	.pxs-ev__featured {
		min-height: 340px;
	}

	.pxs-ev__grid {
		grid-auto-rows: 142px;
		gap: 12px;
	}

	.pxs-ev__play--small {
		width: 56px;
		height: 56px;
	}

	.pxs-ev__play--small svg {
		width: 20px;
		height: 20px;
	}

	.pxs-ev__card-title {
		left: 14px;
		right: 54px;
		bottom: 15px;
		font-size: 15px;
	}

	.pxs-ev__card-duration {
		right: 14px;
		bottom: 16px;
		font-size: 14px;
	}

	.pxs-ev__cta {
		grid-template-columns: auto 1fr auto;
		gap: 16px;
		padding: 24px;
	}

	.pxs-ev__cta-icon {
		width: 86px;
		height: 86px;
	}

	.pxs-ev__cta-icon svg {
		width: 44px;
		height: 44px;
	}

	.pxs-ev__cta-copy strong {
		font-size: 21px;
	}

	.pxs-ev__cta-copy span,
	.pxs-ev__cta-button {
		font-size: 16px;
	}
}
