:root {
	--ltq-ink: #25172e;
	--ltq-muted: #7b6660;
	--ltq-panel: #faebe2;
	--ltq-panel-soft: #f7e4d7;
	--ltq-border: #d74a3f;
	--ltq-red: #d6483d;
	--ltq-red-dark: #b9332b;
	--ltq-green: #00a968;
	--ltq-yellow: #f4be28;
	--ltq-orange: #f28b22;
	--ltq-shadow: 0 18px 40px rgba(62, 35, 29, 0.12);
}

#gform_wrapper_18.ltq-wrapper,
.gform_wrapper:has(#gform_18.low-test-quiz) {
	width: 100%;
	max-width: none;
	margin-inline: auto;
}

#gform_wrapper_18.ltq-wrapper .gf_progressbar_wrapper,
.gform_wrapper:has(#gform_18.low-test-quiz) .gf_progressbar_wrapper {
	width: 100%;
	max-width: none;
	margin: 0 0 34px;
	padding: 0;
}

#gform_wrapper_18.ltq-wrapper .gf_progressbar_title,
.gform_wrapper:has(#gform_18.low-test-quiz) .gf_progressbar_title {
	margin: 0 0 14px;
	color: rgba(37, 23, 46, 0.58);
	font-size: 14px;
	font-weight: 400;
	line-height: 1.25;
}

#gform_wrapper_18.ltq-wrapper .gf_progressbar,
.gform_wrapper:has(#gform_18.low-test-quiz) .gf_progressbar {
	overflow: hidden;
	width: 100%;
	height: 24px !important;
	border: 0;
	border-radius: 999px;
	background: #d7dbe1 !important;
	box-shadow: none !important;
}

#gform_wrapper_18.ltq-wrapper .gf_progressbar_percentage,
#gform_wrapper_18.ltq-wrapper .gf_progressbar_percentage[class*="percentbar_"],
.gform_wrapper:has(#gform_18.low-test-quiz) .gf_progressbar_percentage,
.gform_wrapper:has(#gform_18.low-test-quiz) .gf_progressbar_percentage[class*="percentbar_"] {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	min-width: 60px;
	height: 100%;
	padding-right: 13px;
	border-radius: 999px 0 0 999px;
	background: var(--ltq-red) !important;
	box-shadow: none !important;
}

#gform_wrapper_18.ltq-wrapper .gf_progressbar_percentage span,
.gform_wrapper:has(#gform_18.low-test-quiz) .gf_progressbar_percentage span {
	color: #ffffff;
	font-size: 13px;
	font-weight: 600;
	line-height: 1;
}

#gform_18.low-test-quiz,
#gform_confirmation_wrapper_18 .ltq-result-card {
	box-sizing: border-box;
	width: 100%;
	background: var(--ltq-panel);
	border: 3px solid var(--ltq-border);
	border-radius: 8px;
	color: var(--ltq-ink);
	box-shadow: var(--ltq-shadow);
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	letter-spacing: 0;
}

#gform_18.low-test-quiz {
	position: relative;
	min-height: 420px;
	padding: clamp(28px, 5vw, 58px);
	font-size: 13px;
}

#gform_18.low-test-quiz *,
#gform_confirmation_wrapper_18 .ltq-result-card * {
	box-sizing: border-box;
	letter-spacing: 0;
}

#gform_18.low-test-quiz .ltq-header,
#gform_confirmation_wrapper_18 .ltq-result-heading {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 24px;
	margin-bottom: clamp(30px, 4vw, 54px);
}

#gform_18.low-test-quiz .ltq-brand-mark,
#gform_confirmation_wrapper_18 .ltq-brand-mark {
	display: block;
	width: 20px;
	height: 2px;
	margin-bottom: 9px;
	background: var(--ltq-red);
}

#gform_18.low-test-quiz .ltq-title,
#gform_confirmation_wrapper_18 .ltq-result-title {
	margin: 0;
	color: var(--ltq-ink);
	font-size: clamp(19px, 2.1vw, 27px);
	font-weight: 450;
	line-height: 1.05;
}

#gform_18.low-test-quiz .ltq-progress-ring {
	--ltq-progress: 0deg;
	display: grid;
	place-items: center;
	flex: 0 0 auto;
	width: 78px;
	aspect-ratio: 1;
	border-radius: 999px;
	background:
		conic-gradient(var(--ltq-red) var(--ltq-progress), rgba(214, 72, 61, 0.12) 0),
		var(--ltq-panel-soft);
	color: var(--ltq-red);
	display: none;
}

