:root {
	--ag-blue: #004a80;
	--ag-blue-700: #00365d;
	--ag-green: #00a651;
	--ag-text: #333333;
	--ag-muted: #67727d;
	--ag-light: #f5f5f5;
	--ag-border: #dde5ea;
	--ag-white: #ffffff;
	--ag-radius: 8px;
	--ag-shadow: 0 16px 40px rgba(0, 74, 128, 0.12);
}

html {
	scroll-behavior: smooth;
}

body {
	background: var(--ag-white);
	color: var(--ag-text);
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 1rem;
	line-height: 1.7;
	text-rendering: optimizeLegibility;
}

a {
	color: var(--ag-blue);
	text-decoration-thickness: 0.08em;
	text-underline-offset: 0.18em;
}

a:hover,
a:focus {
	color: var(--ag-green);
}

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

.screen-reader-text,
.skip-link {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute;
	width: 1px;
}

.skip-link:focus {
	background: var(--ag-white);
	border: 2px solid var(--ag-blue);
	clip: auto;
	height: auto;
	left: 1rem;
	padding: 0.75rem 1rem;
	top: 1rem;
	width: auto;
	z-index: 10000;
}

.container {
	max-width: 1160px;
}

.top-strip {
	background:
		radial-gradient(circle at 18% 0, rgba(0, 166, 81, 0.34), transparent 28%),
		linear-gradient(90deg, var(--ag-blue), #005b90 55%, var(--ag-blue));
	color: var(--ag-white);
	font-size: 0.82rem;
}

.top-strip-inner {
	display: flex;
	align-items: center;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 0.45rem 0.75rem;
	justify-content: center;
	line-height: 1.25;
	min-height: 34px;
	padding: 0.38rem 0;
	text-align: center;
}

.top-strip a {
	color: var(--ag-white);
	font-weight: 700;
	text-decoration: none;
}

.top-strip-divider {
	color: rgba(255, 255, 255, 0.4);
}

.site-header {
	background:
		radial-gradient(circle at 16% 30%, rgba(0, 166, 81, 0.08), transparent 24%),
		radial-gradient(circle at 78% 0, rgba(0, 74, 128, 0.08), transparent 28%),
		var(--ag-white);
	border-bottom: 1px solid var(--ag-border);
	position: sticky;
	top: 0;
	z-index: 1020;
}

.main-navbar {
	background: transparent;
	padding: 0.55rem 0;
}

.navbar-brand {
	margin-right: 1rem;
	max-width: min(62vw, 260px);
	padding: 0;
}

.navbar-brand img {
	display: block;
	width: 100%;
}

.navbar-toggler {
	border-color: var(--ag-border);
	border-radius: var(--ag-radius);
	padding: 0.55rem 0.7rem;
}

.navbar-toggler:focus {
	box-shadow: 0 0 0 0.2rem rgba(0, 166, 81, 0.22);
}

.navbar-collapse {
	border-top: 1px solid var(--ag-border);
	margin-top: 0.85rem;
	padding-top: 0.85rem;
}

.navbar-nav {
	gap: 0.1rem;
}

.navbar-nav .nav-link {
	border-radius: var(--ag-radius);
	color: var(--ag-text);
	font-weight: 700;
	padding: 0.75rem 0.85rem;
}

.navbar-nav > .dropdown {
	position: relative;
}

.ag-submenu-toggle {
	align-items: center;
	background: rgba(0, 74, 128, 0.06);
	border: 1px solid rgba(0, 74, 128, 0.12);
	border-radius: 8px;
	color: var(--ag-blue);
	display: none;
	height: 36px;
	justify-content: center;
	position: absolute;
	right: 0.35rem;
	top: 0.38rem;
	width: 36px;
}

.ag-submenu-toggle span {
	border-bottom: 2px solid currentColor;
	border-right: 2px solid currentColor;
	display: block;
	height: 8px;
	transform: translateY(-2px) rotate(45deg);
	transition: transform 0.18s ease;
	width: 8px;
}

.ag-submenu-toggle[aria-expanded="true"] span {
	transform: translateY(2px) rotate(225deg);
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus,
.navbar-nav .current-menu-item > .nav-link,
.navbar-nav .current-menu-ancestor > .nav-link,
.navbar-nav .current_page_item > .nav-link,
.navbar-nav .current_page_ancestor > .nav-link {
	background: rgba(0, 166, 81, 0.1);
	color: var(--ag-blue);
}

.dropdown-menu {
	border: 1px solid var(--ag-border);
	border-radius: var(--ag-radius);
	box-shadow: var(--ag-shadow);
	padding: 0.5rem;
}

.dropdown-item {
	border-radius: 6px;
	color: var(--ag-text);
	font-weight: 600;
	padding: 0.65rem 0.75rem;
	white-space: normal;
}

.dropdown-item:hover,
.dropdown-item:focus {
	background: rgba(0, 74, 128, 0.08);
	color: var(--ag-blue);
}

.navbar .mega-menu-wrap,
.navbar .mega-menu-toggle {
	display: contents;
}

.navbar ul.mega-menu {
	display: flex !important;
	gap: 0.1rem !important;
	list-style: none !important;
	margin: 0 0 0 auto !important;
	padding: 0 !important;
}

.navbar ul.mega-menu > li {
	position: relative !important;
}

.navbar ul.mega-menu a.mega-menu-link {
	border-radius: var(--ag-radius) !important;
	color: var(--ag-text) !important;
	display: block !important;
	font-size: 0.95rem !important;
	font-weight: 700 !important;
	height: auto !important;
	line-height: 1.35 !important;
	padding: 0.75rem 0.85rem !important;
	text-decoration: none !important;
}

.navbar ul.mega-menu > li:hover > a.mega-menu-link,
.navbar ul.mega-menu > li:focus-within > a.mega-menu-link,
.navbar ul.mega-menu > li.mega-current-menu-item > a.mega-menu-link,
.navbar ul.mega-menu > li.mega-current-menu-ancestor > a.mega-menu-link {
	background: rgba(0, 166, 81, 0.1) !important;
	color: var(--ag-blue) !important;
}

.navbar ul.mega-menu li > ul.mega-sub-menu {
	background: #ffffff !important;
	border: 1px solid var(--ag-border) !important;
	border-radius: var(--ag-radius) !important;
	box-shadow: var(--ag-shadow) !important;
	display: none !important;
	left: 0 !important;
	list-style: none !important;
	margin: 0 !important;
	min-width: 260px !important;
	padding: 0.5rem !important;
	position: absolute !important;
	top: 100% !important;
	width: max-content !important;
	z-index: 1050 !important;
}

.navbar ul.mega-menu > li:hover > ul.mega-sub-menu,
.navbar ul.mega-menu > li:focus-within > ul.mega-sub-menu {
	display: block !important;
}

.navbar ul.mega-menu li.mega-menu-megamenu > ul.mega-sub-menu {
	max-height: min(74vh, 720px) !important;
	min-width: 300px !important;
	overflow-y: auto !important;
	width: min(360px, calc(100vw - 2rem)) !important;
}

.navbar ul.mega-menu ul.mega-sub-menu li {
	display: block !important;
	float: none !important;
	width: 100% !important;
}

.navbar ul.mega-menu ul.mega-sub-menu a.mega-menu-link {
	border-radius: 6px !important;
	color: var(--ag-text) !important;
	font-size: 0.92rem !important;
	font-weight: 650 !important;
	padding: 0.65rem 0.75rem !important;
	white-space: normal !important;
}

.navbar ul.mega-menu ul.mega-sub-menu a.mega-menu-link:hover,
.navbar ul.mega-menu ul.mega-sub-menu a.mega-menu-link:focus {
	background: rgba(0, 74, 128, 0.08) !important;
	color: var(--ag-blue) !important;
}

@media (max-width: 1199px) {
	.navbar-nav > .dropdown > .nav-link {
		padding-right: 3.25rem;
	}

	.ag-submenu-toggle {
		display: inline-flex;
	}

	.ag-submenu-toggle:hover,
	.ag-submenu-toggle:focus {
		background: rgba(0, 166, 81, 0.12);
		border-color: rgba(0, 166, 81, 0.34);
	}

	.navbar-collapse .dropdown-menu {
		border: 0;
		box-shadow: none;
		display: none;
		margin: 0;
		padding: 0 0 0.4rem 0.75rem;
		position: static;
	}

	.navbar-collapse .ag-submenu-open > .dropdown-menu {
		display: block;
	}
}

.site-main {
	background: linear-gradient(180deg, #ffffff 0, #ffffff 320px, #f8fafb 320px);
	min-height: 56vh;
}

.page-hero {
	background:
		linear-gradient(120deg, rgba(0, 74, 128, 0.95), rgba(0, 166, 81, 0.84)),
		#004a80;
	color: var(--ag-white);
	padding: 2.5rem 0;
}

.page-hero h1 {
	font-size: clamp(2rem, 7vw, 4.25rem);
	font-weight: 800;
	line-height: 1.05;
	margin: 0;
	max-width: 980px;
}

.eyebrow {
	color: var(--ag-green);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	margin-bottom: 0.6rem;
	text-transform: uppercase;
}

.page-hero .eyebrow {
	color: rgba(255, 255, 255, 0.82);
}

.content-section {
	padding: 2rem 0 3rem;
}

.content-card,
.post-card {
	background: var(--ag-white);
	border: 1px solid var(--ag-border);
	border-radius: var(--ag-radius);
	box-shadow: 0 8px 28px rgba(0, 0, 0, 0.04);
	padding: clamp(1.25rem, 4vw, 2.5rem);
}

.entry-content > *:first-child {
	margin-top: 0;
}

.entry-content > *:last-child {
	margin-bottom: 0;
}

.entry-content h2,
.entry-content h3,
.entry-content h4 {
	color: var(--ag-blue);
	font-weight: 800;
	line-height: 1.2;
	margin: 2rem 0 0.85rem;
}

.entry-content h2 {
	font-size: clamp(1.65rem, 4vw, 2.35rem);
}

.entry-content h3 {
	font-size: clamp(1.35rem, 3vw, 1.75rem);
}

.entry-content p,
.entry-content ul,
.entry-content ol {
	margin-bottom: 1.1rem;
}

.entry-content .wp-block-button__link,
.btn-primary {
	background: var(--ag-blue);
	border-color: var(--ag-blue);
	border-radius: var(--ag-radius);
	font-weight: 800;
	padding: 0.75rem 1.15rem;
}

.entry-content .wp-block-button__link:hover,
.btn-primary:hover,
.btn-primary:focus {
	background: var(--ag-green);
	border-color: var(--ag-green);
}

.post-list {
	display: grid;
	gap: 1rem;
}

.post-card {
	display: grid;
	gap: 1rem;
}

.post-card h2 {
	font-size: 1.35rem;
	margin: 0 0 0.5rem;
}

.post-card h2 a,
.text-link {
	color: var(--ag-blue);
	font-weight: 800;
	text-decoration: none;
}

.post-card-media img,
.featured-media img {
	border-radius: var(--ag-radius);
	display: block;
	width: 100%;
}

.search-form {
	display: grid;
	gap: 0.75rem;
	margin-bottom: 1.5rem;
}

.page-id-11604 .content-section {
	padding: clamp(1.5rem, 4vw, 3rem) 0 clamp(3rem, 6vw, 5rem);
}

.page-id-11604 .content-card {
	margin-inline: auto;
	max-width: 1080px;
	overflow: hidden;
	padding: clamp(1rem, 3vw, 2rem);
}

.page-id-11604 #panel-11604-0-0-0 {
	margin-bottom: clamp(1.25rem, 3vw, 2rem);
}

.page-id-11604 #panel-11604-0-0-0 img {
	border-radius: var(--ag-radius);
	box-shadow: 0 16px 42px rgba(0, 74, 128, 0.12);
	display: block;
	float: none;
	height: auto;
	margin: 0 auto;
	max-width: 760px;
	width: 100%;
}

.page-id-11604 #panel-11604-0-0-1 {
	background:
		linear-gradient(135deg, rgba(0, 74, 128, 0.06), rgba(0, 166, 81, 0.08)),
		#ffffff;
	border: 1px solid var(--ag-border);
	border-radius: var(--ag-radius);
	display: flow-root;
	padding: clamp(1.25rem, 4vw, 2rem);
}

