.flp-product-page,
.flp-product-page * {
	-webkit-font-smoothing: antialiased;
}
html {
	overflow-x: hidden;
}
body {
	margin: 0;
	overflow-x: hidden;
}
.breadcrumbs_back {
	margin-bottom: 0;
}
.flp-product-page {
	color: #0a0a0a;
	background: #fff;
	overflow-x: hidden;
}
.flp-product-page *,
.flp-product-page *::before,
.flp-product-page *::after {
	box-sizing: border-box;
}
.flp-product-page ul,
.flp-product-page ol,
.flp-product-page dl {
	margin: 0;
	padding: 0;
	list-style: none;
}
.flp-hero {
	display: grid;
	grid-template-columns: minmax(0, 48%) minmax(0, 52%);
	align-items: center;
	min-height: 720px;
	padding: 90px max(5vw, calc((100vw - 1280px) / 2)) 100px;
	background: linear-gradient(135deg, #fff 0%, #fff 54%, #efefef 54%, #efefef 100%);
	overflow: hidden;
}
.flp-hero-copy {
	position: relative;
	z-index: 2;
	min-width: 0;
	width: 100%;
}
.flp-eyebrow {
	display: inline-flex;
	align-items: center;
	margin: 0 0 18px;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.4;
	color: #ff5a00;
}
.flp-eyebrow::before {
	content: "";
	display: inline-block;
	width: 28px;
	height: 2px;
	margin-right: 10px;
	background: #ff5a00;
}
.flp-product-page .flp-eyebrow {
	display: none;
}
.flp-hero h1 {
	margin: 0 0 18px;
	font-size: clamp(54px, 7vw, 92px);
	font-weight: 700;
	line-height: .95;
	letter-spacing: 0;
}
.flp-hero-title {
	margin: 0 0 24px;
	font-size: clamp(28px, 3.1vw, 48px);
	font-weight: 700;
	line-height: 1.25;
}
.flp-hero-title span {
	display: block;
}
.flp-hero-lead {
	max-width: 620px;
	margin: 0 0 34px;
	font-size: 17px;
	line-height: 2;
	color: #222;
}
.flp-hero-actions {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	max-width: 620px;
	margin-bottom: 34px;
}
.flp-hero-actions .flp-btn {
	min-width: 0;
	padding-right: 12px;
	padding-left: 12px;
}
.flp-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 190px;
	min-height: 54px;
	padding: 12px 22px;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.4;
	text-decoration: none;
	color: #fff;
	background: #ff5a00;
	border: 2px solid #ff5a00;
	transition: background .25s ease, color .25s ease, border-color .25s ease;
}
.flp-btn.is-secondary {
	color: #fff;
	background: #ff5a00;
	border-color: #ff5a00;
}
.flp-btn:hover {
	opacity: 1;
	color: #fff;
	background: #0a0a0a;
	border-color: #0a0a0a;
}
.flp-hero-visual {
	position: relative;
	z-index: 1;
	min-width: 0;
	margin-right: -8vw;
}
.flp-hero-visual img {
	display: block;
	width: 110%;
	max-width: none;
}
.flp-section {
	padding: 120px 0;
}
.flp-section.is-gray {
	background: #f2f2f2;
}
.flp-section.is-dark {
	color: #fff;
	background: #0a0a0a;
}
.flp-section-inner {
	width: min(1180px, 90vw);
	margin: 0 auto;
	min-width: 0;
}
.flp-section-head {
	margin: 0 0 50px;
}
.flp-section-head.is-center {
	text-align: center;
}
.flp-section-head.is-center .flp-section-lead {
	margin-right: auto;
	margin-left: auto;
}
.flp-section-title {
	margin: 0;
	font-size: clamp(32px, 3.4vw, 48px);
	font-weight: 700;
	line-height: 1.35;
}
.flp-product-page--form4 .flp-section-head,
.flp-product-page--form4l .flp-section-head {
	text-align: center;
}
.flp-product-page--form4 .flp-section-title,
.flp-product-page--form4l .flp-section-title {
	margin-right: auto;
	margin-left: auto;
	font-size: 48px;
	text-align: center;
}
.flp-product-page--form4 .flp-section-lead,
.flp-product-page--form4l .flp-section-lead {
	margin-right: auto;
	margin-left: auto;
}
.flp-section-lead {
	max-width: 760px;
	margin: 18px 0 0;
	font-size: 16px;
	line-height: 1.9;
	color: #333;
}
.is-dark .flp-section-lead {
	color: #e4e4e4;
}
.flp-pillar-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}
.flp-pillar {
	display: grid;
	grid-template-columns: 168px 1fr;
	gap: 20px;
	align-items: start;
	min-height: 0;
	padding: 18px 28px 18px 18px;
	background: #fff;
	border: 1px solid #d6d6d6;
	box-shadow: 0 10px 24px rgba(0, 0, 0, .06);
	transition: transform .35s ease, box-shadow .35s ease;
}
.flp-pillar img {
	display: block;
	width: 100%;
	aspect-ratio: 1.25 / 1;
	object-fit: cover;
	background: #eee;
}
.flp-pillar:hover {
	transform: translateY(-5px);
	box-shadow: 0 18px 30px rgba(0, 0, 0, .1);
}
.flp-pillar h3 {
	margin: 0 0 12px;
	font-size: 21px;
	font-weight: 700;
	line-height: 1.4;
}
.flp-pillar p {
	margin: 0;
	font-size: 15px;
	line-height: 1.8;
	color: #333;
}
.flp-metric-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
}
.flp-metric {
	padding: 28px;
	color: #fff;
	background: #111;
	border: 1px solid #333;
}
.flp-metric strong {
	display: block;
	margin-bottom: 10px;
	font-size: clamp(34px, 4vw, 56px);
	font-weight: 700;
	line-height: 1;
	color: #ff5a00;
}
.flp-metric span {
	display: block;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.7;
}
.flp-speed-showcase {
	background: #fff;
}
.flp-speed-panel {
	display: grid;
	grid-template-columns: minmax(260px, 32%) minmax(0, 68%);
	gap: 12px;
	align-items: stretch;
	min-height: 520px;
}
.flp-speed-info {
	display: grid;
	grid-template-rows: 156px 1fr 112px;
	height: 520px;
	padding: 12px;
	color: #fff;
	background: #151515;
	border-radius: 8px;
}
.flp-speed-current {
	padding: 16px 30px;
	background: #ff5a00;
	border-radius: 6px;
}
.flp-speed-current p {
	display: flex;
	align-items: baseline;
	gap: 8px;
	margin: 0 0 22px;
	padding-bottom: 22px;
	border-bottom: 3px solid rgba(0, 0, 0, .5);
}
.flp-speed-current strong {
	font-size: 56px;
	font-weight: 400;
	line-height: 1;
}
.flp-speed-current span {
	font-size: 28px;
	line-height: 1;
}
.flp-speed-current small {
	display: block;
	font-size: 14px;
	font-weight: 700;
	text-align: right;
	text-transform: uppercase;
}
.flp-speed-bars {
	display: grid;
	align-content: end;
	gap: 22px;
	padding: 28px 24px;
}
.flp-speed-bars p {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 8px 14px;
	margin: 0;
	font-size: 15px;
	line-height: 1.4;
}
.flp-speed-bars span {
	font-weight: 700;
	white-space: nowrap;
}
.flp-speed-bars em {
	font-style: normal;
	color: #e0e0e0;
}
.flp-speed-bars i {
	grid-column: 1 / -1;
	display: block;
	height: 4px;
	background: linear-gradient(90deg, #9a9a9a var(--bar), #000 var(--bar));
	border-radius: 999px;
}
.flp-speed-caption {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 26px 22px;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.6;
	text-align: center;
	border-top: 1px solid #2c2c2c;
}
.flp-speed-image {
	overflow: hidden;
	height: 520px;
	border-radius: 8px;
	background: #eee;
}
.flp-speed-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.flp-speed-tabs {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 10px;
	margin: 18px auto 0;
}
.flp-speed-tabs button {
	position: relative;
	display: grid;
	gap: 6px;
	min-height: 88px;
	padding: 18px 18px 16px;
	font: inherit;
	text-align: left;
	color: #0a0a0a;
	background: #fff;
	border: 1px solid #d0d0d0;
	cursor: pointer;
	transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.flp-speed-tabs button::after {
	content: "";
	position: absolute;
	right: 18px;
	bottom: -1px;
	left: 18px;
	height: 3px;
	background: transparent;
}
.flp-speed-tabs button.is-active {
	border-color: #0a0a0a;
	box-shadow: 0 10px 22px rgba(0, 0, 0, .08);
}
.flp-speed-tabs button.is-active::after {
	background: #ff5a00;
}
.flp-speed-tabs button:hover {
	transform: translateY(-2px);
}
.flp-speed-tabs span {
	font-size: 15px;
	font-weight: 700;
	line-height: 1.4;
	white-space: normal;
}
.flp-speed-tabs small {
    font-size: 13px;
    line-height: 1.4;
    color: #555;
}

.flp-speed-note {
    color: #666;
    font-size: 13px;
    line-height: 1.8;
    margin: 18px 0 0;
}
.flp-note {
	margin: 16px 0 0;
	font-size: 12px;
	line-height: 1.7;
	color: #666;
}
.flp-tech {
	position: relative;
	color: #fff;
	background: #0a0a0a;
	overflow: hidden;
}
.flp-tech::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(135deg, rgba(255, 90, 0, .16) 0%, rgba(255, 90, 0, 0) 38%);
	pointer-events: none;
}
.flp-tech .flp-section-inner {
	position: relative;
	z-index: 1;
}
.flp-tech .flp-section-head {
	max-width: 980px;
	margin-right: auto;
	margin-left: auto;
}
.flp-tech .flp-section-title {
	color: #fff;
	text-align: center;
}
.flp-tech .flp-section-lead {
	color: #d8d8d8;
	text-align: center;
}
.flp-tech-grid,
.flp-material-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}
.flp-material-layout {
	display: grid;
	grid-template-columns: minmax(0, 38%) minmax(0, 62%);
	gap: 18px;
	align-items: stretch;
}
.flp-material-layout .flp-material-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flp-material-photo {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 420px;
	object-fit: cover;
	background: #eee;
}
.flp-tech-grid {
	position: relative;
	gap: 0;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
}
.flp-tech-card {
	min-height: 260px;
	padding: 30px 26px;
	background: transparent;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
}
.flp-tech-card span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 58px;
	height: 58px;
	margin-bottom: 40px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
	color: #0a0a0a;
	background: #ff5a00;
	border-radius: 50%;
}
.flp-tech-card h3,
.flp-material h3 {
	margin: 0 0 12px;
	font-size: 21px;
	font-weight: 700;
	line-height: 1.4;
}
.flp-tech-card p,
.flp-material p {
	margin: 0;
	font-size: 15px;
	line-height: 1.8;
}
.flp-material {
	padding: 26px 24px;
	background: #fff;
	border: 1px solid #d6d6d6;
}
.flp-material-showcase .flp-section-head {
	max-width: 860px;
}
.flp-material-showcase .flp-material-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	align-items: stretch;
}
.flp-material img {
	display: block;
	width: calc(100% + 48px);
	max-width: none;
	margin: -26px -24px 22px;
	aspect-ratio: 1.35 / 1;
	object-fit: cover;
	background: #eee;
}
.flp-material span {
	display: block;
	margin-top: 18px;
	padding-top: 16px;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.6;
	color: #ff5a00;
	border-top: 1px solid #e0e0e0;
}
.flp-scale-layout {
	display: grid;
	grid-template-columns: minmax(0, 58%) minmax(0, 42%);
	gap: 28px;
	align-items: stretch;
}
.flp-scale-board {
	display: grid;
	align-content: space-between;
	min-height: 620px;
	padding: 38px;
	color: #fff;
	background: #0a0a0a;
}
.flp-scale-board h2 {
	margin: 0;
	font-size: clamp(32px, 4.2vw, 58px);
	font-weight: 700;
	line-height: 1.18;
}
.flp-scale-board p {
	margin: 22px 0 0;
	font-size: 16px;
	line-height: 1.9;
	color: #e4e4e4;
}
.flp-scale-data {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}
.flp-scale-data div {
	padding: 24px 24px 22px;
	background: #fff;
	border: 1px solid #d6d6d6;
}
.flp-scale-data strong {
	display: block;
	margin-bottom: 8px;
	font-size: clamp(34px, 4vw, 54px);
	font-weight: 700;
	line-height: 1;
	color: #ff5a00;
}
.flp-scale-data span {
	display: block;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.6;
	color: #0a0a0a;
}
.flp-scale-data p {
	margin: 10px 0 0;
	font-size: 13px;
	line-height: 1.65;
	color: #444;
}
.flp-scale-visual {
	display: grid;
	grid-template-rows: minmax(0, 1fr) auto;
	min-height: 620px;
	background: #f2f2f2;
	border: 1px solid #d6d6d6;
}
.flp-scale-photo {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 0;
	object-fit: contain;
	padding: 46px 36px 24px;
	background: transparent;
	border: 0;
}
.flp-scale-callout {
	margin: 0 28px 28px;
	padding: 22px;
	background: #fff;
	border: 1px solid #d6d6d6;
}
.flp-scale-callout strong,
.flp-scale-callout span {
	display: block;
}
.flp-scale-callout strong {
	font-size: clamp(24px, 2.5vw, 36px);
	font-weight: 700;
	line-height: 1.2;
	color: #ff5a00;
}
.flp-scale-callout span {
	margin-top: 8px;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.6;
	color: #0a0a0a;
}
.flp-strength-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 28px;
}
.flp-strength-card {
	display: grid;
	grid-template-columns: minmax(0, 46%) minmax(0, 54%);
	gap: 38px;
	align-items: stretch;
	min-height: 430px;
	padding: 34px;
	background: #fff;
	border: 1px solid #d6d6d6;
}
.flp-strength-photo {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 360px;
	padding: 32px;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.6;
	color: #666;
	text-align: center;
	background: #f2f2f2;
	border: 1px dashed #b8b8b8;
}
.flp-strength-photo.has-image {
	padding: 0;
	background: #fff;
	border: 0;
	overflow: hidden;
}
.flp-strength-photo img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 360px;
	object-fit: cover;
}
.flp-strength-card span {
	display: block;
	margin-bottom: 18px;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.5;
	color: #ff5a00;
}
.flp-strength-card h3 {
	margin: 0 0 18px;
	font-size: clamp(30px, 3.2vw, 44px);
	font-weight: 700;
	line-height: 1.25;
}
.flp-strength-card p {
	margin: 0;
	font-size: 17px;
	line-height: 1.9;
	color: #333;
}
.flp-strength-card strong {
	display: block;
	margin-top: 24px;
	padding-top: 20px;
	font-size: clamp(22px, 2.2vw, 32px);
	font-weight: 700;
	line-height: 1.35;
	color: #0a0a0a;
	border-top: 1px solid #e2e2e2;
}
.flp-application-row {
	display: grid;
	grid-template-columns: 1.2fr .9fr .9fr;
	gap: 16px;
}
.flp-application {
	display: grid;
	align-content: end;
	min-height: 360px;
	padding: 28px;
	color: #fff;
	background: #111;
	border: 1px solid #333;
}
.flp-application:nth-child(2),
.flp-application:nth-child(3) {
	color: #0a0a0a;
	background: #fff;
	border-color: #d6d6d6;
}
.flp-application h3 {
	margin: 0 0 12px;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.35;
}
.flp-application p {
	margin: 0;
	font-size: 15px;
	line-height: 1.8;
}
.flp-sls-flow {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1px;
	background: #d0d0d0;
	border: 1px solid #d0d0d0;
}
.flp-sls-stage {
	display: grid;
	grid-template-rows: auto auto auto 1fr;
	min-height: 430px;
	padding: 24px;
	background: #fff;
}
.flp-sls-stage span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	margin-bottom: 18px;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	background: #ff5a00;
}
.flp-sls-stage figure {
	margin: 0 0 22px;
	background: #f3f3f3;
}
.flp-sls-stage img {
	display: block;
	box-sizing: border-box;
	width: 100%;
	aspect-ratio: 1.35 / 1;
	object-fit: cover;
}
.flp-sls-stage img[src*="formlabs_product_fuse"],
.flp-sls-stage img[src*="formlabs_fuse_sift"],
.flp-sls-stage img[src*="formlabs_material_nylon11cf"] {
	object-fit: contain;
	padding: 12px;
	background: #fff;
}
.flp-sls-stage h3 {
	margin: 0 0 10px;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.4;
}
.flp-sls-stage p {
	margin: 0;
	font-size: 15px;
	line-height: 1.8;
	color: #333;
}
.flp-production-board,
.flp-production-showcase {
	display: grid;
	gap: 28px;
}
.flp-production-panel {
	padding: 34px;
	color: #fff;
	background: #0a0a0a;
}
.flp-production-panel h2 {
	margin: 0;
	font-size: clamp(30px, 3.8vw, 52px);
	font-weight: 700;
	line-height: 1.24;
}
.flp-production-panel p {
	margin: 22px 0 0;
	font-size: 16px;
	line-height: 1.9;
	color: #e4e4e4;
}
.flp-production-list {
	display: grid;
	gap: 22px;
}
.flp-production-item {
	display: grid;
	grid-template-columns: minmax(0, 48%) minmax(0, 52%);
	gap: 34px;
	align-items: center;
	padding: 28px;
	background: #fff;
	border: 1px solid #d6d6d6;
}
.flp-production-item.is-reversed img {
	order: 2;
}
.flp-production-item img,
.flp-production-item .flp-photo-placeholder {
	width: 100%;
	min-height: 260px;
	aspect-ratio: 1.55 / 1;
	object-fit: cover;
}
.flp-production-item img[src*="formlabs_app_production_n12gf"] {
	object-fit: contain;
	padding: 18px;
	background: #fff;
}
.flp-production-item h3 {
	margin: 0 0 14px;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.35;
}
.flp-production-item p {
	margin: 0;
	font-size: 17px;
	line-height: 1.9;
	color: #333;
}
.flp-system-layout {
	display: grid;
	gap: 48px;
}
.flp-system-layout .flp-section-head {
	max-width: 980px;
	margin-bottom: 0;
}
.flp-system-layout .flp-section-title {
	max-width: 900px;
	line-height: 1.28;
}
.flp-system-layout .flp-section-lead {
	max-width: 820px;
}
.flp-system-product-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 28px;
}
.flp-system-card {
	display: flex;
	flex-direction: column;
	min-height: 560px;
	padding: 30px;
	background: #fff;
	border: 1px solid #d6d6d6;
}
.flp-system-photo {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	min-height: 320px;
	background: #fff;
	border-bottom: 1px solid #ececec;
}
.flp-system-card img {
	display: block;
	width: 100%;
	max-height: 320px;
	aspect-ratio: 1.35 / 1;
	object-fit: contain;
	padding: 8px;
	background: #fff;
}
.flp-system-card-body {
	display: flex;
	flex: 1;
	flex-direction: column;
}
.flp-system-card h3 {
	margin: 26px 0 12px;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.35;
}
.flp-system-card p {
	margin: 0;
	font-size: 16px;
	line-height: 1.8;
	color: #333;
}
.flp-system-card span {
	display: block;
	margin-top: auto;
	padding-top: 20px;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.6;
	color: #ff5a00;
	border-top: 1px solid #e6e6e6;
}
.flp-ecosystem-grid,
.flp-use-grid {
	display: grid;
	gap: 18px;
}
.flp-ecosystem-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}
.flp-use-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}
.flp-ecosystem-card,
.flp-use-card {
	background: #fff;
	border: 1px solid #d6d6d6;
}
.flp-ecosystem-card {
	padding: 0 0 26px;
}
.flp-use-card {
	overflow: hidden;
	box-shadow: 0 10px 24px rgba(0, 0, 0, .06);
}
.flp-ecosystem-card img,
.flp-use-card img {
	display: block;
	width: 100%;
	object-fit: cover;
	background: #f2f2f2;
}
.flp-ecosystem-card img {
	aspect-ratio: 1.25 / 1;
	object-fit: contain;
	padding: 24px;
}
.flp-use-card img {
	aspect-ratio: 1.55 / 1;
}
.flp-ecosystem-card h3,
.flp-use-card h3 {
	margin: 24px 24px 12px;
	font-size: 21px;
	font-weight: 700;
	line-height: 1.4;
}
.flp-ecosystem-card p,
.flp-use-card p {
	margin: 0 24px 26px;
	font-size: 15px;
	line-height: 1.8;
	color: #333;
}
.flp-split {
	display: grid;
	grid-template-columns: minmax(0, 47%) minmax(0, 53%);
	align-items: center;
	gap: 64px;
}
.flp-split > * {
	min-width: 0;
}
.flp-image-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
}
.flp-image-grid img:first-child {
	grid-column: 1 / -1;
}
.flp-image-grid img {
	display: block;
	width: 100%;
	aspect-ratio: 1.6 / 1;
	object-fit: cover;
	background: #ddd;
}
.flp-workflow-section {
	padding: 112px 0 92px;
	border-bottom: 1px solid #dcdcdc;
}
.flp-workflow-section .flp-split {
	grid-template-columns: minmax(0, 51%) minmax(0, 43%);
	gap: 64px;
}
.flp-product-page--form4 .flp-workflow-section .flp-section-title,
.flp-product-page--form4l .flp-workflow-section .flp-section-title {
	max-width: 620px;
	margin-right: 0;
	margin-left: 0;
	font-size: clamp(34px, 3.2vw, 48px);
	line-height: 1.42;
	text-align: left;
}
.flp-product-page--form4 .flp-workflow-section .flp-section-lead,
.flp-product-page--form4l .flp-workflow-section .flp-section-lead {
	max-width: 600px;
	margin-right: 0;
	margin-left: 0;
	font-size: 17px;
	line-height: 2;
}
.flp-workflow-section .flp-image-grid {
	gap: 10px;
}
.flp-workflow-section .flp-image-grid img {
	border-radius: 4px;
}
.flp-image-grid img[src*="formlabs_fuse_sift"],
.flp-image-grid img[src*="formlabs_fuse_blast"] {
	object-fit: contain;
	padding: 14px;
	background: #fff;
}
.flp-photo-placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 220px;
	padding: 28px;
	text-align: center;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.7;
	color: #555;
	background:
		linear-gradient(135deg, rgba(0, 0, 0, .06) 25%, transparent 25%) 0 0 / 18px 18px,
		linear-gradient(135deg, transparent 75%, rgba(0, 0, 0, .06) 75%) 0 0 / 18px 18px,
		#ededed;
	border: 1px dashed #9a9a9a;
}
.flp-image-grid .flp-photo-placeholder:first-child {
	grid-column: 1 / -1;
	min-height: 360px;
}
.flp-product-page .flp-step-list {
	display: grid;
	gap: 6px;
	margin-top: 36px;
	padding-top: 0;
}
.flp-step-list li {
	display: grid;
	grid-template-columns: 44px 1fr;
	gap: 16px;
	align-items: start;
	padding: 12px 0 8px;
	border-top: 1px solid #d8d8d8;
}
.flp-step-list li:last-child {
	border-bottom: 1px solid #d8d8d8;
}
.flp-step-list span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	font-size: 15px;
	font-weight: 700;
	color: #fff;
	background: #ff5a00;
}
.flp-workflow-section .flp-step-list {
	gap: 0;
	margin-top: 34px;
}
.flp-workflow-section .flp-step-list li {
	grid-template-columns: 48px 1fr;
	gap: 20px;
	padding: 20px 0;
}
.flp-workflow-section .flp-step-list span {
	width: 48px;
	height: 48px;
	font-size: 18px;
}
.flp-workflow-section .flp-step-list h3 {
	margin-bottom: 6px;
	font-size: 22px;
}
.flp-workflow-section .flp-step-list p {
	font-size: 15px;
	line-height: 1.75;
}
.flp-step-list h3 {
	margin: 0 0 6px;
	font-size: 19px;
	font-weight: 700;
	line-height: 1.4;
}
.flp-step-list p {
	margin: 0;
	font-size: 15px;
	line-height: 1.65;
	color: #333;
}
.flp-ecosystem-section {
	padding: 80px 0 118px;
}
.flp-ecosystem-section .flp-section-head {
	margin-bottom: 54px;
	text-align: center;
}
.flp-product-page--form4 .flp-ecosystem-section .flp-section-title,
.flp-product-page--form4l .flp-ecosystem-section .flp-section-title {
	max-width: 1120px;
	font-size: clamp(34px, 2.8vw, 42px);
	line-height: 1.35;
	white-space: nowrap;
}
.flp-product-page--form4 .flp-ecosystem-section .flp-section-lead,
.flp-product-page--form4l .flp-ecosystem-section .flp-section-lead {
	max-width: 760px;
	font-size: 17px;
	line-height: 1.9;
}
.flp-ecosystem-section .flp-ecosystem-grid {
	gap: 20px;
}
.flp-ecosystem-section .flp-ecosystem-card {
	padding-bottom: 30px;
	border-radius: 8px;
	overflow: hidden;
	text-align: center;
}
.flp-ecosystem-section .flp-ecosystem-card img {
	aspect-ratio: 1.22 / 1;
	padding: 34px 26px 22px;
}
.flp-ecosystem-section .flp-ecosystem-card h3 {
	margin-top: 18px;
	margin-bottom: 8px;
	font-size: 28px;
}
.flp-ecosystem-section .flp-ecosystem-card p {
	margin-bottom: 0;
	font-size: 15px;
	line-height: 1.75;
}
.flp-ecosystem-section .flp-ecosystem-card .flp-card-desc {
	max-width: 220px;
	margin: 12px auto 0;
	font-size: 13px;
	line-height: 1.7;
	color: #555;
}
.flp-spec-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1px;
	background: #d0d0d0;
	border: 1px solid #d0d0d0;
}
.flp-spec {
	display: grid;
	grid-template-columns: 34% 1fr;
	background: #fff;
}
.flp-spec dt,
.flp-spec dd {
	margin: 0;
	padding: 20px 22px;
	font-size: 15px;
	line-height: 1.7;
}
.flp-spec dt {
	position: relative;
	font-weight: 700;
	background: #fff;
	border-right: 1px solid #e4e4e4;
}
.flp-spec dd {
	color: #222;
}
.flp-related-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
}
.flp-related-list.is-two {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	max-width: 820px;
}
.flp-related-list a {
	display: block;
	overflow: hidden;
	padding: 0 0 24px;
	text-decoration: none;
	color: #0a0a0a;
	background: #fff;
	border: 1px solid #d6d6d6;
	transition: transform .3s ease, box-shadow .3s ease;
}
.flp-related-list a:hover {
	opacity: 1;
	transform: translateY(-5px);
	box-shadow: 0 16px 28px rgba(0, 0, 0, .1);
}
.flp-related-list img {
	display: block;
	width: 100%;
	aspect-ratio: 1.8 / 1;
	object-fit: contain;
	padding: 18px;
	background: #fff;
}
.flp-related-list span {
	display: block;
	margin: 22px 24px 8px;
	font-size: 13px;
	font-weight: 700;
	color: #ff5a00;
}
.flp-related-list strong {
	display: block;
	margin: 0 24px;
	font-size: 24px;
	line-height: 1.3;
}
.flp-bottom {
	padding: 90px 5vw;
	color: #0a0a0a;
	background: #f2f2f2 !important;
	text-align: center;
}
.flp-bottom h2 {
	margin: 0 0 18px;
	font-size: 32px;
	font-weight: 700;
	line-height: 1.4;
}
.flp-bottom p {
	max-width: 760px;
	margin: 0 auto 32px;
	font-size: 16px;
	line-height: 1.8;
	color: #333;
}
.flp-bottom-actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 14px;
}