#gform_18.low-test-quiz .ltq-progress-ring-inner {
	display: grid;
	place-items: center;
	width: 66px;
	aspect-ratio: 1;
	border-radius: inherit;
	background: var(--ltq-panel);
	text-align: center;
}

#gform_18.low-test-quiz .ltq-progress-number {
	display: block;
	font-size: 18px;
	font-weight: 500;
	line-height: 1;
}

#gform_18.low-test-quiz .ltq-progress-word {
	display: block;
	margin-top: 1px;
	font-size: 7px;
	font-weight: 600;
	text-transform: uppercase;
}

#gform_18.low-test-quiz.ltq-native-pages .ltq-step-label,
#gform_18.low-test-quiz.ltq-native-pages .ltq-nav {
	display: none;
}

#gform_18.low-test-quiz .ltq-step-label {
	width: 100%;
	margin: 0 0 30px;
	padding-bottom: 1px;
	border-bottom: 1px solid rgba(214, 72, 61, 0.22);
	color: var(--ltq-red);
	font-size: 12px;
	line-height: 1.3;
}

#gform_18.low-test-quiz .ltq-step-label span {
	display: inline-block;
	padding-bottom: 9px;
	border-bottom: 2px solid var(--ltq-red);
}

#gform_18.low-test-quiz .ltq-hidden-step {
	display: none !important;
}

#gform_18.low-test-quiz .gform_body,
#gform_18.low-test-quiz .gform_fields {
	display: block;
	width: 100%;
}

#gform_18.low-test-quiz .gfield {
	margin: 0 0 24px;
	padding: 0;
	border: 0;
}

#gform_18.low-test-quiz .gfield_label,
#gform_18.low-test-quiz legend.gfield_label {
	display: block;
	margin: 0 0 14px;
	color: var(--ltq-ink);
	font-size: clamp(15px, 1.35vw, 19px);
	font-weight: 400;
	line-height: 1.25;
}

#gform_18.low-test-quiz .gfield_html,
#gform_18.low-test-quiz .gsection_description,
#gform_18.low-test-quiz .gform_page,
#gform_18.low-test-quiz .gform_page_fields,
#gform_18.low-test-quiz .gfield_description {
	color: var(--ltq-ink);
	font-size: 13px !important;
	line-height: 1.35;
}

#gform_18.low-test-quiz .gfield_html h1,
#gform_18.low-test-quiz .gfield_html h2,
#gform_18.low-test-quiz .gfield_html h3,
#gform_18.low-test-quiz .gsection_title,
#gform_18.low-test-quiz .gform_page_title {
	max-width: 760px;
	margin: 0 0 18px;
	color: var(--ltq-ink);
	font-size: clamp(18px, 1.45vw, 22px) !important;
	font-weight: 500 !important;
	line-height: 1.25 !important;
}

#gform_18.low-test-quiz .gfield_html p {
	max-width: 760px;
	margin: 0 0 16px;
	font-size: 13px !important;
	line-height: 1.35;
}

#gform_18.low-test-quiz .gfield_required,
#gform_18.low-test-quiz .gfield_required_text {
	color: #9a817a;
	font-size: 10px;
	font-style: normal;
}

#gform_18.low-test-quiz .gfield_description,
#gform_18.low-test-quiz .validation_message {
	margin-top: 8px;
	color: var(--ltq-muted);
	font-size: 11px;
	line-height: 1.4;
}

#gform_18.low-test-quiz .gfield_error .gfield_label,
#gform_18.low-test-quiz .gfield_error legend.gfield_label,
#gform_18.low-test-quiz .validation_message {
	color: var(--ltq-red-dark);
}

#gform_18.low-test-quiz .gfield_radio {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 14px clamp(14px, 2.4vw, 34px);
	align-items: center;
	width: min(100%, 1020px);
}

#gform_18.low-test-quiz .gchoice {
	position: relative;
	margin: 0;
}

#gform_18.low-test-quiz .gchoice input[type="radio"] {
	position: absolute;
	inset: 50% auto auto 10px;
	width: 18px;
	height: 18px;
	margin: -6px 0 0;
	accent-color: #ffffff;
	opacity: 0;
	z-index: 1;
}

