:root {
	--pa-green: #24702a;
	--pa-green-dark: #174b1d;
	--pa-red: #e42130;
	--pa-ink: #111515;
	--pa-muted: #5b6664;
	--pa-line: #dce4e1;
	--pa-soft: #f4f7f5;
	--pa-white: #ffffff;
	--pa-shadow: 0 18px 55px rgba(18, 31, 28, 0.13);
}

body.page-id-1010 #main > .wgl-container,
body.page-id-1010 #main > .wgl-container > .row,
body.page-id-1010 #main-content,
body.page-id-1010 .elementor-1010,
body.page-id-1010 .elementor-1010 > .elementor-section,
body.page-id-1010 .elementor-1010 > .elementor-section > .elementor-container,
body.page-id-1010 .elementor-1010 > .elementor-section > .elementor-container > .elementor-column,
body.page-id-1010 .elementor-1010 > .elementor-section > .elementor-container > .elementor-column > .elementor-widget-wrap {
	width: 100%;
	max-width: 100%;
	margin-right: 0;
	margin-left: 0;
	padding-right: 0;
	padding-left: 0;
}

.pa-contact-page {
	--pa-contact-green: #23aa5a;
	--pa-contact-green-dark: #14763e;
	--pa-contact-ink: #101d18;
	--pa-contact-muted: #63736d;
	color: var(--pa-contact-ink);
	background: #fff;
	overflow: hidden;
}

.pa-contact-shell {
	width: min(1170px, calc(100% - 48px));
	margin-right: auto;
	margin-left: auto;
}

.pa-contact-hero {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 430px;
	padding: 92px 0 150px;
	color: #fff;
	background:
		linear-gradient(90deg, rgba(10, 23, 18, 0.86), rgba(10, 23, 18, 0.48)),
		url("/wp-content/uploads/pa-hero-refresh-20260522/pa-hero-treasury-transfer.jpg") center/cover no-repeat;
}

.pa-contact-hero::after {
	content: "";
	position: absolute;
	inset: auto 0 0;
	height: 120px;
	background: linear-gradient(180deg, rgba(16, 29, 24, 0), #fff);
	pointer-events: none;
}

.pa-contact-kicker {
	display: block;
	margin-bottom: 16px;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
	color: #48d982;
}

.pa-contact-hero h1 {
	max-width: 680px;
	margin: 0 0 20px;
	color: #fff;
	font-size: clamp(42px, 6vw, 76px);
	font-weight: 500;
	line-height: 1.05;
	letter-spacing: 0;
}

.pa-contact-hero p {
	max-width: 620px;
	margin: 0;
	color: rgba(255, 255, 255, 0.84);
	font-size: 18px;
	line-height: 1.7;
}

.pa-contact-cards {
	position: relative;
	z-index: 2;
	margin-top: -86px;
	padding-bottom: 82px;
}

.pa-contact-card-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.pa-contact-card {
	min-height: 220px;
	padding: 32px;
	color: #fff;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0)),
		linear-gradient(135deg, #27b864, #168449);
	border: 1px solid rgba(255, 255, 255, 0.2);
	box-shadow: 0 22px 55px rgba(10, 35, 24, 0.16);
}

.pa-contact-card__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 54px;
	height: 54px;
	margin-bottom: 24px;
	color: var(--pa-contact-green);
	background: #fff;
	border-radius: 50%;
	font-size: 20px;
}

.pa-contact-card h2 {
	margin: 0 0 12px;
	color: #fff;
	font-size: 24px;
	line-height: 1.2;
}

.pa-contact-card p,
.pa-contact-card a {
	margin: 0;
	color: rgba(255, 255, 255, 0.86);
	font-size: 15px;
	line-height: 1.65;
}

.pa-contact-card a:hover,
.pa-contact-card a:focus {
	color: #fff;
}

.pa-contact-main {
	padding: 96px 0 120px;
	background: #f3f8f5;
}

.pa-contact-layout {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
	gap: 44px;
	align-items: stretch;
}

.pa-contact-panel {
	padding: 42px;
	background: #fff;
	border: 1px solid rgba(16, 29, 24, 0.08);
	box-shadow: 0 20px 55px rgba(10, 35, 24, 0.08);
}

.pa-contact-panel h2 {
	margin: 0 0 14px;
	font-size: 36px;
	line-height: 1.18;
	letter-spacing: 0;
}

.pa-contact-panel > p {
	margin: 0 0 30px;
	color: var(--pa-contact-muted);
	font-size: 16px;
	line-height: 1.75;
}

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

.pa-contact-form label {
	display: block;
	margin: 0;
	color: var(--pa-contact-ink);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2;
}

.pa-contact-form input,
.pa-contact-form textarea {
	width: 100%;
	margin-top: 10px;
	padding: 14px 16px;
	color: var(--pa-contact-ink);
	background: #f8fbf9;
	border: 1px solid rgba(16, 29, 24, 0.12);
	border-radius: 0;
	font: inherit;
}

.pa-contact-form textarea,
.pa-contact-form .pa-contact-form__wide {
	grid-column: 1 / -1;
}

.pa-contact-form textarea {
	min-height: 150px;
	resize: vertical;
}

.pa-contact-submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	min-width: 154px;
	min-height: 54px;
	padding: 16px 28px;
	color: #fff;
	background: var(--pa-contact-green);
	border: 0;
	border-radius: 999px;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
	cursor: pointer;
}

.pa-contact-submit:hover,
.pa-contact-submit:focus {
	background: var(--pa-contact-green-dark);
}

.pa-contact-info {
	display: grid;
	grid-template-rows: auto 1fr;
	gap: 22px;
}

.pa-contact-directory {
	display: grid;
	gap: 16px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.pa-contact-directory li {
	display: grid;
	grid-template-columns: 46px minmax(0, 1fr);
	gap: 16px;
	align-items: start;
	padding: 18px;
	background: #fff;
	border: 1px solid rgba(16, 29, 24, 0.08);
}

.pa-contact-directory i {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	color: var(--pa-contact-green);
	background: rgba(35, 170, 90, 0.11);
	border-radius: 50%;
}

.pa-contact-directory strong {
	display: block;
	margin-bottom: 5px;
	color: var(--pa-contact-ink);
	font-size: 15px;
}

.pa-contact-directory span,
.pa-contact-directory a {
	color: var(--pa-contact-muted);
	font-size: 15px;
	line-height: 1.55;
}

.pa-contact-directory a:hover,
.pa-contact-directory a:focus {
	color: var(--pa-contact-green);
}

.pa-contact-map {
	min-height: 330px;
	overflow: hidden;
	background: #dbe5df;
	border: 1px solid rgba(16, 29, 24, 0.08);
}

.pa-contact-map iframe {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 330px;
	border: 0;
	filter: grayscale(0.45);
}

@media (max-width: 1024px) {
	.pa-contact-card-grid,
	.pa-contact-layout {
		grid-template-columns: 1fr;
	}

	.pa-contact-cards {
		padding-bottom: 62px;
	}
}

@media (max-width: 767px) {
	body.page-id-1010 #main,
	body.page-id-1010 #main > .wgl-container,
	body.page-id-1010 #main > .wgl-container > .row,
	body.page-id-1010 #main-content,
	body.page-id-1010 .elementor-1010 {
		width: 100% !important;
		max-width: 100% !important;
		margin-right: 0 !important;
		margin-left: 0 !important;
		padding-right: 0 !important;
		padding-left: 0 !important;
		overflow-x: hidden !important;
	}

	.pa-contact-shell {
		width: min(calc(100vw - 36px), 390px);
	}

	.pa-contact-hero {
		min-height: 360px;
		padding: 70px 0 118px;
		background-position: 62% center;
		text-align: left;
	}

	.pa-contact-hero h1 {
		max-width: 330px;
		font-size: 40px;
		line-height: 1.08;
	}

	.pa-contact-hero p {
		max-width: 330px;
		font-size: 15px;
		line-height: 1.65;
	}

	.pa-contact-cards {
		margin-top: -62px;
		padding-bottom: 54px;
	}

	.pa-contact-card-grid {
		gap: 16px;
	}

	.pa-contact-card,
	.pa-contact-panel {
		padding: 26px 22px;
	}

	.pa-contact-card {
		min-height: auto;
	}

	.pa-contact-card h2 {
		font-size: 22px;
	}

	.pa-contact-main {
		padding: 62px 0 84px;
	}

	.pa-contact-layout {
		gap: 24px;
	}

	.pa-contact-panel h2 {
		font-size: 30px;
	}

	.pa-contact-form {
		grid-template-columns: 1fr;
	}

	.pa-contact-submit {
		width: 100%;
	}

	.pa-contact-directory li {
		grid-template-columns: 42px minmax(0, 1fr);
		gap: 14px;
		padding: 16px;
	}

	.pa-contact-directory i {
		width: 42px;
		height: 42px;
	}

	.pa-contact-map,
	.pa-contact-map iframe {
		min-height: 280px;
	}
}

@media (max-width: 767px) {
	html body.page-id-1409.elementor-page.elementor-page-1409 .elementor-element-4f474a6 .elementor-button-link,
	html body.page-id-1409.elementor-page.elementor-page-1409 .elementor-element-4f474a6 .elementor-button,
	html body.page-id-1409.elementor-page.elementor-page-1409 .pa-home-button {
		box-sizing: border-box !important;
		display: inline-flex !important;
		align-items: center !important;
		justify-content: center !important;
		min-height: 48px !important;
		height: 48px !important;
		padding: 2px 24px 0 !important;
		line-height: 1 !important;
		vertical-align: middle !important;
	}

	html body.page-id-1409.elementor-page.elementor-page-1409 .elementor-element-4f474a6 .elementor-button-text,
	html body.page-id-1409.elementor-page.elementor-page-1409 .elementor-element-4f474a6 .elementor-button-content-wrapper,
	html body.page-id-1409.elementor-page.elementor-page-1409 .pa-home-button,
	html body.page-id-1409.elementor-page.elementor-page-1409 .pa-home-button * {
		line-height: 1 !important;
	}

	html body.page-id-1409.elementor-page.elementor-page-1409 .pa-faq-redesign {
		position: relative !important;
		z-index: 12 !important;
		overflow: visible !important;
		padding-bottom: 138px !important;
	}

	html body.page-id-1409.elementor-page.elementor-page-1409 .pa-partners-banner {
		z-index: 60 !important;
		width: min(calc(100vw - 40px), 390px) !important;
		min-height: 164px !important;
		bottom: -82px !important;
		overflow: hidden !important;
	}

	html body.page-id-1409.elementor-page.elementor-page-1409 .pa-partners-window,
	html body.page-id-1409.elementor-page.elementor-page-1409 .pa-partners-revolver {
		min-height: 164px !important;
		overflow: hidden !important;
	}

	html body.page-id-1409.elementor-page.elementor-page-1409 .pa-partners-window {
		display: flex !important;
		align-items: center !important;
	}

	html body.page-id-1409.elementor-page.elementor-page-1409 .pa-partners-group {
		gap: 34px !important;
		padding-right: 34px !important;
	}

	html body.page-id-1409.elementor-page.elementor-page-1409 .pa-partner-logo img {
		width: 132px !important;
		padding: 9px 10px !important;
	}

	html body.page-id-1409.elementor-page.elementor-page-1409 .elementor-element-2654097 {
		position: relative !important;
		z-index: 1 !important;
		padding-top: 146px !important;
		overflow: visible !important;
	}

	html body.page-id-1409.elementor-page.elementor-page-1409 .pa-footer-redesign .pa-footer-newsletter,
	html body.page-id-1409.elementor-page.elementor-page-1409 .pa-footer-redesign .pa-footer-grid,
	html body.page-id-1409.elementor-page.elementor-page-1409 .pa-footer-redesign .pa-footer-bottom__inner,
	html body.page-id-1010.elementor-page.elementor-page-1010 .pa-footer-redesign .pa-footer-newsletter,
	html body.page-id-1010.elementor-page.elementor-page-1010 .pa-footer-redesign .pa-footer-grid,
	html body.page-id-1010.elementor-page.elementor-page-1010 .pa-footer-redesign .pa-footer-bottom__inner {
		width: min(calc(100vw - 40px), 390px) !important;
		max-width: min(calc(100vw - 40px), 390px) !important;
		margin-right: auto !important;
		margin-left: auto !important;
	}

	html body.page-id-1409.elementor-page.elementor-page-1409 .pa-footer-redesign .pa-footer-newsletter,
	html body.page-id-1010.elementor-page.elementor-page-1010 .pa-footer-redesign .pa-footer-newsletter {
		box-shadow: none !important;
	}

	html body.page-id-1409.elementor-page.elementor-page-1409 .pa-footer-redesign .pa-footer-newsletter__inner,
	html body.page-id-1010.elementor-page.elementor-page-1010 .pa-footer-redesign .pa-footer-newsletter__inner {
		justify-items: center !important;
		text-align: center !important;
		padding: 32px 22px !important;
	}

	html body.page-id-1409.elementor-page.elementor-page-1409 .pa-footer-redesign .pa-footer-newsletter h2,
	html body.page-id-1409.elementor-page.elementor-page-1409 .pa-footer-redesign .pa-footer-newsletter__form,
	html body.page-id-1010.elementor-page.elementor-page-1010 .pa-footer-redesign .pa-footer-newsletter h2,
	html body.page-id-1010.elementor-page.elementor-page-1010 .pa-footer-redesign .pa-footer-newsletter__form {
		width: 100% !important;
		text-align: center !important;
	}

	html body.page-id-1409.elementor-page.elementor-page-1409 .pa-footer-redesign .pa-footer-newsletter button,
	html body.page-id-1010.elementor-page.elementor-page-1010 .pa-footer-redesign .pa-footer-newsletter button {
		display: inline-flex !important;
		align-items: center !important;
		justify-content: center !important;
		line-height: 1 !important;
	}

	html body.page-id-1409.elementor-page.elementor-page-1409 .pa-footer-redesign .pa-footer-grid,
	html body.page-id-1010.elementor-page.elementor-page-1010 .pa-footer-redesign .pa-footer-grid {
		gap: 28px !important;
	}

	html body.page-id-1409.elementor-page.elementor-page-1409 .pa-footer-redesign .pa-footer-col h3,
	html body.page-id-1010.elementor-page.elementor-page-1010 .pa-footer-redesign .pa-footer-col h3 {
		margin-bottom: 16px !important;
	}

	html body.page-id-1409.elementor-page.elementor-page-1409 .pa-footer-redesign .pa-footer-links,
	html body.page-id-1010.elementor-page.elementor-page-1010 .pa-footer-redesign .pa-footer-links {
		display: grid !important;
		grid-template-columns: 1fr !important;
		gap: 10px !important;
	}

	html body.page-id-1409.elementor-page.elementor-page-1409 .pa-footer-redesign .pa-footer-links a,
	html body.page-id-1010.elementor-page.elementor-page-1010 .pa-footer-redesign .pa-footer-links a {
		display: flex !important;
		align-items: center !important;
		gap: 10px !important;
		min-height: 46px !important;
		padding: 12px 14px !important;
		border: 1px solid rgba(255, 255, 255, 0.11) !important;
		border-radius: 8px !important;
		background: rgba(255, 255, 255, 0.045) !important;
		color: #e7f0eb !important;
		line-height: 1.25 !important;
	}

	html body.page-id-1409.elementor-page.elementor-page-1409 .pa-footer-redesign .pa-footer-links i,
	html body.page-id-1010.elementor-page.elementor-page-1010 .pa-footer-redesign .pa-footer-links i {
		display: inline-flex !important;
		flex: 0 0 24px !important;
		align-items: center !important;
		justify-content: center !important;
		width: 24px !important;
		height: 24px !important;
		border-radius: 50% !important;
		background: rgba(0, 168, 90, 0.16) !important;
		color: #2fc878 !important;
	}

	html body.page-id-1409.elementor-page.elementor-page-1409 .pa-footer-redesign .pa-footer-links a:hover,
	html body.page-id-1409.elementor-page.elementor-page-1409 .pa-footer-redesign .pa-footer-links a:focus,
	html body.page-id-1010.elementor-page.elementor-page-1010 .pa-footer-redesign .pa-footer-links a:hover,
	html body.page-id-1010.elementor-page.elementor-page-1010 .pa-footer-redesign .pa-footer-links a:focus {
		border-color: rgba(0, 168, 90, 0.45) !important;
		background: rgba(0, 168, 90, 0.12) !important;
		color: #ffffff !important;
	}

	html body.page-id-1409.elementor-page.elementor-page-1409 .pa-footer-redesign .pa-footer-bottom__links,
	html body.page-id-1010.elementor-page.elementor-page-1010 .pa-footer-redesign .pa-footer-bottom__links {
		display: none !important;
	}
}

@media (max-width: 1270px) {
	html body.page-id-1409 .mobile_nav_wrapper .header_search.search_mobile_menu,
	html body.page-id-1409 .mobile_nav_wrapper .header_search.search_mobile_menu .header_search-field,
	html body.page-id-1409 .mobile_nav_wrapper .header_search.search_mobile_menu .search-form,
	html body.page-id-1010 .mobile_nav_wrapper .header_search.search_mobile_menu,
	html body.page-id-1010 .mobile_nav_wrapper .header_search.search_mobile_menu .header_search-field,
	html body.page-id-1010 .mobile_nav_wrapper .header_search.search_mobile_menu .search-form {
		display: none !important;
	}
}

html {
	scroll-behavior: smooth;
}

body.pa-home {
	margin: 0;
	color: var(--pa-ink);
	background: var(--pa-white);
	font-family: Inter, "Segoe UI", Arial, sans-serif;
	letter-spacing: 0;
}

body.pa-home * {
	box-sizing: border-box;
}

body.pa-home a {
	color: inherit;
	text-decoration: none;
}

.pa-shell {
	width: min(1180px, calc(100% - 40px));
	margin: 0 auto;
}

.pa-skip-link {
	position: absolute;
	left: 12px;
	top: -48px;
	z-index: 50;
	padding: 10px 14px;
	background: var(--pa-ink);
	color: var(--pa-white);
}

.pa-skip-link:focus {
	top: 8px;
}

.pa-site-header {
	position: sticky;
	top: 0;
	z-index: 30;
	background: rgba(255, 255, 255, 0.96);
	border-bottom: 1px solid var(--pa-line);
	backdrop-filter: blur(12px);
}

body.admin-bar .pa-site-header {
	top: 32px;
}

.pa-topbar {
	background: var(--pa-ink);
	color: rgba(255, 255, 255, 0.86);
	font-size: 13px;
}

.pa-topbar__inner {
	min-height: 38px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 18px;
}

.pa-topbar a {
	color: var(--pa-white);
	font-weight: 700;
}

.pa-nav {
	min-height: 88px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
}

.pa-brand {
	display: flex;
	align-items: center;
	flex: 0 0 auto;
}

.pa-brand img {
	width: 240px;
	max-width: 42vw;
	height: auto;
	display: block;
}

.pa-menu {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 4px;
	font-size: 13px;
	font-weight: 800;
	text-transform: uppercase;
}

.pa-menu__link,
.pa-menu__button {
	min-height: 44px;
	display: inline-flex;
	align-items: center;
	border: 0;
	border-radius: 6px;
	padding: 0 12px;
	background: transparent;
	color: var(--pa-ink);
	font: inherit;
	letter-spacing: 0;
	cursor: pointer;
}

.pa-menu__button::after {
	content: "";
	width: 7px;
	height: 7px;
	margin-left: 8px;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	transform: rotate(45deg) translateY(-2px);
}

.pa-menu__link:hover,
.pa-menu__button:hover,
.pa-menu__group:focus-within .pa-menu__button {
	background: var(--pa-soft);
	color: var(--pa-green);
}

.pa-menu__group {
	position: relative;
}

.pa-menu__dropdown {
	position: absolute;
	top: calc(100% + 10px);
	left: 0;
	width: 250px;
	padding: 8px;
	background: var(--pa-white);
	border: 1px solid var(--pa-line);
	border-radius: 8px;
	box-shadow: var(--pa-shadow);
	opacity: 0;
	visibility: hidden;
	transform: translateY(-6px);
	transition: opacity 0.16s ease, transform 0.16s ease, visibility 0.16s ease;
}

.pa-menu__group:hover .pa-menu__dropdown,
.pa-menu__group:focus-within .pa-menu__dropdown,
.pa-menu__group.is-open .pa-menu__dropdown {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.pa-menu__dropdown a {
	display: block;
	padding: 11px 12px;
	border-radius: 6px;
	color: var(--pa-muted);
	text-transform: none;
	font-weight: 750;
}

.pa-menu__dropdown a:hover,
.pa-menu__dropdown a:focus {
	background: var(--pa-green);
	color: var(--pa-white);
}

.pa-menu-toggle {
	display: none;
	width: 44px;
	height: 44px;
	border: 1px solid var(--pa-line);
	border-radius: 6px;
	background: var(--pa-white);
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 5px;
}

.pa-menu-toggle span:not(.screen-reader-text) {
	width: 20px;
	height: 2px;
	background: var(--pa-ink);
}

.pa-hero {
	position: relative;
	min-height: 660px;
	display: flex;
	align-items: center;
	isolation: isolate;
	background: var(--pa-ink);
	color: var(--pa-white);
	overflow: hidden;
}

.pa-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -2;
	background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.78), rgba(0, 0, 0, 0.42), rgba(0, 0, 0, 0.16)), var(--pa-hero-image);
	background-size: cover;
	background-position: center;
}

