.sat-widget,
.sat-widget * {
	box-sizing: border-box;
}

/* SAT About Video 1.9.2 */
body .sat-about-showcase {
	--sat-about-accent: #fdcc05;
}

body .sat-about-showcase__title span {
	color: var(--sat-about-accent);
}

body .sat-about-showcase__actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 30px;
}

body .sat-about-showcase__action,
body .sat-about-showcase__point-action {
	align-items: center;
	border: 1px solid transparent;
	border-radius: 6px;
	display: inline-flex;
	font-size: 14px;
	font-weight: 750;
	gap: 10px;
	justify-content: center;
	line-height: 1.2;
	min-height: 48px;
	padding: 13px 19px;
	text-decoration: none;
	transition: background-color .25s ease, border-color .25s ease, color .25s ease, transform .25s ease;
}

body .sat-about-showcase__action:hover,
body .sat-about-showcase__point-action:hover {
	transform: translateY(-2px);
}

body .sat-about-showcase__action--solid,
body .sat-about-showcase__point-action--solid {
	background: var(--sat-about-accent);
	color: #111827;
}

body .sat-about-showcase__action--outline,
body .sat-about-showcase__point-action--outline {
	border-color: #111827;
	color: #111827;
}

body .sat-about-showcase__point-action--text {
	border-radius: 0;
	color: #111827;
	justify-content: flex-start;
	min-height: 0;
	padding: 9px 0 3px;
}

body .sat-about-showcase__point-action--text::after {
	background: var(--sat-about-accent);
	bottom: -1px;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	transition: width .25s ease;
	width: 34px;
}

body .sat-about-showcase__point-action--text {
	position: relative;
}

body .sat-about-showcase__point-action--text:hover::after {
	width: 100%;
}

body .sat-about-showcase__media--image,
body .sat-about-showcase__media--video {
	display: block;
	height: auto;
	max-height: none;
	overflow: visible;
}

body .sat-about-showcase__media-frame {
	background: #fff;
	isolation: isolate;
	margin: 0;
	overflow: visible;
	position: relative;
	width: 100%;
}

body .sat-about-showcase__media-frame::before {
	border: 2px solid var(--sat-about-accent);
	border-radius: inherit;
	content: "";
	inset: 18px -18px -18px 18px;
	pointer-events: none;
	position: absolute;
	z-index: -1;
}

body .sat-about-showcase__media-frame--card {
	box-shadow: 0 28px 64px rgba(11, 18, 40, .15);
}

body .sat-about-showcase__media-frame--card::before,
body .sat-about-showcase__media-frame--border::before,
body .sat-about-showcase__media-frame--none::before {
	display: none;
}

body .sat-about-showcase__media-frame--border {
	border: 1px solid rgba(11, 18, 40, .16);
}

body .sat-about-showcase__media-frame--16-9 {
	aspect-ratio: 16 / 9;
}

body .sat-about-showcase__media-frame--4-3 {
	aspect-ratio: 4 / 3;
}

body .sat-about-showcase__media-frame--1-1 {
	aspect-ratio: 1 / 1;
}

body .sat-about-showcase__media-frame--3-4 {
	aspect-ratio: 3 / 4;
}

body .sat-about-showcase__media-frame .sat-about-showcase__figure,
body .sat-about-showcase__media-frame .sat-about-showcase__video,
body .sat-about-showcase__video-trigger {
	border-radius: inherit;
	height: 100%;
	inset: 0;
	margin: 0;
	overflow: hidden;
	position: absolute;
	width: 100%;
}

body .sat-about-showcase__media-frame .sat-about-showcase__figure:first-of-type {
	grid-row: auto;
}