.page-id-11604 #panel-11604-0-0-1 .widget-title {
	color: var(--ag-blue);
	font-size: clamp(1.55rem, 3.5vw, 2.2rem);
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.1;
	margin: 0 0 1rem;
	max-width: 720px;
}

.page-id-11604 #panel-11604-0-0-1 .textwidget {
	color: var(--ag-text);
	font-size: 1.05rem;
	line-height: 1.65;
}

.page-id-11604 #panel-11604-0-0-1 .textwidget strong {
	color: var(--ag-blue);
}

.page-id-11604 #panel-11604-0-0-1 h4 {
	margin: 1.35rem 0 1rem;
}

.page-id-11604 #panel-11604-0-0-1 h4 a,
.page-id-11604 #panel-11604-0-0-3 a {
	background: var(--ag-green);
	border-radius: var(--ag-radius);
	color: var(--ag-white);
	display: inline-flex;
	font-size: 0.98rem;
	font-weight: 900;
	line-height: 1.1;
	padding: 0.85rem 1.1rem;
	text-decoration: none;
	text-transform: uppercase;
}

.page-id-11604 #panel-11604-0-0-1 h4 a:hover,
.page-id-11604 #panel-11604-0-0-1 h4 a:focus,
.page-id-11604 #panel-11604-0-0-3 a:hover,
.page-id-11604 #panel-11604-0-0-3 a:focus {
	background: var(--ag-blue);
	color: var(--ag-white);
}