.pa-hero::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 9px;
	background: linear-gradient(90deg, var(--pa-green) 0 54%, var(--pa-red) 54% 72%, var(--pa-ink) 72%);
}

.pa-hero__inner {
	padding: 120px 0 132px;
}

.pa-eyebrow,
.pa-kicker {
	margin: 0 0 14px;
	color: var(--pa-green);
	font-size: 13px;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.pa-hero .pa-eyebrow {
	color: #baf0c2;
}

.pa-hero h1 {
	max-width: 760px;
	margin: 0;
	color: var(--pa-white);
	font-size: clamp(44px, 7vw, 86px);
	line-height: 0.98;
	font-weight: 900;
	letter-spacing: 0;
}

.pa-hero__lead {
	max-width: 650px;
	margin: 24px 0 0;
	color: rgba(255, 255, 255, 0.88);
	font-size: clamp(18px, 2.2vw, 23px);
	line-height: 1.48;
}

.pa-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 34px;
}

.pa-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0 18px;
	border: 1px solid transparent;
	border-radius: 6px;
	font-weight: 850;
}

.pa-button--primary {
	background: var(--pa-red);
	color: var(--pa-white);
}

.pa-button--light {
	background: var(--pa-white);
	color: var(--pa-ink);
}

.pa-button--outline {
	border-color: var(--pa-line);
	background: var(--pa-white);
	color: var(--pa-ink);
}

.pa-button:hover,
.pa-button:focus {
	transform: translateY(-1px);
	box-shadow: 0 10px 24px rgba(17, 21, 21, 0.14);
}

.pa-metrics {
	background: var(--pa-white);
	border-bottom: 1px solid var(--pa-line);
}

.pa-metrics__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}

.pa-metrics__grid div {
	min-height: 126px;
	padding: 28px 24px;
	border-left: 1px solid var(--pa-line);
}

.pa-metrics__grid div:last-child {
	border-right: 1px solid var(--pa-line);
}

.pa-metrics strong,
.pa-metrics span {
	display: block;
}

.pa-metrics strong {
	font-size: 24px;
	line-height: 1.1;
}

.pa-metrics span {
	margin-top: 8px;
	color: var(--pa-muted);
	font-size: 14px;
	line-height: 1.5;
}

.pa-section {
	padding: 92px 0;
}

.pa-section--intro,
.pa-section--opportunities {
	background: var(--pa-soft);
}

.pa-section--services,
.pa-section--updates {
	background: var(--pa-white);
}

.pa-section--process {
	background: var(--pa-ink);
	color: var(--pa-white);
}

.pa-split,
.pa-process-layout,
.pa-updates-layout,
.pa-contact-panel {
	display: grid;
	grid-template-columns: 0.95fr 1.05fr;
	gap: 56px;
	align-items: center;
}

.pa-split__text h2,
.pa-section-head h2,
.pa-process-layout h2,
.pa-updates-layout h2,
.pa-contact-panel h2 {
	margin: 0;
	font-size: clamp(32px, 4vw, 54px);
	line-height: 1.05;
	font-weight: 900;
	letter-spacing: 0;
}

.pa-split__text p,
.pa-process-layout p,
.pa-updates-layout p {
	margin: 20px 0 0;
	color: var(--pa-muted);
	font-size: 17px;
	line-height: 1.78;
}

.pa-process-layout p {
	color: rgba(255, 255, 255, 0.72);
}

.pa-link-row {
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
	margin-top: 26px;
}

.pa-link-row a {
	color: var(--pa-green);
	font-weight: 850;
}

.pa-image-stack {
	position: relative;
	min-height: 520px;
}

.pa-image-stack img {
	display: block;
	width: 100%;
	object-fit: cover;
	border-radius: 8px;
	box-shadow: var(--pa-shadow);
}

.pa-image-stack__main {
	height: 430px;
}

.pa-image-stack__small {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 44%;
	height: 230px;
	border: 8px solid var(--pa-soft);
}

.pa-section-head {
	max-width: 730px;
	margin-bottom: 34px;
}

.pa-section-head--row {
	max-width: none;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 24px;
}

.pa-card-grid {
	display: grid;
	gap: 18px;
}

.pa-card-grid--four {
	grid-template-columns: repeat(4, 1fr);
}

.pa-card {
	min-height: 260px;
	padding: 28px;
	border: 1px solid var(--pa-line);
	border-radius: 8px;
	background: var(--pa-white);
}

.pa-card span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background: rgba(36, 112, 42, 0.12);
	color: var(--pa-green);
	font-weight: 900;
}

.pa-card h3 {
	margin: 26px 0 12px;
	font-size: 22px;
	line-height: 1.2;
}

.pa-card p {
	margin: 0;
	color: var(--pa-muted);
	line-height: 1.65;
}

.pa-timeline {
	margin: 0;
	padding: 0;
	list-style: none;
	counter-reset: pa-step;
}

.pa-timeline li {
	position: relative;
	padding: 26px 0 26px 74px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.16);
	counter-increment: pa-step;
}

.pa-timeline li::before {
	content: counter(pa-step);
	position: absolute;
	left: 0;
	top: 24px;
	width: 44px;
	height: 44px;
	display: grid;
	place-items: center;
	border-radius: 50%;
	background: var(--pa-red);
	color: var(--pa-white);
	font-weight: 900;
}

.pa-timeline strong,
.pa-timeline span {
	display: block;
}

.pa-timeline strong {
	font-size: 20px;
}

.pa-timeline span {
	margin-top: 8px;
	color: rgba(255, 255, 255, 0.7);
	line-height: 1.58;
}

.pa-opportunity-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px;
}

.pa-opportunity {
	display: block;
	min-width: 0;
	border-radius: 8px;
	background: var(--pa-white);
	overflow: hidden;
	box-shadow: 0 1px 0 var(--pa-line);
}

.pa-opportunity img {
	display: block;
	width: 100%;
	aspect-ratio: 1.45 / 1;
	object-fit: cover;
}

.pa-opportunity span,
.pa-opportunity strong {
	display: block;
	padding: 0 22px;
}

.pa-opportunity span {
	padding-top: 22px;
	color: var(--pa-green);
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
}

.pa-opportunity strong {
	padding-top: 8px;
	padding-bottom: 24px;
	font-size: 22px;
	line-height: 1.25;
}

.pa-update-list {
	display: grid;
	gap: 12px;
}

.pa-update-list a {
	display: block;
	padding: 24px;
	border: 1px solid var(--pa-line);
	border-radius: 8px;
	background: var(--pa-white);
}

.pa-update-list span {
	color: var(--pa-green);
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
}

.pa-update-list strong {
	display: block;
	margin-top: 8px;
	font-size: 22px;
	line-height: 1.28;
}

.pa-section--contact {
	padding: 0 0 92px;
	background: var(--pa-white);
}

.pa-contact-panel {
	padding: 38px;
	border-radius: 8px;
	background: var(--pa-green-dark);
	color: var(--pa-white);
}

.pa-contact-panel .pa-kicker {
	color: #baf0c2;
}

.pa-contact-details {
	display: grid;
	gap: 12px;
	color: rgba(255, 255, 255, 0.82);
}

.pa-contact-details p {
	margin: 0;
	line-height: 1.5;
}

.pa-contact-details strong {
	display: block;
	color: var(--pa-white);
}

.pa-footer {
	padding: 28px 0;
	border-top: 1px solid var(--pa-line);
	background: var(--pa-ink);
	color: rgba(255, 255, 255, 0.78);
}

.pa-footer__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
}

.pa-footer img {
	width: 210px;
	max-width: 40vw;
	filter: invert(1);
}

.pa-footer p {
	margin: 6px 0;
	text-align: right;
}

