.gf-info-term {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 2px;
	color: inherit;
	font: inherit;
	vertical-align: middle;
	white-space: nowrap;
}

.gf-info-term__label {
	border-bottom: 0;
	color: inherit;
	cursor: help;
	font: inherit;
	text-decoration: none;
}

.gf-info-term__icon {
	align-items: center;
	background: #e6f7f2;
	border: 1px solid #00ab9f;
	border-radius: 50%;
	color: #167d7f;
	cursor: help;
	display: inline-flex;
	font-family: Georgia, "Times New Roman", serif;
	font-size: .58em;
	font-style: italic;
	font-weight: 700;
	height: 1.55em;
	justify-content: center;
	line-height: 1;
	overflow: hidden;
	padding: 0;
	position: relative;
	text-indent: -999px;
	transform: translateY(-.04em);
	width: 1.55em;
}

.gf-info-term__icon:before {
	content: "i";
	display: block;
	left: 50%;
	line-height: 1;
	position: absolute;
	text-indent: 0;
	top: 50%;
	transform: translate(-50%, -36%);
}

.gf-info-term__tooltip {
	background: linear-gradient(135deg, #167d7f 0%, #00ab9f 100%);
	border: 1px solid rgba(132, 213, 177, .7);
	border-radius: 8px;
	bottom: calc(100% + 12px);
	box-shadow: 0 14px 34px rgba(0, 95, 89, .22);
	color: #fff !important;
	font-family: inherit;
	font-size: 13px !important;
	font-style: normal;
	font-weight: 400 !important;
	left: 0;
	line-height: 1.45 !important;
	max-width: min(280px, calc(100vw - 32px));
	opacity: 0;
	padding: 12px 14px;
	pointer-events: none;
	position: absolute;
	text-align: left;
	transform: translateY(6px);
	transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
	visibility: hidden;
	white-space: normal;
	width: max-content;
	z-index: 50;
}

.gf-info-term__tooltip,
.gf-info-term__tooltip * {
	color: #fff !important;
	font-size: 13px !important;
	line-height: 1.45 !important;
}

.gf-info-term__tooltip:after {
	border: 8px solid transparent;
	border-top-color: #00ab9f;
	content: "";
	left: 18px;
	position: absolute;
	top: 100%;
}

.gf-info-term:hover .gf-info-term__tooltip,
.gf-info-term:focus-within .gf-info-term__tooltip {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
	visibility: visible;
}

.gf-info-term__tooltip strong {
	color: #fff;
	font-weight: 700;
}

#gf-assessment-page .gf-info-term {
	color: inherit !important;
	font: inherit !important;
}

#gf-assessment-page .gf-info-term__label {
	color: inherit !important;
	font: inherit !important;
}

#gf-assessment-page .gf-info-term__icon {
	font-size: .58em !important;
	height: 1.55em !important;
	width: 1.55em !important;
}

#gf-assessment-page .gf-info-term__tooltip {
	color: #fff !important;
	font-size: 13px !important;
	font-weight: 400 !important;
	line-height: 1.45 !important;
}

#gf-assessment-page .gf-profile-reveal__copy .gf-info-term__tooltip,
#gf-assessment-page .gf-product-benefits .gf-info-term__tooltip {
	bottom: auto;
	top: calc(100% + 12px);
}

#gf-assessment-page .gf-profile-reveal__copy .gf-info-term__tooltip:after,
#gf-assessment-page .gf-product-benefits .gf-info-term__tooltip:after {
	border-bottom-color: #167d7f;
	border-top-color: transparent;
	top: auto;
	bottom: 100%;
}

@media (max-width: 767px) {
	.gf-info-term {
		position: static;
	}

	.gf-info-term__tooltip {
		bottom: auto;
		left: 16px;
		position: fixed;
		right: 16px;
		top: auto;
		width: auto;
		max-width: none;
	}

	.gf-info-term:hover .gf-info-term__tooltip,
	.gf-info-term:focus-within .gf-info-term__tooltip {
		bottom: 22px;
	}

	.gf-info-term__tooltip:after {
		display: none;
	}
}