.flp-hero--photo .flp-hero-visual img {
	width: min(100%, 460px);
	margin: 0 auto;
}

.flp-hero--x1 {
	background: linear-gradient(135deg, #fff 0%, #fff 48%, #e7e7e7 48%, #e7e7e7 100%);
}

.flp-hero--fuse1 {
	background: linear-gradient(135deg, #fff 0%, #fff 48%, #e7e7e7 48%, #e7e7e7 100%);
}

.flp-hero--fuse1 .flp-hero-visual img {
	width: min(128%, 820px);
}

.flp-story {
	display: grid;
	grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
	gap: 56px;
	align-items: center;
}

.flp-story-copy,
.flp-story-media {
	min-width: 0;
}

.flp-story-media {
	background: #fff;
	border: 1px solid #d6d6d6;
	overflow: hidden;
}

.is-dark .flp-story-media {
	background: #151515;
	border-color: #333;
}

.flp-story-media img {
	display: block;
	width: 100%;
	aspect-ratio: 1.34 / 1;
	object-fit: cover;
}

.flp-fuse1-equipment {
	position: relative;
	overflow: hidden;
	background: #070707;
	padding: 0;
}

.flp-fuse1-equipment::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	background:
		linear-gradient(90deg, rgba(5, 5, 5, .12) 0%, rgba(5, 5, 5, .26) 42%, rgba(5, 5, 5, .78) 64%, #070707 100%),
		linear-gradient(180deg, rgba(5, 5, 5, .06) 0%, rgba(5, 5, 5, .22) 100%);
	pointer-events: none;
}

.flp-story--fuse1 {
	position: relative;
	z-index: 2;
	width: min(1500px, 92vw);
	max-width: 1500px;
	grid-template-columns: minmax(0, 760px);
	justify-content: end;
	align-items: center;
	min-height: 780px;
	padding: clamp(70px, 8vw, 120px) 0;
}

.flp-story--fuse1 .flp-story-media {
	position: absolute;
	inset: 0 calc((100vw - 100%) / -2);
	z-index: -1;
	display: block;
	pointer-events: none;
}

.flp-story--fuse1 .flp-story-media img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 0;
	aspect-ratio: auto;
	object-fit: cover;
	object-position: center;
}

.flp-story--fuse1 .flp-story-copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: clamp(40px, 4.5vw, 72px);
	background: linear-gradient(90deg, rgba(7, 7, 7, .74), rgba(7, 7, 7, .9));
	border: 1px solid rgba(255, 255, 255, .08);
	border-radius: 8px;
	box-shadow: 0 28px 80px rgba(0, 0, 0, .28);
	backdrop-filter: blur(1px);
}