.page-id-11604 #calc_frame {
	background: #ffffff;
	border: 1px solid rgba(0, 74, 128, 0.16);
	border-radius: var(--ag-radius);
	box-shadow: 0 14px 36px rgba(0, 0, 0, 0.08);
	display: block;
	height: 390px;
	margin-top: 1rem;
	max-width: 100%;
	width: min(700px, 100%);
}

.page-id-11604 .wp-image-11701 {
	border-radius: var(--ag-radius);
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
	float: right;
	height: auto;
	margin: -4rem 0 1rem clamp(1rem, 3vw, 2rem);
	max-width: min(340px, 38%);
}

.page-id-11604 #panel-11604-0-0-2 {
	margin-top: 1.5rem;
}

.page-id-11604 #panel-11604-0-0-3 {
	margin-top: 1rem;
	text-align: right;
}

.page-id-11604 #panel-11604-0-0-3 p {
	margin: 0;
}

@media (max-width: 820px) {
	.page-id-11604 #panel-11604-0-0-1 {
		padding: 1.15rem;
	}

	.page-id-11604 #calc_frame {
		height: 640px;
	}

	.page-id-11604 .wp-image-11701 {
		float: none;
		margin: 1.25rem auto 0;
		max-width: min(360px, 100%);
		width: 100%;
	}

	.page-id-11604 #panel-11604-0-0-3 {
		text-align: left;
	}
}

.ag-therapy-page .content-section {
	padding: clamp(1.5rem, 4vw, 3rem) 0 clamp(3rem, 6vw, 5rem);
}

.ag-therapy-page .content-card {
	font-size: 1.04rem;
	line-height: 1.72;
	margin-inline: auto;
	max-width: 1060px;
	overflow: hidden;
	padding: clamp(1.15rem, 3.5vw, 2.35rem);
}

.ag-therapy-page .entry-content,
.ag-therapy-page .textwidget,
.ag-therapy-page .so-widget-sow-editor,
.ag-therapy-page .wp-block-column {
	color: var(--ag-text);
}

.ag-therapy-page .panel-layout {
	display: grid;
	gap: clamp(1.25rem, 3vw, 2rem);
}

.ag-therapy-page .panel-grid {
	margin-bottom: 0 !important;
}

.ag-therapy-page .panel-grid-cell {
	min-width: 0;
}

.ag-therapy-page .so-panel {
	margin-bottom: 0 !important;
}

.ag-therapy-page h2,
.ag-therapy-page h3,
.ag-therapy-page h4,
.ag-therapy-page .widget-title {
	color: var(--ag-blue);
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.18;
	margin: 1.8rem 0 0.75rem;
}

.ag-therapy-page h3,
.ag-therapy-page .widget-title {
	font-size: clamp(1.45rem, 3.2vw, 2.1rem);
}

.ag-therapy-page h4 {
	font-size: clamp(1.18rem, 2.3vw, 1.45rem);
}

.ag-therapy-page p,
.ag-therapy-page li {
	font-size: inherit;
	line-height: inherit;
}

.ag-therapy-page a {
	font-weight: 750;
}

.ag-therapy-page blockquote,
.ag-therapy-page .wp-block-quote {
	background:
		linear-gradient(135deg, rgba(0, 74, 128, 0.08), rgba(0, 166, 81, 0.1)),
		#ffffff;
	border: 1px solid rgba(0, 74, 128, 0.12);
	border-left: 5px solid var(--ag-green);
	border-radius: var(--ag-radius);
	clear: both;
	color: var(--ag-blue);
	font-size: clamp(1rem, 2.2vw, 1.22rem);
	font-weight: 750;
	line-height: 1.55;
	margin: 1.4rem 0;
	padding: clamp(1rem, 3vw, 1.4rem);
}

.ag-therapy-page blockquote p,
.ag-therapy-page .wp-block-quote p {
	margin: 0;
}

.ag-therapy-page img {
	border-radius: var(--ag-radius);
	height: auto;
	max-width: 100%;
}

.ag-therapy-page article img[width="1140"][height="200"],
.ag-therapy-page article img.size-full[height="200"] {
	box-shadow: 0 16px 42px rgba(0, 74, 128, 0.12);
	clear: both;
	display: block;
	float: none !important;
	margin: 0 auto clamp(1.25rem, 3vw, 2rem) !important;
	width: 100%;
}

.ag-therapy-page .alignleft,
.ag-therapy-page img.alignleft {
	float: left;
	margin: 0.35rem clamp(1rem, 3vw, 1.6rem) 1rem 0;
	max-width: min(42%, 360px);
}

.ag-therapy-page .alignright,
.ag-therapy-page img.alignright {
	float: right;
	margin: 0.35rem 0 1rem clamp(1rem, 3vw, 1.6rem);
	max-width: min(42%, 360px);
}

.ag-therapy-page .aligncenter,
.ag-therapy-page img.aligncenter {
	display: block;
	margin: 1.25rem auto;
}

.ag-therapy-page .wp-block-columns {
	gap: clamp(1rem, 3vw, 2rem);
	margin: clamp(1.5rem, 4vw, 2.5rem) 0;
}

.ag-therapy-page .wp-block-image img {
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
	display: block;
}