.pa-footer a {
	margin-left: 16px;
	color: var(--pa-white);
	font-weight: 750;
}

@media (max-width: 1100px) {
	.pa-nav {
		min-height: 76px;
	}

	.pa-menu-toggle {
		display: inline-flex;
	}

	.pa-menu {
		position: absolute;
		left: 20px;
		right: 20px;
		top: calc(100% + 1px);
		display: none;
		max-height: calc(100vh - 128px);
		overflow: auto;
		padding: 10px;
		border: 1px solid var(--pa-line);
		border-radius: 0 0 8px 8px;
		background: var(--pa-white);
		box-shadow: var(--pa-shadow);
	}

	.pa-menu.is-open {
		display: block;
	}

	.pa-menu__link,
	.pa-menu__button {
		width: 100%;
		justify-content: space-between;
		min-height: 48px;
	}

	.pa-menu__group {
		width: 100%;
	}

	.pa-menu__dropdown {
		position: static;
		width: 100%;
		display: none;
		opacity: 1;
		visibility: visible;
		transform: none;
		box-shadow: none;
		margin: 0 0 8px;
	}

	.pa-menu__group.is-open .pa-menu__dropdown {
		display: block;
	}

	.pa-card-grid--four {
		grid-template-columns: repeat(2, 1fr);
	}

	.pa-split,
	.pa-process-layout,
	.pa-updates-layout,
	.pa-contact-panel {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 820px) {
	body.admin-bar .pa-site-header {
		top: 46px;
	}

	.pa-shell {
		width: min(100% - 28px, 1180px);
	}

	.pa-topbar {
		display: none;
	}

	.pa-brand img {
		width: 210px;
	}

	.pa-hero {
		min-height: 590px;
	}

	.pa-hero__inner {
		padding: 82px 0 100px;
	}

	.pa-metrics__grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.pa-metrics__grid div:nth-child(odd) {
		border-left: 1px solid var(--pa-line);
	}

	.pa-section {
		padding: 68px 0;
	}

	.pa-image-stack {
		min-height: 0;
	}

	.pa-image-stack__main {
		height: auto;
		aspect-ratio: 1.35 / 1;
	}

	.pa-image-stack__small {
		position: static;
		width: 100%;
		height: auto;
		aspect-ratio: 1.55 / 1;
		margin-top: 14px;
		border: 0;
	}

	.pa-section-head--row {
		display: block;
	}

	.pa-section-head--row .pa-button {
		margin-top: 20px;
	}

	.pa-opportunity-grid {
		grid-template-columns: 1fr;
	}

	.pa-footer__inner {
		display: block;
	}

	.pa-footer p {
		text-align: left;
	}

	.pa-footer a {
		margin: 0 16px 0 0;
	}
}

@media (max-width: 560px) {
	.pa-brand img {
		width: 176px;
		max-width: 68vw;
	}

	.pa-hero h1 {
		font-size: 42px;
	}

	.pa-hero__actions,
	.pa-link-row {
		display: grid;
	}

	.pa-button {
		width: 100%;
	}

	.pa-metrics__grid,
	.pa-card-grid--four {
		grid-template-columns: 1fr;
	}

	.pa-metrics__grid div,
	.pa-metrics__grid div:last-child {
		border-right: 1px solid var(--pa-line);
	}

	.pa-card {
		min-height: 0;
	}

	.pa-timeline li {
		padding-left: 60px;
	}

	.pa-contact-panel {
		padding: 26px;
	}
}

/* Imported TheGov Home 2 responsive refinements for the PA homepage. */
body.page-id-1409 {
	overflow-x: hidden;
}

/* PA homepage cleanup after importing the TheGov demo. */
body.page-id-1409 .elementor-element-cc4e347,
body.page-id-1409 .elementor-element-3d19b62,
body.page-id-1409 .elementor-element-c9d4208,
body.page-id-1409 .elementor-element-db744a5 {
	display: none !important;
}

body.page-id-1409 .elementor-element-76c431d {
	padding-right: 24px;
	padding-left: 24px;
}

body.page-id-1409 .elementor-element-76c431d .elementor-element-c612e6f .elementor-spacer-inner {
	height: 76px !important;
}

body.page-id-1409 .elementor-element-76c431d .elementor-element-e3bc44b .elementor-spacer-inner {
	height: 86px !important;
}

body.page-id-1409 .elementor-element-76c431d .elementor-element-06a2adf .elementor-spacer-inner {
	height: 64px !important;
}

body.page-id-1409 .elementor-element-76c431d .elementor-element-4aa1001 {
	margin: 0 !important;
}

body.page-id-1409 .elementor-element-76c431d .elementor-element-4aa1001 img {
	display: block;
	width: 100%;
	height: 420px;
	object-fit: cover;
	object-position: center;
	box-shadow: 0 24px 60px rgba(0, 0, 0, 0.24);
}

body.page-id-1409 .elementor-element-76c431d .elementor-element-51f8713 {
	margin: 0 0 22px !important;
}

body.page-id-1409 .elementor-element-76c431d .elementor-element-51f8713 .elementor-heading-title {
	max-width: 560px;
	text-align: left !important;
	font-size: 30px !important;
	line-height: 1.32 !important;
}

body.page-id-1409 .elementor-element-489b91a .elementor-element-30c2600 .elementor-spacer-inner,
body.page-id-1409 .elementor-element-63f781c .elementor-element-e01be10 .elementor-spacer-inner {
	height: 72px !important;
}

body.page-id-1409 .elementor-element-63f781c .elementor-element-c5835cb {
	margin-bottom: 0 !important;
}

body.page-id-1409 .elementor-element-63f781c .wgl-team {
	min-height: 0 !important;
}

body.page-id-1409 .elementor-element-8acab44 .wgl-events .events-post_featured img,
body.page-id-1409 .elementor-element-8acab44 .wgl-events .blog-post_media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

@media (min-width: 768px) {
	body.page-id-1409 .elementor-element-76c431d .elementor-element-4b90728 > .elementor-container {
		display: grid !important;
		grid-template-columns: minmax(300px, 0.85fr) minmax(460px, 1.15fr);
		align-items: center;
		gap: 64px;
		max-width: 1120px;
		margin-right: auto;
		margin-left: auto;
	}

	body.page-id-1409 .elementor-element-76c431d .elementor-element-4e2d49a,
	body.page-id-1409 .elementor-element-76c431d .elementor-element-d57823a {
		width: auto !important;
		max-width: none !important;
	}

	body.page-id-1409 .elementor-element-76c431d .elementor-element-4e2d49a > .elementor-widget-wrap,
	body.page-id-1409 .elementor-element-76c431d .elementor-element-d57823a > .elementor-widget-wrap {
		align-content: center;
	}

	body.page-id-1409 .elementor-element-76c431d .elementor-element-ab38fd8 {
		display: none !important;
	}
}

@media (min-width: 1271px) {
	body.page-id-1409 .wgl-theme-header .elementor-1923 .elementor-element-3b45e734 {
		background-color: #232323 !important;
		min-height: 40px;
	}

	body.page-id-1409 .wgl-theme-header .elementor-1923 .elementor-element-3b45e734 > .elementor-container,
	body.page-id-1409 .wgl-theme-header .elementor-1923 .elementor-element-523a729 > .elementor-container {
		display: flex;
		align-items: center;
		width: 100%;
		max-width: none;
	}

	body.page-id-1409 .wgl-theme-header .elementor-1923 .elementor-element-3b45e734 > .elementor-container {
		min-height: 40px;
	}

	body.page-id-1409 .wgl-theme-header .elementor-1923 .elementor-element-77170e22 .elementor-widget-wrap,
	body.page-id-1409 .wgl-theme-header .elementor-1923 .elementor-element-4229a1a5 .elementor-widget-wrap,
	body.page-id-1409 .wgl-theme-header .elementor-1923 .elementor-element-488de55 .elementor-widget-wrap {
		display: flex !important;
		align-items: center;
		flex-wrap: nowrap;
	}

	body.page-id-1409 .wgl-theme-header .elementor-1923 .elementor-element-4229a1a5 .elementor-widget-wrap {
		justify-content: flex-end;
	}

	body.page-id-1409 .wgl-theme-header .elementor-1923 .elementor-element-18fb245e,
	body.page-id-1409 .wgl-theme-header .elementor-1923 .elementor-element-100686a4,
	body.page-id-1409 .wgl-theme-header .elementor-1923 .elementor-element-2b142a15,
	body.page-id-1409 .wgl-theme-header .elementor-1923 .elementor-element-5f73627a,
	body.page-id-1409 .wgl-theme-header .elementor-1923 .elementor-element-2a53e32c,
	body.page-id-1409 .wgl-theme-header .elementor-1923 .elementor-element-797a9cc,
	body.page-id-1409 .wgl-theme-header .elementor-1923 .elementor-element-18ccfd2,
	body.page-id-1409 .wgl-theme-header .elementor-1923 .elementor-element-b7fd580,
	body.page-id-1409 .wgl-theme-header .elementor-1923 .elementor-element-09e98b4 {
		flex: 0 0 auto;
		width: auto !important;
		max-width: none !important;
	}

	body.page-id-1409 .wgl-theme-header .elementor-1923 .elementor-element-27c4f02 {
		display: flex !important;
		justify-content: center;
		flex: 1 1 auto;
		width: auto !important;
		max-width: none !important;
	}

	body.page-id-1409 .wgl-theme-header .elementor-1923 .primary-nav > ul {
		display: flex;
		align-items: center;
	}

	body.page-id-1409 .wgl-theme-header .elementor-1923 .elementor-element-3b45e734 a,
	body.page-id-1409 .wgl-theme-header .elementor-1923 .elementor-element-3b45e734 p {
		color: #fff !important;
	}
}

@media (max-width: 767px) {
	body.page-id-1409.elementor-page main .wgl-container,
	body.page-id-1409.elementor-page main .wgl-container.wgl-content-sidebar {
		width: 100% !important;
		max-width: 100vw !important;
		padding-right: 0 !important;
		padding-left: 0 !important;
		overflow-x: hidden;
	}

	body.page-id-1409 .elementor-element-76c431d {
		padding-right: 20px;
		padding-left: 20px;
	}

	body.page-id-1409 .elementor-element-76c431d .elementor-element-c612e6f .elementor-spacer-inner {
		height: 56px !important;
	}

	body.page-id-1409 .elementor-element-76c431d .elementor-element-e3bc44b .elementor-spacer-inner {
		height: 62px !important;
	}

	body.page-id-1409 .elementor-element-76c431d .elementor-element-06a2adf .elementor-spacer-inner {
		height: 36px !important;
	}

	body.page-id-1409 .elementor-element-76c431d .elementor-element-4aa1001 img {
		height: 260px;
	}

	body.page-id-1409 .elementor-element-489b91a .elementor-element-30c2600 .elementor-spacer-inner,
	body.page-id-1409 .elementor-element-63f781c .elementor-element-e01be10 .elementor-spacer-inner {
		height: 48px !important;
	}

	body.page-id-1409 .elementor-element-9cf8f58 {
		width: 100vw !important;
		max-width: 100vw !important;
		padding: 64px 24px 56px !important;
		overflow: hidden !important;
	}

	body.page-id-1409 .elementor-element-9cf8f58 > .elementor-container,
	body.page-id-1409 .elementor-element-9cf8f58 .elementor-element-8f42e1b > .elementor-container {
		display: block !important;
		width: calc(100vw - 80px) !important;
		max-width: calc(100vw - 80px) !important;
		margin-right: 0 !important;
		margin-left: 0 !important;
	}

	body.page-id-1409 .elementor-element-9cf8f58 .elementor-column {
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
		margin-right: 0 !important;
		margin-left: 0 !important;
	}

	body.page-id-1409 .elementor-element-9cf8f58 .elementor-column > .elementor-element-populated {
		width: calc(100vw - 80px) !important;
		max-width: calc(100vw - 80px) !important;
		margin-right: 0 !important;
		margin-left: 0 !important;
	}

	body.page-id-1409 .elementor-element-9cf8f58 .elementor-widget,
	body.page-id-1409 .elementor-element-9cf8f58 .elementor-widget-container {
		min-width: 0 !important;
	}

	body.page-id-1409 .elementor-element-9cf8f58 .elementor-widget-wrap {
		width: 100% !important;
		max-width: 100% !important;
	}

	body.page-id-1409 .elementor-element-d5658c0 .dbl-title_wrapper,
	body.page-id-1409 .elementor-element-d5658c0 .dbl-title {
		display: block !important;
		width: calc(100vw - 96px) !important;
		max-width: calc(100vw - 96px) !important;
		white-space: normal !important;
		overflow-wrap: anywhere;
	}

	body.page-id-1409 .elementor-element-9cf8f58 p,
	body.page-id-1409 .elementor-element-9cf8f58 .wgl-infobox_title,
	body.page-id-1409 .elementor-element-9cf8f58 .wgl-infobox_content,
	body.page-id-1409 .elementor-element-9cf8f58 .wgl-infobox_content p {
		white-space: normal !important;
		overflow-wrap: break-word;
	}

	body.page-id-1409 .elementor-element-d5658c0 .dbl-title_wrapper {
		font-size: 22px !important;
		line-height: 1.25 !important;
	}

	body.page-id-1409 .elementor-1409 .elementor-element.elementor-element-d5658c0 .dbl-title_1 {
		display: block !important;
		max-width: 280px !important;
		font-size: 22px !important;
		line-height: 1.25 !important;
		white-space: normal !important;
		overflow-wrap: anywhere;
	}

	body.page-id-1409 .elementor-1409 .elementor-element.elementor-element-2352f59 p {
		width: 280px !important;
		max-width: 280px !important;
		font-size: 15px !important;
		line-height: 1.7 !important;
		overflow-wrap: anywhere;
	}

	body.page-id-1409 .elementor-element-9cf8f58 .wgl-infobox_wrapper {
		display: block !important;
		max-width: 280px !important;
	}

	body.page-id-1409 .elementor-element-9cf8f58 .wgl-infobox-icon_wrapper,
	body.page-id-1409 .elementor-element-9cf8f58 .elementor-icon-box-icon {
		width: 46px !important;
		margin-bottom: 8px !important;
		margin-right: 0 !important;
	}

	body.page-id-1409 .elementor-element-9cf8f58 .wgl-infobox-content_wrapper,
	body.page-id-1409 .elementor-element-9cf8f58 .elementor-icon-box-content {
		width: auto !important;
		min-width: 0 !important;
		max-width: 280px !important;
	}

	body.page-id-1409 .elementor-element-9cf8f58 .wgl-infobox_title {
		margin-left: 0 !important;
		font-size: 18px !important;
		line-height: 1.32 !important;
		overflow-wrap: anywhere;
	}

	body.page-id-1409 .elementor-element-9cf8f58 .wgl-infobox_content p {
		max-width: 280px !important;
		font-size: 15px !important;
		line-height: 1.7 !important;
		overflow-wrap: anywhere;
	}

	body.page-id-1409 rs-fullwidth-wrap,
	body.page-id-1409 sr7-module,
	body.page-id-1409 sr7-module-wrap,
	body.page-id-1409 sr7-content,
	body.page-id-1409 sr7-slide {
		left: 0 !important;
		margin-left: 0 !important;
		min-width: 0 !important;
		width: 100vw !important;
		max-width: 100vw !important;
	}

	body.page-id-1409 sr7-module,
	body.page-id-1409 sr7-content,
	body.page-id-1409 sr7-slide {
		max-width: 100vw !important;
		overflow: hidden !important;
	}

	body.page-id-1409 sr7-txt[id$="-0"] {
		left: 24px !important;
		width: calc(100vw - 48px) !important;
		max-width: calc(100vw - 48px) !important;
		font-size: 28px !important;
		line-height: 34px !important;
		white-space: normal !important;
	}

	body.page-id-1409 #SR7_2_1-4-0,
	body.page-id-1409 #SR7_2_1-5-0,
	body.page-id-1409 #SR7_2_1-6-0 {
		left: 40px !important;
		width: min(300px, calc(100vw - 80px)) !important;
		max-width: min(300px, calc(100vw - 80px)) !important;
		font-size: 24px !important;
		line-height: 30px !important;
		overflow-wrap: anywhere !important;
		white-space: normal !important;
	}

	body.page-id-1409 sr7-txt[id$="-1"] {
		left: 24px !important;
		width: calc(100vw - 48px) !important;
		max-width: calc(100vw - 48px) !important;
		text-align: center !important;
		white-space: normal !important;
	}

	body.page-id-1409 .elementor-element-e5d83c7 > .elementor-container {
		display: grid !important;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 18px 12px;
		max-width: calc(100vw - 48px);
	}

	body.page-id-1409 .elementor-element-e5d83c7 .elementor-column {
		width: 100% !important;
	}

	body.page-id-1409 .elementor-element-e5d83c7 .wgl-counter_content-wrap {
		display: block;
		text-align: center;
	}

	body.page-id-1409 .elementor-element-e5d83c7 .wgl-counter_value-wrap {
		justify-content: center;
		margin: 0 0 6px;
	}

	body.page-id-1409 .elementor-element-e5d83c7 .wgl-counter_value,
	body.page-id-1409 .elementor-element-e5d83c7 .wgl-counter_suffix {
		font-size: 42px !important;
		line-height: 1 !important;
	}

	body.page-id-1409 .elementor-element-e5d83c7 .wgl-counter_title {
		margin: 0 !important;
		font-size: 11px !important;
		line-height: 1.25 !important;
		letter-spacing: 0;
	}

	body.page-id-1409 .elementor-element-76c431d,
	body.page-id-1409 .elementor-element-76c431d .elementor-container,
	body.page-id-1409 .elementor-element-76c431d .elementor-column {
		max-width: 100% !important;
	}

	body.page-id-1409 .elementor-element-76c431d .elementor-widget-wrap {
		max-width: min(320px, calc(100vw - 64px));
		margin-right: auto;
		margin-left: auto;
	}

	body.page-id-1409 .elementor-element-51f8713 .elementor-heading-title {
		width: min(260px, calc(100vw - 96px));
		margin-right: auto;
		margin-left: auto;
		font-size: 22px !important;
		line-height: 1.35 !important;
		overflow-wrap: anywhere;
	}
}