.flp-story--fuse1 .flp-section-title,
.flp-story--fuse1 .flp-section-lead {
	color: #fff;
}

.flp-story--fuse1 .flp-section-lead {
	max-width: none;
	font-size: 18px;
	line-height: 2.05;
}

.flp-story--fuse1 .flp-signal-grid {
	grid-template-columns: minmax(0, .92fr) minmax(0, 1.16fr) minmax(0, .92fr);
}

.flp-story--fuse1 .flp-signal-grid div {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	background: #fff;
	border-color: #fff;
}

.flp-story--fuse1 .flp-signal-grid strong {
	white-space: nowrap;
}

.flp-story--fuse1 .flp-signal-grid div:nth-child(2) strong {
	font-size: clamp(32px, 2.25vw, 36px);
}

.flp-section.flp-fuse1-features {
	position: relative;
	overflow: hidden;
	background:
		radial-gradient(circle at 50% 50%, rgba(255, 90, 0, .14), rgba(255, 255, 255, 0) 30%),
		linear-gradient(180deg, #fff 0%, #f3f3f3 54%, #fff 100%);
	color: #0a0a0a;
}

.flp-fuse1-features .flp-section-inner {
	width: min(1500px, 94vw);
}

.flp-fuse1-features .flp-section-head {
	margin-bottom: 34px;
}

.flp-fuse1-features .flp-eyebrow {
	margin-bottom: 10px;
	color: #ff5a00;
	letter-spacing: .18em;
}

.flp-fuse1-features .flp-section-title,
.flp-fuse1-features .flp-section-lead {
	color: #0a0a0a;
}

.flp-fuse1-features .flp-section-lead {
	max-width: none;
	font-size: 18px;
}

.flp-fuse1-feature-board {
	position: relative;
	isolation: isolate;
	display: grid;
	grid-template-columns: minmax(0, 1.18fr) minmax(220px, .45fr) minmax(0, 1.18fr);
	grid-template-areas:
		"speed printer support"
		"parts printer compact";
	gap: 18px 0;
	align-items: stretch;
	min-height: 660px;
}

.flp-fuse1-feature-card {
	position: relative;
	min-height: 318px;
	padding: clamp(28px, 3vw, 54px);
	overflow: hidden;
	background: #161616;
	border: 1px solid rgba(0, 0, 0, .12);
	border-radius: 8px;
	box-shadow: 0 24px 70px rgba(0, 0, 0, .16);
	z-index: 4;
}

.flp-fuse1-feature-card::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	background:
		linear-gradient(90deg, rgba(18, 18, 18, .92) 0%, rgba(18, 18, 18, .72) 44%, rgba(18, 18, 18, .18) 100%),
		linear-gradient(180deg, rgba(18, 18, 18, .42) 0%, rgba(18, 18, 18, .06) 100%);
	pointer-events: none;
}

.flp-fuse1-feature-card:nth-child(1) {
	grid-area: speed;
	margin-right: -54px;
}

.flp-fuse1-feature-card:nth-child(2) {
	grid-area: support;
	margin-left: -54px;
}

.flp-fuse1-feature-card:nth-child(3) {
	grid-area: parts;
	margin-right: -54px;
}

.flp-fuse1-feature-card:nth-child(4) {
	grid-area: compact;
	margin-left: -54px;
}

.flp-fuse1-feature-card div {
	position: relative;
	z-index: 3;
	max-width: 470px;
}

.flp-fuse1-feature-card span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 54px;
	height: 54px;
	margin-bottom: 18px;
	color: #ff5a00;
	font-size: 18px;
	font-weight: 700;
	border: 3px solid #ff5a00;
	border-radius: 999px;
}

.flp-fuse1-feature-card h3 {
	margin: 0 0 16px;
	color: #fff;
	font-size: clamp(28px, 2.3vw, 38px);
	font-weight: 700;
	line-height: 1.25;
}

.flp-fuse1-feature-card p {
	margin: 0;
	color: rgba(255, 255, 255, .9);
	font-size: 17px;
	font-weight: 500;
	line-height: 1.8;
}

.flp-fuse1-feature-card img {
	position: absolute;
	inset: 0;
	z-index: 1;
	display: block;
	width: 100%;
	height: 100%;
	max-height: none;
	object-fit: cover;
	object-position: center;
	filter: none;
	opacity: .78;
}

.flp-fuse1-feature-card:nth-child(1) img,
.flp-fuse1-feature-card:nth-child(3) img {
	object-position: left bottom;
}

.flp-fuse1-feature-card:nth-child(2) div,
.flp-fuse1-feature-card:nth-child(4) div {
	max-width: 460px;
	margin-left: clamp(100px, 10vw, 180px);
}

.flp-fuse1-feature-card:nth-child(2)::after,
.flp-fuse1-feature-card:nth-child(4)::after {
	background:
		linear-gradient(90deg, rgba(18, 18, 18, .38) 0%, rgba(18, 18, 18, .78) 30%, rgba(18, 18, 18, .86) 72%, rgba(18, 18, 18, .42) 100%),
		linear-gradient(180deg, rgba(18, 18, 18, .38) 0%, rgba(18, 18, 18, .08) 100%);
}

.flp-fuse1-feature-printer {
	grid-area: printer;
	align-self: center;
	justify-self: center;
	position: relative;
	z-index: 12;
	width: min(54vw, 760px);
	max-height: 900px;
	object-fit: contain;
	filter: drop-shadow(0 34px 38px rgba(0, 0, 0, .38));
	pointer-events: none;
}

.flp-story--form4l {
	grid-template-columns: minmax(0, 1.02fr) minmax(0, .98fr);
	gap: 72px;
}

.flp-form4l-story-bg {
	position: relative;
	overflow: hidden;
	min-height: 760px;
	padding: clamp(88px, 9vw, 150px) 0;
	background: #080808;
}

.flp-form4l-story-bg::before {
	content: "";
	position: absolute;
	inset: 0;
	background: var(--flp-story-bg) right center / cover no-repeat;
	opacity: .46;
}

.flp-form4l-story-bg::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(8, 8, 8, .86) 0%, rgba(8, 8, 8, .62) 42%, rgba(8, 8, 8, .24) 78%, rgba(8, 8, 8, .08) 100%);
}

.flp-form4l-story-bg .flp-story--form4l {
	position: relative;
	z-index: 1;
	grid-template-columns: minmax(0, 1120px);
	align-content: center;
	min-height: 460px;
}

.flp-form4l-story-bg .flp-story-media {
	display: none;
}

.flp-story--form4l .flp-section-title {
	max-width: 900px;
	margin-left: 0;
	margin-right: 0;
	text-align: left;
	line-height: 1.28;
}

.flp-story--form4l .flp-section-lead {
	max-width: 720px;
	margin-left: 0;
	margin-right: 0;
}

.flp-story--form4l .flp-story-media img {
	aspect-ratio: 1.42 / 1;
}

.flp-story--form4l .flp-signal-grid {
	gap: 16px;
	margin-top: 36px;
	grid-template-columns: 1.16fr .92fr .92fr;
}

.flp-story--form4l .flp-signal-grid div {
	display: flex;
	min-height: 132px;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 22px;
	padding: 20px 24px;
	text-align: center;
	background: rgba(255, 255, 255, .88);
	border-color: rgba(255, 255, 255, .72);
	backdrop-filter: blur(8px);
}

.flp-story--form4l .flp-signal-grid strong {
	margin-bottom: 0;
	font-size: clamp(34px, 3vw, 48px);
	line-height: 1;
	letter-spacing: 0;
	word-break: keep-all;
}

.flp-story--form4l .flp-signal-grid div:first-child strong {
	font-size: 48px;
	line-height: 1;
	white-space: nowrap;
}

.flp-story--form4l .flp-signal-grid span {
	font-size: 14px;
	line-height: 1.65;
}

.flp-form4l-speed {
	background: #fff;
}

.flp-form4l-speed .flp-section-lead {
	max-width: 1280px;
	white-space: nowrap;
}

.flp-form4l-speed-head {
	max-width: 1180px;
	margin: 0 auto 48px;
	text-align: center;
}

.flp-form4l-speed-head .flp-section-title {
	max-width: 1120px;
}

.flp-form4l-speed-head .flp-section-lead {
	max-width: 920px;
}

.flp-form4l-speed-layout {
	display: grid;
	grid-template-columns: minmax(300px, .42fr) minmax(0, .58fr);
	gap: 18px;
	align-items: stretch;
}

.flp-form4l-speed-panel,
.flp-form4l-speed-photo {
	border: 1px solid #d8d8d8;
	background: #111;
}

.flp-form4l-speed-panel {
	display: flex;
	min-height: 520px;
	flex-direction: column;
	justify-content: space-between;
	padding: 30px;
	color: #fff;
}

.flp-form4l-speed-main {
	padding: 28px;
	background: #ff4f00;
	color: #fff;
}

.flp-form4l-speed-main strong {
	display: block;
	margin-bottom: 10px;
	font-size: clamp(54px, 5vw, 82px);
	font-weight: 500;
	line-height: .9;
	letter-spacing: 0;
}

.flp-form4l-speed-main span {
	margin: 0 4px;
	font-size: .42em;
}

.flp-form4l-speed-main small {
	display: block;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}

.flp-form4l-speed-bars {
	display: grid;
	gap: 20px;
}

.flp-form4l-speed-bars div {
	display: grid;
	gap: 8px;
}

.flp-form4l-speed-bars span {
	display: flex;
	justify-content: space-between;
	gap: 16px;
	font-size: 15px;
	line-height: 1.4;
	color: #f4f4f4;
}

.flp-form4l-speed-bars b,
.flp-form4l-speed-bars em {
	font-style: normal;
	font-weight: 700;
}

.flp-form4l-speed-bars i {
	display: block;
	height: 6px;
	background: linear-gradient(90deg, #ff4f00 var(--w), #444 var(--w));
}

.flp-form4l-speed-photo {
	position: relative;
	margin: 0;
	overflow: hidden;
}

.flp-form4l-speed-photo img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 520px;
	object-fit: cover;
}

