/*
 * STIDE Careers Elementor
 * All front-end selectors are scoped to .stidecareers-root.
 */

.stidecareers-root,
.stidecareers-root * {
	box-sizing: border-box;
	min-width: 0;
	font-family: inherit;
	word-break: normal;
	overflow-wrap: normal;
	hyphens: none;
}

.stidecareers-root {
	--sc-burgundy: #7b3046;
	--sc-gold: #b2976f;
	--sc-burgundy-deep: #4c1c2c;
	--sc-gold-light: #d8c8b0;
	--sc-ink: #211f20;
	--sc-copy: #5d5659;
	--sc-paper: #fbfaf8;
	--sc-cream: #f3eee7;
	--sc-white: #fff;
	--sc-line: rgba(123, 48, 70, 0.17);
	--sc-shadow: 0 24px 70px rgba(39, 25, 31, 0.12);
	--sc-max-width: 1240px;
	--sc-hero-top: 190px;
	--sc-hero-height: 820px;
	--sc-job-space: 42px;
	position: relative;
	isolation: isolate;
	width: 100%;
	overflow: hidden;
	color: var(--sc-ink);
	background: var(--sc-paper);
	container-type: inline-size;
	container-name: stidecareersPage;
}

.stidecareers-root a {
	color: inherit;
	text-decoration: none;
}

.stidecareers-root h1,
.stidecareers-root h2,
.stidecareers-root h3,
.stidecareers-root h4,
.stidecareers-root p,
.stidecareers-root figure,
.stidecareers-root dl,
.stidecareers-root dd {
	margin-top: 0;
}

.stidecareers-root figure,
.stidecareers-root dl,
.stidecareers-root dd {
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
}

.stidecareers-root img,
.stidecareers-root svg {
	display: block;
	max-width: 100%;
}

.stidecareers-shell {
	position: relative;
	z-index: 2;
	width: min(var(--sc-max-width), calc(100% - 48px));
	margin-inline: auto;
}

.stidecareers-eyebrow {
	margin-bottom: 17px;
	color: var(--sc-burgundy);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.19em;
	line-height: 1.45;
	text-transform: uppercase;
}

/* Hero */
.stidecareers-hero {
	position: relative;
	display: flex;
	align-items: flex-end;
	min-height: var(--sc-hero-height);
	padding: max(150px, var(--sc-hero-top)) 0 clamp(86px, 8vw, 126px);
	overflow: hidden;
	background: #151315;
}

.stidecareers-hero-image,
.stidecareers-hero-overlay {
	position: absolute;
	inset: 0;
}

.stidecareers-hero-image {
	z-index: 0;
	background: var(--sc-hero-image) 56% center / cover no-repeat;
	filter: grayscale(1) contrast(1.13) brightness(0.64);
	transform: scale(1.035);
	animation: stidecareersHeroMove 22s ease-in-out infinite alternate;
}

.stidecareers-hero-overlay {
	z-index: 1;
	background:
		linear-gradient(90deg, rgba(15, 11, 13, 0.97) 0%, rgba(15, 11, 13, 0.86) 51%, rgba(15, 11, 13, 0.26) 100%),
		linear-gradient(180deg, rgba(15, 11, 13, 0.04) 0%, rgba(15, 11, 13, 0.76) 100%);
}

.stidecareers-hero-overlay::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(112deg, transparent 24%, rgba(178, 151, 111, 0.09) 49%, transparent 67%),
		radial-gradient(circle at 18% 20%, rgba(178, 151, 111, 0.23), transparent 29%);
}

.stidecareers-hero-overlay::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 14%;
	width: 1px;
	background: linear-gradient(180deg, transparent, rgba(178, 151, 111, 0.55), transparent);
}

.stidecareers-hero-grid {
	display: grid;
	grid-template-columns: 74px minmax(0, 1fr);
	gap: clamp(26px, 4vw, 54px);
	align-items: stretch;
}

.stidecareers-hero-rail {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	padding-bottom: 6px;
	border-right: 1px solid rgba(255, 255, 255, 0.23);
}