#gform_18.low-test-quiz .gchoice label {
	position: relative;
	display: inline-flex;
	align-items: center;
	width: 100%;
	max-width: none !important;
	min-height: 50px;
	padding: 9px 16px 9px 38px;
	border: 1px solid var(--ltq-red);
	border-radius: 4px;
	background: var(--ltq-red);
	color: #ffffff;
	font-size: 13px !important;
	font-weight: 600;
	line-height: 1.12;
	cursor: pointer;
	transition: background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

#gform_18.low-test-quiz .gfield_radio .gchoice label::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 21px;
	box-sizing: border-box;
	width: 16px;
	height: 16px;
	border: 2px solid rgba(255, 255, 255, 0.95);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.18);
	transform: translate(-50%, -50%);
}

#gform_18.low-test-quiz .gfield_radio .gchoice label::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 21px;
	width: 8px;
	height: 8px;
	border-radius: 999px;
	background: #ffffff;
	opacity: 0;
	transform: translate(-50%, -50%) scale(0.55);
	transition: opacity 120ms ease, transform 120ms ease;
}

#gform_18.low-test-quiz .gchoice label:hover,
#gform_18.low-test-quiz .gchoice input[type="radio"]:focus-visible + label {
	background: var(--ltq-red-dark);
	border-color: var(--ltq-red-dark);
	transform: translateY(-1px);
}

#gform_18.low-test-quiz .gchoice input[type="radio"]:checked + label {
	background: var(--ltq-red-dark);
	border-color: var(--ltq-red-dark);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.35);
}

#gform_18.low-test-quiz .gfield_radio .gchoice input[type="radio"]:checked + label::before {
	background: var(--ltq-ink);
	border-color: #ffffff;
	box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.28);
}

#gform_18.low-test-quiz .gfield_radio .gchoice input[type="radio"]:checked + label::after {
	opacity: 1;
	transform: translate(-50%, -50%) scale(1);
}

#gform_18.low-test-quiz input[type="text"],
#gform_18.low-test-quiz input[type="email"],
#gform_18.low-test-quiz input[type="tel"],
#gform_18.low-test-quiz input[type="number"],
#gform_18.low-test-quiz input[type="url"],
#gform_18.low-test-quiz textarea,
#gform_18.low-test-quiz select {
	width: 100%;
	min-height: 32px;
	padding: 8px 11px;
	border: 1px solid rgba(94, 58, 51, 0.14);
	border-radius: 4px;
	background: rgba(255, 248, 242, 0.58);
	color: var(--ltq-ink);
	font-size: 12px;
	line-height: 1.2;
	box-shadow: none;
}

#gform_18.low-test-quiz input::placeholder,
#gform_18.low-test-quiz textarea::placeholder {
	color: rgba(37, 23, 46, 0.48);
	opacity: 1;
}

#gform_18.low-test-quiz input:focus,
#gform_18.low-test-quiz textarea:focus,
#gform_18.low-test-quiz select:focus {
	outline: 2px solid rgba(214, 72, 61, 0.24);
	outline-offset: 1px;
	border-color: rgba(214, 72, 61, 0.55);
}

#gform_18.low-test-quiz .ltq-share-copy {
	max-width: 740px;
	margin: 0 0 24px;
	color: var(--ltq-ink);
	font-size: 14px;
	font-weight: 400;
	line-height: 1.35;
}

#gform_18.low-test-quiz.ltq-on-share-step .gform_fields {
	display: grid;
	grid-template-columns: repeat(12, minmax(0, 1fr));
	column-gap: 12px;
	row-gap: 17px;
}

#gform_18.low-test-quiz.ltq-on-share-step .gfield {
	grid-column: span 3;
	margin: 0;
}

#gform_18.low-test-quiz.ltq-on-share-step .gfield:has(.gfield_radio),
#gform_18.low-test-quiz.ltq-on-share-step .gfield:has(.gfield_checkbox),
#gform_18.low-test-quiz.ltq-on-share-step .gfield--type-radio,
#gform_18.low-test-quiz.ltq-on-share-step .gfield--type-checkbox,
#gform_18.low-test-quiz.ltq-on-share-step .gfield--type-consent {
	grid-column: span 12;
}

#gform_18.low-test-quiz.ltq-on-share-step .gfield_label,
#gform_18.low-test-quiz.ltq-on-share-step legend.gfield_label,
#gform_18.low-test-quiz.ltq-contact-step .gfield_label,
#gform_18.low-test-quiz.ltq-contact-step legend.gfield_label {
	margin-bottom: 12px;
	font-size: 13px !important;
	line-height: 1.35;
}

