.why-join-hero {
	background-color: #0a3e52;
	height: 575px;
	overflow: hidden;
	position: relative;
}

.why-join-hero__media {
	background-image: var(--why-join-hero-image);
	background-position: center;
	background-size: cover;
	inset: 0;
	position: absolute;
}

.why-join-hero__panel {
	height: auto;
	left: 0;
	position: absolute;
	top: 94px;
	width: 57.57%;
}

.why-join-hero__content {
	color: #fff;
	max-width: 626px;
	width: 100%;
}

.why-join-hero__content h1 {
	color: #fff;
	font-family: urw-din, "Helvetica Neue", Arial, sans-serif;
	font-size: 80px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 75px;
	margin: 0 0 36px;
}

.why-join-hero__content .page-quote {
	margin: 0;
}

.why-join-breadcrumb {
	align-items: center;
	background: #184d61;
	display: flex;
	height: 49px;
	justify-content: center;
	margin: 0;
	padding: 0 1.875rem;
	width: 100%;
}

.why-join-breadcrumb ol {
	align-items: center;
	display: flex;
	gap: 1.25rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.why-join-breadcrumb li {
	align-items: center;
	color: #d7dfe4;
	display: flex;
	font-family: urw-din, "Helvetica Neue", Arial, sans-serif;
	font-size: .875rem;
	font-weight: 700;
	line-height: 1;
	position: relative;
}

.why-join-breadcrumb li + li:before {
	border-bottom: .25rem solid transparent;
	border-left: .25rem solid var(--theme-base-color);
	border-top: .25rem solid transparent;
	content: "";
	margin-right: 1.25rem;
}

.why-join-breadcrumb a {
	align-items: center;
	color: #fff;
	display: inline-flex;
	text-decoration: none;
}

.why-join-breadcrumb a:hover,
.why-join-breadcrumb a:focus {
	color: #00acd7;
	text-decoration: none;
}

.why-join-page {
	overflow: hidden;
}

.why-join-page .container-max {
	max-width: 1440px;
	padding-left: clamp(30px, calc((100vw - 1240px) / 2), 100px);
	padding-right: clamp(30px, calc((100vw - 1240px) / 2), 100px);
}

.why-join-intro {
	padding: 80px 0;
}

.why-join-intro__grid {
	align-items: center;
	display: grid;
	gap: 7.5rem;
	grid-template-columns: minmax(0, 632px) minmax(320px, 488px);
	justify-content: space-between;
}

.why-join-intro h2,
.why-join-expect h2,
.why-join-community h2,
.why-join-final h2,
.why-join-tailored__copy h2 {
	color: #0a3e52;
	font-family: urw-din, "Helvetica Neue", Arial, sans-serif;
	font-weight: 500;
	letter-spacing: .4px;
	margin: 0;
}

.why-join-intro h2,
.why-join-expect h2,
.why-join-community h2,
.why-join-final h2 {
	font-size: 40px;
	line-height: 45px;
}

.why-join-intro h2 {
	margin-bottom: 38px;
	max-width: 480px;
}

.why-join-intro__copy p:not(.why-join-eyebrow) {
	color: #525457;
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 1.5rem;
}

.why-join-intro__copy strong {
	color: #d8272f;
	font-weight: 700;
}

.why-join-actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 1.5rem;
	margin-top: 2rem;
}

.why-join-button {
	min-width: 303px;
	padding: 1.5rem 2rem;
	text-align: center;
	text-decoration: none;
}

.body-copy .why-join-button,
.why-join-button:hover,
.why-join-button:focus {
	text-decoration: none;
}

.body-copy a.why-join-text-link,
.why-join-text-link,
.why-join-text-link:hover,
.why-join-text-link:focus {
	color: var(--theme-ada-color);
	font-family: urw-din, "Helvetica Neue", Arial, sans-serif;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
}

.body-copy a.why-join-text-link:hover,
.body-copy a.why-join-text-link:focus,
.why-join-text-link:hover,
.why-join-text-link:focus {
	color: #0a3e52;
	text-decoration: none;
}