.stidecareers-hero-rail span {
	color: var(--sc-gold-light);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.21em;
	line-height: 1;
	text-transform: uppercase;
	writing-mode: vertical-rl;
	transform: rotate(180deg);
	white-space: nowrap;
}

.stidecareers-hero-content {
	max-width: 1090px;
}

.stidecareers-hero .stidecareers-eyebrow {
	color: var(--sc-gold-light);
}

.stidecareers-hero h1 {
	max-width: 980px;
	margin-bottom: 34px;
	color: var(--sc-gold-light);
	font-size: clamp(66px, 10.5vw, 136px);
	font-weight: 540;
	letter-spacing: -0.06em;
	line-height: 0.9;
	text-wrap: balance;
}

.stidecareers-hero-lower {
	display: grid;
	grid-template-columns: minmax(0, 1.16fr) minmax(260px, 0.58fr);
	gap: clamp(34px, 7vw, 92px);
	align-items: end;
}

.stidecareers-hero-lower > p {
	max-width: 760px;
	margin-bottom: 0;
	color: rgba(255, 255, 255, 0.86);
	font-size: clamp(17px, 1.55vw, 21px);
	line-height: 1.83;
}

.stidecareers-hero-note {
	padding-left: 23px;
	border-left: 2px solid var(--sc-gold);
}

.stidecareers-hero-note strong {
	display: block;
	margin-bottom: 9px;
	color: var(--sc-gold-light);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.1em;
	line-height: 1.4;
	text-transform: uppercase;
}

.stidecareers-hero-note span {
	display: block;
	color: rgba(255, 255, 255, 0.72);
	font-size: 13px;
	line-height: 1.72;
}

/* Career principles */
.stidecareers-principles {
	position: relative;
	z-index: 3;
	color: var(--sc-white);
	background: var(--sc-burgundy);
	border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.stidecareers-principles-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.stidecareers-principle {
	position: relative;
	min-height: 238px;
	padding: clamp(28px, 4vw, 44px);
	border-left: 1px solid rgba(255, 255, 255, 0.14);
	overflow: hidden;
}

.stidecareers-principle:first-child {
	border-left: 0;
}

.stidecareers-principle::after {
	content: "";
	position: absolute;
	right: -40px;
	bottom: -80px;
	width: 180px;
	height: 180px;
	border: 1px solid rgba(178, 151, 111, 0.24);
	transform: rotate(45deg);
}

.stidecareers-principle > span {
	display: block;
	margin-bottom: 30px;
	color: var(--sc-gold-light);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.14em;
	line-height: 1;
}

.stidecareers-principle h2 {
	position: relative;
	z-index: 1;
	margin-bottom: 13px;
	color: var(--sc-white);
	font-size: clamp(21px, 2.3vw, 30px);
	font-weight: 620;
	letter-spacing: -0.025em;
	line-height: 1.2;
}

.stidecareers-principle p {
	position: relative;
	z-index: 1;
	margin-bottom: 0;
	color: rgba(255, 255, 255, 0.72);
	font-size: 13px;
	line-height: 1.72;
}

/* Openings */
.stidecareers-openings {
	position: relative;
	padding: clamp(82px, 9vw, 138px) 0;
	background:
		radial-gradient(circle at 93% 8%, rgba(178, 151, 111, 0.13), transparent 25%),
		var(--sc-paper);
}

.stidecareers-openings-head {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.58fr);
	gap: clamp(38px, 7vw, 90px);
	align-items: end;
	padding-bottom: clamp(42px, 6vw, 68px);
	border-bottom: 1px solid var(--sc-line);
}

.stidecareers-openings-head h2 {
	max-width: 850px;
	margin-bottom: 0;
	color: var(--sc-burgundy);
	font-size: clamp(38px, 5.4vw, 70px);
	font-weight: 560;
	letter-spacing: -0.045em;
	line-height: 1.04;
	text-wrap: balance;
}

