.linesstone-index3 {
	--ls-navy: #0b1f3a;
	--ls-graphite: #233044;
	--ls-blue: #1f7aff;
	--ls-cyan: #11b5d9;
	--ls-mint: #22c7a9;
	--ls-cloud: #f4f9ff;
	--ls-ice: #eaf6ff;
}

.linesstone-index3 a {
	color: var(--ls-blue);
}

.linesstone-index3 a:hover,
.linesstone-index3 a:focus {
	color: var(--ls-cyan);
}

.linesstone-index3 main ::selection {
	background-color: var(--ls-blue);
	color: #fff;
}

.linesstone-index3 .linesstone-wordmark,
.linesstone-index3 .linesstone-side-wordmark {
	align-items: center;
	display: inline-flex;
	gap: 12px;
	min-height: 45px;
	text-decoration: none;
}

.linesstone-index3 .linesstone-wordmark__mark {
	background: linear-gradient(135deg, var(--ls-blue) 0%, var(--ls-cyan) 100%);
	border-radius: 8px;
	box-shadow: 0 12px 28px rgba(31, 122, 255, 0.22);
	display: inline-block;
	height: 34px;
	position: relative;
	width: 34px;
}

.linesstone-index3 .linesstone-wordmark__mark:after {
	background: rgba(255, 255, 255, 0.92);
	border-radius: 4px;
	content: "";
	height: 14px;
	left: 10px;
	position: absolute;
	top: 10px;
	width: 14px;
}

.linesstone-index3 .linesstone-wordmark__text {
	color: var(--ls-navy);
	font-family: "Quicksand", sans-serif;
	font-size: 25px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1;
}

.linesstone-index3 .linesstone-side-wordmark .linesstone-wordmark__text,
.linesstone-index3 .linesstone-wordmark--footer .linesstone-wordmark__text {
	color: var(--ls-navy);
}

.linesstone-index3 .top-bar--dark .top-bar__navigation a:after,
.linesstone-index3 .top-bar__navigation .submenu a:after {
	background-color: var(--ls-cyan) !important;
}

.linesstone-index3 .top-bar__navigation a.active,
.linesstone-index3 .top-bar--dark .top-bar__navigation a:hover,
.linesstone-index3 .top-bar--dark .top-bar__navigation a:focus {
	color: var(--ls-cyan);
}

.linesstone-index3 .top-bar__side-menu-button .line,
.linesstone-index3 .top-bar__navigation-toggler span,
.linesstone-index3 .top-bar__navigation-toggler span:before,
.linesstone-index3 .top-bar__navigation-toggler span:after {
	background-color: var(--ls-cyan);
}

.linesstone-index3 .start-screen .__site-name,
.linesstone-index3 .section-heading:not(.section-heading--white) .__subtitle {
	color: var(--ls-blue);
}