#gform_18.low-test-quiz.ltq-contact-step .gfield_description,
#gform_18.low-test-quiz.ltq-contact-step .validation_message {
	font-size: 10px;
	line-height: 1.35;
}

#gform_18.low-test-quiz.ltq-contact-step .gfield_radio {
	grid-template-columns: repeat(auto-fit, minmax(84px, 118px));
	gap: 8px;
	width: 100%;
}

#gform_18.low-test-quiz.ltq-contact-step .gchoice label {
	min-height: 32px;
	padding: 7px 13px 7px 29px;
	font-size: 11px !important;
}

#gform_18.low-test-quiz.ltq-contact-step .gfield_radio .gchoice label::before {
	left: 15px;
	width: 12px;
	height: 12px;
	border-width: 1px;
}

#gform_18.low-test-quiz.ltq-contact-step .gfield_radio .gchoice label::after {
	left: 15px;
	width: 6px;
	height: 6px;
}

#gform_18.low-test-quiz .gfield_checkbox {
	display: grid;
	gap: 7px;
	color: var(--ltq-muted);
	font-size: 10px;
	line-height: 1.4;
}

#gform_18.low-test-quiz .gfield_checkbox .gchoice label {
	display: inline;
	min-height: 0;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--ltq-muted);
	font-size: 10px;
	font-weight: 400;
	line-height: 1.4;
	transform: none;
	box-shadow: none;
}

#gform_18.low-test-quiz.ltq-contact-step .gfield_checkbox .gchoice label,
#gform_18.low-test-quiz.ltq-contact-step .gfield_consent_label {
	font-size: 10px;
	line-height: 1.35;
}

#gform_18.low-test-quiz .gfield_checkbox .gchoice input[type="checkbox"] {
	position: static;
	width: 13px;
	height: 13px;
	margin: 0 5px 0 0;
	accent-color: var(--ltq-red);
	vertical-align: -2px;
}

#gform_18.low-test-quiz .gform_footer {
	display: none;
	margin: 26px 0 0;
	padding: 0;
}

#gform_18.low-test-quiz.ltq-on-share-step .gform_footer {
	display: block;
}

#gform_18.low-test-quiz .gform_button,
#gform_18.low-test-quiz .gform_next_button,
#gform_18.low-test-quiz .gform_previous_button,
#gform_18.low-test-quiz .gform_page_footer .button,
#gform_confirmation_wrapper_18 .ltq-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 34px;
	padding: 9px 16px;
	border: 1px solid var(--ltq-red);
	border-radius: 4px;
	background: var(--ltq-red);
	color: #ffffff;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.1;
	text-decoration: none;
	cursor: pointer;
	transition: background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

#gform_18.low-test-quiz .gform_button:hover,
#gform_18.low-test-quiz .gform_next_button:hover,
#gform_18.low-test-quiz .gform_previous_button:hover,
#gform_18.low-test-quiz .gform_page_footer .button:hover,
#gform_confirmation_wrapper_18 .ltq-button:hover {
	background: var(--ltq-red-dark);
	border-color: var(--ltq-red-dark);
	color: #ffffff;
	transform: translateY(-1px);
}

#gform_18.low-test-quiz.ltq-contact-step .gform_button,
#gform_18.low-test-quiz.ltq-contact-step .gform_page_footer input[type="submit"],
#gform_18.low-test-quiz.ltq-contact-step .gform_page_footer button[type="submit"] {
	background: var(--ltq-ink) !important;
	border-color: var(--ltq-ink) !important;
	color: #ffffff !important;
}

#gform_18.low-test-quiz.ltq-contact-step .gform_button:hover,
#gform_18.low-test-quiz.ltq-contact-step .gform_page_footer input[type="submit"]:hover,
#gform_18.low-test-quiz.ltq-contact-step .gform_page_footer button[type="submit"]:hover {
	background: #130b1a !important;
	border-color: #130b1a !important;
}

#gform_confirmation_wrapper_18 .ltq-button.ltq-button-secondary {
	background: transparent;
	border-color: var(--ltq-ink);
	color: var(--ltq-ink);
}

#gform_confirmation_wrapper_18 .ltq-button.ltq-button-secondary:hover {
	background: rgba(37, 23, 46, 0.08);
	color: var(--ltq-ink);
}