@media (max-width: 767px) {
	html,
	html body.page-id-1409,
	html body.page-id-1409.elementor-page #main,
	html body.page-id-1409.elementor-page main.site-main,
	html body.page-id-1409.elementor-page main.site-main > .wgl-container,
	html body.page-id-1409.elementor-page main.site-main > .wgl-container > .row,
	html body.page-id-1409.elementor-page #main-content,
	html body.page-id-1409.elementor-page .elementor-1409 {
		width: 100% !important;
		max-width: 100% !important;
		margin-right: 0 !important;
		margin-left: 0 !important;
		padding-right: 0 !important;
		padding-left: 0 !important;
		overflow-x: hidden !important;
	}

	html body.page-id-1409.elementor-page.elementor-page-1409 .pa-home-section,
	html body.page-id-1409.elementor-page.elementor-page-1409 .pa-services-redesign,
	html body.page-id-1409.elementor-page.elementor-page-1409 .pa-leadership-redesign,
	html body.page-id-1409.elementor-page.elementor-page-1409 .pa-faq-redesign,
	html body.page-id-1409.elementor-page.elementor-page-1409 .pa-resources-redesign,
	html body.page-id-1409.elementor-page.elementor-page-1409 .elementor-element-76c431d,
	html body.page-id-1409.elementor-page.elementor-page-1409 .pa-counter-redesign {
		width: 100vw !important;
		max-width: 100vw !important;
		margin-right: calc(50% - 50vw) !important;
		margin-left: calc(50% - 50vw) !important;
		box-sizing: border-box !important;
	}

	html body.page-id-1409.elementor-page.elementor-page-1409 .pa-home-shell,
	html body.page-id-1409.elementor-page.elementor-page-1409 .pa-services-redesign .pa-home-shell,
	html body.page-id-1409.elementor-page.elementor-page-1409 .pa-leadership-redesign .pa-home-shell,
	html body.page-id-1409.elementor-page.elementor-page-1409 .pa-faq-redesign .pa-home-shell,
	html body.page-id-1409.elementor-page.elementor-page-1409 .pa-resources-redesign .pa-home-shell,
	html body.page-id-1409.elementor-page.elementor-page-1409 .elementor-element-76c431d > .elementor-container,
	html body.page-id-1409.elementor-page.elementor-page-1409 .elementor-element-4b90728 > .elementor-container,
	html body.page-id-1409.elementor-page.elementor-page-1409 .elementor-element-8acab44 > .elementor-container,
	html body.page-id-1409.elementor-page.elementor-page-1409 .elementor-element-8acab44 .elementor-section > .elementor-container,
	html body.page-id-1409.elementor-page.elementor-page-1409 .elementor-element-2654097 > .elementor-container {
		width: min(calc(100vw - 40px), 390px) !important;
		max-width: min(calc(100vw - 40px), 390px) !important;
		margin-right: auto !important;
		margin-left: auto !important;
	}

	html body.page-id-1409.elementor-page.elementor-page-1409 .elementor-element-9cf8f58 > .elementor-container,
	html body.page-id-1409.elementor-page.elementor-page-1409 .elementor-element-9cf8f58 .elementor-element-8f42e1b > .elementor-container,
	html body.page-id-1409.elementor-page.elementor-page-1409 .elementor-element-9cf8f58 .elementor-column > .elementor-element-populated,
	html body.page-id-1409.elementor-page.elementor-page-1409 .elementor-element-76c431d .elementor-widget-wrap {
		width: 100% !important;
		max-width: 390px !important;
		margin-right: auto !important;
		margin-left: auto !important;
	}

	html body.page-id-1409.elementor-page.elementor-page-1409 .pa-counter-card {
		width: min(calc(100vw - 40px), 390px) !important;
		max-width: min(calc(100vw - 40px), 390px) !important;
		margin-right: auto !important;
		margin-left: auto !important;
	}

	html body.page-id-1409.elementor-page.elementor-page-1409 .elementor-element-4aa1001 img {
		display: block !important;
		width: 100% !important;
		max-width: 100% !important;
		height: auto !important;
		margin-right: auto !important;
		margin-left: auto !important;
	}

	html body.page-id-1409.elementor-page.elementor-page-1409 .elementor-element-6479b6c,
	html body.page-id-1409.elementor-page.elementor-page-1409 .elementor-element-6479b6c > .elementor-container,
	html body.page-id-1409.elementor-page.elementor-page-1409 .elementor-element-6479b6c .elementor-column,
	html body.page-id-1409.elementor-page.elementor-page-1409 .elementor-element-6479b6c .elementor-widget-wrap,
	html body.page-id-1409.elementor-page.elementor-page-1409 .elementor-element-6479b6c .elementor-widget,
	html body.page-id-1409.elementor-page.elementor-page-1409 .elementor-element-6479b6c .elementor-widget-container {
		width: 100vw !important;
		max-width: 100vw !important;
		margin-right: 0 !important;
		margin-left: 0 !important;
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
}

body.page-id-1409 .pa-team-card {
	overflow: hidden;
}

body.page-id-1409 .pa-team-photo {
	background-size: cover !important;
	background-position: center top !important;
}

body.page-id-1409 .pa-team-card:nth-child(1) .pa-team-photo {
	background-position: center 18% !important;
}

body.page-id-1409 .pa-team-card:nth-child(2) .pa-team-photo,
body.page-id-1409 .pa-team-card:nth-child(4) .pa-team-photo {
	background-position: center top !important;
}

body.page-id-1409 .pa-team-card:nth-child(3) .pa-team-photo {
	background-position: 47% top !important;
}

body.page-id-1409 .pa-team-photo::before {
	background: linear-gradient(180deg, rgba(10, 19, 16, 0), rgba(10, 19, 16, 0.26)) !important;
}

body.page-id-1409 .pa-team-photo::after {
	opacity: 0 !important;
}

body.page-id-1409 .pa-team-body {
	min-height: 150px;
	padding: 28px 26px 30px !important;
}

body.page-id-1409 .pa-team-body h3 {
	margin-bottom: 10px !important;
}

body.page-id-1409 .pa-team-body p {
	line-height: 1.38 !important;
}

body.page-id-1409 .elementor-element-4f474a6 .wgl-button.elementor-button,
body.page-id-1409 .elementor-element-4f474a6 .elementor-button-link {
	background: #00aa55 !important;
	border-color: #00aa55 !important;
	color: #ffffff !important;
}

body.page-id-1409 .elementor-element-4f474a6 .wgl-button.elementor-button:hover,
body.page-id-1409 .elementor-element-4f474a6 .wgl-button.elementor-button:focus,
body.page-id-1409 .elementor-element-4f474a6 .elementor-button-link:hover,
body.page-id-1409 .elementor-element-4f474a6 .elementor-button-link:focus {
	background: #151a18 !important;
	border-color: #151a18 !important;
	color: #ffffff !important;
}

body.page-id-1409 .elementor-element-4f474a6 .elementor-button-text,
body.page-id-1409 .elementor-element-4f474a6 .elementor-button-content-wrapper {
	color: inherit !important;
}

html body.page-id-1409.elementor-page.elementor-page-1409 .elementor-element-76c431d {
	padding-bottom: 84px !important;
	background: linear-gradient(180deg, #ffffff 0 118px, #f4f7f5 118px 100%) !important;
}

html body.page-id-1409.elementor-page.elementor-page-1409 .elementor-element-76c431d .elementor-element-4b90728 > .elementor-container {
	gap: 72px !important;
}

html body.page-id-1409.elementor-page.elementor-page-1409 .elementor-element-76c431d .elementor-element-4e2d49a > .elementor-widget-wrap {
	padding-left: 30px !important;
	border-left: 4px solid #00a85a !important;
}

html body.page-id-1409.elementor-page.elementor-page-1409 .elementor-element-76c431d .elementor-element-4aa1001 img {
	border-radius: 4px !important;
	border-bottom: 6px solid #00a85a !important;
	box-shadow: 0 24px 56px rgba(21, 26, 24, 0.18) !important;
}

html body.page-id-1409.elementor-page.elementor-page-1409 .pa-services-redesign {
	position: relative !important;
	padding-top: 104px !important;
	padding-bottom: 112px !important;
	background: #eef4f1 !important;
	border-top: 1px solid #dbe8e2 !important;
}

html body.page-id-1409.elementor-page.elementor-page-1409 .pa-services-redesign::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 8px;
	background: linear-gradient(90deg, #00a85a 0 46%, #e42130 46% 54%, #151a18 54% 100%);
}

html body.page-id-1409.elementor-page.elementor-page-1409 .pa-services-layout {
	gap: 76px !important;
}

html body.page-id-1409.elementor-page.elementor-page-1409 .pa-services-intro {
	position: relative;
	padding-left: 30px !important;
	border-left: 4px solid #e42130 !important;
}

html body.page-id-1409.elementor-page.elementor-page-1409 .pa-services-visual {
	margin-top: 38px !important;
	box-shadow: 0 24px 54px rgba(21, 26, 24, 0.16) !important;
}

html body.page-id-1409.elementor-page.elementor-page-1409 .pa-service-card {
	background: #ffffff !important;
	border-color: #d5e1dc !important;
	box-shadow: 0 16px 36px rgba(21, 26, 24, 0.06) !important;
}

html body.page-id-1409.elementor-page.elementor-page-1409 .pa-service-card:nth-child(1) {
	background: #13241f !important;
	border-color: #13241f !important;
	color: #ffffff !important;
}

html body.page-id-1409.elementor-page.elementor-page-1409 .pa-service-card:nth-child(1) h3 {
	color: #ffffff !important;
}

html body.page-id-1409.elementor-page.elementor-page-1409 .pa-service-card:nth-child(1) p,
html body.page-id-1409.elementor-page.elementor-page-1409 .pa-service-card:nth-child(1) .pa-service-index {
	color: rgba(255, 255, 255, 0.68) !important;
}

html body.page-id-1409.elementor-page.elementor-page-1409 .pa-service-card:nth-child(1) .pa-service-icon {
	background: rgba(255, 255, 255, 0.1) !important;
	color: #7ee0a7 !important;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.16) !important;
}

html body.page-id-1409.elementor-page.elementor-page-1409 .pa-service-card:nth-child(1) .pa-service-arrow {
	color: #7ee0a7 !important;
}

html body.page-id-1409.elementor-page.elementor-page-1409 .pa-service-card:nth-child(2)::before,
html body.page-id-1409.elementor-page.elementor-page-1409 .pa-service-card:nth-child(5)::before {
	background: #e42130 !important;
}

html body.page-id-1409.elementor-page.elementor-page-1409 .pa-service-card:nth-child(3)::before,
html body.page-id-1409.elementor-page.elementor-page-1409 .pa-service-card:nth-child(6)::before {
	background: #151a18 !important;
}

html body.page-id-1409.elementor-page.elementor-page-1409 .pa-service-card:hover,
html body.page-id-1409.elementor-page.elementor-page-1409 .pa-service-card:focus {
	box-shadow: 0 24px 52px rgba(21, 26, 24, 0.13) !important;
}

html body.page-id-1409.elementor-page.elementor-page-1409 .elementor-element-8acab44 {
	position: relative !important;
	z-index: 2 !important;
	margin-top: 0 !important;
	padding: 92px 24px 76px !important;
	background: #ffffff !important;
	border-top: 1px solid #e3ebe7 !important;
}

html body.page-id-1409.elementor-page.elementor-page-1409 .elementor-element-8acab44::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 6px;
	background: linear-gradient(90deg, #00a85a 0 44%, #e42130 44% 52%, #151a18 52% 100%);
}

html body.page-id-1409.elementor-page.elementor-page-1409 .elementor-element-8acab44 .elementor-element-f205f36,
html body.page-id-1409.elementor-page.elementor-page-1409 .elementor-element-8acab44 .elementor-element-a5ce6b3,
html body.page-id-1409.elementor-page.elementor-page-1409 .elementor-element-8acab44 .elementor-element-b25e4f4 {
	display: none !important;
}

html body.page-id-1409.elementor-page.elementor-page-1409 .elementor-element-8acab44 > .elementor-container,
html body.page-id-1409.elementor-page.elementor-page-1409 .elementor-element-8acab44 .elementor-element-bbcee37 > .elementor-container,
html body.page-id-1409.elementor-page.elementor-page-1409 .elementor-element-8acab44 .elementor-element-ab41f2c {
	width: min(1180px, 100%) !important;
	max-width: 1180px !important;
	margin-right: auto !important;
	margin-left: auto !important;
}

html body.page-id-1409.elementor-page.elementor-page-1409 .elementor-element-8acab44 .elementor-element-bbcee37 {
	margin-bottom: 28px !important;
}

html body.page-id-1409.elementor-page.elementor-page-1409 .elementor-element-8acab44 .elementor-element-bbcee37 > .elementor-container {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) auto !important;
	gap: 24px !important;
	align-items: end !important;
}

html body.page-id-1409.elementor-page.elementor-page-1409 .elementor-element-8acab44 .elementor-element-4361b20,
html body.page-id-1409.elementor-page.elementor-page-1409 .elementor-element-8acab44 .elementor-element-0888e9e {
	width: auto !important;
	max-width: none !important;
}

html body.page-id-1409.elementor-page.elementor-page-1409 .elementor-element-8acab44 .elementor-element-669bd45 {
	margin-bottom: 0 !important;
}

html body.page-id-1409.elementor-page.elementor-page-1409 .elementor-element-8acab44 .elementor-element-669bd45 .dbl-title_1 {
	color: #151a18 !important;
	font-size: 38px !important;
	line-height: 1.16 !important;
}

html body.page-id-1409.elementor-page.elementor-page-1409 .elementor-element-8acab44 .elementor-element-7aeb3d4,
html body.page-id-1409.elementor-page.elementor-page-1409 .elementor-element-8acab44 .elementor-element-7aeb3d4 .elementor-widget-container,
html body.page-id-1409.elementor-page.elementor-page-1409 .elementor-element-8acab44 .elementor-element-7aeb3d4 .elementor-button-wrapper {
	width: auto !important;
	margin: 0 !important;
}

html body.page-id-1409.elementor-page.elementor-page-1409 .elementor-element-8acab44 .elementor-element-7aeb3d4 .elementor-button-link {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: auto !important;
	min-width: 0 !important;
	min-height: 46px !important;
	padding: 0 22px !important;
	border-radius: 999px !important;
	background: #00a85a !important;
	color: #ffffff !important;
	box-shadow: 0 14px 28px rgba(0, 168, 90, 0.18) !important;
}

html body.page-id-1409.elementor-page.elementor-page-1409 .elementor-element-8acab44 .elementor-element-7aeb3d4 .elementor-button-link:hover,
html body.page-id-1409.elementor-page.elementor-page-1409 .elementor-element-8acab44 .elementor-element-7aeb3d4 .elementor-button-link:focus {
	background: #151a18 !important;
	color: #ffffff !important;
}

html body.page-id-1409.elementor-page.elementor-page-1409 .elementor-element-8acab44 .elementor-element-7aeb3d4 .elementor-button-content-wrapper,
html body.page-id-1409.elementor-page.elementor-page-1409 .elementor-element-8acab44 .elementor-element-7aeb3d4 .elementor-button-text {
	color: inherit !important;
	line-height: 1 !important;
}

html body.page-id-1409.elementor-page.elementor-page-1409 .elementor-element-8acab44 .elementor-element-7aeb3d4 .wgl-widget_wrapper {
	display: none !important;
}

html body.page-id-1409.elementor-page.elementor-page-1409 .elementor-element-8acab44 .wgl-filter_wrapper {
	display: flex !important;
	align-items: center !important;
	justify-content: space-between !important;
	gap: 24px !important;
	min-height: 48px !important;
	margin: 0 0 28px !important;
}

html body.page-id-1409.elementor-page.elementor-page-1409 .elementor-element-8acab44 .wgl-filter {
	display: flex !important;
	flex-wrap: wrap !important;
	gap: 10px !important;
	width: auto !important;
	padding: 0 !important;
	margin: 0 !important;
}

html body.page-id-1409.elementor-page.elementor-page-1409 .elementor-element-8acab44 .wgl-filter a {
	display: inline-flex !important;
	align-items: center !important;
	min-height: 38px !important;
	margin: 0 !important;
	padding: 0 15px !important;
	border: 1px solid #d8e4df !important;
	border-radius: 999px !important;
	background: #f6faf8 !important;
	color: #50605b !important;
	font-size: 12px !important;
	font-weight: 850 !important;
	line-height: 1 !important;
	text-transform: uppercase !important;
	text-decoration: none !important;
}

html body.page-id-1409.elementor-page.elementor-page-1409 .elementor-element-8acab44 .wgl-filter a.active,
html body.page-id-1409.elementor-page.elementor-page-1409 .elementor-element-8acab44 .wgl-filter a:hover,
html body.page-id-1409.elementor-page.elementor-page-1409 .elementor-element-8acab44 .wgl-filter a:focus {
	border-color: #00a85a !important;
	background: #00a85a !important;
	color: #ffffff !important;
}

html body.page-id-1409.elementor-page.elementor-page-1409 .elementor-element-8acab44 .carousel_arrows {
	position: static !important;
	display: inline-flex !important;
	flex: 0 0 auto !important;
	align-items: center !important;
	gap: 8px !important;
	width: auto !important;
	height: auto !important;
	margin: 0 !important;
	padding: 0 !important;
}

html body.page-id-1409.elementor-page.elementor-page-1409 .elementor-element-8acab44 .carousel_arrows > span {
	position: relative !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 40px !important;
	height: 40px !important;
	border: 1px solid #d8e4df !important;
	border-radius: 50% !important;
	background: #ffffff !important;
	color: #151a18 !important;
	cursor: pointer !important;
	transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease !important;
}

html body.page-id-1409.elementor-page.elementor-page-1409 .elementor-element-8acab44 .carousel_arrows > span:hover,
html body.page-id-1409.elementor-page.elementor-page-1409 .elementor-element-8acab44 .carousel_arrows > span:focus {
	border-color: #151a18 !important;
	background: #151a18 !important;
	color: #ffffff !important;
}

html body.page-id-1409.elementor-page.elementor-page-1409 .elementor-element-8acab44 .carousel_arrows > span > span {
	display: block !important;
	width: 9px !important;
	height: 9px !important;
	border-top: 2px solid currentColor !important;
	border-right: 2px solid currentColor !important;
}

html body.page-id-1409.elementor-page.elementor-page-1409 .elementor-element-8acab44 .carousel_arrows > span > span::before,
html body.page-id-1409.elementor-page.elementor-page-1409 .elementor-element-8acab44 .carousel_arrows > span > span::after {
	content: none !important;
	display: none !important;
}

html body.page-id-1409.elementor-page.elementor-page-1409 .elementor-element-8acab44 .left_slick_arrow > span {
	transform: rotate(-135deg) !important;
	margin-left: 3px !important;
}

html body.page-id-1409.elementor-page.elementor-page-1409 .elementor-element-8acab44 .right_slick_arrow > span {
	transform: rotate(45deg) !important;
	margin-right: 3px !important;
}

html body.page-id-1409.elementor-page.elementor-page-1409 .elementor-element-8acab44 .wgl-events_wrapper,
html body.page-id-1409.elementor-page.elementor-page-1409 .elementor-element-8acab44 .container-grid,
html body.page-id-1409.elementor-page.elementor-page-1409 .elementor-element-8acab44 .wgl-carousel_wrapper,
html body.page-id-1409.elementor-page.elementor-page-1409 .elementor-element-8acab44 .wgl-carousel,
html body.page-id-1409.elementor-page.elementor-page-1409 .elementor-element-8acab44 .wgl-carousel_slick {
	width: 100% !important;
	max-width: 100% !important;
	margin-right: 0 !important;
	margin-left: 0 !important;
}

html body.page-id-1409.elementor-page.elementor-page-1409 .elementor-element-8acab44 .wgl_col-4 {
	padding: 0 12px !important;
}

html body.page-id-1409.elementor-page.elementor-page-1409 .elementor-element-8acab44 .slick-list {
	margin: 0 -12px !important;
	padding: 0 !important;
	overflow: hidden !important;
}

html body.page-id-1409.elementor-page.elementor-page-1409 .elementor-element-8acab44 .events-post {
	height: 100% !important;
}

html body.page-id-1409.elementor-page.elementor-page-1409 .elementor-element-8acab44 .events-post-hero_wrapper {
	position: relative !important;
	display: grid !important;
	grid-template-rows: 216px minmax(250px, 1fr) !important;
	min-height: 466px !important;
	height: 466px !important;
	overflow: hidden !important;
	border: 1px solid #dfe8e4 !important;
	border-radius: 8px !important;
	background: #ffffff !important;
	box-shadow: 0 18px 44px rgba(21, 26, 24, 0.08) !important;
	transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease !important;
}

html body.page-id-1409.elementor-page.elementor-page-1409 .elementor-element-8acab44 .events-post-hero_wrapper:hover,
html body.page-id-1409.elementor-page.elementor-page-1409 .elementor-element-8acab44 .events-post-hero_wrapper:focus-within {
	border-color: rgba(0, 168, 90, 0.38) !important;
	box-shadow: 0 26px 58px rgba(21, 26, 24, 0.13) !important;
	transform: translateY(-3px) !important;
}

html body.page-id-1409.elementor-page.elementor-page-1409 .elementor-element-8acab44 .events-post-hero_thumb {
	position: relative !important;
	z-index: 0 !important;
	width: 100% !important;
	height: 216px !important;
	min-height: 216px !important;
	overflow: hidden !important;
	background: #dce6e1 !important;
}

html body.page-id-1409.elementor-page.elementor-page-1409 .elementor-element-8acab44 .events-post_feature-link,
html body.page-id-1409.elementor-page.elementor-page-1409 .elementor-element-8acab44 .events-post_bg_media {
	display: block !important;
	width: 100% !important;
	height: 100% !important;
}

html body.page-id-1409.elementor-page.elementor-page-1409 .elementor-element-8acab44 .events-post_bg_media {
	background-position: center !important;
	background-size: cover !important;
	transition: transform 0.28s ease !important;
}

html body.page-id-1409.elementor-page.elementor-page-1409 .elementor-element-8acab44 .events-post_feature-link::after,
html body.page-id-1409.elementor-page.elementor-page-1409 .elementor-element-8acab44 .events-post_bg_media::before,
html body.page-id-1409.elementor-page.elementor-page-1409 .elementor-element-8acab44 .events-post_bg_media::after {
	opacity: 0 !important;
	visibility: hidden !important;
	background: transparent !important;
}

html body.page-id-1409.elementor-page.elementor-page-1409 .elementor-element-8acab44 .events-post-hero_wrapper:hover .events-post_bg_media,
html body.page-id-1409.elementor-page.elementor-page-1409 .elementor-element-8acab44 .events-post-hero_wrapper:focus-within .events-post_bg_media {
	transform: scale(1.04) !important;
}

html body.page-id-1409.elementor-page.elementor-page-1409 .elementor-element-8acab44 .events-post-hero-content_wrapper {
	position: static !important;
	display: flex !important;
	flex-direction: column !important;
	justify-content: space-between !important;
	width: 100% !important;
	height: auto !important;
	min-height: 250px !important;
	padding: 24px !important;
	background: #ffffff !important;
	color: #151a18 !important;
}

html body.page-id-1409.elementor-page.elementor-page-1409 .elementor-element-8acab44 .events-post-hero_content {
	position: static !important;
	display: flex !important;
	flex-direction: column !important;
	flex: 1 1 auto !important;
	width: 100% !important;
	min-height: 100% !important;
	padding: 0 !important;
}

html body.page-id-1409.elementor-page.elementor-page-1409 .elementor-element-8acab44 .events-post_cats {
	position: absolute !important;
	top: 18px !important;
	left: 18px !important;
	z-index: 2 !important;
	width: auto !important;
	height: auto !important;
	margin: 0 !important;
	padding: 0 !important;
}

html body.page-id-1409.elementor-page.elementor-page-1409 .elementor-element-8acab44 .events-post_meta-categories a {
	display: inline-flex !important;
	align-items: center !important;
	min-height: 30px !important;
	padding: 0 12px !important;
	border-radius: 999px !important;
	background: #00a85a !important;
	color: #ffffff !important;
	font-size: 11px !important;
	font-weight: 850 !important;
	line-height: 1 !important;
	text-decoration: none !important;
}

html body.page-id-1409.elementor-page.elementor-page-1409 .elementor-element-8acab44 .meta-wrapper {
	order: 1 !important;
	margin: 0 0 12px !important;
	color: #66736e !important;
	font-size: 12px !important;
	font-weight: 850 !important;
	line-height: 1.25 !important;
	text-transform: uppercase !important;
}

html body.page-id-1409.elementor-page.elementor-page-1409 .elementor-element-8acab44 .meta-wrapper span,
html body.page-id-1409.elementor-page.elementor-page-1409 .elementor-element-8acab44 .meta-wrapper a {
	color: inherit !important;
}

html body.page-id-1409.elementor-page.elementor-page-1409 .elementor-element-8acab44 .events-post_title {
	order: 2 !important;
	margin: 0 !important;
	color: #151a18 !important;
	font-size: 21px !important;
	font-weight: 850 !important;
	line-height: 1.28 !important;
}

html body.page-id-1409.elementor-page.elementor-page-1409 .elementor-element-8acab44 .events-post_title a {
	color: inherit !important;
	text-decoration: none !important;
}

html body.page-id-1409.elementor-page.elementor-page-1409 .elementor-element-8acab44 .events-post_title a:hover,
html body.page-id-1409.elementor-page.elementor-page-1409 .elementor-element-8acab44 .events-post_title a:focus {
	color: #00a85a !important;
}

html body.page-id-1409.elementor-page.elementor-page-1409 .elementor-element-8acab44 .events-post-hero_meta-desc {
	order: 3 !important;
	display: flex !important;
	align-items: center !important;
	margin-top: auto !important;
	padding-top: 22px !important;
	opacity: 1 !important;
	visibility: visible !important;
	max-height: none !important;
	overflow: visible !important;
}

html body.page-id-1409.elementor-page.elementor-page-1409 .elementor-element-8acab44 .divider_post_info {
	display: none !important;
}

html body.page-id-1409.elementor-page.elementor-page-1409 .elementor-element-8acab44 .button-read-more {
	display: inline-flex !important;
	align-items: center !important;
	gap: 8px !important;
	padding: 0 !important;
	color: #00a85a !important;
	background: transparent !important;
	font-size: 12px !important;
	font-weight: 850 !important;
	line-height: 1.25 !important;
	text-transform: uppercase !important;
	text-decoration: none !important;
	opacity: 1 !important;
	visibility: visible !important;
}

html body.page-id-1409.elementor-page.elementor-page-1409 .elementor-element-8acab44 .button-read-more::after {
	content: "";
	width: 7px;
	height: 7px;
	border-top: 2px solid currentColor;
	border-right: 2px solid currentColor;
	transform: rotate(45deg);
}

html body.page-id-1409.elementor-page.elementor-page-1409 .elementor-element-8acab44 + .elementor-section {
	margin-top: 0 !important;
}

body.page-id-1409 #SR7_2_1 sr7-txt[id$="-0"],
body.page-id-1409 #SR7_2_1 sr7-txt[id$="-1"] {
	text-shadow: 0 3px 18px rgba(0, 0, 0, 0.52), 0 1px 2px rgba(0, 0, 0, 0.45) !important;
}

