.terms-page {
	background: #fafafa;
}

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

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

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

.terms-page .contact-hero__background {
	background: #0f56a4;
}

.terms-page .contact-hero__background-image {
	display: none;
}

.terms-page .contact-hero__overlay {
	display: none;
}

.terms-page .contact-hero__pattern {
	background-image: url("../../images/common/pattern.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	mix-blend-mode: soft-light;
	opacity: 0.08;
}

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

.terms-page .contact-hero__copy {
	max-width: 1209px;
	padding-top: 0;
}

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

.terms-page .contact-hero__home-link,
.terms-page .contact-hero__breadcrumb-label {
	color: inherit;
	text-decoration: none;
}

.terms-page .contact-hero__home-link {
	display: inline-flex;
	height: 20px;
}

.terms-page .contact-hero__home-link:hover,
.terms-page .contact-hero__breadcrumb-label:hover {
	color: inherit;
	opacity: 0.85;
}

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

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

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

.terms-page .contact-hero__breadcrumb-label {
	font-family: "Host Grotesk", sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.5;
}

.terms-page .contact-hero__title {
	color: #fafafa;
	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-align: left;
	text-transform: uppercase;
}

.terms-page .contact-hero__description,
.terms-page .contact-hero__description p {
	color: #fafafa;
	font-family: "Host Grotesk", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
	margin: 0;
	max-width: 1209px;
}

.terms-page .contact-hero__description p+p {
	margin-top: 12px;
}

.terms-page .section-nav {
	background: #fff;
	position: sticky;
	top: 86px;
	z-index: 30;
	border-bottom: 1px solid #EBEBEB;
}

.terms-page .section-nav__inner {
	align-items: center;
	display: flex;
	gap: 24px;
	justify-content: center;
	margin-bottom: -1px;
	/* min-height: 56px; */
	overflow-y: hidden;
}

.terms-page .section-nav__link {
	color: #0d0d0d;
	display: inline-flex;
	font-size: 16px;
	/* font-weight: 600; */
	letter-spacing: 0.08em;
	line-height: 1.5;
	padding: 16px 0;
	position: relative;
	text-decoration: none;
	text-transform: capitalize;
	transition: color 0.2s ease;
}

.terms-page .section-nav__link::after {
	background: #0F56A4;
    bottom: 0px;
    content: "";
    height: 4px;
    left: 0;
    top: 53px;
    opacity: 0;
    position: absolute;
    right: 0;
    transform: scaleX(0.6);
    transform-origin: center;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.terms-page .section-nav__link.is-active,
.terms-page .section-nav__link:hover,
.terms-page .section-nav__link:focus-visible {
	color: #0d0d0d;
}

.terms-page .section-nav__link.is-active::after,
.terms-page .section-nav__link:hover::after,
.terms-page .section-nav__link:focus-visible::after {
	opacity: 1;
	transform: scaleX(1);
}

.terms-page #notification,
.terms-page #voting-memberships,
.terms-page #glossary,
.terms-page #other-details {
	scroll-margin-top: 100px;
}

.terms-page .announcement-section {
	background: #fff;
	padding: 120px 0;
	overflow: hidden;
}

.terms-page .announcement-section__inner {
	--bs-gutter-y: 48px;
}

.terms-page .announcement-section__content {
	max-width: 996px;
}

.terms-page .announcement-section__title {
	color: #0d0d0d;
	font-family: "Host Grotesk", sans-serif;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.5;
	margin: 0 0 8px;
}

.terms-page .announcement-section__description,
.terms-page .announcement-section__description p {
	color: #0d0d0d;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
	margin-bottom: 0;
}

/* .terms-page .announcement-section__description p+p  */

.terms-page .announcement-section__description p+p {
	margin-top: 27px;
}

.terms-page .announcement-section__visual {
	display: flex;
	justify-content: end;
}

/* .terms-page .announcement-section__card {
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 4px 8px rgba(16, 24, 40, 0.1);
	max-width: 373.52px;
	padding: 28px 10px;
	transform: rotate(3.89deg);
	width: 100%;
}

.terms-page .announcement-section__card-image {
	align-items: center;
	background: #0f56a4;
	display: flex;
	height: 348px;
	justify-content: center;
	overflow: hidden;
}

.terms-page .announcement-section__card-image img {
	display: block;
	height: auto;
	max-width: 133px;
	width: 100%;
} */

.terms-page .announcement-section__card-title {
	color: #0d0d0d;
	font-family: "Kalam", cursive;
	font-size: 24px;
	font-weight: 400;
	line-height: 1;
	padding: 28px 12px 0px;
	text-transform: uppercase;
}

.terms-page .membership-matrix {
	background: #fffcef;
	padding: 120px 0;
}

.terms-page .membership-matrix__head {
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-bottom: 40px;
	text-align: center;
}

.terms-page .membership-matrix .section-head__title,
.terms-page .glossary-section .section-head__title,
.terms-page .content-section .section-head__title {
	color: #0d0d0d;
	font-family: "Tilt Warp", sans-serif;
	font-size: 48px;
	font-weight: 400;
	letter-spacing: -1.44px;
	line-height: 1.2;
	margin-bottom: 0px;
}

.terms-page .glossary-section .section-head__title,
.terms-page .content-section .section-head__title {
	font-size: 36px !important;
}

.terms-page .membership-matrix .section-head__description,
.terms-page .membership-matrix .section-head__description p,
.terms-page .content-section .section-head__description,
.terms-page .content-section .section-head__description p {
	color: #0d0d0d;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
	margin-bottom: 0;
}

.terms-page .content-section .section-head__description p {
	padding-left: 28px;
}

.terms-page .content-section .section-head__description p+p {
	margin-top: 26px;
}

.terms-page .membership-matrix__notice {
	align-items: center;
	background: #fff7d5;
	border-radius: 8px;
	display: flex;
	gap: 12px;
	margin: 0 auto 48px;
	padding: 10px 20px;
	max-width: 868px;
}

.terms-page .membership-matrix__notice-icon {
	display: inline-flex;
}

.terms-page .membership-matrix__notice-icon img {
	display: block;
	height: auto;
	width: 20px;
}

.terms-page .membership-matrix__notice-copy,
.terms-page .membership-matrix__notice-copy p {
	font-size: 18px;
	line-height: 1.5;
	margin: 0;
}

.terms-page .membership-matrix__shell {
	background: #fff;
	border: 1px solid #dedede;
	border-radius: 12px;
	box-shadow: 0 1px 1.5px rgba(16, 24, 40, 0.1);
	overflow: hidden;
}

.terms-page .membership-matrix__scroller {
	overflow-x: auto;
}

.terms-page .membership-matrix__table {
	border-collapse: separate;
	border-spacing: 0;
	min-width: 1240px;
	width: 100%;
}

.terms-page .membership-matrix__table th {
	background: #f5f5f5;
	border-bottom: 1px solid #e7e7e7;
	/* border-right: 1px solid #e7e7e7; */
	color: #505050;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.5;
	padding: 10px 20px;
	text-transform: uppercase;
	vertical-align: middle;
}

.terms-page .membership-matrix__table th:last-child,
.terms-page .membership-matrix__table td:last-child {
	border-right: 0;
}

.terms-page .membership-matrix__table td {
	background: #ffffff;
	border-bottom: 1px solid #e7e7e7;
	border-right: 1px solid #e7e7e7;
	color: #0d0d0d;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5;
	padding: 20px;
	text-align: center;
	vertical-align: middle;
}

.terms-page .membership-matrix__table td:nth-child(1),
.terms-page .membership-matrix__table td:nth-child(2) {
	text-align: left;
}

.terms-page .membership-matrix__table td:nth-child(1) {
	background-color: #FCFCFC;
}

.terms-page .membership-matrix__table tbody tr:last-child td {
	border-bottom: 0;
}

.terms-page .membership-matrix__col-membership {
	min-width: 240px;
	width: 240px;
}

.terms-page .membership-matrix__col-access {
	min-width: 240px;
	width: 240px;
}

.terms-page .membership-matrix__col-small {
	min-width: 128px;
	text-align: center;
	width: 128px;
}

.terms-page .membership-matrix__col-gift {
	min-width: 200px;
	text-align: center;
	width: 200px;
}

.terms-page .membership-matrix__membership-title {
	font-size: 18px;
	font-weight: 600;
	line-height: 1.5;
}

.terms-page .membership-matrix__membership-subtitle {
	color: rgba(13, 13, 13, 0.6);
	font-size: 18px;
	font-weight: 600;
	line-height: 1.5;
	margin-top: 2px;
}

.terms-page .membership-matrix__vote-badge {
	align-items: center;
	background: #E4EBF3;
	border-radius: 50px;
	display: inline-flex;
	font-size: 18px;
	font-weight: 600;
	height: 36px;
	justify-content: center;
	min-width: 32px;
	padding: 0 10px;
}

.terms-page .membership-matrix__plain {
	color: #0d0d0d;
}

.terms-page .membership-matrix__notes {
	margin-top: 32px;
}

.terms-page .membership-matrix__notes,
.terms-page .membership-matrix__notes p {
	color: #0d0d0d;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.7;
}

.terms-page .membership-matrix__notes>*+* {
	margin-top: 12px;
}

.terms-page .membership-matrix__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
	justify-content: center;
	margin-top: 48px;
}

