:root {
	--ss-navy-950: #071624;
	--ss-navy-900: #0a2136;
	--ss-navy-800: #103754;
	--ss-blue-700: #17638f;
	--ss-blue-600: #1d79aa;
	--ss-sky-100: #e7f3f8;
	--ss-orange-600: #c2410c;
	--ss-orange-500: #f06424;
	--ss-orange-100: #fff0e8;
	--ss-ink: #172433;
	--ss-muted: #576779;
	--ss-line: #dbe3e9;
	--ss-cloud: #f5f8fa;
	--ss-white: #ffffff;
	--ss-shadow-sm: 0 8px 24px rgba(7, 22, 36, 0.08);
	--ss-shadow-md: 0 18px 50px rgba(7, 22, 36, 0.13);
	--ss-radius-sm: 10px;
	--ss-radius-md: 18px;
	--ss-radius-lg: 28px;
	--ss-shell: 1180px;
	--ss-mobile-action-height: 0px;
}

html {
	scroll-behavior: smooth;
}

body.ss-revamp-active {
	color: var(--ss-ink);
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

body.ss-revamp-active #loftloader-wrapper {
	display: none !important;
}

body.ss-revamp-active #page-header-wrap,
body.ss-revamp-active #page-header-bg,
body.ss-revamp-active .container-wrap > .main-content > .row > .heading-title,
body.ss-revamp-active .container-wrap > .main-content > .row > .row-heading-title {
	display: none !important;
}

body.ss-revamp-active .container-wrap {
	padding-bottom: 0 !important;
	padding-top: 0 !important;
}

body.ss-revamp-active .container-wrap > .container.main-content {
	padding-bottom: 0 !important;
	padding-top: 0 !important;
}

body.ss-revamp-active .container-wrap > .main-content > .row {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
	padding-top: 0 !important;
}

body.ss-revamp-active .container-wrap > .main-content > .row > :last-child,
body.ss-revamp-active .container-wrap > .main-content > .row > .wpb_content_element:last-child,
body.ss-revamp-active .container-wrap > .main-content > .row > .wpb_row:last-child {
	margin-bottom: 0 !important;
}

body.ss-revamp-active #header-outer {
	background: var(--ss-white) !important;
	border-bottom: 1px solid rgba(13, 48, 76, 0.09);
	box-shadow: 0 8px 30px rgba(7, 22, 36, 0.08);
	isolation: isolate;
}

body.ss-revamp-active #header-secondary-outer {
	background: var(--ss-navy-950) !important;
	border: 0 !important;
	min-height: 32px;
}

body.ss-revamp-active #header-secondary-outer .container {
	max-width: var(--ss-shell);
	padding-inline: 24px;
}

body.ss-revamp-active #header-secondary-outer nav {
	align-items: center;
	display: flex;
	min-height: 32px;
}

body.ss-revamp-active #header-secondary-outer #social {
	align-items: stretch;
	display: flex;
	height: 32px;
}

body.ss-revamp-active #header-secondary-outer #social a {
	align-items: center;
	border-left: 1px solid rgba(255, 255, 255, 0.12);
	color: rgba(255, 255, 255, 0.82) !important;
	display: flex;
	height: 32px;
	justify-content: center;
	opacity: 1;
	transition: background-color 180ms ease, color 180ms ease;
	width: 34px;
}

body.ss-revamp-active #header-secondary-outer #social a i {
	color: rgba(255, 255, 255, 0.82) !important;
}

body.ss-revamp-active #header-secondary-outer #social li:last-child a {
	border-right: 1px solid rgba(255, 255, 255, 0.12);
}

body.ss-revamp-active #header-secondary-outer #social a:hover {
	background: rgba(255, 255, 255, 0.1);
	color: var(--ss-white) !important;
}

body.ss-revamp-active #header-secondary-outer #social a:hover i {
	color: var(--ss-white) !important;
}

body.ss-revamp-active #header-secondary-outer .nectar-center-text a {
	color: rgba(255, 255, 255, 0.9) !important;
	font-size: 0.76rem;
	font-weight: 750;
	letter-spacing: 0.035em;
	line-height: 1;
}

body.ss-revamp-active #footer-outer #copyright p,
body.ss-revamp-active #footer-outer #copyright p a {
	color: #cbd5df !important;
}

body.ss-revamp-active #footer-outer {
	background: #071624 !important;
	color: #fff;
}

body.ss-revamp-active #footer-outer #footer-widgets {
	background:
		radial-gradient(circle at 10% 0%, rgba(246, 110, 34, 0.14), transparent 30%),
		linear-gradient(180deg, #0a2032 0%, #071624 100%);
	border-top: 4px solid var(--ss-orange-600);
	padding: clamp(52px, 6vw, 76px) 0 44px;
}

body.ss-revamp-active #footer-outer #footer-widgets > .container {
	max-width: var(--ss-shell);
	padding-inline: clamp(20px, 3vw, 34px) !important;
}

body.ss-revamp-active #footer-outer #footer-widgets .row {
	display: block;
}

body.ss-revamp-active #footer-outer #footer-widgets .col:has(.ss-footer-resources) {
	float: none;
	margin: 0;
	width: 100%;
}

body.ss-revamp-active #footer-outer #footer-widgets .col:has(.ss-footer-resources) ~ .col {
	display: none;
}

body.ss-revamp-active #footer-outer #footer-widgets .widget:has(.ss-footer-resources) {
	margin: 0;
}

.ss-footer-resources {
	display: grid;
	font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	gap: clamp(30px, 4vw, 60px);
	grid-template-columns: minmax(250px, 1.35fr) repeat(3, minmax(155px, 0.75fr));
	margin: 0;
}

.ss-footer-resources h2 {
	color: #fff !important;
	font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
	font-size: 1rem !important;
	font-weight: 850 !important;
	letter-spacing: -0.015em;
	line-height: 1.25 !important;
	margin: 0 0 18px !important;
}

.ss-footer-resources__intro h2 {
	font-size: clamp(1.7rem, 2.6vw, 2.35rem) !important;
	letter-spacing: -0.045em;
	margin-bottom: 14px !important;
}

.ss-footer-resources__eyebrow {
	color: #ff8d4c;
	display: block;
	font-size: 0.72rem;
	font-weight: 850;
	letter-spacing: 0.15em;
	margin-bottom: 12px;
	text-transform: uppercase;
}

.ss-footer-resources p,
.ss-footer-resources__address {
	color: rgba(236, 243, 248, 0.76) !important;
	font-size: 0.92rem;
	line-height: 1.7;
	margin: 0;
}

.ss-footer-resources__intro p {
	max-width: 33rem;
}

.ss-footer-resources__button {
	background: var(--ss-orange-600);
	border-radius: 999px;
	box-shadow: 0 12px 28px rgba(0, 0, 0, 0.2);
	color: #fff !important;
	display: inline-flex;
	font-size: 0.82rem;
	font-weight: 850;
	justify-content: center;
	line-height: 1;
	margin-top: 22px;
	padding: 14px 19px;
	text-decoration: none !important;
	transition: background-color 180ms ease, transform 180ms ease;
}

.ss-footer-resources__button:hover,
.ss-footer-resources__button:focus-visible {
	background: #ff7f36;
	color: #fff !important;
	transform: translateY(-2px);
}

.ss-footer-resources ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.ss-footer-resources li {
	margin: 0 0 10px;
	padding: 0;
}