.flp-form4l-speed-photo figcaption {
	position: absolute;
	right: 28px;
	bottom: 28px;
	max-width: 440px;
	padding: 14px 18px;
	background: rgba(0, 0, 0, .72);
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.6;
}

.flp-signal-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	margin-top: 30px;
}

.flp-x1-cell .flp-signal-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.flp-signal-grid div {
	padding: 22px;
	background: #fff;
	border: 1px solid #d6d6d6;
}

.is-dark .flp-signal-grid div {
	background: #fff;
	border-color: #fff;
}

.flp-signal-grid strong {
	display: block;
	margin-bottom: 8px;
	font-size: clamp(24px, 2.7vw, 42px);
	font-weight: 700;
	line-height: 1.05;
	color: #ff5a00;
}

.flp-signal-grid span {
	display: block;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.6;
	color: #0a0a0a;
}

.flp-alt-stack {
	display: grid;
	gap: 26px;
}

.flp-alt-row {
	display: grid;
	grid-template-columns: minmax(0, 52%) minmax(0, 48%);
	gap: 34px;
	align-items: center;
	padding: 26px;
	background: #fff;
	border: 1px solid #d6d6d6;
}

.flp-alt-row.is-reversed {
	grid-template-columns: minmax(0, 48%) minmax(0, 52%);
}

.flp-alt-row.is-reversed img {
	order: 2;
}

.flp-alt-row.is-reversed > div {
	order: 1;
}

.flp-alt-row img {
	display: block;
	width: 100%;
	aspect-ratio: 1.5 / 1;
	object-fit: contain;
	padding: 32px;
	background: #f4f4f4;
}

.flp-alt-row span {
	display: block;
	margin-bottom: 12px;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.5;
	color: #ff5a00;
}

.flp-alt-row h3 {
	margin: 0 0 14px;
	font-size: clamp(24px, 2.5vw, 36px);
	font-weight: 700;
	line-height: 1.35;
}

.flp-alt-row p {
	margin: 0;
	font-size: 16px;
	line-height: 1.9;
	color: #333;
}

.flp-postprocess-system {
	background: #fff;
}

.flp-postprocess-system .flp-section-inner {
	width: min(1500px, 92vw);
}

.flp-postprocess-system .flp-section-head {
	max-width: none;
	margin-right: auto;
	margin-bottom: 48px;
	margin-left: auto;
}

.flp-postprocess-system .flp-section-title {
	font-size: clamp(34px, 3.2vw, 44px);
	white-space: nowrap;
}

.flp-postprocess-system .flp-section-lead {
	max-width: 1180px;
	margin-right: auto;
	margin-left: auto;
}

.flp-postprocess-overview {
	display: grid;
	grid-template-columns: minmax(0, 56%) minmax(420px, 1fr);
	gap: 56px;
	align-items: center;
	margin-bottom: 34px;
	padding: 46px;
	background: #fff;
	border: 1px solid #d6d6d6;
}

.flp-postprocess-overview img,
.flp-postprocess-product img {
	display: block;
	width: 100%;
	background: #fff;
	object-fit: contain;
}

.flp-postprocess-overview img {
	aspect-ratio: 1.65 / 1;
	max-height: 520px;
}

.flp-postprocess-overview span,
.flp-postprocess-product span {
	display: block;
	margin-bottom: 14px;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.4;
	color: #ff5a00;
}

.flp-postprocess-overview h3,
.flp-postprocess-product h3 {
	margin: 0 0 18px;
	font-size: clamp(30px, 3vw, 48px);
	font-weight: 800;
	line-height: 1.25;
}

.flp-postprocess-overview p,
.flp-postprocess-product p {
	margin: 0;
	font-size: 17px;
	line-height: 2;
	color: #333;
}

.flp-postprocess-products {
	display: grid;
	gap: 34px;
}

.flp-postprocess-product {
	display: grid;
	grid-template-columns: minmax(0, 54%) minmax(420px, 1fr);
	gap: 58px;
	align-items: center;
	min-height: 520px;
	padding: 54px;
	background: #fff;
	border: 1px solid #d6d6d6;
}

.flp-postprocess-product.is-reversed {
	grid-template-columns: minmax(420px, 1fr) minmax(0, 54%);
}

.flp-postprocess-product.is-reversed img {
	order: 2;
}

.flp-postprocess-product.is-reversed > div {
	order: 1;
}

.flp-postprocess-product img {
	aspect-ratio: 1.35 / 1;
	max-height: 580px;
	padding: 18px;
}

.flp-x1-workflow-section .flp-section-head {
	display: block;
	max-width: none;
	margin-bottom: 0;
	text-align: center;
}

.flp-x1-workflow-section .flp-section-inner {
	width: min(1660px, 94vw);
}

.flp-x1-workflow-section .flp-section-title {
	max-width: 1500px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 28px;
	font-size: clamp(32px, 2.9vw, 48px);
	line-height: 1.22;
	white-space: nowrap;
}

.flp-x1-workflow-section .flp-section-lead {
	max-width: 1120px;
	margin: 0 auto;
	font-size: 17px;
	line-height: 2.05;
	color: #333;
}

.flp-x1-vertical-flow {
	position: relative;
	display: grid;
	gap: 44px;
	margin-top: 74px;
}

.flp-x1-vertical-flow::before {
	content: "";
	position: absolute;
	top: 18px;
	bottom: 18px;
	left: 86px;
	width: 2px;
	background: #d6d6d6;
}

.flp-x1-flow-step {
	position: relative;
	display: grid;
	grid-template-columns: 260px minmax(0, 44%) minmax(420px, 1fr);
	gap: 42px;
	align-items: stretch;
	min-height: 520px;
	padding: 48px;
	background: #fff;
	border: 1px solid #d6d6d6;
}

.flp-x1-flow-index {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	gap: 24px;
	min-width: 0;
	min-height: 116px;
	padding: 0;
	background: transparent;
	border: 0;
}

.flp-x1-flow-index span {
	display: grid;
	order: 1;
	width: 116px;
	height: 116px;
	flex: 0 0 116px;
	place-items: center;
	font-size: 34px;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	background: #ff5a00;
}

.flp-x1-flow-index small {
	display: block;
	order: 2;
	margin-bottom: 0;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.3;
	color: #ff5a00;
	text-align: left;
	white-space: nowrap;
}

.flp-x1-flow-step figure {
	margin: 0;
	background: #f1f1f1;
	overflow: hidden;
}

.flp-x1-flow-step img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 420px;
	object-fit: cover;
}

.flp-x1-flow-copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-width: 0;
	padding: 24px 0;
}

.flp-x1-flow-copy h3 {
	margin: 0 0 24px;
	font-size: clamp(34px, 3vw, 48px);
	font-weight: 700;
	line-height: 1.35;
	letter-spacing: 0;
	color: #0a0a0a;
}

.flp-x1-flow-copy p {
	margin: 0;
	font-size: 18px;
	line-height: 2.05;
	color: #333;
}

.flp-x1-flow-copy ul {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 30px;
}

.flp-x1-flow-copy li {
	padding: 12px 16px;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.45;
	color: #0a0a0a;
	background: #f3f3f3;
	border: 1px solid #ddd;
}

.flp-x1-capability {
	display: grid;
	grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
	gap: 56px;
	align-items: stretch;
}

.flp-x1-capability-copy {
	display: flex;
	min-width: 0;
	flex-direction: column;
	justify-content: space-between;
}

.flp-x1-capability-copy .flp-section-title {
	max-width: 780px;
}

.flp-x1-capability-copy .flp-section-lead {
	max-width: 760px;
}

.flp-x1-capability-copy figure {
	margin: 46px 0 0;
	padding: 34px;
	background: #f2f2f2;
	border: 1px solid #d6d6d6;
}

.flp-x1-capability-copy img {
	display: block;
	width: 100%;
	max-height: 360px;
	object-fit: contain;
}

.flp-x1-capability-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 18px;
}

.flp-x1-capability-grid article {
	display: grid;
	grid-template-columns: 84px minmax(0, 1fr);
	gap: 24px;
	padding: 30px;
	background: #fff;
	border: 1px solid #d6d6d6;
}

.flp-x1-capability-grid span {
	display: grid;
	width: 84px;
	height: 84px;
	place-items: center;
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	background: #ff5a00;
}

.flp-x1-capability-grid h3 {
	margin: 0 0 12px;
	font-size: clamp(24px, 2.2vw, 34px);
	font-weight: 700;
	line-height: 1.35;
	color: #0a0a0a;
}

.flp-x1-capability-grid p {
	margin: 0;
	font-size: 16px;
	line-height: 1.9;
	color: #333;
}

.flp-x1-feature-showcase {
	padding: 0;
	background: #060606;
}

.flp-x1-feature-wrap {
	width: min(1720px, 100%);
}

.flp-x1-feature {
	position: relative;
	overflow: hidden;
	background:
		radial-gradient(circle at 70% 28%, rgba(255, 255, 255, .16), transparent 30%),
		linear-gradient(135deg, #151515 0%, #060606 58%, #111 100%);
	color: #fff;
}

.flp-x1-feature figure {
	position: absolute;
	inset: 0;
	margin: 0;
	z-index: 0;
}

.flp-x1-feature figure::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(6, 6, 6, .92) 0%, rgba(6, 6, 6, .42) 42%, rgba(6, 6, 6, .2) 100%);
}

.flp-x1-feature img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: saturate(.6) contrast(1.05);
}

.flp-x1-feature-copy {
	position: relative;
	z-index: 2;
	max-width: 520px;
}

.flp-x1-feature-label {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-bottom: 34px;
	color: #fff;
}

.flp-x1-feature-label strong {
	color: #ff5a00;
	font-size: clamp(44px, 5vw, 76px);
	font-weight: 800;
	line-height: 1;
}

.flp-x1-feature-label span {
	display: flex;
	align-items: center;
	gap: 18px;
	color: rgba(255, 255, 255, .82);
	font-size: 14px;
	font-weight: 700;
	letter-spacing: .09em;
	text-transform: uppercase;
}

.flp-x1-feature-label span::before,
.flp-x1-feature-label span::after {
	content: "";
	width: 42px;
	height: 1px;
	background: #ff5a00;
}

.flp-x1-feature h2 {
	margin: 0 0 24px;
	color: #fff;
	font-size: 48px;
	font-weight: 800;
	line-height: 1.22;
	letter-spacing: 0;
}

.flp-x1-feature-large h2 {
	font-size: 48px;
}

.flp-x1-feature p {
	margin: 0;
	color: rgba(255, 255, 255, .86);
	font-size: 17px;
	font-weight: 600;
	line-height: 2;
}

.flp-x1-feature-large {
	display: grid;
	grid-template-columns: minmax(360px, 520px) minmax(0, 1fr);
	align-items: center;
	min-height: 680px;
	padding: 80px min(8vw, 110px);
}

.flp-x1-feature-large figure {
	left: 40%;
}

.flp-x1-feature-large figure::after {
	background:
		linear-gradient(90deg, rgba(6, 6, 6, .97) 0%, rgba(6, 6, 6, .72) 34%, rgba(6, 6, 6, .22) 76%),
		linear-gradient(180deg, rgba(6, 6, 6, .12) 0%, rgba(6, 6, 6, .7) 100%);
}

.flp-x1-feature-large img {
	object-position: 62% center;
}

.flp-x1-feature-number {
	position: absolute;
	top: auto;
	right: min(6vw, 86px);
	bottom: 54px;
	z-index: 1;
	display: block;
	max-width: calc(100% - 220px);
	color: rgba(255, 255, 255, .34);
	font-size: clamp(46px, 6.2vw, 104px);
	font-weight: 900;
	line-height: 1;
	letter-spacing: .01em;
	text-align: right;
	white-space: nowrap;
	pointer-events: none;
	text-shadow: 0 2px 18px rgba(255, 255, 255, .12);
}

.flp-x1-feature-number span {
	display: inline;
	margin-left: 10px;
	font-size: clamp(20px, 2.2vw, 34px);
}

.flp-x1-feature-spec {
	display: none;
}

.flp-x1-feature-spec span {
	display: block;
	margin-bottom: 8px;
	color: rgba(255, 255, 255, .74);
	font-size: 13px;
	font-weight: 700;
}

.flp-x1-feature-spec strong {
	display: block;
	color: #ff5a00;
	font-size: 21px;
	font-weight: 800;
}

.flp-x1-feature-row {
	position: relative;
	display: block;
	border-top: 1px solid rgba(255, 255, 255, .14);
	border-bottom: 1px solid rgba(255, 255, 255, .14);
}