.stidecareers-openings-head > p {
	margin-bottom: 0;
	color: var(--sc-copy);
	font-size: 15px;
	line-height: 1.85;
}

/* Filter console */
.stidecareers-filter {
	display: grid;
	grid-template-columns: minmax(260px, 1.35fr) repeat(3, minmax(150px, 0.72fr)) auto;
	gap: 0;
	margin: 34px 0 0;
	border: 1px solid var(--sc-line);
	background: #fff;
	box-shadow: 0 12px 34px rgba(39, 25, 31, 0.06);
}

.stidecareers-filter-field {
	display: grid;
	gap: 7px;
	padding: 16px 17px;
	border-left: 1px solid var(--sc-line);
}

.stidecareers-filter-field:first-child {
	border-left: 0;
}

.stidecareers-filter-field label {
	color: var(--sc-burgundy);
	font-size: 9px;
	font-weight: 800;
	letter-spacing: 0.11em;
	line-height: 1.35;
	text-transform: uppercase;
}

.stidecareers-filter input,
.stidecareers-filter select {
	width: 100%;
	min-height: 35px;
	padding: 4px 0;
	border: 0;
	border-bottom: 1px solid rgba(123, 48, 70, 0.2);
	border-radius: 0;
	outline: 0;
	background: transparent;
	color: var(--sc-ink);
	font: inherit;
	font-size: 12px;
	line-height: 1.4;
}

.stidecareers-filter input:focus,
.stidecareers-filter select:focus {
	border-bottom-color: var(--sc-burgundy);
}

.stidecareers-filter-actions {
	display: grid;
	min-width: 116px;
	align-content: center;
	justify-items: center;
	gap: 7px;
	padding: 13px;
	border-left: 1px solid var(--sc-line);
	background: var(--sc-cream);
}

.stidecareers-filter-actions button {
	border: 0;
	border-bottom: 1px solid var(--sc-burgundy);
	padding: 5px 0;
	background: transparent;
	color: var(--sc-burgundy);
	font: inherit;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.09em;
	line-height: 1.2;
	text-transform: uppercase;
	cursor: pointer;
}

.stidecareers-filter-actions span {
	color: #766d70;
	font-size: 10px;
	line-height: 1.4;
}

/* Job register */
.stidecareers-jobs {
	display: grid;
	margin-top: 36px;
}

.stidecareers-job {
	position: relative;
	display: grid;
	grid-template-columns: 128px minmax(0, 1fr);
	gap: 0;
	margin-top: var(--sc-job-space);
	border: 1px solid var(--sc-line);
	background: rgba(255, 255, 255, 0.92);
	box-shadow: 0 12px 36px rgba(39, 25, 31, 0.055);
	transition: transform 0.34s ease, box-shadow 0.34s ease, border-color 0.34s ease;
}

.stidecareers-job:first-child {
	margin-top: 0;
}

.stidecareers-job:hover {
	transform: translateY(-5px);
	border-color: rgba(123, 48, 70, 0.31);
	box-shadow: var(--sc-shadow);
}

.stidecareers-job.is-featured {
	border-top: 4px solid var(--sc-gold);
}

.stidecareers-job[hidden] {
	display: none;
}

.stidecareers-job-rail {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 26px;
	padding: 28px 20px;
	color: var(--sc-white);
	background:
		linear-gradient(145deg, var(--sc-burgundy-deep), var(--sc-burgundy));
}

.stidecareers-job-rail > span {
	color: var(--sc-gold-light);
	font-size: clamp(34px, 5vw, 58px);
	font-weight: 540;
	letter-spacing: -0.055em;
	line-height: 1;
}

.stidecareers-job-rail small {
	color: rgba(255, 255, 255, 0.68);
	font-size: 9px;
	font-weight: 800;
	letter-spacing: 0.1em;
	line-height: 1.5;
	text-transform: uppercase;
	writing-mode: vertical-rl;
	transform: rotate(180deg);
	white-space: nowrap;
}