@media (min-width: 768px) {
	body.page-id-1409 .elementor-element-76c431d {
		padding-top: 92px !important;
	}
}

@media (max-width: 767px) {
	html body.page-id-1409.elementor-page.elementor-page-1409 .elementor-element-76c431d {
		padding-bottom: 58px !important;
		background: #f4f7f5 !important;
	}

	html body.page-id-1409.elementor-page.elementor-page-1409 .elementor-element-76c431d .elementor-element-4e2d49a > .elementor-widget-wrap,
	html body.page-id-1409.elementor-page.elementor-page-1409 .pa-services-intro {
		padding-left: 20px !important;
	}

	html body.page-id-1409.elementor-page.elementor-page-1409 .pa-services-redesign {
		padding-top: 72px !important;
		padding-bottom: 72px !important;
	}

	html body.page-id-1409.elementor-page.elementor-page-1409 .elementor-element-8acab44 {
		padding: 68px 20px 78px !important;
	}

	html body.page-id-1409.elementor-page.elementor-page-1409 .elementor-element-8acab44 .elementor-element-bbcee37 > .elementor-container {
		grid-template-columns: 1fr !important;
		gap: 18px !important;
		align-items: start !important;
	}

	html body.page-id-1409.elementor-page.elementor-page-1409 .elementor-element-8acab44 .elementor-element-669bd45 .dbl-title_1 {
		font-size: 30px !important;
		line-height: 1.2 !important;
	}

	html body.page-id-1409.elementor-page.elementor-page-1409 .elementor-element-8acab44 .wgl-filter_wrapper {
		display: block !important;
		margin-bottom: 22px !important;
	}

	html body.page-id-1409.elementor-page.elementor-page-1409 .elementor-element-8acab44 .wgl-filter {
		flex-wrap: wrap !important;
		width: 100% !important;
		max-width: 100% !important;
		overflow: visible !important;
		padding-bottom: 0 !important;
		scrollbar-width: none !important;
	}

	html body.page-id-1409.elementor-page.elementor-page-1409 .elementor-element-8acab44 .wgl-filter::-webkit-scrollbar {
		display: none !important;
	}

	html body.page-id-1409.elementor-page.elementor-page-1409 .elementor-element-8acab44 .wgl-filter a {
		flex: 0 1 auto !important;
		min-height: 34px !important;
		padding: 0 12px !important;
		font-size: 10.5px !important;
		line-height: 1 !important;
		white-space: nowrap !important;
	}

	html body.page-id-1409.elementor-page.elementor-page-1409 .elementor-element-8acab44 .carousel_arrows {
		display: none !important;
	}

	html body.page-id-1409.elementor-page.elementor-page-1409 .elementor-element-8acab44 .slick-list {
		margin: 0 !important;
	}

	html body.page-id-1409.elementor-page.elementor-page-1409 .elementor-element-8acab44 .wgl_col-4 {
		padding: 0 !important;
	}

	html body.page-id-1409.elementor-page.elementor-page-1409 .elementor-element-8acab44 .events-post-hero_wrapper {
		grid-template-rows: 205px 1fr !important;
		min-height: 420px !important;
		height: auto !important;
	}

	html body.page-id-1409.elementor-page.elementor-page-1409 .elementor-element-8acab44 .events-post-hero_thumb {
		height: 205px !important;
		min-height: 205px !important;
	}

	html body.page-id-1409.elementor-page.elementor-page-1409 .elementor-element-8acab44 .events-post-hero-content_wrapper {
		min-height: 215px !important;
		padding: 24px 24px 22px !important;
	}

	html body.page-id-1409.elementor-page.elementor-page-1409 .elementor-element-8acab44 .events-post-hero_meta-desc {
		padding-top: 18px !important;
	}

	body.page-id-1409 #SR7_2_1-4-0,
	body.page-id-1409 #SR7_2_1-5-0,
	body.page-id-1409 #SR7_2_1-6-0 {
		left: 24px !important;
		width: calc(100vw - 48px) !important;
		max-width: calc(100vw - 48px) !important;
		font-size: 25px !important;
		line-height: 31px !important;
		word-break: normal !important;
		overflow-wrap: normal !important;
	}

	body.page-id-1409 sr7-txt br {
		display: block !important;
		content: "" !important;
	}

	body.page-id-1409 .pa-team-body {
		min-height: 138px;
		padding: 26px 24px 28px !important;
	}
}