.ss-footer-resources li a {
	color: rgba(236, 243, 248, 0.76) !important;
	font-size: 0.88rem;
	font-weight: 650;
	line-height: 1.45;
	text-decoration: none;
	text-underline-offset: 4px;
}

.ss-footer-resources li a:hover,
.ss-footer-resources li a:focus-visible {
	color: #fff !important;
	text-decoration: underline;
	text-decoration-color: var(--ss-orange-600);
}

.ss-footer-resources__address {
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	font-size: 0.82rem !important;
	margin-top: 17px !important;
	padding-top: 17px;
}

body.ss-revamp-active #footer-outer #copyright {
	background: #05111c !important;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

body.ss-revamp-active #header-outer header .container,
body.ss-revamp-active #header-outer .container {
	max-width: var(--ss-shell);
}

body.ss-revamp-active #header-outer #top > .container {
	padding-inline: clamp(20px, 3vw, 34px) !important;
}

body.ss-revamp-active #header-outer #top .row {
	align-items: center;
	display: flex;
	min-height: 82px;
}

body.ss-revamp-active #header-outer #top .col.span_3 {
	flex: 0 0 126px;
	width: 126px;
}

body.ss-revamp-active #header-outer #top #logo {
	align-items: center;
	display: flex;
	height: 82px !important;
	margin: 0;
}

body.ss-revamp-active #header-outer #top #logo img {
	height: 66px !important;
	max-height: 66px !important;
	width: auto !important;
}

body.ss-revamp-active #header-outer #top .col.span_9 {
	flex: 1 1 auto;
	margin-left: 0;
	width: auto;
}

body.ss-revamp-active #header-outer #top nav,
body.ss-revamp-active #header-outer #top nav > ul {
	align-items: center;
	display: flex;
}

body.ss-revamp-active #header-outer #top nav {
	justify-content: flex-end;
}

body.ss-revamp-active #header-outer #top nav > ul.sf-menu {
	gap: 2px;
}

body.ss-revamp-active #header-outer nav > ul > li > a,
body.ss-revamp-active #header-outer .sf-menu > li > a {
	align-items: center;
	color: var(--ss-navy-900) !important;
	display: flex !important;
	font-size: 0.88rem !important;
	font-weight: 700;
	height: 82px;
	letter-spacing: -0.01em;
	padding: 0 10px !important;
}

body.ss-revamp-active #header-outer .sf-menu > li:not(:last-child).current-menu-item > a,
body.ss-revamp-active #header-outer .sf-menu > li:not(:last-child).current-menu-ancestor > a,
body.ss-revamp-active #header-outer .sf-menu > li:not(:last-child) > a:hover {
	color: var(--ss-blue-700) !important;
}

body.ss-revamp-active #header-outer[data-lhe="animated_underline"] #top nav > ul > li:not(:last-child) > a .menu-title-text::after {
	background-color: var(--ss-orange-500) !important;
	height: 2px !important;
}

body.ss-revamp-active #header-outer .sf-menu > li:last-child {
	margin-left: 8px;
}

body.ss-revamp-active #header-outer .sf-menu > li:last-child > a {
	background: var(--ss-orange-600) !important;
	border-radius: 999px;
	box-shadow: 0 9px 22px rgba(194, 65, 12, 0.22);
	color: var(--ss-white) !important;
	height: 44px;
	padding-inline: 19px !important;
	transition: background-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

body.ss-revamp-active #header-outer .sf-menu > li:last-child > a::before {
	display: none !important;
}

body.ss-revamp-active #header-outer[data-lhe="animated_underline"] #top nav > ul > li:last-child > a .menu-title-text::after {
	display: none !important;
}

body.ss-revamp-active #header-outer .sf-menu > li:last-child > a:hover,
body.ss-revamp-active #header-outer .sf-menu > li:last-child.current-menu-item > a {
	background: #a9360a !important;
	box-shadow: 0 12px 26px rgba(194, 65, 12, 0.28);
	transform: translateY(-1px);
}

body.ss-revamp-active #header-outer #top nav > .buttons {
	margin-left: 16px;
}

body.ss-revamp-active #header-outer #top nav > .buttons > li {
	align-items: center;
	display: flex;
	height: 82px;
}

body.ss-revamp-active #header-outer #top nav > .buttons .nectar-header-text-content {
	color: var(--ss-muted);
	font-size: 0.75rem;
	font-weight: 700;
	line-height: 1.25;
	padding-left: 17px;
	position: relative;
	white-space: nowrap;
}

body.ss-revamp-active #header-outer #top nav > .buttons .nectar-header-text-content::before {
	background: #2f9d69;
	border: 3px solid #dff5e9;
	border-radius: 50%;
	content: "";
	height: 11px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 11px;
}

body.ss-revamp-active #header-outer #top .sf-menu .sub-menu {
	background: var(--ss-white) !important;
	border: 1px solid var(--ss-line);
	border-radius: 14px;
	box-shadow: var(--ss-shadow-md);
	overflow: hidden;
	padding: 9px !important;
}

body.ss-revamp-active #header-outer #top .sf-menu .sub-menu a {
	border-radius: 9px;
	color: var(--ss-navy-900) !important;
	font-size: 0.84rem;
	font-weight: 700;
	padding: 11px 13px !important;
}

body.ss-revamp-active #header-outer #top .sf-menu .sub-menu a:hover {
	background: var(--ss-cloud) !important;
	color: var(--ss-blue-700) !important;
}

body.ss-revamp-active #header-outer a:focus-visible,
body.ss-revamp-active #header-secondary-outer a:focus-visible,
body.ss-revamp-active #slide-out-widget-area a:focus-visible {
	border-radius: 6px;
	outline: 3px solid #52b8e6;
	outline-offset: 3px;
}

.ss-site,
.ss-site *,
.ss-site *::before,
.ss-site *::after,
.ss-mobile-actions,
.ss-mobile-actions *,
.ss-mobile-actions *::before,
.ss-mobile-actions *::after {
	box-sizing: border-box;
}

.ss-site {
	background: var(--ss-white);
	color: var(--ss-ink);
	font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 18px;
	line-height: 1.72;
	margin-inline: calc(50% - 50vw);
	overflow: clip;
	width: 100vw;
}

.ss-site :where(h1, h2, h3, h4, h5, h6) {
	color: var(--ss-navy-900);
	font-family: inherit;
	font-weight: 800;
	letter-spacing: -0.035em;
	line-height: 1.12;
	margin: 0 0 0.55em;
}

.ss-site h1 {
	font-size: clamp(2.65rem, 6vw, 5.15rem);
	letter-spacing: -0.055em;
}

.ss-site h2 {
	font-size: clamp(2.05rem, 4vw, 3.55rem);
}

.ss-site h3 {
	font-size: clamp(1.35rem, 2.4vw, 1.8rem);
	letter-spacing: -0.025em;
}

.ss-site h4 {
	font-size: 1.12rem;
	letter-spacing: -0.015em;
}

.ss-site :where(p, ul, ol, blockquote) {
	margin: 0 0 1.2em;
}

.ss-site :where(p, li) {
	color: var(--ss-muted);
}

.ss-site strong {
	color: var(--ss-ink);
	font-weight: 750;
}

.ss-site a:not(.ss-button):not(.ss-card):not(.ss-service-card) {
	color: var(--ss-blue-700);
	font-weight: 700;
	text-decoration-color: rgba(23, 99, 143, 0.36);
	text-decoration-thickness: 1px;
	text-underline-offset: 0.2em;
}