.stidecareers-job-main {
	padding: clamp(27px, 4vw, 46px);
}

.stidecareers-job-top {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 24px;
	align-items: start;
}

.stidecareers-job-department {
	margin-bottom: 12px;
	color: var(--sc-gold);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.13em;
	line-height: 1.4;
	text-transform: uppercase;
}

.stidecareers-job h3 {
	max-width: 820px;
	margin-bottom: 0;
	color: var(--sc-burgundy);
	font-size: clamp(28px, 4vw, 50px);
	font-weight: 580;
	letter-spacing: -0.035em;
	line-height: 1.08;
	text-wrap: balance;
}

.stidecareers-status {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 34px;
	padding: 7px 11px;
	border: 1px solid var(--sc-line);
	color: var(--sc-burgundy);
	background: var(--sc-cream);
	font-size: 9px;
	font-weight: 800;
	letter-spacing: 0.1em;
	line-height: 1.2;
	text-transform: uppercase;
	white-space: nowrap;
}

.stidecareers-status.is-open {
	border-color: rgba(74, 118, 82, 0.24);
	color: #3f7047;
	background: rgba(74, 118, 82, 0.08);
}

.stidecareers-status.is-coming-soon {
	color: #7c5e28;
	background: rgba(178, 151, 111, 0.13);
}

.stidecareers-status.is-closed {
	color: #71686b;
	background: rgba(94, 87, 89, 0.08);
}

.stidecareers-job-facts {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 0;
	margin-top: 27px;
	border-top: 1px solid var(--sc-line);
	border-bottom: 1px solid var(--sc-line);
}

.stidecareers-job-facts > div {
	min-height: 86px;
	padding: 15px 14px;
	border-left: 1px solid var(--sc-line);
}

.stidecareers-job-facts > div:first-child {
	border-left: 0;
}

.stidecareers-job-facts span {
	display: block;
	margin-bottom: 7px;
	color: #82797c;
	font-size: 8px;
	font-weight: 800;
	letter-spacing: 0.1em;
	line-height: 1.35;
	text-transform: uppercase;
}

.stidecareers-job-facts strong {
	display: block;
	color: var(--sc-ink);
	font-size: 12px;
	font-weight: 620;
	line-height: 1.5;
}

.stidecareers-job-summary {
	max-width: 920px;
	margin: 27px 0 0;
	color: var(--sc-copy);
	font-size: 15px;
	line-height: 1.82;
}

.stidecareers-job-details {
	margin-top: 26px;
	border-top: 1px solid var(--sc-line);
}

.stidecareers-job-details summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	min-height: 58px;
	padding: 15px 0;
	color: var(--sc-burgundy);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.11em;
	line-height: 1.4;
	text-transform: uppercase;
	cursor: pointer;
	list-style: none;
}

.stidecareers-job-details summary::-webkit-details-marker {
	display: none;
}

.stidecareers-job-details summary svg {
	width: 17px;
	height: 17px;
	flex: 0 0 17px;
	transition: transform 0.28s ease;
}

.stidecareers-job-details[open] summary svg {
	transform: rotate(180deg);
}

.stidecareers-job-description {
	max-width: 940px;
	padding: 12px 0 5px;
	color: var(--sc-copy);
	font-size: 14px;
	line-height: 1.82;
}

.stidecareers-job-description h2,
.stidecareers-job-description h3,
.stidecareers-job-description h4 {
	margin-bottom: 12px;
	color: var(--sc-burgundy);
	font-size: 18px;
	line-height: 1.35;
}

.stidecareers-job-description ul,
.stidecareers-job-description ol {
	margin: 0 0 20px;
	padding-left: 1.3em;
}

.stidecareers-job-description li {
	margin-bottom: 7px;
}

.stidecareers-application-note {
	max-width: 940px;
	margin: 20px 0 0;
	padding: 15px 17px;
	border-left: 3px solid var(--sc-gold);
	background: rgba(178, 151, 111, 0.09);
	color: var(--sc-copy);
	font-size: 12px;
	line-height: 1.7;
}

