/* AMTR homepage presentation. Loaded only on the front page. */
.home #vp.vp-home {
	float: none;
	box-sizing: border-box;
	width: calc(100% - 48px);
	max-width: 1400px;
	margin: 48px auto 0;
	padding: 72px 0 64px;
	border-radius: 24px;
	background:
		linear-gradient(90deg, rgba(27, 0, 66, .96) 0%, rgba(17, 0, 56, .88) 56%, rgba(17, 0, 56, .46) 100%),
		var(--default-bg) center 42% / cover no-repeat;
	box-shadow: 0 24px 68px rgba(17, 0, 56, .22);
}

.home #vp.vp-home:before {
	display: none;
}

.home #vp h1 {
	font-size: clamp(2.8rem, 5vw, 5rem);
	line-height: .98;
	letter-spacing: -.048em;
}

.home #vp h2 {
	max-width: 720px;
	margin: 23px 0 0;
	font-size: clamp(1.08rem, 2vw, 1.38rem);
	line-height: 1.5;
	font-weight: 500;
	color: rgba(255, 255, 255, .84);
}

.home #vp-form {
	clear: both;
	display: flow-root;
	float: none;
	box-sizing: border-box;
	margin-top: 34px;
	padding: 18px;
	border: 1px solid rgba(27, 0, 66, .10);
	border-radius: 18px;
	background: rgba(255, 255, 255, .95);
	box-shadow: 0 18px 48px rgba(17, 0, 56, .13);
}

.home #vp-form .drts-search-form {
	align-items: stretch;
	gap: 10px;
}

.home #vp-form .drts-search-form-field,
.home #vp-form .drts-search-form-field-buttons {
	margin: 0 !important;
}

.home #vp-form .select2-selection,
.home #vp-form .drts-bs-form-control {
	min-height: var(--input-height);
	border: 1px solid var(--form-control-border) !important;
	border-radius: var(--form-control-radius) !important;
	background: var(--form-control-background) !important;
	box-shadow: none !important;
}

.home #vp-form .select2-selection__rendered {
	line-height: 54px !important;
	padding-left: 17px !important;
}

.home #vp-form .select2-selection__arrow {
	height: 54px !important;
	right: 8px !important;
}

.home #vp-form .drts-search-form-submit {
	min-height: 56px;
	padding-inline: 30px;
	border-color: #08775f !important;
	border-radius: 10px;
	background: #08775f !important;
	color: #fff !important;
	font-weight: 700;
	box-shadow: 0 8px 22px rgba(8, 119, 95, .28);
}

.home #vp-form .drts-search-form-submit:hover,
.home #vp-form .drts-search-form-submit:focus-visible {
	border-color: #06634f !important;
	background: #06634f !important;
}

.home .amtr-home-intro {
	padding: 76px 0 20px;
	background: #fff;
}

.home .amtr-home-intro .amtr-section-intro {
	margin: 0;
}

.home .amtr-home-pathways {
	padding: 28px 0 90px;
	background: linear-gradient(180deg, #fff, #f4f8f7 72%);
}

.home main > section .cols.c2 {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
}

.home main > section .cols.c2 > .c {
	box-sizing: border-box;
	width: 100%;
	padding: 0;
	border: 1px solid var(--border-soft);
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 9px 30px rgba(17, 0, 56, .07);
	overflow: hidden;
}

.home main > section .cols.c2 > .c:first-child {
	border-top: 5px solid var(--green);
}

.home main > section .cols.c2 > .c:last-child {
	border-top: 5px solid var(--yellow);
}

.home main > section .c-inner {
	box-sizing: border-box;
	padding: 34px;
}

.home main > section .e-text-wrap {
	color: var(--text-supporting);
}

.home main > section .e-text-wrap p {
	line-height: 1.65;
}

.home main > section .button.cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0 22px;
	border-radius: 999px;
	background: var(--blue);
	color: #fff;
	font-weight: 700;
	text-decoration: none;
}

.home main > section .button.cta:hover {
	background: var(--green);
}
@media (max-width: 799.98px) {
.home #vp.vp-home {
		width: calc(100% - 24px);
		margin-top: 20px;
		padding: 38px 0 34px;
		border-radius: 18px;
		background:
			linear-gradient(180deg, rgba(27, 0, 66, .91), rgba(17, 0, 56, .84)),
			var(--default-bg) center / cover no-repeat;
	}

.home #vp h1 {
		font-size: clamp(2.35rem, 11vw, 3.25rem);
	}

.home #vp h2 {
		margin-top: 17px;
	}

.home #vp-form {
		margin-top: 25px;
		padding: 13px;
		border-radius: 15px;
	}

.home #vp-form .drts-search-form {
		gap: 8px;
	}

.home #vp-form .drts-search-form-submit {
		width: 100%;
	}

.home .amtr-home-intro {
		padding: 46px 0 12px;
	}

.home .amtr-home-pathways {
		padding: 22px 0 68px;
	}

.home main > section .cols.c2 {
		display: grid;
		grid-template-columns: 1fr;
		gap: 18px;
	}

.home main > section .cols.c2 > .switch-col-on-narrow {
		order: 0;
	}

.home main > section .c-inner {
		padding: 25px;
	}
}