.flp-x1-feature-density {
	min-height: 680px;
	padding: 78px min(7vw, 92px);
	background:
		linear-gradient(90deg, rgba(255, 255, 255, .04) 0%, rgba(255, 255, 255, .55) 48%, rgba(246, 246, 246, .98) 68%, #f6f6f6 100%),
		#f6f6f6;
	color: #0a0a0a;
}

.flp-x1-feature-density figure {
	right: 0;
	left: 0;
	width: 100%;
}

.flp-x1-feature-density img {
	object-position: center center;
	filter: saturate(.72) contrast(1.02) brightness(1.08);
}

.flp-x1-feature-density figure::after {
	background:
		linear-gradient(90deg, rgba(255, 255, 255, .04) 0%, rgba(255, 255, 255, .24) 38%, rgba(246, 246, 246, .92) 66%, #f6f6f6 100%),
		linear-gradient(180deg, rgba(255, 255, 255, .08) 0%, rgba(255, 255, 255, .28) 100%);
}

.flp-x1-feature-density .flp-x1-feature-copy {
	position: relative;
	z-index: 2;
	max-width: 560px;
	margin-left: auto;
}

.flp-x1-feature-density h2,
.flp-x1-feature-density p {
	color: #0a0a0a;
}

.flp-x1-feature-density .flp-x1-feature-label span {
	color: #111;
}

.flp-x1-feature-stats {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	max-width: 520px;
	margin-top: 38px;
}

.flp-x1-feature-stats div {
	padding: 22px 24px;
	border: 1px solid rgba(255, 90, 0, .86);
	background: rgba(255, 255, 255, .42);
}

.flp-x1-feature-stats div:last-child {
	border-right: 1px solid rgba(255, 90, 0, .86);
}

.flp-x1-feature-stats span {
	display: block;
	margin-bottom: 10px;
	color: #111;
	font-size: 13px;
	font-weight: 700;
}

.flp-x1-feature-stats strong {
	display: block;
	color: #ff5a00;
	font-size: clamp(24px, 2.4vw, 34px);
	font-weight: 800;
	line-height: 1.2;
	white-space: nowrap;
}

.flp-x1-feature-gauge {
	display: none;
}

.flp-x1-gauge {
	display: flex;
	align-items: baseline;
	justify-content: center;
	width: 250px;
	height: 250px;
	margin: 0 auto 18px;
	border: 16px solid rgba(255, 255, 255, .13);
	border-left-color: #ff5a00;
	border-bottom-color: #ff5a00;
	border-radius: 50%;
}

.flp-x1-gauge strong {
	color: #ff5a00;
	font-size: 84px;
	font-weight: 900;
	line-height: 1;
}

.flp-x1-gauge span {
	color: #ff5a00;
	font-size: 24px;
	font-weight: 800;
}

.flp-x1-feature-gauge p {
	margin: 0 0 34px;
	text-align: center;
	color: rgba(255, 255, 255, .72);
	font-size: 15px;
	line-height: 1.6;
}

.flp-x1-bars {
	display: grid;
	gap: 12px;
}

.flp-x1-bars span {
	color: rgba(255, 255, 255, .74);
	font-size: 14px;
	font-weight: 700;
}

.flp-x1-bars i {
	display: block;
	height: 10px;
	background: rgba(255, 255, 255, .22);
	border-radius: 20px;
}

.flp-x1-bars i:nth-of-type(1) {
	background: linear-gradient(90deg, #ff5a00 0 100%, transparent 100%);
}

.flp-x1-bars i:nth-of-type(2) {
	background: linear-gradient(90deg, rgba(255, 255, 255, .55) 0 42%, rgba(255, 255, 255, .2) 42%);
}

.flp-x1-feature-material {
	min-height: 620px;
	padding: 72px min(7vw, 92px);
	background:
		linear-gradient(90deg, rgba(6, 6, 6, .98) 0%, rgba(6, 6, 6, .74) 38%, rgba(6, 6, 6, .2) 74%),
		#060606;
	color: #fff;
}

.flp-x1-feature-material figure {
	left: 35%;
}

.flp-x1-feature-material figure::after {
	background:
		linear-gradient(90deg, rgba(6, 6, 6, .98) 0%, rgba(6, 6, 6, .74) 38%, rgba(6, 6, 6, .08) 100%),
		linear-gradient(180deg, rgba(6, 6, 6, .14) 0%, rgba(6, 6, 6, .54) 100%);
}

.flp-x1-feature-material h2,
.flp-x1-feature-material p {
	color: #fff;
}

.flp-x1-feature-material p {
	color: rgba(255, 255, 255, .86);
}

.flp-x1-feature-material .flp-x1-feature-label span {
	color: rgba(255, 255, 255, .82);
}

.flp-x1-feature-material .flp-x1-feature-copy {
	max-width: 1040px;
}

.flp-x1-feature-material ul {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: repeat(5, minmax(178px, 1fr));
	gap: 18px;
	max-width: 1040px;
	margin: 52px 0 0;
	padding: 0;
	list-style: none;
}

.flp-x1-feature-material li {
	display: grid;
	place-items: center;
	align-content: center;
	gap: 6px;
	min-height: 104px;
	padding: 16px 22px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.25;
	border: 1px solid rgba(255, 255, 255, .46);
	border-radius: 999px;
	background: rgba(0, 0, 0, .18);
}

.flp-x1-feature-material li strong {
	display: block;
	font-size: 16px;
	line-height: 1.2;
	white-space: nowrap;
}

.flp-x1-feature-material li span {
	display: block;
	color: rgba(255, 255, 255, .74);
	font-size: 12px;
	font-weight: 700;
	line-height: 1.35;
}

.flp-x1-feature-material li:last-child {
	padding-inline: 16px;
}

.flp-x1-feature-material li:last-child strong {
	font-size: 13px;
}

.flp-photo-card-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.flp-photo-card {
	background: #fff;
	border: 1px solid #d6d6d6;
	overflow: hidden;
}

.flp-photo-card.is-dark {
	color: #0a0a0a;
	background: #fff;
	border-color: #333;
}

.flp-photo-card img {
	display: block;
	width: 100%;
	aspect-ratio: 1.32 / 1;
	object-fit: cover;
	background: #eee;
}

.flp-photo-card h3 {
	margin: 0;
	padding: 24px 24px 0;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.35;
}

.flp-photo-card p {
	margin: 0;
	padding: 12px 24px 26px;
	font-size: 15px;
	line-height: 1.8;
	color: #333;
}

.flp-x1-postprocess-section .flp-section-head {
	max-width: none;
	text-align: center;
}

.flp-x1-postprocess-section .flp-section-title {
	white-space: nowrap;
}

.flp-x1-postprocess-section .flp-section-lead {
	max-width: 1180px;
	margin-right: auto;
	margin-left: auto;
}

.flp-x1-postprocess-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 32px;
	margin-top: 48px;
}

.flp-x1-postprocess-card {
	display: grid;
	grid-template-rows: auto 1fr;
	border: 1px solid #d6d6d6;
	background: #fff;
	min-height: 100%;
}

.flp-x1-postprocess-card figure {
	margin: 0;
	background: #f4f4f4;
	aspect-ratio: 1 / 1;
	display: grid;
	place-items: center;
	overflow: hidden;
}

.flp-x1-postprocess-card img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	box-sizing: border-box;
	padding: 0;
}

.flp-x1-postprocess-copy {
	padding: 36px;
}

.flp-x1-postprocess-kicker {
	margin: 0 0 12px;
	color: var(--flp-orange);
	font-size: 14px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: .04em;
}

.flp-x1-postprocess-copy h3 {
	margin: 0 0 16px;
	font-size: clamp(28px, 3vw, 42px);
	line-height: 1.1;
}

.flp-x1-postprocess-copy p {
	margin: 0;
	color: #333;
	font-size: 17px;
	line-height: 1.85;
}

.flp-x1-postprocess-copy > p:not(.flp-x1-postprocess-kicker) {
	min-height: 126px;
}

.flp-x1-postprocess-copy ul {
	display: grid;
	gap: 10px;
	margin: 24px 0 0;
	padding: 24px 0 0;
	border-top: 1px solid #d6d6d6;
	list-style: none;
}

.flp-x1-postprocess-copy li {
	position: relative;
	padding-left: 18px;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.6;
}

.flp-x1-postprocess-copy li::before {
	content: "";
	position: absolute;
	left: 0;
	top: .9em;
	width: 8px;
	height: 2px;
	background: var(--flp-orange);
}

.flp-x1-cell {
	display: grid;
	grid-template-columns: minmax(0, .95fr) minmax(260px, .55fr) minmax(360px, .7fr);
	gap: 38px;
	align-items: center;
	width: min(1480px, 90vw);
}

.flp-x1-cell-visual {
	margin: 0;
	min-width: 0;
}

.flp-x1-cell-visual img {
	display: block;
	width: 100%;
	max-height: 360px;
	object-fit: contain;
	filter: drop-shadow(0 24px 24px rgba(0, 0, 0, .28));
}

.flp-x1-cell .flp-signal-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	margin-top: 0;
}

.flp-x1-cell .flp-signal-grid div {
	min-height: 142px;
	padding: 24px;
}

.flp-x1-cell .flp-signal-grid strong {
	font-size: clamp(34px, 2.5vw, 46px);
	line-height: 1;
	word-break: keep-all;
	white-space: nowrap;
}

.flp-x1-cell .flp-signal-grid span {
	font-size: 14px;
	line-height: 1.6;
	overflow-wrap: anywhere;
}

.flp-x1-production-hero {
	position: relative;
	min-height: 760px;
	padding: 0;
	overflow: hidden;
	background: #080808;
}

.flp-x1-production-bg {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: left center;
}

.flp-x1-production-hero::after {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(8, 8, 8, .04) 0%, rgba(8, 8, 8, .2) 42%, rgba(8, 8, 8, .9) 70%, #080808 100%),
		linear-gradient(180deg, rgba(8, 8, 8, .08) 0%, rgba(8, 8, 8, .28) 100%);
	pointer-events: none;
}

.flp-x1-production-content {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(420px, 560px);
	gap: 46px;
	align-items: center;
	min-height: 760px;
	width: min(1500px, 90vw);
}

.flp-x1-production-copy,
.flp-x1-production-metrics {
	grid-column: 2;
}

.flp-x1-production-copy {
	max-width: 560px;
}

.flp-x1-production-copy .flp-section-title {
	color: #fff;
	font-size: clamp(32px, 3.4vw, 48px);
}

.flp-x1-production-copy .flp-section-lead {
	max-width: none;
	color: rgba(255, 255, 255, .86);
}

.flp-x1-production-copy .flp-section-lead + .flp-section-lead {
	margin-top: 14px;
}

.flp-x1-production-metrics {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	max-width: 560px;
}

.flp-x1-production-metrics div {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 126px;
	padding: 22px;
	text-align: center;
	background: #fff;
	border: 1px solid #fff;
}

.flp-x1-production-metrics strong {
	display: block;
	margin-bottom: 8px;
	font-size: clamp(32px, 2.4vw, 44px);
	font-weight: 800;
	line-height: 1;
	color: #ff5a00;
	white-space: nowrap;
}

.flp-x1-production-metrics span {
	display: block;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.55;
	color: #0a0a0a;
	overflow-wrap: anywhere;
}

.flp-fuse-compare-section .flp-section-head {
	max-width: 980px;
	margin-right: auto;
	margin-left: auto;
}

.flp-fuse-compare-section .flp-section-lead {
	max-width: 920px;
	margin-right: auto;
	margin-left: auto;
	color: rgba(255, 255, 255, .78);
}

.flp-fuse-compare-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 28px;
	margin-top: 56px;
}

.flp-fuse-compare-card {
	display: grid;
	grid-template-rows: auto auto 1fr;
	min-width: 0;
	background: #fff;
	color: #0a0a0a;
	border: 1px solid rgba(255, 255, 255, .22);
}

.flp-fuse-compare-card.is-emphasis {
	border-color: rgba(255, 90, 0, .9);
	box-shadow: inset 0 5px 0 #ff5a00;
}

.flp-fuse-compare-visual {
	display: grid;
	place-items: center;
	min-height: 300px;
	padding: 34px;
	background: #f1f1f1;
}

.flp-fuse-compare-visual img {
	display: block;
	width: 100%;
	max-width: 360px;
	height: 260px;
	object-fit: contain;
	filter: drop-shadow(0 22px 24px rgba(0, 0, 0, .18));
}

.flp-fuse-compare-copy {
	padding: 30px 34px 24px;
	border-bottom: 1px solid #dcdcdc;
	min-height: 210px;
}

.flp-fuse-compare-copy span {
	display: block;
	margin-bottom: 10px;
	color: #ff5a00;
	font-size: 14px;
	font-weight: 800;
}

.flp-fuse-compare-copy h3 {
	margin: 0 0 12px;
	font-size: clamp(34px, 3vw, 52px);
	line-height: 1;
}

.flp-fuse-compare-copy p {
	margin: 0;
	color: #333;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.75;
}

.flp-fuse-compare-card dl {
	margin: 0;
}

.flp-fuse-compare-card dl div {
	display: grid;
	grid-template-columns: 150px minmax(0, 1fr);
	gap: 22px;
	align-items: center;
	min-height: 118px;
	padding: 22px 34px;
	border-bottom: 1px solid #e4e4e4;
}

.flp-fuse-compare-card dl div:nth-child(3),
.flp-fuse-compare-card dl div:nth-child(4),
.flp-fuse-compare-card dl div:nth-child(5) {
	min-height: 142px;
}

.flp-fuse-compare-card dl div:last-child {
	border-bottom: 0;
}

.flp-fuse-compare-card dt {
	margin: 0;
	color: #6a6a6a;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.5;
}

.flp-fuse-compare-card dd {
	margin: 0;
	font-size: 16px;
	font-weight: 800;
	line-height: 1.65;
}

.flp-fuse-compare-board {
	width: min(1500px, 90vw);
}

.flp-fuse-compare-board .flp-section-head {
	max-width: 1500px;
}

.flp-fuse-compare-board .flp-section-title {
	letter-spacing: .08em;
	white-space: nowrap;
	text-shadow: 0 0 18px rgba(255, 255, 255, .28);
}

.flp-fuse-model-grid {
	position: relative;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0;
	margin-top: 54px;
	padding-bottom: 30px;
	border-bottom: 1px solid rgba(255, 255, 255, .18);
}