/* Homepage hero image replacement using the refreshed local image set. */
html body.page-id-1409.elementor-page.elementor-page-1409 .elementor-element-6479b6c {
	position: relative !important;
	background: #07110c !important;
}

html body.page-id-1409.elementor-page.elementor-page-1409 .elementor-element-6479b6c::before {
	background: linear-gradient(90deg, rgba(7, 17, 12, 0.78) 0%, rgba(7, 17, 12, 0.54) 45%, rgba(7, 17, 12, 0.2) 100%) center / cover no-repeat !important;
	opacity: 1 !important;
}

html body.page-id-1409 #SR7_2_1 sr7-bg,
html body.page-id-1409 #SR7_2_1 .sr7-bg,
html body.page-id-1409 #SR7_2_1 [id$="-slidebg"],
html body.page-id-1409 #SR7_2_1 rs-sbg {
	background-position: center !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
}

html body.page-id-1409 #SR7_2_1 #SR7_2_1-4-slidebg {
	background-image:
		linear-gradient(90deg, rgba(7, 17, 12, 0.78) 0%, rgba(7, 17, 12, 0.54) 45%, rgba(7, 17, 12, 0.2) 100%),
		url("/wp-content/uploads/pa-hero-refresh-20260522/pa-hero-treasury-transfer.jpg") !important;
}

html body.page-id-1409 #SR7_2_1 #SR7_2_1-5-slidebg {
	background-image:
		linear-gradient(90deg, rgba(7, 17, 12, 0.78) 0%, rgba(7, 17, 12, 0.54) 45%, rgba(7, 17, 12, 0.2) 100%),
		url("/wp-content/uploads/pa-hero-refresh-20260522/pa-hero-report-launch.jpg") !important;
}

html body.page-id-1409 #SR7_2_1 #SR7_2_1-6-slidebg {
	background-image:
		linear-gradient(90deg, rgba(7, 17, 12, 0.78) 0%, rgba(7, 17, 12, 0.54) 45%, rgba(7, 17, 12, 0.2) 100%),
		url("/wp-content/uploads/pa-hero-refresh-20260522/pa-hero-delegation.jpg") !important;
}

/* 2026-06-08 final home hero polish. This neutralizes legacy pseudo-copy and
   uses the real PA hero markup inserted in Elementor. */
html body.page-id-1409.elementor-page.elementor-page-1409 .elementor-element-6479b6c {
	position: relative !important;
	isolation: isolate !important;
	min-height: max(680px, 85vh) !important;
	min-height: max(680px, 85svh) !important;
	margin-top: -40px !important;
	overflow: hidden !important;
	background:
		linear-gradient(90deg, rgba(13, 19, 17, 0.78) 0%, rgba(13, 19, 17, 0.48) 43%, rgba(13, 19, 17, 0.08) 100%),
		linear-gradient(180deg, rgba(13, 19, 17, 0.04), rgba(13, 19, 17, 0.24)),
		url("/wp-content/uploads/pa-hero-refresh-20260522/pa-hero-treasury-transfer.jpg") center 35% / cover no-repeat !important;
}

html body.page-id-1409.elementor-page.elementor-page-1409 .elementor-element-6479b6c::before,
html body.page-id-1409.elementor-page.elementor-page-1409 .elementor-element-6479b6c::after {
	content: none !important;
	display: none !important;
}

html body.page-id-1409.elementor-page.elementor-page-1409 .elementor-element-6479b6c > .elementor-container {
	position: relative !important;
	z-index: 3 !important;
	display: flex !important;
	align-items: center !important;
	width: min(1180px, calc(100vw - 48px)) !important;
	max-width: min(1180px, calc(100vw - 48px)) !important;
	min-height: max(680px, 85vh) !important;
	min-height: max(680px, 85svh) !important;
	margin-right: auto !important;
	margin-left: auto !important;
	padding: clamp(118px, 14vh, 178px) 0 clamp(158px, 20vh, 240px) !important;
}

html body.page-id-1409 .elementor-element-ac2c84b,
html body.page-id-1409 .elementor-element-6479b6c .wp-block-themepunch-revslider,
html body.page-id-1409 .elementor-element-6479b6c .rs-p-wp-fix,
html body.page-id-1409 #SR7_2_1 {
	display: none !important;
}

html body.page-id-1409 .pa-hero-polish {
	position: relative !important;
	z-index: 4 !important;
	display: block !important;
	max-width: 720px !important;
	color: #ffffff !important;
	text-align: left !important;
}

html body.page-id-1409 .pa-hero-title {
	max-width: 720px !important;
	font-size: 62px !important;
	line-height: 1.05 !important;
}

html body.page-id-1409 .pa-hero-title span {
	display: block !important;
	white-space: nowrap !important;
}

html body.page-id-1409 .pa-hero-copy {
	max-width: 600px !important;
}

@media (max-width: 767px) {
	html body.page-id-1409.elementor-page.elementor-page-1409 .elementor-element-6479b6c {
		min-height: max(560px, 85vh) !important;
		min-height: max(560px, 85svh) !important;
		background:
			linear-gradient(180deg, rgba(13, 19, 17, 0.54), rgba(13, 19, 17, 0.50)),
			url("/wp-content/uploads/pa-hero-refresh-20260522/pa-hero-treasury-transfer.jpg") 62% center / cover no-repeat !important;
	}

	html body.page-id-1409.elementor-page.elementor-page-1409 .elementor-element-6479b6c > .elementor-container {
		width: 100vw !important;
		max-width: 100vw !important;
		min-height: max(560px, 85vh) !important;
		min-height: max(560px, 85svh) !important;
		padding: clamp(118px, 18vh, 168px) 20px clamp(118px, 18vh, 168px) !important;
	}

	html body.page-id-1409 .pa-hero-polish {
		max-width: 100% !important;
		text-align: center !important;
	}

	html body.page-id-1409 .pa-hero-title {
		font-size: 24px !important;
		line-height: 1.18 !important;
	}
}

html body.page-id-1409 #SR7_2_1 sr7-bg img,
html body.page-id-1409 #SR7_2_1 img.tp-bgimg,
html body.page-id-1409 #SR7_2_1 rs-sbg img {
	opacity: 1 !important;
}

/* 2026-05-19 home-page demo rhythm restoration. */
html body.page-id-1409.elementor-page.elementor-page-1409 .elementor-element-76c431d {
	padding-top: 62px !important;
	padding-bottom: 56px !important;
	background: #ffffff !important;
}

html body.page-id-1409.elementor-page.elementor-page-1409 .elementor-element-76c431d .elementor-element-4b90728 > .elementor-container {
	gap: 44px !important;
}

html body.page-id-1409.elementor-page.elementor-page-1409 .elementor-element-76c431d .elementor-element-157719c .dbl-title_1,
html body.page-id-1409.elementor-page.elementor-page-1409 .elementor-element-76c431d .elementor-element-157719c .elementor-heading-title,
html body.page-id-1409.elementor-page.elementor-page-1409 .elementor-element-76c431d .elementor-element-51f8713 .elementor-heading-title {
	color: #111515 !important;
}

html body.page-id-1409.elementor-page.elementor-page-1409 .elementor-element-76c431d .elementor-element-ab38fd8,
html body.page-id-1409.elementor-page.elementor-page-1409 .elementor-element-76c431d .elementor-element-ab38fd8 p {
	color: #53645e !important;
}

html body.page-id-1409.elementor-page.elementor-page-1409 .elementor-element-76c431d .elementor-widget-text-editor,
html body.page-id-1409.elementor-page.elementor-page-1409 .elementor-element-76c431d .elementor-widget-text-editor p {
	color: #53645e !important;
}

html body.page-id-1409.elementor-page.elementor-page-1409 .pa-services-redesign,
html body.page-id-1409.elementor-page.elementor-page-1409 .pa-leadership-redesign,
html body.page-id-1409.elementor-page.elementor-page-1409 .pa-faq-redesign,
html body.page-id-1409.elementor-page.elementor-page-1409 .pa-resources-redesign {
	padding-top: 64px !important;
	padding-bottom: 66px !important;
}

html body.page-id-1409.elementor-page.elementor-page-1409 .pa-services-layout {
	gap: 44px !important;
}