.terms-page .membership-matrix__button {
	padding: 16px 24px;
	display: inline-flex;
	align-items: center;
	gap: 16px;
	text-decoration: none;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.5;
	text-transform: uppercase;
}

.terms-page .action-button--primary {
	background: #0f56a4;
	color: #fafafa;
}

.terms-page .action-button--primary:hover {
	background: #000000;
	color: #fafafa;
}

.terms-page .membership-matrix__button--dark {
	background: #333;
	border-color: #333;
	color: #fafafa;
}

.terms-page .glossary-section {
	background: #fff;
	padding: 120px 0;
}

.terms-page .glossary-section__head {
	gap: 8px;
	display: flex;
	flex-direction: column;
	margin-bottom: 48px;
	text-align: center;
}

.terms-page .glossary-section__description {
	color: #000000;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
	font-family: "Host Grotesk", sans-serif;
}

.terms-page .glossary-section__tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
	justify-content: center;
	margin-bottom: 24px;
}

.terms-page .glossary-section__tab {
	background: #fff;
	border: 1px solid #0D0D0D1A;
	border-radius: 8px;
	cursor: pointer;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.5;
	padding: 16px 32px;
	color: #0D0D0D99;
	transition: all 0.2s ease;
}

.terms-page .glossary-section__tab.is-active,
.terms-page .glossary-section__tab:hover,
.terms-page .glossary-section__tab:focus-visible {
	background: #FFFCEF;
	border-color: #000;
	color: #000;
}