.ag-therapy-page iframe[src*="youtube.com"],
.ag-therapy-page iframe[src*="youtu.be"],
.ag-therapy-page iframe[src*="vimeo.com"],
.ag-therapy-page .wp-video,
.ag-therapy-page video {
	aspect-ratio: 16 / 9;
	border: 0;
	border-radius: var(--ag-radius);
	box-shadow: 0 16px 42px rgba(0, 74, 128, 0.14);
	display: block;
	height: auto !important;
	margin: 1rem auto;
	max-width: 100%;
	overflow: hidden;
	width: 100% !important;
}

.ag-therapy-page .mejs-container,
.ag-therapy-page .wp-video-shortcode,
.ag-therapy-page .mejs-overlay,
.ag-therapy-page .mejs-poster {
	border-radius: var(--ag-radius);
	max-width: 100%;
	width: 100% !important;
}

.ag-therapy-page .wp-block-button__link,
.ag-therapy-page .entry-content h4 a:only-child {
	background: var(--ag-green);
	border-radius: var(--ag-radius);
	color: var(--ag-white);
	display: inline-flex;
	font-size: 0.96rem;
	font-weight: 900;
	line-height: 1.1;
	padding: 0.85rem 1.1rem;
	text-decoration: none;
	text-transform: uppercase;
}

.ag-therapy-page .wp-block-button__link:hover,
.ag-therapy-page .wp-block-button__link:focus,
.ag-therapy-page .entry-content h4 a:only-child:hover,
.ag-therapy-page .entry-content h4 a:only-child:focus {
	background: var(--ag-blue);
	color: var(--ag-white);
}

@media (max-width: 781px) {
	.ag-therapy-page .page-hero {
		padding: 2rem 0;
	}

	.ag-therapy-page .content-card {
		border-radius: 0;
		border-left: 0;
		border-right: 0;
		box-shadow: none;
		font-size: 1rem;
		line-height: 1.68;
		margin-inline: calc(var(--bs-gutter-x, 1.5rem) * -0.5);
		padding: 1.15rem;
	}

	.ag-therapy-page .panel-layout {
		gap: 1.2rem;
	}

	.ag-therapy-page .panel-grid {
		display: grid !important;
		gap: 1.15rem;
	}

	.ag-therapy-page .panel-grid-cell {
		width: 100% !important;
	}

	.ag-therapy-page .alignleft,
	.ag-therapy-page .alignright,
	.ag-therapy-page img.alignleft,
	.ag-therapy-page img.alignright {
		float: none;
		margin: 1rem auto;
		max-width: min(100%, 420px);
		width: auto;
	}

	.ag-therapy-page article img[width="1140"][height="200"],
	.ag-therapy-page article img.size-full[height="200"] {
		margin-bottom: 1.1rem !important;
	}

	.ag-therapy-page h2,
	.ag-therapy-page h3,
	.ag-therapy-page h4,
	.ag-therapy-page .widget-title {
		margin-top: 1.45rem;
	}
}

.home .site-main {
	background: #ffffff;
}

.bhc-home-hero {
	background:
		linear-gradient(90deg, rgba(0, 74, 128, 0.9), rgba(0, 166, 81, 0.68)),
		url("../img/bhc-hero.jpg") center / cover no-repeat;
	color: var(--ag-white);
	min-height: clamp(430px, 54vw, 620px);
	position: relative;
}

.bhc-home-hero .container {
	align-items: center;
	display: flex;
	min-height: inherit;
}

.bhc-home-hero__content {
	max-width: 720px;
	padding: clamp(3rem, 8vw, 6rem) 0;
}

.bhc-home-hero h1 {
	font-size: clamp(2.8rem, 8vw, 5.6rem);
	font-weight: 900;
	letter-spacing: 0;
	line-height: 0.98;
	margin: 0 0 1rem;
	text-wrap: balance;
}

.bhc-home-hero p:not(.ag-kicker) {
	color: rgba(255, 255, 255, 0.9);
	font-size: clamp(1.2rem, 3vw, 1.6rem);
	font-weight: 700;
	line-height: 1.35;
	margin-bottom: 1.25rem;
}

.bhc-home-content {
	overflow: hidden;
	padding: clamp(1.5rem, 4vw, 3rem) 0 clamp(3rem, 6vw, 5rem);
}

.bhc-home-content .panel-layout {
	display: grid;
	gap: clamp(1.25rem, 3vw, 2rem);
}

.bhc-home-content .panel-grid {
	margin: 0 auto !important;
	max-width: 1140px;
	width: min(100% - 2rem, 1140px);
}

.bhc-home-content .panel-row-style {
	border-radius: var(--ag-radius);
	margin-inline: auto;
	max-width: 1140px;
	width: min(100%, 1140px);
}

.bhc-home-content #pg-55-0,
.bhc-home-content #pg-55-1 {
	background: #ffffff;
	border: 1px solid rgba(0, 74, 128, 0.1);
	border-radius: var(--ag-radius);
	box-shadow: 0 10px 28px rgba(0, 74, 128, 0.05);
	padding: clamp(1rem, 3vw, 1.5rem);
	text-align: center;
}

.bhc-home-content #pg-55-0 .sow-headline,
.bhc-home-content #pg-55-1 .sow-headline {
	font-size: clamp(1.35rem, 3vw, 2rem);
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.2;
	margin: 0;
}

.bhc-home-content #pg-55-0 .sow-sub-headline,
.bhc-home-content #pg-55-1 .sow-sub-headline {
	color: var(--ag-muted);
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.45;
}

.bhc-home-content #pg-55-1 {
	border-color: rgba(0, 166, 81, 0.2);
}

.bhc-home-content #pg-55-1 .sow-headline,
.bhc-home-content #pg-55-1 .sow-sub-headline {
	color: #b42318 !important;
}

.bhc-home-content .panel-grid-cell {
	min-width: 0;
}

.bhc-home-content #pg-55-2,
.bhc-home-content #pg-55-3 {
	align-items: stretch;
	display: grid !important;
	gap: 1.25rem;
	justify-items: stretch;
}

.bhc-home-content #pg-55-2 {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.bhc-home-content #pg-55-3 {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bhc-home-content #pg-55-2 > .panel-grid-cell,
.bhc-home-content #pg-55-3 > .panel-grid-cell,
.bhc-home-content .featured-page,
.bhc-home-content #panel-55-2-0-0,
.bhc-home-content #panel-55-3-0-0 {
	height: 100%;
	justify-self: stretch;
	width: 100% !important;
}