.stidecareers-apply {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 22px;
	align-items: center;
	margin-top: 23px;
	padding-top: 22px;
	border-top: 1px solid var(--sc-line);
}

.stidecareers-apply-primary,
.stidecareers-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 49px;
	padding: 13px 20px;
	border: 1px solid var(--sc-gold);
	background: var(--sc-gold);
	color: var(--sc-burgundy-deep);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.09em;
	line-height: 1.2;
	text-transform: uppercase;
	white-space: nowrap;
	transition: transform 0.28s ease, background 0.28s ease;
}

.stidecareers-apply-primary svg,
.stidecareers-cta svg {
	width: 16px;
	height: 16px;
	flex: 0 0 16px;
	transition: transform 0.28s ease;
}

.stidecareers-apply-primary:hover,
.stidecareers-apply-primary:focus-visible,
.stidecareers-cta:hover,
.stidecareers-cta:focus-visible {
	transform: translateY(-3px);
	background: var(--sc-gold-light);
}

.stidecareers-apply-primary:hover svg,
.stidecareers-cta:hover svg {
	transform: translateX(3px);
}

.stidecareers-apply-secondary {
	color: var(--sc-burgundy);
	font-size: 12px;
	line-height: 1.6;
	border-bottom: 1px solid var(--sc-gold);
}

.stidecareers-empty {
	display: none;
	padding: 72px 24px;
	border: 1px solid var(--sc-line);
	background: #fff;
	text-align: center;
}

.stidecareers-empty.is-visible {
	display: block;
}

.stidecareers-empty h3 {
	margin-bottom: 11px;
	color: var(--sc-burgundy);
	font-size: clamp(25px, 3vw, 37px);
	font-weight: 590;
	line-height: 1.2;
}

.stidecareers-empty p {
	max-width: 670px;
	margin: 0 auto;
	color: var(--sc-copy);
	font-size: 14px;
	line-height: 1.75;
}

/* Application standard */
.stidecareers-perimeter {
	padding: clamp(72px, 8vw, 116px) 0;
	color: var(--sc-white);
	background:
		radial-gradient(circle at 86% 10%, rgba(178, 151, 111, 0.22), transparent 25%),
		linear-gradient(140deg, var(--sc-burgundy-deep), var(--sc-burgundy));
}

.stidecareers-perimeter-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 50px;
	align-items: center;
}

.stidecareers-perimeter .stidecareers-eyebrow {
	color: var(--sc-gold-light);
}

.stidecareers-perimeter h2 {
	max-width: 830px;
	margin-bottom: 16px;
	color: var(--sc-gold-light);
	font-size: clamp(31px, 4.7vw, 56px);
	font-weight: 570;
	letter-spacing: -0.04em;
	line-height: 1.08;
	text-wrap: balance;
}

.stidecareers-perimeter-grid > div > p:last-child {
	max-width: 900px;
	margin-bottom: 0;
	color: rgba(255, 255, 255, 0.76);
	font-size: 14px;
	line-height: 1.82;
}

/* Reveal */
.stidecareers-root.is-reveal-ready [data-stidecareers-reveal] {
	opacity: 0;
	transform: translateY(28px);
	transition: opacity 0.72s ease, transform 0.72s ease;
	will-change: opacity, transform;
}

.stidecareers-root.is-reveal-ready [data-stidecareers-reveal].is-visible {
	opacity: 1;
	transform: translate3d(0, 0, 0);
}

