.tlhome {
	--tl-green: #005b38;
	--tl-green-2: #138b4d;
	--tl-yellow: #f4d735;
	--tl-ink: #073c2a;
	--tl-muted: #52645d;
	--tl-line: #dbe8e1;
	--tl-soft: #f1f8f4;
	--tl-white: #fff;
	color: var(--tl-ink);
	background: var(--tl-white);
	font-family: inherit;
	overflow: hidden;
}

.tlhome *,
.tlhome *::before,
.tlhome *::after {
	box-sizing: border-box;
}

.tlhome h1,
.tlhome h2,
.tlhome p,
.tlhome figure,
.tlhome ul {
	margin: 0;
}

.tlhome h1,
.tlhome h2 {
	color: var(--tl-green);
	font-family: inherit;
	font-weight: 800;
	letter-spacing: -.035em;
	text-wrap: balance;
}

.tlhome p,
.tlhome li,
.tlhome small {
	color: var(--tl-muted);
	font-size: 17px;
	line-height: 1.68;
}

.tlhome svg {
	width: 22px;
	height: 22px;
	flex: 0 0 auto;
}

.tlhome-hero {
	background: var(--tl-white);
	border-top: 4px solid transparent;
	border-image: linear-gradient(90deg, var(--tl-green), var(--tl-yellow)) 1;
}

.tlhome-hero__inner {
	width: min(1240px, calc(100% - 48px));
	min-height: 620px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
	align-items: stretch;
}

.tlhome-hero__copy {
	align-self: center;
	padding: 72px 60px 72px 0;
}

.tlhome-hero h1 {
	max-width: 690px;
	font-size: clamp(48px, 4.4vw, 72px);
	line-height: .99;
}

.tlhome-hero__copy > p {
	max-width: 590px;
	margin-top: 28px;
	font-size: 18px;
}

.tlhome-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 32px;
}

.tlhome-button {
	min-height: 48px;
	padding: 13px 20px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	border: 1px solid transparent;
	border-radius: 6px;
	font-size: 15px;
	font-weight: 750;
	line-height: 1.25;
	text-decoration: none;
	transition: transform .2s ease, background-color .2s ease, border-color .2s ease, color .2s ease;
}

.tlhome-button:hover,
.tlhome-button:focus-visible,
.tlhome-path:hover,
.tlhome-path:focus-visible,
.tlhome-text-link:hover,
.tlhome-text-link:focus-visible {
	transform: translateY(-2px);
}

.tlhome-button:focus-visible,
.tlhome-path:focus-visible,
.tlhome-text-link:focus-visible {
	outline: 3px solid rgba(244, 215, 53, .55);
	outline-offset: 3px;
}

.tlhome-button--primary {
	color: var(--tl-white);
	background: var(--tl-green);
}

.tlhome-button--primary:hover,
.tlhome-button--primary:focus-visible {
	color: var(--tl-white);
	background: #00452b;
}

.tlhome-button--secondary {
	color: var(--tl-green);
	background: var(--tl-white);
	border-color: var(--tl-green);
}

.tlhome-button--secondary:hover,
.tlhome-button--secondary:focus-visible {
	color: var(--tl-green);
	background: var(--tl-soft);
}

.tlhome-button--light {
	color: var(--tl-green);
	background: var(--tl-white);
}

.tlhome-button--light:hover,
.tlhome-button--light:focus-visible {
	color: var(--tl-green);
	background: var(--tl-yellow);
}

.tlhome-hero__media {
	min-width: 0;
	overflow: hidden;
}

.tlhome-hero__image {
	width: 100%;
	height: 100%;
	min-height: 620px;
	display: block;
	object-fit: cover;
	object-position: 52% center;
}

.tlhome-paths {
	width: min(1240px, calc(100% - 48px));
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	border-top: 1px solid var(--tl-line);
	border-bottom: 1px solid var(--tl-line);
}

.tlhome-path {
	min-height: 138px;
	padding: 28px;
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 18px;
	color: var(--tl-green);
	text-decoration: none;
	transition: transform .2s ease, background-color .2s ease;
}

.tlhome-path + .tlhome-path {
	border-left: 1px solid var(--tl-line);
}

.tlhome-path:hover,
.tlhome-path:focus-visible {
	color: var(--tl-green);
	background: var(--tl-soft);
}

.tlhome-path > svg {
	width: 26px;
	height: 26px;
}

.tlhome-path__icon {
	width: 54px;
	height: 54px;
	display: grid;
	place-items: center;
	border-radius: 50%;
	color: var(--tl-white);
}

.tlhome-path__icon--green {
	background: var(--tl-green-2);
}

.tlhome-path__icon--yellow {
	color: var(--tl-green);
	background: var(--tl-yellow);
}

.tlhome-path strong,
.tlhome-path small {
	display: block;
}

.tlhome-path strong {
	margin-bottom: 4px;
	color: var(--tl-green);
	font-size: 21px;
	line-height: 1.2;
}

