.tse-scope {
	--tse-primary: #0b3557;
	--tse-secondary: #164f7d;
	--tse-accent: #ffffff;
	--tse-heading: #0b3557;
	--tse-text: #3a4654;
	--tse-background: #f4f7fa;
	--tse-card: #ffffff;
	--tse-date-bar: #0b3557;
	--tse-button: #0b3557;
	--tse-button-hover: #164f7d;
	--tse-border: #e2e8ef;
	--tse-hot: #ff4a1a;
	--tse-card-radius: 18px;
	--tse-card-gap: 24px;
	--tse-columns: 4;
	--tse-hero-overlay: 0.55;
	box-sizing: border-box;
	color: var(--tse-text);
	font-size: 16px;
	line-height: 1.65;
	background: var(--tse-background);
}

.tse-scope *,
.tse-scope *::before,
.tse-scope *::after {
	box-sizing: border-box;
}

.tse-scope img {
	max-width: 100%;
	height: auto;
	display: block;
}

.tse-scope a {
	color: var(--tse-heading);
	text-decoration: none;
}

.tse-scope .screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important;
}

.tse-scope a:focus-visible,
.tse-scope button:focus-visible,
.tse-scope input:focus-visible,
.tse-scope select:focus-visible {
	outline: 3px solid var(--tse-hot);
	outline-offset: 2px;
}

.tse-archive-container,
.tse-event-container {
	width: min(1180px, calc(100% - 32px));
	margin: 0 auto;
}

.tse-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 0.7rem 1.5rem;
	border-radius: 999px;
	border: 1px solid transparent;
	text-decoration: none;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	font-size: 0.75rem;
	cursor: pointer;
	transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.tse-btn-primary {
	background: var(--tse-button);
	color: var(--tse-accent);
}

.tse-btn-primary:hover,
.tse-btn-primary:focus {
	background: var(--tse-button-hover);
	color: var(--tse-accent);
}

.tse-btn-secondary {
	background: transparent;
	color: var(--tse-button);
	border-color: var(--tse-button);
}

.tse-btn-secondary:hover,
.tse-btn-secondary:focus {
	background: var(--tse-button);
	color: var(--tse-accent);
}

.tse-btn-ghost {
	background: transparent;
	color: #fff;
	border-color: rgba(255, 255, 255, 0.7);
	min-width: 168px;
}

.tse-btn-ghost:hover,
.tse-btn-ghost:focus {
	background: #fff;
	color: var(--tse-primary);
	border-color: #fff;
}

.tse-archive-hero,
.tse-event-hero {
	position: relative;
	background-color: var(--tse-primary);
	background-size: cover;
	background-position: center;
	color: #fff;
	padding: 4.75rem 1.5rem 4.25rem;
	overflow: hidden;
}

.tse-event-hero {
	padding: 2.5rem 1.25rem 2.35rem;
}

.tse-archive-hero {
	padding-bottom: 5.75rem;
}

.tse-archive-hero::before,
.tse-event-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(7, 28, 48, 0.28) 0%, rgba(7, 28, 48, var(--tse-hero-overlay)) 100%);
}

.tse-archive-hero__inner,
.tse-event-hero__inner {
	position: relative;
	z-index: 1;
	width: min(920px, 100%);
	margin: 0 auto;
	text-align: center;
}

.tse-event-hero__inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 12px;
}

.tse-archive-hero__eyebrow,
.tse-event-hero__eyebrow {
	margin: 0;
	letter-spacing: 0.28em;
	text-transform: uppercase;
	font-size: 0.72rem;
	font-weight: 600;
	opacity: 0.88;
}

.tse-archive-hero__title,
.tse-event-hero__title {
	margin: 0;
	color: #fff;
	font-size: clamp(2rem, 5vw, 3.35rem);
	line-height: 1.12;
	font-weight: 800;
}

.tse-archive-hero__desc,
.tse-event-hero__meta {
	margin: 0;
	font-size: 1.05rem;
}

.tse-event-hero__place {
	margin: 0;
	font-size: 1rem;
	letter-spacing: 0.02em;
	opacity: 0.92;
}

.tse-event-hero__logo {
	width: 108px;
	height: 108px;
	margin: 0;
	background: #fff;
	border-radius: 50%;
	padding: 6px;
	overflow: hidden;
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.18);
}

.tse-event-hero__logo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	border-radius: 50%;
}

.tse-countdown {
	margin: 0;
	width: auto;
	max-width: none;
	--tse-flip-h: 50px;
	--tse-flip-w: 36px;
	--tse-flip-fs: 1.7rem;
}

.tse-countdown__grid {
	display: flex;
	align-items: flex-start;
	gap: 0.85rem;
}

.tse-countdown__item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	gap: 0.42rem;
	background: transparent;
	border: 0;
	padding: 0;
	min-height: 0;
	width: auto;
}

.tse-countdown__digits {
	display: flex;
	gap: 0.2rem;
}

.tse-flip {
	position: relative;
	display: block;
	width: var(--tse-flip-w);
	height: var(--tse-flip-h);
	color: var(--tse-hot);
	font-size: var(--tse-flip-fs, 1.7rem);
	font-weight: 800;
	line-height: var(--tse-flip-h);
	font-variant-numeric: tabular-nums;
	perspective: 140px;
	filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.18));
}

.tse-flip__static--top,
.tse-flip__static--bottom,
.tse-flip__flap--top,
.tse-flip__flap--bottom {
	position: absolute;
	left: 0;
	width: 100%;
	height: 50%;
	overflow: hidden;
	background: #fff;
}

.tse-flip__static--top,
.tse-flip__flap--top {
	top: 0;
	border-radius: 8px 8px 0 0;
}

.tse-flip__static--bottom,
.tse-flip__flap--bottom {
	bottom: 0;
	background: #f7f8fa;
	border-radius: 0 0 8px 8px;
}

.tse-flip__static--top > span,
.tse-flip__static--bottom > span,
.tse-flip__flap--top > span,
.tse-flip__flap--bottom > span {
	display: block;
	width: 100%;
	height: var(--tse-flip-h);
	line-height: var(--tse-flip-h);
	text-align: center;
}

.tse-flip__static--bottom > span,
.tse-flip__flap--bottom > span {
	margin-top: calc(var(--tse-flip-h) / -2);
}

.tse-flip__flap--top,
.tse-flip__flap--bottom {
	backface-visibility: hidden;
	transform-style: preserve-3d;
}

.tse-flip__flap--top {
	transform-origin: bottom;
	z-index: 3;
}