.bhc-home-content #panel-55-2-0-0,
.bhc-home-content #panel-55-3-0-0,
.bhc-home-content .featured-page {
	background: #ffffff;
	border: 1px solid var(--ag-border);
	border-radius: var(--ag-radius);
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
	overflow: hidden;
}

.bhc-home-content #panel-55-2-0-0,
.bhc-home-content #panel-55-3-0-0 {
	padding: 1.25rem;
}

.bhc-home-content .widget-title,
.bhc-home-content .featued-page--title {
	color: var(--ag-blue);
	font-size: clamp(1.3rem, 2.6vw, 1.75rem);
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.16;
	margin: 0 0 0.85rem;
}

.bhc-home-content .textwidget,
.bhc-home-content .featured-page p {
	color: var(--ag-text);
	font-size: 1rem;
	line-height: 1.6;
}

.bhc-home-content .btn,
.bhc-home-content .text-link {
	align-items: center;
	background: var(--ag-green);
	border: 0;
	border-radius: var(--ag-radius);
	color: var(--ag-white);
	display: inline-flex;
	font-weight: 900;
	justify-content: center;
	line-height: 1.1;
	margin-top: 0.75rem;
	min-height: 44px;
	padding: 0.75rem 1rem;
	text-decoration: none;
	text-transform: uppercase;
}

.bhc-home-content .btn:hover,
.bhc-home-content .btn:focus,
.bhc-home-content .text-link:hover,
.bhc-home-content .text-link:focus {
	background: var(--ag-blue);
	color: var(--ag-white);
}

.featured-page {
	display: flex;
	flex-direction: column;
}

.featured-page--image img {
	aspect-ratio: 3 / 2;
	display: block;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.featured-page--image a {
	display: block;
	position: relative;
}

.featured-page--overlay {
	align-items: center;
	background: rgba(0, 74, 128, 0.68);
	color: #ffffff;
	display: flex;
	font-size: 0.85rem;
	font-weight: 900;
	inset: 0;
	justify-content: center;
	opacity: 0;
	position: absolute;
	text-transform: uppercase;
	transition: opacity 0.18s ease;
}

.featured-page--image a:hover .featured-page--overlay,
.featured-page--image a:focus .featured-page--overlay {
	opacity: 1;
}

.featured-page--content {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 1.15rem;
}

.featured-page--content .text-link {
	margin-top: auto;
}

.bhc-home-content #pg-55-4,
.bhc-home-content #pg-55-5,
.bhc-home-content #pg-55-6 {
	background: #f7fbfd;
	border-radius: var(--ag-radius);
	padding: clamp(1.25rem, 4vw, 2rem) !important;
}

.bhc-home-content #pg-55-4 .panel-row-style,
.bhc-home-content #pg-55-5 .panel-row-style,
.bhc-home-content #pg-55-6 .panel-row-style {
	align-items: center;
	display: grid;
	gap: clamp(1.25rem, 4vw, 2rem);
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 0 !important;
	padding: 0 !important;
	width: 100% !important;
}

.bhc-home-content #pg-55-4 .panel-row-style {
	grid-template-columns: minmax(0, 1.18fr) minmax(280px, 0.82fr);
}

.bhc-home-content #pg-55-5 .panel-row-style {
	grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.18fr);
}

.bhc-home-content #pg-55-6 .panel-row-style {
	grid-template-columns: 1fr;
}

.bhc-home-content #pg-55-4 .panel-grid-cell,
.bhc-home-content #pg-55-5 .panel-grid-cell,
.bhc-home-content #panel-55-4-0-0,
.bhc-home-content #panel-55-5-1-0,
.bhc-home-content .widget_media_video {
	justify-self: stretch;
	margin: 0 !important;
	width: 100% !important;
}

.bhc-home-content #panel-55-4-1-0,
.bhc-home-content #panel-55-5-1-0 {
	margin-top: 0 !important;
}

.bhc-home-content iframe[src*="vimeo.com"],
.bhc-home-content iframe[src*="youtube.com"],
.bhc-home-content .wp-video,
.bhc-home-content video,
.bhc-home-content .mejs-container,
.bhc-home-content .wp-video-shortcode,
.bhc-home-content .mejs-overlay,
.bhc-home-content .mejs-poster {
	aspect-ratio: 16 / 9;
	border: 0;
	border-radius: var(--ag-radius);
	box-shadow: 0 16px 42px rgba(0, 74, 128, 0.14);
	display: block;
	height: auto !important;
	max-width: 100%;
	overflow: hidden;
	width: 100% !important;
}

.bhc-home-content .wp-video > div,
.bhc-home-content .mejs-inner,
.bhc-home-content .mejs-mediaelement,
.bhc-home-content .mejs-layers,
.bhc-home-content .mejs-overlay-play,
.bhc-home-content .mejs-poster img {
	height: 100% !important;
	width: 100% !important;
}

.bhc-home-content .mejs-poster img,
.bhc-home-content video {
	object-fit: cover;
}

.bhc-home-content .mejs-container,
.bhc-home-content .wp-video-shortcode {
	min-width: 0 !important;
}

.testimonials-grid {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.testimonial--quote {
	background: #ffffff;
	border: 1px solid rgba(0, 74, 128, 0.12);
	border-left: 5px solid var(--ag-green);
	border-radius: var(--ag-radius);
	color: var(--ag-blue);
	font-weight: 750;
	line-height: 1.55;
	margin: 0;
	padding: 1.1rem;
}

.testimonial--quote cite {
	color: var(--ag-muted);
	display: block;
	font-style: normal;
	font-weight: 900;
	margin-top: 0.85rem;
}

.testimonial--quote cite span {
	display: block;
	font-size: 0.9rem;
	font-weight: 700;
}

.bhc-clinics-page {
	display: grid;
	gap: clamp(1.25rem, 3vw, 2rem);
}

.bhc-clinics-banner {
	border-radius: var(--ag-radius);
	box-shadow: 0 16px 42px rgba(0, 74, 128, 0.1);
	display: block;
	height: auto;
	width: 100%;
}

.bhc-clinics-intro {
	background: linear-gradient(135deg, rgba(0, 166, 81, 0.1), rgba(0, 74, 128, 0.06));
	border: 1px solid rgba(0, 166, 81, 0.22);
	border-radius: var(--ag-radius);
	padding: clamp(1.25rem, 3vw, 2rem);
	text-align: center;
}

.bhc-clinics-intro .notice {
	color: var(--ag-blue);
	font-size: clamp(1.1rem, 2.4vw, 1.45rem);
	font-weight: 900;
	line-height: 1.35;
	margin: 0 0 1rem;
}

.bhc-clinics-intro p {
	margin-inline: auto;
	max-width: 760px;
}

.bhc-clinics-booking {
	background: #ffffff;
	border: 1px solid rgba(0, 74, 128, 0.12);
	border-left: 5px solid var(--ag-green);
	border-radius: var(--ag-radius);
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.05);
	padding: clamp(1rem, 2.5vw, 1.5rem);
}