#gform_18.low-test-quiz .ltq-nav {
	display: flex;
	align-items: center;
	min-height: 32px;
	margin-top: 18px;
}

#gform_18.low-test-quiz .ltq-back-button {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--ltq-muted);
	font-size: 12px;
	font-weight: 600;
	cursor: pointer;
}

#gform_18.low-test-quiz .ltq-back-button::before {
	content: "";
	width: 8px;
	height: 8px;
	border-left: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	transform: rotate(45deg);
}

#gform_18.low-test-quiz .ltq-back-button:hover {
	color: var(--ltq-red);
}

#gform_18.low-test-quiz .ltq-source,
#gform_confirmation_wrapper_18 .ltq-source {
	margin: 36px 0 0;
	color: rgba(37, 23, 46, 0.56);
	font-size: 9px;
	line-height: 1.35;
}

#gform_confirmation_wrapper_18 .ltq-result-card {
	padding: clamp(26px, 5vw, 46px);
}

#gform_confirmation_wrapper_18 .ltq-result-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
	gap: clamp(28px, 5vw, 62px);
	align-items: center;
}

#gform_confirmation_wrapper_18 .ltq-result-copy {
	min-width: 0;
}

#gform_confirmation_wrapper_18 .ltq-result-kicker {
	margin: 0 0 22px;
	color: var(--ltq-ink);
	font-size: clamp(17px, 1.8vw, 23px);
	line-height: 1.3;
}

#gform_confirmation_wrapper_18 .ltq-result-kicker strong {
	color: var(--ltq-ink);
	font-weight: 500;
}

#gform_confirmation_wrapper_18 .ltq-result-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin: 0 0 58px;
}

#gform_confirmation_wrapper_18 .ltq-study-note {
	display: grid;
	grid-template-columns: 18px minmax(0, 1fr);
	gap: 12px;
	max-width: 650px;
	margin: 0;
	color: var(--ltq-ink);
	font-size: 11px;
	line-height: 1.45;
}

#gform_confirmation_wrapper_18 .ltq-study-note-icon {
	display: grid;
	place-items: center;
	width: 16px;
	height: 16px;
	border: 1px solid currentColor;
	border-radius: 999px;
	font-size: 11px;
	font-weight: 700;
	line-height: 1;
}

#gform_confirmation_wrapper_18 .ltq-score-card {
	padding: 24px;
	border: 1px solid rgba(94, 58, 51, 0.08);
	border-radius: 4px;
	background: rgba(246, 224, 211, 0.62);
}

#gform_confirmation_wrapper_18 .ltq-score-summary {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 20px;
	padding-bottom: 24px;
	border-bottom: 1px solid rgba(94, 58, 51, 0.12);
}

#gform_confirmation_wrapper_18 .ltq-score-label {
	display: block;
	margin-bottom: 6px;
	color: var(--ltq-ink);
	font-size: 10px;
	line-height: 1.2;
}

#gform_confirmation_wrapper_18 .ltq-score-pill {
	display: inline-flex;
	align-items: center;
	min-height: 32px;
	padding: 8px 12px;
	border-radius: 3px;
	background: var(--ltq-orange);
	color: #ffffff;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.1;
}

#gform_confirmation_wrapper_18 .ltq-score-pill.ltq-most {
	background: #f04b2f;
}

#gform_confirmation_wrapper_18 .ltq-score-pill.ltq-highly,
#gform_confirmation_wrapper_18 .ltq-score-pill.ltq-moderate {
	background: var(--ltq-orange);
}

#gform_confirmation_wrapper_18 .ltq-score-pill.ltq-slight {
	background: var(--ltq-yellow);
	color: #4a3300;
}

#gform_confirmation_wrapper_18 .ltq-score-pill.ltq-least {
	background: var(--ltq-green);
}

#gform_confirmation_wrapper_18 .ltq-score-where {
	margin: 25px 0 13px;
	color: var(--ltq-ink);
	font-size: 11px;
	line-height: 1.2;
}

#gform_confirmation_wrapper_18 .ltq-scale-numbers {
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
	color: var(--ltq-ink);
	font-size: 12px;
}

#gform_confirmation_wrapper_18 .ltq-score-track {
	position: relative;
	height: 5px;
	border-radius: 999px;
	background: linear-gradient(
		90deg,
		#f04b2f 0 20%,
		var(--ltq-orange) 20% 40%,
		var(--ltq-orange) 40% 60%,
		var(--ltq-yellow) 60% 80%,
		var(--ltq-green) 80% 100%
	);
}