html body.page-id-1409.elementor-page.elementor-page-1409 .elementor-element-8acab44 {
	padding-top: 62px !important;
	padding-bottom: 66px !important;
}

html body.page-id-1409 .pa-team-card {
	overflow: visible !important;
}

html body.page-id-1409 .pa-team-body {
	min-height: 0 !important;
	padding: 22px 22px 24px !important;
}

html body.page-id-1409 .pa-team-body h3,
html body.page-id-1409 .pa-team-body p {
	max-width: 100% !important;
	overflow-wrap: normal !important;
	word-break: normal !important;
}

html body.page-id-1409.elementor-page.elementor-page-1409 .elementor-element-8acab44 .events-post-hero_wrapper {
	min-height: 430px !important;
	height: 430px !important;
}

html body.page-id-1409.elementor-page.elementor-page-1409 .elementor-element-8acab44 .events-post-hero-content_wrapper {
	min-height: 214px !important;
	padding: 24px 26px !important;
}

/* Final visual pass: reduce arbitrary red/black section accents so the home
   page uses the same clean green rhythm as the demo and inner pages. */
html body.page-id-1409.elementor-page.elementor-page-1409 .pa-services-redesign::before,
html body.page-id-1409.elementor-page.elementor-page-1409 .elementor-element-8acab44::before {
	background: #00a85a !important;
}

html body.page-id-1409.elementor-page.elementor-page-1409 .pa-services-intro {
	border-left-color: #00a85a !important;
}

html body.page-id-1409.elementor-page.elementor-page-1409 .pa-service-card::before,
html body.page-id-1409.elementor-page.elementor-page-1409 .pa-service-card:nth-child(2)::before,
html body.page-id-1409.elementor-page.elementor-page-1409 .pa-service-card:nth-child(3)::before,
html body.page-id-1409.elementor-page.elementor-page-1409 .pa-service-card:nth-child(5)::before,
html body.page-id-1409.elementor-page.elementor-page-1409 .pa-service-card:nth-child(6)::before {
	background: #00a85a !important;
}

@media (max-width: 767px) {
	html body.page-id-1409.elementor-page.elementor-page-1409 .elementor-element-76c431d {
		padding-top: 212px !important;
		padding-bottom: 48px !important;
	}

	html body.page-id-1409.elementor-page.elementor-page-1409 .elementor-element-76c431d .elementor-element-157719c,
	html body.page-id-1409.elementor-page.elementor-page-1409 .elementor-element-76c431d .elementor-widget-text-editor,
	html body.page-id-1409.elementor-page.elementor-page-1409 .elementor-element-76c431d .elementor-element-4f474a6 {
		position: relative !important;
		z-index: 3 !important;
	}

	html body.page-id-1409.elementor-page.elementor-page-1409 .elementor-element-76c431d .elementor-element-157719c .dbl-title_1,
	html body.page-id-1409.elementor-page.elementor-page-1409 .elementor-element-76c431d .elementor-element-157719c .elementor-heading-title {
		color: #111515 !important;
	}

	html body.page-id-1409.elementor-page.elementor-page-1409 .elementor-element-76c431d .elementor-widget-text-editor,
	html body.page-id-1409.elementor-page.elementor-page-1409 .elementor-element-76c431d .elementor-widget-text-editor p {
		color: #53645e !important;
	}

	html body.page-id-1409.elementor-page.elementor-page-1409 .elementor-element-76c431d .elementor-element-c612e6f .elementor-spacer-inner,
	html body.page-id-1409.elementor-page.elementor-page-1409 .elementor-element-76c431d .elementor-element-e3bc44b .elementor-spacer-inner,
	html body.page-id-1409.elementor-page.elementor-page-1409 .elementor-element-76c431d .elementor-element-06a2adf .elementor-spacer-inner {
		height: 18px !important;
	}

	html body.page-id-1409.elementor-page.elementor-page-1409 .pa-services-redesign,
	html body.page-id-1409.elementor-page.elementor-page-1409 .pa-leadership-redesign,
	html body.page-id-1409.elementor-page.elementor-page-1409 .pa-faq-redesign,
	html body.page-id-1409.elementor-page.elementor-page-1409 .pa-resources-redesign {
		padding-top: 0 !important;
		padding-bottom: 48px !important;
	}

	html body.page-id-1409.elementor-page.elementor-page-1409 .pa-services-layout {
		gap: 28px !important;
	}

	html body.page-id-1409.elementor-page.elementor-page-1409 .pa-services-redesign .pa-home-shell {
		width: min(calc(100vw - 64px), 360px) !important;
		max-width: min(calc(100vw - 64px), 360px) !important;
	}

	html body.page-id-1409.elementor-page.elementor-page-1409 .pa-services-grid,
	html body.page-id-1409.elementor-page.elementor-page-1409 .pa-service-card {
		box-sizing: border-box !important;
		width: 100% !important;
		max-width: 100% !important;
	}

	html body.page-id-1409.elementor-page.elementor-page-1409 .pa-service-card {
		overflow: hidden !important;
		padding-right: 20px !important;
		padding-left: 20px !important;
	}

	html body.page-id-1409.elementor-page.elementor-page-1409 .pa-service-card::before {
		right: 20px !important;
		left: 20px !important;
	}

	html body.page-id-1409.elementor-page.elementor-page-1409 .pa-service-index {
		flex: 0 0 auto !important;
		font-size: 24px !important;
	}

	html body.page-id-1409.elementor-page.elementor-page-1409 .elementor-element-8acab44 {
		padding-top: 46px !important;
		padding-bottom: 48px !important;
	}

	html body.page-id-1409 .pa-team-body {
		padding: 20px 20px 22px !important;
	}

	html body.page-id-1409.elementor-page.elementor-page-1409 .elementor-element-8acab44 .events-post-hero_wrapper {
		grid-template-rows: 190px auto !important;
		min-height: 380px !important;
		height: auto !important;
	}

	html body.page-id-1409.elementor-page.elementor-page-1409 .elementor-element-8acab44 .events-post-hero_thumb {
		height: 190px !important;
		min-height: 190px !important;
	}

	html body.page-id-1409.elementor-page.elementor-page-1409 .elementor-element-8acab44 .events-post-hero-content_wrapper {
		min-height: 0 !important;
		padding: 22px 22px 20px !important;
	}
}

/* Zensho-inspired home scroll layer: Elementor still owns the content; this
   only adds reveal timing and a pinned horizontal services composition. */
html body.page-id-1409 {
	overflow-x: hidden !important;
}

html body.page-id-1409 .pa-scroll-reveal {
	opacity: 0;
	translate: 0 24px;
	transition:
		opacity 0.66s ease,
		translate 0.66s cubic-bezier(0.2, 0.72, 0.22, 1);
	transition-delay: calc(var(--pa-reveal-index, 0) * 55ms);
	will-change: opacity, translate;
}

html body.page-id-1409 .pa-scroll-reveal.is-visible {
	opacity: 1;
	translate: 0 0;
}

@media (prefers-reduced-motion: reduce) {
	html body.page-id-1409 .pa-scroll-reveal {
		opacity: 1 !important;
		translate: 0 0 !important;
		transition: none !important;
	}
}

@media (min-width: 1025px) {
	html body.page-id-1409.elementor-page.elementor-page-1409 .pa-services-redesign.pa-services-horizontal {
		position: relative !important;
		height: var(--pa-services-scroll, 230vh) !important;
		min-height: 0 !important;
		margin-right: calc(50% - 50vw) !important;
		margin-left: calc(50% - 50vw) !important;
		padding: 0 !important;
		overflow: visible !important;
		isolation: isolate !important;
		background: #f5f8f6 !important;
		border-top: 0 !important;
	}

	html body.page-id-1409.elementor-page.elementor-page-1409 .pa-services-redesign.pa-services-horizontal::before {
		z-index: 4 !important;
		height: 7px !important;
		background: #00a85a !important;
	}

	html body.page-id-1409.elementor-page.elementor-page-1409 .pa-services-redesign.pa-services-horizontal::after {
		content: "";
		position: absolute;
		inset: 0;
		z-index: 0;
		background:
			linear-gradient(115deg, rgba(4, 19, 14, 0.96), rgba(14, 35, 26, 0.92)),
			url("/wp-content/uploads/pa-hero-refresh-20260522/pa-hero-report-launch.jpg") center / cover no-repeat;
		opacity: var(--pa-services-darkness, 0);
		pointer-events: none;
		transition: opacity 0.18s linear;
	}

	html body.page-id-1409.elementor-page.elementor-page-1409 .pa-services-redesign.pa-services-horizontal .pa-services-layout {
		position: sticky !important;
		top: 0 !important;
		z-index: 2 !important;
		display: grid !important;
		grid-template-columns: minmax(320px, 0.42fr) minmax(0, 1fr) !important;
		gap: clamp(36px, 4vw, 70px) !important;
		align-items: center !important;
		box-sizing: border-box !important;
		width: 100vw !important;
		max-width: 100vw !important;
		min-height: 100vh !important;
		margin: 0 !important;
		padding: 76px max(48px, calc((100vw - 1180px) / 2)) 68px !important;
		overflow: hidden !important;
	}

	html body.page-id-1409.elementor-page.elementor-page-1409 .pa-services-redesign.pa-services-horizontal .pa-services-intro {
		align-self: center !important;
		max-width: 430px !important;
		padding-left: 28px !important;
		border-left: 4px solid #00a85a !important;
		transition: border-color 0.24s ease;
	}

	html body.page-id-1409.elementor-page.elementor-page-1409 .pa-services-redesign.pa-services-horizontal .pa-home-kicker,
	html body.page-id-1409.elementor-page.elementor-page-1409 .pa-services-redesign.pa-services-horizontal .pa-home-title,
	html body.page-id-1409.elementor-page.elementor-page-1409 .pa-services-redesign.pa-services-horizontal .pa-home-copy {
		transition: color 0.24s ease;
	}

	html body.page-id-1409.elementor-page.elementor-page-1409 .pa-services-redesign.pa-services-horizontal.is-dark-phase .pa-home-kicker {
		color: #7de2a8 !important;
	}

	html body.page-id-1409.elementor-page.elementor-page-1409 .pa-services-redesign.pa-services-horizontal.is-dark-phase .pa-home-title {
		color: #ffffff !important;
	}

	html body.page-id-1409.elementor-page.elementor-page-1409 .pa-services-redesign.pa-services-horizontal.is-dark-phase .pa-home-copy {
		color: rgba(255, 255, 255, 0.74) !important;
	}

	html body.page-id-1409.elementor-page.elementor-page-1409 .pa-services-redesign.pa-services-horizontal.is-dark-phase .pa-home-button {
		background: #ffffff !important;
		color: #0d2119 !important;
		box-shadow: 0 18px 42px rgba(0, 0, 0, 0.22) !important;
	}

	html body.page-id-1409.elementor-page.elementor-page-1409 .pa-services-redesign.pa-services-horizontal .pa-services-visual {
		display: none !important;
	}

	html body.page-id-1409.elementor-page.elementor-page-1409 .pa-services-redesign.pa-services-horizontal .pa-services-grid {
		display: block !important;
		grid-template-columns: none !important;
		width: 100% !important;
		max-width: none !important;
		overflow: hidden !important;
		transform: none !important;
	}

	html body.page-id-1409.elementor-page.elementor-page-1409 .pa-services-redesign.pa-services-horizontal .pa-services-track {
		display: flex !important;
		gap: 24px !important;
		align-items: stretch !important;
		width: max-content !important;
		max-width: none !important;
		transform: translate3d(var(--pa-services-x, 0), 0, 0) !important;
		transition: transform 0.26s cubic-bezier(0.2, 0.72, 0.22, 1) !important;
		will-change: transform;
	}

	html body.page-id-1409.elementor-page.elementor-page-1409 .pa-services-redesign.pa-services-horizontal .pa-service-card,
	html body.page-id-1409.elementor-page.elementor-page-1409 .pa-services-redesign.pa-services-horizontal .pa-service-card:nth-child(1) {
		position: relative !important;
		flex: 0 0 clamp(370px, 38vw, 470px) !important;
		min-height: 555px !important;
		padding: 34px 34px 254px !important;
		overflow: hidden !important;
		border: 1px solid rgba(8, 31, 22, 0.13) !important;
		border-radius: 8px !important;
		background: rgba(255, 255, 255, 0.96) !important;
		color: #14211c !important;
		box-shadow: 0 24px 54px rgba(10, 31, 23, 0.12) !important;
		transition:
			background 0.24s ease,
			border-color 0.24s ease,
			box-shadow 0.24s ease,
			translate 0.24s ease !important;
	}

	html body.page-id-1409.elementor-page.elementor-page-1409 .pa-services-redesign.pa-services-horizontal .pa-service-card::before {
		right: 34px !important;
		left: 34px !important;
		z-index: 2 !important;
		background: #00a85a !important;
	}

	html body.page-id-1409.elementor-page.elementor-page-1409 .pa-services-redesign.pa-services-horizontal .pa-service-card::after {
		content: "";
		position: absolute;
		right: 24px;
		bottom: 24px;
		left: 24px;
		z-index: 1;
		height: 204px;
		border-radius: 8px;
		background: linear-gradient(180deg, rgba(13, 31, 24, 0.03), rgba(13, 31, 24, 0.34)), var(--pa-card-image) center / cover no-repeat;
		box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18);
		transition: filter 0.24s ease, scale 0.24s ease;
	}

	html body.page-id-1409.elementor-page.elementor-page-1409 .pa-services-redesign.pa-services-horizontal .pa-service-card:nth-child(1) {
		--pa-card-image: url("/wp-content/uploads/pa-hero-refresh-20260522/pa-hero-report-launch.jpg");
	}

	html body.page-id-1409.elementor-page.elementor-page-1409 .pa-services-redesign.pa-services-horizontal .pa-service-card:nth-child(2) {
		--pa-card-image: url("/wp-content/uploads/pa-hero-refresh-20260522/pa-hero-delegation.jpg");
	}

	html body.page-id-1409.elementor-page.elementor-page-1409 .pa-services-redesign.pa-services-horizontal .pa-service-card:nth-child(3) {
		--pa-card-image: url("/wp-content/uploads/pa-hero-refresh-20260522/pa-hero-treasury-transfer.jpg");
	}

	html body.page-id-1409.elementor-page.elementor-page-1409 .pa-services-redesign.pa-services-horizontal .pa-service-card:nth-child(4) {
		--pa-card-image: url("/wp-content/uploads/pa-hero-refresh-20260522/pa-hero-report-launch.jpg");
	}

	html body.page-id-1409.elementor-page.elementor-page-1409 .pa-services-redesign.pa-services-horizontal .pa-service-card:nth-child(5) {
		--pa-card-image: url("/wp-content/uploads/pa-hero-refresh-20260522/pa-hero-delegation.jpg");
	}

	html body.page-id-1409.elementor-page.elementor-page-1409 .pa-services-redesign.pa-services-horizontal .pa-service-card:nth-child(6) {
		--pa-card-image: url("/wp-content/uploads/pa-hero-refresh-20260522/pa-hero-treasury-transfer.jpg");
	}

	html body.page-id-1409.elementor-page.elementor-page-1409 .pa-services-redesign.pa-services-horizontal .pa-service-card > * {
		position: relative !important;
		z-index: 3 !important;
	}

	html body.page-id-1409.elementor-page.elementor-page-1409 .pa-services-redesign.pa-services-horizontal .pa-service-card h3,
	html body.page-id-1409.elementor-page.elementor-page-1409 .pa-services-redesign.pa-services-horizontal .pa-service-card:nth-child(1) h3 {
		max-width: 330px !important;
		margin-top: 36px !important;
		color: #14211c !important;
		font-size: clamp(25px, 2vw, 34px) !important;
		line-height: 1.1 !important;
		letter-spacing: 0 !important;
	}

	html body.page-id-1409.elementor-page.elementor-page-1409 .pa-services-redesign.pa-services-horizontal .pa-service-card p,
	html body.page-id-1409.elementor-page.elementor-page-1409 .pa-services-redesign.pa-services-horizontal .pa-service-card:nth-child(1) p {
		max-width: 330px !important;
		color: #586962 !important;
		font-size: 15px !important;
		line-height: 1.65 !important;
	}

	html body.page-id-1409.elementor-page.elementor-page-1409 .pa-services-redesign.pa-services-horizontal .pa-service-index,
	html body.page-id-1409.elementor-page.elementor-page-1409 .pa-services-redesign.pa-services-horizontal .pa-service-card:nth-child(1) .pa-service-index {
		color: rgba(20, 33, 28, 0.38) !important;
		font-size: 36px !important;
	}

	html body.page-id-1409.elementor-page.elementor-page-1409 .pa-services-redesign.pa-services-horizontal .pa-service-icon,
	html body.page-id-1409.elementor-page.elementor-page-1409 .pa-services-redesign.pa-services-horizontal .pa-service-card:nth-child(1) .pa-service-icon {
		background: #eef7f2 !important;
		color: #168348 !important;
		box-shadow: inset 0 0 0 1px #d7ebe1 !important;
	}

	html body.page-id-1409.elementor-page.elementor-page-1409 .pa-services-redesign.pa-services-horizontal .pa-service-arrow,
	html body.page-id-1409.elementor-page.elementor-page-1409 .pa-services-redesign.pa-services-horizontal .pa-service-card:nth-child(1) .pa-service-arrow {
		margin-top: auto !important;
		color: #087d3e !important;
	}

	html body.page-id-1409.elementor-page.elementor-page-1409 .pa-services-redesign.pa-services-horizontal .pa-service-card.is-active,
	html body.page-id-1409.elementor-page.elementor-page-1409 .pa-services-redesign.pa-services-horizontal .pa-service-card:hover,
	html body.page-id-1409.elementor-page.elementor-page-1409 .pa-services-redesign.pa-services-horizontal .pa-service-card:focus {
		translate: 0 -8px;
		background: #0d2119 !important;
		border-color: rgba(126, 224, 167, 0.48) !important;
		box-shadow: 0 34px 76px rgba(0, 0, 0, 0.24) !important;
	}

	html body.page-id-1409.elementor-page.elementor-page-1409 .pa-services-redesign.pa-services-horizontal .pa-service-card.is-active h3,
	html body.page-id-1409.elementor-page.elementor-page-1409 .pa-services-redesign.pa-services-horizontal .pa-service-card:hover h3,
	html body.page-id-1409.elementor-page.elementor-page-1409 .pa-services-redesign.pa-services-horizontal .pa-service-card:focus h3 {
		color: #ffffff !important;
	}

	html body.page-id-1409.elementor-page.elementor-page-1409 .pa-services-redesign.pa-services-horizontal .pa-service-card.is-active p,
	html body.page-id-1409.elementor-page.elementor-page-1409 .pa-services-redesign.pa-services-horizontal .pa-service-card:hover p,
	html body.page-id-1409.elementor-page.elementor-page-1409 .pa-services-redesign.pa-services-horizontal .pa-service-card:focus p {
		color: rgba(255, 255, 255, 0.72) !important;
	}

	html body.page-id-1409.elementor-page.elementor-page-1409 .pa-services-redesign.pa-services-horizontal .pa-service-card.is-active .pa-service-index,
	html body.page-id-1409.elementor-page.elementor-page-1409 .pa-services-redesign.pa-services-horizontal .pa-service-card:hover .pa-service-index,
	html body.page-id-1409.elementor-page.elementor-page-1409 .pa-services-redesign.pa-services-horizontal .pa-service-card:focus .pa-service-index {
		color: rgba(255, 255, 255, 0.34) !important;
	}

	html body.page-id-1409.elementor-page.elementor-page-1409 .pa-services-redesign.pa-services-horizontal .pa-service-card.is-active .pa-service-icon,
	html body.page-id-1409.elementor-page.elementor-page-1409 .pa-services-redesign.pa-services-horizontal .pa-service-card:hover .pa-service-icon,
	html body.page-id-1409.elementor-page.elementor-page-1409 .pa-services-redesign.pa-services-horizontal .pa-service-card:focus .pa-service-icon {
		background: rgba(255, 255, 255, 0.1) !important;
		color: #7ee0a7 !important;
		box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.14) !important;
	}

	html body.page-id-1409.elementor-page.elementor-page-1409 .pa-services-redesign.pa-services-horizontal .pa-service-card.is-active .pa-service-arrow,
	html body.page-id-1409.elementor-page.elementor-page-1409 .pa-services-redesign.pa-services-horizontal .pa-service-card:hover .pa-service-arrow,
	html body.page-id-1409.elementor-page.elementor-page-1409 .pa-services-redesign.pa-services-horizontal .pa-service-card:focus .pa-service-arrow {
		color: #7ee0a7 !important;
	}

	html body.page-id-1409.elementor-page.elementor-page-1409 .pa-services-redesign.pa-services-horizontal .pa-service-card.is-active::after,
	html body.page-id-1409.elementor-page.elementor-page-1409 .pa-services-redesign.pa-services-horizontal .pa-service-card:hover::after,
	html body.page-id-1409.elementor-page.elementor-page-1409 .pa-services-redesign.pa-services-horizontal .pa-service-card:focus::after {
		filter: saturate(1.08) contrast(1.05);
		scale: 1.025;
	}
}