.linesstone-index3 .start-screen--style-3 {
	background:
		linear-gradient(90deg, #ffffff 0%, #ffffff 43%, rgba(244, 249, 255, 0.9) 100%);
	overflow: hidden;
}

.linesstone-index3 .linesstone-hero-row {
	position: relative;
	z-index: 2;
}

.linesstone-index3 .linesstone-hero-visual {
	margin: 0 -9vw 0 0;
	max-width: 930px;
	pointer-events: none;
	position: relative;
	width: 60vw;
}

.linesstone-index3 .linesstone-hero-visual img {
	display: block;
	height: auto;
	max-width: none;
	width: 100%;
}

.linesstone-index3 .section--light-blue-bg {
	background-color: var(--ls-cloud);
}

.linesstone-index3 .icon-box--circled {
	background-color: var(--ls-ice) !important;
}

.linesstone-index3 .btn-play {
	background-color: var(--ls-blue);
}

.linesstone-index3 .linesstone-delivery-snapshot {
	background: linear-gradient(135deg, #ffffff 0%, #f7fbff 100%);
	border: 1px solid rgba(31, 122, 255, 0.14);
	box-shadow: 0 24px 70px rgba(11, 31, 58, 0.12);
	overflow: hidden;
	padding: 34px;
	position: relative;
}

.linesstone-index3 .linesstone-delivery-snapshot:before {
	background:
		linear-gradient(90deg, rgba(31, 122, 255, 0.08) 1px, transparent 1px),
		linear-gradient(0deg, rgba(17, 181, 217, 0.08) 1px, transparent 1px);
	background-size: 34px 34px;
	content: "";
	inset: 0;
	opacity: 0.55;
	pointer-events: none;
	position: absolute;
}

.linesstone-index3 .linesstone-delivery-snapshot > * {
	position: relative;
}

.linesstone-index3 .linesstone-delivery-snapshot__header,
.linesstone-index3 .linesstone-delivery-snapshot__footer {
	align-items: center;
	display: flex;
	gap: 24px;
	justify-content: space-between;
}

.linesstone-index3 .linesstone-delivery-snapshot__eyebrow,
.linesstone-index3 .linesstone-delivery-snapshot__status,
.linesstone-index3 .linesstone-delivery-snapshot__step span {
	color: var(--ls-blue);
	font-family: "Quicksand", sans-serif;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.linesstone-index3 .linesstone-delivery-snapshot__status {
	background-color: var(--ls-ice);
	border: 1px solid rgba(31, 122, 255, 0.16);
	border-radius: 8px;
	padding: 10px 14px;
	white-space: nowrap;
}

.linesstone-index3 .linesstone-delivery-snapshot h3 {
	color: var(--ls-navy);
	font-size: 2rem;
	margin: 8px 0 0;
}

.linesstone-index3 .linesstone-delivery-snapshot__progress {
	background-color: rgba(31, 122, 255, 0.13);
	border-radius: 999px;
	height: 8px;
	margin: 28px 0;
	overflow: hidden;
}

.linesstone-index3 .linesstone-delivery-snapshot__progress span {
	background: linear-gradient(90deg, var(--ls-blue) 0%, var(--ls-cyan) 62%, var(--ls-mint) 100%);
	display: block;
	height: 100%;
	width: 78%;
}

.linesstone-index3 .linesstone-delivery-snapshot__steps {
	background-color: rgba(255, 255, 255, 0.86);
	border: 1px solid rgba(35, 48, 68, 0.1);
	border-radius: 8px;
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	overflow: hidden;
}

.linesstone-index3 .linesstone-delivery-snapshot__step {
	border-right: 1px solid rgba(35, 48, 68, 0.1);
	min-height: 176px;
	padding: 22px 18px;
}

.linesstone-index3 .linesstone-delivery-snapshot__step:last-child {
	border-right: 0;
}

.linesstone-index3 .linesstone-delivery-snapshot__step h4 {
	color: var(--ls-navy);
	font-size: 1.08rem;
	margin: 12px 0 10px;
}

.linesstone-index3 .linesstone-delivery-snapshot__step p {
	color: #677389;
	font-size: 0.95rem;
	line-height: 1.55;
	margin: 0;
}

.linesstone-index3 .linesstone-delivery-snapshot__footer {
	border-top: 1px solid rgba(35, 48, 68, 0.1);
	margin-top: 28px;
	padding-top: 24px;
}

.linesstone-index3 .linesstone-delivery-snapshot__footer strong {
	color: var(--ls-navy);
	display: block;
	font-family: "Quicksand", sans-serif;
	font-size: 1.08rem;
	margin-bottom: 4px;
}

.linesstone-index3 .linesstone-delivery-snapshot__footer span {
	color: #677389;
	display: block;
}

.linesstone-index3 .custom-btn.custom-btn--style-1:before,
.linesstone-index3 .custom-btn.custom-btn--style-2:before,
.linesstone-index3 .custom-btn.custom-btn--style-3:before,
.linesstone-index3 .custom-btn.custom-btn--style-5:before {
	background: linear-gradient(90deg, var(--ls-blue) 0%, var(--ls-cyan) 100%);
}

.linesstone-index3 .custom-btn.custom-btn--style-2 {
	background-color: var(--ls-ice);
	border-color: var(--ls-ice);
	color: var(--ls-blue);
}

.linesstone-index3 .custom-btn.custom-btn--style-3 {
	border-color: var(--ls-cyan);
	color: var(--ls-blue);
}

.linesstone-index3 .custom-btn.custom-btn--style-3:hover,
.linesstone-index3 .custom-btn.custom-btn--style-3:focus {
	color: #fff;
}

.linesstone-index3 .custom-btn.custom-btn--style-4 {
	background-color: #fff;
	border-color: #fff;
	color: var(--ls-blue);
}

.linesstone-index3 .custom-btn.custom-btn--style-5 {
	background-color: var(--ls-blue);
	border-color: var(--ls-blue);
	color: #fff;
}

.linesstone-index3 .pricing-table--s1 .__item--active {
	background: linear-gradient(0deg, #0b1f3a 0%, #0f4fb8 52%, #11b5d9 100%);
}

.linesstone-index3 .pricing-table--s1 .__item--active .__label {
	color: var(--ls-blue);
}

.linesstone-index3 .pricing-table--s1 .__item--active .disabled {
	color: #b7ddff;
}

.linesstone-index3 .pricing-table--s1 .__price {
	font-size: 3rem;
	line-height: 1;
}

.linesstone-index3 .posts--s4 .__item--preview .__title a {
	color: var(--ls-navy);
}

.linesstone-index3 .posts--s4 .__item--preview .__title a:hover {
	color: var(--ls-blue);
}

.linesstone-index3 .linesstone-solution-cards .__item--preview {
	min-height: 100%;
}

.linesstone-index3 .linesstone-solution-cards .post-meta__item,
.linesstone-index3 #use-cases .post-meta__item {
	color: var(--ls-blue);
	font-weight: 800;
	text-transform: uppercase;
}

.linesstone-index3 .linesstone-outcome-card h4 {
	color: var(--ls-navy);
	font-size: 1.6rem;
	margin-bottom: 18px;
}

.linesstone-index3 .linesstone-outcome-slider.review--s3.review--slider {
	margin-right: 0;
}

.linesstone-index3 .linesstone-outcome-card__index {
	color: var(--ls-blue);
	display: inline-block;
	font-family: "Quicksand", sans-serif;
	font-size: 0.95rem;
	font-weight: 700;
	margin-bottom: 18px;
	text-transform: uppercase;
}

.linesstone-index3 .linesstone-contact-card {
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0 18px 55px rgba(15, 79, 184, 0.11);
	padding: 42px;
}

.linesstone-index3 .linesstone-contact-card .form__note {
	color: #7b8495;
	font-size: 0.9rem;
	margin-top: 18px;
}

.linesstone-index3 .linesstone-contact-section .company-contacts--s1 .__name {
	color: var(--ls-navy);
}

.linesstone-index3 .side-menu__menu li.active a,
.linesstone-index3 .side-menu__menu a:hover {
	color: var(--ls-blue);
}

.linesstone-index3 .footer--s5 .footer__line--first {
	background-color: #f7fbff;
}

.linesstone-index3 .footer__navigation a:hover,
.linesstone-index3 .footer__address a:hover {
	color: var(--ls-blue);
}

@media only screen and (max-width: 991px) {
	.linesstone-index3 .start-screen--style-3 {
		background: #fff;
	}

	.linesstone-index3 .linesstone-delivery-snapshot {
		padding: 28px;
	}

	.linesstone-index3 .linesstone-delivery-snapshot__steps {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.linesstone-index3 .linesstone-delivery-snapshot__step:nth-child(2n) {
		border-right: 0;
	}

	.linesstone-index3 .linesstone-delivery-snapshot__step:nth-child(n+3) {
		border-top: 1px solid rgba(35, 48, 68, 0.1);
	}

	.linesstone-index3 .linesstone-delivery-snapshot__step:nth-child(5) {
		grid-column: span 2;
	}
}

@media only screen and (max-width: 575px) {
	.linesstone-index3 .linesstone-delivery-snapshot {
		padding: 24px;
	}

	.linesstone-index3 .linesstone-delivery-snapshot__header,
	.linesstone-index3 .linesstone-delivery-snapshot__footer {
		align-items: flex-start;
		flex-direction: column;
	}

	.linesstone-index3 .linesstone-delivery-snapshot h3 {
		font-size: 1.55rem;
	}

	.linesstone-index3 .linesstone-delivery-snapshot__steps {
		grid-template-columns: 1fr;
	}

	.linesstone-index3 .linesstone-delivery-snapshot__step,
	.linesstone-index3 .linesstone-delivery-snapshot__step:nth-child(2n) {
		border-bottom: 1px solid rgba(35, 48, 68, 0.1);
		border-right: 0;
		border-top: 0;
		grid-column: auto;
		min-height: auto;
	}

	.linesstone-index3 .linesstone-delivery-snapshot__step:last-child {
		border-bottom: 0;
	}
}

#btn-to-top {
	background-color: #0f4fb8;
}