.ss-site a:not(.ss-button):not(.ss-card):not(.ss-service-card):hover {
	color: var(--ss-orange-600);
}

.ss-site img {
	height: auto;
	max-width: 100%;
}

.ss-site :where(a, button, summary, input, textarea, select):focus-visible,
.ss-mobile-actions a:focus-visible {
	outline: 3px solid #52b8e6;
	outline-offset: 3px;
}

.ss-shell,
.ss-container {
	margin-inline: auto;
	max-width: var(--ss-shell);
	padding-inline: clamp(22px, 5vw, 42px);
	position: relative;
	width: 100%;
}

.ss-section,
.ss-site > section {
	padding-block: clamp(72px, 9vw, 124px);
	position: relative;
}

.ss-section--tight {
	padding-block: clamp(52px, 6vw, 78px);
}

.ss-section--soft,
.ss-soft {
	background: var(--ss-cloud);
}

.ss-section--sky {
	background: linear-gradient(145deg, #eef8fb 0%, #f8fbfc 55%, #fff4ed 100%);
}

.ss-section--dark,
.ss-dark {
	background:
		radial-gradient(circle at 86% 10%, rgba(29, 121, 170, 0.34), transparent 36%),
		linear-gradient(145deg, var(--ss-navy-950), var(--ss-navy-800));
	color: var(--ss-white);
}

.ss-section--dark :where(h1, h2, h3, h4, p, li, strong),
.ss-dark :where(h1, h2, h3, h4, p, li, strong) {
	color: var(--ss-white);
}

.ss-section--dark p,
.ss-section--dark li,
.ss-dark p,
.ss-dark li {
	opacity: 0.82;
}

.ss-eyebrow {
	align-items: center;
	color: var(--ss-orange-600);
	display: inline-flex;
	font-size: 0.76rem;
	font-weight: 850;
	gap: 10px;
	letter-spacing: 0.13em;
	line-height: 1.3;
	margin-bottom: 18px;
	text-transform: uppercase;
}

.ss-eyebrow::before {
	background: currentColor;
	border-radius: 99px;
	content: "";
	height: 3px;
	width: 28px;
}

.ss-dark .ss-eyebrow,
.ss-section--dark .ss-eyebrow {
	color: #ff9a69;
}

.ss-kicker {
	color: var(--ss-blue-700);
	font-size: 0.88rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.ss-lead {
	color: #405367;
	font-size: clamp(1.08rem, 1.8vw, 1.3rem);
	line-height: 1.65;
	max-width: 760px;
}

.ss-section-heading {
	margin-bottom: clamp(38px, 5vw, 62px);
	max-width: 780px;
}

.ss-section-heading--center {
	margin-inline: auto;
	text-align: center;
}

.ss-section-heading--center .ss-eyebrow {
	justify-content: center;
}

.ss-hero {
	align-items: center;
	background: linear-gradient(135deg, #0a2136, #17638f);
	color: var(--ss-white);
	display: flex;
	min-height: min(740px, calc(100svh - 114px));
	overflow: hidden;
	padding-block: clamp(78px, 10vw, 124px);
	position: relative;
}

.ss-hero::before {
	background: linear-gradient(90deg, rgba(7, 22, 36, 0.96) 0%, rgba(7, 22, 36, 0.84) 48%, rgba(7, 22, 36, 0.4) 100%);
	content: "";
	inset: 0;
	position: absolute;
	z-index: 1;
}

.ss-hero__media {
	height: 100%;
	inset: 0;
	object-fit: cover;
	object-position: center;
	position: absolute;
	width: 100%;
	z-index: 0;
}

.ss-hero::after {
	background: linear-gradient(90deg, var(--ss-orange-500) 0 34%, var(--ss-blue-600) 34% 100%);
	bottom: 0;
	content: "";
	height: 5px;
	left: 0;
	position: absolute;
	right: 0;
	z-index: 3;
}

.ss-hero .ss-shell {
	align-items: center;
	display: grid;
	gap: clamp(36px, 6vw, 78px);
	grid-template-columns: minmax(0, 1.22fr) minmax(280px, 0.78fr);
	z-index: 2;
}

.ss-hero__content {
	max-width: 760px;
}

.ss-hero :where(h1, p, strong) {
	color: var(--ss-white);
}

.ss-hero h1 {
	text-wrap: balance;
}

.ss-hero__summary,
.ss-hero .ss-lead {
	color: rgba(255, 255, 255, 0.84);
	font-size: clamp(1.08rem, 1.8vw, 1.28rem);
	max-width: 680px;
}

.ss-hero__actions,
.ss-actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 30px;
}

.ss-button,
.ss-site a.ss-button {
	align-items: center;
	background: var(--ss-orange-600);
	border: 2px solid var(--ss-orange-600);
	border-radius: 999px;
	box-shadow: 0 10px 26px rgba(223, 79, 23, 0.24);
	color: var(--ss-white);
	cursor: pointer;
	display: inline-flex;
	font-size: 0.86rem;
	font-weight: 850;
	gap: 10px;
	justify-content: center;
	letter-spacing: 0.015em;
	line-height: 1.2;
	min-height: 54px;
	padding: 14px 25px;
	text-decoration: none;
	transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.ss-button:hover,
.ss-site a.ss-button:hover {
	background: #c9400e;
	border-color: #c9400e;
	box-shadow: 0 14px 30px rgba(223, 79, 23, 0.3);
	color: var(--ss-white);
	transform: translateY(-2px);
}

.ss-button > svg,
.ss-site a.ss-button > svg {
	flex: 0 0 22px;
	height: 22px;
	width: 22px;
}

.ss-button--secondary,
.ss-site a.ss-button--secondary {
	background: var(--ss-white);
	border-color: var(--ss-white);
	box-shadow: none;
	color: var(--ss-navy-900);
}

.ss-button--secondary:hover,
.ss-site a.ss-button--secondary:hover {
	background: var(--ss-sky-100);
	border-color: var(--ss-sky-100);
	color: var(--ss-navy-900);
}

.ss-button--outline,
.ss-site a.ss-button--outline {
	background: transparent;
	border-color: var(--ss-blue-700);
	box-shadow: none;
	color: var(--ss-blue-700);
}

.ss-dark .ss-button--outline,
.ss-hero .ss-button--outline,
.ss-section--dark .ss-button--outline {
	border-color: rgba(255, 255, 255, 0.54);
	color: var(--ss-white);
}

.ss-button--outline:hover,
.ss-site a.ss-button--outline:hover {
	background: var(--ss-navy-900);
	border-color: var(--ss-navy-900);
	color: var(--ss-white);
}

.ss-hero__card,
.ss-form-card {
	align-self: center;
	backdrop-filter: blur(15px);
	background: rgba(255, 255, 255, 0.96);
	border: 1px solid rgba(255, 255, 255, 0.72);
	border-radius: var(--ss-radius-lg);
	box-shadow: var(--ss-shadow-md);
	color: var(--ss-ink);
	padding: clamp(26px, 4vw, 40px);
}

.ss-hero__card {
	border-color: rgba(255, 255, 255, 0.84);
	box-shadow: 0 24px 70px rgba(3, 15, 25, 0.22);
}

.ss-hero__card :where(h2, h3, p, li, strong),
.ss-form-card :where(h2, h3, p, li, strong) {
	color: inherit;
}

.ss-hero__card p,
.ss-form-card p {
	color: var(--ss-muted);
}

.ss-trust-bar {
	background: var(--ss-white);
	border-bottom: 1px solid var(--ss-line);
	box-shadow: var(--ss-shadow-sm);
	position: relative;
	z-index: 2;
}

.ss-trust-bar .ss-shell {
	align-items: center;
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	padding-block: 25px;
}

.ss-trust-item {
	align-items: center;
	border-right: 1px solid var(--ss-line);
	display: flex;
	gap: 13px;
	justify-content: center;
	min-height: 38px;
	padding-inline: 18px;
}

.ss-trust-item:last-child {
	border-right: 0;
}

.ss-trust-item svg,
.ss-icon {
	color: var(--ss-orange-600);
	flex: 0 0 auto;
	height: 26px;
	width: 26px;
}

.ss-trust-item span {
	color: var(--ss-navy-900);
	font-size: 0.9rem;
	font-weight: 800;
	line-height: 1.3;
}

.ss-site > section.ss-trustframe-section {
	background:
		radial-gradient(circle at 12% 12%, rgba(29, 121, 170, 0.1), transparent 30%),
		linear-gradient(180deg, #f6f9fb 0%, #eef4f7 100%);
	overflow: hidden;
	padding-block: clamp(48px, 6vw, 72px);
}

.ss-trustframe-section[hidden] {
	display: none !important;
}

.ss-trustframe-embed {
	background: var(--ss-white);
	border: 1px solid rgba(23, 99, 143, 0.16);
	border-radius: var(--ss-radius-lg);
	box-shadow: 0 24px 70px rgba(7, 22, 36, 0.12);
	isolation: isolate;
	overflow: hidden;
	padding: clamp(10px, 1.25vw, 16px);
}

.ss-trustframe-embed iframe[data-trustframe-brand] {
	border-radius: calc(var(--ss-radius-lg) - 8px);
	height: 128px !important;
}

.ss-grid {
	display: grid;
	gap: clamp(20px, 3vw, 30px);
}

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

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

.ss-grid--4 {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ss-card,
.ss-service-card {
	background: var(--ss-white);
	border: 1px solid var(--ss-line);
	border-radius: var(--ss-radius-md);
	box-shadow: 0 6px 20px rgba(7, 22, 36, 0.05);
	color: var(--ss-ink);
	display: flex;
	flex-direction: column;
	height: 100%;
	overflow: hidden;
	padding: clamp(25px, 3vw, 34px);
	position: relative;
	text-decoration: none;
	transition: border-color 200ms ease, box-shadow 200ms ease, transform 200ms ease;
}

.ss-card:hover,
.ss-service-card:hover {
	border-color: rgba(23, 99, 143, 0.36);
	box-shadow: var(--ss-shadow-md);
	color: var(--ss-ink);
	transform: translateY(-5px);
}

.ss-card::before,
.ss-service-card::before {
	background: linear-gradient(90deg, var(--ss-orange-500), var(--ss-blue-600));
	content: "";
	height: 4px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 220ms ease;
}

.ss-card:hover::before,
.ss-service-card:hover::before {
	transform: scaleX(1);
}

.ss-card :where(p, li),
.ss-service-card :where(p, li) {
	color: var(--ss-muted);
}

.ss-card__icon,
.ss-service-card__icon {
	align-items: center;
	background: var(--ss-orange-100);
	border-radius: 14px;
	color: var(--ss-orange-600);
	display: inline-flex;
	height: 54px;
	justify-content: center;
	margin-bottom: 25px;
	width: 54px;
}

.ss-card__icon svg,
.ss-service-card__icon svg {
	height: 27px;
	width: 27px;
}

.ss-card__link,
.ss-service-card__link {
	color: var(--ss-blue-700);
	font-size: 0.84rem;
	font-weight: 850;
	margin-top: auto;
	padding-top: 18px;
}

.ss-resource-card {
	border-color: rgba(23, 99, 143, 0.2);
}

.ss-download-panel {
	align-items: center;
	background:
		radial-gradient(circle at 0% 0%, rgba(246, 110, 34, 0.17), transparent 34%),
		linear-gradient(135deg, #071624 0%, #103f60 100%);
	border-radius: var(--ss-radius-lg);
	box-shadow: var(--ss-shadow-lg);
	display: grid;
	gap: clamp(28px, 5vw, 66px);
	grid-template-columns: minmax(0, 1fr) auto;
	overflow: hidden;
	padding: clamp(30px, 5vw, 54px);
	position: relative;
}

.ss-download-panel h2,
.ss-download-panel p {
	color: var(--ss-white) !important;
}

.ss-download-panel h2 {
	margin-bottom: 12px;
}

.ss-download-panel p {
	font-size: 1rem;
	line-height: 1.7;
	margin: 0;
	max-width: 48rem;
	opacity: 0.82;
}

.ss-download-panel .ss-eyebrow {
	color: #ff9a61;
}

.ss-download-panel .ss-button {
	white-space: nowrap;
}

.ss-split {
	align-items: center;
	display: grid;
	gap: clamp(38px, 7vw, 88px);
	grid-template-columns: minmax(0, 1fr) minmax(0, 0.92fr);
}

.ss-split--reverse .ss-split__media {
	order: 2;
}

.ss-split__media {
	position: relative;
}

.ss-split__media img {
	border-radius: var(--ss-radius-lg);
	box-shadow: var(--ss-shadow-md);
	display: block;
	min-height: 440px;
	object-fit: cover;
	width: 100%;
}

.ss-split__media::before {
	background: var(--ss-orange-100);
	border-radius: var(--ss-radius-lg);
	content: "";
	inset: 24px -24px -24px 24px;
	position: absolute;
	z-index: -1;
}

.ss-badge {
	align-items: center;
	background: var(--ss-white);
	border: 1px solid var(--ss-line);
	border-radius: 16px;
	bottom: -22px;
	box-shadow: var(--ss-shadow-md);
	display: flex;
	gap: 14px;
	left: -22px;
	max-width: 270px;
	padding: 17px 20px;
	position: absolute;
}

.ss-badge strong {
	color: var(--ss-navy-900);
	font-size: 0.92rem;
	line-height: 1.35;
}

.ss-check-list {
	display: grid;
	gap: 13px;
	list-style: none;
	margin: 25px 0 0;
	padding: 0;
}

.ss-check-list li {
	align-items: flex-start;
	display: flex;
	gap: 12px;
	margin: 0;
}

.ss-check-list li::before {
	align-items: center;
	background: var(--ss-sky-100);
	border-radius: 50%;
	color: var(--ss-blue-700);
	content: "✓";
	display: inline-flex;
	flex: 0 0 23px;
	font-size: 0.75rem;
	font-weight: 900;
	height: 23px;
	justify-content: center;
	margin-top: 4px;
}

.ss-process {
	counter-reset: ss-step;
	display: grid;
	gap: 22px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ss-process__step {
	counter-increment: ss-step;
	padding: 10px 20px 10px 0;
	position: relative;
}

.ss-process__step::before {
	align-items: center;
	background: var(--ss-navy-900);
	border-radius: 50%;
	color: var(--ss-white);
	content: counter(ss-step, decimal-leading-zero);
	display: flex;
	font-size: 0.78rem;
	font-weight: 850;
	height: 48px;
	justify-content: center;
	margin-bottom: 22px;
	width: 48px;
}

.ss-process__step:not(:last-child)::after {
	background: var(--ss-line);
	content: "";
	height: 1px;
	left: 61px;
	position: absolute;
	right: 0;
	top: 34px;
}

.ss-stat-grid {
	display: grid;
	gap: 1px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	overflow: hidden;
}

.ss-stat {
	background: rgba(255, 255, 255, 0.08);
	padding: clamp(26px, 4vw, 44px);
}

.ss-stat__value {
	color: var(--ss-white);
	display: block;
	font-size: clamp(1.8rem, 4vw, 3.1rem);
	font-weight: 850;
	letter-spacing: -0.04em;
	line-height: 1;
	margin-bottom: 10px;
}

.ss-stat__label {
	color: rgba(255, 255, 255, 0.72);
	font-size: 0.86rem;
	font-weight: 700;
	line-height: 1.4;
}

.ss-site .ss-area-links {
	display: flex;
	flex-wrap: wrap;
	gap: 11px;
	list-style: none !important;
	margin: 24px 0 0;
	padding: 0 !important;
	padding-inline-start: 0 !important;
}

.ss-site .ss-area-links > li {
	display: flex;
	list-style: none !important;
	margin: 0;
	padding: 0;
}

.ss-site .ss-area-links > li::marker {
	content: "" !important;
	font-size: 0 !important;
}

.ss-site .ss-area-links > li::before,
.ss-site .ss-area-links > li::after {
	content: none !important;
	display: none !important;
}

.ss-area-links a {
	background: var(--ss-white);
	border: 1px solid var(--ss-line);
	border-radius: 999px;
	color: var(--ss-navy-800) !important;
	display: inline-flex;
	font-size: 0.82rem;
	font-weight: 800;
	padding: 9px 15px;
	text-decoration: none !important;
	transition: border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.ss-area-links a:hover {
	border-color: var(--ss-orange-500);
	color: var(--ss-orange-600) !important;
	transform: translateY(-1px);
}

.ss-area-links span {
	background: var(--ss-white);
	border: 1px solid var(--ss-line);
	border-radius: 999px;
	color: var(--ss-navy-800);
	display: inline-flex;
	font-size: 0.82rem;
	font-weight: 800;
	padding: 9px 15px;
}

.ss-cert-card {
	align-items: center;
	justify-content: center;
	min-height: 170px;
	padding: 24px;
}

.ss-cert-card img {
	max-height: 105px;
	max-width: 170px;
	object-fit: contain;
	width: auto;
}

.ss-faq {
	border-top: 1px solid var(--ss-line);
	margin-top: 30px;
}

.ss-faq details {
	border-bottom: 1px solid var(--ss-line);
	margin: 0;
	padding: 0;
}

.ss-faq summary {
	align-items: center;
	color: var(--ss-navy-900);
	cursor: pointer;
	display: flex;
	font-size: clamp(1rem, 2vw, 1.15rem);
	font-weight: 800;
	gap: 20px;
	justify-content: space-between;
	list-style: none;
	padding: 24px 2px;
}

.ss-faq summary::-webkit-details-marker {
	display: none;
}

.ss-faq summary::after {
	align-items: center;
	background: var(--ss-sky-100);
	border-radius: 50%;
	color: var(--ss-blue-700);
	content: "+";
	display: flex;
	flex: 0 0 34px;
	font-size: 1.15rem;
	height: 34px;
	justify-content: center;
	transition: transform 180ms ease;
}

.ss-faq details[open] summary::after {
	transform: rotate(45deg);
}

.ss-faq details > div,
.ss-faq details > p {
	max-width: 850px;
	padding: 0 55px 24px 2px;
}

.ss-prose {
	margin-inline: auto;
	max-width: 820px;
}

.ss-prose :where(h2, h3) {
	margin-top: 1.65em;
}

.ss-prose > :first-child {
	margin-top: 0;
}

.ss-prose ul,
.ss-prose ol {
	padding-left: 1.3em;
}

.ss-prose li {
	margin-bottom: 0.55em;
	padding-left: 0.25em;
}

/* Keep the related-page navigation free from article-list bullets and spacing. */
.ss-site .ss-prose > .ss-area-links {
	align-items: stretch;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	list-style: none;
	margin: 28px 0 0;
	padding: 0;
}

.ss-site .ss-section--tight .ss-prose:has(> .ss-area-links) {
	background: linear-gradient(145deg, #f5f8fb 0%, #ffffff 68%);
	border: 1px solid var(--ss-line);
	border-radius: 28px;
	box-shadow: 0 24px 70px rgba(7, 22, 36, 0.08);
	max-width: 980px;
	padding: clamp(30px, 5vw, 54px);
}

.ss-site .ss-prose > .ss-area-links > li {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
}

.ss-site .ss-prose > .ss-area-links > li::marker {
	content: "";
	font-size: 0;
}

.ss-site .ss-prose > .ss-area-links > li::before,
.ss-site .ss-prose > .ss-area-links > li::after {
	content: none !important;
	display: none !important;
}

.ss-site .ss-prose > .ss-area-links > li > a {
	align-items: center;
	box-shadow: 0 8px 22px rgba(7, 22, 36, 0.05);
	display: inline-flex;
	gap: 12px;
	justify-content: space-between;
	line-height: 1.25;
	min-height: 46px;
	padding: 11px 17px;
}

.ss-site .ss-prose > .ss-area-links > li > a::after {
	border-right: 2px solid currentColor;
	border-top: 2px solid currentColor;
	content: "";
	flex: 0 0 auto;
	height: 7px;
	opacity: 0.5;
	transform: rotate(45deg);
	width: 7px;
}

.ss-site .ss-prose > .ss-area-links > li > a:hover,
.ss-site .ss-prose > .ss-area-links > li > a:focus-visible {
	background: #fffaf5;
	box-shadow: 0 12px 28px rgba(7, 22, 36, 0.09);
}

.ss-prose blockquote {
	background: var(--ss-cloud);
	border-left: 5px solid var(--ss-orange-500);
	border-radius: 0 var(--ss-radius-sm) var(--ss-radius-sm) 0;
	color: var(--ss-navy-800);
	font-size: 1.08rem;
	font-weight: 650;
	margin-block: 34px;
	padding: 24px 28px;
}

.ss-prose table {
	border: 1px solid var(--ss-line);
	border-collapse: separate;
	border-radius: var(--ss-radius-sm);
	border-spacing: 0;
	display: block;
	margin-block: 30px;
	max-width: 100%;
	overflow-x: auto;
	width: 100%;
}

.ss-prose :where(th, td) {
	border-bottom: 1px solid var(--ss-line);
	padding: 14px 17px;
	text-align: left;
}

.ss-prose th {
	background: var(--ss-cloud);
	color: var(--ss-navy-900);
	font-size: 0.84rem;
	font-weight: 800;
}

.ss-breadcrumbs {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	font-size: 0.78rem;
	gap: 8px;
	list-style: none;
	margin: 0 0 24px;
	padding: 0;
}

.ss-breadcrumbs li {
	color: rgba(255, 255, 255, 0.72);
	margin: 0;
}

.ss-breadcrumbs li:not(:last-child)::after {
	content: "/";
	margin-left: 8px;
	opacity: 0.5;
}

.ss-breadcrumbs a {
	color: inherit !important;
	text-decoration: none !important;
}

.ss-gallery {
	display: grid;
	gap: 14px;
	grid-auto-rows: minmax(190px, 1fr);
	grid-template-columns: repeat(12, 1fr);
	grid-template-rows: repeat(2, minmax(190px, 1fr));
}

.ss-gallery figure {
	border-radius: var(--ss-radius-md);
	grid-column: span 4;
	margin: 0;
	overflow: hidden;
	position: relative;
}

.ss-gallery figure:first-child {
	grid-column: span 8;
	grid-row: span 2;
}

.ss-gallery img {
	border-radius: inherit;
	height: 100%;
	object-fit: cover;
	transition: transform 400ms ease;
	width: 100%;
}

.ss-gallery figcaption {
	align-items: flex-end;
	background: linear-gradient(180deg, transparent 0%, rgba(5, 17, 29, 0.84) 100%);
	bottom: 0;
	color: var(--ss-white);
	display: flex;
	font-size: 0.82rem;
	font-weight: 800;
	left: 0;
	letter-spacing: 0.015em;
	line-height: 1.25;
	min-height: 46%;
	padding: 42px 18px 15px;
	pointer-events: none;
	position: absolute;
	right: 0;
	text-shadow: 0 1px 12px rgba(0, 0, 0, 0.55);
	z-index: 1;
}

.ss-gallery figure:hover img {
	transform: scale(1.025);
}

.ss-gallery--owner-led figure:first-child,
.ss-gallery--owner-led figure:nth-child(2) {
	grid-column: span 6;
	grid-row: span 2;
}

.ss-project-feature {
	background:
		radial-gradient(circle at 92% 12%, rgba(29, 121, 170, 0.12), transparent 34%),
		linear-gradient(145deg, #f8fbfc 0%, #fff 62%, #fff3eb 100%);
	border-bottom: 1px solid rgba(23, 99, 143, 0.12);
}

.ss-project-feature__layout {
	align-items: center;
	display: grid;
	gap: clamp(34px, 6vw, 76px);
	grid-template-columns: minmax(0, 1.18fr) minmax(300px, 0.82fr);
}

.ss-project-feature__media {
	border-radius: var(--ss-radius-lg);
	box-shadow: 0 26px 64px rgba(7, 22, 36, 0.16);
	margin: 0;
	overflow: hidden;
	position: relative;
}

.ss-project-feature__media::after {
	background: linear-gradient(180deg, transparent 52%, rgba(5, 17, 29, 0.78) 100%);
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
}

.ss-project-feature__media img {
	aspect-ratio: 1.7 / 1;
	display: block;
	object-fit: cover;
	width: 100%;
}

.ss-project-feature__media figcaption {
	bottom: 0;
	color: var(--ss-white);
	font-size: 0.82rem;
	font-weight: 800;
	left: 0;
	letter-spacing: 0.015em;
	padding: 22px;
	position: absolute;
	right: 0;
	z-index: 1;
}

.ss-project-feature__copy p {
	color: var(--ss-muted);
	font-size: 1.04rem;
	line-height: 1.75;
	max-width: 36rem;
}

.ss-cta {
	background:
		linear-gradient(112deg, rgba(7, 22, 36, 0.97), rgba(16, 55, 84, 0.88)),
		var(--ss-cta-image, none);
	background-position: center;
	background-size: cover;
	border-radius: var(--ss-radius-lg);
	box-shadow: var(--ss-shadow-md);
	color: var(--ss-white);
	display: grid;
	gap: 30px;
	grid-template-columns: minmax(0, 1fr) auto;
	padding: clamp(34px, 6vw, 68px);
}

.ss-cta :where(h2, h3, p, strong) {
	color: var(--ss-white);
}

.ss-cta p {
	margin-bottom: 0;
	opacity: 0.8;
}

.ss-cta__actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: flex-end;
}

.ss-contact-grid {
	align-items: start;
	display: grid;
	gap: clamp(30px, 6vw, 72px);
	grid-template-columns: minmax(0, 0.85fr) minmax(320px, 1.15fr);
	position: relative;
}

.ss-contact-card {
	align-items: center;
	background: linear-gradient(145deg, var(--ss-white), var(--ss-cloud));
	border: 1px solid var(--ss-line);
	border-radius: var(--ss-radius-md);
	box-shadow: 0 8px 24px rgba(7, 22, 36, 0.05);
	display: grid;
	gap: 17px;
	grid-template-columns: 50px minmax(0, 1fr);
	margin-bottom: 16px;
	padding: 24px;
}

.ss-contact-card__icon {
	align-items: center;
	background: linear-gradient(145deg, var(--ss-orange-100), var(--ss-sky-100));
	border: 1px solid rgba(23, 99, 143, 0.12);
	border-radius: 14px;
	color: var(--ss-orange-600);
	display: flex;
	height: 50px;
	justify-content: center;
	width: 50px;
}

.ss-contact-card__icon svg {
	height: 24px;
	width: 24px;
}

.ss-contact-card :where(h3, p) {
	margin-bottom: 0;
}

.ss-contact-card h3 {
	font-size: 1.08rem;
}

.ss-contact-card p {
	font-size: 0.94rem;
	line-height: 1.48;
}

.ss-form-card {
	backdrop-filter: none;
	background: var(--ss-white);
	border: 1px solid rgba(23, 99, 143, 0.14);
	box-shadow: 0 24px 64px rgba(7, 22, 36, 0.12);
	overflow: hidden;
	position: relative;
}

.ss-form-card::before {
	background: linear-gradient(90deg, var(--ss-orange-500), var(--ss-blue-600));
	content: "";
	height: 5px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.ss-site :where(input:not([type="submit"]), textarea, select) {
	background: var(--ss-white);
	border: 1px solid #c9d5dd;
	border-radius: 9px;
	box-shadow: none;
	color: var(--ss-ink);
	font: inherit;
	font-size: 0.94rem;
	min-height: 52px;
	padding: 12px 14px;
	width: 100%;
}

.ss-site textarea {
	min-height: 132px;
	resize: vertical;
}

.ss-site :where(input:not([type="submit"]), textarea, select):focus {
	border-color: var(--ss-blue-600);
	box-shadow: 0 0 0 3px rgba(29, 121, 170, 0.13);
	outline: none;
}

.ss-site label {
	color: var(--ss-navy-900);
	display: block;
	font-size: 0.82rem;
	font-weight: 800;
	margin-bottom: 7px;
}

.ss-site .wpcf7-form-control-wrap {
	display: block;
	margin-bottom: 15px;
}

.ss-site :where(input[type="submit"], button[type="submit"]) {
	background: var(--ss-orange-600);
	border: 0;
	border-radius: 999px;
	color: var(--ss-white);
	cursor: pointer;
	font: inherit;
	font-size: 0.88rem;
	font-weight: 850;
	min-height: 54px;
	padding: 13px 26px;
}

body.ss-revamp-active .ss-site .wpcf7 input[type="submit"] {
	background: var(--ss-orange-600) !important;
	border: 2px solid var(--ss-orange-600) !important;
	border-radius: 999px !important;
	box-shadow: 0 10px 24px rgba(194, 65, 12, 0.2) !important;
	color: var(--ss-white) !important;
	font-size: 0.86rem !important;
	font-weight: 850 !important;
	min-height: 52px !important;
	padding: 12px 26px !important;
	transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

body.ss-revamp-active .ss-site .wpcf7 input[type="submit"]:hover {
	background: #a9360a !important;
	border-color: #a9360a !important;
	box-shadow: 0 13px 28px rgba(194, 65, 12, 0.26) !important;
	transform: translateY(-1px);
}

.ss-site .wpcf7-not-valid-tip {
	color: #b3261e;
	font-size: 0.78rem;
	font-weight: 700;
	margin-top: 5px;
}

.ss-site .wpcf7-response-output {
	border-radius: 8px;
	font-size: 0.86rem;
	margin: 18px 0 0 !important;
	padding: 12px 14px !important;
}

.ss-blog-grid {
	display: grid;
	gap: clamp(22px, 3vw, 32px);
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 36px;
}

.ss-blog-grid__empty {
	background: var(--ss-cloud);
	border: 1px solid var(--ss-line);
	border-radius: var(--ss-radius-md);
	color: var(--ss-muted);
	padding: 28px;
	text-align: center;
}

.ss-blog-card {
	background: var(--ss-white);
	border: 1px solid var(--ss-line);
	border-radius: var(--ss-radius-md);
	box-shadow: 0 6px 20px rgba(7, 22, 36, 0.05);
	display: flex;
	flex-direction: column;
	height: 100%;
	overflow: hidden;
	transition: border-color 200ms ease, box-shadow 200ms ease, transform 200ms ease;
}

.ss-blog-card:hover {
	border-color: rgba(23, 99, 143, 0.36);
	box-shadow: var(--ss-shadow-md);
	transform: translateY(-5px);
}

.ss-site a.ss-blog-card__media {
	background: linear-gradient(145deg, var(--ss-navy-900), var(--ss-blue-600));
	display: block;
	overflow: hidden;
	text-decoration: none;
}

.ss-blog-card__media img,
.ss-blog-card__placeholder {
	aspect-ratio: 16 / 10;
	display: block;
	height: auto;
	object-fit: cover;
	transition: transform 350ms ease;
	width: 100%;
}

.ss-blog-card:hover .ss-blog-card__media img {
	transform: scale(1.035);
}

.ss-blog-card__placeholder {
	align-items: center;
	background:
		radial-gradient(circle at 78% 18%, rgba(255, 255, 255, 0.2), transparent 30%),
		linear-gradient(145deg, var(--ss-navy-900), var(--ss-blue-600));
	display: flex;
	justify-content: center;
}

.ss-blog-card__placeholder svg {
	fill: none;
	height: 72px;
	opacity: 0.74;
	stroke: var(--ss-white);
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2.5;
	width: 72px;
}

.ss-blog-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: clamp(23px, 3vw, 30px);
}

.ss-blog-card__meta {
	align-items: center;
	color: var(--ss-blue-700);
	display: flex;
	flex-wrap: wrap;
	font-size: 0.72rem;
	font-weight: 800;
	gap: 8px;
	letter-spacing: 0.07em;
	margin-bottom: 13px;
	text-transform: uppercase;
}

.ss-blog-card__meta time {
	color: var(--ss-muted);
}

.ss-site .ss-blog-card h2 {
	font-size: clamp(1.2rem, 2vw, 1.48rem);
	letter-spacing: -0.025em;
	line-height: 1.24;
	margin-bottom: 13px;
}

.ss-site .ss-blog-card h2 a {
	color: var(--ss-navy-900);
	text-decoration: none;
}

.ss-site .ss-blog-card h2 a:hover {
	color: var(--ss-blue-700);
}

.ss-blog-card__body > p {
	font-size: 0.9rem;
	line-height: 1.65;
}

.ss-site a.ss-blog-card__link {
	color: var(--ss-orange-600);
	font-size: 0.82rem;
	font-weight: 850;
	margin-top: auto;
	padding-top: 8px;
	text-decoration: none;
}

.ss-site a.ss-blog-card__link:hover {
	color: #b9380b;
}

.ss-mobile-actions {
	display: none;
}

@media (max-width: 1100px) {
	.ss-grid--4,
	.ss-process {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ss-process__step:nth-child(2)::after {
		display: none;
	}
}

@media (max-width: 1000px) {
	.ss-trustframe-embed iframe[data-trustframe-brand] {
		height: 180px !important;
	}

	body.ss-revamp-active #header-secondary-outer {
		display: none !important;
	}

	body.ss-revamp-active #header-outer #top > .container {
		padding-inline: 16px !important;
	}

	body.ss-revamp-active #header-outer #top .row {
		min-height: 76px;
	}

	body.ss-revamp-active #header-outer #top .col.span_3 {
		flex: 1 1 auto;
		width: auto;
	}

	body.ss-revamp-active #header-outer #top #logo {
		height: 76px !important;
	}

	body.ss-revamp-active #header-outer #top #logo img {
		height: 58px !important;
		max-height: 58px !important;
	}

	body.ss-revamp-active #header-outer #top .col.span_9 {
		flex: 0 0 auto;
	}

	body.ss-revamp-active #header-outer #top .slide-out-widget-area-toggle {
		align-items: center;
		display: flex;
		height: 76px;
	}

	body.ss-revamp-active #header-outer #top .slide-out-widget-area-toggle > div > a {
		align-items: center;
		background: var(--ss-cloud);
		border: 1px solid var(--ss-line);
		border-radius: 12px;
		display: flex;
		height: 44px;
		justify-content: center;
		width: 44px;
	}

	body.ss-revamp-active #header-outer .lines-button::after,
	body.ss-revamp-active #header-outer .lines::before,
	body.ss-revamp-active #header-outer .lines::after {
		background-color: var(--ss-navy-900) !important;
	}

	body.ss-revamp-active #slide-out-widget-area-bg {
		opacity: 1 !important;
	}

	body.ss-revamp-active #slide-out-widget-area-bg .bg-inner {
		background: linear-gradient(160deg, #071624 0%, #0a2136 62%, #103754 100%) !important;
	}

	body.ss-revamp-active #slide-out-widget-area.fullscreen-alt {
		color: #fff;
	}

	body.ss-revamp-active #slide-out-widget-area.fullscreen-alt .inner-wrap {
		padding: 34px 24px 110px !important;
	}

	body.ss-revamp-active #slide-out-widget-area.fullscreen-alt .nectar-header-text-content {
		display: none !important;
	}

	body.ss-revamp-active #slide-out-widget-area.fullscreen-alt .nectar-header-text-content > div,
	body.ss-revamp-active #slide-out-widget-area.fullscreen-alt .nectar-header-text-content a {
		background: transparent !important;
		border: 0 !important;
		box-shadow: none !important;
	}

	body.ss-revamp-active #slide-out-widget-area.fullscreen-alt .menu-wrap > .menu > li {
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	}

	body.ss-revamp-active #slide-out-widget-area.fullscreen-alt .menu-wrap > .menu > li > a {
		color: rgba(255, 255, 255, 0.84) !important;
		font-family: var(--ss-font-sans) !important;
		font-size: clamp(1.65rem, 8vw, 2rem) !important;
		font-weight: 750 !important;
		letter-spacing: -0.035em;
		line-height: 1.1 !important;
		padding: 10px 0 !important;
	}

	body.ss-revamp-active #slide-out-widget-area.fullscreen-alt .menu-wrap > .menu > li.current-menu-item > a,
	body.ss-revamp-active #slide-out-widget-area.fullscreen-alt .menu-wrap > .menu > li > a:hover,
	body.ss-revamp-active #slide-out-widget-area.fullscreen-alt .menu-wrap > .menu > li > a:focus-visible {
		color: #fff !important;
	}

	body.ss-revamp-active #slide-out-widget-area.fullscreen-alt .menu-wrap > .menu > li.current-menu-item > a::after {
		background: var(--ss-orange-500);
		border-radius: 999px;
		content: "";
		display: inline-block;
		height: 3px;
		margin-left: 12px;
		vertical-align: middle;
		width: 28px;
	}
}