@media (max-width: 1024px) {
	html body.page-id-1409 .pa-scroll-reveal {
		opacity: 1 !important;
		translate: 0 0 !important;
		transition: none !important;
	}

	html body.page-id-1409.elementor-page.elementor-page-1409 .pa-services-redesign.pa-services-horizontal {
		height: auto !important;
	}

	html body.page-id-1409.elementor-page.elementor-page-1409 .pa-services-redesign.pa-services-horizontal .pa-services-layout {
		position: relative !important;
		min-height: 0 !important;
	}
}

/* Homepage cleanup: keep the FAQ, partner logos and notices editable in
   Elementor, while removing the heavy card shadows that made these sections
   feel visually cluttered. */
html body.page-id-1409.elementor-page.elementor-page-1409 .pa-faq-redesign {
	padding-bottom: 138px !important;
}

html body.page-id-1409.elementor-page.elementor-page-1409 .pa-faq-accordion {
	filter: none !important;
}

html body.page-id-1409.elementor-page.elementor-page-1409 .pa-faq-item {
	box-shadow: none !important;
}

html body.page-id-1409.elementor-page.elementor-page-1409 .pa-partners-banner {
	display: block !important;
}

html body.page-id-1409.elementor-page.elementor-page-1409 .elementor-element-2654097 {
	padding-top: 146px !important;
}

html body.page-id-1409 .pa-scroll-reveal,
html body.page-id-1409 .pa-scroll-reveal.is-visible {
	opacity: 1 !important;
	translate: 0 0 !important;
	transform: none !important;
	transition: none !important;
	transition-delay: 0s !important;
	will-change: auto !important;
}

html body.page-id-1409.elementor-page.elementor-page-1409 .pa-services-redesign.pa-services-horizontal::after {
	display: none !important;
	opacity: 0 !important;
	transition: none !important;
}

html body.page-id-1409.elementor-page.elementor-page-1409 .pa-services-redesign.pa-services-horizontal .pa-home-kicker,
html body.page-id-1409.elementor-page.elementor-page-1409 .pa-services-redesign.pa-services-horizontal .pa-home-title,
html body.page-id-1409.elementor-page.elementor-page-1409 .pa-services-redesign.pa-services-horizontal .pa-home-copy,
html body.page-id-1409.elementor-page.elementor-page-1409 .pa-services-redesign.pa-services-horizontal .pa-home-button {
	transition: none !important;
}

html body.page-id-1409.elementor-page.elementor-page-1409 .pa-services-redesign.pa-services-horizontal.is-dark-phase .pa-home-title {
	color: #111515 !important;
}

html body.page-id-1409.elementor-page.elementor-page-1409 .pa-services-redesign.pa-services-horizontal.is-dark-phase .pa-home-copy {
	color: #586962 !important;
}

html body.page-id-1409.elementor-page.elementor-page-1409 .pa-services-redesign.pa-services-horizontal.is-dark-phase .pa-home-button {
	background: #ffffff !important;
	color: #111515 !important;
	box-shadow: none !important;
}

html body.page-id-1409.elementor-page.elementor-page-1409 .elementor-element-8acab44 .events-post,
html body.page-id-1409.elementor-page.elementor-page-1409 .elementor-element-8acab44 .events-post-hero_wrapper,
html body.page-id-1409.elementor-page.elementor-page-1409 .elementor-element-8acab44 .events-post-hero_wrapper:hover,
html body.page-id-1409.elementor-page.elementor-page-1409 .elementor-element-8acab44 .events-post-hero_wrapper:focus-within,
html body.page-id-1409.elementor-page.elementor-page-1409 .elementor-element-8acab44 .events-post-hero_thumb,
html body.page-id-1409.elementor-page.elementor-page-1409 .elementor-element-8acab44 .events-post-hero-content_wrapper,
html body.page-id-1409.elementor-page.elementor-page-1409 .elementor-element-8acab44 .elementor-button-link,
html body.page-id-1409.elementor-page.elementor-page-1409 .elementor-element-8acab44 .slick-list,
html body.page-id-1409.elementor-page.elementor-page-1409 .elementor-element-8acab44 .wgl_col-4 {
	box-shadow: none !important;
	filter: none !important;
}

html body.page-id-1409.elementor-page.elementor-page-1409 .elementor-element-8acab44 .events-post-hero_wrapper:hover,
html body.page-id-1409.elementor-page.elementor-page-1409 .elementor-element-8acab44 .events-post-hero_wrapper:focus-within {
	transform: none !important;
}

html body.page-id-1409.elementor-page.elementor-page-1409 .elementor-element-8acab44 .elementor-element-7aeb3d4 .elementor-button-link {
	box-shadow: none !important;
}

@media (max-width: 1024px) {
	html body.page-id-1409.elementor-page.elementor-page-1409 .pa-faq-redesign {
		padding-bottom: 118px !important;
	}

	html body.page-id-1409.elementor-page.elementor-page-1409 .elementor-element-2654097 {
		padding-top: 124px !important;
	}
}

@media (max-width: 767px) {
	html body.page-id-1409.elementor-page.elementor-page-1409 .pa-faq-redesign {
		padding-bottom: 138px !important;
	}

	html body.page-id-1409.elementor-page.elementor-page-1409 .elementor-element-2654097 {
		padding-top: 146px !important;
	}
}

/* Services deep-green pass: keep the Authority Services carousel on the same
   canvas as the mandate section instead of starting on a pale panel. */
html body.page-id-1409.elementor-page.elementor-page-1409 .pa-services-redesign,
html body.page-id-1409.elementor-page.elementor-page-1409 .pa-services-redesign.pa-services-horizontal {
	background:
		linear-gradient(115deg, rgba(4, 19, 14, 0.96), rgba(10, 35, 24, 0.94)),
		url("/wp-content/uploads/pa-hero-refresh-20260522/pa-hero-report-launch.jpg") center / cover no-repeat !important;
	border-top: 0 !important;
}

html body.page-id-1409.elementor-page.elementor-page-1409 .pa-services-redesign.pa-services-horizontal::after {
	display: none !important;
	opacity: 0 !important;
}

html body.page-id-1409.elementor-page.elementor-page-1409 .pa-services-redesign .pa-home-kicker,
html body.page-id-1409.elementor-page.elementor-page-1409 .pa-services-redesign.pa-services-horizontal .pa-home-kicker {
	color: #7de2a8 !important;
}

html body.page-id-1409.elementor-page.elementor-page-1409 .pa-services-redesign .pa-home-title,
html body.page-id-1409.elementor-page.elementor-page-1409 .pa-services-redesign.pa-services-horizontal .pa-home-title,
html body.page-id-1409.elementor-page.elementor-page-1409 .pa-services-redesign.pa-services-horizontal.is-dark-phase .pa-home-title {
	color: #ffffff !important;
}

html body.page-id-1409.elementor-page.elementor-page-1409 .pa-services-redesign .pa-home-copy,
html body.page-id-1409.elementor-page.elementor-page-1409 .pa-services-redesign.pa-services-horizontal .pa-home-copy,
html body.page-id-1409.elementor-page.elementor-page-1409 .pa-services-redesign.pa-services-horizontal.is-dark-phase .pa-home-copy {
	color: rgba(255, 255, 255, 0.74) !important;
}

html body.page-id-1409.elementor-page.elementor-page-1409 .pa-services-redesign .pa-home-button,
html body.page-id-1409.elementor-page.elementor-page-1409 .pa-services-redesign.pa-services-horizontal .pa-home-button,
html body.page-id-1409.elementor-page.elementor-page-1409 .pa-services-redesign.pa-services-horizontal.is-dark-phase .pa-home-button {
	background: #ffffff !important;
	color: #0d2119 !important;
	box-shadow: 0 18px 42px rgba(0, 0, 0, 0.22) !important;
}

html body.page-id-1409.elementor-page.elementor-page-1409 .pa-partners-banner {
	display: none !important;
}
