.contact-shell,
.people-shell,
.about-shell {
	max-width: 1640px;
	padding-left: 0;
	padding-right: 0;
}

.container.people-shell {
	max-width: min(1362px, calc(100% - 140px)) !important;
}

.contact-hero {
	overflow: hidden;
	position: relative;
}

.contact-hero__background,
.contact-hero__overlay,
.contact-hero__pattern {
	inset: 0;
	position: absolute;
}

.contact-hero__background {
	background: #0F56A4;
}

.contact-hero__background-image {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.contact-hero__overlay {
	background: transparent;
}

.contact-hero--has-background .contact-hero__overlay {
	background: rgba(0, 0, 0, 0.8);
}

.contact-hero__pattern {
	background-image: url("../../images/common/pattern.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 0.1;
}

.contact-hero--has-background .contact-hero__pattern {
	opacity: 0.04;
}

.contact-hero__row {
	align-items: center;
	padding: 120px 0;
	position: relative;
	z-index: 1;
}

.contact-hero__copy {
	max-width: 1200px;
	padding-top: 0;
}

.contact-hero__eyebrow {
	align-items: center;
	color: #fff;
	display: inline-flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 16px;
}

.contact-hero__home-link {
	color: inherit;
	display: inline-flex;
	text-decoration: none;
}

.contact-hero__home-link:hover {
	color: inherit;
	opacity: 0.85;
}

.contact-hero__home-icon {
	display: inline-flex;
	height: 20px;
	width: 20px;
}

.contact-hero__arrow-icon {
	display: inline-flex;
	height: 11px;
	width: 11px;
}

.contact-hero__breadcrumb-label {
	color: #fff;
	font-family: "Host Grotesk", sans-serif;
	text-decoration: none;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.5;
}

.contact-hero__home-icon svg,
.contact-hero__arrow-icon svg {
	display: block;
	height: 100%;
	width: 100%;
}

.contact-hero__title {
	color: #fff;
	font-family: "Tilt Warp", "Host Grotesk", sans-serif;
	font-size: 48px;
	font-weight: 400;
	letter-spacing: -1.44px;
	line-height: 1.1;
	margin: 0 0 12px;
	text-transform: uppercase;
}

.contact-hero__description,
.contact-hero__description p {
	color: #fff;
	font-family: "Host Grotesk", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
	max-width: 1200px;
}

.contact-hero__description p {
	margin: 0;
}

.contact-hero__form-card {
	backdrop-filter: blur(50px);
	background: #fff;
	border-radius: 12px;
	display: flex;
	flex-direction: column;
	margin-left: auto;
	max-width: 100%;
	min-height: 431px;
	padding: 20px;
	width: 100%;
}

.people-terms {
	background: #fff;
	padding: 120px 0 120px;
}

.people-terms__group+.people-terms__group {
	padding-top: 120px;
}

.people-terms__heading {
	margin-bottom: 32px;
	width: 433px;
}

.people-terms__label {
	color: #0d0d0d;
	font-family: "Host Grotesk", sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.5;
	margin-bottom: 4px;
}

.people-terms__title {
	color: #0d0d0d;
	font-family: "Tilt Warp", "Host Grotesk", sans-serif;
	font-size: 48px;
	font-weight: 400;
	letter-spacing: -1.44px;
	line-height: 1.1;
}

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

.people-terms__card-slot {
	min-width: 0;
}

.people-card {
	background: #fff;
	border: 0;
	border-radius: 8px;
	box-shadow: 0 0 4px rgba(16, 24, 40, 0.1), 0 2.008px 2.008px rgba(16, 24, 40, 0.1);
	display: flex;
	flex-direction: column;
	gap: 16px;
	height: 100%;
	padding: 16px 16px 20px;
	text-align: left;
	transition: transform 220ms ease, box-shadow 220ms ease;
	width: 100%;
}

.people-card__media {
	background: #0f56a4;
	border-radius: 6.023px;
	height: 270px;
	overflow: hidden;
	position: relative;
	transition: background-color 220ms ease;
}

.people-card:hover .people-card__media,
.people-card:focus-visible .people-card__media {
	background: #012955;
}

.people-card__media-pattern,
.people-drawer__media-pattern {
	background-image: url("../../images/common/pattern.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	inset: 0;
	opacity: 0.05;
	position: absolute;
	z-index: 0;
}

.people-card__image,
.people-drawer__image {
	bottom: 0;
	display: block;
	height: 100%;
	left: 0;
	object-fit: contain;
	object-position: center bottom;
	position: absolute;
	width: 100%;
	z-index: 1;
}

.people-card__body {
	align-items: center;
	display: flex;
	gap: 10px;
	width: 100%;
}

.people-card__text {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	gap: 4px;
	min-width: 0;
	padding: 0 8px;
}

.people-card__name {
	color: #1e1e1e;
	font-family: "Host Grotesk", sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.5;
}

.people-card__role {
	color: #7b7b7b;
	font-family: "Host Grotesk", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
}

.people-card__arrow {
	align-items: center;
	background: #0f56a4;
	border-radius: 999px;
	color: #fafafa;
	display: inline-flex;
	flex: 0 0 36px;
	height: 36px;
	justify-content: center;
	opacity: 0;
	transform: translateY(4px);
	transition: opacity 220ms ease, transform 220ms ease;
	width: 36px;
}

.people-card:hover .people-card__arrow,
.people-card:focus-visible .people-card__arrow {
	opacity: 1;
	transform: translateY(0);
}

.people-card__arrow svg {
	display: block;
	height: 28px;
	width: auto;
}

.people-drawer {
	--bs-offcanvas-width: 478px;
	background: #fff;
	border-left: 0;
	overflow-y: auto;
}

.people-drawer__panel {
	display: flex;
	flex-direction: column;
	gap: 24px;
	min-height: 100%;
	overflow-y: auto;
	padding: 24px;
}

.people-drawer__close {
	align-items: center;
	align-self: flex-end;
	background: transparent;
	border: 0;
	color: #1e1e1e;
	display: inline-flex;
	font-size: 36px;
	height: 36px;
	justify-content: center;
	line-height: 1;
	padding: 0;
	width: 36px;
}

.people-drawer__media {
	background: #0f56a4;
	border-radius: 6.527px;
	box-shadow: 0 0.544px 1.632px rgba(16, 24, 40, 0.1);
	height: 304px;
	isolation: isolate;
	overflow: hidden;
	position: relative;
	width: 100%;
	min-height: 304px;
}

.people-drawer__image {
	border-radius: 6.527px;
	height: 100%;
	object-fit: contain;
	object-position: center bottom;
	width: 100%;
}

.people-drawer__identity {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.people-drawer__name {
	color: #242424;
	font-family: "Host Grotesk", sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.5;
}

.people-drawer__role {
	color: #242424;
	font-family: "Host Grotesk", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

.people-drawer__divider {
	border-top: 1px solid #d7d7d7;
}

.people-drawer__description,
.people-drawer__description p {
	color: #777;
	font-family: "Host Grotesk", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

.people-drawer__description p {
	margin: 0;
}

.people-drawer__section {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.people-drawer__section-title {
	color: #000;
	font-family: "Host Grotesk", sans-serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5;
}

.people-drawer__chips {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.people-drawer__chip {
	background: #d1e8ff;
	border-radius: 4px;
	color: #000;
	display: inline-flex;
	font-family: "Host Grotesk", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
	padding: 8px;
}

.people-drawer__issue {
	color: #777;
	font-family: "Host Grotesk", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

.about-explore {
	background: #fffcef;
	padding: 120px 0;
}

.about-explore__header {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin: 0 auto 50px;
	max-width: 826px;
	text-align: center;
}

.about-explore__title {
	color: #0d0d0d;
	font-family: "Tilt Warp", "Host Grotesk", sans-serif;
	font-size: 36px;
	font-weight: 400;
	letter-spacing: -0.72px;
	line-height: 1.2;
}

.about-explore__description,
.about-explore__description p {
	color: #000;
	font-family: "Host Grotesk", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
	max-width: 826px;
}

.about-explore__description p {
	margin: 0;
}

.about-explore .row {
	--bs-gutter-x: 30px;
	justify-content: center;
}

.about-explore .col-md-6 {
	flex: 0 0 450px;
	max-width: 450px;
}

.about-explore__card {
	align-items: center;
	border: 4px solid rgba(50, 168, 97, 0.2);
	border-radius: 12px;
	display: flex;
	justify-content: space-between;
	overflow: hidden;
	padding: 30px;
	position: relative;
	text-decoration: none;
}

.about-explore__card>* {
	position: relative;
	z-index: 1;
}

.about-explore__card::before {
	background-image: url("../../images/common/pattern.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	inset: 0;
	opacity: 0.03;
	position: absolute;
}

.about-explore__card--green {
	background: #32a861;
	border-color: rgba(50, 168, 97, 0.2);
}

.about-explore__card--orange {
	background: #e87407;
	border-color: rgba(232, 116, 7, 0.4);
}

.about-explore__card-text {
	color: #fff;
	font-family: "Tilt Warp", "Host Grotesk", sans-serif;
	font-size: 28px;
	font-weight: 400;
	letter-spacing: -0.28px;
	line-height: 1.25;
	max-width: 360px;
}

.about-explore__card-arrow {
	align-items: center;
	color: #fff;
	display: inline-flex;
	flex: 0 0 auto;
	justify-content: center;
}

.about-explore__card-arrow img {
	display: block;
	height: 30px;
	width: 30px;
}

@media (max-width: 1399.98px) {

	.contact-shell,
	.people-shell,
	.about-shell {
		padding-left: 20px;
		padding-right: 20px;
	}

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

@media (max-width: 1199.98px) {
	.people-card__arrow {
		opacity: 1;
		transform: none;
	}
	.contact-hero__row {
		padding: 72px 0;
	}

	.contact-hero__description,
	.contact-hero__description p {
		font-size: 18px;
	}

	.people-terms {
		padding: 96px 0;
	}

	.people-terms__group+.people-terms__group {
		padding-top: 96px;
	}

	/* .people-terms__cards {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	} */
	.people-terms__cards {
		gap: 20px;
	}

	.people-card__media {
		height: 220px;
	}
/* 
	.people-card__image {
		object-fit: cover;
	} */
}

@media (max-width: 991.98px) {
	.contact-hero__row {
		min-height: 0;
		padding: 64px 0;
	}

	.contact-hero__copy,
	.contact-hero__description,
	.contact-hero__description p {
		max-width: 100%;
	}

	.contact-hero__title {
		font-size: 42px;
	}

	.people-terms {
		padding: 72px 0;
	}

	.people-terms__group+.people-terms__group {
		padding-top: 72px;
	}

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

	.people-terms__title {
		font-size: 40px;
	}

	.people-drawer {
		--bs-offcanvas-width: min(478px, 100vw);
	}

	.about-explore {
		padding: 88px 0;
	}
}

@media (max-width: 767.98px) {

	.contact-shell,
	.people-shell,
	.about-shell {
		padding-left: 16px;
		padding-right: 16px;
	}

	.container.people-shell {
		max-width: calc(100% - 40px) !important;
		padding-left: 16px !important;
		padding-right: 16px !important;
	}

	.contact-hero__row {
		padding: 56px 0;
	}

	.contact-hero__title {
		font-size: 36px;
	}

	.contact-hero__description,
	.contact-hero__description p {
		font-size: 16px;
	}

	.people-card__image {
		object-fit: contain;
	}

	.people-terms__heading {
		margin-bottom: 24px;
		width: 100%;
	}

	.people-terms__title {
		font-size: 34px;
	}

	.people-terms__cards {
		grid-template-columns: minmax(0, 1fr);
	}

	.people-card__media {
		height: 240px;
	}

	.people-card__name {
		font-size: 18px;
	}

	.people-card__role {
		font-size: 16px;
	}

	.people-drawer__panel {
		padding: 20px 16px 24px;
	}

	.people-drawer__media {
		height: 304px;
	}

	.people-drawer__chip {
		font-size: 16px;
	}

	.about-explore {
		padding: 72px 0;
	}

	.about-explore__title {
		font-size: 32px;
	}

	.about-explore__description,
	.about-explore__description p {
		font-size: 16px;
	}

	.about-explore .row {
		--bs-gutter-x: 0;
	}

	.about-explore .col-md-6 {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.about-explore__card {
		padding: 24px 18px;
	}

	.about-explore__card-text {
		font-size: 22px;
		max-width: 230px;
	}
}
