/* Base */
:root {
	--space-4: 4px;
	--space-8: 8px;
	--space-12: 12px;
	--space-16: 16px;
	--space-20: 20px;
	--space-24: 24px;
	--space-32: 32px;
	--space-40: 40px;
	--space-48: 48px;
	--space-56: 56px;
	--space-64: 64px;
	--space-80: 80px;
	--content-width-sm: 760px;
	--content-width-md: 980px;
	--content-width-lg: 1120px;
	--content-width-xl: 1280px;
}

.v2-shell,
.v2-shell--wide,
.v2-shell--narrow {
	width: min(100% - 32px, var(--content-width-lg));
	margin: 0 auto;
}

.v2-shell--wide {
	max-width: var(--content-width-xl);
}

.v2-shell--narrow {
	max-width: var(--content-width-sm);
}

.home-v2 {
	--v2-page-gap: clamp(40px, 6vw, 72px);
	--v2-heading-gap: clamp(16px, 2.5vw, 24px);
	--v2-copy-gap: clamp(16px, 2vw, 24px);
	--v2-cta-gap: clamp(20px, 3vw, 32px);
	background-color: #f7f7fc;
}

.home-v2 .masthead {
	background-color: #fff;
	background-image:
		linear-gradient(to bottom, rgba(255,255,255,0) 65%, #fff 100%),
		radial-gradient(circle at 30% 50%, rgb(204 240 255), transparent 70%),
		radial-gradient(circle at 70% 100%, rgb(196 208 255), transparent 70%);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.v2-section {
	padding: var(--space-64) 0;
}

.v2-section--sm {
	padding: var(--space-40) 0;
}

.v2-section--lg {
	padding: var(--space-80) 0;
}

.v2-stack-sm > * + * {
	margin-top: var(--space-16);
}

.v2-stack-md > * + * {
	margin-top: var(--space-24);
}

.v2-stack-lg > * + * {
	margin-top: var(--space-32);
}

.v2-grid-2,
.v2-grid-3 {
	display: grid;
	gap: var(--space-24);
	align-items: start;
}

.v2-grid-2 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.v2-grid-3 {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.v2-text-block {
	max-width: 68ch;
}

.v2-text-block--center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

@media (max-width: 991px) {
	.v2-grid-2,
	.v2-grid-3 {
		grid-template-columns: 1fr;
	}

	.v2-section {
		padding: var(--space-48) 0;
	}

	.v2-section--lg {
		padding: var(--space-64) 0;
	}
}

body {
	font-family: 'Lexend Deca';
}

h1, h2, h3, h5
{
    /*font-family: 'Space';*/
    font-family: 'Lexend Deca';
    font-weight: 700;
    padding-left:0;
}

h6 {
    color: #0d2dca !important;
	line-height: 1.7;
}

.fa-solid, .fa-regular, .fa-light {
    color: #3658ff;
}

.masthead::before {
    content: '';
    position: absolute;
    inset: 0;
    /*background: linear-gradient(90deg, rgb(127 138 161 / 80%), rgb(196 198 200 / 80%));*/
    mix-blend-mode: overlay;
}

.web-app .masthead {
  background-image:
    radial-gradient(circle at 30% 50%, rgb(204 240 255), transparent 70%),
    radial-gradient(circle at 70% 100%, rgb(196 208 255), transparent 70%),
    linear-gradient(to bottom, rgba(255,255,255,0) 70%, #fff 100%);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.home-v2.web-app .masthead {
	background-image:
		linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.08) 48%, rgba(255,255,255,0.7) 82%, #fff 100%),
		radial-gradient(circle at 30% 50%, rgb(204 240 255), transparent 70%),
		radial-gradient(circle at 70% 100%, rgb(196 208 255), transparent 70%);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

/* Shared V2 Utilities */
.v2-mobile-app {
	background-image: url("/images/kalium/Banner.jpg");
	background-size: cover;
}

.v2-mobile-app__row {
	text-align: center;
	margin: 0 auto;
	padding: 80px 0;
}

.v2-mobile-app__eyebrow {
	color: #fff !important;
}

.v2-mobile-app__title {
	color: #fff;
	line-height: 1.5;
}

.v2-mobile-app__copy {
	color: #fff;
	line-height: 1.5;
	font-size: 16px;
	text-align: left;
}

.v2-mobile-app__link-row {
	text-align: left;
}

.v2-mobile-app__link {
	color: antiquewhite;
}

.v2-mobile-app__store-row {
	text-align: center;
	padding: 20px;
}

.v2-mobile-app__store-badge {
	padding: 10px;
}

.v2-mobile-app__store-badge--play {
	border-radius: 14px;
}

.v2-mobile-app__qr-row {
	text-align: center;
}

.v2-mobile-app__qr {
	max-width: 200px;
	padding: 10px;
}

.v2-mobile-app__device {
	max-height: 600px;
	max-width: 100%;
}

.v2-banner-bg {
	background-image: url("/images/kalium/Banner.jpg");
	background-size: cover;
}

.v2-gradient-panel {
	border-top: 1px solid #eee;
	background-image:
		radial-gradient(circle at 30% 50%, rgb(204, 240, 255), transparent 70%),
		radial-gradient(circle at 70% 100%, rgb(196, 208, 255), transparent 70%);
	background-position: 0 0, 0 0;
	background-size: 100% 100%, 100% 100%;
	background-repeat: no-repeat, no-repeat;
}

.v2-section-shell {
	text-align: center;
}

.v2-section-shell--wide {
	width: 100%;
	max-width: 1370px;
}

.v2-section-block {
	padding: 0;
	margin: 60px 0 0;
}

.v2-copy-block {
	margin: 20px 20px 0;
}

.v2-copy-block--spacious {
	margin: 20px 0 60px;
}

.v2-copy-block--compact {
	margin: 20px;
}

.v2-copy-block--card {
	margin: 30px;
}

.v2-copy-block--centered {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.v2-heading-xl {
	font-size: 42px;
	line-height: 55px;
	color: #222;
}

.v2-heading-xl--white {
	color: #fff;
}

.home-v2 h2 {
	margin-top: 0;
	margin-bottom: var(--v2-heading-gap);
}

.home-v2 h3 {
	line-height: 1.3;
}

.home-v2 h4 {
	line-height: 1.55;
}

.v2-body-copy {
	padding: 0 25px;
	text-align: left;
	font-size: 16px;
	line-height: 26px;
}

.v2-body-copy--white {
	color: #fff !important;
}

.v2-guarantee-copy,
.v2-guarantee-copy h2,
.v2-guarantee-copy h4,
.v2-guarantee-copy p {
	color: #fff;
	text-align: center;
}

.v2-guarantee-copy .v2-copy-block {
	max-width: 820px;
	margin-left: auto;
	margin-right: auto;
}

.v2-guarantee-copy .v2-body-copy {
	padding-left: 0;
	padding-right: 0;
	text-align: center;
}

.v2-body-copy--plain {
	padding: 0;
}

.v2-body-copy--center {
	padding: 0;
	text-align: center;
}

.v2-card-copy {
	font-size: 14px;
}

.v2-card-copy--left {
	text-align: left;
}

.v2-card-copy--with-spacing {
	margin: 0 20px 20px;
}

.v2-card-copy--bottom {
	margin-bottom: 30px;
}

.v2-icon-32 {
	font-size: 32px;
}

.v2-icon-block {
	margin-top: 30px;
}

.v2-circle-image {
	border-radius: 50%;
}

.v2-cta-button-pill {
	line-height: 1.4;
	margin-top: 0;
	padding: 10px 28px;
	border-radius: 20px;
}

.v2-cta-button-pill--blue {
	background-color: #3658ff;
}

.home-v2 .btn.btn-primary.btn-lg,
.home-v2 .v2-cta-button-pill,
.home-v2 .dual-cta .btn.btn-lg {
	border-radius: 18px;
	padding: 12px 28px;
	line-height: 1.3;
	font-weight: 600;
}

.home-v2 .btn.btn-primary.btn-lg {
	box-shadow: 0 10px 24px rgba(52, 55, 193, 0.16);
}

.home-v2 .v2-section-cta {
	margin-top: var(--v2-cta-gap);
	padding-bottom: var(--space-16);
	text-align: center;
}

.home-v2 .v2-section-cta h4 {
	margin: 0 0 var(--space-16);
}

.v2-testimonial-row {
	padding-bottom: 30px;
	text-align: center;
}

.v2-testimonial-col {
	padding: 15px;
}

.v2-testimonial-avatar {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	margin: 20px auto;
	border: 1px solid #d9d9d9;
}

.v2-testimonial-copy {
	font-size: 14px;
	width: 80%;
	line-height: 1.6;
	margin: 0 auto;
}

.v2-testimonial-quote {
	display: inline;
}

.v2-testimonial-meta {
	font-size: 12px;
	line-height: 1.5;
	margin-top: 10px;
}

.v2-user-friendly__link {
	color: #3658ff;
}

.v2-user-friendly__badge {
	border: 0;
}

.v2-user-friendly__badge--2023 {
	width: 150px;
	height: 140px;
}

.v2-user-friendly__badge--2021 {
	width: 150px;
	height: 134px;
}

/* Get Started */
.dual-cta {
	padding: var(--space-64) 0;
	background: #fff;
}

.dual-cta__inner {
	width: min(1120px, 92%);
	margin: 0 auto;
	text-align: center;
}

.dual-cta__inner > h2 {
	max-width: 24ch;
	margin-left: auto;
	margin-right: auto;
}

.dual-cta__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px;
	align-items: stretch;
	text-align: left;
}

.dual-cta__card {
	border-radius: 26px;
	padding: 28px 26px;
	border: 1px solid #dbe6ff;
	background: #fff;
	box-shadow: 0 16px 40px rgba(17, 24, 39, 0.05);
}

.dual-cta__card--demo {
	background: linear-gradient(180deg, #f4fbf9, #ffffff);
	border-color: #c9f3ea;
}

.dual-cta__card--trial {
	background: linear-gradient(180deg, #f3f7ff, #ffffff);
	border-color: #dbe6ff;
}

.dual-cta__accent {
	color: var(--accent);
}

.dual-cta__intro {
	margin-bottom: 16px;
	color: var(--text-medium);
}

.dual-cta__list {
	list-style: none;
	padding: 0;
	margin: 0 0 20px;
	display: grid;
	gap: 10px;
}

.dual-cta__list li {
	position: relative;
	padding-left: 22px;
	color: var(--text-dark);
}

.dual-cta__list li::before {
	content: "✓";
	position: absolute;
	left: 0;
	top: 0;
	color: var(--teal);
	font-weight: 800;
}

.btn-teal {
	background-color: #1eacd6;
	color: #fff;
}

/* How It Works / FAQ */
.tng-info-faq {
	background: #f6f8fc;
}

.tng-block-head {
	max-width: 820px;
	margin: 0 auto var(--space-32);
	text-align: center;
}

.tng-block-head h2 {
	font-size: 30px;
	line-height: 1.2;
	margin: 0 0 12px;
	font-weight: 700;
	color: #111827;
}

.tng-lead {
	max-width: 720px;
	margin: 0 auto;
}

.tng-lead p {
	margin: 10px 0 0;
	color: #6b7280;
	font-size: 15px;
	line-height: 1.65;
}

.tng-lead__copy {
	margin: var(--space-24) auto 0;
}

.tng-faq-head {
	max-width: 820px;
	margin: var(--space-48) auto var(--space-24);
	text-align: center;
}

.tng-faq-head .tng-faq-title {
	margin: 0 0 8px;
	font-size: 26px;
	font-weight: 700;
	color: #111827;
}

.tng-faq-head p {
	margin: 0;
	color: #6b7280;
	font-size: 15px;
	line-height: 1.6;
}

.tng-faq-list {
	max-width: 820px;
	margin: var(--space-24) auto 0;
	display: grid;
	gap: 14px;
}

.tng-faq-item {
	background: #fff;
	border: 1px solid rgba(17,24,39,.08);
	border-radius: 14px;
	box-shadow: 0 10px 30px rgba(17,24,39,.06);
	overflow: hidden;
}

.tng-faq-item summary {
	list-style: none;
	cursor: pointer;
	padding: 18px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	font-weight: 600;
	color: #111827;
	font-size: 15px;
	line-height: 1.35;
}

.tng-faq-item summary::-webkit-details-marker {
	display: none;
}

.tng-faq-content {
	padding: 0 18px 18px;
	color: #6b7280;
	font-size: 14px;
	line-height: 1.65;
}

.tng-faq-content p {
	margin: 10px 0 0;
}

.tng-faq-more {
	margin: var(--space-32) auto 0;
	max-width: 820px;
}

.tng-faq-icon {
	width: 18px;
	height: 18px;
	position: relative;
	flex: 0 0 18px;
	opacity: .9;
}

.tng-faq-icon::before,
.tng-faq-icon::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 14px;
	height: 2px;
	background: #6b7280;
	transform: translate(-50%, -50%);
	border-radius: 2px;
}

.tng-faq-icon::after {
	transform: translate(-50%, -50%) rotate(90deg);
}

details[open] .tng-faq-icon::after {
	transform: translate(-50%, -50%) rotate(0deg);
	opacity: 0;
}

.tng-faq-item summary:focus {
	outline: none;
}

.tng-faq-item summary:focus-visible {
	outline: 3px solid rgba(59,130,246,.35);
	outline-offset: 2px;
	border-radius: 12px;
}

/* Our Schools */
.tg-logos {
	background: #fff;
}

.tg-logos__container {
	padding: var(--space-12) 0 var(--space-48);
}

.tg-logos__heading {
	text-align: center;
	margin-bottom: var(--space-24);
}

.tg-logos__title {
	font-size: 20px;
	margin: 0;
	color: #555;
}

.tg-logos__mask {
	position: relative;
	overflow: hidden;
	border-radius: 16px;
	padding: 14px 10px;
	background: linear-gradient(90deg, rgba(52, 55, 193, 0.05), rgba(44, 156, 195, 0.04));
	border: 1px solid #dbe6ff;
}

.tg-logos__mask::before,
.tg-logos__mask::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	width: 64px;
	z-index: 2;
	pointer-events: none;
}

.tg-logos__mask::before {
	left: 0;
	background: linear-gradient(90deg, rgba(255,255,255,1), rgba(255,255,255,0));
}

.tg-logos__mask::after {
	right: 0;
	background: linear-gradient(270deg, rgba(255,255,255,1), rgba(255,255,255,0));
}

.tg-logos__track {
	display: flex;
	align-items: center;
	gap: 18px;
	width: max-content;
	will-change: transform;
	animation: tgLogoScroll 36s linear infinite;
}

.tg-logos__mask:hover .tg-logos__track {
	animation-play-state: paused;
}

.tg-logos__item {
	flex: 0 0 auto;
	width: 160px;
	height: 66px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px 12px;
	border-radius: 12px;
	background: rgba(255,255,255,0.80);
	border: 1px solid #dbe6ff;
}

.tg-logos__link {
	text-decoration: none;
}

.tg-logos__item img {
	width: auto;
	height: auto;
	max-width: 135px;
	max-height: 50px;
	object-fit: contain;
	filter: grayscale(100%);
	opacity: 0.88;
	transition: opacity .15s ease, filter .15s ease, transform .15s ease;
	border-radius: 4px;
}

.tg-logos__item:hover img {
	filter: grayscale(0%);
	opacity: 1;
	transform: translateY(-1px);
}

@keyframes tgLogoScroll {
	from { transform: translateX(0); }
	to { transform: translateX(-50%); }
}

/* Languages */
.lang-link {
	display: inline-block;
	color: inherit;
	text-decoration: none;
}

.lang-link:hover {
	text-decoration: underline;
}

.flag-wrap {
	width: 50px;
	border-radius: 6px;
	overflow: hidden;
	display: inline-block;
	background: #fff;
	border: 1px solid rgba(0,0,0,.10);
}

.flag-wrap img {
	width: 100%;
	height: 100%;
	display: block;
}

.lang-link:focus-visible .flag-wrap {
	outline: 2px solid rgba(25, 135, 84, .35);
	outline-offset: 2px;
}

.v2-languages {
	padding: var(--space-64) 0;
	background: #fff;
	border-top: 1px solid #eee;
}

.v2-languages__shell {
	clear: both;
	text-align: center;
}

.v2-languages__copy {
	font-size: 16px;
	max-width: 68ch;
}

.v2-languages__intro-gap {
	height: var(--space-24);
}

.v2-languages__label {
	margin: var(--space-12) 0 0;
	font-size: 14px;
	line-height: 1.4;
}

.v2-languages__spacer {
	margin: 0;
	padding-bottom: var(--space-24);
}

/* Legacy Logo Carousel */
.v2-logo-carousel {
	background: #fff;
	text-align: center;
}

.v2-logo-carousel__slide {
	height: 100px;
	animation: scroll 180s linear infinite;
}

.v2-logo-carousel__track {
	display: flex;
	gap: 3em;
}

.v2-logo-carousel__image {
	max-height: 100px;
	vertical-align: middle;
}

@keyframes scroll {
	0% { transform: translateX(0); }
	100% { transform: translateX(-1000%); }
}

/* Logo Marquee */
.marquee {
	display: flex;
	margin-block: 60px;
	position: relative;
	margin-inline: auto;
	background: white;
}

.marquee--8 {
	--marquee-item-width: 140px;
	--marquee-item-height: 166px;
	--marquee-duration: 36s;
	--marquee-items: 12;
}

.marquee__item {
	--marquee-item-offset: max(calc(var(--marquee-item-width) * var(--marquee-items)), calc(100% + var(--marquee-item-width)));
	--marquee-delay: calc(var(--marquee-duration) / var(--marquee-items) * (var(--marquee-items) - var(--marquee-item-index)) * -1);
	position: absolute;
	inset-inline-start: var(--marquee-item-offset);
	transform: translateX(-50%);
	animation: go linear var(--marquee-duration) var(--marquee-delay, 0s) infinite;
}

.marquee--omega .marquee__item {
	transform: none;
}

.marquee__item:nth-child(4n) { border-top-right-radius: 1rem; }
.marquee__item:nth-child(4n + 1) { border-bottom-right-radius: 1rem; }
.marquee__item:nth-child(4n + 2) { border-bottom-left-radius: 1rem; }
.marquee__item:nth-child(4n + 3) { border-top-left-radius: 1rem; }

.marquee--8 .marquee__item:nth-of-type(1) { --marquee-item-index: 1; }
.marquee--8 .marquee__item:nth-of-type(2) { --marquee-item-index: 2; }
.marquee--8 .marquee__item:nth-of-type(3) { --marquee-item-index: 3; }
.marquee--8 .marquee__item:nth-of-type(4) { --marquee-item-index: 4; }
.marquee--8 .marquee__item:nth-of-type(5) { --marquee-item-index: 5; }
.marquee--8 .marquee__item:nth-of-type(6) { --marquee-item-index: 6; }
.marquee--8 .marquee__item:nth-of-type(7) { --marquee-item-index: 7; }
.marquee--8 .marquee__item:nth-of-type(8) { --marquee-item-index: 8; }
.marquee--8 .marquee__item:nth-of-type(9) { --marquee-item-index: 9; }
.marquee--8 .marquee__item:nth-of-type(10) { --marquee-item-index: 10; }
.marquee--8 .marquee__item:nth-of-type(11) { --marquee-item-index: 11; }
.marquee--8 .marquee__item:nth-of-type(12) { --marquee-item-index: 12; }

@keyframes go {
	to { inset-inline-start: calc(var(--marquee-item-width) * -1); }
}

.pause:hover .marquee__item {
	animation-play-state: paused;
}

.v2-logo-marquee {
	background: #fff;
	width: 100%;
}

.v2-logo-marquee__offset-up-14 { margin-top: -14px; }
.v2-logo-marquee__offset-up-19 { margin-top: -19px; }
.v2-logo-marquee__offset-up-15 { margin-top: -15px; }
.v2-logo-marquee__offset-up-35 { margin-top: -35px; }
.v2-logo-marquee__offset-down-10 { margin-top: 10px; }
.v2-logo-marquee__offset-up-16 { margin-top: -16px; }
.v2-logo-marquee__offset-up-left { margin-left: -18px; margin-top: -18px; }
.v2-logo-marquee__offset-right { margin-left: 25px; }
.v2-logo-marquee__offset-up-10 { margin-top: -10px; }

/* Hero */
.v2-hero {
	text-align: center;
}

.v2-hero__headline {
	margin: var(--space-40) auto 0;
	max-width: 980px;
}

.v2-hero__title {
	font-size: 36px;
	line-height: 1.3;
	color: #222;
	margin-top: 0;
	margin-bottom: var(--space-16);
}

.v2-hero__subtitle {
	max-width: 70ch;
	margin: 0 auto;
	padding: 0 18px;
	font-size: 16px;
	line-height: 26px;
}

.v2-hero__cta {
	margin: var(--space-32) auto 0;
}

.v2-hero__note {
	font-size: 12px;
	width: 340px;
	margin: 0 auto;
	color: #222;
	text-align: center;
}

.v2-hero__legacy-row {
	display: none;
	background: none;
	margin-top: 20px;
}

.v2-hero__features-shell {
	color: #222;
}

.v2-hero__features-title {
	margin-bottom: var(--space-24);
}

.v2-hero__legacy-track,
.v2-hero__interactive-track {
	text-align: center;
	font-size: 13px;
	margin-bottom: 10px;
}

.v2-hero__feature-icon {
	font-size: 16px;
}

.v2-hero__portal-shift {
	margin-left: 15px;
}

.v2-hero__legacy-label-shift-sm {
	margin-left: -2px;
}

.v2-hero__legacy-label-shift-lg {
	margin-left: -10px;
}

.v2-hero__legacy-image {
	display: none;
	max-width: 100%;
	height: auto;
	aspect-ratio: attr(width) / attr(height);
	margin-bottom: 40px;
	border: 1px solid #eee;
	border-radius: 8px;
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
	transform: translateZ(0);
	backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
}

.v2-hero__feature-row {
	background: none;
	margin-top: var(--space-32);
	position: relative;
	z-index: 4;
}

@media screen and (max-width: 990px) {
	.v2-hero__feature-row {
		display: none;
	}
}

.v2-hero__feature-row .feature-item {
	cursor: pointer;
	pointer-events: auto;
	user-select: none;
	border-radius: 14px;
	padding: 12px 10px;
	min-height: 72px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 6px;
	background: transparent;
	border: 1px solid transparent;
	transition: background .15s ease, border-color .15s ease, box-shadow .15s ease, transform .15s ease;
	outline: none;
	position: relative;
	z-index: 5;
}

.v2-hero__feature-row .feature-item i {
	font-size: 18px !important;
	color: #111827;
	transition: color .15s ease;
}

.v2-hero__feature-row .feature-item span {
	display: block;
	font-size: 12px;
	line-height: 1.15;
	font-weight: 600;
	text-align: center;
	color: #111827;
	transition: color .15s ease;
}

.v2-hero__feature-row .feature-item:hover {
	background: rgba(52, 55, 193, 0.06);
	border-color: rgba(52, 55, 193, 0.16);
	transform: translateY(-1px);
}

.v2-hero__feature-row .feature-item.is-active {
	background: rgba(52, 55, 193, 0.10);
	border-color: rgba(52, 55, 193, 0.30);
	box-shadow: 0 10px 26px rgba(52, 55, 193, 0.14);
	position: relative;
}

.v2-hero__feature-row .feature-item.is-active i,
.v2-hero__feature-row .feature-item.is-active span {
	color: #111827;
}

.v2-hero__feature-row .feature-item.is-active::after {
	content: "";
	position: absolute;
	left: 18%;
	right: 18%;
	bottom: 6px;
	height: 3px;
	border-radius: 999px;
	background: linear-gradient(90deg, #1f3dcf, #2C9CC3);
	opacity: 0.9;
}

.v2-hero__feature-row .feature-item:focus-visible {
	border-color: rgba(44, 156, 195, 0.45);
	box-shadow: 0 0 0 3px rgba(44, 156, 195, 0.25), 0 10px 26px rgba(52, 55, 193, 0.12);
}

.v2-hero__feature-row .feature-item span[style*="margin-left"] {
	margin-left: 0 !important;
}

.v2-hero__feature-row .row.fade-in-image {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
	margin-left: 0;
	margin-right: 0;
}

.v2-hero__feature-row .row.fade-in-image > .feature-item {
	float: none !important;
	flex: 0 0 110px;
	max-width: 110px;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

@media (min-width: 1200px) {
	.v2-hero__feature-row .row.fade-in-image > .feature-item {
		flex-basis: 108px;
		max-width: 108px;
	}
}

.v2-hero__hero-image {
	width:100%;
	max-width: 100%;
	height: auto;
	aspect-ratio: attr(width) / attr(height);
	display: block;
	margin: var(--space-24) 0 var(--space-40);
	position: relative;
	z-index: 1;
	border: 1px solid #eee;
	border-radius: 8px;
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
	transform: translateZ(0);
	backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	transition: opacity .2s ease;
}

/* Solution */
.v2-solution {
	background: #fff;
}

.v2-solution__head {
	text-align: center;
	max-width: 1080px;
	margin: 0 auto;
}

.v2-solution__intro {
	margin: var(--space-24) auto var(--space-48);
	/*max-width: 76ch;*/
}

.v2-solution__intro-copy {
	font-size: 16px;
	line-height: 1.65;
}

.v2-solution__feature-row {
	margin: var(--space-48) 0 var(--space-24);
}

.v2-solution__media {
	text-align: center;
	padding: 0;
}

.v2-solution__image {
	max-width: 100%;
	border-radius: 15px;
}

.row-flex-center,
.v2-solution__testimonial-row {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	text-align: center;
}

.v2-solution__testimonial-row {
	margin-bottom: var(--space-48);
	row-gap: var(--space-24);
}

.testimonial-box {
	padding: 15px;
	border: 1px solid #dbe6ff;
	background: #F2F7FF;
	border-radius: 20px;
	margin: 10px;
}

.testimonial-box p {
	font-size: 16px;
	display: inline;
	color: #222;
}

.testimonial-box img {
	width: 55px;
	height: 55px;
	border-radius: 50%;
	border: 1px solid rgba(52, 55, 193, 0.12);
}

.testimonial-box .person {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
}

.testimonial-box .person p {
	font-size: 12px;
	line-height: 1.5;
	margin-top: 10px;
}

.mb20 {
	margin-bottom: 20px;
}

.feature-list {
	margin-left: 0;
	padding-left: var(--space-24);
	text-align: left;
}

.home-v2 .tg-logos,
.home-v2 .why-tng-section,
.home-v2 .v2-problem,
.home-v2 .v2-solution,
.home-v2 .v2-gradient-panel,
.home-v2 .v2-banner-bg,
.home-v2 .v2-user-friendly,
.home-v2 .v2-support,
.home-v2 .v2-mobile-app,
.home-v2 .v2-languages,
.home-v2 .tng-info-faq,
.home-v2 .dual-cta {
	margin-top: 0;
	margin-bottom: 0;
}

.home-v2 .why-tng-section__inner,
.home-v2 .v2-problem__inner,
.home-v2 .v2-section-block,
.home-v2 .v2-user-friendly,
.home-v2 .v2-support .container,
.home-v2 .v2-mobile-app__row,
.home-v2 .v2-languages__shell,
.home-v2 .tng-block-head,
.home-v2 .dual-cta__inner {
	padding-top: var(--v2-page-gap);
	padding-bottom: var(--v2-page-gap);
}

.home-v2 .v2-section-block {
	margin-top: 0;
}

.home-v2 .v2-copy-block,
.home-v2 .v2-copy-block--compact,
.home-v2 .v2-copy-block--card,
.home-v2 .v2-copy-block--spacious {
	max-width: 760px;
	margin-left: auto;
	margin-right: auto;
}

.home-v2 .v2-copy-block {
	margin-top: var(--v2-copy-gap);
}

.home-v2 .v2-copy-block--compact {
	margin-top: var(--v2-copy-gap);
}

.home-v2 .v2-copy-block--card {
	margin-top: var(--v2-copy-gap);
	margin-bottom: var(--space-32);
}

.home-v2 .v2-copy-block--spacious {
	margin-top: var(--v2-copy-gap);
	margin-bottom: var(--space-40);
}

.home-v2 .v2-body-copy,
.home-v2 .v2-card-copy,
.home-v2 .v2-testimonial-copy,
.home-v2 .testimonial-box p {
	line-height: 1.7;
}

.home-v2 .v2-mobile-app__row {
	align-items: center;
	row-gap: var(--space-32);
}

.home-v2 .v2-mobile-app__store-row {
	padding: var(--space-24) 0 var(--space-12);
}

.home-v2 .v2-mobile-app__qr-row {
	margin-top: var(--space-8);
}

.home-v2 .v2-testimonial-row {
	padding-top: var(--space-24);
	padding-bottom: 0;
}

.home-v2 .v2-testimonial-copy {
	width: min(100%, 34ch);
}

.v2-why-signup__inner {
	padding-top: var(--v2-page-gap);
	padding-bottom: var(--v2-page-gap);
}

.v2-why-signup__list {
	max-width: 720px;
	margin: var(--space-24) auto 0;
	text-align: left;
}

/* Responsive */
@media (max-width: 768px) {
	.tg-logos__item {
		width: 140px;
		height: 62px;
	}

	.tg-logos__item img {
		max-width: 112px;
		max-height: 36px;
	}

	.tg-logos__track {
		gap: 14px;
		animation-duration: 28s;
	}

	.tg-logos__mask::before,
	.tg-logos__mask::after {
		width: 40px;
	}
}

/* Motion Preferences */
@media (prefers-reduced-motion: reduce) {
	.tg-logos__track {
		animation: none;
	}

	.tg-logos__mask {
		overflow-x: auto;
	}
}

/* Small Screens */
@media (max-width: 640px) {
	.home-v2 {
		--v2-page-gap: 40px;
		--v2-heading-gap: 14px;
		--v2-copy-gap: 16px;
	}

	.tng-info-faq {
		padding: var(--space-48) 0;
	}

	.tng-block-head h2 {
		font-size: 26px;
	}

	.tng-faq-head .tng-faq-title {
		font-size: 22px;
	}

	.v2-hero__headline {
		margin-top: var(--space-32);
	}

	.v2-hero__title {
		font-size: 32px;
	}

	.v2-hero__subtitle,
	.home-v2 .v2-body-copy,
	.home-v2 .v2-card-copy,
	.home-v2 .v2-mobile-app__copy {
		font-size: 15px;
		line-height: 1.65;
	}

	.home-v2 .v2-copy-block,
	.home-v2 .v2-copy-block--compact,
	.home-v2 .v2-copy-block--card,
	.home-v2 .v2-copy-block--spacious {
		max-width: none;
	}

	.home-v2 .v2-mobile-app__row,
	.home-v2 .v2-support .container,
	.home-v2 .v2-user-friendly,
	.home-v2 .why-tng-section__inner,
	.home-v2 .v2-problem__inner,
	.home-v2 .tng-block-head,
	.home-v2 .dual-cta__inner {
		padding-top: var(--v2-page-gap);
		padding-bottom: var(--v2-page-gap);
	}

	.home-v2 .v2-section-cta .btn,
	.home-v2 .dual-cta .btn.btn-lg {
		width: 100%;
		max-width: 320px;
	}

	.home-v2 .dual-cta__grid {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.home-v2 .v2-solution__feature-row {
		margin-top: var(--space-32);
	}

	.v2-languages__label {
		margin-bottom: var(--space-16);
	}
}

hr {
	border-top: 1px solid #bbb;
}