.terms-page .glossary-section__panels {
	max-width: 1180px;
	margin: 0 auto;
}

.terms-page .glossary-section__panel {
	background: #FAFAFA;
	border: 1px solid #0D0D0D1A;
	border-radius: 16px;
	padding: 24px;
}

.terms-page .glossary-section__panel-copy,
.terms-page .glossary-section__panel-copy p,
.terms-page .glossary-section__panel-copy li {
	color: #0d0d0d;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
}

.terms-page .glossary-section__panel-copy ul {
	margin: 0;
	padding-left: 18px;
}

.terms-page .glossary-section__panel-copy p+p {
	margin-top: 8px;
}

.terms-page .content-section {
	background: #FFFCEF;
	padding: 120px 0;
}

.terms-page .content-section .section-head {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.terms-page .content-section .section-head .section-head__title {
	font-size: 36px;
	line-height: 1.2;
	padding-left: 28px;
}

.terms-page .content-section .section-head__description {
	max-width: 1642px;
}

.terms-page .content-section .section-head__description a {
	color: #0f56a4;
	text-decoration: underline;
}

@media (max-width: 1480.98px) {
	.terms-page .glossary-section__tabs {
		gap: 16px;
	}

	.terms-page .glossary-section__tab {
		padding: 16px 24px;
	}
}

@media (max-width: 1399.98px) {
	.terms-page .membership-matrix__table {
		min-width: 1180px;
	}
}

@media (max-width: 1199.98px) {
	.terms-page .contact-hero__row {
		padding: 72px 0;
	}

	.terms-page .announcement-section,
	.terms-page .membership-matrix,
	.terms-page .glossary-section,
	.terms-page .content-section {
		padding-top: 96px;
		padding-bottom: 96px;
	}

	.terms-page .content-section .section-head .section-head__title {
		font-size: 32px;
	}

	.terms-page .announcement-section__card {
		margin-top: 16px;
	}
}

@media (max-width: 991.98px) {
	.terms-page #notification,
	.terms-page #voting-memberships,
	.terms-page #glossary,
	.terms-page #other-details {
		scroll-margin-top: 140px;
	}

	.terms-page .section-nav {
		top: 78px;
	}

	.terms-page .section-nav__inner {
		gap: 16px;
		overflow-x: auto;
		padding: 0 0 2px;
	}

	.terms-page .announcement-section__visual {
		justify-content: center;
	}

	.terms-page .glossary-section__tabs {
		gap: 12px;
	}

	.terms-page .glossary-section__tab {
		font-size: 16px;
		padding: 12px 20px;
	}
}

