@charset "UTF-8";
/* CSS Document */

			#events {
				box-sizing: border-box;
				/* height: calc(100vh - var(--menu_height)); */
				/* height: calc(100dvh - var(--menu_height)); */
				/* height: calc(100svh - var(--menu_height)); */
				min-height: 100vh;
				min-height: 100dvh;
				min-height: 100svh;
			}
			@media screen and (min-width:0px) and (max-width:439.8px){ #events { padding-top: 0; } }
			@media screen and (min-width:440px)                      { #events { padding-top: calc(var(--menu_height) * 1); padding-top: 0; } }

			#events {
				margin-top: 0;
			}
			#events {
				.event-hero {
					background-color: rgba(255,255,0,0.47);
					background-color:transparent;
					/* height: 100%; */
					/* width: 1400px; */
					position: relative;
					left: 50%;
					transform: translateX(-50%);
					margin-top: 40px;
				}
				.event-hero .hero-background {
					position: fixed;
					inset: 0;
					background-color: var(--brand_darkblue);
					background-repeat: no-repeat;
					background-size: cover;
					will-change: auto;
					display: none;
				}
				.event-hero .hero-blocks {
					/* display: flex; */
					/* flex-flow: row; */
					/* height: 70vh; */
					will-change: auto;
					position: relative;
				}
				.event-hero .hero-blocks .block {
					width: 100%;
					display: block;
				}
				.event-hero .hero-blocks {
					background-color: rgba(238,130,238,0.38);
					background-color: transparent;
				}
				.event-hero .hero-blocks .blocks {
					position: relative;
					width: 100%;
					height: 100%;
					background-color: #ffa5007a;
					background-color:transparent;
				}
				.event-hero .hero-blocks .blocks .block {
					position: absolute;
					width: 100%;
					height: 100%;
				}
				.event-hero .hero-blocks .blocks .block[data-label="informations"] {
					display: flex;
					position: absolute;
					align-content: center;
					align-items: center;
					justify-content: center;
					width: auto;
					top: 5%;
					height: 8%;
					left: 0;
					right: var(--side_margin);
					font-size: 2rem;
					font-size: clamp(12px, 1.2vw, 30px);
					line-height: 1;
					outline: 1px solid blue;
					outline: none;
				}
				.event-hero .hero-blocks .block[data-label="informations"] .cols {
					display: flex;
					flex-direction: row;
					align-content: center;
					align-items: flex-start;
					justify-content: space-between;
				}
				.event-hero .hero-blocks .block[data-label="informations"] .col {}
				.event-hero .hero-blocks .block[data-label="informations"] .col.main-content {
					font-family: Clarendon;
					font-family: NunitoSans;
					font-weight: 400;
					font-size: 1.4em;
				}
				.event-hero .hero-blocks .block[
				data-label="informations"] .col.main-content .label {
					display:inline-block;
				font-size: 0.7rem;
				line-height: 1.2;
				margin-top: 0.33em;
				opacity: 0.6;
				max-width:75px;
				}
				.event-hero .hero-blocks .block[
				data-label="informations"] .col.main-content .date { margin-right: 0.25em; }
				.event-hero .hero-blocks .block[
				data-label="informations"] .col.main-content .venue { margin-right: 0.5em; }
				.event-hero .hero-blocks .block[
				data-label="informations"] .col.main-content .address {
					max-width: 180px;
				font-size: 0.7rem;
				line-height: 1.2;
				margin-top: 0.33em;
				font-weight: normal;
				text-wrap:balance;
				opacity: 0.6;
				}
				.event-hero .hero-blocks .block[
				data-label="informations"] .col.counter {
				color: white;
				}
				.event-hero .hero-blocks .block[
				data-label="informations"] .col.counter > ul {
					display: table-row;
				list-style: none;
				margin: 0;
				padding: 0;
				font-size: 2.25rem;
				}
				.event-hero .hero-blocks .block[
				data-label="informations"] .col.counter > ul > li {
					display: table-cell;
				text-align: center;
				margin: 0;
				padding: 0;
				}
				.event-hero .hero-blocks .block[
				data-label="informations"] .col.counter > ul > li > .value {
					display: block;
				text-align: center;
				letter-spacing: -0.5pt;
				min-width: 1.5em;
				font-family:Clarendon;
				font-weight:700;
				font-size: 1.7rem;
				min-width: 1.9em;
				}
				.event-hero .hero-blocks .block[
				data-label="informations"] .col.counter > ul > li > .suffix {
					display: block;
				position: relative;
				text-align: center;
				font-size: 0.6rem;
				white-space: nowrap;
				opacity: 0.5;
				}

				.event-hero .hero-blocks .block[
				data-label="creative"] {
					width: 100%;
				/* height: 68%; */
				/* bottom: 20%; */
				/* position: relative; */
				}

				.event-hero .hero-blocks .block[
				data-label="creative"] .main-image {
					width: 100%;
					/* border-top-left-radius: 200px; */
					/* border-bottom-right-radius: 200px; */
					/* border-bottom-left-radius: 200px; */
					background-color: goldenrod;
					background-color: transparent;
					background-image: url("../../uploads/conference/international-day-education-futuristic-style.jpg");
					background-size: cover;
					/* box-shadow: inset 0 0 10px 5px #000000AA, inset 0 0 50px 10px #000000AA, 0 0 1px 1px #ffffff20, 0 0 50px 0 #ffffff20; */
					/* box-shadow: inset 0 0 100px 5px #00000030, inset 0 0 0px 1px #00000080, 1px 1px 0 1px #ffffff30; */
					/* aspect-ratio: 16/9; */
					border-radius: 25px;
				}
				.event-hero .hero-blocks .block[data-label="creative"] .main-title {
					position: absolute;
					left: -10%;
					bottom: calc(-50px - 70px);
					bottom: 7%;
					right: 50%;
					align-content: center;
					outline: 1px solid green;
					outline: none;
					opacity: 0.9;
					padding: 50px 10px;
					height: 300px;
				}
				.event-hero .hero-blocks .block[data-label="creative"] .main-title:before {
					display: block;
					content:"";
					position: absolute;
					inset: 0 0 50px 0;
					background-color: var(--brand_orange);
					background-color: var(--brand_purple);
					border-radius: 40px;
					border-bottom-right-radius: 0;
					/* box-shadow: 0 5px 25px 0 #000000b0; */
					/*box-shadow: inset 25px 25px 25px 0 #ffa58a55; */
					/* box-shadow: -5px -1px 5px 0 var(--brand_orange); */
					box-shadow: -1px -1px 0 0 #FFFFFFC0;
				}
				.event-hero .hero-blocks .hero-slide:nth-child(1) .main-title:before {/* background-color: var(--brand_red); */}
				.event-hero .hero-blocks .hero-slide:nth-child(2) .main-title:before {/* background-color: var(--brand_green); */}
				.event-hero .hero-blocks .hero-slide:nth-child(3) .main-title:before {/* background-color: var(--brand_orange); */}

				.event-hero .hero-blocks .block[data-label="creative"] .main-title:after {
					position: absolute;
					top: calc(100% - 100px);
					left: calc(100% - 40px);
					border: solid transparent;
					content: "";
					height: 0;
					width: 0;
					position: absolute;
					pointer-events: none;
					border-color: rgba(136, 183, 213, 0);
					border-right-color: var(--brand_orange);
					border-right-color: var(--brand_purple);
					border-width: 40px;
					margin-left: -40px;
				}
				.event-hero .hero-blocks .hero-slide:nth-child(1) .main-title:after {/* border-right-color: var(--brand_red); */}
				.event-hero .hero-blocks .hero-slide:nth-child(2) .main-title:after {/* border-right-color: var(--brand_green); */}
				.event-hero .hero-blocks .hero-slide:nth-child(3) .main-title:after {/* border-right-color: var(--brand_orange); */}

				.event-hero .hero-blocks .block[data-label="creative"] .main-title h2 {
					display: flex;
					position: relative;
					text-align: center;
					font-family: NunitoSans;
					font-family: NunitoSans;
					font-weight: 700;
					font-size: 2.25rem;
					font-weight: 800;
					line-height: 1.05;
					color: white;
					text-wrap:balance;
					padding-inline:10%;
					padding-block: 0 10px;
					text-shadow: 1px 1px 10px rgb(0 0 0 / 40%);
					text-align: left;
					text-wrap: auto;
					font-size: 3rem;
					line-height: 1.21;
					/* text-transform: uppercase; */
				}
				.event-hero .hero-blocks .block[data-label="creative"] .main-title h3 {
					display: flex;
					position: relative;
					text-align: center;
					font-family: NunitoSans;
					font-weight: 600;
					color: white;
					padding-inline:10%;
					padding-block: 10px 20px;
					text-shadow: 1px 1px 10px rgb(0 0 0 / 40%);
					text-align: left;
					text-wrap: auto;
					font-size: 1.25rem;
					line-height: 1.21;
					text-transform: uppercase;
				}

				.event-hero .hero-blocks .block[data-label="cta"] a > em:before { content:"Jegy vásárlása"; }
				.event-hero .hero-blocks .block[data-label="informations"] .col.counter > ul > li[data-label="days"]    .suffix:after { content:"nap"; }
				.event-hero .hero-blocks .block[data-label="informations"] .col.counter > ul > li[data-label="hours"]   .suffix:after { content:"óra"; }
				.event-hero .hero-blocks .block[data-label="informations"] .col.counter > ul > li[data-label="minutes"] .suffix:after { content:"perc"; }
				.event-hero .hero-blocks .block[data-label="informations"] .col.counter > ul > li[data-label="seconds"] .suffix:after { content:"másodperc"; }

				/* CTA */
				.event-hero .hero-blocks .block[data-label="cta"] {
					position: absolute;
					width: calc(100% - var(--side_margin));
					/* width: calc(100% - 0px); */
					height: 50px;
					bottom: calc(20% - 50px - var(--gap));
					right:var(--side_margin);
					background-color: chartreuse;
					background-color: transparent;
					pointer-events: none;
				}
				.event-hero .hero-blocks .block[data-label="cta"] a {
					display: block;
					position: absolute;
					will-change: auto;
					right: 50%;
					box-sizing: border-box;
					width: 250px;
					height: 50px;
					padding-inline:20px 10px;
					transform:translateX(calc(100% + var(--gap)));
					background-color: var(--brand_lightblue);
					/* background-color: transparent; */
					pointer-events: all;
					border-radius:               5px;
					border-top-right-radius:    5px;
					/* border-bottom-right-radius: 15px; */
					/* border-top-left-radius: 15px; */
					display: flex;
					align-content: center;
					align-items: center;
					justify-content: space-between;
					flex-flow: wrap;
					color: white;
					text-decoration: none;
					letter-spacing: 0.15pt;
					box-shadow:0 0 0px 0px var(--brand_lightblue);
					background:linear-gradient(to right, var(--brand_lightblue), var(--brand_lightblue));
					transition:background 500ms ease, box-shadow 0.2s ease-in-out;
					background-size:500% 100%;
				}
				.event-hero .hero-blocks .block[data-label="cta"] a:hover {
					background:linear-gradient(to right, var(--brand_lightblue), var(--brand_lightblue_dim));
					background-size:100% 100%;
					box-shadow:0 0 25px 0px var(--brand_lightblue);
				}
				.event-hero .hero-blocks .block[data-label="cta"] a > i {
					display: flex;
					order: 2;
					font-size: 180%;
				}
				.event-hero .hero-blocks .block[data-label="cta"] a > i:before { content:"\EBA8"; }
				.event-hero .hero-blocks .block[data-label="cta"] a > em {
					display: flex;
					order:1;
					font-style: normal;
					text-transform: uppercase;
					font-weight: bold;
				}
			}

			/* event-info: szöveges tartalom formázása */
			#events .event-info {
				/* max-width: 800px; */
				margin: 0 auto;
				padding: 60px var(--side_margin) 80px;
				color: white;
				font-family: NunitoSans, sans-serif;
			}
			#events .event-info big:first-child {
				margin-bottom:30px;
			}
			#events .event-info .mirror {
				display: block;
			}
			#events .event-info h2.slogan {
				font-size: clamp(3.5rem, 2.5vw, 2.25rem);
				font-weight: 700;
				line-height: 1.2;
				margin: 0 0 1em;
				color: var(--brand_orange);
				text-wrap: balance;
			}
			#events .event-info h3 {
				font-size: clamp(2.2rem, 1.5vw, 1.35rem);
				font-weight: 800;
				line-height: 1.3;
				margin: .75em 0 0.25em 0;
				color: var(--brand_lightblue);
				/* border-bottom: 1px solid rgba(255,255,255,0.15); */
				padding-bottom: 0.35em;
				font-family: 'NunitoSans';
				/* text-transform: uppercase; */
				font-size: var(--copy_size_big);
				line-height: var(--copy_line_height_big);
				letter-spacing: 0.1pt;
			}
			#events .event-info h3:first-of-type {
				margin-top: 0;
			}
			#events .event-info h4 {
				font-size: 1.4rem;
				font-weight: 600;
				line-height: 1.3;
				margin: 1.5em 0 0.5em;
				color: rgba(255,255,255,0.8);
				letter-spacing: 0.2pt;
				text-transform: uppercase;
			}
			#events .event-info p {
				font-size: var(--copy_size);
				line-height: var(--copy_line_height);
				margin: 0 0 0 0;
				padding:0;
				color: rgba(255,255,255,0.8);
				text-wrap: balance;
				letter-spacing: 0.2pt;
			}
			#events .event-info p.slogan {
				font-size: var(--copy_size_huge);
				line-height: var(--copy_line_height_huge);
				margin: 0 0 0 0;
				padding:0;
				color: rgba(255,255,255,0.8);
				text-wrap: balance;
				letter-spacing: 0.2pt;
			}
			#events .event-info ul {
				margin: 0 0 0 0.5em;
				padding-left: 0;
				list-style: none;
				font-size:var(--copy_size);
				line-height:var(--copy_line_height);
				color: rgba(255,255,255,0.8);
			}
			#events .event-info ul > li {
				position: relative;
				padding-left: 1em;
				/* margin-bottom: 0.6em; */
				/* line-height: 1.5; */
				color: rgba(255,255,255,0.8);
			}
			#events .event-info ul > li::before {
				content: "";
				position: absolute;
				left: 0;
				top: 0.55em;
				width: 5px;
				height: 5px;
				border-radius: 50%;
				background-color: var(--brand_orange);
			}
			#events .event-info ul ul {
				margin: 0 0 0 0;
				padding-left: 0;
			}
			#events .event-info ul ul > li::before {
				background-color: var(--brand_lightblue);
				width: 4px;
				height: 4px;
				top: 0.6em;
			}
			#events .event-info .ticket-fees-wrap {
				margin: 0.6em 0 1.6em;
				overflow-x: auto;
			}
			#events .event-info .ticket-fees {
				width: 100%;
				max-width:800px;
				border-collapse: collapse;
				table-layout: fixed;
				font-size: var(--copy_size);
				line-height: var(--copy_line_height);
				color: rgba(255,255,255,0.85);
			}
			#events .event-info .ticket-fees + .ticket-fees {
				margin-top: 1.1em;
			}
			#events .event-info .ticket-fees th:nth-child(1),
			#events .event-info .ticket-fees td:nth-child(1) {
				width: 40%;
			}
			#events .event-info .ticket-fees th:nth-child(2),
			#events .event-info .ticket-fees td:nth-child(2) {
				width: 35%;
			}
			#events .event-info .ticket-fees th:nth-child(3),
			#events .event-info .ticket-fees td:nth-child(3) {
				width: 25%;
			}
			#events .event-info .ticket-fees th:nth-child(3) .price-old,
			#events .event-info .ticket-fees td:nth-child(3) .price-old {
				display:inline-block;
				vertical-align:bottom;
				position:relative;
				opacity:1;
				margin-left:10px;
				font-size:0.85em;
				padding-inline:3%;
				overflow:hidden;
				color:#ffffff96;
			}
			#events .event-info .ticket-fees th:nth-child(3) .price-old:before,
			#events .event-info .ticket-fees td:nth-child(3) .price-old:before {
				content:"";
				display:block;
				position:absolute;
				inset:0;
				height:0px;
				border-top:2px solid #ffffff66;
				transform:translate(0,10px) rotate(-5deg);
				box-shadow:0 0 1px 1px #0000008f;
			}
			#events .event-info .ticket-fees th,
			#events .event-info .ticket-fees td {
				padding: 0.45em 0.5em;
				text-align: left;
				border-bottom: 1px solid rgba(255,255,255,0.14);
				white-space: nowrap;
			}
			#events .event-info .ticket-fees thead th {
				color: var(--brand_lightblue);
				font-weight: 700;
			}
			#events .event-info .ticket-fees tbody th {
				color: white;
				font-weight: 700;
			}
			#events .event-info .ticket-fees tfoot td {
				width: auto;
				border-bottom: none;
				white-space: normal;
			}
			#events .event-info p.ticket-fees-footnote {
				margin-top: 0.35em;
				margin-bottom: 0;
				font-size: 0.85rem;
				line-height: 1.2;
				text-wrap:pretty;
			}

			
			#events .event-info small {
				display: block;
				/* height: 0; */
				overflow: hidden;
			}
			#events figure.thinking {
				position:relative;
				width: 100%;
				height:300px;
				left:50%;
				transform:translateX(-50%);
				margin-top: 100px;
				margin-bottom: 50px;
				border-radius: 0;
				pointer-events: none;
			}
			#events figure.thinking:after {
				top: calc(0% - 50px);
				left: calc(0% + 50px);
				border: solid transparent;
				content: "";
				height: 0;
				width: 0;
				position: absolute;
				pointer-events: none;
				border-color: #88b7d500;
				border-left-color: #FCAC06;
				border-left-color: #0c8cd4;
				border-width: 50px;
				margin-left: -50px;
			}
			#events figure.thinking:before {
				content:"";
				display:block;
				position:absolute;
				inset:0;
				background-color: #FCAC06;
				background-color: #0c8cd4;
				z-index:-1;
				border-radius: 80px;
				border-top-left-radius: 0;
			}
			#events figure.thinking > img {
				position:absolute;
				bottom:0;
				height: 190%;
				left:50%;
				transform:translateX(-50%);
				object-fit:contain;
				object-position: bottom center
			}
			#events .button {
				padding:15px 15px 15px 25px;
			}
			#events .button i {
				display: flex;
				order: 2;
				font-size: 180%;
			}

		/* SCREENS */

		@media screen and (min-width:960px){
			#events .event-hero .hero-background { background-image: url("../../images/background/spot-wide.webp"); }
		}
		@media screen and (min-width:440px) and (max-width:959.8px) {
		}
		@media screen and (min-width:0px) and (max-width:959.8px) {
			#events .event-info {
				padding: 40px 0 60px 0;
				/* padding: 0; */
			}
			#events .event-info h2.slogan {
				font-size: 1.35rem;
			}
			#events .event-info h3 {
				margin-top: 1.5em;
				/* text-align: center; */
				text-wrap: balance;
			}
			#events {
				.event-hero .hero-blocks {display: block;}
				.event-hero .hero-blocks .col { display:block; }
				.event-hero .hero-blocks .col[data-label="logo"] {width:100%;height: 20%;overflow: hidden;z-index: 2;position: relative;}
				.event-hero .hero-blocks .col[data-label="banner"] {width: 100%;position: absolute;bottom: 0vh;height: 100%;overflow: hidden;}
				.event-hero .hero-blocks .col[data-label="logo"] i {aspect-ratio:auto;height: 100%;}
				.event-hero .hero-blocks .col[data-label="logo"] i:before {background-attachment:local;transform: none;width: 100%;aspect-ratio: 3/1;background-image: url(../../images/logo/tuzgyujto-konferencia-2soros-feher-szines-2.svg);background-size: 45% auto;position: relative;height: 100%;background-position: 40% 100%;}
				.event-hero .hero-blocks .col[data-label="banner"] .blocks .block[data-label="informations"] {
					/* position: relative; */
					height: 80vh;
					top: 20%;
					bottom: auto;
					width: 100%;
					background-color: rgba(255,255,0,0.26);
					background-color: transparent;
					z-index: 1;
				}
				.event-hero .hero-blocks .col[data-label="banner"] .blocks .block[data-label="creative"] {
					/* position: relative; */
					width: 100%;
					height: 72vh;
					top: 28vh;
					bottom: auto;
					background-color: rgba(35,255,0,0.26);
					/* background-color: transparent; */
				}
				@media screen and (max-width: 519.8px) {
					.event-hero .hero-blocks .col[data-label="banner"] .blocks .block[data-label="creative"] {
						height: 118vh;
						top: -12vh;
					}
					.event-hero .hero-blocks .col[data-label="banner"] .blocks .block[data-label="creative"] .main-image {
						min-height: 66vh;
						height: 66vh;
					}
				}
				.event-hero .hero-blocks .col[data-label="banner"] .blocks .block[data-label="informations"] .cols {
					display: block;
					width: 100%;
					right: 0;
					position: absolute;
					top: 0;
					background-color: var(--brand_darkblue_dim2);
					height: 15vh;
					text-align: center;
				}
				.event-hero .hero-blocks .col[data-label="banner"] .blocks .block[data-label="informations"] .col.counter {
					position: fixed;
					bottom: 30px;
					text-align: center;
					left: 50%;
					transform: translateX(-50%);
				}
				.event-hero .hero-blocks .col[data-label="banner"] .blocks .block[data-label="informations"] .col.counter > ul {
				}
				.event-hero .hero-blocks .col[data-label="banner"] .blocks .block[data-label="informations"] .col.label { display: none; }
				.event-hero .hero-blocks .col[data-label="banner"] .blocks .block[data-label="informations"] .col.main-content {
					width: calc(100vw - 0px);
					text-align: left;
					font-family:NunitoSans;
					font-size: 1.1em;
					line-height:1.3;
					display: block;
					/* margin-left: 60px; */
					text-align: center;
				}
				.event-hero .hero-blocks .col[data-label="banner"] .blocks .block[data-label="informations"] .col.main-content span.venue,
				.event-hero .hero-blocks .col[data-label="banner"] .blocks .block[data-label="informations"] .col.main-content span.date {
					display: block;
					margin: 0;
				}
				.event-hero .hero-blocks .col[data-label="banner"] .blocks .block[data-label="informations"] .col.main-content span.address {
					display: block;
					margin-top: 10px;
					font-size: 1em;
					line-height: 1.0;
					text-wrap: balance;
					width: 100%;
					max-width: 100vw;
				}
				.event-hero .hero-blocks .col[data-label="banner"] .blocks .block[data-label="creative"] .main-title {
					/* position: relative; */
					top: 2vh;
					right: auto;
					width: calc(100% - 50px);
					left: 50%;
					bottom: auto;
					transform:translateX(-50%);
					padding-bottom: 20px;
					outline: 1px solid green;
					outline: none;
					min-height: 213px;
				}
				@media screen and (max-width: 519.8px) {
					.event-hero .hero-blocks .col[data-label="banner"] .blocks .block[data-label="creative"] .main-title {
						top: 66.67vh;
						bottom: auto;
						left: 50%;
						right: auto;
						transform: translateX(-50%);
						width: calc(100% - 50px);
						max-height: 32vh;
					}
				}
				.event-hero .hero-blocks .col[data-label="banner"] .blocks .block[data-label="creative"] .main-title:before {
					border-radius: 63px;
					border-bottom-right-radius:0;
					inset: 0 0 31px 0;
				}
				.event-hero .hero-blocks .col[data-label="banner"] .blocks .block[data-label="creative"] .main-title:after {
					top: calc(100% - 31px);
					border-width: 31px;
					margin-left: -31px;
				}
				.event-hero .hero-blocks .col[data-label="banner"] .blocks .block[data-label="creative"] .main-title h2 {
					font-size: 1.5rem;
					line-height: 1.375;
					text-align: center;
					padding-inline: 25px 10px;
					padding-block: 25px 12px;
					text-shadow: 1px 1px 5px rgb(0 0 0 / 40%);
				}
				.event-hero .hero-blocks .col[data-label="banner"] .blocks .block[data-label="creative"] .main-title h3 {
					padding-block: 8px 16px;
					padding-inline: 25px 10px;
				}
				@media screen and (max-width: 519.8px) {
					.event-hero .hero-blocks .col[data-label="banner"] .blocks .block[data-label="creative"] .main-title h2 {
						font-size: 1.725rem;
					}
					.event-hero .hero-blocks .col[data-label="banner"] .blocks .block[data-label="creative"] .main-title h3 {
						font-size: 1.265rem;
					}
				}
				.event-hero .hero-blocks .col[data-label="banner"] .blocks .block[data-label="creative"] .main-image {
					position: absolute;
					/* aspect-ratio: 3/2; */
					border-radius: 0;
					width: calc(100% - 0px);
					margin: 0;
					/* background-position: center bottom; */
				}
				.event-hero .hero-blocks .col[data-label="banner"] .blocks .block[data-label="cta"] {
					bottom: 10vh;
					right: auto;
					left: 50%;
					transform: translateX(-50%);
					text-align: center;
				}
				.event-hero .hero-blocks .col[data-label="banner"] .blocks .block[data-label="cta"] a {
					right: auto;
					left: 50%;
					transform: translateX(-50%);
					width: 50vw;
					height: auto;
					padding-inline: 15px 5px;
					font-size: 0.8rem;
					padding-block: 3px;
				}
				.event-info p.slogan {
					font-size: var(--copy_size_big);
					line-height: var(--copy_line_height_big);
					/* text-align:center; */
				}
			}
		}
		@media screen and (min-width:0px) and (max-width:439.8px){
			#events .event-info {
				padding: 30px 0 50px;
			}
		}

		/* XXXXL   */ @media screen and (min-width:1600px)                        {
			#events .event-hero { width: 1400px; }
			#events .event-hero .hero-blocks .block[data-label="creative"] .main-image { aspect-ratio:16/9; }
			#events .event-hero .hero-blocks .block[data-label="creative"] .main-title h2 {font-size: 3rem;}
			#events figure.thinking { height:300px; }
			#events figure.thinking > img { height: 190%; }
		}
		/*  XXXL   */ @media screen and (min-width:1440px) and (max-width:1599.8px) {
			#events .event-hero {width: 1200px;}	
			#events .event-hero .hero-blocks .block[data-label="creative"] .main-image {aspect-ratio: 16/11;}
			#events .event-hero .hero-blocks .block[data-label="creative"] .main-title h2 {font-size: 3.0rem;}
			#events figure.thinking { height:300px; }
			#events figure.thinking > img { height: 190%; }
		}
		/*   XXL   */ @media screen and (min-width:1240px) and (max-width:1439.8px) {
			#events .event-hero {width: 1000px;}
			#events .event-hero .hero-blocks .block[data-label="creative"] .main-image {aspect-ratio: 16/13;}
			#events .event-hero .hero-blocks .block[data-label="creative"] .main-title h2 {font-size: 2.8rem;}
			#events figure.thinking { height:300px; }
			#events figure.thinking > img {height: 150%;}
		}
		/*    XL   */ @media screen and (min-width:1040px) and (max-width:1239.8px) {
			#events .event-hero {width: 900px;}
			#events .event-hero .hero-blocks .block[data-label="creative"] .main-image {aspect-ratio: 5/4;}
			#events .event-hero .hero-blocks .block[data-label="creative"] .main-title h2 {font-size: 2.5rem;}
			#events figure.thinking { height:300px; }
			#events figure.thinking > img {height: 135%;}
		}
		/*     L   */ @media screen and (min-width: 960px) and (max-width:1039.8px) {
			#events .event-hero {width: 800px;}
			#events .event-hero .hero-blocks .block[data-label="creative"] .main-image { aspect-ratio:16/9; }
			#events .event-hero .hero-blocks .block[data-label="creative"] .main-title h2 {font-size: 2.5rem;}
			#events figure.thinking { height:300px; }
			#events figure.thinking > img {height: 120%;}
		}
		/*     M   */ @media screen and (min-width: 860px) and (max-width: 959.8px) { }
		/*            -M   */ @media screen and (min-width:   0px) and (max-width: 959.8px) {
			#events .event-hero {width: calc(100% - 100px);}
			#events .event-hero .hero-blocks .block[data-label="creative"] .main-image { aspect-ratio:1/1; border-radius: 50px 0 50px 50px;}
			#events .event-hero .hero-blocks .block[data-label="creative"] .main-title h2 {font-size: 2.5rem;}
			#events .event-hero .hero-blocks .block[data-label="creative"] .main-title {
				position: absolute;
				left: 0%;
				right: 25%;
				padding: 50px 30px;
				height: 400px;
			}
			#events figure.thinking { width: calc(100% - 0px);}
			#events figure.thinking:before { border-radius: 25px; }
			#events figure.thinking { height:300px; }
			#events figure.thinking > img {height: 130%;}
		}

		/*   -MS   */ @media screen and (min-width:   0px) and (max-width: 859.8px) {
			#events .event-hero {width: calc(100% - 100px);}
			#events .event-hero .hero-blocks .block[data-label="creative"] .main-image { 
				border-radius: 100px 0 100px 100px;
				width: calc(100% - 50px);
				margin-left: 25px;
				aspect-ratio:1/1; 
			}
			#events .event-hero .hero-blocks .block[data-label="creative"] .main-title h2 {font-size: 2.5rem;}
			#events .event-hero .hero-blocks .block[data-label="creative"] .main-title {
				position: absolute;
				left: 10%;
				right: 10%;
				padding: 0px 30px;
				height: 338px;
			}
			#events .event-hero .hero-blocks .block[data-label="creative"] .main-title:before {
				border-radius: 40px;
			}
			#events .event-hero .hero-blocks .block[data-label="creative"] .main-image {
				border-radius: 50px 0 50px 50px;
				border-radius:0;
				width: calc(100% + 100px);
				margin-left: -50px;
			}
			#events .event-hero .hero-blocks .block[data-label="creative"] .main-title { left: 0%; right: 0%; padding: 0px 20px; height: 288px; }
			#events .event-hero .hero-blocks .block[data-label="creative"] .main-title h2 {font-size: 2.0rem;}
		}
		/*    MS   */ @media screen and (min-width: 700px) and (max-width: 859.8px) {
			#events .event-hero .hero-blocks .block[data-label="creative"] .main-title {left: 0%;right: 0%;padding: 0px 20px;height: 325px;}
			#events .event-hero .hero-blocks .block[data-label="creative"] .main-title h2 {font-size: 2.0rem;}
			#events figure.thinking {height: 250px;}
			#events figure.thinking > img {height: 140%;}
		}
		/*     S   */ @media screen and (min-width: 580px) and (max-width: 699.8px) {
			#events .event-hero .hero-blocks .block[data-label="creative"] .main-title {left: 0%;right: 0%;padding: 0px 20px;height: 350px;}
			#events .event-hero .hero-blocks .block[data-label="creative"] .main-title h2 {font-size: 2.0rem;}
			#events figure.thinking {height: 200px;}
			#events figure.thinking > img {height: 130%;}
		}
		/*    XS   */ @media screen and (min-width: 520px) and (max-width: 579.8px) {
			#events .event-hero .hero-blocks .block[data-label="creative"] .main-title {left: 0%;right: 0%;padding: 0px 20px;height: 325px;}
			#events .event-hero .hero-blocks .block[data-label="creative"] .main-title h2 {font-size: 2.0rem;}
			#events figure.thinking {height: 200px;}
			#events figure.thinking > img {height: 115%;}
		}
		/* mobile ticket fees */
		@media screen and (min-width: 0px) and (max-width: 699.8px) {
			#events .event-info .ticket-fees-wrap {
				overflow-x: hidden;
			}
			#events .event-info .ticket-fees thead {
				display: none;
			}
			#events .event-info .ticket-fees,
			#events .event-info .ticket-fees tbody,
			#events .event-info .ticket-fees tr,
			#events .event-info .ticket-fees th,
			#events .event-info .ticket-fees td {
				display: block;
				width: 100%;
			}
			#events .event-info .ticket-fees {
				max-width: 100%;
			}
			#events .event-info .ticket-fees tbody tr {
				padding: 0.4em 0;
				border-bottom: 1px solid rgba(255,255,255,0.18);
			}
			#events .event-info .ticket-fees tbody tr:last-child {
				border-bottom: none;
			}
			#events .event-info .ticket-fees tbody th {
				padding: 0.35em 0.5em 0.45em;
				border-bottom: none;
				color: var(--brand_lightblue);
				white-space: normal;
			}
			#events .event-info .ticket-fees td {
				display: flex;
				align-items: baseline;
				gap: 0.35em;
				padding: 0.2em 0.5em;
				border-bottom: none;
				white-space: normal;
			}
			#events .event-info .ticket-fees td::before {
				content: attr(data-label) ":";
				font-weight: 700;
				color: rgba(255,255,255,0.95);
				flex: 0 0 auto;
			}
			#events .event-info .ticket-fees tfoot,
			#events .event-info .ticket-fees tfoot tr,
			#events .event-info .ticket-fees tfoot td {
				display: block;
				width: 100%;
			}
			#events .event-info .ticket-fees tfoot td {
				padding: 0.4em 0.5em 0;
				border-bottom: none;
			}
		}
		/*   XXS   */ @media screen and (min-width: 440px) and (max-width: 519.8px) {
			#events .button .label { display:block; opacity:0.6; }
			#events .event-hero .hero-blocks .block[data-label="creative"] .main-title {left: 0%;right: 0%;padding: 0px 20px;height: 298px;}
			#events .event-hero .hero-blocks .block[data-label="creative"] .main-title h2 {font-size: 1.725rem;line-height: 1.32;padding-inline: 3%;}
			#events .event-hero .hero-blocks .block[data-label="creative"] .main-title h3 {font-size: 1.265rem;line-height: 1.32;padding-inline: 3%;}
			#events figure.thinking {height: 170px;}
			#events figure.thinking > img {height: 145%;}
		}
		/*  XXXS   */ @media screen and (min-width: 330px) and (max-width: 439.8px) {
			#events .button .label { display:block; opacity:0.6; }
			#events .event-hero .hero-blocks .block[data-label="creative"] .main-title {left: -10%;right: -10%;padding: 0px 0px;height: 234px;}
			#events .event-hero .hero-blocks .block[data-label="creative"] .main-title h2 {font-size: 1.38rem;}
			#events figure.thinking {height: 160px;}
			#events figure.thinking > img {height: 141%;}
		}
		/* XXXXS   */ @media screen and (min-width:   0px) and (max-width: 329.8px) {
			#events .event-info h3 {--copy_size_big:1rem;--copy_line_height_big:1.2;text-align:center;text-wrap: balance;}
			#events .button .label { display:block; opacity:0.6; }
			#events .event-hero .hero-blocks .block[data-label="creative"] .main-title {left: -10%;right: -10%;padding: 0px 0px;height: 234px;}
			#events .event-hero .hero-blocks .block[data-label="creative"] .main-title h2 {font-size: 1.38rem;}
			#events figure.thinking {height: 200px;}
			#events figure.thinking > img {height: 90%;}
		}
		/*   XXL4  */ @media screen and (min-width:1400px) and (max-width:1439.8px) { }
		/*   XXL3  */ @media screen and (min-width:1340px) and (max-width:1399.8px) { }
		/*   XXL2  */ @media screen and (min-width:1300px) and (max-width:1339.8px) { }
		/*   XXL1  */ @media screen and (min-width:1240px) and (max-width:1299.8px) { }
		/*    XL4  */ @media screen and (min-width:1200px) and (max-width:1239.8px) { }
		/*    XL3  */ @media screen and (min-width:1140px) and (max-width:1199.8px) { }
		/*    XL2  */ @media screen and (min-width:1100px) and (max-width:1139.8px) { }
		/*    XL1  */ @media screen and (min-width:1040px) and (max-width:1099.8px) { }
		/*     M2  */ @media screen and (min-width: 900px) and (max-width: 959.8px) { }
		/*     M1  */ @media screen and (min-width: 860px) and (max-width: 899.8px) { }
		/*  XXXS2  */ @media screen and (min-width: 400px) and (max-width: 439.8px) { }
		/*  XXXS1  */ @media screen and (min-width: 330px) and (max-width: 399.8px) { }

		/* HERO SLIDER: unified 3-size height behavior */
		#events .event-hero .hero-slider {
			--hero-slider-height: min(76vh, 780px);
			position: relative;
			height: var(--hero-slider-height);
			min-height: var(--hero-slider-height);
			overflow: hidden;
			will-change: transform;
		}
		#events .event-hero .hero-slider .hero-slides,
		#events .event-hero .hero-slider .hero-slide,
		#events .event-hero .hero-slider .hero-slide .block[data-label="creative"] {
			height: 100%;
			min-height: 100%;
		}
		#events .event-hero .hero-slider .hero-slides {
			position: relative;
		}
		#events .event-hero .hero-slider .hero-slide {
			position: absolute;
			inset: 0;
			overflow: hidden;
			will-change: transform, opacity;
		}
		#events .event-hero .hero-slider .hero-slide .block[data-label="creative"] {
			position: relative;
		}
		#events .event-hero .hero-slider .hero-slide .block[data-label="creative"] .main-image {
			position: absolute;
			inset: 0;
			display: block;
			width: 100%;
			height: 100%;
			min-height: 100%;
			aspect-ratio: auto;
			background-position: center center;
			background-size: cover;
			will-change: transform, opacity;
		}
		#events .event-hero .hero-slider .hero-slide .block[data-label="creative"] .main-title {
			position: absolute;
			left: clamp(16px, 4vw, 48px);
			right: auto;
			bottom: clamp(34px, 6vh, 72px);
			width: min(56%, 640px);
			height: auto;
			padding: clamp(14px, 2vw, 28px) clamp(12px, 1.8vw, 22px);
			display: flex;
			flex-direction: column;
			justify-content: center;
			gap: clamp(6px, 1vh, 12px);
			z-index: 2;
			will-change: transform, opacity, filter;
		}
		#events .event-hero .hero-slider .hero-slide .block[data-label="creative"] .main-title:before {
			inset: 0;
			border-radius: clamp(20px, 2.4vw, 40px);
			border-bottom-right-radius: 0;
		}
		#events .event-hero .hero-slider .hero-slide .block[data-label="creative"] .main-title:after {
			top: calc(100% - 28px);
			left: calc(100% - 28px);
			border-width: 28px;
			margin-left: -28px;
		}
		#events .event-hero .hero-slider .hero-slide .block[data-label="creative"] .main-title h2,
		#events .event-hero .hero-slider .hero-slide .block[data-label="creative"] .main-title h3 {
			display: block;
			max-width: 100%;
			overflow-wrap: anywhere;
			word-break: break-word;
			hyphens: auto;
			padding-inline: clamp(10px, 2.2vw, 22px);
		}
		#events .event-hero .hero-slider .hero-slide .block[data-label="creative"] .main-title h2 {
			font-size: clamp(1.7rem, 2.8vw, 2.7rem);
			line-height: 1.18;
			padding-block: clamp(10px, 1.2vw, 16px) clamp(4px, 0.8vw, 10px);
		}
		#events .event-hero .hero-slider .hero-slide .block[data-label="creative"] .main-title h3 {
			font-size: clamp(1rem, 1.35vw, 1.25rem);
			line-height: 1.25;
			padding-block: clamp(2px, 0.5vw, 8px) clamp(10px, 1vw, 16px);
		}
		#events .event-hero .hero-slider .hero-nav {
			bottom: 16px;
		}

		/* Tablet */
		@media screen and (min-width:520px) and (max-width:959.8px) {
			#events .event-hero .hero-slider {
				--hero-slider-height: min(62vh, 620px);
			}
			#events .event-hero .hero-slider .hero-slide .block[data-label="creative"] .main-title {
				width: min(76%, 600px);
				left: 18px;
				bottom: 24px;
				padding: 18px 16px;
			}
		}

		/* Mobile */
		@media screen and (max-width:519.8px) {
			#events .event-hero .hero-slider {
				--hero-slider-height: min(54vh, 520px);
			}
			#events .event-hero .hero-slider .hero-slide .block[data-label="creative"] .main-title {
				left: 12px;
				right: 12px;
				width: auto;
				bottom: 16px;
				padding: 14px 12px;
			}
			#events .event-hero .hero-slider .hero-nav {
				bottom: 12px;
			}
		}