.flp-fuse-model-grid::before {
	content: "";
	position: absolute;
	top: 34px;
	bottom: 38px;
	left: 50%;
	width: 1px;
	background: rgba(255, 255, 255, .18);
}

.flp-fuse-model {
	display: grid;
	justify-items: center;
	align-content: start;
	min-height: 500px;
	padding: 0 50px;
	text-align: center;
}

.flp-fuse-model span {
	display: block;
	margin-bottom: 10px;
	color: #ff8a00;
	font-size: 18px;
	font-weight: 800;
}

.flp-fuse-model h3 {
	margin: 0;
	color: #fff;
	font-size: clamp(46px, 4.2vw, 72px);
	line-height: 1;
	letter-spacing: .02em;
}

.flp-fuse-model p {
	margin: 22px 0 32px;
	color: rgba(255, 255, 255, .78);
	font-size: 18px;
	font-weight: 700;
	line-height: 1.7;
}

.flp-fuse-model img {
	display: block;
	width: 100%;
	max-width: 410px;
	height: 320px;
	object-fit: contain;
	filter: drop-shadow(0 28px 28px rgba(0, 0, 0, .55));
}

.flp-fuse-model:first-child img {
	max-width: 330px;
}

.flp-fuse-compare-table {
	border-bottom: 1px solid rgba(255, 255, 255, .18);
}

.flp-fuse-compare-table div {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 250px minmax(0, 1fr);
	align-items: center;
	min-height: 78px;
	border-bottom: 1px solid rgba(255, 255, 255, .14);
}

.flp-fuse-compare-table div:last-child {
	border-bottom: 0;
}

.flp-fuse-compare-table p,
.flp-fuse-compare-table strong {
	margin: 0;
	padding: 0 28px;
	text-align: center;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.7;
}

.flp-fuse-compare-table strong {
	align-self: stretch;
	display: grid;
	place-items: center;
	color: #ff8a00;
	border-right: 1px solid rgba(255, 255, 255, .12);
	border-left: 1px solid rgba(255, 255, 255, .12);
	font-weight: 900;
}

.flp-fuse-metric-row {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
	margin-top: 28px;
}

.flp-fuse-metric-group {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	border: 1px solid rgba(255, 255, 255, .18);
	background: rgba(255, 255, 255, .035);
}

.flp-fuse-metric-group div {
	position: relative;
	min-height: 104px;
	padding: 22px 24px;
	border-right: 1px solid rgba(255, 255, 255, .14);
}

.flp-fuse-metric-group div:last-child {
	border-right: 0;
}

.flp-fuse-metric-group div::before {
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	margin-bottom: 12px;
	border: 2px solid #ff8a00;
}

.flp-fuse-metric-group div:nth-child(1)::before {
	border-radius: 2px;
	transform: rotate(45deg);
}