#gform_confirmation_wrapper_18 .ltq-score-track::before,
#gform_confirmation_wrapper_18 .ltq-score-track::after {
	content: "";
	position: absolute;
	top: -8px;
	bottom: -8px;
	width: 1px;
	background: rgba(37, 23, 46, 0.22);
}

#gform_confirmation_wrapper_18 .ltq-score-track::before {
	left: 20%;
}

#gform_confirmation_wrapper_18 .ltq-score-track::after {
	left: 80%;
}

#gform_confirmation_wrapper_18 .ltq-score-tick {
	position: absolute;
	top: -8px;
	bottom: -8px;
	left: 40%;
	width: 1px;
	background: rgba(37, 23, 46, 0.22);
}

#gform_confirmation_wrapper_18 .ltq-score-tick-2 {
	left: 60%;
}

#gform_confirmation_wrapper_18 .ltq-score-marker {
	position: absolute;
	top: 50%;
	left: var(--ltq-score-pos, 0%);
	width: 17px;
	height: 17px;
	border: 3px solid var(--ltq-ink);
	border-radius: 999px;
	background: var(--ltq-red);
	transform: translate(-50%, -50%);
}

#gform_confirmation_wrapper_18 .ltq-score-value-tag,
.ltq-result-card .ltq-score-value-tag {
	position: absolute;
	left: clamp(18px, var(--ltq-score-pos, 0%), calc(100% - 18px));
	bottom: 17px;
	color: var(--ltq-ink);
    background: rgba(246, 224, 211, 1);
	padding: 1px 6px;
	border-radius: 999px;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2;
	white-space: nowrap;
	transform: translateX(-50%);
	z-index: 3;
}

#gform_confirmation_wrapper_18 .ltq-scale-labels {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 8px;
	margin-top: 17px;
	text-align: center;
	font-size: 11px;
	line-height: 1.18;
}

#gform_confirmation_wrapper_18 .ltq-scale-labels strong {
	display: block;
	font-size: 12px;
	font-weight: 500;
}

#gform_confirmation_wrapper_18 .ltq-scale-labels span {
	display: block;
	margin-top: 2px;
}

#gform_confirmation_wrapper_18 .ltq-most-label {
	color: #f04b2f;
}

#gform_confirmation_wrapper_18 .ltq-highly-label,
#gform_confirmation_wrapper_18 .ltq-moderate-label {
	color: var(--ltq-orange);
}

#gform_confirmation_wrapper_18 .ltq-slight-label {
	color: #bd8a00;
}

#gform_confirmation_wrapper_18 .ltq-least-label {
	color: var(--ltq-green);
}

.ltq-result-card {
	box-sizing: border-box;
	width: 100%;
	padding: clamp(26px, 5vw, 46px);
	background: var(--ltq-panel);
	border: 3px solid var(--ltq-border);
	border-radius: 8px;
	color: var(--ltq-ink);
	box-shadow: var(--ltq-shadow);
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	letter-spacing: 0;
}

.ltq-result-card * {
	box-sizing: border-box;
	letter-spacing: 0;
}

.ltq-result-card .ltq-result-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
	gap: clamp(28px, 5vw, 62px);
	align-items: center;
}

.ltq-result-card .ltq-result-copy {
	min-width: 0;
}

.ltq-result-card .ltq-result-heading {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 24px;
	margin-bottom: clamp(30px, 4vw, 54px);
}

.ltq-result-card .ltq-brand-mark {
	display: block;
	width: 20px;
	height: 2px;
	margin-bottom: 9px;
	background: var(--ltq-red);
}

.ltq-result-card .ltq-result-title {
	margin: 0;
	color: var(--ltq-ink);
	font-size: clamp(19px, 2.1vw, 27px);
	font-weight: 450;
	line-height: 1.05;
}

.ltq-result-card .ltq-result-kicker {
	margin: 0 0 22px;
	color: var(--ltq-ink);
	font-size: clamp(15px, 1.35vw, 19px);
	line-height: 1.3;
}

.ltq-result-card .ltq-result-kicker strong {
	color: var(--ltq-ink);
	font-weight: 500;
}

.ltq-result-card .ltq-result-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin: 0 0 58px;
}