.why-join-logo-cloud {
	display: grid;
	gap: 1.75rem;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	height: 500px;
	mask-image: linear-gradient(to bottom, transparent 0, #000 14%, #000 86%, transparent 100%);
	overflow: hidden;
	position: relative;
	-webkit-mask-image: linear-gradient(to bottom, transparent 0, #000 14%, #000 86%, transparent 100%);
}

.why-join-logo-cloud__column {
	min-width: 0;
	overflow: hidden;
}

.why-join-logo-cloud__track {
	animation: whyJoinLogoScroll var(--logo-speed, 42s) linear infinite;
	animation-delay: var(--logo-delay, 0s);
	display: flex;
	flex-direction: column;
	gap: 2.875rem;
	will-change: transform;
}

.why-join-logo-cloud__marquee {
	display: none;
}

.why-join-logo-cloud__item {
	align-items: center;
	display: flex;
	height: 32px;
	justify-content: center;
}

.why-join-logo-cloud__image {
	filter: grayscale(1);
	height: auto;
	max-height: 32px;
	max-width: 100%;
	opacity: .72;
	width: auto;
}

@keyframes whyJoinLogoScroll {
	to {
		transform: translateY(-50%);
	}
}

@keyframes whyJoinLogoScrollX {
	to {
		transform: translateX(-50%);
	}
}

.why-join-expect {
	background: #f2f2f2;
	padding: 213px 0 110px;
}

.why-join-expect > .container-fluid {
	position: relative;
	z-index: 1;
}

.why-join-benefits {
	display: grid;
	gap: 2.5rem;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-top: 86px;
}

.why-join-benefit {
	border-right: 1px solid #d9d9d9;
	display: flex;
	flex-direction: column;
	padding-right: 2.5rem;
}

.why-join-benefit__graphic {
	margin-bottom: 1.5rem;
}

.why-join-benefit__graphic img {
	height: 48px;
	max-width: 200px;
	object-fit: contain;
	width: auto;
}

.why-join-benefit:last-child {
	border-right: 0;
	padding-right: 0;
}

.why-join-benefit h3 {
	color: #245264;
	font-family: urw-din, "Helvetica Neue", Arial, sans-serif;
	font-size: 24px;
	font-weight: 500;
	line-height: 28px;
	margin: 0 0 1.5rem;
}

.why-join-benefit p {
	color: #525457;
	font-size: 15px;
	line-height: 26px;
	margin: 0;
}

.why-join-benefit__link {
	margin-top: auto;
	padding-top: 1.75rem;
}

.why-join-tailored {
	align-items: center;
	display: grid;
	gap: 5rem;
	grid-template-columns: minmax(0, 709px) minmax(320px, 486px);
	margin-top: 90px;
}

.why-join-tailored__image {
	background: #d8d8d8;
	height: 511px;
	overflow: hidden;
}

.why-join-tailored__photo {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.why-join-tailored__copy h2 {
	font-size: 40px;
	line-height: 45px;
	margin-bottom: 1.875rem;
}

.why-join-tailored__copy p {
	color: #525457;
	font-size: 16px;
	line-height: 28px;
	margin: 0;
}

.why-join-table-wrap {
	margin: 110px auto 0;
	max-width: 1022px;
	overflow: visible;
}

.why-join-benefits-table {
	background: #fff;
	border-collapse: collapse;
	font-family: nimbus-sans, "Helvetica Neue", Arial, sans-serif;
	font-size: 14px;
	margin: 0;
	min-width: 0;
	width: 100%;
}

.why-join-benefits-table th,
.why-join-benefits-table td {
	border: 0;
	color: #0a3e52;
	padding: 1.125rem 1rem;
	text-align: center;
	vertical-align: middle;
}

.why-join-benefits-table thead th {
	background: #d8272f;
	color: #fff;
	font-family: urw-din, "Helvetica Neue", Arial, sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	text-transform: none;
}

.why-join-benefits-table thead th:first-child,
.why-join-benefits-table tbody th {
	text-align: left;
	width: 46%;
}

.why-join-benefits-table tbody tr.odd {
	background: #fff;
}

.why-join-benefits-table tbody tr.even {
	background: #f7f7f7;
}

.why-join-benefits-table tbody tr:not(.why-join-benefits-table__group) th {
	color: #525457;
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
}

.why-join-benefits-table__benefit {
	display: inline;
}

.why-join-benefits-table__tooltip {
	display: inline-flex;
	margin-left: 8px;
	position: relative;
	vertical-align: middle;
	z-index: 2;
}

.why-join-benefits-table__info {
	align-items: center;
	background: #e8e8e8;
	border: 0;
	border-radius: 50%;
	color: #5a5a5a;
	display: inline-flex;
	font-family: nimbus-sans, "Helvetica Neue", Arial, sans-serif;
	font-size: 8px;
	font-weight: 700;
	height: 12px;
	justify-content: center;
	line-height: 1;
	padding: 0;
	text-align: center;
	width: 12px;
}

.why-join-benefits-table__info:focus-visible {
	outline: 2px solid #0a4a60;
	outline-offset: 2px;
}

.why-join-benefits-table__tooltip-panel {
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 8px 16px -2px rgba(27, 33, 44, .12);
	color: #5a5a5a;
	font-size: 14px;
	font-weight: 400;
	left: calc(100% + 16px);
	line-height: 22px;
	opacity: 0;
	padding: 12px;
	pointer-events: none;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translate(-4px, -50%);
	transition: opacity .2s ease, transform .2s ease;
	visibility: hidden;
	width: 320px;
	z-index: 20;
}

.why-join-benefits-table__tooltip-panel:before {
	border-bottom: 8px solid transparent;
	border-right: 8px solid #fff;
	border-top: 8px solid transparent;
	content: "";
	height: 0;
	left: -8px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
}

.why-join-benefits-table__tooltip:hover .why-join-benefits-table__tooltip-panel,
.why-join-benefits-table__tooltip:focus-within .why-join-benefits-table__tooltip-panel {
	opacity: 1;
	transform: translate(0, -50%);
	visibility: visible;
}

.why-join-benefits-table td i {
	color: #0a4a60;
	font-size: 20px;
	line-height: 1;
}

.why-join-benefits-table__note {
	color: #0a4a60;
	display: inline-block;
	font-weight: 700;
}

.why-join-benefits-table__group th,
.why-join-benefits-table__group td {
	background: #eef1f2;
	color: #0a3e52;
	font-weight: 700;
	text-transform: uppercase;
}

.why-join-community {
	padding: 120px 0 110px;
	position: relative;
	text-align: center;
}

.why-join-community:before {
	background: #d9d9d9;
	content: "";
	height: 266px;
	left: 3%;
	position: absolute;
	right: 3%;
	top: 431px;
	z-index: -1;
}

.why-join-community h2 {
	margin-bottom: 90px;
}

.why-join-community__grid {
	align-items: start;
	column-gap: 40px;
	display: grid;
	grid-template-columns: minmax(0, 779px) minmax(320px, 421px);
	grid-template-rows: auto auto;
	row-gap: 180px;
	text-align: left;
}

.why-join-community__media {
	background: #d8d8d8;
	grid-column: 1;
	grid-row: 1;
	height: 292px;
	margin-top: 40px;
	overflow: hidden;
}

.why-join-community__photo {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.why-join-quote-card {
	background: #0a4a60;
	color: #fff;
	grid-column: 2;
	grid-row: 1 / span 2;
	margin: 0;
	min-height: 563px;
	padding: 64px 49px;
	text-align: center;
}

.why-join-quote-card p,
.why-join-community__quote p {
	font-family: urw-din, "Helvetica Neue", Arial, sans-serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 30px;
	margin: 0 0 40px;
}

.why-join-quote-card p {
	color: #fff;
	text-align: left;
}

.why-join-quote-card cite,
.why-join-community__quote cite {
	display: block;
	font-style: normal;
}

.why-join-quote-card cite:before,
.why-join-community__quote cite:before {
	background: rgba(255,255,255,.35);
	content: "";
	display: block;
	height: 7px;
	margin: 0 auto 60px;
	width: 72px;
}

.why-join-quote-card strong,
.why-join-quote-card span {
	color: #fff;
	display: block;
}

.why-join-quote-card strong {
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 6px;
}

.why-join-quote-card span {
	font-size: 13px;
	font-style: italic;
	line-height: 18px;
}

.why-join-community__quote {
	grid-column: 1;
	grid-row: 2;
	margin: 0;
	max-width: 720px;
	text-align: left;
}

.why-join-community__quote p {
	color: #245264;
}

.why-join-community__quote cite:before {
	background: #77a5b3;
	margin: 0 0 40px;
}

.why-join-community__quote strong,
.why-join-community__quote span {
	color: #245264;
	display: block;
}

.why-join-community__quote strong {
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 6px;
}

.why-join-community__quote span {
	font-size: 13px;
	font-style: italic;
	line-height: 18px;
}

.why-join-final {
	height: 1000px;
	overflow: hidden;
	padding: 0;
	position: relative;
}

.why-join-final > .container-fluid {
	max-width: 1440px;
	position: static;
}

.why-join-final__image {
	background-image: var(--why-join-final-image);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 1534px auto;
	height: 674px;
	left: max(0px, calc(50% - 720px));
	position: absolute;
	top: 80px;
	width: 1218px;
}

.why-join-final__card {
	background: #f2f2f2;
	display: flex;
	flex-direction: column;
	height: 510px;
	justify-content: center;
	left: max(0px, calc(50% - 720px + 497px));
	margin: 0;
	max-width: none;
	min-height: 0;
	padding: 54px 53px;
	position: absolute;
	top: 386px;
	width: 726px;
	z-index: 2;
}

.why-join-final__card h2 {
	margin-bottom: 1.75rem;
}

.why-join-final__card p:not(.why-join-eyebrow) {
	color: #525457;
	font-size: 16px;
	line-height: 28px;
	margin: 0;
}

.why-join-final__card .why-join-actions {
	flex-wrap: nowrap;
	gap: 36px;
	margin-top: 56px;
}

@media (prefers-reduced-motion: reduce) {
	.why-join-logo-cloud__track,
	.why-join-logo-cloud__marquee {
		animation: none;
	}
}

@media (min-width: 1200px) and (max-width: 1439.98px) {
	.why-join-final {
		height: 69.444vw;
	}

	.why-join-final__image {
		background-size: 106.528vw auto;
		height: 46.806vw;
		left: 0;
		top: 5.556vw;
		width: 84.583vw;
	}

	.why-join-final__card {
		height: 35.417vw;
		left: 34.514vw;
		padding: 3.75vw 3.681vw;
		top: 26.806vw;
		width: 50.417vw;
	}
}

@media (max-width: 1439.98px) {
	.why-join-hero__panel {
		width: 64%;
	}

	.why-join-hero__content h1 {
		font-size: 72px;
		line-height: 68px;
	}
}

@media (max-width: 1279.98px) {
	.why-join-hero__panel {
		width: 70%;
	}

	.why-join-hero__content h1 {
		font-size: 68px;
		line-height: 64px;
	}
}

@media (max-width: 1199.98px) {

	.why-join-hero__panel {
		width: 78%;
	}

	.why-join-hero__content h1 {
		font-size: 68px;
		line-height: 64px;
	}

	.why-join-page .container-max {
		padding-left: 30px;
		padding-right: 30px;
	}

	.why-join-intro__grid,
	.why-join-tailored,
	.why-join-community__grid {
		gap: 3.75rem;
		grid-template-columns: 1fr;
	}

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

	.why-join-benefit:nth-child(2n) {
		border-right: 0;
		padding-right: 0;
	}

	.why-join-community__media {
		margin-top: 0;
	}

	.why-join-quote-card {
		grid-column: auto;
		grid-row: auto;
		min-height: 0;
	}

	.why-join-community__media,
	.why-join-community__quote {
		grid-column: auto;
		grid-row: auto;
	}

	.why-join-logo-cloud {
		display: block;
		height: 120px;
		mask-image: linear-gradient(to right, transparent 0, #000 14%, #000 86%, transparent 100%);
		-webkit-mask-image: linear-gradient(to right, transparent 0, #000 14%, #000 86%, transparent 100%);
	}

	.why-join-logo-cloud__column {
		display: none;
	}

	.why-join-logo-cloud__marquee {
		animation: whyJoinLogoScrollX 86s linear infinite;
		display: flex;
		gap: 3rem;
		height: 120px;
		width: max-content;
		will-change: transform;
	}

	.why-join-logo-cloud__item {
		flex: 0 0 150px;
		height: 120px;
	}

	.why-join-logo-cloud__image {
		max-height: 42px;
	}

	.why-join-final {
		height: auto;
		overflow: visible;
		padding: 4rem 0 6rem;
	}

	.why-join-final > .container-fluid {
		position: relative;
	}

	.why-join-final__image {
		background-position: center;
		background-size: cover;
		height: 520px;
		left: auto;
		position: relative;
		top: auto;
		width: 100%;
	}

	.why-join-final__card {
		height: auto;
		left: auto;
		margin-left: auto;
		margin-right: auto;
		max-width: 726px;
		position: relative;
		top: auto;
		width: calc(100% - 3.75rem);
	}
}

@media (max-width: 991.98px) {
	.why-join-hero__panel {
		width: 90%;
	}

	.why-join-hero__content h1 {
		font-size: 52px;
		line-height: 52px;
	}
}

@media (max-width: 767.98px) {
	.why-join-hero {
		height: 520px;
	}

	.why-join-page .container-max {
		padding-left: 24px;
		padding-right: 24px;
	}

	.why-join-hero__panel {
		height: auto;
		top: 32px;
		width: 100%;
	}

	.why-join-hero__content {
		width: 100%;
	}

	.why-join-hero__content h1 {
		font-size: 42px;
		line-height: 44px;
	}

	.why-join-breadcrumb {
		display: none;
	}

	.why-join-intro,
	.why-join-community {
		padding: 4rem 0;
	}

	.why-join-intro__grid {
		gap: 3rem;
	}

	.why-join-intro h2,
	.why-join-expect h2,
	.why-join-community h2,
	.why-join-final h2,
	.why-join-tailored__copy h2 {
		font-size: 34px;
		line-height: 38px;
	}

	.why-join-actions {
		align-items: stretch;
		flex-direction: column;
	}

	.why-join-button {
		min-width: 0;
		width: 100%;
	}

	.why-join-logo-cloud {
		height: 96px;
	}

	.why-join-logo-cloud__marquee {
		height: 96px;
	}

	.why-join-logo-cloud__item {
		flex: 0 0 130px;
		height: 96px;
	}

	.why-join-benefits {
		gap: 1.875rem;
		grid-template-columns: 1fr;
	}

	.why-join-expect {
		padding: 4rem 0;
	}

	.why-join-benefits {
		margin-top: 3rem;
	}

	.why-join-benefit,
	.why-join-benefit:nth-child(2n) {
		border-bottom: 1px solid #d9d9d9;
		border-right: 0;
		padding: 0 0 1.875rem;
	}

	.why-join-benefit:last-child {
		border-bottom: 0;
	}

	.why-join-tailored {
		margin-top: 3rem;
	}

	.why-join-tailored__image,
	.why-join-community__media {
		height: auto;
	}

	.why-join-tailored__photo,
	.why-join-community__photo {
		height: auto;
	}

	.why-join-table-wrap {
		margin-top: 4rem;
	}

	.why-join-benefits-table__tooltip-panel {
		left: auto;
		max-width: calc(100vw - 4rem);
		right: 0;
		text-align: left;
		top: calc(100% + 12px);
		transform: translateY(-4px);
		width: 280px;
	}

	.why-join-benefits-table__tooltip-panel:before {
		border-bottom: 8px solid #fff;
		border-left: 8px solid transparent;
		border-right: 8px solid transparent;
		border-top: 0;
		left: auto;
		right: 0;
		top: -8px;
		transform: none;
	}

	.why-join-benefits-table__tooltip:hover .why-join-benefits-table__tooltip-panel,
	.why-join-benefits-table__tooltip:focus-within .why-join-benefits-table__tooltip-panel {
		transform: translateY(0);
	}

	.why-join-community:before {
		display: none;
	}

	.why-join-community h2 {
		margin-bottom: 3rem;
	}

	.why-join-quote-card {
		padding: 2.5rem 2rem;
	}

	.why-join-final {
		height: auto;
		min-height: 0;
		padding: 0 0 4rem;
	}

	.why-join-final__image {
		height: 380px;
		position: relative;
		top: 0;
		width: 100%;
	}

	.why-join-final__card {
		margin: -4rem 1.25rem 0;
		min-height: 0;
		padding: 2.5rem 2rem;
		width: auto;
	}
}