.bhc-clinics-booking h2 {
	font-size: clamp(1.35rem, 3vw, 2rem);
	margin-bottom: 0.5rem;
}

.bhc-clinic-list {
	display: grid;
	gap: 1.25rem;
}

.bhc-clinic-card {
	background: #ffffff;
	border: 1px solid var(--ag-border);
	border-radius: var(--ag-radius);
	box-shadow: 0 14px 34px rgba(0, 0, 0, 0.06);
	display: grid;
	gap: clamp(1rem, 2.5vw, 1.5rem);
	grid-template-columns: minmax(220px, 0.9fr) minmax(260px, 1.2fr) minmax(220px, 0.9fr);
	padding: clamp(1rem, 2.5vw, 1.35rem);
}

.bhc-clinic-card h2,
.bhc-clinic-card h3 {
	color: var(--ag-blue);
	font-size: clamp(1.15rem, 2.3vw, 1.45rem);
	font-weight: 900;
	line-height: 1.2;
	margin: 0 0 0.75rem;
}

.bhc-clinic-photo,
.bhc-clinic-map {
	aspect-ratio: 4 / 3;
	border-radius: var(--ag-radius);
	box-shadow: 0 10px 26px rgba(0, 74, 128, 0.12);
	display: block;
	overflow: hidden;
	width: 100%;
}

.bhc-clinic-photo img,
.bhc-clinic-map iframe {
	border: 0;
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.bhc-clinic-details {
	align-content: start;
	background: #f7fbfd;
	border: 1px solid rgba(0, 74, 128, 0.1);
	border-radius: var(--ag-radius);
	display: grid;
	gap: 0.9rem;
	padding: 1rem;
}

.bhc-clinic-time {
	color: var(--ag-green);
	font-size: 1.05rem;
	font-weight: 900;
	margin: 0;
}

.bhc-clinic-address {
	color: var(--ag-text);
	font-size: 1rem;
	line-height: 1.55;
	margin: 0;
}

.bhc-clinic-address strong {
	color: var(--ag-blue);
	display: block;
	font-size: 0.78rem;
	letter-spacing: 0;
	text-transform: uppercase;
}

.bhc-clinic-phone {
	color: var(--ag-blue);
	font-weight: 900;
	text-decoration: none;
}

.bhc-clinic-phone:hover,
.bhc-clinic-phone:focus {
	color: var(--ag-green);
}

@media (max-width: 991px) {
	.bhc-clinic-card {
		grid-template-columns: 1fr 1fr;
	}

	.bhc-clinic-details {
		grid-column: 1 / -1;
	}
}

@media (max-width: 991px) {
	.bhc-home-content #pg-55-2 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.bhc-home-content #pg-55-3,
	.bhc-home-content #pg-55-4 .panel-row-style,
	.bhc-home-content #pg-55-5 .panel-row-style {
		grid-template-columns: 1fr;
	}

	.bhc-home-content #pg-55-4 .panel-grid-cell,
	.bhc-home-content #pg-55-5 .panel-grid-cell {
		width: 100% !important;
	}
}

@media (max-width: 640px) {
	.bhc-home-hero {
		min-height: 520px;
	}

	.bhc-home-hero__content {
		padding: 3rem 0;
	}

	.bhc-home-content {
		padding-top: 1rem;
	}

	.bhc-home-content .panel-layout {
		gap: 1rem;
	}

	.bhc-home-content .panel-grid {
		width: min(100% - 1.5rem, 1140px);
	}

	.bhc-home-content #pg-55-2,
	.bhc-home-content #pg-55-3,
	.bhc-home-content #pg-55-4 .panel-row-style,
	.bhc-home-content #pg-55-5 .panel-row-style,
		.testimonials-grid {
		grid-template-columns: 1fr;
	}

	.bhc-clinics-intro {
		text-align: left;
	}

	.bhc-clinic-card {
		grid-template-columns: 1fr;
	}

	.bhc-clinic-details {
		grid-column: auto;
	}
}

.site-footer {
	background:
		linear-gradient(135deg, rgba(0, 74, 128, 0.96) 0%, rgba(0, 112, 126, 0.96) 48%, rgba(0, 148, 92, 0.96) 100%);
	color: rgba(255, 255, 255, 0.9);
	padding: 3rem 0 1.25rem;
}

.footer-grid {
	display: grid;
	gap: 2rem;
}

.footer-logo {
	margin-bottom: 1rem;
	max-width: 280px;
}

.footer-brand p,
.footer-contact address,
.footer-contact-list,
.footer-menu,
.footer-therapies ul {
	font-size: 0.95rem;
}

.site-footer h2 {
	color: var(--ag-white);
	font-size: 0.85rem;
	font-weight: 900;
	letter-spacing: 0.09em;
	margin: 0 0 0.85rem;
	text-transform: uppercase;
}

.footer-contact address {
	font-style: normal;
	margin-bottom: 0.85rem;
}