.ltq-result-card .ltq-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 34px;
	padding: 9px 16px;
	border: 1px solid var(--ltq-red);
	border-radius: 4px;
	background: var(--ltq-red);
	color: #ffffff;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.1;
	text-decoration: none;
	cursor: pointer;
	transition: background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.ltq-result-card .ltq-button:hover {
	background: var(--ltq-red-dark);
	border-color: var(--ltq-red-dark);
	color: #ffffff;
	transform: translateY(-1px);
}

.ltq-result-card .ltq-button.ltq-button-secondary {
	background: transparent;
	border-color: var(--ltq-ink);
	color: var(--ltq-ink);
}

.ltq-result-card .ltq-button.ltq-button-secondary:hover {
	background: rgba(37, 23, 46, 0.08);
	color: var(--ltq-ink);
}

.ltq-result-card .ltq-study-note {
	display: grid;
	grid-template-columns: 18px minmax(0, 1fr);
	gap: 12px;
	max-width: 650px;
	margin: 0;
	color: var(--ltq-ink);
	font-size: 11px;
	line-height: 1.45;
}

.ltq-result-card .ltq-study-note-icon {
	display: grid;
	place-items: center;
	width: 16px;
	height: 16px;
	border: 1px solid currentColor;
	border-radius: 999px;
	font-size: 11px;
	font-weight: 700;
	line-height: 1;
}

.ltq-result-card .ltq-score-card {
	padding: 24px;
	border: 1px solid rgba(94, 58, 51, 0.08);
	border-radius: 4px;
	background: rgba(246, 224, 211, 0.62);
}

.ltq-result-card .ltq-score-summary {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 20px;
	padding-bottom: 24px;
	border-bottom: 1px solid rgba(94, 58, 51, 0.12);
}

.ltq-result-card .ltq-score-label {
	display: block;
	margin-bottom: 6px;
	color: var(--ltq-ink);
	font-size: 10px;
	line-height: 1.2;
}

.ltq-result-card .ltq-score-pill {
	display: inline-flex;
	align-items: center;
	min-height: 32px;
	padding: 8px 12px;
	border-radius: 3px;
	background: var(--ltq-orange);
	color: #ffffff;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.1;
}

.ltq-result-card .ltq-score-pill.ltq-most {
	background: #f04b2f;
}

.ltq-result-card .ltq-score-pill.ltq-highly,
.ltq-result-card .ltq-score-pill.ltq-moderate {
	background: var(--ltq-orange);
}

.ltq-result-card .ltq-score-pill.ltq-slight {
	background: var(--ltq-yellow);
	color: #4a3300;
}

.ltq-result-card .ltq-score-pill.ltq-least {
	background: var(--ltq-green);
}

.ltq-result-card .ltq-score-where {
	margin: 25px 0 13px;
	color: var(--ltq-ink);
	font-size: 11px;
	line-height: 1.2;
}

.ltq-result-card .ltq-scale-numbers {
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
	color: var(--ltq-ink);
	font-size: 12px;
}

.ltq-result-card .ltq-score-track {
	position: relative;
	height: 5px;
	border-radius: 999px;
	background: linear-gradient(
		90deg,
		#f04b2f 0 20%,
		var(--ltq-orange) 20% 40%,
		var(--ltq-orange) 40% 60%,
		var(--ltq-yellow) 60% 80%,
		var(--ltq-green) 80% 100%
	);
}

.ltq-result-card .ltq-score-track::before,
.ltq-result-card .ltq-score-track::after {
	content: "";
	position: absolute;
	top: -8px;
	bottom: -8px;
	width: 1px;
	background: rgba(37, 23, 46, 0.22);
}

.ltq-result-card .ltq-score-track::before {
	left: 20%;
}

.ltq-result-card .ltq-score-track::after {
	left: 80%;
}

.ltq-result-card .ltq-score-tick {
	position: absolute;
	top: -8px;
	bottom: -8px;
	left: 40%;
	width: 1px;
	background: rgba(37, 23, 46, 0.22);
}

.ltq-result-card .ltq-score-tick-2 {
	left: 60%;
}

.ltq-result-card .ltq-score-marker {
	position: absolute;
	top: 50%;
	left: var(--ltq-score-pos, 0%);
	width: 17px;
	height: 17px;
	border: 3px solid var(--ltq-ink);
	border-radius: 999px;
	background: var(--ltq-red);
	transform: translate(-50%, -50%);
}

