:root {
	--logo-size: 34;
}

@media only screen and (max-width: 734px) {
	:root {
		--logo-size: 60;
	}
}

.image-hero-wrapper {
	position: relative;
	height: 0;
	/* using variable if need smaller than 100% width */
	padding-top: calc((950 / 950 * 100%) * (var(--logo-size) / 100));
	display: grid;
	place-items: center;
}

@media only screen and (max-width: 734px) {
	.image-hero-wrapper {
		/* using variable if need smaller than 100% width */
		padding-top: calc((950 / 950 * 100%) * (var(--logo-size) / 100));
	}
}

.ssc-logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 100%;
	height: auto;
	width: calc(var(--logo-size) * 1%);
}

@media only screen and (min-width: 1300px) {
	.section-content.section-content-larger {
		width: 1250px;
	}
}

/* body[data-color-scheme="light"] .bg-alt {
	background-color: #fafafa;
} */

/* ========== Hero Image ========== */

.section-hero-img {
	max-height: 650px;
	overflow: hidden;
}

@media only screen and (max-width: 1068px) {
	.section-hero-img {
		max-height: 700px;
		margin-bottom: -10px;
	}
}

@media only screen and (max-width: 734px) {
	.section-hero-img {
		max-height: 800px;
	}
}

.figure-img-container {
	width: 100%;
	margin: 0 auto;
}

.figure-aspect {
	--figure-width: 1960;
	--figure-height: 1306;
	position: relative;
	height: 0;
	padding-top: calc(var(--figure-height) / var(--figure-width) * 100%);
}

.figure-aspect img {
	position: absolute;
	top: -50px;
	left: 0;
	max-width: 100%;
	height: auto;
}

@media only screen and (min-width: 1520px) {
	.figure-aspect img {
		top: -50px;
	}
}

@media only screen and (min-width: 1920px) {
	.figure-aspect img {
		top: -45px;
	}
}

@media only screen and (max-width: 1068px) {
	.figure-aspect {
		height: unset;
		padding-top: unset;
	}

	.figure-aspect img {
		position: inherit;
		top: unset;
		left: unset;
		max-width: 100%;
		height: auto;
	}
}

.section-news .row + * {
	margin-top: 1.5em;
}

/* ========== End Hero Image ========== */

.doodle-hero-1 {
	position: absolute;
	bottom: -80px;
	right: -80px;
}

@media only screen and (max-width: 1068px) {
	.doodle-hero-1 {
		display: none;
	}
}

.badge.badge-reduced {
	color: #000;
	border-color: #000;
	vertical-align: middle;
}

body[data-color-scheme="dark"] .badge.badge-reduced {
	color: #fff;
	border-color: #fff;
}

/* .doodle-hero-2 {
	position: absolute;
	top: 50%;
	left: -70px;
} */
.doodle-parent {
	position: relative;
}

.doodle-3 {
	position: absolute;
	top: -10px;
	left: -18px;
}

.doodle-4 {
	position: absolute;
	bottom: -10px;
	right: -18px;
}

.section-news .row + * {
	margin-top: 2em;
}

@media only screen and (max-width: 734px) {
	.section-news .row + * {
		margin-top: 1.5em;
	}
}

hr {
	margin-top: 3em;
	margin-bottom: 3em;
	border-top-width: medium;
	/* border-color: black; */
}

.accent-get-ready {
	position: absolute;
	top: -28px;
	left: -42px;
	width: 265px;
}

.accent-get-ready-line {
	position: absolute;
	top: 44px;
	left: -11px;
	width: 205px;
}

.accent-distinguished-winners {
	position: absolute;
	top: -18px;
	left: -82px;
	width: 76px;
	transform: rotate(-5deg);
}

.accent-next-steps {
	position: absolute;
	top: -33px;
	left: -34px;
	width: 233px;
}

@media only screen and (max-width: 1068px) {
	.accent-get-ready {
		position: absolute;
		top: -28px;
		left: -24px;
		width: 200px;
	}

	.accent-get-ready-line {
		position: absolute;
		top: 37px;
		left: -11px;
		width: 173px;
	}

	.accent-distinguished-winners {
		position: absolute;
		top: -18px;
		left: -82px;
		width: 76px;
		transform: rotate(-5deg);
	}

	.accent-next-steps {
		position: absolute;
		top: -27px;
		left: -32px;
		width: 196px;
	}
}

@media only screen and (max-width: 850px) {
	.accent-distinguished-winners {
		display: none;
	}
}

@media only screen and (max-width: 734px) {
	.accent-get-ready {
		position: absolute;
		top: -28px;
		left: -20px;
		width: 180px;
	}

	accent-get-ready-line {
		position: absolute;
		top: 35px;
		left: -11px;
		width: 152px;
	}

	.accent-next-steps {
		position: absolute;
		top: -21px;
		left: -19px;
		width: 160px;
	}
}

.section-todo h2 {
	margin-bottom: 0.8em;
}

/* Animation */
/* 2025 */
.page-wrapper {
	position: relative; /* establishes a positioning context */
}

.hero-winner-confetti-anim {
	position: absolute;
	top: -1px;
	left: 50%;
	transform: translateX(-50%);
	width: 1960px;
	height: 700px;
}

body[data-color-scheme="light"] .hero-winner-confetti-anim {
	width: 2156px;
}

#hero-video-light,
#hero-video-dark {
	z-index: -1;
}

#video-end-frame-light,
#video-end-frame-dark {
	z-index: -2;
	-webkit-clip-path: inset(1px 1px);
	clip-path: inset(1px 1px);
}

body[data-color-scheme="light"] .dark-version {
	display: none;
}

body[data-color-scheme="dark"] .light-version {
	display: none;
}

video:focus {
	outline: none;
}
video {
	transform: translateZ(0);
	-webkit-transform: translateZ(0);
}
video,
hero-winner-confetti-anim {
	-webkit-clip-path: inset(1px 1px);
	clip-path: inset(1px 1px);
}
