html {
	margin-top: 0px !important;
}
body {
	color: #000000;
	margin-top: 0px !important;
}
.glossary {
	margin-top: 80px;
}
.back-to-top {
	display: none;
}
.intro-grey-bg {
	background-color: #F5F5F8;
	width: 100%;
	padding: 176px 120px 80px;
	text-align: center;
}
.title-glossary-breadcrumbs {
	width: 100%;
}
.glossary-breadcrumbs a {
	font-family: 'FFMarkBold';
	font-style: normal;
	font-stretch: normal;
	color: #000000;
	text-decoration: none;
	font-size: 18px;
	line-height: 27px;
}
.breadcrumbs-wrapper {
	gap: 8px;
}
.breadcrumbs-wrapper::before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image: url("/wp-content/uploads/2023/08/Chevron_left.svg");
	background-size: cover;
	margin-right: 0px;
}
.glossary-single-post {
	margin: 32px auto 96px;
	display: flex;
	flex-direction: column;
	gap: 40px;
	font-family: 'FFMarkBook';
	font-style: normal;
	font-stretch: normal;
	box-sizing: content-box;
	max-width: 720px;
}
.intro-grey-bg h1 {
	font-family: 'FFMarkHeavy';
	font-size: 60px;
	font-style: normal;
	font-stretch: normal;
	line-height: 69px;
	letter-spacing: -1.2px;
	max-width: 800px;
	margin: auto;
	box-sizing: content-box;
}
.glossary .intro-group {
	padding: 80px 120px 80px 120px;
	background: linear-gradient(180deg, rgba(0, 76, 255, 0.00) 0%, rgba(0, 76, 255, 0.10) 100%);
	width: 100%;
	margin: 0px !important;
}
.glossary-content ul {
	margin: 56px 0px 0px;
	list-style-position: inside;
	font-size: 18px;
	line-height: 27px;
	display: flex;
	flex-direction: column;
	gap: 56px;
	padding-left: 16px;
}
.glossary-content ol {
	margin: 56px 0px 0px;
	list-style-position: outside;
	font-size: 18px;
	line-height: 27px;
	display: flex;
	flex-direction: column;
	gap: 56px;
	padding-left: 16px;
	list-style-type: decimal;
}
.glossary-content ul li::marker,
.glossary-content ol li::marker {
	margin: 0px 5px 0px 0px !important;
}
.glossary h1 {
	font-family: 'FFMarkHeavy';
	font-size: 60px;
	font-style: normal;
	font-weight: 800;
	line-height: 69px;
	letter-spacing: -1.2px;
}
.glossary-content h2 {
	color: #000;
	font-size: 32px;
	font-family: 'FFMarkBold';
	font-style: normal;
	font-stretch: normal;
	line-height: 40px;
	margin: 56px 0px 0px;
}
.glossary-content p {
	color: #000;
	font-size: 18px;
	font-family: 'FFMarkBook';
	font-style: normal;
	font-stretch: normal;
	line-height: 27px;
	margin: 40px 0px 0px;
}
.glossary .subheader,
.glossary-subheader {
	font-size: 21px;
	font-style: normal;
	font-weight: 500;
	line-height: 28px;
	font-family: 'FFMarkMedium';
	margin: auto;
	color: #666;
	text-align: center;
	width: 100%;
	max-width: 800px;
	margin-top: 16px;
}
.glossary h2:first-of-type {
	padding-top: 0px;
	margin-top: 0px;
	border-top: 0px;
}
.glossary h2 {
	font-size: 50px;
	font-style: normal;
	font-weight: 800;
	line-height: 58px;
	color: #000;
	padding-top: 64px;
	margin-top: 32px;
	border-top: 1px solid #dcdcdc;
	font-family: 'FFMarkHeavy';
	font-stretch: normal;
	margin-bottom: 32px;
}
.glossary-single-post h3+p {
	margin: 24px 0px !important;
}
.glossary-single-post h3 {
	margin: 40px 0px 24px 0px !important;
}
.glossary h3 {
	font-family: 'FFMarkBook';
	font-size: 18px;
	font-style: normal;
	font-weight: 450;
	line-height: 27px;
}
.glossary-related h6 {
	color: #000;
	text-align: center;
	font-family: 'FFMarkBold';
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px;
	letter-spacing: 1px;
	text-transform: uppercase;
	width: 100%;
	padding-bottom: 32px;
	padding-top: 40px;
}
.alphabet-list {
	gap: 8px;
	text-decoration: none;
	color: #333;
	max-width: 720px;
	margin: 96px auto 96px;
	flex-wrap: wrap;
	display: flex;
	justify-content: center;
	box-sizing: content-box;
}
.alphabet-list a,
.unlisted {
	background: var(--custom-slate-20, #F5F5F8);
	width: 48px;
	height: 48px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 30px;
	font-stretch: normal;
	font-family: 'FFMarkBold';
}
.listed:hover {
	background: #150056;
	color: #fff;
}
.listed {
	color: #150056;
}
.unlisted {
	color: #D2D2D2;;
}
.glossary-entries-all {
	max-width: 720px;
	margin: auto;
	box-sizing: content-box;
	padding: 0px 120px 64px;
}
.glossary-entry {
	padding-bottom: 32px;
}
.glossary-entry a {
	font-size: 18px;
	font-style: normal;
	font-weight: 450;
	line-height: 27px;
	text-decoration: none;
	font-stretch: normal;
	font-family: 'FFMarkBook' !important;
	color: #333;
}
.glossary-entry a:hover {
	text-decoration: underline;
}
.glossary-letter {
	border-bottom: 1px solid #dcdcdc;
	padding-bottom: 64px;
	margin: 64px 0px;
}
.glossary-letter-columns {
	columns: 2;
	margin: 0px;
	padding: 0px;
	column-gap: 80px;
	row-gap: 32px;
}
.glossary-entry {
	break-inside: avoid-column;
}
/* related terms */
a.btn-standard.glossary-rel-terms {
	border-radius: 4px;
	border: 1px solid var(--black, #000);
	background: var(--white, #FFF);
	padding: 12px 16px;
	text-decoration: none;
	color: #000;
	text-align: center;
	font-family: 'FFMarkBook';
	font-size: 16px;
	font-style: normal;
	font-stretch: normal;
	line-height: 24px;
}
a.btn-standard.glossary-rel-terms:hover {
	background-color: #000;
	color: #fff;
}
.glossary-term-list {
	display: flex;
	gap: 16px;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
	list-style: none;
}
.breadcrumbs-glossary-title {
	white-space: nowrap;
	overflow: hidden;
	width: 100%;
	text-overflow: ellipsis;
	display: inline-block;
	font-size: 18px;
	line-height: 27px;
	color: #666;
}
.title.glossary-breadcrumbs {
	width: 100%;
}
.glossary-form {
	margin-bottom: 96px;
}
/* tablet */
@media (max-width: 1200px) {
	.glossary {
		margin-top: 0px;
	}
	.glossary .subheader,
	.glossary-subheader {
		font-size: 21px;
		line-height: 28px;
		margin-top: 24px;
	}
	.related-posts-list-explore {
		display: none;
	}
	.glossary-form {
		margin-bottom: 80px;
	}
	.glossary-content ul,
	.glossary-content ol {
		margin: 40px 0px 0px;
	}
	.glossary-content h2 {
		margin: 40px 0px 0px;
	}
	.intro-grey-bg {
		padding: 160px 48px 80px;
	}
	.glossary-content ul {
		gap: 40px;
	}
	.glossary-content p {
		margin: 40px 0px 0px;
	}
	.glossary .intro-group {
		margin: 80px 48px;
	}
	.alphabet-list {
		margin: 80px auto 64px;
		box-sizing: content-box;
		max-width: 674px;
		gap: 12px;
	}
	.glossary-entries-all {
		margin: 64px auto 48px;
		box-sizing: content-box;
		max-width: 674px;
		padding: 0px;
	}
	.alphabet-list a,
	.unlisted {
		width: 40px;
		height: 40px;
		font-size: 21px;
		line-height: 28px;
	}
	.intro-grey-bg h1 {
		font-size: 46px;
		line-height: 53px;
		max-width: 674px;
	}
	.glossary-letter-columns {
		columns: 1;
	}
	.glossary h2 {
		font-size: 40px;
		line-height: 46px;
	}
	.glossary h1 {
		font-size: 46px;
		line-height: 53px;
		margin-bottom: 24px;
	}
	.glossary-single-post {
		gap: 40px;
		max-width: 674px;
		padding: 0px 80px;
		margin: 32px auto 80px;
	}
	.glossary .intro-group {
		padding: 160px 120px 80px;
	}
}
/* mobile phone */
@media (max-width: 781px) {
	.glossary-form {
		margin-bottom: 64px;
	}
	.glossary-content p,
	.glossary-content ul,
	.glossary-content ol {
		font-size: 16px;
		line-height: 22px;
		margin: 40px 0px 0px;
	}
	.intro-grey-bg {
		padding: 144px 32px 64px;
	}
	.intro-grey-bg h1 {
		font-size: 32px;
		line-height: 37px;
	}
	.glossary .intro-group {
		padding: 144px 32px 64px;
	}
	.alphabet-list {
		margin: 32px auto 40px;
		padding: 0px 32px;
		max-width: 310px;
		gap: 8px;
	}
	.alphabet-list a,
	.unlisted {
		font-size: 18px;
		line-height: 27px;
	}
	.glossary-entries-all {
		margin: 0px 32px 32px;
		padding: 0px;
	}
	.glossary h2 {
		padding-top: 40px;
		margin-top: 8px;
		font-size: 28px;
		line-height: 35px;
	}
	.glossary h1 {
		font-size: 32px;
		line-height: 37px;
		margin-bottom: 16px;
	}
	.glossary .subheader,
	.glossary-subheader {
		font-size: 18px;
		line-height: 27px;
		margin-top: 16px;
	}
	.glossary-single-post {
		padding: 0px 32px;
		gap: 24px;
		margin: 24px auto 64px;
	}
	.glossary-term-list {
		display: flex;
		gap: 24px;
		justify-content: center;
		flex-wrap: wrap;
		align-content: center;
		flex-direction: row;
		align-items: center;
	}
	.back-to-top {
		position: fixed;
		bottom: 32px;
		right: 32px;
		width: 40px;
		height: 40px;
		width: 48px;
		height: 48px;
		background-color: black;
		display: flex;
		justify-content: center;
		align-items: center;
		cursor: pointer;
		transition: opacity 0.3s ease-in-out;
	}
	.back-to-top.hidden {
		opacity: 0;
		pointer-events: none;
	}
}
@media (max-width: 600px) {
	.glossary h2 {
		font-size: 28px !important;
		line-height: 35px !important;
	}
}