.ltq-result-card .ltq-score-value-tag {
	position: absolute;
	left: var(--ltq-score-pos, 0%);
	bottom: 17px;
	color: var(--ltq-ink);
	font-size: 13px;
	font-weight: 700;
	white-space: nowrap;
	transform: translateX(-50%);
}

.ltq-result-card .ltq-scale-labels {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 8px;
	margin-top: 17px;
	text-align: center;
	font-size: 11px;
	line-height: 1.18;
}

.ltq-result-card .ltq-scale-labels strong {
	display: block;
	font-size: 12px;
	font-weight: 500;
}

.ltq-result-card .ltq-scale-labels span {
	display: block;
	margin-top: 2px;
}

.ltq-result-card .ltq-most-label {
	color: #f04b2f;
}

.ltq-result-card .ltq-highly-label,
.ltq-result-card .ltq-moderate-label {
	color: var(--ltq-orange);
}

.ltq-result-card .ltq-slight-label {
	color: #bd8a00;
}

.ltq-result-card .ltq-least-label {
	color: var(--ltq-green);
}

.ltq-result-card .ltq-source {
	margin: 36px 0 0;
	color: rgba(37, 23, 46, 0.56);
	font-size: 9px;
	line-height: 1.35;
}

@media (max-width: 720px) {
	#gform_18.low-test-quiz {
		min-height: auto;
		padding: 24px 20px;
	}

	#gform_18.low-test-quiz .ltq-header,
	#gform_confirmation_wrapper_18 .ltq-result-heading {
		gap: 18px;
		margin-bottom: 32px;
	}

	#gform_18.low-test-quiz .ltq-title,
	#gform_confirmation_wrapper_18 .ltq-result-title {
		font-size: 24px;
	}

	#gform_18.low-test-quiz .ltq-progress-ring {
		width: 58px;
	}

	#gform_18.low-test-quiz .ltq-progress-ring-inner {
		width: 50px;
	}

	#gform_18.low-test-quiz .ltq-progress-number {
		font-size: 14px;
	}

	#gform_18.low-test-quiz .gfield_radio {
		display: grid;
		grid-template-columns: 1fr;
		gap: 8px;
	}

	#gform_18.low-test-quiz .gchoice label {
		width: 100%;
	}

	#gform_18.low-test-quiz.ltq-on-share-step .gform_fields {
		display: grid;
		grid-template-columns: 1fr;
		gap: 11px;
	}

	#gform_18.low-test-quiz.ltq-on-share-step .gfield,
	#gform_18.low-test-quiz.ltq-on-share-step .gfield:has(.gfield_radio),
	#gform_18.low-test-quiz.ltq-on-share-step .gfield:has(.gfield_checkbox),
	#gform_18.low-test-quiz.ltq-on-share-step .gfield--type-radio,
	#gform_18.low-test-quiz.ltq-on-share-step .gfield--type-checkbox,
	#gform_18.low-test-quiz.ltq-on-share-step .gfield--type-consent {
		grid-column: 1;
	}

	#gform_confirmation_wrapper_18 .ltq-result-card,
	.ltq-result-card {
		padding: 24px 20px;
	}

	#gform_confirmation_wrapper_18 .ltq-result-layout,
	.ltq-result-card .ltq-result-layout {
		display: grid;
		grid-template-columns: 1fr;
		gap: 28px;
	}

	#gform_confirmation_wrapper_18 .ltq-result-actions,
	.ltq-result-card .ltq-result-actions {
		display: grid;
		grid-template-columns: 1fr;
		margin-bottom: 28px;
	}

	#gform_confirmation_wrapper_18 .ltq-button,
	.ltq-result-card .ltq-button {
		width: 100%;
	}

	#gform_confirmation_wrapper_18 .ltq-score-card,
	.ltq-result-card .ltq-score-card {
		padding: 18px 14px;
	}

	#gform_confirmation_wrapper_18 .ltq-score-summary,
	.ltq-result-card .ltq-score-summary {
		grid-template-columns: 1fr 1fr;
		gap: 12px;
	}
}

@media (prefers-reduced-motion: reduce) {
	#gform_18.low-test-quiz .gchoice label,
	#gform_18.low-test-quiz .gform_button,
	#gform_confirmation_wrapper_18 .ltq-button,
	.ltq-result-card .ltq-button {
		transition: none;
	}
}