@media (max-width: 767.98px) {
	.terms-page #notification,
	.terms-page #voting-memberships,
	.terms-page #glossary,
	.terms-page #other-details {
		scroll-margin-top: 120px;
	}

	.terms-page .contact-hero__row {
		padding: 56px 0 !important;
	}

	.terms-page .announcement-section,
	.terms-page .membership-matrix,
	.terms-page .glossary-section,
	.terms-page .content-section {
		padding-top: 72px;
		padding-bottom: 72px;
	}

	.terms-page .contact-hero__title,
	.terms-page .membership-matrix .section-head__title,
	.terms-page .glossary-section .section-head__title,
	.terms-page .content-section .section-head__title {
		font-size: 32px;
		letter-spacing: -0.96px;
	}

	.terms-page .content-section .section-head .section-head__title {
		font-size: 28px;
	}

	.terms-page .section-nav__link {
		font-size: 14px;
		white-space: nowrap;
	}

	.terms-page .announcement-section__card {
		max-width: 320px;
	}

	.terms-page .announcement-section__card-image {
		height: 280px;
	}

	.terms-page .membership-matrix__notice {
		display: flex;
		width: 100%;
	}

	.terms-page .membership-matrix__actions {
		gap: 16px;
	}

	/* .terms-page .membership-matrix__button {
		width: 100%;
	} */

	.terms-page .glossary-section__panel {
		padding: 20px;
	}

	.terms-page .glossary-section__tabs {
		gap: 8px;
	}

	.terms-page .glossary-section__tab {
		font-size: 14px;
		padding: 12px 16px;
	}

	.terms-page .membership-matrix__button {
		font-size: 14px;
	}
}

section#other-details li:not(:last-child) {
    margin-bottom: 20px;
}

section#other-details ul {
    margin-bottom: 0;
}

section#other-details a {
	text-decoration: none;
}

@media (max-width: 489px) { 
	.terms-page .section-nav {
		top: 85px;
	}
	.terms-page .section-nav__inner {
		gap: 8px;
	}
	.terms-page .section-nav__link {
		font-size: 10px;
	}
}