.tlhome-path small {
	font-size: 14px;
	line-height: 1.5;
}

.tlhome-class,
.tlhome-about,
.tlhome-professional {
	width: min(1180px, calc(100% - 48px));
	margin: 0 auto;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	align-items: center;
	gap: clamp(48px, 7vw, 92px);
	padding: clamp(76px, 8vw, 112px) 0;
}

.tlhome-class__media,
.tlhome-about__media,
.tlhome-professional__media {
	overflow: hidden;
	border-radius: 18px;
	background: var(--tl-soft);
	box-shadow: 0 24px 70px rgba(0, 70, 43, .10);
}

.tlhome-class__image,
.tlhome-about__image,
.tlhome-professional__image {
	width: 100%;
	height: clamp(380px, 40vw, 520px);
	display: block;
	object-fit: cover;
}

.tlhome-class__copy h2,
.tlhome-about__copy h2,
.tlhome-professional__copy h2,
.tlhome-corporate h2,
.tlhome-rewards h2 {
	font-size: clamp(36px, 3.5vw, 54px);
	line-height: 1.05;
}

.tlhome-label {
	width: fit-content;
	margin-bottom: 15px !important;
	padding: 5px 10px;
	color: var(--tl-green) !important;
	background: #dcefe3;
	border-radius: 4px;
	font-size: 12px !important;
	font-weight: 800;
	line-height: 1.2 !important;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.tlhome-class__copy > p:not(.tlhome-label),
.tlhome-about__copy > p,
.tlhome-professional__copy > p:not(.tlhome-label),
.tlhome-corporate__copy > p,
.tlhome-rewards p {
	margin-top: 22px;
}

.tlhome-facts,
.tlhome-checks {
	padding: 0;
	list-style: none;
}

.tlhome-facts {
	margin: 26px 0 30px !important;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.tlhome-facts li {
	padding: 10px 13px;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	border: 1px solid var(--tl-line);
	border-radius: 6px;
	font-size: 14px;
	line-height: 1.25;
}

.tlhome-checks {
	margin: 28px 0 !important;
	display: grid;
	gap: 13px;
}

.tlhome-checks li {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	font-size: 15px;
	line-height: 1.5;
}

.tlhome-checks svg {
	margin-top: 2px;
	color: var(--tl-green-2);
}

.tlhome-text-link {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	color: var(--tl-green);
	font-size: 15px;
	font-weight: 800;
	text-decoration: none;
	transition: transform .2s ease;
}

.tlhome-about {
	border-top: 1px solid var(--tl-line);
}

.tlhome-about__media {
	order: 2;
}

.tlhome-about__image {
	object-position: center 34%;
}

.tlhome-professional {
	border-top: 1px solid var(--tl-line);
}

.tlhome-professional__copy {
	order: 2;
}

.tlhome-professional__copy .tlhome-button {
	margin-top: 28px;
}

.tlhome-professional__media {
	order: 1;
	border-radius: 54px 8px 54px 8px;
}

.tlhome-professional__image {
	object-position: center;
}

.tlhome-corporate {
	width: min(1240px, calc(100% - 48px));
	margin: 0 auto clamp(76px, 8vw, 112px);
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr);
	align-items: stretch;
	color: var(--tl-white);
	background: var(--tl-green);
	overflow: hidden;
}

.tlhome-corporate__copy {
	align-self: center;
	padding: clamp(48px, 6vw, 82px);
}

.tlhome-corporate h2,
.tlhome-corporate p {
	color: var(--tl-white);
}

.tlhome-corporate .tlhome-button {
	margin-top: 28px;
}

.tlhome-corporate__media {
	min-height: 420px;
	background: #e8f4ec;
}

.tlhome-corporate__image {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
}

.tlhome-rewards {
	width: min(1100px, calc(100% - 48px));
	margin: 0 auto;
	padding: 0 0 clamp(80px, 9vw, 120px);
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(260px, .42fr);
	align-items: end;
	gap: 32px 48px;
	border-top: 4px solid var(--tlhome-yellow);
	padding-top: clamp(48px, 6vw, 72px);
}

.tlhome-rewards__intro {
	grid-column: 1 / -1;
	max-width: 850px;
}

.tlhome-rewards__intro .tlhome-label {
	margin-top: 0 !important;
}

.tlhome-rewards__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.tlhome-rewards__card {
	min-width: 0;
	display: grid;
	grid-template-columns: 44px minmax(0, 1fr) 22px;
	align-items: center;
	gap: 14px;
	min-height: 112px;
	padding: 18px;
	border: 1px solid var(--tlhome-line);
	border-radius: 14px;
	background: #fff;
	color: var(--tlhome-green);
	text-decoration: none;
	box-shadow: 0 12px 28px rgba(0, 91, 63, .06);
	transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.tlhome-rewards__card:hover,
.tlhome-rewards__card:focus-visible {
	transform: translateY(-2px);
	border-color: #a8cdbd;
	box-shadow: 0 16px 34px rgba(0, 91, 63, .1);
}

.tlhome-rewards__card > svg {
	width: 20px;
	height: 20px;
}

.tlhome-rewards__card strong,
.tlhome-rewards__card small {
	display: block;
}

.tlhome-rewards__card strong {
	font-size: 17px;
	line-height: 1.2;
}

.tlhome-rewards__card small {
	margin-top: 6px;
	color: #55675f;
	font-size: 13px;
	line-height: 1.45;
}

.tlhome-rewards__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: #eaf6f0;
}

.tlhome-rewards__icon--gold {
	background: #fff7d2;
}

.tlhome-rewards__icon svg {
	width: 22px;
	height: 22px;
}

.tlhome-rewards__actions {
	display: grid;
	justify-items: start;
	gap: 18px;
}

@media (max-width: 1024px) {
	.tlhome-hero__inner {
		grid-template-columns: 1fr 1fr;
	}

	.tlhome-hero__copy {
		padding-right: 36px;
	}

	.tlhome-path {
		padding: 24px 18px;
		gap: 13px;
	}

	.tlhome-path__icon {
		width: 46px;
		height: 46px;
	}
}

@media (max-width: 767px) {
	.tlhome p,
	.tlhome li,
	.tlhome small {
		font-size: 15px;
		line-height: 1.58;
	}

	.tlhome-hero__inner {
		width: min(100% - 32px, 560px);
		min-height: 0;
		display: flex;
		flex-direction: column;
	}

	.tlhome-hero__copy {
		padding: 34px 4px 24px;
	}

	.tlhome-hero h1 {
		max-width: 11ch;
		font-size: clamp(42px, 12.4vw, 52px);
		line-height: .98;
	}

	.tlhome-hero__copy > p {
		margin-top: 20px;
		font-size: 16px;
		line-height: 1.55;
	}

	.tlhome-actions {
		display: grid;
		gap: 10px;
		margin-top: 24px;
	}

	.tlhome-button {
		width: 100%;
		min-height: 50px;
	}

	.tlhome-hero__media {
		margin-bottom: 24px;
		border-radius: 14px;
	}

	.tlhome-hero__image {
		min-height: 0;
		height: auto;
		aspect-ratio: 3 / 2;
		object-position: 54% center;
	}

	.tlhome-paths {
		width: min(100% - 32px, 560px);
		grid-template-columns: 1fr;
	}

	.tlhome-path {
		min-height: 104px;
		padding: 19px 8px;
	}

	.tlhome-path + .tlhome-path {
		border-top: 1px solid var(--tl-line);
		border-left: 0;
	}

	.tlhome-path strong {
		font-size: 19px;
	}

	.tlhome-class,
	.tlhome-about,
	.tlhome-professional {
		width: min(100% - 32px, 560px);
		grid-template-columns: 1fr;
		gap: 32px;
		padding: 68px 0;
	}

	.tlhome-class__copy h2,
	.tlhome-about__copy h2,
	.tlhome-professional__copy h2,
	.tlhome-corporate h2,
	.tlhome-rewards h2 {
		font-size: clamp(34px, 10vw, 43px);
	}

	.tlhome-class__image,
	.tlhome-about__image,
	.tlhome-professional__image {
		height: auto;
		aspect-ratio: 4 / 3;
	}

	.tlhome-facts {
		display: grid;
	}

	.tlhome-facts li {
		width: 100%;
		min-height: 46px;
	}

	.tlhome-about__copy {
		order: 1;
	}

	.tlhome-about__media {
		order: 2;
	}

	.tlhome-professional__copy {
		order: 1;
	}

	.tlhome-professional__media {
		order: 2;
		border-radius: 30px 6px 30px 6px;
	}

	.tlhome-corporate {
		width: 100%;
		margin-bottom: 68px;
		grid-template-columns: 1fr;
	}

	.tlhome-corporate__copy {
		padding: 54px 20px 46px;
	}

	.tlhome-corporate__media {
		min-height: 0;
	}

	.tlhome-corporate__image {
		height: auto;
		max-height: 430px;
		object-position: center 30%;
	}

	.tlhome-rewards {
		width: min(100% - 32px, 560px);
		padding-bottom: 90px;
		grid-template-columns: 1fr;
		align-items: start;
		gap: 28px;
	}

	.tlhome-rewards__intro {
		grid-column: auto;
	}

	.tlhome-rewards__grid {
		grid-template-columns: 1fr;
	}

	.tlhome-rewards__card {
		min-height: 0;
	}

	.tlhome-rewards__actions {
		width: 100%;
	}

	body .tl-reward-fab-wrap.tl-left {
		bottom: 88px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.tlhome *,
	.tlhome *::before,
	.tlhome *::after {
		scroll-behavior: auto !important;
		transition: none !important;
	}
}