body .sat-about-showcase__media-frame img,
body .sat-about-showcase__media-frame video,
body .sat-about-showcase__media-frame iframe {
	border: 0;
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

body .sat-about-showcase__video-trigger {
	align-items: center;
	background: #0b1228;
	border: 0;
	color: #fff;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	gap: 14px;
	justify-content: center;
	padding: 0;
}

body .sat-about-showcase__video-trigger > img,
body .sat-about-showcase__video-shade {
	inset: 0;
	position: absolute;
}

body .sat-about-showcase__video-shade {
	background: linear-gradient(180deg, rgba(11, 18, 40, .08), rgba(11, 18, 40, .58));
}

body .sat-about-showcase__play,
body .sat-about-showcase__video-trigger strong {
	position: relative;
	z-index: 2;
}

body .sat-about-showcase__play {
	align-items: center;
	background: var(--sat-about-accent);
	border: 7px solid rgba(255, 255, 255, .28);
	border-radius: 50%;
	box-shadow: 0 18px 38px rgba(0, 0, 0, .28);
	color: #101828;
	display: flex;
	height: 78px;
	justify-content: center;
	transition: transform .3s ease;
	width: 78px;
}

body .sat-about-showcase__video-trigger:hover .sat-about-showcase__play {
	transform: scale(1.08);
}

body .sat-about-showcase__video-trigger strong {
	font-size: 14px;
	letter-spacing: 0;
}

body .sat-about-showcase__media-badge {
	background: #0b1228;
	border-left: 5px solid var(--sat-about-accent);
	bottom: 22px;
	color: #fff;
	font-size: 13px;
	font-weight: 750;
	left: 22px;
	padding: 11px 15px;
	position: absolute;
	z-index: 4;
}

body .sat-about-showcase__copy > .sat-about-showcase__highlights {
	grid-template-columns: minmax(0, 1fr);
	margin-top: 34px;
}

body .sat-about-showcase__highlight {
	display: flex;
	flex-direction: column;
	min-height: 100%;
}

body .sat-about-showcase__highlight-icon {
	align-items: center;
	background: color-mix(in srgb, var(--sat-about-accent) 18%, white);
	border-radius: 5px;
	display: inline-flex;
	height: 42px;
	justify-content: center;
	margin-bottom: 17px;
	width: 42px;
}

body .sat-about-showcase__highlight-icon i,
body .sat-about-showcase__highlight-icon svg {
	color: var(--sat-about-accent);
	fill: var(--sat-about-accent);
	font-size: 17px;
	height: 17px;
	width: 17px;
}

body .sat-about-showcase__highlight .sat-about-showcase__point-action {
	align-self: flex-start;
	margin-top: auto;
}

.sat-about-video-modal[hidden] {
	display: none;
}

.sat-about-video-modal {
	align-items: center;
	background: rgba(5, 10, 24, .86);
	display: flex;
	inset: 0;
	justify-content: center;
	padding: 24px;
	position: fixed;
	z-index: 999999;
}

.sat-about-video-modal__dialog {
	background: #050a18;
	box-shadow: 0 30px 90px rgba(0, 0, 0, .42);
	max-width: 1080px;
	position: relative;
	width: 100%;
}

.sat-about-video-modal__stage {
	aspect-ratio: 16 / 9;
}

.sat-about-video-modal__stage iframe,
.sat-about-video-modal__stage video {
	border: 0;
	display: block;
	height: 100%;
	width: 100%;
}

.sat-about-video-modal__close {
	align-items: center;
	background: var(--sat-about-accent, #fdcc05);
	border: 0;
	border-radius: 50%;
	color: #0b1228;
	cursor: pointer;
	display: flex;
	font-size: 24px;
	height: 46px;
	justify-content: center;
	position: absolute;
	right: -14px;
	top: -14px;
	width: 46px;
	z-index: 2;
}

html.sat-about-video-open {
	overflow: hidden;
}

@media (max-width: 767px) {
	body .sat-about-showcase__actions {
		align-items: stretch;
		flex-direction: column;
	}

	body .sat-about-showcase__action {
		width: 100%;
	}

	body .sat-about-showcase__media-frame::before {
		inset: 10px -8px -10px 8px;
	}

	body .sat-about-showcase__media-badge {
		bottom: 14px;
		left: 14px;
	}

	body .sat-about-showcase__play {
		height: 64px;
		width: 64px;
	}

	.sat-about-video-modal {
		padding: 16px;
	}

	.sat-about-video-modal__close {
		right: -6px;
		top: -54px;
	}
}

@media (prefers-reduced-motion: reduce) {
	body .sat-about-showcase__play,
	body .sat-about-showcase__action,
	body .sat-about-showcase__point-action {
		transition: none;
	}
}

/* SAT visual system 1.9: cinematic home and editorial internal pages. */
.sat-hero-experience {
	--sat-hero-gutter: max(24px, calc((100vw - 1240px) / 2));
	background: #081128;
	min-height: 760px;
}

.sat-hero-exp__slide {
	background-image: var(--sat-hero-exp-image);
	background-position: var(--sat-hero-exp-position, center);
	gap: clamp(36px, 5vw, 76px);
	grid-template-columns: minmax(0, 1.08fr) minmax(300px, .72fr);
	overflow: hidden;
	padding: clamp(96px, 10vw, 134px) var(--sat-hero-gutter) 146px;
	transform: scale(1.08);
	transition: opacity .8s cubic-bezier(.2,.8,.2,1), transform 1.8s cubic-bezier(.2,.8,.2,1);
}

.sat-hero-exp__slide::before {
	background: rgba(6, 13, 39, .66);
	z-index: 0;
}

.sat-hero-exp__slide::after {
	background: linear-gradient(90deg, #fdcc05 0 12%, rgba(253, 204, 5, .28) 12% 42%, rgba(255, 255, 255, .16) 42% 100%);
	height: 4px;
	z-index: 2;
}

.sat-hero-experience--transition-fade .sat-hero-exp__slide {
	transform: none;
}

.sat-hero-experience--transition-slide .sat-hero-exp__slide {
	transform: translate3d(7%, 0, 0);
}

.sat-hero-exp__slide.is-active {
	transform: none;
}

.sat-hero-exp__route {
	inset: 0;
	overflow: hidden;
	pointer-events: none;
	position: absolute;
	z-index: 1;
}

.sat-hero-exp__route::before {
	border-top: 1px solid rgba(255, 255, 255, .25);
	content: "";
	left: -4%;
	position: absolute;
	top: 68%;
	transform: rotate(-7deg);
	width: 72%;
}

.sat-hero-exp__route span {
	background: #fdcc05;
	border: 5px solid rgba(8, 17, 40, .82);
	border-radius: 50%;
	box-shadow: 0 0 0 1px rgba(253, 204, 5, .74);
	height: 16px;
	position: absolute;
	width: 16px;
}

.sat-hero-exp__route span:nth-child(1) { left: 10%; top: 67%; }
.sat-hero-exp__route span:nth-child(2) { left: 34%; top: 61%; }
.sat-hero-exp__route span:nth-child(3) { left: 57%; top: 57%; }

.sat-hero-exp__index {
	color: transparent;
	font-size: clamp(180px, 25vw, 410px);
	font-weight: 900;
	line-height: .7;
	opacity: .11;
	pointer-events: none;
	position: absolute;
	right: -2vw;
	top: 7%;
	-webkit-text-stroke: 2px rgba(255, 255, 255, .65);
	z-index: 1;
}

.sat-hero-exp__content {
	position: relative;
	z-index: 3;
}

.sat-hero-exp__slide .sat-hero-exp__content > * {
	opacity: 0;
	transform: translate3d(0, 24px, 0);
	transition: opacity .55s ease, transform .7s cubic-bezier(.2,.8,.2,1);
}

.sat-hero-exp__slide.is-active .sat-hero-exp__content > * {
	opacity: 1;
	transform: none;
}

.sat-hero-exp__slide.is-active .sat-hero-exp__title { transition-delay: .1s; }
.sat-hero-exp__slide.is-active .sat-hero-exp__description { transition-delay: .18s; }
.sat-hero-exp__slide.is-active .sat-hero-exp__actions { transition-delay: .26s; }

.sat-hero-exp__eyebrow {
	align-items: center;
	display: flex;
	gap: 12px;
	letter-spacing: .04em;
	max-width: 620px;
}

.sat-hero-exp__eyebrow::before {
	background: #fdcc05;
	content: "";
	flex: 0 0 46px;
	height: 3px;
}

.sat-hero-exp__title {
	font-size: clamp(52px, 6vw, 88px);
	line-height: .96;
	max-width: 780px;
	text-wrap: balance;
}

.sat-hero-exp__description {
	font-size: clamp(17px, 1.5vw, 21px);
	max-width: 600px;
}

.sat-hero-exp__button {
	border-radius: 6px;
	min-height: 56px;
	position: relative;
	transition: transform .25s ease, box-shadow .25s ease;
}

.sat-hero-exp__button:hover {
	box-shadow: 0 20px 44px rgba(253, 204, 5, .28);
	transform: translateY(-3px);
}

.sat-hero-exp__media {
	align-self: center;
	margin: 0;
	max-width: 430px;
	justify-self: end;
}

.sat-hero-exp__frame {
	border: 1px solid rgba(255, 255, 255, .28);
	box-shadow: 0 34px 80px rgba(0, 0, 0, .34);
	padding: 10px;
	position: relative;
}

.sat-hero-exp__frame::before,
.sat-hero-exp__frame::after {
	content: "";
	height: 76px;
	position: absolute;
	width: 76px;
	z-index: 2;
}

.sat-hero-exp__frame::before {
	border-left: 7px solid #fdcc05;
	border-top: 7px solid #fdcc05;
	left: -8px;
	top: -8px;
}

.sat-hero-exp__frame::after {
	border-bottom: 7px solid #fdcc05;
	border-right: 7px solid #fdcc05;
	bottom: -8px;
	right: -8px;
}

.sat-hero-exp__media img {
	aspect-ratio: 4 / 5;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	height: min(440px, 52vh);
	width: min(360px, 100%);
}

.sat-hero-exp__stat {
	border-radius: 4px;
	bottom: -22px;
	left: -34px;
}

.sat-hero-exp__tabs {
	bottom: 26px;
	gap: 8px;
	left: var(--sat-hero-gutter);
	right: var(--sat-hero-gutter);
}

.sat-hero-exp__tab {
	align-items: center;
	backdrop-filter: blur(12px);
	border-radius: 4px;
	display: grid;
	gap: 4px 12px;
	grid-template-columns: auto minmax(0, 1fr);
	min-height: 72px;
	overflow: hidden;
	padding: 14px 18px;
	transition: background-color .25s ease, border-color .25s ease, transform .25s ease;
}

.sat-hero-exp__tab:hover,
.sat-hero-exp__tab.is-active {
	background: rgba(255, 255, 255, .17);
	border-color: rgba(253, 204, 5, .72);
	transform: translateY(-3px);
}

.sat-hero-exp__tab-index {
	color: #fdcc05;
	font-size: 11px;
	font-weight: 900;
	grid-row: 1 / span 2;
}

.sat-hero-exp__tab-icon {
	color: #fdcc05;
	display: inline-flex;
	font-size: 16px;
	grid-column: 2;
}

.sat-hero-exp__tab-icon svg {
	fill: currentColor;
	height: 16px;
	width: 16px;
}

.sat-hero-exp__tab-label {
	font-size: 14px;
	grid-column: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.sat-hero-exp__tab::after {
	display: none;
}

.sat-hero-exp__tab-progress {
	background: #fdcc05;
	bottom: 0;
	height: 3px;
	left: 0;
	position: absolute;
	transform: scaleX(0);
	transform-origin: left;
	width: 100%;
}

.sat-hero-exp__tab.is-active .sat-hero-exp__tab-progress {
	animation: satHeroProgress var(--sat-slider-interval, 6500ms) linear forwards;
}

.sat-hero-exp__navigation {
	display: flex;
	gap: 8px;
	position: absolute;
	right: var(--sat-hero-gutter);
	top: 30px;
	z-index: 5;
}

.sat-hero-exp__arrow,
.sat-hero-exp__prev {
	inset: auto;
	position: relative;
	right: auto;
	top: auto;
}

.sat-hero-exp__scroll {
	border: 1px solid rgba(255, 255, 255, .5);
	border-radius: 999px;
	bottom: 116px;
	height: 38px;
	position: absolute;
	right: 22px;
	width: 22px;
	z-index: 4;
}

.sat-hero-exp__scroll::after {
	animation: satHeroScroll 1.6s ease-in-out infinite;
	background: #fdcc05;
	border-radius: 50%;
	content: "";
	height: 4px;
	left: 8px;
	position: absolute;
	top: 7px;
	width: 4px;
}

@keyframes satHeroProgress {
	to { transform: scaleX(1); }
}

@keyframes satHeroScroll {
	0%, 100% { opacity: .25; transform: translateY(0); }
	50% { opacity: 1; transform: translateY(14px); }
}

.sat-about-showcase {
	--sat-about-gap: 52px;
	--sat-about-media-height: 480px;
	align-items: start;
	gap: var(--sat-about-gap);
	grid-template-areas:
		"copy media"
		"body body"
		"highlights highlights";
	grid-template-columns: minmax(0, .9fr) minmax(360px, 1.1fr);
	max-width: 1240px;
	padding: clamp(72px, 7vw, 108px) 24px;
}

.sat-about-showcase__copy {
	grid-area: copy;
	padding-top: clamp(10px, 2vw, 30px);
}

.sat-about-showcase__body {
	grid-area: body;
	margin: 0 auto;
	width: 100%;
}

.sat-about-showcase__media {
	align-self: start;
	grid-area: media;
	grid-template-rows: repeat(2, minmax(0, 1fr));
	height: var(--sat-about-media-height);
	max-height: 600px;
	min-height: 0;
	transform: translate3d(0, var(--sat-parallax-y, 0), 0);
	width: 100%;
}

.sat-about-showcase__media figure,
.sat-about-showcase__video {
	min-height: 0;
	position: relative;
}

.sat-about-showcase__media figure:first-of-type {
	grid-row: 1 / span 2;
}

.sat-about-showcase__media img,
.sat-about-showcase__media figure:not(:first-of-type) img {
	aspect-ratio: auto;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.sat-about-showcase__figure::after {
	border: 1px solid rgba(255, 255, 255, .5);
	content: "";
	inset: 10px;
	pointer-events: none;
	position: absolute;
}

.sat-about-showcase--media-left {
	grid-template-areas:
		"media copy"
		"body body"
		"highlights highlights";
}

.sat-about-showcase--media-left .sat-about-showcase__copy,
.sat-about-showcase--media-left .sat-about-showcase__media {
	order: initial;
}

.sat-about-showcase--text-focus {
	grid-template-areas:
		"copy"
		"body"
		"highlights";
	grid-template-columns: minmax(0, 1fr);
}

.sat-about-showcase--text-focus .sat-about-showcase__copy {
	max-width: 820px;
}

.sat-about-showcase__eyebrow {
	align-items: center;
	color: #bd9700;
	display: flex;
	font-size: 13px;
	gap: 12px;
	letter-spacing: .04em;
}

.sat-about-showcase__eyebrow::before {
	background: #fdcc05;
	content: "";
	height: 3px;
	width: 42px;
}

.sat-about-showcase__title {
	font-size: clamp(44px, 5vw, 72px);
	line-height: 1;
	margin-top: 14px;
	text-wrap: balance;
}

.sat-about-showcase__description {
	color: #465168;
	font-size: clamp(17px, 1.4vw, 20px);
	margin-left: 0;
	max-width: 630px;
}

.sat-about-showcase__content {
	color: #3c475d;
	font-size: clamp(16px, 1.2vw, 18px);
	line-height: 1.78;
	margin-top: 0;
}

.sat-about-showcase__content > .sat-rich-content {
	margin: 0 auto;
}

.sat-rich-content .container,
.sat-rich-content .row,
.sat-rich-content [class*="col-"] {
	box-sizing: border-box;
	margin-left: 0;
	margin-right: 0;
	max-width: none;
	padding-left: 0;
	padding-right: 0;
	width: 100%;
}

.sat-rich-content .heading-main {
	display: none;
}

.sat-rich-content p {
	max-width: 900px;
}

.sat-rich-content strong {
	color: #101a35;
	font-size: 1.03em;
}

.sat-rich-content ul {
	display: grid;
	gap: 10px;
	list-style: none;
	padding-left: 0;
}

.sat-rich-content li {
	padding-left: 26px;
	position: relative;
}

.sat-rich-content li::before {
	background: #fdcc05;
	content: "";
	height: 7px;
	left: 2px;
	position: absolute;
	top: .72em;
	transform: rotate(45deg);
	width: 7px;
}

.sat-rich-content img {
	border-radius: 12px;
	display: block;
	height: auto;
	max-width: 100%;
}

.sat-rich-content .ws_images ul {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 0 0 clamp(38px, 5vw, 72px);
}

.sat-rich-content .ws_images li {
	overflow: hidden;
	padding: 0;
}

.sat-rich-content .ws_images li::before {
	display: none;
}

.sat-rich-content .ws_images img {
	aspect-ratio: 16 / 10;
	border-radius: 12px;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.sat-rich-content .ws_script,
.sat-rich-content .ws_shadow {
	display: none;
}

.sat-rich-content #grouptrad .row {
	align-items: center;
	display: grid;
	gap: clamp(28px, 5vw, 64px);
	grid-template-columns: minmax(260px, .75fr) minmax(0, 1.25fr);
}

.sat-rich-content #grouptrad .row img {
	box-shadow: 0 20px 52px rgba(15, 23, 42, .1);
}

.sat-about-showcase__highlights {
	gap: 16px;
	grid-area: highlights;
}

.sat-about-showcase__highlight {
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 18px 48px rgba(15, 23, 42, .07);
	min-height: 190px;
	overflow: hidden;
	position: relative;
	transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

.sat-about-showcase__highlight::before {
	background: #fdcc05;
	content: "";
	height: 4px;
	inset: 0 0 auto;
	position: absolute;
	transform: scaleX(.26);
	transform-origin: left;
	transition: transform .3s ease;
}

.sat-about-showcase__highlight:hover {
	border-color: rgba(253, 204, 5, .65);
	box-shadow: 0 24px 58px rgba(15, 23, 42, .11);
	transform: translateY(-5px);
}

.sat-about-showcase__highlight:hover::before {
	transform: scaleX(1);
}

.sat-page-structured {
	overflow: clip;
}

@media (max-width: 1024px) {
	.sat-hero-exp__slide {
		grid-template-columns: minmax(0, 1fr);
	}

	.sat-hero-exp__media {
		display: none;
	}

	.sat-about-showcase,
	.sat-about-showcase--media-left {
		grid-template-areas:
			"copy"
			"media"
			"body"
			"highlights";
		grid-template-columns: minmax(0, 1fr);
	}

	.sat-about-showcase__media {
		height: min(520px, 62vw);
	}
}

@media (max-width: 767px) {
	.sat-hero-experience {
		min-height: 680px;
	}

	.sat-hero-exp__slide {
		padding: 104px 20px 92px;
	}

	.sat-hero-exp__title {
		font-size: 48px;
	}

	.sat-hero-exp__tabs,
	.sat-hero-exp__scroll {
		display: none;
	}

	.sat-hero-exp__navigation {
		bottom: 22px;
		right: 20px;
		top: auto;
	}

	.sat-about-showcase {
		--sat-about-gap: 34px;
		padding: 58px 18px 70px;
	}

	.sat-about-showcase__media {
		gap: 10px;
		height: 420px;
	}

	.sat-about-showcase__title {
		font-size: 42px;
	}

	.sat-about-showcase__highlights,
	.sat-rich-content .ws_images ul,
	.sat-rich-content #grouptrad .row {
		grid-template-columns: 1fr;
	}

	.sat-rich-content .ws_images img {
		aspect-ratio: 16 / 10;
	}
}

@media (prefers-reduced-motion: reduce) {
	.sat-hero-exp__slide,
	.sat-hero-exp__content > *,
	.sat-hero-exp__tab-progress,
	.sat-hero-exp__scroll::after {
		animation: none !important;
		transition: none !important;
	}
}

.sat-hero-slider {
	background: #021a47;
	color: #fff;
	display: flex;
	height: 100vh;
	min-height: 600px;
	overflow: hidden;
	position: relative;
}

.sat-hero-slides,
.sat-hero-slide {
	inset: 0;
	position: absolute;
}

.sat-hero-slide {
	background-position: center;
	background-size: cover;
	opacity: 0;
	transform: scale(1.02);
	transition: opacity .45s ease, transform 1.4s ease;
}

.sat-hero-slide.is-active {
	opacity: 1;
	transform: scale(1);
	z-index: 1;
}

.sat-hero-slide::before {
	background: rgba(5, 10, 30, .48);
	content: "";
	inset: 0;
	position: absolute;
}

.sat-hero-content {
	inline-size: min(1210px, calc(100% - 48px));
	inset-block-start: 50%;
	inset-inline-start: 50%;
	position: absolute;
	transform: translate(-50%, -43%);
	z-index: 2;
}

.sat-hero-eyebrow {
	font-size: 1.3rem;
	font-weight: 400;
	line-height: 1.35;
	margin: 0 0 12px;
	max-width: 760px;
}

.sat-hero-title {
	color: #fff;
	font-size: 64px;
	font-weight: 800;
	line-height: 1;
	margin: 0 0 20px;
}

.sat-hero-description {
	font-size: 16px;
	line-height: 1.6;
	margin: 0 0 40px;
	max-width: 600px;
}

.sat-hero-button,
.sat-quote-trigger,
.sat-form-submit {
	align-items: center;
	background: #fdcc05;
	border: 0;
	border-radius: 999px;
	box-shadow: 0 18px 30px rgba(0, 0, 0, .2);
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	font-size: 14px;
	font-weight: 800;
	justify-content: center;
	letter-spacing: 0;
	min-height: 48px;
	padding: 0 30px;
	text-decoration: none;
	text-transform: uppercase;
	transition: transform .2s ease, box-shadow .2s ease;
}

.sat-hero-button:hover,
.sat-quote-trigger:hover,
.sat-form-submit:hover {
	box-shadow: 0 14px 24px rgba(0, 0, 0, .18);
	color: #fff;
	transform: translateY(-1px);
}

.sat-hero-tabs {
	display: grid;
	gap: 0;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	inline-size: min(1210px, calc(100% - 48px));
	inset-block-end: 72px;
	inset-inline-start: 50%;
	position: absolute;
	transform: translateX(-50%);
	z-index: 3;
}

.sat-hero-tab {
	background: transparent;
	border: 0;
	border-bottom: 1px solid rgba(255, 255, 255, .55);
	color: rgba(255, 255, 255, .58);
	cursor: pointer;
	min-height: 72px;
	padding: 15px 0;
	position: relative;
	text-align: left;
}

.sat-hero-tab span {
	display: block;
	font-size: 13px;
}

.sat-hero-tab strong {
	color: #fff;
	display: block;
	font-size: 21px;
	line-height: 1.15;
}

.sat-hero-tab::after {
	block-size: 3px;
	content: "";
	inline-size: 0;
	inset-block-end: -2px;
	inset-inline-start: 0;
	position: absolute;
	transition: inline-size .25s ease;
}

.sat-hero-tab.is-active {
	color: rgba(255, 255, 255, .85);
}

.sat-hero-tab.is-active::after {
	inline-size: 100%;
}

.sat-hero-arrow {
	background: rgba(255, 255, 255, .18);
	border: 1px solid rgba(255, 255, 255, .26);
	border-radius: 50%;
	cursor: pointer;
	inline-size: 42px;
	block-size: 42px;
	position: absolute;
	top: 50%;
	z-index: 4;
}

.sat-hero-arrow::before {
	border-color: #fff;
	border-style: solid;
	border-width: 0 2px 2px 0;
	content: "";
	display: block;
	height: 10px;
	margin: 14px auto;
	width: 10px;
}

.sat-hero-prev {
	left: 24px;
}

.sat-hero-prev::before {
	transform: rotate(135deg);
}

.sat-hero-next {
	right: 24px;
}

.sat-hero-next::before {
	transform: rotate(-45deg);
}

.sat-service-cards {
	display: grid;
	gap: 30px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.sat-service-card {
	background: #fff;
	border: 1px solid #eae9e9;
	min-height: 226px;
	padding: 20px 20px 0;
	position: relative;
	text-align: center;
}

.sat-service-icon {
	color: #ffc107;
	font-size: 56px;
	line-height: 1;
	margin: 0 0 8px;
}

.sat-service-card h3 {
	color: #06163a;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 19px;
}

.sat-service-card p {
	color: #1c214f;
	font-size: 14px;
	line-height: 1.55;
	margin: 0;
}

.sat-card-link {
	align-items: center;
	background: #626262;
	border-radius: 50%;
	block-size: 50px;
	display: flex;
	inline-size: 50px;
	inset-block-end: -25px;
	inset-inline-start: 50%;
	justify-content: center;
	position: absolute;
	transform: translateX(-50%);
}

.sat-card-link span {
	border-color: #fff;
	border-style: solid;
	border-width: 0 3px 3px 0;
	display: block;
	height: 12px;
	transform: rotate(-45deg);
	width: 12px;
}

.sat-counter-strip {
	background-attachment: fixed;
	background-color: #2f315f;
	background-position: center;
	background-size: cover;
	color: #fff;
	position: relative;
}

.sat-counter-overlay {
	background: rgba(32, 34, 84, .76);
	inset: 0;
	position: absolute;
}

.sat-counter-grid {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin: 0 auto;
	max-width: 1120px;
	padding: 100px 24px;
	position: relative;
	text-align: center;
	z-index: 1;
}

.sat-counter-icon {
	font-size: 48px;
	margin-bottom: 18px;
	opacity: .92;
}

.sat-counter-value {
	font-size: 48px;
	font-weight: 700;
	line-height: 1;
}

.sat-counter-item p {
	font-size: 15px;
	margin: 18px 0 0;
	opacity: .85;
}

.sat-mosaic-gallery {
	display: grid;
	gap: 0;
	grid-auto-flow: dense;
	grid-auto-rows: 285px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	overflow: hidden;
}

.sat-mosaic-item {
	background: #11183d;
	color: #fff;
	display: block;
	overflow: hidden;
	position: relative;
}

.sat-mosaic-item img {
	height: 100%;
	object-fit: cover;
	transition: transform .35s ease, opacity .35s ease;
	width: 100%;
}

.sat-mosaic-item:hover img {
	opacity: .55;
	transform: scale(1.045);
}

.sat-mosaic-item span {
	font-weight: 800;
	inset-block-end: 20px;
	inset-inline: 22px;
	opacity: 0;
	position: absolute;
	transform: translateY(8px);
	transition: opacity .25s ease, transform .25s ease;
}

.sat-mosaic-item:hover span {
	opacity: 1;
	transform: translateY(0);
}

.sat-mosaic-wide {
	grid-column: span 2;
}

.sat-mosaic-tall {
	grid-row: span 2;
}

.sat-mosaic-large {
	grid-column: span 2;
	grid-row: span 2;
}

.sat-quote-widget {
	display: inline-flex;
}

.sat-quote-trigger {
	border-radius: 4px;
	min-height: 56px;
}

.sat-quote-trigger-icon {
	border: 2px solid currentColor;
	display: inline-block;
	height: 16px;
	margin-right: 10px;
	position: relative;
	width: 12px;
}

.sat-quote-trigger-icon::before,
.sat-quote-trigger-icon::after {
	background: currentColor;
	content: "";
	height: 2px;
	left: 2px;
	position: absolute;
	width: 6px;
}

.sat-quote-trigger-icon::before {
	top: 4px;
}

.sat-quote-trigger-icon::after {
	top: 8px;
}

.sat-modal[hidden] {
	display: none;
}

.sat-modal-open {
	overflow: hidden;
}

.sat-modal {
	align-items: center;
	display: flex;
	inset: 0;
	justify-content: center;
	padding: 32px;
	position: fixed;
	z-index: 99999;
}

.sat-modal-backdrop {
	background: rgba(3, 7, 20, .76);
	inset: 0;
	position: absolute;
}

.sat-modal-panel {
	background: #fff;
	border-radius: 6px;
	display: grid;
	grid-template-columns: minmax(260px, .9fr) minmax(420px, 1.25fr);
	max-height: min(820px, calc(100vh - 64px));
	max-width: 1170px;
	overflow: hidden;
	position: relative;
	width: min(100%, 1170px);
	z-index: 1;
}

.sat-modal-close {
	background: transparent;
	border: 0;
	cursor: pointer;
	height: 44px;
	position: absolute;
	right: 14px;
	top: 14px;
	width: 44px;
	z-index: 2;
}

.sat-modal-close::before,
.sat-modal-close::after {
	background: #e1b920;
	content: "";
	height: 2px;
	left: 12px;
	position: absolute;
	top: 21px;
	width: 20px;
}

.sat-modal-close::before {
	transform: rotate(45deg);
}

.sat-modal-close::after {
	transform: rotate(-45deg);
}

.sat-modal-image {
	background-position: center;
	background-size: cover;
	min-height: 640px;
}

.sat-modal-body {
	overflow: auto;
	padding: 48px 80px;
}

.sat-modal-body h2 {
	color: #071154;
	font-size: 28px;
	font-weight: 800;
	line-height: 1.2;
	margin: 0 44px 26px 0;
	text-align: center;
}

.sat-form-grid {
	display: grid;
	gap: 24px 12px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.sat-quote-form input,
.sat-quote-form select,
.sat-quote-form textarea {
	background: #fff;
	border: 1px solid #dadce7;
	border-radius: 999px;
	color: #111747;
	font: inherit;
	min-height: 46px;
	padding: 0 20px;
	width: 100%;
}

.sat-quote-form textarea {
	border-radius: 18px;
	min-height: 162px;
	padding-top: 16px;
	resize: vertical;
}

.sat-form-separator {
	align-items: center;
	color: #e5bc2f;
	display: flex;
	font-size: 14px;
	font-weight: 800;
	gap: 20px;
	margin: 36px 0 28px;
	text-align: center;
	text-transform: uppercase;
}

.sat-form-separator::before,
.sat-form-separator::after {
	background: #d8d8d8;
	content: "";
	flex: 1;
	height: 1px;
}

.sat-form-details {
	align-items: stretch;
}

.sat-form-details > div {
	display: grid;
	gap: 0;
}

.sat-form-details input + input {
	margin-top: -1px;
}

.sat-form-submit {
	margin-top: 34px;
	min-height: 46px;
	padding-inline: 34px;
}

.sat-form-status {
	color: #071154;
	font-size: 14px;
	margin: 16px 0 0;
}

@media (max-width: 1024px) {
	.sat-hero-slider {
		min-height: 680px;
	}

	.sat-hero-tabs,
	.sat-counter-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.sat-hero-title {
		font-size: 56px;
	}

	.sat-mosaic-gallery {
		grid-auto-rows: 220px;
	}

	.sat-modal-panel {
		grid-template-columns: 1fr;
		max-height: calc(100vh - 48px);
	}

	.sat-modal-image {
		min-height: 260px;
	}

	.sat-modal-body {
		padding: 38px 34px;
	}
}

@media (max-width: 767px) {
	.sat-hero-slider {
		min-height: 700px;
	}

	.sat-hero-content {
		inline-size: calc(100% - 32px);
		transform: translate(-50%, -48%);
	}

	.sat-hero-description {
		font-size: 15px;
	}

	.sat-hero-tabs {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		inline-size: 100%;
		inset-block-end: 0;
	}

	.sat-hero-tab {
		min-height: 92px;
		padding: 15px 8px;
	}

	.sat-hero-tab strong {
		font-size: 16px;
	}

	.sat-hero-title {
		font-size: 42px;
	}

	.sat-hero-arrow {
		display: none;
	}

	.sat-service-cards,
	.sat-counter-grid,
	.sat-form-grid {
		grid-template-columns: 1fr;
	}

	.sat-mosaic-gallery {
		grid-auto-rows: 160px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.sat-mosaic-wide,
	.sat-mosaic-large {
		grid-column: span 2;
	}

	.sat-mosaic-tall,
	.sat-mosaic-large {
		grid-row: span 1;
	}

	.sat-modal {
		padding: 16px;
	}

	.sat-modal-body {
		padding: 34px 20px;
	}

	.sat-modal-body h2 {
		font-size: 24px;
		text-align: left;
	}

	.sat-modal-image {
		display: none;
	}
}

.sat-widget-heading {
	margin: 0 auto 42px;
	max-width: 980px;
	padding-inline: 24px;
}

.sat-widget-heading--center {
	text-align: center;
}

.sat-widget-heading--right {
	text-align: right;
}

.sat-widget-heading__eyebrow,
.sat-about-showcase__eyebrow {
	color: #fdcc05;
	display: inline-block;
	font-size: 14px;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.3;
	margin-bottom: 12px;
	text-transform: uppercase;
}

.sat-widget-heading__title,
.sat-about-showcase__title {
	color: #0b1228;
	font-family: Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	font-size: 54px;
	font-weight: 900;
	line-height: 1.08;
	margin: 0;
}

.sat-widget-heading__description,
.sat-about-showcase__description {
	color: #7c879b;
	font-size: 19px;
	font-weight: 600;
	line-height: 1.55;
	margin: 16px auto 0;
	max-width: 760px;
}

.sat-widget-heading--left .sat-widget-heading__description {
	margin-left: 0;
}

.sat-widget-heading--right .sat-widget-heading__description {
	margin-right: 0;
}

.sat-hero-experience {
	background: #090f2d;
	isolation: isolate;
	min-height: 790px;
	overflow: hidden;
	position: relative;
}

.sat-hero-exp__slides,
.sat-hero-exp__slide {
	inset: 0;
	position: absolute;
}

.sat-hero-exp__slide {
	align-items: center;
	background-image:
		linear-gradient(115deg, rgba(7, 13, 39, .94), rgba(17, 24, 68, .72) 46%, rgba(17, 24, 68, .28)),
		var(--sat-hero-exp-image);
	background-position: center;
	background-size: cover;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(300px, .78fr);
	gap: 56px;
	opacity: 0;
	padding: 148px max(24px, calc((100vw - 1240px) / 2)) 138px;
	pointer-events: none;
	transform: scale(1.04);
	transition: opacity .9s ease, transform 2.8s ease;
}

.sat-hero-exp__slide.is-active {
	opacity: 1;
	pointer-events: auto;
	transform: scale(1);
	z-index: 1;
}

.sat-hero-exp__slide::before {
	content: "";
	inset: 0;
	position: absolute;
	z-index: -1;
}

.sat-hero-exp__slide::after {
	background:
		linear-gradient(90deg, rgba(253, 204, 5, .95) 0 74px, transparent 74px),
		linear-gradient(90deg, rgba(255, 255, 255, .2), transparent);
	bottom: 0;
	content: "";
	height: 8px;
	left: 0;
	position: absolute;
	right: 0;
}

.sat-hero-exp__video {
	height: 100%;
	inset: 0;
	object-fit: cover;
	position: absolute;
	width: 100%;
	z-index: -2;
}

.sat-hero-exp__map {
	inset: 0;
	overflow: hidden;
	pointer-events: none;
	position: absolute;
	z-index: -1;
}

.sat-hero-exp__map::before {
	background: linear-gradient(90deg, transparent, rgba(253, 204, 5, .55), transparent);
	content: "";
	height: 2px;
	left: 9%;
	position: absolute;
	top: 64%;
	transform: rotate(-11deg);
	width: 44%;
}

.sat-hero-exp__map span {
	border: 2px solid rgba(253, 204, 5, .58);
	border-radius: 50%;
	box-shadow: 0 0 0 8px rgba(253, 204, 5, .08);
	position: absolute;
}

.sat-hero-exp__map span:nth-child(1) {
	height: 18px;
	left: 13%;
	top: 62%;
	width: 18px;
}

.sat-hero-exp__map span:nth-child(2) {
	height: 26px;
	left: 41%;
	top: 52%;
	width: 26px;
}

.sat-hero-exp__map span:nth-child(3) {
	height: 14px;
	left: 56%;
	top: 69%;
	width: 14px;
}

.sat-hero-exp__content {
	max-width: 700px;
	position: relative;
	z-index: 2;
}

.sat-hero-exp__eyebrow {
	font-size: 14px;
	font-weight: 900;
	margin: 0 0 18px;
	text-transform: uppercase;
}

.sat-hero-exp__title {
	font-family: Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	font-size: 78px;
	font-weight: 900;
	letter-spacing: 0;
	line-height: .98;
	margin: 0;
}

.sat-hero-exp__description {
	font-size: 22px;
	font-weight: 600;
	line-height: 1.55;
	margin: 28px 0 0;
	max-width: 620px;
}

.sat-hero-exp__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	margin-top: 34px;
}

.sat-hero-exp__button {
	align-items: center;
	border-radius: 16px;
	box-shadow: 0 18px 42px rgba(253, 204, 5, .24);
	color: #111747;
	display: inline-flex;
	font-weight: 900;
	min-height: 58px;
	padding: 0 28px;
	text-decoration: none;
}

.sat-hero-exp__button--ghost {
	background: rgba(255, 255, 255, .1) !important;
	border: 1px solid rgba(255, 255, 255, .28);
	box-shadow: none;
	color: #fff;
}

.sat-hero-exp__media {
	align-self: end;
	margin-bottom: 18px;
	position: relative;
	transform: translate3d(0, var(--sat-parallax-y, 0), 0);
	z-index: 2;
}

.sat-hero-exp__media img {
	aspect-ratio: 4 / 5;
	border: 10px solid rgba(255, 255, 255, .14);
	border-radius: 30px;
	box-shadow: 0 42px 90px rgba(0, 0, 0, .38);
	display: block;
	height: min(560px, 58vh);
	object-fit: cover;
	width: min(460px, 100%);
}

.sat-hero-exp__stat {
	border-radius: 22px;
	bottom: 28px;
	box-shadow: 0 22px 44px rgba(0, 0, 0, .28);
	color: #10162f;
	left: -46px;
	padding: 18px 22px;
	position: absolute;
}

.sat-hero-exp__stat strong,
.sat-hero-exp__stat span {
	display: block;
}

.sat-hero-exp__stat strong {
	font-size: 42px;
	font-weight: 900;
	line-height: 1;
}

.sat-hero-exp__stat span {
	font-size: 13px;
	font-weight: 800;
	margin-top: 6px;
	max-width: 140px;
}

.sat-hero-exp__tabs {
	bottom: 34px;
	display: flex;
	gap: 12px;
	left: max(24px, calc((100vw - 1240px) / 2));
	position: absolute;
	right: max(24px, calc((100vw - 1240px) / 2));
	z-index: 3;
}

.sat-hero-exp__tab {
	background: rgba(255, 255, 255, .1);
	border: 1px solid rgba(255, 255, 255, .18);
	border-radius: 16px;
	color: #fff;
	cursor: pointer;
	flex: 1;
	font-weight: 900;
	min-height: 66px;
	padding: 14px 18px;
	position: relative;
	text-align: left;
}

.sat-hero-exp__tab::after {
	border-radius: 999px;
	bottom: 10px;
	content: "";
	height: 3px;
	left: 18px;
	opacity: 0;
	position: absolute;
	width: 44px;
}

.sat-hero-exp__tab.is-active::after {
	opacity: 1;
}

.sat-hero-exp__arrow {
	background: rgba(255, 255, 255, .12);
	border: 1px solid rgba(255, 255, 255, .2);
	border-radius: 50%;
	cursor: pointer;
	height: 46px;
	position: absolute;
	right: 28px;
	top: 50%;
	width: 46px;
	z-index: 4;
}

.sat-hero-exp__prev {
	right: 86px;
}

.sat-hero-exp__arrow::before {
	border-color: #fff;
	border-style: solid;
	border-width: 0 2px 2px 0;
	content: "";
	display: block;
	height: 10px;
	margin: 16px auto;
	transform: rotate(-45deg);
	width: 10px;
}

.sat-hero-exp__prev::before {
	transform: rotate(135deg);
}

.sat-about-showcase {
	display: grid;
	gap: 44px 64px;
	grid-template-columns: minmax(0, 1fr) minmax(330px, .86fr);
	margin: 0 auto;
	max-width: 1320px;
	padding: 96px 24px;
}

.sat-about-showcase--media-left .sat-about-showcase__copy {
	order: 2;
}

.sat-about-showcase--media-left .sat-about-showcase__media {
	order: 1;
}

.sat-about-showcase--text-focus {
	grid-template-columns: minmax(0, 1fr);
	max-width: 1060px;
}

.sat-about-showcase--align-center {
	text-align: center;
}

.sat-about-showcase--align-justify .sat-about-showcase__content {
	text-align: justify;
}

.sat-about-showcase__copy {
	align-self: center;
}

.sat-about-showcase__content {
	color: #344057;
	font-size: 18px;
	line-height: 1.72;
	margin-top: 24px;
}

.sat-about-showcase__content p {
	margin: 0 0 20px;
}

.sat-about-showcase__content ul {
	margin: 18px 0 0;
	padding-left: 24px;
}

.sat-about-showcase__content li + li {
	margin-top: 8px;
}

.sat-about-showcase__media {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	transform: translate3d(0, var(--sat-parallax-y, 0), 0);
}

.sat-about-showcase__media figure,
.sat-about-showcase__video {
	border-radius: 22px;
	box-shadow: 0 24px 60px rgba(15, 23, 42, .12);
	margin: 0;
	overflow: hidden;
}

.sat-about-showcase__media figure:first-of-type {
	grid-row: span 2;
}

.sat-about-showcase__media img {
	aspect-ratio: 4 / 4.7;
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.sat-about-showcase__media figure:not(:first-of-type) img {
	aspect-ratio: 4 / 3;
}

.sat-about-showcase__video {
	aspect-ratio: 16 / 9;
	grid-column: 1 / -1;
}

.sat-about-showcase__video iframe {
	height: 100%;
	width: 100%;
}

.sat-about-showcase__highlights {
	display: grid;
	gap: 20px;
	grid-column: 1 / -1;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sat-about-showcase__highlight {
	border: 1px solid rgba(17, 24, 39, .08);
	border-radius: 20px;
	box-shadow: 0 18px 44px rgba(15, 23, 42, .06);
	padding: 26px;
}

.sat-about-showcase__highlight span {
	align-items: center;
	display: inline-flex;
	font-size: 22px;
	height: 36px;
	justify-content: center;
	margin-bottom: 14px;
	width: 36px;
}

.sat-about-showcase__highlight svg {
	height: 22px;
	width: 22px;
}

.sat-about-showcase__highlight h3 {
	color: #273381;
	font-size: 21px;
	font-weight: 900;
	margin: 0 0 10px;
}

.sat-about-showcase__highlight p {
	color: #536176;
	font-size: 15px;
	line-height: 1.55;
	margin: 0;
}

.sat-partners,
.sat-gallery,
.sat-documents-wrap,
.sat-news,
.sat-contact-agencies-wrap,
.sat-career-accordion-wrap,
.sat-mosaic-gallery-wrap {
	padding: 86px 0;
}

.sat-partners--grid .sat-partners-carousel,
.sat-partners--carousel .sat-partners-carousel {
	display: grid;
	overflow: visible;
}

.sat-partners--cols-3 .sat-partners-carousel {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sat-partners--cols-4 .sat-partners-carousel {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.sat-partners--cols-5 .sat-partners-carousel {
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.sat-partners--cols-6 .sat-partners-carousel {
	grid-template-columns: repeat(6, minmax(0, 1fr));
}

.sat-partners--scroll .sat-partners-carousel {
	animation: satPartnersMarquee 28s linear infinite;
	overflow: visible;
	width: max-content;
}

.sat-partners--scroll {
	overflow: hidden;
}

.sat-partners--scroll:hover .sat-partners-carousel {
	animation-play-state: paused;
}

.sat-partners .sat-partner-logo {
	border-radius: 18px;
	min-width: 190px;
	transition: transform .24s ease, box-shadow .24s ease;
}

.sat-partners .sat-partner-logo:hover {
	box-shadow: 0 22px 48px rgba(15, 23, 42, .11);
	transform: translateY(-5px);
}

@keyframes satPartnersMarquee {
	from { transform: translateX(0); }
	to { transform: translateX(-50%); }
}

@media (max-width: 1024px) {
	.sat-hero-exp__slide,
	.sat-about-showcase {
		grid-template-columns: 1fr;
	}

	.sat-hero-exp__media {
		display: none;
	}

	.sat-about-showcase__highlights,
	.sat-partners--cols-4 .sat-partners-carousel,
	.sat-partners--cols-5 .sat-partners-carousel,
	.sat-partners--cols-6 .sat-partners-carousel {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.sat-widget-heading__title,
	.sat-about-showcase__title {
		font-size: 36px;
	}

	.sat-hero-exp__title {
		font-size: 48px;
	}

	.sat-hero-exp__slide {
		padding: 118px 20px 126px;
	}

	.sat-hero-exp__tabs,
	.sat-hero-exp__arrow {
		display: none;
	}

	.sat-about-showcase {
		padding: 62px 18px;
	}

	.sat-about-showcase__media,
	.sat-about-showcase__highlights,
	.sat-partners--cols-3 .sat-partners-carousel,
	.sat-partners--cols-4 .sat-partners-carousel,
	.sat-partners--cols-5 .sat-partners-carousel,
	.sat-partners--cols-6 .sat-partners-carousel {
		grid-template-columns: 1fr;
	}
}

/* SocialKit-inspired widget layer. */
.sat-hero-slider {
	background: #fcdb67;
	color: #1f1f1f;
	height: auto;
	min-height: 760px;
}

.sat-hero-slide {
	background-image: none;
}

.sat-hero-slide::before {
	background: rgba(31, 31, 31, .08);
	border-radius: 999px;
	block-size: 160px;
	content: "";
	inline-size: 160px;
	inset-block-start: 88px;
	inset-inline-start: 5%;
	position: absolute;
}

.sat-hero-slide::after {
	background: rgba(255, 255, 255, .34);
	border-radius: 999px;
	block-size: 220px;
	content: "";
	inline-size: 220px;
	inset-block-end: 80px;
	inset-inline-end: 35%;
	position: absolute;
}

.sat-hero-visual {
	background-image: var(--sat-hero-image);
	background-position: center;
	background-size: cover;
	border: 12px solid rgba(255, 255, 255, .72);
	border-radius: 38px;
	box-shadow: 0 28px 80px rgba(31, 31, 31, .18);
	block-size: 510px;
	inline-size: min(42%, 500px);
	inset-block-start: 118px;
	inset-inline-end: max(24px, calc((100vw - 1140px) / 2));
	overflow: hidden;
	position: absolute;
	z-index: 2;
}

.sat-hero-visual::after {
	background: #fff;
	border-radius: 24px;
	box-shadow: 0 20px 50px rgba(31, 31, 31, .14);
	color: #1f1f1f;
	content: "SAT";
	font-family: Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	font-size: 42px;
	font-weight: 700;
	inset-block-end: -28px;
	inset-inline-start: -22px;
	padding: 18px 28px 24px 32px;
	position: absolute;
}

.sat-hero-content {
	inline-size: min(1140px, calc(100% - 48px));
	inset-block-start: 48%;
	padding-inline-end: min(48%, 560px);
	transform: translate(-50%, -50%);
}

.sat-hero-eyebrow {
	color: rgba(31, 31, 31, .72);
	font-family: Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	font-size: 17px;
	font-weight: 700;
	max-width: 570px;
}

.sat-hero-title {
	color: #1f1f1f;
	font-family: Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	font-size: 64px;
	font-weight: 700;
	line-height: 1;
	max-width: 590px;
}

.sat-hero-description {
	color: rgba(31, 31, 31, .72);
	font-size: 18px;
	line-height: 1.65;
	max-width: 590px;
}

.sat-hero-button,
.sat-quote-trigger,
.sat-form-submit {
	background: #1f1f1f;
	border: 1px solid #1f1f1f;
	border-radius: 999px;
	box-shadow: none;
	color: #fff;
	font-family: Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	min-height: 48px;
	text-transform: none;
}

.sat-hero-button:hover,
.sat-quote-trigger:hover,
.sat-form-submit:hover {
	background: transparent;
	box-shadow: none;
	color: #1f1f1f;
	transform: translateY(-1px);
}

.sat-hero-tabs {
	inline-size: min(1140px, calc(100% - 48px));
	inset-block-end: 76px;
	z-index: 4;
}

.sat-hero-tab {
	background: rgba(255, 255, 255, .54);
	border: 1px solid rgba(31, 31, 31, .12);
	border-radius: 999px;
	color: rgba(31, 31, 31, .62);
	margin-inline-end: 14px;
	min-height: 64px;
	padding: 10px 22px;
}

.sat-hero-tab strong {
	color: #1f1f1f;
	font-family: Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	font-size: 18px;
}

.sat-hero-tab::after {
	display: none;
}

.sat-hero-tab.is-active {
	background: #1f1f1f;
	color: rgba(255, 255, 255, .72);
}

.sat-hero-tab.is-active strong {
	color: #fff;
}

.sat-hero-arrow {
	background: #fff;
	border: 1px solid rgba(31, 31, 31, .12);
	box-shadow: 0 12px 30px rgba(31, 31, 31, .12);
}

.sat-hero-arrow::before {
	border-color: #1f1f1f;
}

.sat-service-cards {
	gap: 24px;
}

.sat-service-card {
	background: #fff;
	border: 1px solid rgba(31, 31, 31, .1);
	border-radius: 28px;
	box-shadow: 0 18px 50px rgba(31, 31, 31, .07);
	min-height: 250px;
	padding: 30px 28px 66px;
	text-align: left;
	transition: transform .25s ease, box-shadow .25s ease;
}

.sat-service-card:hover {
	box-shadow: 0 24px 70px rgba(31, 31, 31, .13);
	transform: translateY(-6px);
}

.sat-service-icon {
	align-items: center;
	background: #fcdb67;
	border-radius: 22px;
	color: #1f1f1f;
	display: inline-flex;
	font-size: 34px;
	height: 68px;
	justify-content: center;
	margin-bottom: 24px;
	width: 68px;
}

.sat-service-card h3 {
	color: #1f1f1f;
	font-family: Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	font-size: 24px;
	font-weight: 700;
}

.sat-service-card p {
	color: rgba(31, 31, 31, .68);
	font-size: 15px;
}

.sat-card-link {
	background: #1f1f1f;
	inset-block-end: 24px;
	inset-inline-start: 28px;
	transform: none;
}

.sat-card-link:hover {
	background: #fcdb67;
}

.sat-card-link:hover span {
	border-color: #1f1f1f;
}

.sat-counter-strip {
	background-color: #1f1f1f;
	background-blend-mode: luminosity;
	color: #fff;
}

.sat-counter-overlay {
	background: rgba(31, 31, 31, .78);
}

.sat-counter-grid {
	max-width: 1140px;
	padding: 96px 24px;
}

.sat-counter-icon {
	color: #fcdb67;
}

.sat-counter-value {
	color: #fcdb67;
	font-family: Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	font-size: 54px;
}

.sat-counter-item p {
	color: rgba(255, 255, 255, .82);
}

.sat-mosaic-gallery {
	gap: 24px;
	grid-auto-rows: 260px;
	overflow: visible;
}

.sat-mosaic-item {
	border-radius: 30px;
	box-shadow: 0 18px 50px rgba(31, 31, 31, .1);
}

.sat-mosaic-item::after {
	background: linear-gradient(180deg, rgba(31, 31, 31, 0), rgba(31, 31, 31, .7));
	content: "";
	inset: 0;
	opacity: 0;
	position: absolute;
	transition: opacity .25s ease;
}

.sat-mosaic-item:hover::after {
	opacity: 1;
}

.sat-mosaic-item span {
	color: #fff;
	font-family: Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	z-index: 1;
}

@media (max-width: 1024px) {
	.sat-hero-slider {
		min-height: 720px;
	}

	.sat-hero-visual {
		inline-size: 40%;
		inset-block-start: 132px;
	}

	.sat-hero-content {
		padding-inline-end: 44%;
	}

	.sat-hero-title {
		font-size: 54px;
	}

	.sat-hero-description {
		font-size: 16px;
	}
}

@media (max-width: 767px) {
	.sat-hero-slider {
		min-height: 760px;
	}

	.sat-hero-slide::before,
	.sat-hero-slide::after {
		display: none;
	}

	.sat-hero-visual {
		block-size: 300px;
		inline-size: calc(100% - 32px);
		inset-block-start: auto;
		inset-block-end: 120px;
		inset-inline: 16px;
		opacity: .24;
	}

	.sat-hero-content {
		inline-size: calc(100% - 32px);
		inset-block-start: 42%;
		padding-inline-end: 0;
	}

	.sat-hero-title {
		font-size: 42px;
		max-width: 100%;
	}

	.sat-hero-eyebrow,
	.sat-hero-description {
		max-width: 100%;
	}

	.sat-hero-tabs {
		gap: 8px;
		grid-template-columns: 1fr;
		inline-size: calc(100% - 32px);
		inset-block-end: 18px;
	}

	.sat-hero-tab {
		margin-inline-end: 0;
		min-height: 54px;
	}

	.sat-service-card {
		text-align: left;
	}

	.sat-mosaic-gallery {
		gap: 16px;
		grid-auto-rows: 190px;
	}
}

.sat-page-hero .sat-hero-slider {
	min-height: 445px;
}

.sat-page-hero .sat-hero-slide::before {
	block-size: 118px;
	inline-size: 118px;
	inset-block-start: 86px;
	inset-inline-start: 12%;
}

.sat-page-hero .sat-hero-slide::after {
	block-size: 170px;
	inline-size: 170px;
	inset-block-end: 70px;
	inset-inline-end: 12%;
}

.sat-page-hero .sat-hero-content {
	inline-size: min(860px, calc(100% - 48px));
	padding-inline-end: 0;
	text-align: center;
	transform: translate(-50%, -50%);
}

.sat-page-hero .sat-hero-eyebrow,
.sat-page-hero .sat-hero-description,
.sat-page-hero .sat-hero-title {
	margin-inline: auto;
}

.sat-page-hero .sat-hero-title {
	font-size: 64px;
	line-height: 1;
}

.sat-page-hero .sat-hero-description {
	font-size: 17px;
	margin-bottom: 0;
}

.sat-page-hero .sat-hero-button,
.sat-page-hero .sat-hero-tabs,
.sat-page-hero .sat-hero-arrow {
	display: none;
}

.sat-page-hero .sat-hero-visual {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	block-size: 145px;
	border: 0;
	border-radius: 999px;
	box-shadow: none;
	filter: saturate(.8);
	inline-size: 247px;
	inset-block-start: 120px;
	inset-inline-end: max(24px, calc((100vw - 1140px) / 2));
	opacity: .22;
}

.sat-page-hero .sat-hero-visual::after {
	display: none;
}

@media (max-width: 767px) {
	.sat-page-hero .sat-hero-slider {
		min-height: 410px;
	}

	.sat-page-hero .sat-hero-content {
		inset-block-start: 50%;
	}

	.sat-page-hero .sat-hero-title {
		font-size: 44px;
	}

	.sat-page-hero .sat-hero-visual {
		display: none;
	}
}

/* MTI-inspired SAT editorial widgets. */
.sat-mti-frame {
	inline-size: min(100% - 48px, 1450px);
	margin-inline: auto;
}

[data-sat-mti-enter] {
	--sat-mti-enter-x: 0;
	--sat-mti-enter-y: 28px;
	--sat-mti-enter-delay: 0s;
	opacity: 0;
	transform: translate(var(--sat-mti-enter-x), var(--sat-mti-enter-y));
	transition: opacity .72s ease var(--sat-mti-enter-delay), transform .72s ease var(--sat-mti-enter-delay);
}

[data-sat-mti-direction="left"] {
	--sat-mti-enter-x: -34px;
	--sat-mti-enter-y: 0;
}

[data-sat-mti-direction="right"] {
	--sat-mti-enter-x: 34px;
	--sat-mti-enter-y: 0;
}

[data-sat-mti-enter].is-visible,
.elementor-editor-active [data-sat-mti-enter] {
	opacity: 1;
	transform: none;
}

.sat-reveal-ready [data-sat-mti-enter] {
	opacity: 0;
	transform: translate(var(--sat-mti-enter-x), var(--sat-mti-enter-y));
}

.sat-reveal-ready [data-sat-mti-enter].is-visible {
	opacity: 1;
	transform: none;
}

.sat-reveal-ready.elementor-editor-active [data-sat-mti-enter],
.sat-reveal-ready .elementor-editor-active [data-sat-mti-enter],
.elementor-editor-active .sat-reveal-ready [data-sat-mti-enter],
body.elementor-editor-active [data-sat-mti-enter] {
	opacity: 1 !important;
	transform: none !important;
}

.sat-mti-intro {
	background: #fff;
	color: #334155;
	font-family: Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	padding: clamp(72px, 7vw, 104px) 0 clamp(62px, 6vw, 90px);
}

.sat-mti-intro__inner {
	align-items: start;
	display: grid;
	gap: clamp(48px, 5vw, 74px);
	grid-template-columns: minmax(0, 1fr) minmax(560px, .96fr);
}

.sat-mti-intro__copy {
	color: #2f3985;
	font-size: clamp(17px, 1.15vw, 20px);
	font-weight: 500;
	line-height: 1.64;
	max-width: 650px;
	text-align: justify;
}

.sat-mti-intro__copy p {
	margin: 0 0 26px;
}

.sat-mti-intro__copy ul {
	color: #2f3985;
	line-height: 1.42;
	margin: 20px 0 0;
	padding-left: 26px;
}

.sat-mti-intro__copy li {
	margin: 4px 0;
}

.sat-mti-intro__copy a {
	color: #fdcc05;
	font-weight: 900;
	text-decoration: none;
	transition: color .2s ease;
}

.sat-mti-intro__copy a:hover {
	color: #2b4c9b;
}

.sat-mti-intro__cards {
	display: grid;
	gap: clamp(78px, 6vw, 98px) clamp(28px, 3vw, 42px);
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.sat-mti-card {
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 6px;
	box-shadow: 0 20px 52px rgba(15, 23, 42, .04);
	color: #334155;
	display: flex;
	flex-direction: column;
	min-height: 334px;
	padding: 42px 28px 74px;
	position: relative;
	text-align: center;
	transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

.sat-mti-card:hover {
	border-color: rgba(43, 76, 155, .24);
	box-shadow: 0 24px 62px rgba(15, 23, 42, .11);
	transform: translateY(-5px);
}

.sat-mti-card__icon {
	align-items: center;
	color: #fdcc05;
	display: inline-flex;
	font-size: 34px;
	justify-content: center;
	line-height: 1;
	margin: 0 auto 24px;
	min-height: 40px;
}

.sat-mti-card__icon i,
.sat-mti-card__icon svg,
.sat-mti-card__icon svg * {
	color: #fdcc05 !important;
	fill: #fdcc05 !important;
	stroke: #fdcc05;
}

.sat-mti-card__icon svg {
	height: 1em;
	width: 1em;
}

.sat-mti-card h3 {
	color: #2f3985;
	font-family: "Montserrat", Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	font-size: clamp(21px, 1.55vw, 25px);
	font-weight: 800;
	line-height: 1.18;
	margin: 0 0 22px;
}

.sat-mti-card p {
	color: #2f3985;
	font-size: clamp(16px, 1.1vw, 19px);
	font-weight: 500;
	line-height: 1.48;
	margin: 0;
	text-align: justify;
}

.sat-mti-card__link {
	align-items: center;
	background: #686868;
	border-radius: 999px;
	display: inline-flex;
	height: 64px;
	inset-block-end: -32px;
	inset-inline-start: 50%;
	justify-content: center;
	position: absolute;
	transform: translateX(-50%);
	transition: background .22s ease, transform .22s ease;
	width: 64px;
}

.sat-mti-card__link:hover {
	background: #2b4c9b;
	transform: translateX(-50%) translateY(-3px);
}

.sat-mti-card__link span {
	border-color: #fff;
	border-style: solid;
	border-width: 0 4px 4px 0;
	display: block;
	height: 14px;
	transform: rotate(-45deg);
	width: 14px;
}

.sat-mti-stats {
	background: #fff;
	color: #0f172a;
	font-family: Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	padding: clamp(72px, 7vw, 96px) 0 0;
}

.sat-mti-stats__header {
	margin: 0 auto;
	max-width: 920px;
	padding-inline: 24px;
	text-align: center;
}

.sat-mti-stats__header span {
	color: #8e96a7;
	display: block;
	font-size: clamp(15px, 1.35vw, 18px);
	font-weight: 900;
	letter-spacing: .04em;
	line-height: 1.2;
	margin-bottom: 12px;
	text-transform: uppercase;
}

.sat-mti-stats__header h2 {
	color: #fdcc05;
	font-family: "Montserrat", Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	font-size: clamp(38px, 4.4vw, 58px);
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.06;
	margin: 0;
}

.sat-mti-stats__band {
	background-color: #121842;
	background-position: center calc(50% + var(--sat-parallax-y, 0px));
	background-size: cover;
	min-height: clamp(360px, 35vw, 470px);
	margin-top: clamp(58px, 7vw, 88px);
	position: relative;
	overflow: hidden;
	will-change: background-position;
}

.sat-mti-stats__overlay {
	background: linear-gradient(90deg, rgba(21, 24, 74, .78), rgba(21, 24, 74, .66));
	inset: 0;
	position: absolute;
}

.sat-mti-stats__grid {
	align-items: center;
	display: grid;
	gap: clamp(28px, 5vw, 62px);
	grid-template-columns: repeat(4, minmax(0, 1fr));
	min-height: inherit;
	padding-block: clamp(76px, 8vw, 112px);
	position: relative;
	z-index: 1;
}

.sat-mti-stat {
	color: #fff;
	text-align: center;
}

.sat-mti-stat__icon {
	align-items: center;
	color: #fff;
	display: inline-flex;
	font-size: clamp(26px, 2.4vw, 34px);
	justify-content: center;
	line-height: 1;
	margin-bottom: 24px;
	min-height: 38px;
}

.sat-mti-stat__icon i,
.sat-mti-stat__icon svg,
.sat-mti-stat__icon svg * {
	color: #fff !important;
	fill: #fff !important;
	stroke: #fff;
}

.sat-mti-stat__icon svg {
	height: 1em;
	width: 1em;
}

.sat-mti-stat__value {
	color: #fff;
	font-family: "Montserrat", Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	font-size: clamp(46px, 6vw, 70px);
	font-weight: 900;
	letter-spacing: 0;
	line-height: .95;
}

.sat-mti-stat p {
	color: rgba(255, 255, 255, .9);
	font-size: clamp(16px, 1.4vw, 19px);
	font-weight: 500;
	letter-spacing: .01em;
	margin: 20px 0 0;
}

@media (max-width: 1024px) {
	.sat-mti-intro__inner {
		grid-template-columns: 1fr;
	}

	.sat-mti-intro__copy {
		max-width: none;
	}

	.sat-mti-stats__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.sat-mti-frame {
		inline-size: min(100% - 32px, 1450px);
	}

	.sat-mti-intro {
		padding-block: 56px 72px;
	}

	.sat-mti-intro__cards,
	.sat-mti-stats__grid {
		grid-template-columns: 1fr;
	}

	.sat-mti-card {
		min-height: 0;
		padding: 30px 24px 56px;
	}

	.sat-mti-stats {
		padding-top: 56px;
	}

	.sat-mti-stats__band {
		background-attachment: scroll;
		background-position: center;
		margin-top: 44px;
	}
}

.sat-hero-title,
.sat-service-card h3,
.sat-counter-value,
.sat-mosaic-item span,
.sat-mti-card h3,
.sat-mti-stats__header h2,
.sat-mti-stat__value {
	font-family: "Montserrat", Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	letter-spacing: 0;
}

.sat-mti-button {
	align-items: center;
	background: linear-gradient(135deg, #28499b, #5088da);
	border-radius: 14px;
	box-shadow: 0 16px 32px rgba(43, 76, 155, .18);
	color: #fff !important;
	display: inline-flex;
	font-size: 16px;
	font-weight: 800;
	gap: 10px;
	justify-content: center;
	line-height: 1;
	min-height: 56px;
	padding: 0 28px;
	text-decoration: none !important;
	transition: box-shadow .24s ease, transform .24s ease;
}

.sat-mti-button::after {
	content: "";
	border-color: currentColor;
	border-style: solid;
	border-width: 0 2px 2px 0;
	height: 8px;
	transform: rotate(-45deg);
	width: 8px;
}

.sat-mti-button:hover {
	box-shadow: 0 20px 38px rgba(43, 76, 155, .24);
	transform: translateY(-2px);
}

.sat-mti-button--small {
	border-radius: 12px;
	font-size: 14px;
	min-height: 44px;
	padding-inline: 20px;
}

.sat-page-banner-widget {
	--sat-banner-yellow: #fedb64;
	background: var(--sat-banner-yellow);
	color: #171717;
	min-height: clamp(420px, 42vw, 520px);
	overflow: hidden;
	padding: clamp(96px, 10vw, 148px) 24px 0;
	position: relative;
	text-align: center;
}

.sat-page-banner-widget__inner {
	margin: 0 auto;
	max-width: 1120px;
	position: relative;
	z-index: 3;
}

.sat-page-banner-widget h1 {
	color: #181818;
	font-family: "Montserrat", Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	font-size: clamp(46px, 5.8vw, 86px);
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.04;
	margin: 0;
}

.sat-page-banner-widget__watermark {
	filter: saturate(.9);
	inline-size: min(60vw, 900px);
	inset-block-start: 44%;
	inset-inline-start: -6vw;
	opacity: .075;
	pointer-events: none;
	position: absolute;
	transform: rotate(-8deg);
	z-index: 1;
}

.sat-page-banner-widget__decor {
	display: none;
}

.sat-page-banner-widget__decor span,
.sat-page-banner-widget__decor i {
	display: block;
	position: absolute;
}

.sat-page-banner-widget__decor span {
	border: 7px solid #151515;
	border-radius: 999px;
	height: 28px;
	width: 28px;
}

.sat-page-banner-widget__decor span:nth-child(1) {
	height: 42px;
	inset-inline-start: 156px;
	inset-block-start: 4px;
	width: 42px;
}

.sat-page-banner-widget__decor span:nth-child(2) {
	height: 24px;
	inset-inline-start: 90px;
	inset-block-start: 70px;
	width: 24px;
}

.sat-page-banner-widget__decor span:nth-child(3) {
	height: 30px;
	inset-inline-start: 220px;
	inset-block-start: 86px;
	width: 30px;
}

.sat-page-banner-widget__decor i {
	background: #151515;
	height: 10px;
	inset-inline-start: 10px;
	inset-block-start: 60px;
	transform: rotate(-10deg);
	width: 84px;
}

.sat-page-banner-widget__decor i:nth-of-type(2) {
	background: #fff;
	height: 8px;
	inset-inline-start: 72px;
	inset-block-start: 90px;
	width: 42px;
}

.sat-page-banner-widget__images {
	align-items: end;
	display: grid;
	gap: clamp(20px, 2.5vw, 36px);
	grid-template-columns: repeat(var(--sat-banner-image-count, 4), minmax(0, 1fr));
	inline-size: min(100% - 48px, 1480px);
	inset-block-end: 0;
	inset-inline-start: 50%;
	position: absolute;
	transform: translate(-50%, 26%);
	z-index: 4;
}

.sat-page-banner-widget__images--1 { --sat-banner-image-count: 1; max-width: 980px; }
.sat-page-banner-widget__images--2 { --sat-banner-image-count: 2; max-width: 1120px; }
.sat-page-banner-widget__images--3 { --sat-banner-image-count: 3; max-width: 1300px; }
.sat-page-banner-widget__images--4 { --sat-banner-image-count: 4; }

.sat-page-banner-widget__images figure {
	animation: satBannerSwing 4.8s ease-in-out infinite;
	animation-delay: var(--sat-banner-delay, 0s);
	aspect-ratio: 1 / 1.12;
	background: #fff;
	border-radius: 18px 18px 0 0;
	box-shadow: 0 24px 52px rgba(31, 38, 89, .18);
	margin: 0;
	overflow: hidden;
	transform-origin: 50% 100%;
}

.sat-page-banner-widget__images figure:nth-child(even) {
	transform: translateY(34px);
}

.sat-page-banner-widget__images img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.sat-page-banner-widget--plain {
	padding-bottom: clamp(96px, 12vw, 150px);
}

@keyframes satBannerSwing {
	0%, 100% { rotate: -1.2deg; }
	50% { rotate: 1.2deg; }
}

.sat-section-title {
	margin: 0 auto;
	max-width: 980px;
	padding: clamp(42px, 5vw, 76px) 24px clamp(28px, 4vw, 54px);
}

.sat-section-title--center {
	text-align: center;
}

.sat-section-title--left {
	margin-inline: 0;
	text-align: left;
}

.sat-section-title span,
.sat-editorial__eyebrow {
	color: #9098aa;
	display: block;
	font-size: 15px;
	font-weight: 900;
	letter-spacing: .03em;
	line-height: 1.2;
	margin-bottom: 12px;
	text-transform: uppercase;
}

.sat-section-title h2,
.sat-editorial h2,
.sat-cta-mti h2 {
	color: #111827;
	font-family: "Montserrat", Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	font-size: clamp(36px, 4.7vw, 68px);
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.06;
	margin: 0;
}

.sat-section-title p {
	color: #8d96a8;
	font-size: clamp(18px, 1.35vw, 23px);
	font-weight: 500;
	line-height: 1.5;
	margin: 22px auto 0;
	max-width: 780px;
}

.sat-editorial {
	align-items: center;
	display: grid;
	gap: clamp(42px, 6vw, 86px);
	grid-template-columns: minmax(0, 1fr) minmax(320px, .78fr);
	margin: 0 auto;
	max-width: 1480px;
	padding: clamp(70px, 8vw, 120px) 24px;
}

.sat-editorial--image-left {
	grid-template-columns: minmax(320px, .78fr) minmax(0, 1fr);
}

.sat-editorial--image-left .sat-editorial__content {
	order: 2;
}

.sat-editorial--image-left .sat-editorial__media {
	order: 1;
}

.sat-editorial--text-only {
	display: block;
	max-width: 980px;
}

.sat-editorial__text {
	color: #344057;
	font-size: clamp(17px, 1.15vw, 20px);
	font-weight: 500;
	line-height: 1.72;
	margin-top: 28px;
}

.sat-editorial__text p {
	margin: 0 0 20px;
}

.sat-editorial__text ul {
	margin: 18px 0 0;
	padding-left: 22px;
}

.sat-editorial__text a,
.sat-editorial__text strong {
	color: #fdc400;
	font-weight: 900;
}

.sat-editorial__media {
	display: grid;
	gap: 22px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.sat-editorial__media img {
	aspect-ratio: 1 / 1.12;
	border-radius: 18px;
	box-shadow: 0 22px 48px rgba(17, 24, 39, .12);
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.sat-editorial__media img:first-child:last-child {
	aspect-ratio: 4 / 3;
	grid-column: 1 / -1;
}

.sat-editorial__media img:nth-child(even) {
	margin-top: 44px;
}

.sat-icon-list {
	display: grid;
	gap: 22px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 0 auto;
	max-width: 1320px;
	padding: 24px;
}

.sat-icon-list--cols-1 { grid-template-columns: 1fr; }
.sat-icon-list--cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.sat-icon-list--cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }

.sat-icon-list__item,
.sat-document-card,
.sat-contact-agency,
.sat-job-offer-mini,
.sat-news-card {
	background: #fff;
	border: 1px solid rgba(17, 24, 39, .08);
	border-radius: 18px;
	box-shadow: 0 22px 54px rgba(17, 24, 39, .07);
}

.sat-icon-list__item {
	display: flex;
	gap: 18px;
	padding: 28px;
}

.sat-icon-list__icon {
	align-items: center;
	background: rgba(253, 204, 5, .13);
	border-radius: 999px;
	color: #fdcc05;
	display: inline-flex;
	flex: 0 0 42px;
	font-size: 20px;
	height: 42px;
	justify-content: center;
}

.sat-icon-list__icon svg,
.sat-icon-list__icon svg * {
	fill: #fdcc05 !important;
	stroke: #fdcc05;
}

.sat-icon-list h3,
.sat-document-card h3,
.sat-contact-agency h3,
.sat-job-offer-mini h3,
.sat-news-card h3 {
	color: #28347f;
	font-family: "Montserrat", Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	font-size: clamp(20px, 1.5vw, 26px);
	font-weight: 900;
	line-height: 1.18;
	margin: 0 0 12px;
}

.sat-icon-list p,
.sat-document-card p,
.sat-contact-agency p,
.sat-job-offer-mini p,
.sat-news-card p {
	color: #4b5872;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.58;
	margin: 0;
}

.sat-documents,
.sat-news-grid {
	display: grid;
	gap: 28px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 0 auto;
	max-width: 1320px;
	padding: 24px;
}

.sat-document-card {
	overflow: hidden;
}

.sat-document-card__image {
	aspect-ratio: 4 / 3;
	background: #f6f7fb;
	overflow: hidden;
}

.sat-document-card__image img,
.sat-news-card__image img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.sat-document-card__body,
.sat-news-card__body {
	padding: 26px;
}

.sat-gallery-slider {
	display: grid;
	gap: 24px;
	margin: 0 auto;
	max-width: 1480px;
	padding: 24px;
}

.sat-gallery-slider--slider {
	display: flex;
	overflow-x: auto;
	padding-bottom: 36px;
	scroll-snap-type: x mandatory;
}

.sat-gallery-slider figure {
	background: #fff;
	border-radius: 18px;
	box-shadow: 0 18px 42px rgba(17, 24, 39, .12);
	flex: 0 0 min(420px, 82vw);
	margin: 0;
	overflow: hidden;
	scroll-snap-align: center;
}

.sat-gallery-slider--grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sat-gallery-slider img {
	aspect-ratio: 4 / 3;
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.sat-job-offers-widget {
	display: grid;
	gap: clamp(24px, 4vw, 44px);
	margin: 0 auto;
	max-width: 1240px;
	padding-inline: 24px;
}

.sat-job-offers-widget__heading {
	margin-bottom: 0;
}

.sat-job-offers-widget__list,
.sat-job-offers-widget__list > .sat-job-offers-list {
	min-width: 0;
	width: 100%;
}

.sat-job-offer-mini {
	align-items: center;
	display: flex;
	gap: 28px;
	justify-content: space-between;
	padding: 28px;
}

.sat-job-offer-mini__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 16px;
}

.sat-job-offer-mini__meta span {
	background: rgba(43, 76, 155, .08);
	border-radius: 999px;
	color: #2b4c9b;
	font-size: 13px;
	font-weight: 800;
	padding: 8px 12px;
}

/* SAT FAQ: operational, compact and easy to scan. */
.sat-faq {
	--sat-faq-accent: #fdcc05;
	--sat-faq-answer: #526078;
	--sat-faq-border: #e1e7f0;
	--sat-faq-item-bg: #fff;
	--sat-faq-question: #071a3c;
	--sat-faq-section-bg: #fff;
	background: var(--sat-faq-section-bg);
	padding-inline: 24px;
}

.sat-faq__inner {
	margin: 0 auto;
	width: 100%;
}

.sat-faq__heading {
	margin-bottom: clamp(34px, 5vw, 58px);
}

.sat-faq__list {
	display: grid;
	grid-template-columns: 1fr;
}

.sat-faq--two-columns .sat-faq__list {
	align-items: start;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.sat-faq__item {
	background: var(--sat-faq-item-bg);
	border: 1px solid var(--sat-faq-border);
	box-shadow: 0 10px 28px rgba(7, 26, 60, .05);
	min-width: 0;
	overflow: hidden;
	position: relative;
}

.sat-faq__item::before {
	background: var(--sat-faq-accent);
	content: "";
	inset: 0 auto 0 0;
	position: absolute;
	transform: scaleY(0);
	transform-origin: bottom;
	transition: transform .28s ease;
	width: 4px;
}

.sat-faq__item[open]::before {
	transform: scaleY(1);
}

.sat-faq__question {
	align-items: center;
	color: var(--sat-faq-question);
	cursor: pointer;
	display: flex;
	font-size: 17px;
	font-weight: 800;
	gap: 22px;
	justify-content: space-between;
	letter-spacing: 0;
	line-height: 1.35;
	list-style: none;
	min-height: 78px;
	padding: 20px 22px 20px 26px;
}

.sat-faq__question::-webkit-details-marker {
	display: none;
}

.sat-faq__question:focus-visible {
	outline: 3px solid var(--sat-faq-accent);
	outline-offset: -4px;
}

.sat-faq__icon {
	align-items: center;
	background: #fff7d2;
	border-radius: 50%;
	display: inline-flex;
	flex: 0 0 34px;
	height: 34px;
	justify-content: center;
	position: relative;
	transition: background-color .25s ease, transform .25s ease;
	width: 34px;
}

.sat-faq__icon::before,
.sat-faq__icon::after {
	background: var(--sat-faq-question);
	content: "";
	height: 2px;
	position: absolute;
	transition: transform .25s ease;
	width: 12px;
}

.sat-faq--icon-plus .sat-faq__icon::after {
	transform: rotate(90deg);
}

.sat-faq--icon-plus .sat-faq__item[open] .sat-faq__icon::after {
	transform: rotate(0deg);
}

.sat-faq--icon-chevron .sat-faq__icon::before,
.sat-faq--icon-chevron .sat-faq__icon::after {
	width: 8px;
}

.sat-faq--icon-chevron .sat-faq__icon::before {
	transform: translateX(-2px) rotate(45deg);
}

.sat-faq--icon-chevron .sat-faq__icon::after {
	transform: translateX(3px) rotate(-45deg);
}

.sat-faq--icon-chevron .sat-faq__item[open] .sat-faq__icon {
	transform: rotate(180deg);
}

.sat-faq__item[open] .sat-faq__icon {
	background: var(--sat-faq-accent);
}

.sat-faq__answer {
	animation: sat-faq-answer-in .28s ease both;
	border-top: 1px solid var(--sat-faq-border);
	color: var(--sat-faq-answer);
	font-size: 15px;
	font-weight: 500;
	line-height: 1.72;
	margin-inline: 26px 22px;
	padding: 18px 0 24px;
}

.sat-faq__answer > :first-child {
	margin-top: 0;
}

.sat-faq__answer > :last-child {
	margin-bottom: 0;
}

@keyframes sat-faq-answer-in {
	from { opacity: 0; transform: translateY(-6px); }
	to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 767px) {
	.sat-faq--two-columns .sat-faq__list {
		grid-template-columns: 1fr;
	}

	.sat-faq__question {
		font-size: 16px;
		min-height: 70px;
		padding: 17px 16px 17px 20px;
	}

	.sat-faq__answer {
		margin-inline: 20px 16px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.sat-faq__answer {
		animation: none;
	}

	.sat-faq__icon,
	.sat-faq__icon::before,
	.sat-faq__icon::after,
	.sat-faq__item::before {
		transition: none;
	}
}

.sat-career-accordion {
	margin: 0 auto;
	max-width: 1120px;
	padding: 24px;
}

.sat-career-accordion__item {
	background: #fff;
	border: 1px solid rgba(17, 24, 39, .08);
	border-radius: 16px;
	box-shadow: 0 14px 34px rgba(17, 24, 39, .06);
	margin-bottom: 16px;
	overflow: hidden;
}

.sat-career-accordion__item summary {
	color: #15213b;
	cursor: pointer;
	font-family: "Montserrat", Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: 900;
	list-style: none;
	padding: 22px 28px;
}

.sat-career-accordion__item summary::-webkit-details-marker {
	display: none;
}

.sat-career-accordion__item summary::after {
	color: #fdcc05;
	content: "+";
	float: right;
	font-size: 28px;
	line-height: .8;
}

.sat-career-accordion__item[open] summary::after {
	content: "-";
}

.sat-career-accordion__panel {
	border-top: 1px solid rgba(17, 24, 39, .08);
	color: #4b5872;
	font-size: 16px;
	line-height: 1.66;
	padding: 26px 28px 30px;
}

.sat-contact-agencies {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 0 auto;
	max-width: 1120px;
	padding: 24px;
}

.sat-contact-agency {
	padding: 34px;
}

.sat-contact-agency__icon {
	background: linear-gradient(135deg, #28499b, #5088da);
	border-radius: 16px;
	display: block;
	height: 52px;
	margin-bottom: 24px;
	position: relative;
	width: 52px;
}

.sat-contact-agency__icon::before {
	border: 3px solid #fff;
	border-radius: 999px 999px 999px 0;
	content: "";
	height: 18px;
	inset: 13px auto auto 15px;
	position: absolute;
	transform: rotate(-45deg);
	width: 18px;
}

.sat-contact-agency a {
	color: #2b4c9b;
	display: inline-flex;
	font-weight: 800;
	margin: 14px 16px 0 0;
	text-decoration: none;
}

.sat-cta-mti {
	margin: 0 auto;
	max-width: 1180px;
	padding: clamp(86px, 10vw, 150px) 24px;
	text-align: center;
}

.sat-cta-mti h2 span {
	color: #2f62b7;
}

.sat-cta-mti p {
	color: #99a2b1;
	font-size: clamp(19px, 1.7vw, 27px);
	font-weight: 500;
	line-height: 1.45;
	margin: 28px auto 42px;
	max-width: 760px;
}

.sat-partners-carousel {
	display: flex;
	gap: 20px;
	margin: 0 auto;
	max-width: 1320px;
	overflow-x: auto;
	padding: 24px;
	scroll-snap-type: x mandatory;
}

.sat-partner-logo {
	align-items: center;
	background: #fff;
	border: 1px solid rgba(17, 24, 39, .08);
	border-radius: 16px;
	box-shadow: 0 16px 38px rgba(17, 24, 39, .06);
	display: flex;
	flex: 0 0 190px;
	height: 118px;
	justify-content: center;
	padding: 22px;
	scroll-snap-align: start;
	text-decoration: none;
}

.sat-partner-logo img {
	max-height: 72px;
	max-width: 100%;
	object-fit: contain;
}

.sat-partner-logo span {
	color: #28347f;
	font-weight: 900;
	text-align: center;
}

.sat-news-card {
	overflow: hidden;
}

.sat-news-card__image {
	aspect-ratio: 16 / 10;
	display: block;
	overflow: hidden;
}

.sat-news-card__body > span {
	color: #fdcc05;
	display: block;
	font-size: 13px;
	font-weight: 900;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.sat-news-card a {
	color: inherit;
	text-decoration: none;
}

.sat-empty-state {
	background: #f6f8fc;
	border-radius: 16px;
	color: #667085;
	font-weight: 700;
	margin: 0;
	padding: 26px;
	text-align: center;
}

@media (max-width: 1024px) {
	.sat-page-banner-widget__images,
	.sat-editorial,
	.sat-editorial--image-left,
	.sat-icon-list,
	.sat-icon-list--cols-3,
	.sat-icon-list--cols-4,
	.sat-documents,
	.sat-gallery-slider--grid,
	.sat-news-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.sat-editorial__content,
	.sat-editorial__media {
		order: initial !important;
	}
}

@media (max-width: 767px) {
	.sat-page-banner-widget {
		min-height: 420px;
		padding-top: 90px;
	}

	.sat-page-banner-widget__decor {
		transform: translateX(-50%) scale(.74);
	}

	.sat-page-banner-widget__watermark {
		inline-size: 760px;
		inset-inline-start: -240px;
	}

	.sat-page-banner-widget__images,
	.sat-editorial,
	.sat-editorial--image-left,
	.sat-icon-list,
	.sat-icon-list--cols-3,
	.sat-icon-list--cols-4,
	.sat-documents,
	.sat-gallery-slider--grid,
	.sat-news-grid,
	.sat-contact-agencies {
		grid-template-columns: 1fr;
	}

	.sat-page-banner-widget__images {
		gap: 12px;
		inline-size: min(100% - 24px, 520px);
	}

	.sat-page-banner-widget__images figure:nth-child(n + 3) {
		display: none;
	}

	.sat-editorial,
	.sat-cta-mti {
		padding-block: 58px;
	}

	.sat-job-offer-mini {
		align-items: flex-start;
		flex-direction: column;
	}
}

/* SAT 1.8.24 refinements: MTI-inspired rhythm, richer widgets and editor-safe previews. */
.elementor-editor-active [data-sat-mti-enter],
body.elementor-editor-active [data-sat-mti-enter] {
	opacity: 1 !important;
	transform: none !important;
	visibility: visible !important;
}

body,
.sat-widget {
	font-family: Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.sat-page-structured {
	background: #fff;
	padding-block: clamp(54px, 6vw, 92px);
}

.sat-page-structured > .e-con-inner,
.sat-page-structured > .elementor-container,
.sat-page-structured > .elementor-widget-wrap {
	display: grid;
	gap: clamp(34px, 4.2vw, 72px);
}

.sat-section-title {
	padding-block: 0 clamp(8px, 1.2vw, 20px);
}

.sat-section-title--accent h2 {
	position: relative;
}

.sat-section-title--accent h2::after {
	border-radius: 999px;
	content: "";
	display: block;
	height: 5px;
	margin-top: 18px;
	width: 76px;
}

.sat-section-title--center.sat-section-title--accent h2::after {
	margin-inline: auto;
}

.sat-section-title--compact {
	padding-block: clamp(18px, 3vw, 42px) 0;
}

.sat-editorial {
	background: #fff;
	border-radius: 0;
	padding-block: clamp(36px, 5vw, 74px);
}

.sat-editorial--media-top {
	display: flex;
	flex-direction: column-reverse;
	max-width: 1180px;
}

.sat-editorial--text-center {
	text-align: center;
}

.sat-editorial--text-justify .sat-editorial__text {
	text-align: justify;
}

.sat-editorial__text h1:first-child,
.sat-editorial__text h2:first-child {
	display: none;
}

.sat-editorial__text img {
	border-radius: 18px;
	box-shadow: 0 20px 48px rgba(15, 23, 42, .1);
	display: block;
	height: auto;
	margin: 28px auto;
	max-width: min(100%, 760px);
}

.sat-editorial__media {
	transform: translateY(var(--sat-parallax-y, 0));
	transition: transform .2s ease-out;
}

.sat-editorial--media-stack .sat-editorial__media {
	align-items: center;
}

.sat-editorial--media-stack .sat-editorial__media img:first-of-type {
	transform: translateY(-12px);
}

.sat-editorial--media-stack .sat-editorial__media img:nth-of-type(2) {
	transform: translateY(36px);
}

.sat-editorial__video {
	aspect-ratio: 16 / 9;
	background: #0b1228;
	border-radius: 18px;
	grid-column: 1 / -1;
	overflow: hidden;
}

.sat-editorial__video iframe {
	height: 100%;
	width: 100%;
}

.sat-icon-list {
	padding-block: 0;
}

.sat-icon-list--compact .sat-icon-list__item {
	align-items: flex-start;
	border-color: rgba(15, 23, 42, .08);
	box-shadow: 0 14px 34px rgba(15, 23, 42, .055);
	min-height: 172px;
	padding: 24px;
}

.sat-icon-list--inline .sat-icon-list__item {
	background: transparent;
	border: 0;
	box-shadow: none;
	padding: 0;
}

.sat-icon-list--align-center .sat-icon-list__item {
	align-items: center;
	flex-direction: column;
	text-align: center;
}

.sat-icon-list__icon,
.sat-mti-card__icon {
	color: #fdcc05 !important;
}

.sat-icon-list__icon i,
.sat-icon-list__icon svg,
.sat-icon-list__icon svg *,
.sat-mti-card__icon i,
.sat-mti-card__icon svg,
.sat-mti-card__icon svg * {
	color: #fdcc05 !important;
	fill: #fdcc05 !important;
	stroke: #fdcc05 !important;
}

.sat-mti-card__icon {
	font-size: 30px;
	margin-bottom: 18px;
}

.sat-mti-card {
	min-height: 292px;
	padding: 34px 28px 66px;
}

.sat-mti-stats__band {
	background-attachment: fixed;
	background-position: center calc(50% + var(--sat-parallax-y, 0px));
}

.sat-mti-stat__icon {
	color: #fff !important;
	font-size: clamp(22px, 2vw, 30px);
	margin-bottom: 18px;
}

.sat-mti-stat__icon i,
.sat-mti-stat__icon svg,
.sat-mti-stat__icon svg * {
	color: #fff !important;
	fill: #fff !important;
	stroke: #fff !important;
}

.sat-documents {
	padding-block: 0;
}

.sat-documents--cols-1 {
	grid-template-columns: minmax(0, 1fr);
	max-width: 1040px;
}

.sat-documents--cols-3 {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sat-document-card {
	display: grid;
	grid-template-columns: minmax(300px, .92fr) minmax(0, 1fr);
	overflow: hidden;
}

.sat-document-card__image {
	background: #f8fafc;
	min-height: 360px;
}

.sat-document-card__image img {
	height: 100%;
	object-fit: contain;
	padding: 22px;
	width: 100%;
}

.sat-document-card__body {
	align-self: center;
	padding: clamp(28px, 5vw, 58px);
}

.sat-document-card__text {
	color: #344057;
	font-size: 17px;
	line-height: 1.7;
}

.sat-document-card__text ul {
	margin: 18px 0 0;
	padding-left: 22px;
}

.sat-gallery-slider--grid,
.sat-gallery-slider--masonry {
	padding-block: 0;
}

.sat-gallery-slider--cols-2.sat-gallery-slider--grid,
.sat-gallery-slider--cols-2.sat-gallery-slider--masonry {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.sat-gallery-slider--cols-3.sat-gallery-slider--grid,
.sat-gallery-slider--cols-3.sat-gallery-slider--masonry {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sat-gallery-slider--effect-lift figure {
	transition: transform .24s ease, box-shadow .24s ease;
}

.sat-gallery-slider--effect-lift figure:hover {
	box-shadow: 0 26px 58px rgba(15, 23, 42, .15);
	transform: translateY(-7px);
}

.sat-gallery-slider--effect-swing figure {
	animation: satBannerSwing 5.2s ease-in-out infinite;
	transform-origin: 50% 100%;
}

.sat-hero-slider--wow {
	background: #071126;
	min-height: clamp(640px, 82vh, 860px);
	overflow: hidden;
}

.sat-hero-slider--wow .sat-hero-slide {
	align-items: center;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, .86fr);
	isolation: isolate;
	padding: clamp(130px, 12vw, 170px) clamp(24px, 6vw, 92px) clamp(120px, 12vw, 160px);
}

.sat-hero-slider--wow .sat-hero-slide::before {
	background:
		linear-gradient(90deg, rgba(5, 12, 33, .92), rgba(5, 12, 33, .55) 48%, rgba(5, 12, 33, .2)),
		radial-gradient(circle at 72% 24%, rgba(253, 204, 5, .24), transparent 32%);
	z-index: -1;
}

.sat-hero-slider--wow .sat-hero-slide::after {
	background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px);
	background-size: 54px 54px;
	content: "";
	inset: 0;
	opacity: .18;
	position: absolute;
	z-index: -1;
}

.sat-hero-video {
	height: 100%;
	inset: 0;
	object-fit: cover;
	opacity: .58;
	position: absolute;
	width: 100%;
	z-index: -3;
}

.sat-hero-slider--wow .sat-hero-visual {
	border-radius: 28px;
	box-shadow: inset 0 0 0 1px rgba(255,255,255,.18), 0 32px 80px rgba(0,0,0,.38);
	grid-column: 2;
	height: min(46vw, 560px);
	inset: auto;
	margin-left: auto;
	max-width: 660px;
	opacity: 1;
	position: relative;
	transform: rotate(2deg);
	width: 100%;
	z-index: 1;
}

.sat-hero-slider--wow .sat-hero-visual::before {
	background-image: var(--sat-hero-image);
	background-position: center;
	background-size: cover;
	border-radius: inherit;
	content: "";
	inset: 0;
	position: absolute;
}

.sat-hero-slider--wow .sat-hero-visual::after {
	background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(253,204,5,.18));
	border-radius: inherit;
	content: "";
	inset: 0;
	position: absolute;
}

.sat-hero-slider--wow .sat-hero-content {
	grid-column: 1;
	max-width: 760px;
	padding: 0;
	position: relative;
	z-index: 3;
}

.sat-hero-slider--align-center .sat-hero-content {
	margin-inline: auto;
	text-align: center;
}

.sat-hero-slider--align-right .sat-hero-content {
	margin-left: auto;
	text-align: right;
}

.sat-hero-slider--wow .sat-hero-title {
	font-size: 86px;
	line-height: .98;
	max-width: 780px;
	text-shadow: 0 16px 40px rgba(0,0,0,.28);
}

.sat-hero-slider--wow .sat-hero-description {
	font-size: 22px;
	line-height: 1.5;
	max-width: 640px;
}

.sat-hero-foreground {
	border-radius: 22px;
	bottom: clamp(72px, 9vw, 118px);
	box-shadow: 0 24px 60px rgba(0,0,0,.28);
	margin: 0;
	max-width: min(25vw, 330px);
	overflow: hidden;
	position: absolute;
	right: clamp(24px, 5vw, 80px);
	z-index: 4;
}

.sat-hero-foreground img {
	aspect-ratio: 4 / 3;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.sat-hero-orbit {
	height: 300px;
	pointer-events: none;
	position: absolute;
	right: clamp(48px, 10vw, 170px);
	top: clamp(110px, 14vw, 180px);
	width: 300px;
	z-index: 2;
}

.sat-hero-orbit span {
	animation: satHeroOrbit 9s linear infinite;
	border: 2px solid rgba(253,204,5,.7);
	border-radius: 999px;
	height: 10px;
	left: 50%;
	position: absolute;
	top: 50%;
	width: 10px;
}

.sat-hero-orbit span:nth-child(2) {
	animation-duration: 12s;
	border-color: rgba(255,255,255,.72);
	height: 16px;
	width: 16px;
}

.sat-hero-orbit span:nth-child(3) {
	animation-duration: 15s;
	animation-direction: reverse;
	height: 22px;
	width: 22px;
}

@keyframes satHeroOrbit {
	from { transform: rotate(0deg) translateX(128px) rotate(0deg); }
	to { transform: rotate(360deg) translateX(128px) rotate(-360deg); }
}

.sat-cta-mti {
	isolation: isolate;
	position: relative;
}

.sat-cta-mti--spotlight {
	background: #fff;
	margin-block: clamp(44px, 6vw, 92px);
	max-width: none;
	min-height: clamp(430px, 48vw, 650px);
	overflow: hidden;
	padding: clamp(86px, 10vw, 150px) 24px;
}

.sat-cta-mti--spotlight::before {
	background-image: var(--sat-cta-bg, linear-gradient(135deg, #eef5ff, #fff));
	background-color: #eef5ff;
	background-position: center;
	background-size: cover;
	content: "";
	filter: grayscale(1);
	inset: auto 0 0;
	min-height: 34%;
	opacity: .25;
	position: absolute;
	z-index: -2;
}

.sat-cta-mti--band {
	background: linear-gradient(135deg, #eef5ff, #fff 58%, rgba(253, 204, 5, .18));
	border-radius: 0;
	max-width: none;
}

.sat-cta-mti__video {
	height: 100%;
	inset: 0;
	object-fit: cover;
	opacity: .18;
	position: absolute;
	width: 100%;
	z-index: -2;
}

.sat-cta-mti__decor {
	background: radial-gradient(circle, rgba(47, 98, 183, .16), transparent 64%);
	border-radius: 999px;
	height: 380px;
	inset: 50% auto auto 50%;
	position: absolute;
	transform: translate(-50%, -50%);
	width: 380px;
	z-index: -1;
}

.sat-cta-mti__inner {
	margin: 0 auto;
	max-width: 900px;
	position: relative;
}

.sat-cta-mti--align-left .sat-cta-mti__inner {
	margin-left: 0;
	text-align: left;
}

.sat-cta-mti--align-right .sat-cta-mti__inner {
	margin-right: 0;
	text-align: right;
}

.sat-cta-mti__eyebrow {
	display: block;
	font-size: 13px;
	font-weight: 900;
	letter-spacing: .08em;
	margin-bottom: 18px;
	text-transform: uppercase;
}

.sat-contact-widget {
	align-items: start;
	display: grid;
	gap: clamp(42px, 5vw, 80px);
	grid-template-columns: minmax(0, .8fr) minmax(360px, 1fr);
	margin: 0 auto;
	max-width: 1240px;
	padding: clamp(58px, 8vw, 110px) 24px;
}

.sat-contact-widget__eyebrow {
	display: block;
	font-size: 14px;
	font-weight: 900;
	letter-spacing: .06em;
	margin-bottom: 14px;
	text-transform: uppercase;
}

.sat-contact-widget h2 {
	color: #061128;
	font-family: "Montserrat", Inter, sans-serif;
	font-size: 58px;
	font-weight: 900;
	line-height: 1.04;
	margin: 0;
}

.sat-contact-widget__copy p {
	color: #687286;
	font-size: 19px;
	line-height: 1.58;
	margin: 24px 0 0;
}

.sat-contact-widget__quick {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 30px;
}

.sat-contact-widget__quick a {
	background: #f3f6fb;
	border-radius: 999px;
	color: #2f62b7;
	font-weight: 800;
	padding: 12px 16px;
	text-decoration: none;
}

.sat-contact-widget__form {
	background: #fff;
	border: 1px solid rgba(15, 23, 42, .08);
	border-radius: 22px;
	box-shadow: 0 28px 70px rgba(15, 23, 42, .1);
	padding: clamp(26px, 4vw, 42px);
}

.sat-contact-widget__grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.sat-contact-widget label {
	color: #273247;
	display: grid;
	font-weight: 800;
	gap: 8px;
}

.sat-contact-widget__wide {
	grid-column: 1 / -1;
}

.sat-contact-widget input,
.sat-contact-widget select,
.sat-contact-widget textarea {
	background: #f7f9fc;
	border: 1px solid rgba(15, 23, 42, .08);
	border-radius: 14px;
	color: #273247;
	min-height: 54px;
	padding: 0 16px;
	width: 100%;
}

.sat-contact-widget textarea {
	min-height: 148px;
	padding-block: 14px;
}

.sat-contact-widget button {
	border: 0;
	border-radius: 14px;
	box-shadow: 0 16px 32px rgba(47, 98, 183, .2);
	color: #fff;
	cursor: pointer;
	font-weight: 900;
	margin-top: 22px;
	min-height: 56px;
	padding: 0 30px;
}

.sat-services-source-page > .e-con-inner,
.sat-services-source-page > .elementor-container,
.sat-services-source-page > .elementor-widget-wrap {
	display: block;
	max-width: none;
	width: 100%;
}

.sat-services-source-page .elementor-widget:not(:last-child) {
	margin-bottom: 0;
}

.sat-source-services {
	--sat-services-accent: #fec70f;
	--sat-services-blue: #222b83;
	--sat-services-icon-size: 46px;
	background: #fff;
	color: #25223b;
	position: relative;
	transform: translateY(var(--sat-parallax-y, 0));
}

.sat-source-services__inner,
.sat-forces-accordion__inner {
	margin: 0 auto;
	max-width: 1180px;
	padding: 86px 24px 96px;
}

.sat-source-services__header {
	margin: 0 auto 54px;
	max-width: 920px;
	text-align: center;
}

.sat-source-services--align-left .sat-source-services__header {
	margin-left: 0;
	text-align: left;
}

.sat-source-services--align-right .sat-source-services__header {
	margin-right: 0;
	text-align: right;
}

.sat-source-services__header span,
.sat-forces-accordion__header span {
	color: #8b91a6;
	display: block;
	font-size: 16px;
	font-weight: 900;
	letter-spacing: .02em;
	margin-bottom: 8px;
	text-transform: uppercase;
}

.sat-source-services__header h2,
.sat-forces-accordion__header h2 {
	color: var(--sat-services-accent);
	font-family: "Montserrat", sans-serif;
	font-size: 44px;
	font-weight: 900;
	line-height: 1.08;
	margin: 0;
}

.sat-source-services__intro {
	color: var(--sat-services-blue);
	font-size: 18px;
	line-height: 1.68;
	margin: 28px auto 0;
	max-width: 880px;
}

.sat-source-services__intro p {
	margin: 0 0 14px;
}

.sat-source-services__primary {
	display: grid;
	gap: 28px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sat-source-services--cols-2 .sat-source-services__primary {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.sat-source-services--cols-4 .sat-source-services__primary {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.sat-source-service-card {
	background: #fff;
	border: 1px solid rgba(34, 43, 131, .12);
	box-shadow: 0 22px 54px rgba(34, 43, 131, .08);
	min-height: 320px;
	padding: 38px 30px 58px;
	position: relative;
	text-align: center;
	transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.sat-source-service-card:hover {
	border-color: rgba(254, 199, 15, .7);
	box-shadow: 0 28px 70px rgba(34, 43, 131, .16);
	transform: translateY(-8px);
}

.sat-source-service-card figure {
	border-radius: 0;
	height: 128px;
	margin: -38px -30px 28px;
	overflow: hidden;
}

.sat-source-service-card figure img,
.sat-source-services__other-media img,
.sat-forces-accordion__media img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.sat-source-service-card__icon {
	align-items: center;
	color: var(--sat-services-accent);
	display: inline-flex;
	height: 74px;
	justify-content: center;
	margin-bottom: 18px;
	width: 74px;
}

.sat-source-service-card__icon i,
.sat-source-service-card__icon svg {
	fill: currentColor;
	color: currentColor;
	font-size: var(--sat-services-icon-size);
	height: var(--sat-services-icon-size);
	width: var(--sat-services-icon-size);
}

.sat-source-service-card h3,
.sat-source-mini-service h3 {
	color: var(--sat-services-blue);
	font-size: 23px;
	font-weight: 900;
	line-height: 1.2;
	margin: 0 0 16px;
}

.sat-source-service-card p,
.sat-source-mini-service__text {
	color: var(--sat-services-blue);
	font-size: 17px;
	line-height: 1.58;
	margin: 0;
}

.sat-source-service-card__link {
	align-items: center;
	background: #707070;
	border-radius: 999px;
	bottom: -27px;
	color: #fff;
	display: inline-flex;
	font-size: 24px;
	font-weight: 900;
	height: 54px;
	justify-content: center;
	left: 50%;
	position: absolute;
	text-decoration: none;
	transform: translateX(-50%);
	transition: background .22s ease, transform .22s ease;
	width: 54px;
}

.sat-source-service-card__link:hover {
	background: var(--sat-services-accent);
	color: var(--sat-services-blue);
	transform: translateX(-50%) scale(1.08);
}

.sat-source-services__other {
	align-items: center;
	display: grid;
	gap: 56px;
	grid-template-columns: minmax(260px, 360px) minmax(0, 1fr);
	margin-top: 112px;
	position: relative;
}

.sat-source-services__other::before {
	background: radial-gradient(circle at 20% 20%, rgba(254, 199, 15, .18), transparent 58%);
	content: "";
	inset: -40px -24px;
	position: absolute;
	z-index: -1;
}

.sat-source-services__other-media {
	border-radius: 28px;
	box-shadow: 0 30px 80px rgba(34, 43, 131, .16);
	height: 420px;
	margin: 0;
	overflow: hidden;
}

.sat-source-services__other-content h2 {
	color: #1e1e25;
	font-family: "Montserrat", sans-serif;
	font-size: 42px;
	font-weight: 900;
	margin: 0 0 36px;
}

.sat-source-services__secondary {
	display: grid;
	gap: 34px 30px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.sat-source-mini-service {
	align-items: flex-start;
	display: grid;
	gap: 18px;
	grid-template-columns: 54px minmax(0, 1fr);
}

.sat-source-mini-service__icon {
	align-items: center;
	background: rgba(254, 199, 15, .12);
	border-radius: 18px;
	color: var(--sat-services-accent);
	display: flex;
	height: 54px;
	justify-content: center;
	width: 54px;
}

.sat-source-mini-service__icon i,
.sat-source-mini-service__icon svg {
	fill: currentColor;
	color: currentColor;
	font-size: 28px;
	height: 28px;
	width: 28px;
}

.sat-source-mini-service__link {
	color: var(--sat-services-accent);
	display: inline-block;
	font-weight: 900;
	margin-top: 8px;
	text-decoration: none;
}

.sat-source-services--mti .sat-source-service-card,
.sat-source-services--mti .sat-source-services__other-media {
	border-radius: 24px;
}

.sat-source-services--compact .sat-source-services__inner {
	padding-bottom: 66px;
	padding-top: 66px;
}

.sat-source-services--compact .sat-source-service-card {
	box-shadow: none;
	min-height: 260px;
}

.sat-forces-accordion {
	--sat-forces-accent: #fec70f;
	--sat-forces-blue: #222b83;
	background: #fff;
	color: #25223b;
	position: relative;
}

.sat-forces-accordion__header {
	margin: 0 auto 52px;
	max-width: 880px;
	text-align: center;
}

.sat-forces-accordion--align-left .sat-forces-accordion__header {
	margin-left: 0;
	text-align: left;
}

.sat-forces-accordion--align-right .sat-forces-accordion__header {
	margin-right: 0;
	text-align: right;
}

.sat-forces-accordion__header h2 {
	color: #1e1e25;
}

.sat-forces-accordion__header span {
	color: var(--sat-forces-accent);
}

.sat-forces-accordion__layout {
	align-items: center;
	display: grid;
	gap: 60px;
	grid-template-columns: minmax(280px, 470px) minmax(0, 1fr);
}

.sat-forces-accordion__media {
	height: 560px;
	margin: 0;
	position: relative;
	transform: translateY(var(--sat-parallax-y, 0));
}

.sat-forces-accordion__media::before {
	background: rgba(254, 199, 15, .26);
	content: "";
	height: 90%;
	left: -18px;
	position: absolute;
	top: -18px;
	width: 78%;
	z-index: 0;
}

.sat-forces-accordion__media img {
	box-shadow: 0 28px 76px rgba(34, 43, 131, .16);
	position: relative;
	z-index: 1;
}

.sat-forces-accordion__items {
	display: grid;
	gap: 14px;
}

.sat-forces-accordion__item {
	background: #eef8fc;
	border: 1px solid rgba(34, 43, 131, .08);
	overflow: hidden;
}

.sat-forces-accordion__item summary {
	align-items: center;
	color: var(--sat-forces-blue);
	cursor: pointer;
	display: flex;
	font-size: 18px;
	font-weight: 900;
	gap: 16px;
	justify-content: space-between;
	list-style: none;
	padding: 18px 22px;
}

.sat-forces-accordion__item summary::-webkit-details-marker {
	display: none;
}

.sat-forces-accordion__item summary i {
	align-items: center;
	background: var(--sat-forces-accent);
	border-radius: 999px;
	display: inline-flex;
	flex: 0 0 28px;
	height: 28px;
	justify-content: center;
	position: relative;
	width: 28px;
}

.sat-forces-accordion__item summary i::before,
.sat-forces-accordion__item summary i::after {
	background: var(--sat-forces-blue);
	content: "";
	height: 2px;
	position: absolute;
	width: 12px;
}

.sat-forces-accordion__item summary i::after {
	transform: rotate(90deg);
	transition: transform .2s ease;
}

.sat-forces-accordion__item[open] summary i::after {
	transform: rotate(0deg);
}

.sat-forces-accordion__content {
	color: var(--sat-forces-blue);
	font-size: 17px;
	line-height: 1.62;
	padding: 0 22px 24px;
}

.sat-forces-accordion__content p {
	margin: 0 0 12px;
}

.sat-forces-accordion__content ul {
	margin: 0;
	padding-left: 21px;
}

.sat-forces-accordion--mti .sat-forces-accordion__item,
.sat-forces-accordion--mti .sat-forces-accordion__media img {
	border-radius: 22px;
}

.sat-forces-accordion--stack .sat-forces-accordion__layout {
	grid-template-columns: 1fr;
}

.elementor-editor-active .sat-source-services,
.elementor-editor-active .sat-forces-accordion {
	min-height: 120px;
	opacity: 1 !important;
	visibility: visible !important;
}

@media (max-width: 1024px) {
	.sat-hero-slider--wow .sat-hero-slide,
	.sat-contact-widget,
	.sat-document-card,
	.sat-source-services__other,
	.sat-forces-accordion__layout {
		grid-template-columns: 1fr;
	}

	.sat-hero-slider--wow .sat-hero-visual {
		grid-column: 1;
		height: 360px;
		margin: 36px 0 0;
		max-width: none;
	}

	.sat-hero-foreground {
		display: none;
	}

	.sat-source-services__primary,
	.sat-source-services--cols-4 .sat-source-services__primary,
	.sat-source-services__secondary {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.sat-source-services__other-media {
		height: 340px;
	}

	.sat-forces-accordion__media {
		height: 420px;
	}
}

@media (max-width: 767px) {
	.sat-page-structured {
		padding-block: 44px 62px;
	}

	.sat-hero-slider--wow {
		min-height: 720px;
	}

	.sat-hero-slider--wow .sat-hero-slide {
		padding: 118px 20px 112px;
	}

	.sat-hero-slider--wow .sat-hero-title {
		font-size: 48px;
	}

	.sat-contact-widget h2 {
		font-size: 40px;
	}

	.sat-source-services__inner,
	.sat-forces-accordion__inner {
		padding: 58px 18px 70px;
	}

	.sat-source-services__header h2,
	.sat-forces-accordion__header h2 {
		font-size: 34px;
	}

	.sat-source-services__intro {
		font-size: 16px;
	}

	.sat-source-services__primary,
	.sat-source-services--cols-2 .sat-source-services__primary,
	.sat-source-services--cols-3 .sat-source-services__primary,
	.sat-source-services--cols-4 .sat-source-services__primary,
	.sat-source-services__secondary {
		grid-template-columns: 1fr;
	}

	.sat-source-services__other {
		margin-top: 76px;
	}

	.sat-source-mini-service {
		grid-template-columns: 46px minmax(0, 1fr);
	}

	.sat-source-mini-service__icon {
		border-radius: 14px;
		height: 46px;
		width: 46px;
	}

	.sat-forces-accordion__media {
		height: 340px;
	}

	.sat-hero-tabs {
		display: none;
	}

	.sat-contact-widget__grid,
	.sat-documents--cols-3,
	.sat-gallery-slider--cols-2.sat-gallery-slider--grid,
	.sat-gallery-slider--cols-3.sat-gallery-slider--grid,
	.sat-gallery-slider--cols-2.sat-gallery-slider--masonry,
	.sat-gallery-slider--cols-3.sat-gallery-slider--masonry {
		grid-template-columns: 1fr;
	}
}

/* Keep the 1.9 layer last so Elementor's historical widget rules cannot win. */
body .sat-hero-experience {
	background: #081128;
	min-height: 760px;
}

body .sat-hero-exp__slide {
	background-image: var(--sat-hero-exp-image);
	background-position: var(--sat-hero-exp-position, center);
	gap: clamp(36px, 5vw, 76px);
	grid-template-columns: minmax(0, 1.08fr) minmax(300px, .72fr);
	overflow: hidden;
	padding: clamp(96px, 10vw, 134px) var(--sat-hero-gutter) 146px;
	transform: scale(1.08);
	transition: opacity .8s cubic-bezier(.2,.8,.2,1), transform 1.8s cubic-bezier(.2,.8,.2,1);
}

body .sat-hero-exp__slide::before {
	background: rgba(6, 13, 39, .66);
	z-index: 0;
}

body .sat-hero-exp__slide::after {
	background: linear-gradient(90deg, #fdcc05 0 12%, rgba(253, 204, 5, .28) 12% 42%, rgba(255, 255, 255, .16) 42% 100%);
	height: 4px;
	z-index: 2;
}

body .sat-hero-experience--transition-fade .sat-hero-exp__slide {
	transform: none;
}

body .sat-hero-experience--transition-slide .sat-hero-exp__slide {
	transform: translate3d(7%, 0, 0);
}

body .sat-hero-exp__slide.is-active {
	transform: none;
}

body .sat-hero-exp__content {
	max-width: 680px;
	position: relative;
	z-index: 3;
}

body .sat-hero-exp__title {
	font-size: clamp(52px, 6vw, 88px);
	line-height: .96;
	max-width: 780px;
}

body .sat-hero-exp__description {
	font-size: clamp(17px, 1.5vw, 21px);
	max-width: 600px;
}

body .sat-hero-exp__button {
	border-radius: 6px;
	min-height: 56px;
}

body .sat-hero-exp__media {
	align-self: center;
	justify-self: end;
	margin: 0;
	max-width: 430px;
}

body .sat-hero-exp__media img {
	aspect-ratio: 4 / 5;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	height: min(440px, 52vh);
	width: min(360px, 100%);
}

body .sat-hero-exp__tabs {
	bottom: 26px;
	gap: 8px;
	left: var(--sat-hero-gutter);
	right: var(--sat-hero-gutter);
}

body .sat-hero-exp__tab {
	border-radius: 4px;
	min-height: 72px;
	padding: 14px 18px;
}

body .sat-hero-exp__navigation {
	display: flex;
}

body .sat-hero-exp__navigation .sat-hero-exp__arrow {
	background: transparent;
	border-color: transparent;
	box-shadow: none;
	inset: auto;
	position: relative;
	right: auto;
	top: auto;
}

body .sat-hero-exp__navigation .sat-hero-exp__arrow:hover,
body .sat-hero-exp__navigation .sat-hero-exp__arrow:focus-visible {
	background: transparent;
	border-color: transparent;
	box-shadow: none;
}

body .sat-about-showcase {
	align-items: start;
	background: transparent;
	display: grid;
	gap: var(--sat-about-gap, 52px);
	grid-template-areas:
		"copy media"
		"body body"
		"highlights highlights";
	grid-template-columns: minmax(0, .9fr) minmax(360px, 1.1fr);
	margin: 0 auto;
	max-width: 1240px;
	padding: clamp(72px, 7vw, 108px) 24px;
}

body .sat-about-showcase__copy {
	grid-area: copy;
	order: initial;
}

body .sat-about-showcase__body {
	grid-area: body;
	margin: 0 auto;
	width: 100%;
}

body .sat-about-showcase__media {
	align-self: start;
	display: grid;
	gap: 18px;
	grid-area: media;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	grid-template-rows: repeat(2, minmax(0, 1fr));
	height: var(--sat-about-media-height, 480px);
	margin: 0;
	max-height: 600px;
	min-height: 0;
	order: initial;
	width: 100%;
}

body .sat-about-showcase__media figure,
body .sat-about-showcase__video {
	margin: 0;
	min-height: 0;
	overflow: hidden;
}

body .sat-about-showcase__media figure:first-of-type {
	grid-row: 1 / span 2;
}

body .sat-about-showcase__media img,
body .sat-about-showcase__media figure:not(:first-of-type) img {
	aspect-ratio: auto;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

body .sat-about-showcase--media-left {
	grid-template-areas:
		"media copy"
		"body body"
		"highlights highlights";
}

body .sat-about-showcase--text-focus {
	grid-template-areas:
		"copy"
		"body"
		"highlights";
	grid-template-columns: minmax(0, 1fr);
}

body .sat-about-showcase__content {
	margin-top: 0;
}

body .sat-about-showcase__highlights {
	grid-area: highlights;
}

@media (max-width: 1024px) {
	body .sat-hero-exp__slide {
		grid-template-columns: minmax(0, 1fr);
	}

	body .sat-hero-exp__media {
		display: none;
	}

	body .sat-about-showcase,
	body .sat-about-showcase--media-left {
		grid-template-areas:
			"copy"
			"media"
			"body"
			"highlights";
		grid-template-columns: minmax(0, 1fr);
	}
}

@media (max-width: 767px) {
	body .sat-hero-experience {
		min-height: 680px;
	}

	body .sat-hero-exp__slide {
		padding: 104px 20px 92px;
	}

	body .sat-hero-exp__title {
		font-size: 48px;
	}

	body .sat-hero-exp__navigation {
		bottom: 22px;
		position: absolute;
		right: 20px;
		top: auto;
		z-index: 5;
	}

	body .sat-about-showcase {
		gap: 34px;
		overflow-x: clip;
		padding: 58px 18px 70px;
	}

	body .sat-contact-widget,
	body .sat-source-services,
	body .sat-forces-accordion {
		overflow-x: clip;
	}

	body .sat-about-showcase__media {
		height: 420px;
	}

	body .sat-about-showcase__body {
		overflow-x: clip;
	}

	body .sat-hero-exp__index {
		font-size: 150px;
		right: 8px;
	}

	body .sat-documents,
	body .sat-document-card,
	body .sat-document-card__image,
	body .sat-document-card__body,
	body .sat-document-card__text {
		max-width: 100%;
		min-width: 0;
		width: 100%;
	}

	body .sat-document-card {
		grid-template-columns: minmax(0, 1fr);
	}

	body .sat-document-card__image {
		min-height: 260px;
	}

	body .sat-document-card__image img {
		max-width: 100%;
		min-width: 0;
		padding: 14px;
	}

	body .sat-document-card__body {
		padding: 26px 22px;
	}

	body .sat-home-agreements-list,
	body .sat-home-agreements-list ul,
	body .sat-home-agreements-list li {
		max-width: 100%;
		min-width: 0;
		overflow-wrap: anywhere;
	}
}

/* Keep the enhanced About media above the legacy gallery rules. */
body .sat-about-showcase__media--image,
body .sat-about-showcase__media--video {
	display: block;
	height: auto;
	max-height: none;
	overflow: visible;
}

body .sat-about-showcase__media-frame .sat-about-showcase__figure,
body .sat-about-showcase__media-frame .sat-about-showcase__video,
body .sat-about-showcase__media-frame .sat-about-showcase__video-trigger {
	height: 100%;
	inset: 0;
	position: absolute;
	width: 100%;
}

body .sat-about-showcase__highlight .sat-about-showcase__highlight-icon {
	align-items: center;
	background: color-mix(in srgb, var(--sat-about-accent) 18%, white);
	border-radius: 5px;
	display: inline-flex;
	height: 42px;
	justify-content: center;
	margin-bottom: 17px;
	width: 42px;
}

body .sat-about-showcase__highlight .sat-about-showcase__highlight-icon i,
body .sat-about-showcase__highlight .sat-about-showcase__highlight-icon svg {
	color: var(--sat-about-accent);
	fill: var(--sat-about-accent);
	font-size: 17px;
	height: 17px;
	width: 17px;
}

/* SAT Partners Marquee 1.9.3 - MTI motion adapted to the SAT visual system. */
body .sat-partners {
	--sat-partners-accent: #fdcc05;
	--sat-partners-background: #fff;
	--sat-partners-overlay: rgba(30, 40, 122, .84);
	--sat-partners-gap: 48px;
	--sat-parallax-y: 0px;
	background: var(--sat-partners-background);
	overflow: hidden;
	padding: 86px 0;
	position: relative;
	isolation: isolate;
}

body .sat-partners--has-background {
	background-color: #1e287a;
	background-image: var(--sat-partners-image);
	background-position: center calc(50% + var(--sat-parallax-y));
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

body .sat-partners--has-background::before {
	background: var(--sat-partners-overlay);
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
	z-index: 0;
}

body .sat-partners--has-background > * {
	position: relative;
	z-index: 1;
}

body .sat-partners--has-background.sat-partners--bg-top {
	background-position: center calc(0% + var(--sat-parallax-y));
}

body .sat-partners--has-background.sat-partners--bg-bottom {
	background-position: center calc(100% + var(--sat-parallax-y));
}

body .sat-partners--has-background.sat-partners--bg-left {
	background-position: left calc(50% + var(--sat-parallax-y));
}

body .sat-partners--has-background.sat-partners--bg-right {
	background-position: right calc(50% + var(--sat-parallax-y));
}

body .sat-partners__heading {
	margin: 0 auto clamp(34px, 5vw, 58px);
	max-width: 820px;
	padding-inline: 24px;
}

body .sat-partners__rule {
	background: var(--sat-partners-accent);
	border-radius: 2px;
	display: block;
	height: 4px;
	margin-top: 22px;
	width: 58px;
}

body .sat-partners__featured-logo-wrap {
	display: flex;
	margin-top: 30px;
}

body .sat-widget-heading--center .sat-partners__featured-logo-wrap {
	justify-content: center;
}

body .sat-widget-heading--right .sat-partners__featured-logo-wrap {
	justify-content: flex-end;
}

body .sat-partners__featured-logo {
	align-items: center;
	background: #fff;
	border: 1px solid rgba(11, 18, 40, .08);
	border-radius: 7px;
	box-shadow: 0 18px 50px rgba(7, 13, 44, .16);
	display: flex;
	height: 98px;
	justify-content: center;
	overflow: hidden;
	padding: 14px 24px;
	text-decoration: none;
	transition: box-shadow .25s ease, transform .25s ease;
	width: clamp(210px, 24vw, 310px);
}

body .sat-partners__featured-logo:hover,
body .sat-partners__featured-logo:focus-visible {
	box-shadow: 0 24px 64px rgba(7, 13, 44, .22);
	transform: translateY(-3px);
}

body .sat-partners__featured-logo img {
	display: block;
	max-height: 68px;
	max-width: 100%;
	object-fit: contain;
	transform-origin: center;
}

body .sat-partners--has-background .sat-widget-heading__eyebrow {
	color: var(--sat-partners-accent);
}

body .sat-partners--has-background .sat-partners__rule {
	background: rgba(255, 255, 255, .9);
}

body .sat-widget-heading--center .sat-partners__rule {
	margin-inline: auto;
}

body .sat-widget-heading--right .sat-partners__rule {
	margin-left: auto;
}

body .sat-partners-marquee {
	display: flex;
	flex-direction: column;
	gap: clamp(18px, 2vw, 28px);
	overflow: hidden;
	position: relative;
}

body .sat-partners-marquee__fade {
	bottom: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: min(150px, 14vw);
	z-index: 3;
}

body .sat-partners-marquee__fade--left {
	background: linear-gradient(90deg, var(--sat-partners-background) 10%, transparent);
	left: 0;
}

body .sat-partners-marquee__fade--right {
	background: linear-gradient(270deg, var(--sat-partners-background) 10%, transparent);
	right: 0;
}

body .sat-partners--has-background .sat-partners-marquee__fade--left {
	background: linear-gradient(90deg, var(--sat-partners-overlay) 8%, transparent);
}

body .sat-partners--has-background .sat-partners-marquee__fade--right {
	background: linear-gradient(270deg, var(--sat-partners-overlay) 8%, transparent);
}

body .sat-partners-marquee__track,
body .sat-partners-marquee__group {
	align-items: center;
	display: flex;
	gap: var(--sat-partners-gap);
	width: max-content;
}

body .sat-partners-marquee__track {
	animation: satPartnersContinuous var(--sat-partners-speed, 36s) linear infinite;
	will-change: transform;
}

body .sat-partners-marquee__track--reverse {
	animation-direction: reverse;
}

body .sat-partners--pause .sat-partners-marquee:hover .sat-partners-marquee__track,
body .sat-partners--pause .sat-partners-marquee:focus-within .sat-partners-marquee__track,
.elementor-editor-active body .sat-partners-marquee__track {
	animation-play-state: paused;
}

body .sat-partners-marquee__item {
	align-items: center;
	display: flex;
	flex: 0 0 var(--sat-partner-width, 190px);
	height: var(--sat-partner-height, 92px);
	justify-content: center;
	width: var(--sat-partner-width, 190px);
}

body .sat-partners .sat-partner-logo {
	align-items: center;
	background: #fff;
	border: 0;
	border-radius: 6px;
	box-shadow: none;
	display: flex;
	flex: 0 0 auto;
	height: 100%;
	justify-content: center;
	min-width: 0;
	padding: 12px 16px;
	text-decoration: none;
	transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
	width: 100%;
}

body .sat-partners--cards-clean .sat-partner-logo {
	background: transparent;
	padding: 8px;
}

body .sat-partners--cards-card .sat-partner-logo {
	box-shadow: 0 16px 42px rgba(11, 18, 40, .08);
}

body .sat-partners--cards-border .sat-partner-logo {
	border: 1px solid rgba(11, 18, 40, .1);
}

body .sat-partners .sat-partner-logo:hover,
body .sat-partners .sat-partner-logo:focus-visible {
	box-shadow: 0 20px 48px rgba(11, 18, 40, .11);
	transform: translateY(-3px);
}

body .sat-partners .sat-partner-logo img {
	display: block;
	max-height: 100%;
	max-width: 100%;
	object-fit: contain;
	opacity: .82;
	transform: scale(var(--sat-partner-scale, 1));
	transition: filter .28s ease, opacity .28s ease, transform .28s ease;
}

body .sat-partners--effect-soft .sat-partner-logo img {
	filter: saturate(.72);
}

body .sat-partners--effect-grayscale .sat-partner-logo img {
	filter: grayscale(1);
}

body .sat-partners--effect-none .sat-partner-logo img {
	filter: none;
	opacity: 1;
}

body .sat-partners .sat-partner-logo:hover img,
body .sat-partners .sat-partner-logo:focus-visible img {
	filter: none;
	opacity: 1;
	transform: scale(calc(var(--sat-partner-scale, 1) * 1.06));
}

body .sat-partners--grid .sat-partners-carousel {
	display: grid;
	gap: var(--sat-partners-gap);
	grid-auto-rows: minmax(var(--sat-partner-height, 92px), auto);
	margin: 0 auto;
	max-width: 1240px;
	overflow: visible;
	padding: 0 24px;
	width: 100%;
}

body .sat-partners--grid .sat-partners-marquee__item {
	align-self: stretch;
	flex-basis: auto;
	height: var(--sat-partner-height, 92px);
	min-height: var(--sat-partner-height, 92px);
	width: 100%;
}

body .sat-partners--grid .sat-partner-logo,
body .sat-partners--grid.sat-partners--cards-clean .sat-partner-logo {
	background: #fff;
	border: 1px solid rgba(11, 18, 40, .09);
	box-shadow: 0 14px 36px rgba(7, 13, 44, .08);
	height: 100%;
	padding: 15px 20px;
	width: 100%;
}

body .sat-partners--grid.sat-partners--has-background .sat-partner-logo {
	box-shadow: 0 16px 42px rgba(7, 13, 44, .22);
}

body .sat-partners--cols-2 .sat-partners-carousel {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

body .sat-partners--carousel .sat-partners-carousel {
	display: flex;
	gap: var(--sat-partners-gap);
	margin: 0 auto;
	max-width: 1320px;
	overflow-x: auto;
	padding: 18px 24px 28px;
	scroll-snap-type: x mandatory;
}

body .sat-partners--carousel .sat-partners-marquee__item {
	scroll-snap-align: center;
}

@keyframes satPartnersContinuous {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(calc(-50% - (var(--sat-partners-gap) / 2)));
	}
}

@media (max-width: 767px) {
	body .sat-partners {
		--sat-partners-gap: 26px;
		padding: 62px 0;
	}

	body .sat-partners__heading {
		margin-bottom: 34px;
		padding-inline: 18px;
	}

	body .sat-partners__featured-logo {
		height: 86px;
		padding: 12px 18px;
		width: min(240px, 76vw);
	}

	body .sat-partners-marquee__fade {
		width: 42px;
	}

	body .sat-partners-marquee__item {
		flex-basis: min(var(--sat-partner-width, 150px), 42vw);
		width: min(var(--sat-partner-width, 150px), 42vw);
	}
}

@media (prefers-reduced-motion: reduce) {
	body .sat-partners-marquee {
		overflow-x: auto;
	}

	body .sat-partners-marquee__track {
		animation: none;
	}

	body .sat-partners-marquee__track[aria-hidden="true"],
	body .sat-partners-marquee__group[aria-hidden="true"] {
		display: none;
	}
}

/* SAT fade media and accordion behavior 1.9.6. */
.sat-fade-slider {
	background: #eef2f7;
	height: 100%;
	isolation: isolate;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.sat-fade-slider__slide {
	backface-visibility: hidden;
	display: block;
	height: 100%;
	inset: 0;
	object-fit: cover;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	transform: scale(1.025);
	transition: opacity var(--sat-fade-duration, 900ms) ease, transform calc(var(--sat-fade-duration, 900ms) * 1.6) ease;
	visibility: visible;
	will-change: opacity, transform;
	width: 100%;
	z-index: 1;
}

.sat-fade-slider__slide.is-active {
	opacity: 1;
	pointer-events: auto;
	transform: scale(1);
	z-index: 2;
}

.sat-fade-slider--reduced-motion .sat-fade-slider__slide {
	transform: none;
	transition: none;
}

body .sat-forces-accordion__media--slider {
	background: #eef2f7;
	overflow: hidden;
}

body .sat-forces-accordion__media--slider .sat-forces-accordion__slider,
body .sat-forces-accordion__media--slider .sat-fade-slider__slide {
	height: 100%;
	width: 100%;
}

body .sat-forces-accordion__media--slider .sat-fade-slider__slide {
	display: block !important;
	inset: 0;
	object-fit: cover;
	position: absolute !important;
	visibility: visible !important;
}

body .sat-forces-accordion__item {
	border-left: 4px solid transparent;
	transition: background-color .25s ease, border-color .25s ease, box-shadow .25s ease;
}

body .sat-forces-accordion__item[open] {
	background: #fff;
	border-color: rgba(34, 43, 131, .13);
	border-left-color: var(--sat-forces-accent);
	box-shadow: 0 18px 44px rgba(34, 43, 131, .1);
}

body .sat-forces-accordion__item[open] summary {
	color: #111747;
}

body .sat-forces-accordion__item summary:focus-visible {
	outline: 3px solid color-mix(in srgb, var(--sat-forces-accent) 60%, white);
	outline-offset: -3px;
}

body .sat-forces-accordion__item[open] .sat-forces-accordion__content {
	animation: satAccordionReveal .32s ease both;
}

@keyframes satAccordionReveal {
	from {
		opacity: 0;
		transform: translateY(-8px);
	}
	to {
		opacity: 1;
		transform: none;
	}
}

body .sat-about-showcase--media-grid {
	--sat-about-grid-gap: 22px;
	--sat-about-grid-height: 248px;
	--sat-about-grid-width: 1120px;
	display: grid;
	grid-template-areas:
		"copy"
		"body"
		"media"
		"highlights";
	grid-template-columns: minmax(0, 1fr);
}

body .sat-about-showcase--media-grid .sat-about-showcase__copy {
	max-width: 940px;
	padding-top: 0;
}

body .sat-about-showcase--media-grid.sat-about-showcase--align-center .sat-about-showcase__copy,
body .sat-about-showcase--media-grid.sat-about-showcase--align-center .sat-about-showcase__body {
	margin-inline: auto;
}

body .sat-about-showcase--media-grid .sat-about-showcase__media {
	display: block;
	grid-area: media;
	height: auto;
	margin-inline: auto;
	max-width: var(--sat-about-grid-width);
	max-height: none;
	overflow: visible;
	position: relative;
	transform: none;
	width: 100%;
}

body .sat-about-showcase--media-grid .sat-about-showcase__image-grid {
	display: grid;
	gap: var(--sat-about-grid-gap);
	grid-template-columns: repeat(3, minmax(0, 1fr));
	width: 100%;
}

body .sat-about-showcase--media-grid .sat-about-showcase__grid-item,
body .sat-about-showcase--media-grid .sat-about-showcase__grid-item:first-of-type {
	background: #fff;
	border: 1px solid rgba(11, 18, 40, .08);
	border-radius: 16px;
	box-shadow: 0 16px 38px rgba(11, 18, 40, .09);
	grid-row: auto;
	height: var(--sat-about-grid-height);
	line-height: 0;
	margin: 0;
	overflow: hidden;
	position: relative;
	transition: border-color .28s ease, box-shadow .28s ease, transform .28s ease;
}

body .sat-about-showcase--media-grid .sat-about-showcase__grid-item::after {
	content: none;
}

body .sat-about-showcase--media-grid .sat-about-showcase__grid-item:hover {
	border-color: color-mix(in srgb, var(--sat-about-accent, #fdcc05) 62%, transparent);
	box-shadow: 0 24px 52px rgba(11, 18, 40, .14);
	transform: translateY(-5px);
}

body .sat-about-showcase--media-grid .sat-about-showcase__grid-item img {
	aspect-ratio: auto;
	display: block;
	height: 100% !important;
	inset: 0;
	max-height: none !important;
	max-width: none !important;
	min-height: 100%;
	min-width: 100%;
	object-fit: cover !important;
	object-position: center 16% !important;
	position: absolute;
	transition: transform .55s ease;
	vertical-align: middle;
	width: 100% !important;
}

body .sat-about-showcase--media-grid .sat-about-showcase__grid-item:hover img {
	transform: scale(1.035);
}

/* Collapse empty introductory regions instead of preserving an empty grid row. */
body .sat-about-showcase--without-copy {
	gap: clamp(26px, 3.2vw, 38px);
	grid-template-areas:
		"body media"
		"highlights highlights";
	padding-block: clamp(48px, 5vw, 72px);
}

body .sat-about-showcase--media-left.sat-about-showcase--without-copy {
	grid-template-areas:
		"media body"
		"highlights highlights";
}

body .sat-about-showcase--text-focus.sat-about-showcase--without-copy {
	grid-template-areas:
		"body"
		"highlights";
}

body .sat-about-showcase--media-grid.sat-about-showcase--without-copy {
	grid-template-areas:
		"body"
		"media"
		"highlights";
}

body .sat-about-showcase--without-body:not(.sat-about-showcase--without-copy) {
	grid-template-areas:
		"copy media"
		"highlights highlights";
}

body .sat-about-showcase--media-left.sat-about-showcase--without-body:not(.sat-about-showcase--without-copy) {
	grid-template-areas:
		"media copy"
		"highlights highlights";
}

body .sat-about-showcase--media-grid.sat-about-showcase--without-body:not(.sat-about-showcase--without-copy) {
	grid-template-areas:
		"copy"
		"media"
		"highlights";
}

body .sat-about-showcase--without-copy.sat-about-showcase--without-body {
	grid-template-areas:
		"media media"
		"highlights highlights";
}

body .sat-about-showcase--text-focus.sat-about-showcase--without-copy.sat-about-showcase--without-body {
	grid-template-areas: "highlights";
}

body .sat-about-showcase--media-grid.sat-about-showcase--without-copy.sat-about-showcase--without-body {
	grid-template-areas:
		"media"
		"highlights";
}

@media (max-width: 1024px) {
	body .sat-about-showcase--without-copy,
	body .sat-about-showcase--media-left.sat-about-showcase--without-copy {
		grid-template-areas:
			"body"
			"media"
			"highlights";
	}

	body .sat-about-showcase--without-copy.sat-about-showcase--without-body {
		grid-template-areas:
			"media"
			"highlights";
	}

	body .sat-about-showcase--media-grid {
		--sat-about-grid-gap: 18px;
		--sat-about-grid-height: 220px;
	}

	body .sat-about-showcase--media-grid .sat-about-showcase__image-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	body .sat-about-showcase--without-copy {
		gap: 24px;
		padding-block: 42px 56px;
	}

	body .sat-about-showcase--media-grid {
		--sat-about-grid-gap: 14px;
		--sat-about-grid-height: 210px;
	}

	body .sat-about-showcase--media-grid .sat-about-showcase__media {
		max-width: min(100%, var(--sat-about-grid-width));
	}

	body .sat-about-showcase--media-grid .sat-about-showcase__image-grid {
		grid-template-columns: minmax(0, 1fr);
	}

	body .sat-about-showcase--media-grid .sat-about-showcase__grid-item,
	body .sat-about-showcase--media-grid .sat-about-showcase__grid-item:first-of-type {
		border-radius: 12px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.sat-social-page-banner--gallery-3 .elementor-widget-image img {
		animation: none;
		transform: translate3d(0, var(--sat-banner-source-crop-y, -72px), 0) scale(1.5);
	}

	.sat-fade-slider__slide {
		transform: none;
		transition: none;
	}

	body .sat-about-showcase--media-grid .sat-about-showcase__grid-item,
	body .sat-about-showcase--media-grid .sat-about-showcase__grid-item img {
		transition: none;
	}

	body .sat-forces-accordion__item[open] .sat-forces-accordion__content {
		animation: none;
	}
}

/* SAT 1.11.4: tighter content rhythm without removing widget-level controls. */
body .sat-about-showcase {
	padding-block: clamp(48px, 4.8vw, 72px);
}

body .sat-about-showcase--without-copy {
	padding-block: clamp(38px, 4vw, 58px);
}

body .sat-cta-mti {
	padding-block: clamp(54px, 6vw, 88px);
}

body .sat-cta-mti--spotlight {
	margin-block: clamp(22px, 3vw, 42px);
	min-height: clamp(350px, 35vw, 480px);
	padding-block: clamp(58px, 6.5vw, 94px);
}

body .sat-cta-mti p {
	margin-block: 22px 32px;
}

@media (max-width: 767px) {
	body .sat-about-showcase,
	body .sat-about-showcase--without-copy {
		padding-block: 38px 48px;
	}

	body .sat-cta-mti,
	body .sat-cta-mti--spotlight {
		margin-block: 16px;
		min-height: 0;
		padding-block: 48px;
	}
}