.footer-contact-list,
.footer-menu,
.footer-therapies ul {
	display: grid;
	gap: 0.6rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-contact-list a,
.footer-menu a,
.footer-therapies a,
.footer-social a {
	color: var(--ag-white);
	font-weight: 700;
	text-decoration: none;
}

.footer-contact-list a:hover,
.footer-menu a:hover,
.footer-therapies a:hover,
.footer-social a:hover {
	color: #d9fff0;
}

.footer-base {
	align-items: center;
	border-top: 1px solid rgba(255, 255, 255, 0.16);
	display: flex;
	flex-direction: column;
	font-size: 0.875rem;
	gap: 0.55rem;
	margin-top: 2rem;
	padding-top: 1rem;
}

.footer-social {
	display: flex;
	gap: 1rem;
}

@media (min-width: 576px) {
	.search-form {
		align-items: center;
		display: flex;
		justify-content: space-between;
	}

	.search-form .form-control {
		flex: 1;
	}
}

@media (min-width: 768px) {
	.page-hero {
		padding: 4rem 0;
	}

	.content-section {
		padding: 3rem 0 4.5rem;
	}

	.post-card {
		grid-template-columns: minmax(180px, 0.35fr) 1fr;
	}

	.footer-grid {
		align-items: center;
		grid-template-columns: 1fr auto;
	}
}

@media (min-width: 1200px) {
	.main-navbar {
		padding: 0.75rem 0;
	}

	.navbar-brand {
		max-width: 310px;
	}

	.navbar-collapse {
		border-top: 0;
		margin-top: 0;
		padding-top: 0;
	}

	.navbar-nav .nav-link {
		font-size: 0.92rem;
		padding: 0.65rem 0.68rem;
	}

	.dropdown:hover > .dropdown-menu {
		display: block;
	}
}

@media (min-width: 820px) {
	.footer-grid {
		grid-template-columns: minmax(220px, 1.15fr) minmax(210px, 1fr) minmax(170px, 0.8fr) minmax(220px, 1fr);
	}

	.footer-base {
		flex-direction: row;
		justify-content: space-between;
	}
}

.ag-home-hero {
	background: #0c2638;
	color: var(--ag-white);
	isolation: isolate;
	min-height: min(760px, calc(100vh - 96px));
	overflow: hidden;
	position: relative;
}

.ag-home-hero__media,
.ag-home-hero__media img,
.ag-home-hero__overlay {
	inset: 0;
	position: absolute;
}

.ag-home-hero__media img {
	height: 100%;
	object-fit: cover;
	object-position: 62% center;
	width: 100%;
}

.ag-home-hero__overlay {
	background:
		linear-gradient(90deg, rgba(0, 54, 93, 0.96) 0%, rgba(0, 74, 128, 0.78) 38%, rgba(0, 166, 81, 0.16) 72%, rgba(0, 0, 0, 0.14) 100%),
		linear-gradient(180deg, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.34));
	z-index: -1;
}

.ag-home-hero .container {
	min-height: inherit;
	position: relative;
	z-index: 1;
}

.ag-home-hero__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: inherit;
	padding: clamp(3rem, 10vw, 7rem) 0;
	max-width: 720px;
}

.ag-kicker {
	color: var(--ag-green);
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0.12em;
	margin-bottom: 0.65rem;
	text-transform: uppercase;
}

.ag-home-hero h1 {
	font-size: clamp(3rem, 14vw, 6.9rem);
	font-weight: 900;
	letter-spacing: 0;
	line-height: 0.92;
	margin: 0 0 0.9rem;
	text-wrap: balance;
}

.ag-home-hero__lead {
	color: rgba(255, 255, 255, 0.92);
	font-size: clamp(1.2rem, 5vw, 2rem);
	font-weight: 750;
	line-height: 1.18;
	margin-bottom: 1rem;
}

.ag-home-hero p:not(.ag-kicker):not(.ag-home-hero__lead) {
	color: rgba(255, 255, 255, 0.88);
	font-size: 1.05rem;
	max-width: 650px;
}

.ag-button-row {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-top: 1rem;
}

.ag-btn {
	align-items: center;
	border-radius: var(--ag-radius);
	display: inline-flex;
	font-weight: 900;
	justify-content: center;
	line-height: 1.1;
	min-height: 48px;
	padding: 0.85rem 1.1rem;
	text-decoration: none;
	text-transform: uppercase;
}

.ag-btn-primary {
	background: var(--ag-green);
	color: var(--ag-white);
}

.ag-btn-primary:hover,
.ag-btn-primary:focus {
	background: var(--ag-white);
	color: var(--ag-blue);
}

.ag-btn-outline {
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.5);
	color: var(--ag-white);
}

.ag-btn-outline:hover,
.ag-btn-outline:focus {
	background: var(--ag-white);
	color: var(--ag-blue);
}

.ag-awards-strip {
	filter: brightness(0) invert(1) drop-shadow(0 8px 18px rgba(0, 0, 0, 0.28));
	margin-top: 1.5rem;
	max-width: min(100%, 560px);
	opacity: 0.95;
	padding: 0;
}

.ag-clinic-alert {
	background: linear-gradient(90deg, var(--ag-blue), var(--ag-green));
	color: var(--ag-white);
}

.ag-clinic-alert a {
	color: var(--ag-white);
	display: block;
	font-weight: 700;
	padding: 0.95rem 0;
	text-align: center;
	text-decoration: none;
}

.ag-clinic-alert span {
	display: block;
	font-weight: 900;
	margin-top: 0.2rem;
	text-decoration: underline;
	text-underline-offset: 0.18em;
}

.ag-section,
.ag-media-section,
.ag-services-band,
.ag-testimonial-section {
	padding: clamp(3rem, 9vw, 6rem) 0;
}

.ag-section-soft {
	background: var(--ag-light);
}

.ag-section-heading {
	margin: 0 auto 2rem;
	max-width: 760px;
	text-align: center;
}

.ag-section-heading h2,
.ag-copy-panel h2 {
	color: var(--ag-blue);
	font-size: clamp(2rem, 7vw, 3.5rem);
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.02;
	margin: 0;
	text-wrap: balance;
}

.ag-card-grid {
	display: grid;
	gap: 1rem;
}