@media (max-width: 900px) {
	.ss-footer-resources {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ss-footer-resources__intro {
		grid-column: 1 / -1;
	}

	.ss-download-panel {
		grid-template-columns: 1fr;
	}

	.ss-download-panel .ss-button {
		justify-self: start;
	}

	.ss-site {
		font-size: 17px;
	}

	.ss-hero {
		background: linear-gradient(135deg, #0a2136, #17638f);
		min-height: auto;
	}

	.ss-hero::before {
		background: linear-gradient(180deg, rgba(7, 22, 36, 0.7) 0%, rgba(7, 22, 36, 0.88) 48%, rgba(7, 22, 36, 0.98) 100%);
	}

	.ss-hero__media {
		height: 100%;
		min-height: 100%;
		object-position: 62% center;
	}

	.ss-hero .ss-shell,
	.ss-split,
	.ss-contact-grid,
	.ss-project-feature__layout {
		grid-template-columns: 1fr;
	}

	.ss-hero__card {
		max-width: 620px;
	}

	.ss-split--reverse .ss-split__media {
		order: initial;
	}

	.ss-trust-bar .ss-shell,
	.ss-grid--3,
	.ss-blog-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ss-trust-item:nth-child(2) {
		border-right: 0;
	}

	.ss-trust-item:last-child {
		grid-column: 1 / -1;
	}

	.ss-cta {
		grid-template-columns: 1fr;
	}

	.ss-cta__actions {
		justify-content: flex-start;
	}
}

@media (max-width: 690px) {
	body.ss-revamp-active #footer-outer #footer-widgets {
		padding: 46px 0 34px;
	}

	.ss-footer-resources {
		gap: 32px;
		grid-template-columns: 1fr;
	}

	.ss-footer-resources__intro {
		grid-column: auto;
	}

	.ss-footer-resources__button {
		min-height: 49px;
		width: 100%;
	}

	.ss-download-panel .ss-button {
		justify-self: stretch;
		white-space: normal;
		width: 100%;
	}

	.ss-site .ss-section--tight .ss-prose:has(> .ss-area-links) {
		border-radius: 22px;
		padding: 27px 18px 20px;
	}

	.ss-site .ss-prose > .ss-area-links {
		display: grid;
		gap: 10px;
		grid-template-columns: minmax(0, 1fr);
		margin-top: 22px;
		width: 100%;
	}

	.ss-site .ss-prose > .ss-area-links > li {
		width: 100%;
	}

	.ss-site .ss-prose > .ss-area-links > li > a {
		border-radius: 14px;
		font-size: 0.86rem;
		line-height: 1.35;
		min-height: 54px;
		padding: 13px 15px;
		text-align: left;
		width: 100%;
	}

	body.ss-revamp-active {
		padding-bottom: var(--ss-mobile-action-height);
	}

	body.ss-revamp-active #header-outer .sf-menu > li:last-child > a::before {
		display: none;
	}

	.ss-site h1 {
		font-size: clamp(2.25rem, 11vw, 3rem);
		line-height: 1.03;
	}

	.ss-site h2 {
		font-size: clamp(1.85rem, 9vw, 2.55rem);
	}

	.ss-section,
	.ss-site > section {
		padding-block: 68px;
	}

	.ss-hero {
		padding-block: 58px 64px;
	}

	.ss-hero .ss-shell {
		gap: 32px;
	}

	.ss-hero__summary,
	.ss-hero .ss-lead {
		font-size: 1.02rem;
		line-height: 1.62;
	}

	.ss-hero__actions {
		display: none;
	}

	.ss-hero__actions .ss-button,
	.ss-actions .ss-button {
		min-height: 54px;
		padding: 13px 18px;
		width: 100%;
	}

	.ss-hero__card {
		border-radius: 22px;
		padding: 26px 22px;
	}

	.ss-contact-card {
		padding: 21px;
	}

	.ss-form-card {
		border-radius: 22px;
		padding: 29px 21px 25px;
	}

	.ss-trust-bar .ss-shell,
	.ss-grid--2,
	.ss-grid--3,
	.ss-grid--4,
	.ss-blog-grid,
	.ss-process,
	.ss-stat-grid {
		grid-template-columns: 1fr;
	}

	.ss-trust-item,
	.ss-trust-item:nth-child(2) {
		border-bottom: 1px solid var(--ss-line);
		border-right: 0;
		justify-content: flex-start;
		padding-block: 12px;
	}

	.ss-trust-item:last-child {
		border-bottom: 0;
		grid-column: auto;
	}

	.ss-trustframe-embed {
		border-radius: 20px;
		padding: 6px;
	}

	.ss-site > section.ss-trustframe-section {
		padding-block: 42px;
	}

	.ss-trustframe-embed iframe[data-trustframe-brand] {
		height: 348px !important;
	}

	.ss-process__step::after {
		display: none;
	}

	.ss-split__media img {
		min-height: 330px;
	}

	.ss-split__media::before {
		inset: 14px -10px -14px 14px;
	}

	.ss-badge {
		bottom: -18px;
		left: 12px;
	}

	.ss-gallery {
		grid-auto-rows: 190px;
		grid-template-columns: 1fr;
		grid-template-rows: none;
	}

	.ss-gallery figure,
	.ss-gallery figure:first-child,
	.ss-gallery--owner-led figure:first-child,
	.ss-gallery--owner-led figure:nth-child(2) {
		grid-column: 1;
		grid-row: auto;
	}

	.ss-gallery--owner-led figure:first-child,
	.ss-gallery--owner-led figure:nth-child(2) {
		min-height: 250px;
	}

	.ss-project-feature__media {
		border-radius: 22px;
	}

	.ss-project-feature__media img {
		aspect-ratio: 1.55 / 1;
	}

	.ss-cta {
		border-radius: var(--ss-radius-md);
		padding: 32px 24px;
	}

	.ss-cta__actions .ss-button {
		width: 100%;
	}

	.ss-mobile-actions {
		align-items: stretch;
		background: var(--ss-white);
		border-top: 1px solid var(--ss-line);
		bottom: 0;
		box-shadow: 0 -10px 30px rgba(7, 22, 36, 0.16);
		display: grid;
		gap: 4px;
		grid-template-columns: 1fr 1fr;
		left: 0;
		padding: 9px max(9px, env(safe-area-inset-right)) max(9px, env(safe-area-inset-bottom)) max(9px, env(safe-area-inset-left));
		position: fixed;
		right: 0;
		z-index: 100000;
	}

	.ss-mobile-actions a {
		align-items: center;
		border-radius: 9px;
		display: flex;
		font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
		font-size: 0.78rem;
		font-weight: 850;
		gap: 8px;
		justify-content: center;
		letter-spacing: 0.01em;
		min-height: 49px;
		padding: 9px 10px;
		text-decoration: none;
	}

	.ss-mobile-actions svg {
		fill: currentColor;
		height: 19px;
		width: 19px;
	}

	.ss-mobile-actions__call {
		background: var(--ss-navy-900);
		color: var(--ss-white);
	}

	.ss-mobile-actions__estimate {
		background: var(--ss-orange-600);
		color: var(--ss-white);
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	.ss-site *,
	.ss-site *::before,
	.ss-site *::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}

@media print {
	.ss-mobile-actions,
	.ss-site .ss-actions,
	.ss-site .ss-hero__actions {
		display: none !important;
	}

	.ss-site {
		margin: 0;
		width: 100%;
	}
}
