.sx-section {
	position: relative;
	isolation: isolate;
}

.sx-datestrip {
	padding: 12px 0;
	background: var(--sx-orange) !important;
	color: var(--sx-night);
	font-size: 13px;
	font-weight: 700;
}

.sx-datestrip-inner, .sx-header-inner, .sx-footer-inner {
	justify-content: space-between;
}

.sx-header {
	padding: 18px 0;
	background: rgba(7, 16, 28, .96) !important;
	position: relative;
	z-index: 20;
}

.sx-nav .elementor-icon-list-items {
	display: flex;
	gap: 30px;
	flex-wrap: wrap;
}

.sx-nav .elementor-icon-list-icon {
	display: none;
}

.sx-nav .elementor-icon-list-text {
	color: var(--sx-muted);
	font-size: 13px;
	font-weight: 650;
}

.sx-nav a:hover .elementor-icon-list-text {
	color: var(--sx-white);
}

.sx-button .elementor-button, .sx-ticket-button .elementor-button {
	border-radius: 10px;
	background: var(--sx-orange);
	color: var(--sx-night);
	font-weight: 750;
	padding: 18px 26px;
}

.sx-hero {
	min-height: 690px;
	background: var(--sx-night) !important;
}

.sx-hero-shell {
	display: grid !important;
	grid-template-columns: .9fr 1.1fr;
	min-height: 690px;
}

.sx-hero-copy {
	justify-content: center;
	padding: 80px 76px 100px 0;
}

.sx-hero-image, .sx-hero-image .elementor-widget-container, .sx-hero-image img {
	height: 100%;
}

.sx-hero-image img {
	width: 100%;
	object-fit: cover;
	filter: saturate(.8) brightness(.62);
}

.sx-hero-title h1 {
	font-size: clamp(54px, 4.7vw, 78px);
	line-height: .95;
}

.sx-hero-title em {
	display: inline-block;
	padding: 3px 10px 7px;
	background: var(--sx-orange);
	color: var(--sx-night);
	font-style: normal;
}

.sx-hero-lead {
	margin-top: 30px;
}

.sx-hero-lead p {
	max-width: 610px;
	margin: 0;
	color: var(--sx-text);
	font-size: 18px;
	line-height: 1.55;
}

.sx-hero-actions {
	margin-top: 34px;
	justify-content: flex-start;
}

.sx-secondary-link .elementor-button {
	background: transparent;
	color: var(--sx-white);
	border: 0;
	border-bottom: 1px solid #667181;
	border-radius: 0;
	padding: 14px 0;
}

.sx-hero:before, .sx-hero:after, .sx-burden:after, .sx-experience:before, .sx-history:after, .sx-faq:after {
	content: "";
	position: absolute;
	width: 110px;
	aspect-ratio: 1;
	clip-path: polygon(0 0, 100% 0, 0 100%);
	z-index: 2;
	pointer-events: none;
}

.sx-hero:before {
	top: 0;
	left: 0;
	background: var(--sx-orange);
}

.sx-hero:after {
	right: 0;
	top: 130px;
	background: var(--sx-orange);
	transform: rotate(180deg);
}

.sx-ledger {
	z-index: 5;
	margin: -38px auto;
	padding: 24px 30px;
	background: rgba(23, 34, 49, .96);
	border-radius: 14px;
	box-shadow: 0 22px 55px rgba(0, 0, 0, .28);
}

.sx-ledger-row {
	display: grid !important;
	grid-template-columns: repeat(4, 1fr);
	gap: 26px;
}

.sx-stat-label h3 {
	margin: 0 0 6px;
	color: #91a2bc;
	font-size: 11px;
	letter-spacing: .14em;
	text-transform: uppercase;
}

.sx-stat-value .elementor-heading-title {
	color: var(--sx-orange);
	font-size: 16px;
	font-weight: 750;
}

.sx-content-section {
	padding: 116px 0;
}

.sx-burden {
	padding-top: 150px;
	background: var(--sx-shelf) !important;
}

.sx-burden:after {
	top: 0;
	right: 0;
	width: 150px;
	background: #2c5ea8;
	transform: rotate(180deg);
}

.sx-body-copy {
	margin-top: 28px;
}

.sx-body-copy p {
	margin: 0 0 18px;
	color: var(--sx-muted);
	font-size: 17px;
	line-height: 1.65;
}

.sx-body-copy strong {
	color: var(--sx-white);
}

.sx-main-photo img, .sx-network-photo img {
	width: 100%;
	height: 540px;
	object-fit: cover;
	border-radius: 14px;
}

.sx-card-grid {
	display: grid !important;
	grid-template-columns: repeat(3, 1fr);
	gap: 22px;
	margin-top: 56px;
}

.sx-burden-card {
	position: relative;
	padding: 26px 0 0;
	border-top: 1px solid #344154;
}

.sx-card-number .elementor-heading-title {
	color: var(--sx-orange);
	font-size: 13px;
}