.ag-feature-card {
	background: var(--ag-white);
	border: 1px solid var(--ag-border);
	border-radius: var(--ag-radius);
	box-shadow: 0 14px 34px rgba(0, 74, 128, 0.08);
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

.ag-feature-card img {
	aspect-ratio: 16 / 10;
	display: block;
	object-fit: cover;
	width: 100%;
}

.ag-feature-card div {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 1.15rem;
}

.ag-feature-card h3 {
	font-size: 1.25rem;
	font-weight: 900;
	line-height: 1.2;
	margin: 0 0 0.7rem;
}

.ag-feature-card h3 a,
.ag-text-link {
	color: var(--ag-blue);
	text-decoration: none;
}

.ag-feature-card p {
	color: var(--ag-muted);
	margin-bottom: 1rem;
}

.ag-text-link {
	font-weight: 900;
	margin-top: auto;
}

.ag-media-section {
	background:
		radial-gradient(circle at 10% 20%, rgba(0, 166, 81, 0.12), transparent 34%),
		linear-gradient(180deg, #ffffff, #f8fbfd);
}

.ag-media-section-alt {
	background:
		radial-gradient(circle at 90% 18%, rgba(0, 74, 128, 0.14), transparent 34%),
		#ffffff;
}

.ag-media-grid {
	display: grid;
	gap: 1.5rem;
}

.ag-video-card,
.ag-copy-panel {
	background: var(--ag-white);
	border: 1px solid var(--ag-border);
	border-radius: var(--ag-radius);
	box-shadow: var(--ag-shadow);
	overflow: hidden;
}

.ag-copy-panel {
	padding: clamp(1.35rem, 5vw, 2.5rem);
}

.ag-copy-panel p {
	color: var(--ag-muted);
}

.ag-video-frame {
	aspect-ratio: 4 / 3;
	background: #101820;
	position: relative;
}

.ag-video-frame-wide {
	aspect-ratio: 16 / 9;
}

.ag-video-frame iframe {
	border: 0;
	height: 100%;
	inset: 0;
	position: absolute;
	width: 100%;
}

.ag-services-band {
	background:
		linear-gradient(135deg, rgba(0, 74, 128, 0.96), rgba(0, 166, 81, 0.88)),
		var(--ag-blue);
	color: var(--ag-white);
}

.ag-section-heading-light h2,
.ag-section-heading-light p {
	color: var(--ag-white);
}

.ag-section-heading-light .ag-kicker {
	color: rgba(255, 255, 255, 0.78);
}

.ag-link-grid {
	display: grid;
	gap: 0.75rem;
}

.ag-link-grid a {
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: var(--ag-radius);
	color: var(--ag-white);
	font-weight: 800;
	padding: 0.85rem 0.95rem;
	text-decoration: none;
}

.ag-link-grid a:hover,
.ag-link-grid a:focus {
	background: var(--ag-white);
	color: var(--ag-blue);
}

.ag-testimonial-section {
	background: var(--ag-light);
}

.ag-testimonial-card {
	background: var(--ag-white);
	border: 1px solid var(--ag-border);
	border-radius: var(--ag-radius);
	box-shadow: var(--ag-shadow);
	margin: 0 auto;
	max-width: 920px;
	padding: clamp(1.4rem, 6vw, 3rem);
	text-align: center;
}

.ag-stars {
	color: #f5ad21;
	font-size: 1.2rem;
	letter-spacing: 0.12em;
	margin-bottom: 1rem;
}

.ag-testimonial-card blockquote {
	margin: 0;
}

.ag-testimonial-card p {
	color: var(--ag-text);
	font-size: clamp(1.15rem, 4vw, 1.55rem);
	font-weight: 750;
	line-height: 1.45;
}

.ag-testimonial-card cite {
	color: var(--ag-muted);
	display: block;
	font-style: normal;
	font-weight: 900;
	margin: 1rem 0;
	text-transform: uppercase;
}

@media (max-width: 1039px) {
	.ag-home-hero {
		background:
			linear-gradient(180deg, rgba(12, 38, 56, 0.28), #0c2638 52%),
			#0c2638;
	}

	.ag-home-hero__overlay {
		background:
			linear-gradient(180deg, rgba(0, 54, 93, 0.32), rgba(0, 74, 128, 0.72) 42%, rgba(0, 0, 0, 0.68)),
			linear-gradient(90deg, rgba(0, 74, 128, 0.58), rgba(0, 166, 81, 0.2));
	}

	.ag-home-hero__media img {
		height: auto;
		min-height: 0;
		object-fit: contain;
		object-position: center top;
	}
}

@media (min-width: 720px) {
	.ag-card-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.ag-media-grid {
		align-items: center;
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	}

	.ag-media-grid-reverse .ag-copy-panel {
		order: 1;
	}

	.ag-media-grid-reverse .ag-video-card {
		order: 2;
	}

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

@media (min-width: 1040px) {
	.ag-link-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

.ag-therapy-grid {
	display: grid !important;
	gap: 1rem !important;
	grid-template-columns: 1fr !important;
	padding: 0 !important;
}

.ag-therapy-card {
	background:
		linear-gradient(var(--ag-white), var(--ag-white)) padding-box,
		linear-gradient(135deg, rgba(0, 74, 128, 0.28), rgba(0, 166, 81, 0.34)) border-box;
	border: 1px solid transparent !important;
	border-radius: var(--ag-radius);
	box-shadow: 0 14px 34px rgba(0, 74, 128, 0.08);
	display: flex;
	flex-direction: column;
	min-height: 100%;
	overflow: hidden;
	padding: 0 !important;
	text-align: left !important;
	transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.ag-therapy-card:hover,
.ag-therapy-card:focus-within {
	box-shadow: 0 18px 42px rgba(0, 74, 128, 0.14);
	transform: translateY(-2px);
}

.ag-therapy-card__media {
	background: var(--ag-light);
	display: block;
	overflow: hidden;
}

.ag-therapy-card__media img {
	aspect-ratio: 16 / 10;
	display: block;
	height: auto !important;
	object-fit: cover;
	transition: transform 220ms ease;
	width: 100% !important;
}

.ag-therapy-card:hover .ag-therapy-card__media img {
	transform: scale(1.035);
}

.ag-therapy-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 1.1rem;
}

.ag-therapy-card__title {
	font-size: clamp(1.15rem, 4vw, 1.35rem);
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.18;
	margin: 0 0 0.75rem;
}

.ag-therapy-card__title a {
	color: var(--ag-blue);
	text-decoration: none;
}

.ag-therapy-card__title a:hover,
.ag-therapy-card__title a:focus {
	color: var(--ag-green);
}

.ag-therapy-card__body p {
	color: var(--ag-muted);
	font-size: 0.96rem;
	line-height: 1.65;
	margin-bottom: 1rem;
}

.ag-therapy-card__link {
	align-items: center;
	color: var(--ag-blue);
	display: inline-flex;
	font-weight: 900;
	margin-top: auto;
	text-decoration: none;
}

.ag-therapy-card__link::after {
	content: "";
	border-right: 2px solid currentColor;
	border-top: 2px solid currentColor;
	height: 0.48rem;
	margin-left: 0.45rem;
	transform: rotate(45deg);
	width: 0.48rem;
}

.ag-therapy-card__link:hover,
.ag-therapy-card__link:focus {
	color: var(--ag-green);
}

@media (min-width: 620px) {
	.ag-therapy-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
}

@media (min-width: 980px) {
	.ag-therapy-grid {
		gap: 1.25rem !important;
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	}
}