@container stidecareersPage (max-width: 1080px) {
	.stidecareers-hero-lower,
	.stidecareers-openings-head,
	.stidecareers-perimeter-grid {
		grid-template-columns: 1fr;
	}

	.stidecareers-filter {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.stidecareers-filter-field,
	.stidecareers-filter-actions {
		border-top: 1px solid var(--sc-line);
	}

	.stidecareers-filter-field:nth-child(odd) {
		border-left: 0;
	}

	.stidecareers-filter-field:nth-child(-n+2) {
		border-top: 0;
	}

	.stidecareers-filter-actions {
		grid-column: 1 / -1;
		min-height: 70px;
		border-left: 0;
	}

	.stidecareers-job-facts {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.stidecareers-job-facts > div:nth-child(4) {
		border-left: 0;
		border-top: 1px solid var(--sc-line);
	}

	.stidecareers-job-facts > div:nth-child(n+5) {
		border-top: 1px solid var(--sc-line);
	}
}

@container stidecareersPage (max-width: 760px) {
	.stidecareers-shell {
		width: min(100% - 32px, var(--sc-max-width));
	}

	.stidecareers-hero {
		min-height: 790px;
		padding: max(150px, var(--sc-hero-top)) 0 78px;
	}

	.stidecareers-hero-grid {
		grid-template-columns: 1fr;
		gap: 26px;
	}

	.stidecareers-hero-rail {
		justify-content: flex-start;
		padding: 0 0 16px;
		border-right: 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.23);
	}

	.stidecareers-hero-rail span {
		writing-mode: horizontal-tb;
		transform: none;
		white-space: normal;
	}

	.stidecareers-hero h1 {
		font-size: clamp(58px, 20vw, 90px);
	}

	.stidecareers-principles-grid {
		grid-template-columns: 1fr;
	}

	.stidecareers-principle {
		min-height: 0;
		border-left: 0;
		border-top: 1px solid rgba(255, 255, 255, 0.14);
	}

	.stidecareers-principle:first-child {
		border-top: 0;
	}

	.stidecareers-filter {
		grid-template-columns: 1fr;
	}

	.stidecareers-filter-field,
	.stidecareers-filter-field:nth-child(n),
	.stidecareers-filter-actions {
		grid-column: auto;
		border-left: 0;
		border-top: 1px solid var(--sc-line);
	}

	.stidecareers-filter-field:first-child {
		border-top: 0;
	}

	.stidecareers-job {
		grid-template-columns: 62px minmax(0, 1fr);
	}

	.stidecareers-job-rail {
		padding: 22px 12px;
	}

	.stidecareers-job-rail > span {
		font-size: 28px;
	}

	.stidecareers-job-top {
		grid-template-columns: 1fr;
	}

	.stidecareers-status {
		width: fit-content;
	}

	.stidecareers-job-facts {
		grid-template-columns: 1fr;
	}

	.stidecareers-job-facts > div,
	.stidecareers-job-facts > div:nth-child(n) {
		min-height: 0;
		border-left: 0;
		border-top: 1px solid var(--sc-line);
	}

	.stidecareers-job-facts > div:first-child {
		border-top: 0;
	}

	.stidecareers-apply {
		align-items: stretch;
	}

	.stidecareers-apply-primary,
	.stidecareers-cta {
		width: 100%;
		white-space: normal;
		text-align: center;
	}

	.stidecareers-apply-secondary {
		width: 100%;
		text-align: center;
	}
}

@container stidecareersPage (max-width: 470px) {
	.stidecareers-job {
		grid-template-columns: 1fr;
	}

	.stidecareers-job-rail {
		flex-direction: row;
		align-items: center;
		padding: 14px 18px;
	}

	.stidecareers-job-rail small {
		writing-mode: horizontal-tb;
		transform: none;
		white-space: normal;
	}
}

@media (max-width: 767px) {
	.stidecareers-root .stidecareers-hero {
		padding-top: max(150px, var(--sc-hero-top));
	}
}

@media (prefers-reduced-motion: reduce) {
	.stidecareers-root *,
	.stidecareers-root *::before,
	.stidecareers-root *::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
		scroll-behavior: auto !important;
	}

	.stidecareers-root.is-reveal-ready [data-stidecareers-reveal] {
		opacity: 1;
		transform: none;
	}
}

@keyframes stidecareersHeroMove {
	from { transform: scale(1.035) translate3d(0, 0, 0); }
	to { transform: scale(1.085) translate3d(-1.1%, -0.7%, 0); }
}