.flp-fuse-metric-group div:nth-child(2)::before {
	width: 28px;
	height: 28px;
	border: 0;
	background:
		linear-gradient(#ff8a00, #ff8a00) center / 2px 28px no-repeat,
		linear-gradient(90deg, #ff8a00, #ff8a00) center / 28px 2px no-repeat,
		linear-gradient(45deg, transparent calc(50% - 1px), #ff8a00 calc(50% - 1px), #ff8a00 calc(50% + 1px), transparent calc(50% + 1px)),
		linear-gradient(-45deg, transparent calc(50% - 1px), #ff8a00 calc(50% - 1px), #ff8a00 calc(50% + 1px), transparent calc(50% + 1px));
}

.flp-fuse-metric-group div:nth-child(3)::before {
	width: 25px;
	height: 28px;
	border-radius: 50% / 18%;
	box-shadow: inset 0 5px 0 rgba(255, 138, 0, .2);
}

.flp-fuse-metric-group span {
	display: block;
	margin-bottom: 6px;
	color: rgba(255, 255, 255, .64);
	font-size: 13px;
	font-weight: 800;
}

.flp-fuse-metric-group strong {
	display: block;
	color: #fff;
	font-size: 16px;
	font-weight: 800;
	line-height: 1.45;
}
[data-formlabs-reveal] {
	opacity: 0;
	transform: translate3d(0, 18px, 0);
	transition: opacity .45s ease, transform .45s ease;
	transition-delay: var(--reveal-delay, 0ms);
	will-change: opacity, transform;
}
[data-formlabs-reveal].is-visible {
	opacity: 1;
	transform: translate3d(0, 0, 0);
	will-change: auto;
}
@media screen and (max-width: 1024px) {
	.flp-form4l-speed-layout {
		grid-template-columns: 1fr;
	}
	.flp-form4l-speed-panel,
	.flp-form4l-speed-photo img {
		min-height: auto;
	}
	.flp-form4l-speed-photo img {
		aspect-ratio: 1.35 / 1;
	}
	.flp-hero,
	.flp-split,
	.flp-scale-layout,
	.flp-production-board,
	.flp-system-layout {
		grid-template-columns: 1fr;
	}
	.flp-hero {
		min-height: 0;
		padding: 80px 5vw 70px;
		background: #fff;
	}
	.flp-hero-visual {
		margin: 40px 0 0;
	}
	.flp-hero-visual img {
		width: 100%;
		max-width: 620px;
		margin: 0 auto;
	}
	.flp-pillar-grid,
	.flp-speed-tabs,
	.flp-tech-grid,
	.flp-material-grid,
	.flp-metric-grid,
	.flp-ecosystem-grid,
	.flp-scale-data,
	.flp-strength-grid,
	.flp-sls-flow,
	.flp-system-product-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.flp-speed-panel {
		grid-template-columns: 1fr;
	}
	.flp-speed-info,
	.flp-speed-image {
		height: 420px;
	}
	.flp-use-grid {
		grid-template-columns: 1fr;
	}
	.flp-pillar {
		grid-template-columns: 140px 1fr;
	}
	.flp-material-layout {
		grid-template-columns: 1fr;
	}
	.flp-material-photo {
		min-height: 320px;
	}
	.flp-scale-board,
	.flp-scale-photo {
		min-height: 420px;
	}
	.flp-scale-visual {
		min-height: 520px;
	}
	.flp-system-photo {
		min-height: 280px;
	}
	.flp-application-row {
		grid-template-columns: 1fr;
	}
	.flp-application {
		min-height: 240px;
	}
	.flp-spec-grid {
		grid-template-columns: 1fr;
	}
}
@media screen and (max-width: 768px) {
	.flp-product-page {
		width: 100%;
		max-width: 100vw;
		overflow-x: hidden;
	}
	.flp-hero {
		width: 100%;
		max-width: 100vw;
		padding: 58px 20px 54px;
	}
	.flp-hero-copy {
		width: 100%;
		max-width: 100%;
	}
	.flp-hero h1 {
		font-size: 42px;
		text-align: center;
	}
	.flp-hero-title {
		max-width: 100%;
		font-size: 24px;
		text-align: center;
		word-break: break-all;
		overflow-wrap: anywhere;
		line-break: anywhere;
	}
	.flp-hero-lead {
		display: none;
	}
	.flp-hero-actions {
		width: 100%;
		max-width: 100%;
	}
	.flp-hero-actions,
	.flp-bottom-actions {
		display: grid;
		grid-template-columns: 1fr;
		max-width: 100%;
	}
	.flp-btn {
		width: 100%;
	}
	.flp-pillar-grid,
	.flp-tech-grid,
	.flp-material-grid,
	.flp-speed-tabs,
	.flp-ecosystem-grid,
	.flp-use-grid,
	.flp-metric-grid,
	.flp-scale-data,
	.flp-strength-grid,
	.flp-sls-flow,
	.flp-system-product-grid,
	.flp-related-list {
		grid-template-columns: 1fr;
	}
	.flp-strength-card {
		grid-template-columns: 1fr;
		min-height: 0;
		padding: 22px;
	}
	.flp-strength-photo {
		min-height: 220px;
	}
	.flp-system-card {
		grid-template-columns: 1fr;
		min-height: 0;
		padding: 24px;
	}
	.flp-system-photo {
		min-height: 240px;
	}
	.flp-system-card img {
		max-height: 260px;
	}
	.flp-section-inner {
		width: 100%;
		max-width: 100%;
		padding-right: 20px;
		padding-left: 20px;
	}
	.flp-x1-workflow-section .flp-section-inner {
		width: 100%;
		max-width: 100%;
	}
	.flp-x1-workflow-section .flp-section-head {
		text-align: left;
	}
	.flp-x1-workflow-section .flp-section-title {
		margin-right: 0;
		margin-left: 0;
		font-size: 31px;
		line-height: 1.34;
		white-space: normal;
		word-break: keep-all;
		overflow-wrap: normal;
		line-break: strict;
	}
	.flp-x1-workflow-section .flp-section-lead {
		max-width: 100%;
		margin-right: 0;
		margin-left: 0;
		font-size: 15px;
		line-height: 1.85;
	}
	.flp-section-title,
	.flp-section-lead,
	.flp-tech-card h3,
	.flp-tech-card p,
	.flp-material h3,
	.flp-material p,
	.flp-ecosystem-card h3,
	.flp-ecosystem-card p,
	.flp-use-card h3,
	.flp-use-card p,
	.flp-related-list {
		max-width: 100%;
		overflow-wrap: anywhere;
		word-break: break-all;
		line-break: anywhere;
	}
	.flp-x1-workflow-section .flp-section-lead {
		overflow-wrap: normal;
		word-break: normal;
		line-break: strict;
	}
	.flp-section-title {
		font-size: 28px;
		line-height: 1.45;
	}
	.flp-form4l-speed .flp-section-lead {
		white-space: normal;
	}
	.flp-postprocess-system .flp-section-title {
		white-space: normal;
	}
	.flp-postprocess-system .flp-section-inner {
		width: 100%;
		max-width: 100%;
		padding-right: 20px;
		padding-left: 20px;
	}
	.flp-postprocess-system .flp-section-head {
		margin-bottom: 28px;
	}
	.flp-postprocess-system .flp-section-title,
	.flp-postprocess-system .flp-section-lead,
	.flp-postprocess-overview h3,
	.flp-postprocess-overview p,
	.flp-postprocess-product h3,
	.flp-postprocess-product p {
		word-break: keep-all;
		overflow-wrap: anywhere;
		line-break: strict;
	}
	.flp-postprocess-overview,
	.flp-postprocess-product,
	.flp-postprocess-product.is-reversed {
		display: grid;
		grid-template-columns: 1fr;
		gap: 22px;
		width: 100%;
		max-width: 100%;
		min-height: 0;
		padding: 22px;
		overflow: hidden;
	}
	.flp-postprocess-overview img,
	.flp-postprocess-product img,
	.flp-postprocess-product.is-reversed img {
		order: initial;
		width: 100%;
		max-width: 100%;
		max-height: 260px;
		padding: 0;
		object-fit: contain;
	}
	.flp-postprocess-product.is-reversed > div {
		order: initial;
	}
	.flp-postprocess-overview h3,
	.flp-postprocess-product h3 {
		font-size: clamp(23px, 7vw, 30px);
		line-height: 1.35;
	}
	.flp-postprocess-overview p,
	.flp-postprocess-product p {
		font-size: 14px;
		line-height: 1.9;
	}
	.flp-section.flp-fuse1-features {
		overflow-x: hidden;
	}
	.flp-fuse1-features .flp-section-inner {
		width: 100%;
		max-width: 100%;
		padding-right: 20px;
		padding-left: 20px;
	}
	.flp-fuse1-features .flp-section-head {
		margin-bottom: 26px;
	}
	.flp-fuse1-features .flp-section-title {
		font-size: 34px;
		line-height: 1.28;
		word-break: keep-all;
		overflow-wrap: anywhere;
	}
	.flp-fuse1-features .flp-section-lead {
		font-size: 15px;
		line-height: 1.8;
		word-break: keep-all;
		overflow-wrap: anywhere;
	}
	.flp-pillar {
		grid-template-columns: 1fr;
		gap: 20px;
	}
	.flp-speed-panel {
		gap: 0;
	}
	.flp-speed-info {
		grid-template-rows: auto auto auto;
		height: auto;
		border-radius: 8px 8px 0 0;
	}
	.flp-speed-image {
		height: 260px;
		border-radius: 0 0 8px 8px;
	}
	.flp-speed-current {
		padding: 28px 22px 22px;
	}
	.flp-speed-current strong {
		font-size: 46px;
	}
	.flp-speed-current span {
		font-size: 22px;
	}
	.flp-speed-bars {
		padding: 24px 16px;
	}
	.flp-speed-bars p {
		grid-template-columns: 1fr;
	}
	.flp-speed-caption {
		padding: 22px 16px;
		justify-content: flex-start;
		text-align: left;
	}
	.flp-speed-tabs button {
		min-height: 72px;
	}
	.flp-speed-tabs span {
		white-space: normal;
	}
	.flp-pillar img {
		aspect-ratio: 1.55 / 1;
	}
	.flp-material-layout .flp-material-grid {
		grid-template-columns: 1fr;
	}
	.flp-scale-board {
		min-height: 0;
		padding: 28px 22px;
	}
	.flp-scale-data {
		grid-template-columns: 1fr;
	}
	.flp-scale-data div {
		padding: 22px;
	}
	.flp-scale-visual {
		min-height: 0;
	}
	.flp-scale-photo {
		min-height: 260px;
		padding: 24px 20px 12px;
	}
	.flp-scale-callout {
		margin: 0 20px 20px;
		padding: 18px;
	}
	.flp-x1-feature-showcase {
		padding: 0;
	}
	.flp-x1-feature-large,
	.flp-x1-feature-density,
	.flp-x1-feature-material {
		display: block;
		min-height: 0;
		padding: 42px 22px 320px;
	}
	.flp-x1-feature figure {
		top: auto;
		right: 0;
		bottom: 0;
		left: 0;
		height: 300px;
	}
	.flp-x1-feature figure::after,
	.flp-x1-feature-large figure::after,
	.flp-x1-feature-material figure::after {
		background: linear-gradient(180deg, rgba(6, 6, 6, .85) 0%, rgba(6, 6, 6, .12) 48%, rgba(6, 6, 6, .72) 100%);
	}
	.flp-x1-feature-density figure::after {
		background: linear-gradient(180deg, rgba(245, 245, 245, .95) 0%, rgba(245, 245, 245, .2) 52%, rgba(245, 245, 245, .72) 100%);
	}
	.flp-x1-feature-copy {
		max-width: 100%;
	}
	.flp-x1-feature-density .flp-x1-feature-copy {
		margin-left: 0;
	}
	.flp-x1-feature-label {
		gap: 12px;
		margin-bottom: 28px;
	}
	.flp-x1-feature-label strong {
		font-size: 42px;
	}
	.flp-x1-feature-label span {
		gap: 10px;
		font-size: 12px;
	}
	.flp-x1-feature-label span::before,
	.flp-x1-feature-label span::after {
		width: 28px;
	}
	.flp-x1-feature h2 {
		font-size: 34px;
	}
	.flp-x1-feature p {
		font-size: 15px;
		line-height: 1.9;
	}
	.flp-x1-feature-number {
		position: relative;
		top: auto;
		right: auto;
		bottom: auto;
		display: block;
		max-width: 100%;
		margin: 22px 0 0;
		text-align: left;
		font-size: 34px;
		white-space: normal;
	}
	.flp-x1-feature-number span {
		display: inline;
		margin-left: 6px;
		font-size: 18px;
	}
	.flp-x1-feature-spec {
		margin-top: 24px;
	}
	.flp-x1-feature-row {
		display: block;
	}
	.flp-x1-feature-gauge {
		display: none;
	}
	.flp-x1-gauge {
		width: 190px;
		height: 190px;
		border-width: 12px;
	}
	.flp-x1-gauge strong {
		font-size: 58px;
	}
	.flp-x1-feature-stats {
		grid-template-columns: 1fr;
		gap: 16px;
		margin-top: 28px;
	}
	.flp-x1-feature-stats div {
		padding: 18px 20px;
		border: 1px solid rgba(255, 90, 0, .86);
	}
	.flp-x1-feature-stats div:last-child {
		border-right: 1px solid rgba(255, 90, 0, .86);
	}
	.flp-x1-feature-stats strong {
		font-size: 28px;
	}
	.flp-x1-postprocess-section .flp-section-title {
		white-space: normal;
	}
	.flp-x1-postprocess-section .flp-section-head {
		text-align: left;
	}
	.flp-x1-feature-material ul {
		grid-template-columns: repeat(2, minmax(150px, 1fr));
		gap: 10px;
		margin-top: 28px;
	}
	.flp-x1-feature-material li {
		min-height: 82px;
		padding: 14px 16px;
		font-size: 14px;
	}
	.flp-x1-feature-material li strong {
		font-size: 14px;
	}
	.flp-x1-feature-material li:last-child {
		padding-inline: 12px;
	}
	.flp-x1-feature-material li:last-child strong {
		font-size: 11px;
	}
	.flp-x1-feature-material li span {
		font-size: 11px;
	}
	.flp-x1-postprocess-grid {
		grid-template-columns: 1fr;
		gap: 22px;
		margin-top: 34px;
	}
	.flp-x1-postprocess-card img {
		padding: 0;
	}
	.flp-x1-postprocess-copy {
		padding: 28px 22px;
	}
	.flp-x1-postprocess-copy h3 {
		font-size: 28px;
	}
	.flp-x1-postprocess-copy p {
		min-height: 0;
		font-size: 15px;
		line-height: 1.8;
	}
	.flp-application {
		min-height: 0;
		padding: 24px 22px;
	}
	.flp-sls-stage {
		min-height: 0;
		padding: 24px 22px;
	}
	.flp-sls-stage span {
		margin-bottom: 16px;
	}
	.flp-sls-stage figure {
		margin-bottom: 18px;
	}
	.flp-production-panel {
		padding: 28px 22px;
	}
	.flp-production-item {
		grid-template-columns: 1fr;
	}
	.flp-production-item.is-reversed img {
		order: 0;
	}
	.flp-production-item img,
	.flp-production-item .flp-photo-placeholder {
		min-height: 220px;
	}
	.flp-production-item h3 {
		font-size: 24px;
	}
	.flp-production-item p {
		font-size: 15px;
		line-height: 1.8;
	}
	.flp-material-photo {
		min-height: 240px;
	}
	.flp-hero-visual {
		margin: 34px -20px 0;
	}
	.flp-hero--x1 {
		padding-top: 0;
	}
	.flp-hero--x1 .flp-hero-copy {
		order: 2;
	}
	.flp-hero--x1 .flp-hero-visual {
		order: 1;
		margin-top: 0;
	}
	.flp-hero--fuse1 .flp-hero-visual {
		display: flex;
		justify-content: center;
		margin-right: 0;
		margin-left: 0;
	}
	.flp-hero--fuse1 .flp-hero-visual img {
		width: min(78vw, 300px);
		max-width: 100%;
		margin: 0 auto;
	}
	.flp-hero--x1 .flp-hero-visual {
		display: flex;
		justify-content: center;
		margin-right: 0;
		margin-left: 0;
	}
	.flp-hero--x1 .flp-hero-visual img {
		width: min(82vw, 250px);
		max-width: none;
		margin: 40px auto;
	}
	.flp-section {
		padding: 70px 0;
	}
	.flp-section-head {
		margin-bottom: 34px;
	}
	.flp-image-grid {
		grid-template-columns: 1fr;
	}
	.flp-image-grid img {
		aspect-ratio: 1.45 / 1;
	}
	.flp-spec {
		grid-template-columns: 1fr;
	}
	.flp-spec dt {
		border-right: 0;
	}
	.flp-spec dt::after {
		content: "";
		position: absolute;
		right: 18px;
		bottom: 0;
		left: 18px;
		height: 1px;
		background: #e2e2e2;
	}
	.flp-spec dt,
	.flp-spec dd {
		padding: 16px 18px;
	}
	.flp-bottom {
		padding: 64px 5vw;
		text-align: center;
	}
	.flp-product-page--fuse-x1 .flp-bottom {
		text-align: left;
	}
	.flp-product-page--fuse-x1 .flp-bottom h2 {
		max-width: 100%;
		font-size: 26px;
		line-height: 1.45;
		word-break: normal;
		overflow-wrap: normal;
		line-break: strict;
	}
	.flp-product-page--fuse-x1 .flp-bottom p {
		margin-right: 0;
		margin-left: 0;
		text-align: left;
		word-break: normal;
		overflow-wrap: normal;
		line-break: strict;
	}
	.flp-story,
	.flp-x1-cell,
	.flp-x1-capability,
	.flp-alt-row,
	.flp-alt-row.is-reversed {
		grid-template-columns: 1fr;
		gap: 22px;
	}
	.flp-fuse1-equipment {
		background: #070707;
	}
	.flp-story--fuse1 .flp-story-media img {
		object-position: 34% center;
	}
	.flp-story--fuse1 {
		min-height: 0;
		padding: 72px 0;
	}
	.flp-story--fuse1 .flp-story-copy {
		padding: 32px 24px;
		background: rgba(7, 7, 7, .86);
	}
	.flp-form4l-story-bg {
		min-height: 0;
		padding: 76px 0;
		background:
			linear-gradient(180deg, rgba(8, 8, 8, .9) 0%, rgba(8, 8, 8, .78) 56%, rgba(8, 8, 8, .72) 100%),
			var(--flp-story-bg);
		background-position: center;
		background-size: cover;
	}
	.flp-form4l-story-bg .flp-story--form4l {
		min-height: 0;
	}
	.flp-story-media img,
	.flp-alt-row img,
	.flp-photo-card img {
		aspect-ratio: 1.35 / 1;
	}
	.flp-signal-grid,
	.flp-x1-cell .flp-signal-grid,
	.flp-photo-card-grid {
		grid-template-columns: 1fr;
	}
	.flp-story--fuse1 .flp-signal-grid {
		grid-template-columns: minmax(0, .86fr) minmax(0, 1.28fr) minmax(0, .86fr);
		gap: 6px;
	}
	.flp-story--fuse1 .flp-signal-grid div {
		min-width: 0;
		min-height: 70px;
		padding: 10px 4px;
	}
	.flp-story--fuse1 .flp-signal-grid strong {
		max-width: 100%;
		font-size: clamp(20px, 6.2vw, 28px);
		line-height: 1.08;
		white-space: normal;
		overflow-wrap: anywhere;
		word-break: normal;
	}
	.flp-story--fuse1 .flp-signal-grid div:nth-child(2) strong {
		max-width: 4.4em;
		font-size: clamp(17px, 4.9vw, 22px);
		word-break: break-all;
	}
	.flp-story--fuse1 .flp-signal-grid span {
		font-size: 10px;
		line-height: 1.35;
	}
	.flp-fuse1-feature-board {
		display: flex;
		flex-direction: column;
		min-height: 0;
	}
	.flp-fuse1-feature-printer {
		order: -1;
		width: min(78vw, 380px);
		max-width: 100%;
		max-height: 500px;
		margin: 0 auto 6px;
	}
	.flp-fuse1-feature-card {
		width: 100%;
		max-width: 100%;
		min-height: 280px;
		padding: 28px;
	}
	.flp-fuse1-feature-card h3 {
		font-size: clamp(26px, 8vw, 34px);
		line-height: 1.28;
		word-break: keep-all;
		overflow-wrap: anywhere;
	}
	.flp-fuse1-feature-card p {
		font-size: 15px;
		line-height: 1.75;
	}
	.flp-fuse1-feature-card:nth-child(1),
	.flp-fuse1-feature-card:nth-child(2),
	.flp-fuse1-feature-card:nth-child(3),
	.flp-fuse1-feature-card:nth-child(4) {
		margin-right: 0;
		margin-left: 0;
	}
	.flp-fuse1-feature-card div,
	.flp-fuse1-feature-card:nth-child(2) div,
	.flp-fuse1-feature-card:nth-child(4) div {
		max-width: 100%;
		margin-left: 0;
	}
	.flp-fuse1-feature-card img,
	.flp-fuse1-feature-card:nth-child(1) img,
	.flp-fuse1-feature-card:nth-child(3) img {
		inset: 0;
		width: 100%;
		height: 100%;
		max-height: none;
		object-position: center;
		opacity: .68;
	}
	.flp-x1-cell {
		width: 100%;
	}
	.flp-x1-cell-visual img {
		max-height: 300px;
		margin: 0 auto;
	}
	.flp-x1-cell .flp-signal-grid div {
		min-height: 0;
	}
	.flp-x1-cell .flp-signal-grid strong {
		font-size: 38px;
	}
	.flp-x1-production-hero {
		min-height: 0;
		padding: 0;
	}
	.flp-x1-production-bg {
		position: relative;
		height: 360px;
		object-fit: contain;
		object-position: left center;
	}
	.flp-x1-production-hero::after {
		top: 0;
		bottom: auto;
		height: 360px;
		background: linear-gradient(180deg, rgba(8, 8, 8, 0) 0%, rgba(8, 8, 8, .2) 60%, #080808 100%);
	}
	.flp-x1-production-content {
		display: block;
		width: 100%;
		min-height: 0;
		padding: 34px 20px 64px;
	}
	.flp-x1-production-copy {
		max-width: 100%;
	}
	.flp-x1-production-copy .flp-section-title {
		font-size: 31px;
	}
	.flp-x1-production-copy .flp-section-lead {
		font-size: 15px;
		line-height: 1.85;
	}
	.flp-x1-production-metrics {
		grid-template-columns: 1fr;
		max-width: 100%;
		margin-top: 28px;
	}
	.flp-x1-production-metrics div {
		min-height: 0;
		padding: 20px;
	}
	.flp-x1-production-metrics strong {
		font-size: 34px;
	}
	.flp-fuse-compare-grid {
		grid-template-columns: 1fr;
		gap: 22px;
		margin-top: 34px;
	}
	.flp-fuse-compare-visual {
		min-height: 220px;
		padding: 24px;
	}
	.flp-fuse-compare-visual img {
		height: 210px;
	}
	.flp-fuse-compare-copy {
		padding: 24px 22px 20px;
		min-height: 0;
	}
	.flp-fuse-compare-copy h3 {
		font-size: 34px;
	}
	.flp-fuse-compare-card dl div {
		grid-template-columns: 1fr;
		gap: 8px;
		min-height: 0;
		padding: 18px 22px;
	}
	.flp-fuse-compare-card dl div:nth-child(3),
	.flp-fuse-compare-card dl div:nth-child(4),
	.flp-fuse-compare-card dl div:nth-child(5) {
		min-height: 0;
	}
	.flp-fuse-compare-card dd {
		font-size: 15px;
	}
	.flp-fuse-compare-board {
		width: 100%;
	}
	.flp-product-page--fuse-x1 .flp-fuse-compare-board .flp-section-head {
		text-align: left;
	}
	.flp-product-page--fuse-x1 .flp-fuse-compare-board .flp-section-title {
		margin-right: 0;
		margin-left: 0;
		font-size: 28px;
		line-height: 1.45;
		letter-spacing: 0;
		white-space: normal;
		word-break: keep-all;
		overflow-wrap: normal;
		line-break: strict;
	}
	.flp-product-page--fuse-x1 .flp-fuse-compare-board .flp-section-lead {
		margin-right: 0;
		margin-left: 0;
		text-align: left;
		word-break: normal;
		overflow-wrap: normal;
		line-break: strict;
	}
	.flp-fuse-model-grid {
		grid-template-columns: 1fr;
		gap: 34px;
		margin-top: 36px;
		padding-bottom: 26px;
	}
	.flp-fuse-model-grid::before {
		display: none;
	}
	.flp-fuse-model {
		min-height: 0;
		padding: 0;
	}
	.flp-fuse-model h3 {
		font-size: 42px;
	}
	.flp-fuse-model p {
		margin: 16px 0 22px;
		font-size: 15px;
	}
	.flp-fuse-model img,
	.flp-fuse-model:first-child img {
		max-width: 260px;
		height: 230px;
	}
	.flp-fuse-compare-table div {
		grid-template-columns: 1fr;
		min-height: 0;
		margin-bottom: 16px;
		padding: 18px;
		border: 1px solid rgba(255, 255, 255, .16);
		background: rgba(255, 255, 255, .04);
		border-radius: 8px;
	}
	.flp-fuse-compare-table div:last-child {
		margin-bottom: 0;
		border-bottom: 1px solid rgba(255, 255, 255, .16);
	}
	.flp-fuse-compare-table strong {
		order: -1;
		margin-bottom: 14px;
		padding: 0;
		border: 0;
		text-align: left;
		font-size: 16px;
	}
	.flp-fuse-compare-table p {
		padding: 12px 0 0;
		text-align: left;
		font-size: 15px;
		line-height: 1.65;
		word-break: keep-all;
		overflow-wrap: anywhere;
	}
	.flp-fuse-compare-table p:last-child {
		margin-top: 12px;
		border-top: 1px solid rgba(255, 255, 255, .12);
	}
	.flp-fuse-compare-table p::before {
		display: block;
		margin-bottom: 4px;
		color: #ff8a00;
		font-size: 12px;
		font-weight: 900;
		letter-spacing: .04em;
		line-height: 1.3;
	}
	.flp-fuse-compare-table p:first-child::before {
		content: "Fuse 1+ 30W";
	}
	.flp-fuse-compare-table p:last-child::before {
		content: "Fuse X1";
	}
	.flp-msla-compare-section .flp-fuse-compare-table p:first-child::before {
		content: "Form 4";
	}
	.flp-msla-compare-section .flp-fuse-compare-table p:last-child::before {
		content: "Form 4L";
	}
	.flp-fuse-metric-row {
		grid-template-columns: 1fr;
		gap: 16px;
	}
	.flp-fuse-metric-group {
		position: relative;
		grid-template-columns: 1fr;
		padding-top: 42px;
		border-radius: 8px;
		overflow: hidden;
	}
	.flp-fuse-metric-group::before {
		position: absolute;
		top: 14px;
		left: 20px;
		color: #ff8a00;
		font-size: 13px;
		font-weight: 900;
		letter-spacing: .04em;
	}
	.flp-fuse-metric-group:first-child::before {
		content: "Fuse 1+ 30W";
	}
	.flp-fuse-metric-group:last-child::before {
		content: "Fuse X1";
	}
	.flp-msla-compare-section .flp-fuse-metric-group:first-child::before {
		content: "Form 4";
	}
	.flp-msla-compare-section .flp-fuse-metric-group:last-child::before {
		content: "Form 4L";
	}
	.flp-fuse-metric-group div {
		min-height: 0;
		padding: 18px 20px;
		border-right: 0;
		border-bottom: 1px solid rgba(255, 255, 255, .14);
	}
	.flp-fuse-metric-group div:last-child {
		border-bottom: 0;
	}
	.flp-alt-row {
		padding: 18px;
	}
	.flp-alt-row.is-reversed img,
	.flp-alt-row.is-reversed > div {
		order: initial;
	}
	.flp-x1-vertical-flow {
		gap: 28px;
		margin-top: 40px;
	}
	.flp-x1-vertical-flow::before {
		display: none;
	}
	.flp-x1-flow-step {
		grid-template-columns: 1fr;
		gap: 24px;
		min-height: 0;
		padding: 28px;
	}
	.flp-x1-flow-index {
		flex-direction: row;
		align-items: center;
		justify-content: flex-start;
	}
	.flp-x1-flow-index span {
		width: 82px;
		height: 82px;
		flex-basis: 82px;
		font-size: 24px;
	}
	.flp-x1-flow-index small {
		font-size: 24px;
	}
	.flp-x1-flow-step img {
		min-height: 280px;
		aspect-ratio: 1.35 / 1;
	}
	.flp-x1-flow-copy h3 {
		font-size: 28px;
	}
	.flp-x1-flow-copy p {
		font-size: 16px;
		line-height: 1.9;
	}
	.flp-x1-capability-copy figure {
		margin-top: 28px;
		padding: 22px;
	}
	.flp-x1-capability-grid article {
		grid-template-columns: 1fr;
		gap: 16px;
		padding: 24px 22px;
	}
	.flp-x1-capability-grid span {
		width: 62px;
		height: 62px;
		font-size: 18px;
	}
	.flp-x1-capability-grid h3 {
		font-size: 24px;
	}
	.flp-x1-capability-grid p {
		font-size: 15px;
		line-height: 1.8;
	}
	.flp-photo-card h3 {
		padding: 20px 20px 0;
		font-size: 22px;
	}
	.flp-photo-card p {
		padding: 10px 20px 22px;
	}
}
@media (max-width: 767px) {
	.flp-product-page--form4 .flp-section-title,
	.flp-product-page--form4l .flp-section-title {
		font-size: 32px;
	}

	.flp-product-page--form4 .flp-ecosystem-section .flp-section-title,
	.flp-product-page--form4l .flp-ecosystem-section .flp-section-title {
		white-space: normal;
	}
}
@media (max-width: 767px) {
	.flp-product-page--fuse-x1 .flp-section-title,
	.flp-product-page--fuse-x1 .flp-x1-flow-copy h3,
	.flp-product-page--fuse-x1 .flp-x1-postprocess-copy h3,
	.flp-product-page--fuse-x1 .flp-fuse-model h3,
	.flp-product-page--fuse-x1 .flp-bottom h2 {
		max-width: 100%;
		white-space: normal;
		word-break: normal;
		overflow-wrap: break-word;
		line-break: strict;
		text-wrap: pretty;
	}
	.flp-product-page--fuse-x1 .flp-x1-workflow-section .flp-section-title {
		font-size: clamp(26px, 7vw, 30px);
	}
	.flp-product-page--fuse-x1 .flp-fuse-compare-board .flp-section-title,
	.flp-product-page--fuse-x1 .flp-bottom h2 {
		font-size: clamp(24px, 6.6vw, 27px);
	}
	.flp-product-page--fuse-x1 .flp-section-lead,
	.flp-product-page--fuse-x1 .flp-x1-flow-copy p,
	.flp-product-page--fuse-x1 .flp-x1-postprocess-copy p,
	.flp-product-page--fuse-x1 .flp-bottom p {
		word-break: normal;
		overflow-wrap: break-word;
		line-break: strict;
	}
}

.flp-wash-cure-showcase {
	background: #fff;
}
.flp-wash-cure-hero {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
	gap: 44px;
	align-items: center;
	margin-top: 42px;
}
.flp-wash-cure-hero img,
.flp-wash-cure-card img {
	width: 100%;
	display: block;
	object-fit: cover;
	background: #f2f2f2;
}
.flp-wash-cure-hero img {
	aspect-ratio: 1.55 / 1;
	min-height: 430px;
}
.flp-wash-cure-copy h3 {
	margin: 0 0 22px;
	font-size: clamp(34px, 4vw, 54px);
	line-height: 1.16;
	letter-spacing: 0;
}
.flp-wash-cure-copy p {
	margin: 0;
	font-size: 18px;
	line-height: 2;
	color: #333;
}
.flp-wash-cure-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 28px;
	margin-top: 34px;
}
.flp-wash-cure-card.is-wide {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
	gap: 0;
	align-items: center;
	grid-column: 1 / -1;
}
.flp-wash-cure-card {
	border: 1px solid #d7d7d7;
	background: #fff;
}
.flp-wash-cure-card img {
	aspect-ratio: 1.45 / 1;
	min-height: 300px;
}
.flp-wash-cure-card.is-wide img {
	aspect-ratio: 1.65 / 1;
	min-height: 360px;
}
.flp-wash-cure-card div {
	padding: 30px 32px 34px;
}
.flp-wash-cure-card h3 {
	margin: 0 0 14px;
	font-size: 28px;
	line-height: 1.35;
	letter-spacing: 0;
}
.flp-wash-cure-card p {
	margin: 0;
	font-size: 16px;
	line-height: 1.9;
	color: #333;
}
@media (max-width: 900px) {
	.flp-wash-cure-hero,
	.flp-wash-cure-grid,
	.flp-wash-cure-card.is-wide {
		grid-template-columns: 1fr;
	}
	.flp-wash-cure-hero img,
	.flp-wash-cure-card img {
		min-height: 260px;
	}
}
.flp-wash-cure-showcase--products {
	background: #f4f4f2;
}
.flp-wash-cure-showcase--products .flp-section-inner {
	width: min(1680px, 96vw);
}
.flp-wash-cure-showcase--products .flp-section-head {
	margin-bottom: 46px;
}
.flp-wash-cure-showcase--products .flp-section-lead {
	max-width: 1120px;
}
.flp-wash-cure-stages {
	display: grid;
	gap: 28px;
}
.flp-wash-cure-stage {
	display: grid;
	gap: 30px;
	padding: clamp(28px, 3.8vw, 48px);
	background: rgba(255, 255, 255, .58);
	border: 1px solid #cfcfcf;
	border-radius: 16px;
}
.flp-wash-cure-stage + .flp-wash-cure-stage {
	padding-top: clamp(28px, 3.8vw, 48px);
	border-top: 1px solid #cfcfcf;
}
.flp-wash-cure-stage-head {
	max-width: 1120px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.flp-wash-cure-stage-head h3 {
	margin: 0 0 14px;
	font-size: clamp(34px, 3.2vw, 52px);
	line-height: 1.2;
}
.flp-wash-cure-stage-head p {
	margin: 0;
	font-size: 17px;
	line-height: 1.9;
	color: #333;
}
.flp-wash-cure-flow {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
	margin-bottom: 30px;
}
.flp-wash-cure-flow div {
	padding: 28px 30px;
	border: 1px solid #d7d7d7;
	background: #f4f4f4;
}
.flp-wash-cure-flow span,
.flp-wash-cure-product span {
	display: block;
	margin: 0 0 12px;
	color: #ff5a00;
	font-size: 14px;
	font-weight: 800;
	letter-spacing: .06em;
	text-transform: uppercase;
}
.flp-wash-cure-flow h3 {
	margin: 0 0 10px;
	font-size: 28px;
	line-height: 1.25;
}
.flp-wash-cure-flow p {
	margin: 0;
	font-size: 16px;
	line-height: 1.9;
}
.flp-wash-cure-products {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 32px;
}
.flp-wash-cure-product {
	display: grid;
	grid-template-rows: 360px 1fr;
	overflow: hidden;
	background: #fff;
	border: 1px solid #cfcfcf;
	border-radius: 14px;
}
.flp-wash-cure-product img {
	display: block;
	width: 100%;
	height: 100%;
	padding: 34px;
	object-fit: contain;
	background: #fff;
	border-bottom: 0;
}
.flp-wash-cure-product div {
	display: flex;
	flex-direction: column;
	padding: 34px 38px 36px;
}
.flp-wash-cure-product h3 {
	margin: 0 0 16px;
	font-size: 38px;
	line-height: 1.12;
}
.flp-wash-cure-product p {
	margin: 0 0 22px;
	font-size: 16px;
	line-height: 1.9;
}
.flp-wash-cure-product ul {
	margin: auto 0 0;
	padding: 22px 0 0;
	border-top: 1px solid #ddd;
	list-style: none;
}
.flp-wash-cure-product li {
	margin: 0 0 10px;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.6;
}
@media (max-width: 1024px) {
	.flp-wash-cure-products {
		grid-template-columns: 1fr;
	}
	.flp-wash-cure-product {
		grid-template-rows: 300px auto;
	}
}
@media (max-width: 768px) {
	.flp-wash-cure-stages {
		gap: 44px;
	}
	.flp-wash-cure-stage + .flp-wash-cure-stage {
		padding-top: 44px;
	}
	.flp-wash-cure-stage-head h3 {
		font-size: 32px;
	}
	.flp-wash-cure-flow {
		grid-template-columns: 1fr;
	}
	.flp-wash-cure-product h3 {
		font-size: 30px;
	}
	.flp-wash-cure-product img {
		padding: 24px;
	}
	.flp-wash-cure-product div {
		padding: 26px;
	}
}
@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
		transition-duration: .01ms !important;
		animation-duration: .01ms !important;
		animation-iteration-count: 1 !important;
	}
	[data-formlabs-reveal] {
		opacity: 1;
		transform: none;
	}
}