.tse-flip__flap--bottom {
	transform-origin: top;
	transform: rotateX(90deg);
	z-index: 2;
}

.tse-flip.is-play .tse-flip__flap--top {
	animation: tse-flip-top 0.25s ease-in forwards;
}

.tse-flip.is-play .tse-flip__flap--bottom {
	animation: tse-flip-bottom 0.25s ease-out 0.25s forwards;
}

.tse-flip::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	z-index: 5;
	height: 1px;
	background: rgba(11, 53, 87, 0.14);
	pointer-events: none;
}

@keyframes tse-flip-top {
	from {
		transform: rotateX(0deg);
	}
	to {
		transform: rotateX(-90deg);
	}
}

@keyframes tse-flip-bottom {
	from {
		transform: rotateX(90deg);
	}
	to {
		transform: rotateX(0deg);
	}
}

@media (prefers-reduced-motion: reduce) {
	.tse-flip.is-play .tse-flip__flap--top,
	.tse-flip.is-play .tse-flip__flap--bottom {
		animation: none;
		transform: none;
	}
}

.tse-countdown__unit {
	display: block;
	font-size: 0.62rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: #fff;
	opacity: 0.95;
}

.tse-countdown__sep {
	display: none;
}

.tse-countdown__expired {
	margin: 0;
	padding: 0.85rem 1.1rem;
	border: 1px solid rgba(255, 255, 255, 0.35);
	border-radius: 999px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.tse-event-hero__date {
	margin: 0;
	font-size: 0.95rem;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.tse-event-hero__status {
	display: inline-block;
	margin: 0;
	padding: 0.3rem 0.85rem;
	border: 1px solid rgba(255, 255, 255, 0.45);
	border-radius: 999px;
	font-size: 0.75rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.tse-archive-main,
.tse-event-body {
	padding: 2.75rem 0 4rem;
}

.tse-related,
.tse-projects-wrap {
	padding: 3rem 0 4rem;
	background: #fff;
	border-top: 1px solid var(--tse-border);
}

.tse-archive-listing-title,
.tse-related-title,
.tse-section-title,
.tse-sidebar-title {
	margin: 0 0 1.25rem;
	color: var(--tse-heading);
	font-size: 1.55rem;
	line-height: 1.25;
	font-weight: 800;
}

.tse-archive-listing-title {
	margin-bottom: 1.5rem;
}

.tse-section-kicker {
	margin: 0 0 0.65rem;
	color: var(--tse-hot);
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.tse-archive-filters {
	margin: -3.75rem auto 2rem;
	position: relative;
	z-index: 2;
	padding: 1.15rem;
	background: #fff;
	border: 1px solid var(--tse-border);
	border-radius: 20px;
	box-shadow: 0 18px 40px rgba(11, 53, 87, 0.1);
}

.tse-events-archive--embed .tse-archive-filters {
	margin-top: 0;
}

.tse-search {
	display: flex;
	gap: 0.75rem;
	margin-bottom: 0.85rem;
}

.tse-search--solo {
	margin-bottom: 0;
}

.tse-search input[type="search"] {
	flex: 1;
	min-height: 52px;
	padding: 0.75rem 1rem;
	border: 1px solid var(--tse-border);
	border-radius: 12px;
	background: #f8fafc;
	color: var(--tse-text);
	font-size: 1rem;
}

.tse-filter-row {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
}

.tse-filter {
	flex: 1 1 160px;
}

.tse-filter select {
	width: 100%;
	min-height: 48px;
	padding: 0.55rem 0.85rem;
	border: 1px solid var(--tse-border);
	border-radius: 12px;
	background: #fff;
	color: var(--tse-heading);
	font-weight: 600;
}

.tse-filter-upcoming {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	min-height: 44px;
	padding: 0 0.4rem;
	color: var(--tse-heading);
	font-weight: 600;
}

.tse-events-grid {
	display: grid;
	grid-template-columns: repeat(var(--tse-columns), minmax(0, 1fr));
	gap: var(--tse-card-gap);
}

.tse-event-card {
	display: flex;
	flex-direction: column;
	background: var(--tse-card);
	border: 1px solid var(--tse-border);
	border-radius: 22px;
	overflow: hidden;
	min-width: 0;
	box-shadow: 0 10px 28px rgba(11, 53, 87, 0.08);
	transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.tse-event-card:hover,
.tse-event-card:focus-within {
	transform: translateY(-6px);
	box-shadow: 0 22px 40px rgba(11, 53, 87, 0.14);
}

.tse-event-card__media {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px 1.15rem 0;
	background: #fff;
}

.tse-event-card__logo {
	width: 72px;
	height: 72px;
	object-fit: contain;
	border-radius: 50%;
	background: #fff;
}

.tse-event-card__placeholder {
	display: block;
	width: 72px;
	height: 72px;
	border-radius: 50%;
	background: linear-gradient(135deg, var(--tse-primary), var(--tse-secondary));
	opacity: 0.18;
}

.tse-event-card__body {
	padding: 10px 1.15rem;
	flex: 1;
	text-align: center;
}

.tse-event-card__title {
	margin: 0 0 0.4rem;
	font-size: 1.08rem;
	line-height: 1.35;
	color: var(--tse-heading);
	text-align: center;
}

.tse-event-card__title a {
	color: inherit;
	text-decoration: none;
}

.tse-event-card__title a:hover,
.tse-event-card__title a:focus {
	color: var(--tse-hot);
}

.tse-event-card__place,
.tse-event-card__status {
	margin: 0;
	font-size: 0.92rem;
	text-align: center;
	color: #6b7785;
}

.tse-event-card__dates {
	margin: 0 1.15rem;
	padding: 10px 1rem;
	background: var(--tse-date-bar);
	color: #fff;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0.01em;
	text-transform: none;
	font-size: 0.82rem;
	border-radius: 12px;
}

.tse-event-card__footer {
	padding: 10px 1.15rem;
	background: #fff;
	text-align: center;
}

.tse-event-card__button {
	width: 100%;
	min-height: 44px;
	border-radius: 999px;
	border-color: var(--tse-border);
	color: var(--tse-heading);
	background: #fff;
}

.tse-event-card__button:hover,
.tse-event-card__button:focus {
	background: var(--tse-primary);
	border-color: var(--tse-primary);
	color: #fff;
}

.tse-empty {
	padding: 2.5rem 1rem;
	text-align: center;
	background: var(--tse-card);
	border: 1px dashed var(--tse-border);
	border-radius: var(--tse-card-radius);
}

.tse-scope .tse-pagination ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	list-style: none;
	margin: 2.5rem 0 0;
	padding: 0;
}

.tse-scope .tse-pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 44px;
	min-height: 44px;
	margin: 0;
	padding: 0 0.75rem;
	border: 1px solid var(--tse-border);
	border-radius: 999px;
	background-color: #fff;
	color: var(--tse-heading);
	font-size: 0.95rem;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	box-shadow: 0 4px 12px rgba(11, 53, 87, 0.05);
	transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.tse-scope .tse-pagination a.page-numbers:hover,
.tse-scope .tse-pagination a.page-numbers:focus {
	background-color: var(--tse-button);
	border-color: var(--tse-button);
	color: #fff;
}

.tse-scope .tse-pagination span.page-numbers.current {
	background-color: var(--tse-button);
	border-color: var(--tse-button);
	color: #fff;
}

.tse-scope .tse-pagination span.page-numbers.dots {
	min-width: 1.5rem;
	padding: 0 0.15rem;
	border: 0;
	background: transparent;
	box-shadow: none;
}

.tse-scope .tse-pagination a.prev.page-numbers,
.tse-scope .tse-pagination a.next.page-numbers {
	gap: 0.45rem;
	min-width: 7.4rem;
	padding: 0 1.05rem;
	background-color: #fff;
	border-color: #d5e0ea;
	border-radius: 999px;
	color: var(--tse-heading);
	font-size: 0.92rem;
	font-weight: 700;
	letter-spacing: 0.01em;
	box-shadow: 0 8px 18px rgba(11, 53, 87, 0.08);
}

.tse-scope .tse-pagination a.prev.page-numbers::before,
.tse-scope .tse-pagination a.next.page-numbers::after {
	content: "";
	width: 0.42rem;
	height: 0.42rem;
	border-top: 2px solid currentColor;
	border-right: 2px solid currentColor;
	flex: 0 0 auto;
}

.tse-scope .tse-pagination a.prev.page-numbers::before {
	transform: rotate(-135deg);
}

.tse-scope .tse-pagination a.next.page-numbers::after {
	transform: rotate(45deg);
}

.tse-scope .tse-pagination a.prev.page-numbers:hover,
.tse-scope .tse-pagination a.prev.page-numbers:focus,
.tse-scope .tse-pagination a.next.page-numbers:hover,
.tse-scope .tse-pagination a.next.page-numbers:focus {
	background-color: var(--tse-button);
	border-color: var(--tse-button);
	color: #fff;
	box-shadow: 0 10px 22px rgba(11, 53, 87, 0.18);
}

.tse-event-layout {
	display: grid;
	grid-template-columns: minmax(0, 1.7fr) minmax(280px, 0.9fr);
	gap: 1.75rem;
	align-items: start;
}

.tse-event-content {
	background: #fff;
	border: 1px solid var(--tse-border);
	border-radius: 22px;
	padding: 1.7rem 1.85rem 1.9rem;
	box-shadow: 0 16px 40px rgba(11, 53, 87, 0.07);
}

.tse-section {
	margin-bottom: 0;
}

.tse-scope .tse-section-body {
	color: var(--tse-text);
	font-size: 1.05rem;
	line-height: 1.75;
}

.tse-scope .tse-section-body h1,
.tse-scope .tse-section-body h2,
.tse-scope .tse-section-body h3,
.tse-scope .tse-section-body h4,
.tse-scope .tse-section-body h5,
.tse-scope .tse-section-body h6 {
	clear: none;
	color: var(--tse-heading);
	font-family: inherit;
	font-weight: 800;
	letter-spacing: -0.02em;
	line-height: 1.25;
	margin: 1.7rem 0 0.55rem;
}

.tse-scope .tse-section-body h1 {
	font-size: clamp(1.7rem, 2.4vw, 2.05rem);
}

.tse-scope .tse-section-body h2 {
	font-size: clamp(1.35rem, 2vw, 1.6rem);
	padding-bottom: 0.4rem;
	border-bottom: 1px solid rgba(11, 41, 64, 0.08);
}

.tse-scope .tse-section-body h3 {
	font-size: 1.28rem;
}

.tse-scope .tse-section-body h4 {
	font-size: 1.12rem;
}

.tse-scope .tse-section-body h5 {
	font-size: 1rem;
}

.tse-scope .tse-section-body h6 {
	font-size: 0.86rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.tse-scope .tse-section-body h1:first-child,
.tse-scope .tse-section-body h2:first-child,
.tse-scope .tse-section-body h3:first-child,
.tse-scope .tse-section-body h4:first-child,
.tse-scope .tse-section-body h5:first-child,
.tse-scope .tse-section-body h6:first-child,
.tse-scope .tse-section-body p:first-child {
	margin-top: 0;
}

.tse-scope .tse-section-body p {
	margin: 0 0 1rem;
}

.tse-scope .tse-section-body p:has(> strong:only-child),
.tse-scope .tse-section-body p:has(> b:only-child) {
	margin: 1.85rem 0 0.55rem;
	color: var(--tse-heading);
	font-size: 1.35rem;
	font-weight: 800;
	letter-spacing: -0.02em;
	line-height: 1.3;
}

.tse-scope .tse-section-body p:has(> strong:only-child) strong,
.tse-scope .tse-section-body p:has(> b:only-child) b {
	color: inherit;
	font-weight: 800;
}

.tse-scope .tse-section-body > p:first-child:has(> strong:only-child),
.tse-scope .tse-section-body > p:first-child:has(> b:only-child) {
	margin-top: 0;
	font-size: clamp(1.55rem, 2.2vw, 1.85rem);
}

.tse-scope .tse-section-body a {
	color: var(--tse-secondary);
	font-weight: 700;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.16em;
}

.tse-scope .tse-section-body a:hover,
.tse-scope .tse-section-body a:focus {
	color: var(--tse-heading);
}

.tse-scope .tse-section-body ul,
.tse-scope .tse-section-body ol {
	margin: 0 0 1.1rem;
	padding-left: 1.25rem;
}

.tse-scope .tse-section-body li {
	margin: 0 0 0.4rem;
}

.tse-scope .tse-section-body li::marker {
	color: var(--tse-hot);
}

.tse-scope .tse-section-body blockquote {
	margin: 1.25rem 0;
	padding: 0.15rem 0 0.15rem 1rem;
	border-left: 3px solid var(--tse-hot);
	color: var(--tse-heading);
	font-size: 1.12rem;
	font-weight: 700;
	line-height: 1.5;
}

.tse-event-sidebar {
	display: grid;
	gap: 1.15rem;
}

.tse-sidebar-card {
	background: var(--tse-card);
	border: 1px solid var(--tse-border);
	border-radius: 20px;
	padding: 1.25rem 1.3rem;
	box-shadow: 0 12px 28px rgba(11, 53, 87, 0.06);
}

.tse-scope .tse-sidebar-map,
.tse-scope .tse-sidebar-video {
	padding: 0;
	overflow: hidden;
	line-height: 0;
}

.tse-scope .tse-sidebar-map iframe,
.tse-scope .tse-sidebar-video iframe {
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
	margin: 0;
	border: 0;
	display: block;
	vertical-align: top;
}

.tse-sidebar-title {
	margin-bottom: 0.35rem;
	font-size: 1.2rem;
}

.tse-sidebar-facts {
	border-radius: 16px;
	border: 1px solid rgba(11, 53, 87, 0.08);
	box-shadow: 0 10px 28px rgba(11, 53, 87, 0.07);
	padding: 1.4rem 1.35rem 1.3rem;
}

.tse-sidebar-facts .tse-sidebar-title {
	margin: 0 0 0.55rem;
	font-size: 1.35rem;
	font-weight: 800;
	color: var(--tse-heading);
	letter-spacing: -0.02em;
}

.tse-sidebar-contact .tse-sidebar-title {
	margin-bottom: 1rem;
}

.tse-enquiry-form {
	margin: 0;
}

.tse-enquiry-field {
	margin: 0 0 20px;
}

.tse-enquiry-field:last-of-type,
.tse-enquiry-field--submit {
	margin-bottom: 0;
}

.tse-enquiry-hp {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.tse-enquiry-form .screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.tse-enquiry-form input[type="text"],
.tse-enquiry-form input[type="email"],
.tse-enquiry-form input[type="tel"],
.tse-enquiry-form textarea {
	width: 100%;
	max-width: 100%;
	height: 40px;
	padding: 0 15px;
	border: 1px solid #d6d6d6;
	border-radius: 4px;
	background: #fff;
	color: #1f2124;
	font-size: 16px;
	line-height: 1.3;
	box-shadow: none;
}

.tse-enquiry-form textarea {
	height: 170px;
	padding: 8px 14px;
	resize: vertical;
	font-size: 15px;
}

.tse-enquiry-form input:focus,
.tse-enquiry-form textarea:focus {
	outline: none;
	border-color: var(--tse-secondary, #155681);
}

.tse-enquiry-form input[type="file"] {
	width: 100%;
	max-width: 100%;
	padding: 0;
	border: 0;
	background: transparent;
	font-size: 13px;
	color: #3a4654;
}

.tse-enquiry-submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 40px;
	padding: 0 24px;
	border: 0;
	border-radius: 3px;
	background: var(--tse-button, #2f3783);
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	cursor: pointer;
}

.tse-enquiry-submit:hover,
.tse-enquiry-submit:focus-visible {
	color: #fff;
	background: var(--tse-button-hover, #155681);
}

.tse-enquiry-submit:disabled {
	opacity: 0.7;
	cursor: wait;
}

.tse-enquiry-status {
	margin: 12px 0 0;
	padding: 0.7rem 0.8rem;
	border-radius: 6px;
	font-size: 0.92rem;
	font-weight: 600;
}

.tse-enquiry-status.is-success {
	background: #eefaf3;
	color: #146c43;
}

.tse-enquiry-status.is-error {
	background: #fff1f0;
	color: #b42318;
}

.tse-sidebar-contact .elementor,
.tse-sidebar-contact .elementor-widget,
.tse-sidebar-contact .elementor-element {
	max-width: 100%;
}

.tse-info-list {
	margin: 0;
}

.tse-info-item {
	display: flex;
	align-items: flex-start;
	gap: 0.85rem;
	padding: 0.95rem 0;
	border-bottom: 1px solid #edf1f6;
}

.tse-info-item:last-child {
	border-bottom: 0;
	padding-bottom: 0.15rem;
}

.tse-info-icon {
	flex: 0 0 26px;
	width: 26px;
	height: 26px;
	margin-top: 0.12rem;
	color: #f26522;
	display: flex;
	align-items: center;
	justify-content: center;
}

.tse-info-icon svg {
	display: block;
	width: 22px;
	height: 22px;
}

.tse-info-content {
	min-width: 0;
	flex: 1;
}

.tse-info-label {
	display: block;
	font-size: 13px;
	line-height: 1.3;
	font-weight: 700;
	color: var(--tse-heading);
}

.tse-info-value {
	display: block;
	margin-top: 0.18rem;
	font-size: 15px;
	line-height: 1.4;
	font-weight: 600;
	color: var(--tse-heading);
	word-break: break-word;
}

a.tse-info-value {
	text-decoration: none;
}

a.tse-info-value:hover,
a.tse-info-value:focus {
	color: #f26522;
}

.tse-brochure-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.55rem;
	width: 100%;
	margin-top: 1.15rem;
	min-height: 50px;
	padding: 0.7rem 1rem;
	border: 0;
	border-radius: 10px;
	background: linear-gradient(180deg, #ff8a3d 0%, #f26522 100%);
	color: #fff;
	font-size: 0.98rem;
	font-weight: 700;
	line-height: 1.2;
	cursor: pointer;
	box-shadow: 0 8px 16px rgba(242, 101, 34, 0.22);
	transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.tse-brochure-btn:hover,
.tse-brochure-btn:focus-visible {
	color: #fff;
	transform: translateY(-1px);
	filter: brightness(1.04);
	box-shadow: 0 12px 22px rgba(242, 101, 34, 0.32);
}

.tse-brochure-btn:focus-visible {
	outline: 3px solid #f26522;
	outline-offset: 2px;
}

.tse-brochure-btn__icon {
	display: inline-flex;
	color: inherit;
}

.tse-brochure-btn__icon svg {
	display: block;
	width: 18px;
	height: 18px;
}

.tse-brochure-modal {
	position: fixed;
	inset: 0;
	z-index: 100000;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 15px;
}

.tse-brochure-modal.is-open {
	display: flex;
}

.tse-brochure-modal__overlay {
	position: absolute;
	inset: 0;
	background: rgba(11, 24, 40, 0.55);
}

.tse-brochure-modal__dialog {
	position: relative;
	z-index: 1;
	width: min(520px, 100%);
	max-height: calc(100vh - 30px);
	overflow: auto;
	background: #fff;
	border-radius: 14px;
	box-shadow: 0 24px 60px rgba(7, 24, 45, 0.28);
	padding: 1.6rem 1.5rem 1.4rem;
}

.tse-brochure-modal__close {
	position: absolute;
	top: 0.7rem;
	right: 0.7rem;
	width: 36px;
	height: 36px;
	border: 0;
	border-radius: 999px;
	background: #f4f7fa;
	color: var(--tse-heading, #0b3557);
	font-size: 1.5rem;
	line-height: 1;
	cursor: pointer;
}

.tse-brochure-modal__close:hover,
.tse-brochure-modal__close:focus-visible {
	background: #e8eef4;
}

.tse-brochure-modal__title {
	margin: 0 2rem 0.45rem 0;
	font-size: 1.3rem;
	font-weight: 800;
	color: var(--tse-heading, #0b3557);
}

.tse-brochure-modal__text {
	margin: 0 0 1.1rem;
	color: #4b5563;
	font-size: 0.95rem;
}

.tse-brochure-modal__form,
.tse-brochure-modal__form .elementor,
.tse-brochure-modal__form .elementor-widget,
.tse-brochure-modal__form .elementor-element {
	max-width: 100%;
}

.tse-brochure-modal__form input,
.tse-brochure-modal__form select,
.tse-brochure-modal__form textarea {
	max-width: 100%;
}

.tse-brochure-modal__success {
	margin: 0.85rem 0 0;
	padding: 0.75rem 0.85rem;
	border-radius: 8px;
	background: #eefaf3;
	color: #146c43;
	font-weight: 600;
}

html.tse-brochure-open,
html.tse-brochure-open body {
	overflow: hidden;
}

.tse-projects-wrap .tse-section-title {
	text-align: center;
}

.tse-projects-block {
	position: relative;
	overflow: hidden;
	padding: 3.25rem 0 3rem;
	background: #07243f;
	color: #fff;
	text-align: center;
}

.tse-projects-block__bg {
	position: absolute;
	inset: 0;
	pointer-events: none;
	opacity: 1;
}

.tse-projects-block__bg svg {
	width: 100%;
	height: 100%;
	display: block;
}

.tse-projects-block__inner {
	position: relative;
	z-index: 1;
}

.tse-projects-block .tse-section-kicker {
	justify-content: center;
	margin: 0 auto 0.7rem;
	color: rgba(255, 255, 255, 0.92);
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.18em;
}

.tse-projects-heading {
	margin: 0 auto 1.85rem;
	max-width: 22em;
	padding: 0 0.75rem;
	color: #fff;
	font-size: clamp(1.35rem, 2.6vw, 1.85rem);
	line-height: 1.3;
	font-weight: 700;
	text-align: center;
	text-wrap: balance;
}

.tse-projects-block + .tse-related {
	padding-top: 0;
}

.tse-scope .tse-projects-block + .tse-related {
	padding-top: 0;
}

.tse-projects-carousel {
	--tse-projects-gap: 16px;
	--tse-projects-per: 3;
}

.tse-projects-stage {
	position: relative;
	padding: 0 2.65rem;
}

.tse-projects-viewport {
	overflow: hidden;
	min-width: 0;
	touch-action: pan-y;
}

.tse-projects-track {
	display: flex;
	gap: var(--tse-projects-gap);
	transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
	will-change: transform;
}

.tse-projects-slide {
	flex: 0 0 calc((100% - (var(--tse-projects-gap) * (var(--tse-projects-per) - 1))) / var(--tse-projects-per));
	margin: 0;
	min-width: 0;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.38);
	border-radius: 8px;
	background: #031525;
}

.tse-projects-slide a {
	display: block;
	height: 100%;
}

.tse-scope .tse-projects-slide img {
	width: 100%;
	height: 168px;
	object-fit: cover;
	display: block;
	border-radius: 7px;
	transition: transform 0.4s ease, filter 0.4s ease;
	user-select: none;
	-webkit-user-drag: none;
}

@media (max-width: 1023px) {
	.tse-projects-carousel {
		--tse-projects-per: 2;
	}

	.tse-projects-stage {
		padding: 0 2.25rem;
	}
}

@media (max-width: 575px) {
	.tse-projects-carousel {
		--tse-projects-per: 1;
	}

	.tse-projects-stage {
		padding: 0 2.15rem;
	}

	.tse-scope .tse-projects-slide img {
		height: 180px;
	}
}

.tse-projects-slide:hover img,
.tse-projects-slide:focus-within img {
	transform: scale(1.035);
	filter: brightness(1.06);
}

.tse-scope button.tse-projects-nav {
	position: absolute;
	top: 50%;
	z-index: 3;
	width: 32px;
	min-width: 32px;
	height: 32px;
	min-height: 32px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 0;
	border: 1px solid rgba(255, 255, 255, 0.82);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.9);
	color: #07243f;
	line-height: 0;
	backdrop-filter: blur(8px);
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.22);
	cursor: pointer;
	transform: translateY(-50%);
	transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.tse-scope button.tse-projects-nav svg {
	display: block;
	width: 12px;
	height: 12px;
}

.tse-projects-nav--prev {
	left: 0;
}

.tse-projects-nav--next {
	right: 0;
}

.tse-scope button.tse-projects-nav:hover,
.tse-scope button.tse-projects-nav:focus {
	transform: translateY(-50%) scale(1.08);
	background: #fff;
	color: var(--tse-hot, #ff4a1a);
	box-shadow: 0 8px 18px rgba(0, 0, 0, 0.28);
}

.tse-scope button.tse-projects-nav:disabled {
	opacity: 0.45;
	cursor: default;
	transform: translateY(-50%);
	box-shadow: none;
}

.tse-scope .tse-projects-dots {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0.35rem;
	margin-top: 0.95rem;
}

.tse-scope .tse-projects-dots button.tse-projects-dot {
	width: 16px;
	min-width: 16px;
	max-width: 16px;
	height: 3px;
	min-height: 3px;
	max-height: 3px;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.45);
	box-shadow: none;
	color: transparent;
	font-size: 0;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 0;
	text-transform: none;
	appearance: none;
	cursor: pointer;
	transition: width 0.2s ease, background-color 0.2s ease;
}

.tse-scope .tse-projects-dots button.tse-projects-dot.is-active {
	width: 22px;
	min-width: 22px;
	max-width: 22px;
	background: var(--tse-hot, #ff4a1a);
}

.tse-events-archive--embed {
	padding: 1rem 0;
	background: transparent;
}

.tse-city-shows {
	padding: 2.4rem 1.25rem 2.2rem;
	color: #fff;
	background: linear-gradient(176deg, #000 20%, #5e5e5e 98%);
}

.tse-city-shows__title {
	margin: 0 0 1.75rem;
	color: #fff;
	font-size: clamp(1.6rem, 3vw, 2.15rem);
	font-weight: 600;
	line-height: 1.25;
	text-align: center;
}

.tse-city-shows__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1.15rem;
}

.tse-city-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	min-height: 100%;
	padding: 1.35rem 0.9rem 1.15rem;
	border: 1px solid #fff;
	border-radius: 10px;
	background: transparent;
	color: #fff;
	text-align: center;
	text-decoration: none;
	transition: border-color 0.2s ease, transform 0.2s ease;
}

.tse-city-card.is-extra[hidden] {
	display: none;
}

.tse-city-card,
.tse-city-card:hover,
.tse-city-card:focus {
	color: #fff;
	text-decoration: none;
}

.tse-city-card:hover,
.tse-city-card:focus {
	border-color: #f48d19;
	transform: translateY(-2px);
}

.tse-city-card__logo {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 120px;
	height: 120px;
	margin-bottom: 1rem;
	overflow: hidden;
	border-radius: 50%;
	background: #fff;
}

.tse-city-card__logo img {
	width: 78%;
	height: 78%;
	object-fit: contain;
}

.tse-city-card__title {
	margin: 0;
	color: #f48d19 !important;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.35;
	text-transform: none;
}

.tse-city-card__date {
	margin-top: 0.45rem;
	color: #fff !important;
	font-size: 13px;
	font-weight: 300;
	line-height: 1.45;
}

.tse-city-shows__actions {
	display: flex;
	justify-content: center;
	margin-top: 1.5rem;
}

.tse-city-shows button.tse-city-shows__more {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 148px;
	min-height: 44px;
	margin: 0;
	padding: 0 1.35rem;
	border: 1px solid #fff;
	border-radius: 999px;
	background: transparent;
	color: #fff;
	font-size: 0.95rem;
	font-weight: 700;
	line-height: 1;
	cursor: pointer;
	transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.tse-city-shows button.tse-city-shows__more:hover,
.tse-city-shows button.tse-city-shows__more:focus {
	background: #f48d19;
	border-color: #f48d19;
	color: #fff;
}

.tse-city-shows__empty {
	margin: 0;
	text-align: center;
	color: rgba(255, 255, 255, 0.8);
}

.tse-event-hero--banner.tse-event-countdown {
	--event-bg: #06284a;
	--event-heading: #ffffff;
	--event-accent: var(--tse-hot, #ff4b2b);
	--event-card-bg: #ffffff;
	--event-label: rgba(232, 241, 250, 0.88);
	--event-sep: rgba(255, 255, 255, 0.42);
	--tse-flip-w: clamp(30px, 4vw, 44px);
	--tse-flip-h: clamp(38px, 5vw, 50px);
	--tse-flip-fs: clamp(20px, 3vw, 32px);
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 300px;
	padding: clamp(1.85rem, 4vw, 2.65rem) 1.25rem;
	overflow: hidden;
	background-color: var(--event-bg);
	background-image: none;
	color: var(--event-heading);
}

.tse-event-hero--banner.tse-event-countdown::before {
	content: none;
}

.tse-event-hero--banner.tse-event-countdown.tse-event-hero--has-bg {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.tse-event-hero--banner.tse-event-countdown.tse-event-hero--has-bg::before {
	content: "";
	background: linear-gradient(180deg, rgba(6, 40, 74, 0.45) 0%, rgba(6, 40, 74, 0.78) 100%);
}

.tse-event-hero--banner.tse-event-countdown .tse-event-hero__inner {
	width: min(920px, 100%);
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0.7rem;
	text-align: center;
}

.tse-event-countdown .tse-event-hero__featured {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 0 0.35rem;
	max-width: 170px;
}

.tse-event-countdown .tse-event-hero__image {
	width: auto;
	height: auto;
	max-width: min(170px, 42vw);
	max-height: 128px;
	object-fit: contain;
	object-position: center;
	border-radius: 14px;
}

.tse-event-hero--banner.tse-event-countdown .tse-event-hero__title {
	margin: 0;
	max-width: min(22em, 100%);
	color: var(--event-heading);
	font-family: "Segoe UI", Inter, system-ui, -apple-system, sans-serif;
	font-size: clamp(24px, 3vw, 40px);
	font-weight: 800;
	letter-spacing: -0.02em;
	line-height: 1.15;
	overflow-wrap: anywhere;
}

.tse-event-countdown .tse-event-hero__meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 0.35rem 0;
	margin: 0.05rem 0 0.15rem;
	color: var(--event-label);
	font-size: clamp(0.78rem, 1.2vw, 0.9rem);
}

.tse-event-countdown .tse-event-hero__fact {
	display: inline-flex;
	align-items: center;
	gap: 0.38rem;
	margin: 0;
	font-size: inherit;
	font-weight: 600;
	line-height: 1.3;
	color: var(--event-label);
}

.tse-event-countdown .tse-event-hero__fact:not(:last-child)::after {
	content: "|";
	margin: 0 0.75rem 0 0.85rem;
	font-weight: 500;
	color: var(--event-sep);
}

.tse-event-countdown .tse-event-hero__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 14px;
	height: 14px;
	flex: 0 0 14px;
	color: var(--event-label);
}

.tse-event-countdown .tse-event-hero__icon svg {
	display: block;
	width: 14px;
	height: 14px;
}

.tse-event-countdown .tse-countdown,
.tse-event-countdown .tse-event-hero__countdown {
	margin: 0.55rem 0 0;
	width: 100%;
	max-width: 100%;
}

.tse-event-countdown .tse-countdown__grid {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-wrap: nowrap;
	gap: clamp(0.2rem, 1.2vw, 0.45rem);
	width: 100%;
	max-width: 100%;
}

.tse-event-countdown .tse-countdown__item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	width: auto;
	min-width: 0;
	min-height: 0;
	padding: 0;
	background: transparent;
	border-radius: 0;
	box-shadow: none;
	gap: 0.42rem;
}

.tse-event-countdown .tse-countdown__digits {
	display: flex;
	gap: 0.18rem;
}

.tse-event-countdown .tse-countdown__sep {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	height: var(--tse-flip-h);
	padding: 0 0.12rem;
	color: var(--event-heading);
	font-size: clamp(0.95rem, 2vw, 1.35rem);
	font-weight: 700;
	line-height: 1;
	opacity: 0.95;
}

.tse-event-countdown .tse-flip {
	width: var(--tse-flip-w);
	height: var(--tse-flip-h);
	overflow: hidden;
	border-radius: 8px;
	color: var(--event-accent);
	font-size: var(--tse-flip-fs);
	font-weight: 800;
	line-height: var(--tse-flip-h);
	box-shadow: 0 4px 10px rgba(2, 10, 22, 0.22);
	filter: none;
}

.tse-event-countdown .tse-flip::after {
	display: none;
}

.tse-event-countdown .tse-flip__static--top,
.tse-event-countdown .tse-flip__static--bottom,
.tse-event-countdown .tse-flip__flap--top,
.tse-event-countdown .tse-flip__flap--bottom {
	background: var(--event-card-bg);
}

.tse-event-countdown .tse-flip__static--bottom,
.tse-event-countdown .tse-flip__flap--bottom {
	background: var(--event-card-bg);
}

.tse-event-countdown .tse-countdown__unit {
	margin: 0;
	color: var(--event-label);
	opacity: 0.9;
	font-size: 0.58rem;
	font-weight: 700;
	letter-spacing: 0.14em;
}

.tse-event-countdown .tse-countdown__expired {
	margin: 0.4rem auto 0;
	max-width: 22rem;
}

.tse-btn-calendar {
	background: var(--tse-hot);
	color: #fff;
	border: 0;
	gap: 0.45rem;
	text-transform: none;
	letter-spacing: 0.02em;
	font-size: 0.92rem;
	min-height: 48px;
	padding: 0.7rem 1.35rem;
	box-shadow: 0 8px 18px rgba(255, 74, 26, 0.28);
}

.tse-btn-calendar:hover,
.tse-btn-calendar:focus {
	background: #e03e12;
	color: #fff;
}

.tse-listing-head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 1.5rem;
}

.tse-listing-head__copy {
	min-width: 0;
}

.tse-listing-head .tse-related-title,
.tse-listing-head .tse-archive-listing-title {
	margin: 0;
}

.tse-section-kicker {
	display: inline-flex;
	align-items: center;
	gap: 0.55rem;
	margin: 0 0 0.45rem;
}

.tse-section-kicker::after {
	content: "";
	width: 36px;
	height: 3px;
	background: var(--tse-hot);
	border-radius: 99px;
}

.tse-btn-all {
	background: #fff;
	color: var(--tse-heading);
	border: 1px solid var(--tse-border);
	text-transform: none;
	letter-spacing: 0;
	font-size: 0.9rem;
	gap: 0.4rem;
	min-height: 44px;
	white-space: nowrap;
}

.tse-btn-all:hover,
.tse-btn-all:focus {
	background: var(--tse-primary);
	border-color: var(--tse-primary);
	color: #fff;
}

.tse-related {
	background: #f4f8fc;
	border-top: 0;
}

.tse-event-card__dates {
	margin: 0 1.15rem;
	border-radius: 12px;
	text-transform: none;
	letter-spacing: 0.01em;
}

.tse-event-card__footer {
	padding: 10px 1.15rem;
}

.tse-event-card__button {
	gap: 0.35rem;
}

.tse-projects-wrap {
	background: transparent;
	color: inherit;
	padding: 0 0 2.25rem;
	border-top: 0;
	text-align: initial;
}

.tse-projects-wrap .tse-section-title {
	color: var(--tse-heading);
	margin-bottom: 1.75rem;
}

.tse-projects {
	width: 100%;
	max-width: none;
	overflow: visible;
}

.tse-section-kicker--light {
	color: rgba(255, 255, 255, 0.85);
	justify-content: center;
}

.tse-projects .elementor-section.elementor-section-boxed > .elementor-container,
.tse-projects .e-con.e-con-boxed {
	max-width: 1180px;
}

.tse-scope .tse-projects img {
	display: inline-block;
	height: auto;
	border-radius: 0;
}

.tse-event-card__logo-ring {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.tse-breadcrumbs--hero {
	margin-top: 0.7rem;
}

.tse-breadcrumbs--hero ol {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 0.4rem;
	margin: 0;
	padding: 0;
	list-style: none;
	color: rgba(255, 255, 255, 0.82);
	font-size: 0.78rem;
}

.tse-breadcrumbs--hero li {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
}

.tse-breadcrumbs--hero li + li::before {
	content: "/";
	margin-right: 0.15rem;
	opacity: 0.7;
}

.tse-breadcrumbs--hero a,
.tse-breadcrumbs--hero span {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	color: inherit;
}

.tse-breadcrumbs__home-icon {
	display: inline-flex;
}

.tse-scope.tse-events-archive {
	--tse-muted: #8A9BAA;
	--tse-logo-ring: #B8DCA8;
	--tse-button-soft: #EEF5F9;
	background: #F3F7FA;
	padding-bottom: 3.5rem;
}

.tse-scope.tse-events-archive .tse-archive-hero {
	min-height: 210px;
	padding: 2.15rem 1.25rem 4.5rem;
	background-color: #0B2940;
	background-size: cover;
	background-position: center;
}

.tse-scope.tse-events-archive .tse-archive-hero::before {
	background: linear-gradient(180deg, rgba(11, 41, 64, 0.55) 0%, rgba(11, 41, 64, 0.78) 100%);
}

.tse-scope.tse-events-archive .tse-archive-hero__inner {
	width: min(920px, 100%);
}

.tse-scope.tse-events-archive .tse-archive-hero__eyebrow {
	margin: 0 0 0.55rem;
	color: rgba(255, 255, 255, 0.86);
	font-size: 0.68rem;
	font-weight: 600;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	opacity: 1;
}

.tse-scope.tse-events-archive .tse-archive-hero__title {
	margin: 0;
	color: #fff;
	font-size: clamp(1.85rem, 3.4vw, 2.55rem);
	font-weight: 800;
	line-height: 1.15;
	letter-spacing: -0.02em;
}

.tse-scope.tse-events-archive .tse-archive-hero__desc {
	margin: 0.55rem 0 0;
	color: rgba(255, 255, 255, 0.86);
	font-size: 0.95rem;
}

.tse-scope.tse-events-archive .tse-archive-main {
	padding: 0;
	margin-top: -3.15rem;
	position: relative;
	z-index: 2;
}

.tse-scope.tse-events-archive .tse-archive-container {
	width: min(1180px, calc(100% - 32px));
}

.tse-archive-panel {
	background: #fff;
	border-radius: 16px;
	box-shadow: 0 12px 40px rgba(11, 41, 64, 0.08);
	padding: 1.65rem 2rem 2rem;
}

.tse-scope.tse-events-archive .tse-archive-filters {
	margin: 0 0 1.35rem;
	padding: 0;
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
}

.tse-scope.tse-events-archive .tse-search {
	position: relative;
	display: block;
	margin: 0;
}

.tse-scope.tse-events-archive .tse-search__icon {
	position: absolute;
	top: 50%;
	left: 14px;
	z-index: 1;
	display: inline-flex;
	color: #8A9BAA;
	transform: translateY(-50%);
	pointer-events: none;
}

.tse-scope.tse-events-archive .tse-search input[type="search"] {
	width: 100%;
	min-height: 46px;
	padding: 0.55rem 1rem 0.55rem 2.55rem;
	border: 1px solid #D9E4EC;
	border-radius: 10px;
	background: #F8FBFD;
	color: var(--tse-heading);
	font-size: 0.92rem;
}

.tse-scope.tse-events-archive .tse-search input[type="search"]::placeholder {
	color: #8A9BAA;
}

.tse-scope.tse-events-archive .tse-search-submit {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.tse-scope.tse-events-archive .tse-filter-row {
	margin-top: 0.75rem;
}

.tse-archive-toolbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	margin-bottom: 1.15rem;
}

.tse-scope.tse-events-archive .tse-archive-listing-title {
	margin: 0;
	color: #0B2940;
	font-size: 1.125rem;
	font-weight: 800;
	line-height: 1.3;
}

.tse-archive-count {
	margin: 0;
	padding: 0.28rem 0.7rem;
	background: #EEF5F9;
	border-radius: 999px;
	color: #155681;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.01em;
	white-space: nowrap;
	flex-shrink: 0;
}

.tse-scope.tse-events-archive .tse-events-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.tse-scope.tse-events-archive .tse-events-grid[hidden],
.tse-scope.tse-events-archive .tse-event-card[hidden],
.tse-scope.tse-events-archive .tse-empty[hidden],
.tse-scope.tse-events-archive .tse-pagination[hidden] {
	display: none;
}

.tse-scope.tse-events-archive .tse-event-card {
	border: 1px solid #D9E4EC;
	border-radius: 12px;
	box-shadow: none;
	background: #fff;
	min-height: 100%;
}

.tse-scope.tse-events-archive .tse-event-card:hover,
.tse-scope.tse-events-archive .tse-event-card:focus-within {
	transform: none;
	box-shadow: 0 8px 22px rgba(11, 41, 64, 0.08);
}

.tse-scope.tse-events-archive .tse-event-card__media {
	padding: 1.35rem 1rem 0.35rem;
}

.tse-scope.tse-events-archive .tse-event-card__logo-ring {
	width: 70px;
	height: 70px;
	padding: 3px;
	border: 1.5px solid var(--tse-logo-ring);
	border-radius: 50%;
	background: #fff;
}

.tse-scope.tse-events-archive .tse-event-card__logo,
.tse-scope.tse-events-archive .tse-event-card__placeholder {
	width: 100%;
	height: 100%;
	object-fit: contain;
	border-radius: 50%;
}

.tse-scope.tse-events-archive .tse-event-card__placeholder {
	background: linear-gradient(135deg, #d7e6ef, #eef5f9);
	opacity: 1;
}

.tse-scope.tse-events-archive .tse-event-card__body {
	padding: 0.55rem 0.9rem 0.7rem;
}

.tse-scope.tse-events-archive .tse-event-card__title {
	margin: 0 0 0.28rem;
	color: #0B2940;
	font-size: 0.8rem;
	font-weight: 800;
	line-height: 1.35;
	letter-spacing: 0.01em;
	text-transform: uppercase;
}

.tse-scope.tse-events-archive .tse-event-card__title a:hover,
.tse-scope.tse-events-archive .tse-event-card__title a:focus {
	color: #155681;
}

.tse-scope.tse-events-archive .tse-event-card__place,
.tse-scope.tse-events-archive .tse-event-card__status {
	color: #8A9BAA;
	font-size: 0.78rem;
	line-height: 1.35;
}

.tse-scope.tse-events-archive .tse-event-card__dates {
	margin: 0;
	padding: 0;
	height: 26px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 0;
	background: var(--tse-date-bar, #155A87);
	color: #fff;
	font-size: 0.62rem;
	font-weight: 800;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.tse-scope.tse-events-archive .tse-event-card__footer {
	padding: 0.7rem 0.85rem 0.85rem;
}

.tse-scope.tse-events-archive .tse-event-card__button {
	min-height: 30px;
	padding: 0.35rem 0.75rem;
	border-radius: 8px;
	border-color: #D9E4EC;
	background: #EEF5F9;
	color: #0B2940;
	font-size: 0.68rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	gap: 0;
}

.tse-scope.tse-events-archive .tse-event-card__button span[aria-hidden] {
	display: none;
}

.tse-scope.tse-events-archive .tse-event-card__button:hover,
.tse-scope.tse-events-archive .tse-event-card__button:focus {
	background: #155681;
	border-color: #155681;
	color: #fff;
}

.tse-scope.tse-events-archive .tse-empty {
	margin: 0;
	padding: 1.5rem 1rem;
	border: 0;
	background: transparent;
	color: #8A9BAA;
}

.tse-scope.tse-events-archive a:focus-visible,
.tse-scope.tse-events-archive button:focus-visible,
.tse-scope.tse-events-archive input:focus-visible,
.tse-scope.tse-events-archive select:focus-visible {
	outline: 3px solid #155681;
	outline-offset: 2px;
}

body.tse-is-archive header.site-header,
body.tse-is-single header.site-header {
	display: none !important;
}

body.tse-is-archive.has-header-image .custom-header-media,
body.tse-is-single.has-header-image .custom-header-media,
body.tse-is-archive.has-header-image .custom-header,
body.tse-is-single.has-header-image .custom-header {
	display: none !important;
	height: 0 !important;
	min-height: 0 !important;
	overflow: hidden !important;
}

body.tse-is-archive.has-header-image .site-content,
body.tse-is-single.has-header-image .site-content {
	padding-top: 0;
}

body.tse-is-single header#masthead ~ header#masthead,
body.tse-is-archive header#masthead ~ header#masthead,
body.tse-is-single header#tse-site-header,
body.tse-is-archive header#tse-site-header ~ header#masthead {
	display: none !important;
}