.sx-card-title h3 {
	margin: 10px 0;
	color: var(--sx-white);
	font-size: 19px;
}

.sx-card-copy p {
	margin: 0;
	color: var(--sx-muted);
	line-height: 1.55;
}

.sx-days {
	background: var(--sx-ink) !important;
}

.sx-days-head {
	display: grid !important;
	grid-template-columns: .9fr 1.1fr;
	gap: 70px;
	align-items: end;
}

.sx-days-intro p {
	margin: 0;
	color: var(--sx-muted);
	font-size: 17px;
	line-height: 1.6;
}

.sx-days-grid {
	display: grid !important;
	grid-template-columns: repeat(2, 1fr);
	gap: 64px;
	margin-top: 42px;
}

.sx-day {
	padding-top: 28px;
	border-top: 2px solid var(--sx-orange);
}

.sx-day-tag .elementor-heading-title {
	color: #9cabc0;
	font-size: 12px;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.sx-day-title h3 {
	margin: 20px 0 12px;
	color: var(--sx-white);
	font-size: 31px;
}

.sx-day-lead p {
	min-height: 54px;
	margin: 0;
	color: var(--sx-muted);
	line-height: 1.55;
}

.sx-front {
	display: grid !important;
	grid-template-columns: 54px 1fr;
	margin-top: 34px;
	align-items: start;
}

.sx-front-letter .elementor-heading-title {
	color: var(--sx-orange);
	font-size: 44px;
	font-weight: 800;
}

.sx-front-title h4 {
	margin: 2px 0 6px;
	color: var(--sx-white);
	font-size: 20px;
}

.sx-front-copy p {
	margin: 0;
	color: var(--sx-muted);
	line-height: 1.5;
}

.sx-section-cta {
	margin-top: 38px;
	align-items: flex-start;
}

.sx-experience {
	background: var(--sx-shelf) !important;
}

.sx-experience:before {
	left: 0;
	bottom: 0;
	background: var(--sx-orange);
	transform: rotate(90deg);
}

.sx-benefits {
	margin: 30px 0;
}

.sx-benefits .elementor-icon-list-item {
	align-items: flex-start;
	margin-bottom: 16px;
}

.sx-benefits .elementor-icon-list-icon {
	color: var(--sx-orange);
	padding-top: 4px;
}

.sx-benefits .elementor-icon-list-text {
	color: var(--sx-text);
	line-height: 1.5;
}

.sx-photo-pair {
	display: grid !important;
	grid-template-columns: 1fr 1fr;
	gap: 18px;
}

.sx-photo-pair img {
	width: 100%;
	height: 470px;
	object-fit: cover;
	border-radius: 14px;
}

.sx-photo-pair .elementor-widget-image:nth-child(2) {
	transform: translateY(44px);
}

.sx-history {
	background: var(--sx-ink) !important;
}

.sx-history:after {
	top: 0;
	left: 0;
	background: #f49c44;
}

.sx-history-note p {
	margin: 0;
	color: var(--sx-muted);
	line-height: 1.55;
}

.sx-speaker-card {
	overflow: hidden;
	background: var(--sx-card);
	border-radius: 14px;
}

.sx-connection {
	background: var(--sx-shelf) !important;
}

.sx-network-copy {
	padding-left: 10px;
}

.sx-quote {
	margin-top: 30px;
	padding-left: 28px;
	border-left: 2px solid var(--sx-orange);
}

.sx-quote p {
	margin: 0;
	color: var(--sx-white);
	font-size: 25px;
	line-height: 1.45;
}

.sx-quote-author p {
	margin: 18px 0 0;
	color: var(--sx-muted);
}

.sx-quote-author strong {
	color: var(--sx-orange);
}

.sx-tickets {
	background: var(--sx-shelf) !important;
}

.sx-ticket-intro {
	max-width: 680px;
	margin-top: 18px;
}

.sx-ticket-intro p {
	color: var(--sx-muted);
	font-size: 17px;
}

.sx-ticket-grid {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
	margin-top: 38px;
}

.sx-ticket {
	position: relative;
	padding: 54px 28px 32px;
	background: var(--sx-card);
	border-radius: 14px;
	min-width: 0;
}

.sx-ticket-featured {
	background: var(--sx-raise);
	box-shadow: 0 24px 54px -30px #000;
}

.sx-ticket-vip {
	--ticket-tone: var(--sx-blue);
}

.sx-ticket-black {
	--ticket-tone: var(--sx-black);
}

.sx-ticket-inherits {
	margin-bottom: 10px;
}

.sx-ticket-benefits {
	margin-bottom: 26px;
	flex: 1;
}

.sx-ticket-benefits .elementor-icon-list-item {
	align-items: flex-start;
	margin-bottom: 10px;
}

.sx-ticket-benefits .elementor-icon-list-icon {
	color: var(--ticket-tone, var(--sx-orange));
	padding-top: 3px;
}

.sx-ticket-benefits .elementor-icon-list-text {
	color: var(--sx-text);
	font-size: 13px;
	line-height: 1.45;
	overflow-wrap: normal;
	word-break: normal;
}

.sx-ticket-flag {
	position: absolute !important;
	top: 20px;
	left: 28px;
}

.sx-ticket-flag .elementor-heading-title {
	padding: 5px 12px;
	background: var(--sx-orange);
	color: var(--sx-night);
	font-size: 10px;
	text-transform: uppercase;
}

.sx-ticket-button .elementor-button {
	width: 100%;
	background: var(--ticket-tone, var(--sx-orange));
}

.sx-visit {
	padding: 54px 0;
	background: var(--sx-orange) !important;
	color: var(--sx-night);
}

.sx-visit-row {
	display: grid !important;
	grid-template-columns: 1.2fr .8fr .9fr auto;
	gap: 34px;
	align-items: center;
}

.sx-visit h2, .sx-visit h3, .sx-visit p {
	color: var(--sx-night);
	margin: 0;
}

.sx-visit-title h2 {
	font-size: 30px;
}

.sx-visit-copy p, .sx-visit-detail p {
	margin-top: 7px;
	font-size: 13px;
}

.sx-visit-detail h3 {
	font-size: 18px;
}

.sx-visit-button .elementor-button {
	background: var(--sx-night);
	color: var(--sx-white);
}

.sx-faq {
	background: var(--sx-night) !important;
}

.sx-faq:after {
	right: 0;
	bottom: 0;
	background: var(--sx-orange);
	transform: rotate(180deg);
}

.sx-footer {
	padding: 38px 0;
	background: #050a11 !important;
}

.sx-footer-social .elementor-button {
	background: transparent;
	color: var(--sx-white);
	padding: 10px 0;
}

.sx-mobile-cta {
	display: none !important;
}

@media (max-width:1024px) {
	.sx-nav {
		display: none;
	}
	
	.sx-hero-shell {
		grid-template-columns: 1fr 1fr;
	}
	
	.sx-hero-copy {
		padding-right: 38px;
	}
	
	.sx-ledger-row {
		grid-template-columns: repeat(2, 1fr);
	}
	
	.sx-ticket-grid {
		grid-template-columns: 1fr;
		max-width: 620px;
		margin-inline: auto;
	}
	
	.sx-visit-row {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width:767px) {
	.sx-datestrip-cta, .sx-header-cta {
		display: none;
	}
	
	.sx-header-inner {
		justify-content: center;
	}
	
	.sx-hero {
		min-height: 0;
	}
	
	.sx-hero-shell {
		display: flex !important;
		flex-direction: column;
	}
	
	.sx-hero-image img {
		height: 320px;
	}
	
	.sx-hero-copy {
		padding: 54px 0 88px;
	}
	
	.sx-hero-title h1 {
		font-size: 46px;
	}
	
	.sx-hero-lead p {
		font-size: 16px;
	}
	
	.sx-hero-actions {
		flex-direction: column !important;
		align-items: stretch !important;
	}
	
	.sx-hero-actions .elementor-widget-button {
		width: 100%;
	}
	
	.sx-hero-actions .elementor-button {
		width: 100%;
	}
	
	.sx-ledger {
		margin: 0 auto;
		padding: 26px 18px;
		border-radius: 0;
	}
	
	.sx-ledger-row {
		grid-template-columns: 1fr;
	}
	
	.sx-content-section, .sx-burden {
		padding: 76px 0;
	}
	
	.sx-main-photo img, .sx-network-photo img {
		height: 390px;
	}
	
	.sx-card-grid {
		grid-template-columns: 1fr;
	}
	
	.sx-day-lead p {
		min-height: 0;
	}
	
	.sx-photo-pair {
		margin-top: 28px;
	}
	
	.sx-photo-pair img {
		height: 340px;
	}
	
	.sx-photo-pair .elementor-widget-image:nth-child(2) {
		transform: none;
	}
	
	.sx-visit-row {
		gap: 24px;
	}
	
	.sx-footer-inner {
		flex-direction: column !important;
		align-items: flex-start !important;
	}
	
	.sx-mobile-cta {
		display: flex !important;
		position: fixed !important;
		left: 12px;
		right: 12px;
		bottom: 12px;
		z-index: 9999;
		padding: 10px 12px;
		background: rgba(23, 34, 49, .96);
		border-radius: 12px;
		box-shadow: 0 12px 36px #000;
		align-items: center !important;
		justify-content: space-between !important;
	}
	
	.sx-mobile-copy p {
		margin: 0;
		color: var(--sx-muted);
		font-size: 11px;
	}
	
	.sx-mobile-copy strong {
		display: block;
		color: var(--sx-white);
		font-size: 13px;
	}
	
	.sx-mobile-button .elementor-button {
		padding: 13px 16px;
	}
	
	.sx-footer {
		padding-bottom: 110px;
	}
}

@media (max-width:480px) {
	.sx-hero-title h1 {
		font-size: 40px;
	}
}