:root {
	--fss-ink: #0b1424;
	--fss-muted: #5d6879;
	--fss-navy: #091426;
	--fss-navy-soft: #10203b;
	--fss-blue: #3d74ff;
	--fss-cyan: #25d9f8;
	--fss-orange: #ff6b18;
	--fss-orange-soft: #ff9154;
	--fss-cream: #fff8f2;
	--fss-line: rgba(11, 20, 36, .11);
	--fss-radius: 28px;
	--fss-shadow: 0 30px 80px rgba(8, 20, 41, .13);
}

html {
	background: var(--fss-navy);
	scroll-behavior: smooth;
	overscroll-behavior-y: none;
}

body.fss-public-home {
	margin: 0;
	background: var(--fss-navy);
	color: var(--fss-ink);
	font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 16px;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
	overscroll-behavior-y: none;
}

body.fss-menu-open {
	overflow: hidden;
}

.fss-site,
.fss-site * {
	box-sizing: border-box;
}

.fss-site {
	min-height: 100svh;
	overflow: clip;
	background: #fff;
}

.fss-site img,
.fss-site svg {
	display: block;
}

.fss-site a {
	color: inherit;
	text-decoration: none;
}

.fss-site button,
.fss-site a {
	-webkit-tap-highlight-color: transparent;
}

.fss-site h1,
.fss-site h2,
.fss-site h3,
.fss-site p {
	margin-top: 0;
}

.fss-shell {
	width: min(1180px, calc(100% - 48px));
	margin-inline: auto;
}

.fss-skip {
	position: fixed;
	z-index: 10000;
	top: 12px;
	left: 12px;
	padding: 11px 16px;
	border-radius: 10px;
	background: #fff;
	color: var(--fss-ink);
	font-weight: 800;
	transform: translateY(-150%);
	transition: transform .2s ease;
}

.fss-skip:focus {
	transform: translateY(0);
}

.fss-header {
	position: sticky;
	z-index: 1000;
	top: 0;
	height: 78px;
	margin-bottom: -78px;
	border-bottom: 1px solid transparent;
	background: rgba(9, 20, 38, .1);
	color: #fff;
	backdrop-filter: blur(0);
	-webkit-backdrop-filter: blur(0);
	transition: background .25s ease, border-color .25s ease, backdrop-filter .25s ease;
}

.fss-header.is-scrolled,
.fss-menu-open .fss-header {
	border-bottom-color: rgba(255, 255, 255, .1);
	background: rgba(7, 16, 31, .9);
	backdrop-filter: blur(18px);
	-webkit-backdrop-filter: blur(18px);
}

.admin-bar .fss-header {
	top: 32px;
}

.fss-header__inner {
	display: flex;
	height: 100%;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
}

.fss-brand {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	gap: 11px;
	font-size: 17px;
	font-weight: 760;
	letter-spacing: -.025em;
}

.fss-brand__mark {
	position: relative;
	display: grid;
	width: 36px;
	height: 36px;
	place-items: center;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, .17);
	border-radius: 12px;
	background: linear-gradient(145deg, rgba(255, 255, 255, .12), rgba(255, 255, 255, .03));
	box-shadow: inset 0 0 18px rgba(255, 255, 255, .04);
}

.fss-brand__mark::after {
	position: absolute;
	inset: 5px;
	border: 1px solid rgba(255, 111, 31, .2);
	border-radius: 8px;
	content: "";
}

.fss-brand__mark i {
	position: absolute;
	z-index: 1;
	left: 9px;
	height: 5px;
	border-radius: 999px 2px 999px 999px;
	transform: skewX(-18deg);
}

.fss-brand__mark i:nth-child(1) {
	top: 9px;
	width: 18px;
	background: linear-gradient(90deg, #ffd26b, var(--fss-orange));
}

.fss-brand__mark i:nth-child(2) {
	top: 15px;
	width: 14px;
	background: linear-gradient(90deg, #ffac4b, #ff6b18);
}

.fss-brand__mark i:nth-child(3) {
	top: 21px;
	width: 9px;
	background: linear-gradient(90deg, #ff8442, #ec4a19);
}

.fss-brand__name strong {
	color: var(--fss-orange-soft);
	font-weight: 760;
}

.fss-nav {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: clamp(18px, 2.4vw, 34px);
	font-size: 13px;
	font-weight: 650;
	color: rgba(255, 255, 255, .72);
}

.fss-nav > a:not(.fss-button) {
	position: relative;
	padding: 11px 0;
	transition: color .2s ease;
}

.fss-nav > a:not(.fss-button)::after {
	position: absolute;
	right: 0;
	bottom: 5px;
	left: 0;
	height: 1px;
	background: var(--fss-orange);
	content: "";
	transform: scaleX(0);
	transform-origin: right;
	transition: transform .2s ease;
}

.fss-nav > a:not(.fss-button):hover,
.fss-nav > a:not(.fss-button):focus-visible {
	color: #fff;
}

.fss-nav > a:not(.fss-button):hover::after,
.fss-nav > a:not(.fss-button):focus-visible::after {
	transform: scaleX(1);
	transform-origin: left;
}

.fss-header__actions {
	display: flex;
	flex: 0 0 auto;
	align-items: center;
	gap: 16px;
}

.fss-language {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 10px;
	font-weight: 850;
	letter-spacing: .08em;
	color: rgba(255, 255, 255, .46);
}

.fss-language span {
	width: 1px;
	height: 11px;
	background: rgba(255, 255, 255, .2);
}

.fss-language a {
	padding: 5px 2px;
}

.fss-language a[aria-current="true"] {
	color: #fff;
}

.fss-language--mobile,
.fss-button--mobile,
.fss-mobile-account,
.fss-menu-button {
	display: none;
}

.fss-account-link {
	font-size: 12px;
	font-weight: 760;
	color: rgba(255, 255, 255, .8) !important;
	white-space: nowrap;
}

.fss-button {
	display: inline-flex;
	min-height: 54px;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 0 23px;
	border: 0;
	border-radius: 17px;
	background: linear-gradient(135deg, #ff7d2f 0%, #ff5b0a 100%);
	box-shadow: 0 16px 32px rgba(255, 91, 10, .25), inset 0 1px rgba(255, 255, 255, .25);
	color: #fff !important;
	font-size: 14px;
	font-weight: 800;
	letter-spacing: -.01em;
	transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.fss-button:hover,
.fss-button:focus-visible {
	box-shadow: 0 20px 38px rgba(255, 91, 10, .32), inset 0 1px rgba(255, 255, 255, .25);
	transform: translateY(-2px);
}

.fss-button:focus-visible,
.fss-site a:focus-visible,
.fss-site button:focus-visible,
.fss-site summary:focus-visible {
	outline: 3px solid rgba(37, 217, 248, .65);
	outline-offset: 3px;
}

.fss-button svg {
	width: 18px;
	height: 18px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.7;
}

.fss-button--small {
	min-height: 42px;
	padding-inline: 17px;
	border-radius: 13px;
	font-size: 12px;
}

.fss-hero {
	position: relative;
	min-height: 780px;
	overflow: hidden;
	background:
		radial-gradient(circle at 76% 38%, rgba(26, 88, 188, .35), transparent 29%),
		linear-gradient(150deg, #081325 0%, #0a1b39 55%, #071225 100%);
	color: #fff;
}

.fss-hero::before {
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(rgba(255, 255, 255, .025) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, .025) 1px, transparent 1px);
	background-size: 70px 70px;
	content: "";
	mask-image: linear-gradient(to bottom, transparent, #000 20%, #000 75%, transparent);
	-webkit-mask-image: linear-gradient(to bottom, transparent, #000 20%, #000 75%, transparent);
}

.fss-hero__glow {
	position: absolute;
	border-radius: 50%;
	filter: blur(20px);
	pointer-events: none;
}

.fss-hero__glow--one {
	top: 60px;
	right: -110px;
	width: 480px;
	height: 480px;
	background: rgba(57, 96, 255, .11);
}

.fss-hero__glow--two {
	bottom: -210px;
	left: 17%;
	width: 430px;
	height: 430px;
	background: rgba(255, 91, 10, .07);
}

.fss-hero__grid {
	position: relative;
	z-index: 1;
	display: grid;
	min-height: 780px;
	grid-template-columns: minmax(0, .9fr) minmax(540px, 1.1fr);
	align-items: center;
	gap: 60px;
	padding-top: 106px;
	padding-bottom: 72px;
}

.fss-hero__copy {
	max-width: 590px;
}

.fss-eyebrow,
.fss-section-kicker {
	display: flex;
	align-items: center;
	gap: 9px;
	margin-bottom: 20px;
	color: var(--fss-orange-soft);
	font-size: 11px;
	font-weight: 850;
	letter-spacing: .12em;
	line-height: 1.4;
	text-transform: uppercase;
}

.fss-eyebrow span {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--fss-cyan);
	box-shadow: 0 0 0 5px rgba(37, 217, 248, .1), 0 0 18px rgba(37, 217, 248, .65);
}

.fss-hero h1 {
	max-width: 650px;
	margin-bottom: 24px;
	font-size: clamp(48px, 5.2vw, 78px);
	font-weight: 510;
	letter-spacing: -.065em;
	line-height: .98;
}

.fss-hero__lead {
	max-width: 590px;
	margin-bottom: 32px;
	color: rgba(225, 237, 255, .68);
	font-size: clamp(16px, 1.45vw, 19px);
	line-height: 1.68;
}

.fss-hero__buttons {
	display: flex;
	align-items: center;
	gap: 25px;
}

.fss-text-link {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	font-size: 14px;
	font-weight: 760;
	color: rgba(255, 255, 255, .82) !important;
}

.fss-text-link span {
	font-size: 16px;
	transition: transform .2s ease;
}

.fss-text-link:hover span {
	transform: translate(2px, -2px);
}

.fss-hero__note {
	display: flex;
	align-items: center;
	gap: 9px;
	margin: 30px 0 0;
	color: rgba(206, 222, 246, .55);
	font-size: 12px;
	font-weight: 610;
}

.fss-hero__note svg {
	width: 18px;
	height: 18px;
	fill: none;
	stroke: var(--fss-cyan);
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.5;
}

.fss-stage {
	position: relative;
	min-height: 510px;
	perspective: 1400px;
}

.fss-stage__halo {
	position: absolute;
	top: 12%;
	right: 2%;
	width: 88%;
	height: 70%;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(57, 118, 255, .33), rgba(42, 77, 153, .08) 52%, transparent 72%);
	filter: blur(10px);
}

.fss-display {
	position: absolute;
	top: 60px;
	right: -18px;
	width: min(100%, 610px);
	transform: rotateY(-8deg) rotateX(2deg);
	transform-style: preserve-3d;
}

.fss-display__bezel {
	padding: 9px;
	border: 1px solid rgba(183, 211, 255, .28);
	border-radius: 22px;
	background: linear-gradient(145deg, #253650, #020814 60%, #243249);
	box-shadow: 0 45px 90px rgba(0, 0, 0, .5), 0 0 0 1px rgba(255, 255, 255, .05), inset 0 1px rgba(255, 255, 255, .2);
}

.fss-display__screen {
	position: relative;
	display: flex;
	min-height: 350px;
	flex-direction: column;
	overflow: hidden;
	border-radius: 14px;
	background:
		radial-gradient(circle at 81% 33%, rgba(80, 113, 239, .5), transparent 29%),
		radial-gradient(circle at 73% 84%, rgba(255, 107, 24, .19), transparent 26%),
		linear-gradient(140deg, #081224 0%, #102b63 56%, #111e39 100%);
}

.fss-display__screen::before {
	position: absolute;
	right: -14%;
	bottom: -52%;
	width: 78%;
	aspect-ratio: 1;
	border: 1px solid rgba(93, 149, 255, .18);
	border-radius: 50%;
	box-shadow: 0 0 0 55px rgba(46, 112, 233, .04), 0 0 0 115px rgba(46, 112, 233, .025);
	content: "";
}

.fss-display__screen::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(112deg, transparent 47%, rgba(255, 255, 255, .08) 49%, transparent 57%);
	content: "";
	transform: translateX(-70%);
	animation: fss-screen-shine 9s ease-in-out infinite;
}

@keyframes fss-screen-shine {
	0%, 54% { transform: translateX(-70%); }
	75%, 100% { transform: translateX(75%); }
}

.fss-display__top {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 24px 26px;
}

.fss-display__mini-brand {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 10px;
	font-weight: 760;
	color: rgba(255, 255, 255, .82);
}

.fss-display__mini-brand i {
	display: block;
	width: 17px;
	height: 17px;
	border-radius: 6px;
	background: linear-gradient(145deg, #ffb15c, var(--fss-orange));
	box-shadow: 0 0 18px rgba(255, 107, 24, .35);
}

.fss-live {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 6px 9px;
	border: 1px solid rgba(37, 217, 248, .2);
	border-radius: 999px;
	background: rgba(2, 10, 24, .38);
	color: var(--fss-cyan);
	font-size: 7px;
	font-weight: 900;
	letter-spacing: .08em;
}

.fss-live i {
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: var(--fss-cyan);
	box-shadow: 0 0 10px var(--fss-cyan);
}

.fss-display__content {
	position: relative;
	z-index: 2;
	max-width: 76%;
	margin: auto 0;
	padding: 8px 28px 36px;
}

.fss-display__content p {
	margin-bottom: 10px;
	color: var(--fss-orange-soft);
	font-size: 8px;
	font-weight: 900;
	letter-spacing: .16em;
}

.fss-display__content h2 {
	margin-bottom: 14px;
	background: linear-gradient(110deg, #fff 3%, #7fe8ff 52%, #ff8d52 92%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	font-size: clamp(30px, 3.2vw, 50px);
	font-weight: 520;
	letter-spacing: -.06em;
	line-height: 1;
}

.fss-display__content > span {
	display: block;
	max-width: 340px;
	color: rgba(219, 235, 255, .62);
	font-size: 10px;
	line-height: 1.5;
}

.fss-display__footer {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	gap: 9px;
	padding: 17px 27px;
	border-top: 1px solid rgba(255, 255, 255, .09);
	color: rgba(210, 228, 255, .46);
}

.fss-display__footer span {
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: var(--fss-cyan);
}

.fss-display__footer small {
	font-size: 7px;
	font-weight: 700;
}

.fss-display__stand {
	width: 100px;
	height: 52px;
	margin: 0 auto;
	border-bottom: 8px solid #17243a;
	background: linear-gradient(90deg, transparent 27%, #101c30 28%, #26354d 50%, #101c30 72%, transparent 73%);
	filter: drop-shadow(0 18px 16px rgba(0, 0, 0, .32));
}

.fss-float-card {
	position: absolute;
	z-index: 4;
	display: flex;
	align-items: center;
	gap: 9px;
	padding: 11px 13px;
	border: 1px solid rgba(255, 255, 255, .15);
	border-radius: 14px;
	background: rgba(16, 31, 57, .76);
	box-shadow: 0 16px 35px rgba(0, 0, 0, .2);
	color: rgba(255, 255, 255, .82);
	font-size: 10px;
	font-weight: 760;
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
}

.fss-float-card svg {
	width: 16px;
	height: 16px;
	fill: none;
	stroke: var(--fss-orange-soft);
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.6;
}

.fss-float-card i {
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: var(--fss-cyan);
	box-shadow: 0 0 8px var(--fss-cyan);
}

.fss-float-card--creative {
	top: 26px;
	left: 5%;
	animation: fss-float 5s ease-in-out infinite;
}

.fss-float-card--sync {
	right: -5px;
	bottom: 42px;
	animation: fss-float 5s 1.2s ease-in-out infinite;
}

@keyframes fss-float {
	0%, 100% { transform: translateY(0); }
	50% { transform: translateY(-8px); }
}

.fss-benefits {
	position: relative;
	padding: 118px 0 126px;
	background: #fff;
}

.fss-section-head {
	display: grid;
	grid-template-columns: 1.25fr .75fr;
	align-items: end;
	gap: 70px;
	margin-bottom: 55px;
}

.fss-section-head h2,
.fss-process__intro h2,
.fss-portal__copy h2,
.fss-faq__intro h2,
.fss-closing h2 {
	margin-bottom: 0;
	font-size: clamp(38px, 4.8vw, 66px);
	font-weight: 540;
	letter-spacing: -.06em;
	line-height: 1.03;
}

.fss-section-head > p:last-child {
	margin-bottom: 5px;
	color: var(--fss-muted);
	font-size: 17px;
	line-height: 1.65;
}

.fss-benefit-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px;
}

.fss-benefit-card {
	min-height: 330px;
	padding: 34px;
	border: 1px solid var(--fss-line);
	border-radius: var(--fss-radius);
	background: linear-gradient(160deg, #fff, #fbfcff);
	box-shadow: 0 8px 34px rgba(9, 20, 38, .035);
	transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.fss-benefit-card:hover {
	border-color: rgba(61, 116, 255, .22);
	box-shadow: var(--fss-shadow);
	transform: translateY(-5px);
}

.fss-icon {
	display: grid;
	width: 54px;
	height: 54px;
	margin-bottom: 74px;
	place-items: center;
	border-radius: 17px;
	background: var(--fss-cream);
	color: var(--fss-orange);
}

.fss-benefit-card:nth-child(2) .fss-icon {
	background: #edf5ff;
	color: var(--fss-blue);
}

.fss-benefit-card:nth-child(3) .fss-icon {
	background: #eafcff;
	color: #0aa4c6;
}

.fss-icon svg {
	width: 25px;
	height: 25px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.55;
}

.fss-benefit-card h3 {
	margin-bottom: 12px;
	font-size: 22px;
	font-weight: 710;
	letter-spacing: -.035em;
}

.fss-benefit-card p {
	margin-bottom: 0;
	color: var(--fss-muted);
	font-size: 15px;
	line-height: 1.7;
}

.fss-process {
	padding: 128px 0;
	background: #f3f6fb;
}

.fss-process .fss-shell {
	display: grid;
	grid-template-columns: .8fr 1.2fr;
	gap: 105px;
}

.fss-process__intro {
	position: sticky;
	top: 120px;
	align-self: start;
}

.fss-section-kicker {
	margin-bottom: 18px;
	color: var(--fss-orange);
}

.fss-process__intro h2 {
	margin-bottom: 25px;
}

.fss-process__intro > p:last-child {
	max-width: 440px;
	margin-bottom: 0;
	color: var(--fss-muted);
	font-size: 17px;
	line-height: 1.7;
}

.fss-process__list {
	border-top: 1px solid rgba(11, 20, 36, .14);
}

.fss-step {
	display: grid;
	grid-template-columns: 76px 1fr;
	gap: 22px;
	padding: 35px 4px;
	border-bottom: 1px solid rgba(11, 20, 36, .14);
}

.fss-step > span {
	color: var(--fss-orange);
	font-size: 12px;
	font-weight: 850;
	letter-spacing: .08em;
}

.fss-step h3 {
	margin-bottom: 10px;
	font-size: 25px;
	font-weight: 700;
	letter-spacing: -.04em;
}

.fss-step p {
	max-width: 520px;
	margin-bottom: 0;
	color: var(--fss-muted);
	font-size: 15px;
	line-height: 1.7;
}

.fss-solutions {
	padding: 128px 0;
	background: #fff;
}

.fss-section-head--center {
	display: block;
	max-width: 780px;
	margin: 0 auto 58px;
	text-align: center;
}

.fss-section-head--center .fss-section-kicker {
	justify-content: center;
}

.fss-solution-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}

.fss-solution-card {
	min-height: 480px;
	padding: 28px;
	border: 1px solid var(--fss-line);
	border-radius: 30px;
	background: #fafbfc;
	overflow: hidden;
}

.fss-solution-visual {
	position: relative;
	height: 285px;
	margin-bottom: 26px;
	overflow: hidden;
	border-radius: 21px;
	background: linear-gradient(140deg, #0b1830, #16366f);
}

.fss-solution-visual::before {
	position: absolute;
	inset: 18px;
	border: 1px solid rgba(255, 255, 255, .14);
	border-radius: 13px;
	background: linear-gradient(145deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .01));
	box-shadow: 0 20px 40px rgba(0, 0, 0, .25);
	content: "";
}

.fss-solution-visual span {
	position: absolute;
	z-index: 1;
	display: block;
	border-radius: 999px;
}

.fss-solution-card--1 .fss-solution-visual span:nth-child(1) {
	top: 61px;
	left: 56px;
	width: 42%;
	height: 16px;
	background: linear-gradient(90deg, #fff, #84c7ff);
}

.fss-solution-card--1 .fss-solution-visual span:nth-child(2) {
	top: 102px;
	left: 56px;
	width: 25%;
	height: 10px;
	background: rgba(255, 255, 255, .25);
}

.fss-solution-card--1 .fss-solution-visual span:nth-child(3) {
	right: 48px;
	bottom: 45px;
	width: 115px;
	height: 115px;
	border-radius: 32px;
	background: linear-gradient(145deg, #ff934f, #ff5110);
	box-shadow: 0 20px 40px rgba(255, 81, 16, .25);
}

.fss-solution-card--2 .fss-solution-visual {
	background: linear-gradient(145deg, #101a30, #312044);
}

.fss-solution-card--2 .fss-solution-visual span:nth-child(1) {
	top: 65px;
	left: 50%;
	width: 100px;
	height: 100px;
	border: 20px solid rgba(255, 122, 48, .85);
	border-radius: 50%;
	transform: translateX(-50%);
}

.fss-solution-card--2 .fss-solution-visual span:nth-child(2) {
	right: 21%;
	bottom: 56px;
	left: 21%;
	height: 11px;
	background: rgba(255, 255, 255, .75);
}

.fss-solution-card--2 .fss-solution-visual span:nth-child(3) {
	right: 31%;
	bottom: 33px;
	left: 31%;
	height: 7px;
	background: rgba(255, 255, 255, .24);
}

.fss-solution-card--3 .fss-solution-visual {
	background: linear-gradient(145deg, #0a2440, #0d5060);
}

.fss-solution-card--3 .fss-solution-visual span:nth-child(1) {
	top: 58px;
	left: 55px;
	width: 65%;
	height: 15px;
	background: #90efff;
}

.fss-solution-card--3 .fss-solution-visual span:nth-child(2) {
	top: 94px;
	left: 55px;
	width: 48%;
	height: 8px;
	background: rgba(255, 255, 255, .28);
}

.fss-solution-card--3 .fss-solution-visual span:nth-child(3) {
	left: 55px;
	bottom: 55px;
	width: 64px;
	height: 64px;
	border: 2px solid #fff;
	border-radius: 50%;
	background: transparent;
}

.fss-solution-card--4 .fss-solution-visual {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	background: linear-gradient(145deg, #11172b, #25375e);
}

.fss-solution-card--4 .fss-solution-visual::before {
	display: none;
}

.fss-solution-card--4 .fss-solution-visual span {
	position: relative;
	width: 25%;
	height: 62%;
	border: 5px solid #293954;
	border-radius: 10px;
	background: linear-gradient(150deg, #1a3d78, #ff6b18);
	box-shadow: 0 18px 35px rgba(0, 0, 0, .25);
}

.fss-solution-card--4 .fss-solution-visual span:nth-child(2) {
	background: linear-gradient(150deg, #0d5364, #25d9f8);
}

.fss-solution-card--4 .fss-solution-visual span:nth-child(3) {
	background: linear-gradient(150deg, #2d2869, #8d79ff);
}

.fss-solution-card h3 {
	margin: 0 5px 10px;
	font-size: 23px;
	font-weight: 720;
	letter-spacing: -.035em;
}

.fss-solution-card > p {
	max-width: 460px;
	margin: 0 5px;
	color: var(--fss-muted);
	font-size: 15px;
	line-height: 1.65;
}

.fss-portal {
	padding: 30px 0 130px;
	background: #fff;
}

.fss-portal__card {
	position: relative;
	display: grid;
	min-height: 650px;
	grid-template-columns: 1fr 1fr;
	align-items: center;
	overflow: hidden;
	border-radius: 38px;
	background:
		radial-gradient(circle at 80% 18%, rgba(54, 116, 255, .38), transparent 28%),
		linear-gradient(145deg, #0a1528, #102651 62%, #0b172d);
	box-shadow: 0 45px 90px rgba(10, 24, 50, .2);
	color: #fff;
}

.fss-portal__card::before {
	position: absolute;
	right: -12%;
	bottom: -55%;
	width: 65%;
	aspect-ratio: 1;
	border: 1px solid rgba(255, 255, 255, .08);
	border-radius: 50%;
	box-shadow: 0 0 0 80px rgba(255, 255, 255, .02), 0 0 0 160px rgba(255, 255, 255, .012);
	content: "";
}

.fss-portal__copy {
	position: relative;
	z-index: 2;
	padding: 75px 20px 75px 74px;
}

.fss-portal__copy h2 {
	max-width: 570px;
	margin-bottom: 24px;
}

.fss-portal__copy > p:not(.fss-section-kicker) {
	max-width: 570px;
	margin-bottom: 28px;
	color: rgba(222, 235, 255, .68);
	font-size: 16px;
	line-height: 1.7;
}

.fss-portal__copy ul {
	display: grid;
	gap: 12px;
	margin: 0 0 33px;
	padding: 0;
	list-style: none;
}

.fss-portal__copy li {
	display: flex;
	align-items: center;
	gap: 10px;
	color: rgba(255, 255, 255, .8);
	font-size: 14px;
	font-weight: 630;
}

.fss-portal__copy li svg {
	width: 18px;
	height: 18px;
	fill: none;
	stroke: var(--fss-cyan);
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

.fss-button--light {
	background: #fff;
	box-shadow: 0 15px 30px rgba(0, 0, 0, .16);
	color: var(--fss-ink) !important;
}

.fss-portal__visual {
	position: relative;
	align-self: stretch;
}

.fss-phone {
	position: absolute;
	top: 75px;
	left: 23%;
	width: 285px;
	height: 575px;
	padding: 13px;
	border: 1px solid rgba(255, 255, 255, .25);
	border-radius: 44px;
	background: #080d17;
	box-shadow: 0 45px 80px rgba(0, 0, 0, .42), inset 0 0 0 1px rgba(255, 255, 255, .08);
	transform: rotate(5deg);
}

.fss-phone::before {
	position: absolute;
	z-index: 3;
	top: 18px;
	left: 50%;
	width: 78px;
	height: 19px;
	border-radius: 999px;
	background: #080d17;
	content: "";
	transform: translateX(-50%);
}

.fss-phone > * {
	position: relative;
	z-index: 2;
}

.fss-phone::after {
	position: absolute;
	inset: 13px;
	border-radius: 32px;
	background: linear-gradient(180deg, #f7f8fb, #eef1f6);
	content: "";
}

.fss-phone__bar {
	display: flex;
	height: 42px;
	align-items: center;
	justify-content: space-between;
	padding: 0 19px;
	color: #111;
}

.fss-phone__bar span {
	width: 28px;
	height: 7px;
	border-radius: 999px;
	background: #111;
}

.fss-phone__bar i {
	width: 18px;
	height: 10px;
	border: 2px solid #111;
	border-radius: 4px;
}

.fss-phone__welcome {
	display: grid;
	gap: 4px;
	padding: 28px 22px 22px;
	color: var(--fss-ink);
}

.fss-phone__welcome small,
.fss-phone__service small {
	color: #8a93a1;
	font-size: 7px;
	font-weight: 850;
	letter-spacing: .13em;
}

.fss-phone__welcome strong {
	font-size: 25px;
	letter-spacing: -.05em;
}

.fss-phone__service {
	display: grid;
	margin: 3px 15px;
	padding: 18px;
	grid-template-columns: 40px 1fr auto;
	align-items: center;
	gap: 11px;
	border-radius: 18px;
	background: #0d1626;
	box-shadow: 0 14px 28px rgba(13, 22, 38, .15);
}

.fss-phone__service > i {
	width: 40px;
	height: 40px;
	border-radius: 13px;
	background: linear-gradient(145deg, #ff9d4e, #ff5b0a);
}

.fss-phone__service div {
	display: grid;
	gap: 3px;
}

.fss-phone__service small {
	color: var(--fss-cyan);
}

.fss-phone__service strong {
	font-size: 11px;
}

.fss-phone__service > span {
	color: #fff;
	font-size: 18px;
}

.fss-phone__row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
	margin: 17px 15px;
}

.fss-phone__row span {
	height: 115px;
	border: 1px solid #e0e4eb;
	border-radius: 17px;
	background: #fff;
}

.fss-phone__row span::before,
.fss-phone__row span::after {
	display: block;
	height: 8px;
	margin: 18px 15px 0;
	border-radius: 999px;
	background: #dde2ea;
	content: "";
}

.fss-phone__row span::after {
	width: 55%;
	margin-top: 8px;
	background: #eff1f5;
}

.fss-phone__nav {
	position: absolute;
	right: 26px;
	bottom: 17px;
	left: 26px;
	display: flex;
	height: 50px;
	align-items: center;
	justify-content: space-around;
	border-radius: 18px;
	background: #111a29;
}

.fss-phone__nav i {
	width: 17px;
	height: 17px;
	border: 2px solid #7d8795;
	border-radius: 6px;
}

.fss-phone__nav i:nth-child(2) {
	border-color: var(--fss-orange);
	background: var(--fss-orange);
	box-shadow: 0 0 18px rgba(255, 107, 24, .5);
}

.fss-request-card {
	position: absolute;
	z-index: 4;
	right: 8%;
	bottom: 75px;
	display: flex;
	align-items: center;
	gap: 11px;
	padding: 14px 17px;
	border: 1px solid rgba(255, 255, 255, .2);
	border-radius: 17px;
	background: rgba(17, 33, 61, .82);
	box-shadow: 0 22px 45px rgba(0, 0, 0, .25);
	backdrop-filter: blur(14px);
	-webkit-backdrop-filter: blur(14px);
}

.fss-request-card > span {
	display: grid;
	width: 34px;
	height: 34px;
	place-items: center;
	border-radius: 11px;
	background: rgba(37, 217, 248, .14);
	color: var(--fss-cyan);
	font-weight: 900;
}

.fss-request-card div {
	display: grid;
	gap: 2px;
}

.fss-request-card small {
	color: rgba(255, 255, 255, .5);
	font-size: 7px;
	font-weight: 800;
	letter-spacing: .12em;
}

.fss-request-card strong {
	font-size: 12px;
}

.fss-faq {
	padding: 128px 0;
	background: #f3f6fb;
}

.fss-faq__grid {
	display: grid;
	grid-template-columns: .78fr 1.22fr;
	gap: 110px;
}

.fss-faq__intro {
	position: sticky;
	top: 120px;
	align-self: start;
}

.fss-faq__list {
	border-top: 1px solid rgba(11, 20, 36, .15);
}

.fss-faq details {
	border-bottom: 1px solid rgba(11, 20, 36, .15);
}

.fss-faq summary {
	display: flex;
	min-height: 92px;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 22px 5px;
	cursor: pointer;
	font-size: 19px;
	font-weight: 700;
	letter-spacing: -.025em;
	list-style: none;
}

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

.fss-faq summary span {
	position: relative;
	display: block;
	width: 28px;
	height: 28px;
	flex: 0 0 28px;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 4px 12px rgba(11, 20, 36, .07);
}

.fss-faq summary span::before,
.fss-faq summary span::after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 10px;
	height: 1.5px;
	background: var(--fss-ink);
	content: "";
	transform: translate(-50%, -50%);
	transition: transform .2s ease;
}

.fss-faq summary span::after {
	transform: translate(-50%, -50%) rotate(90deg);
}

.fss-faq details[open] summary span::after {
	transform: translate(-50%, -50%) rotate(0deg);
}

.fss-faq details > div {
	overflow: hidden;
}

.fss-faq details p {
	max-width: 680px;
	margin: -8px 50px 29px 5px;
	color: var(--fss-muted);
	font-size: 15px;
	line-height: 1.75;
}

.fss-closing {
	position: relative;
	overflow: hidden;
	padding: 130px 0;
	background: var(--fss-navy);
	color: #fff;
	text-align: center;
}

.fss-closing::before {
	position: absolute;
	inset: 0;
	background-image: radial-gradient(rgba(255, 255, 255, .14) .7px, transparent .7px);
	background-size: 24px 24px;
	content: "";
	mask-image: radial-gradient(circle, #000, transparent 72%);
	-webkit-mask-image: radial-gradient(circle, #000, transparent 72%);
	opacity: .25;
}

.fss-closing__orb {
	position: absolute;
	border-radius: 50%;
	filter: blur(8px);
}

.fss-closing__orb--one {
	top: -190px;
	left: -120px;
	width: 430px;
	height: 430px;
	background: rgba(61, 116, 255, .16);
}

.fss-closing__orb--two {
	right: -180px;
	bottom: -220px;
	width: 470px;
	height: 470px;
	background: rgba(255, 107, 24, .12);
}

.fss-closing__inner {
	position: relative;
	z-index: 2;
	max-width: 850px;
}

.fss-closing .fss-section-kicker {
	justify-content: center;
}

.fss-closing h2 {
	margin-bottom: 23px;
	font-size: clamp(44px, 6vw, 75px);
}

.fss-closing__inner > p:not(.fss-section-kicker) {
	max-width: 680px;
	margin: 0 auto 33px;
	color: rgba(220, 234, 255, .66);
	font-size: 17px;
	line-height: 1.7;
}

.fss-closing__inner > div {
	display: flex;
	justify-content: center;
	gap: 12px;
}

.fss-button--ghost {
	border: 1px solid rgba(255, 255, 255, .17);
	background: rgba(255, 255, 255, .04);
	box-shadow: none;
}

.fss-button--ghost:hover {
	background: rgba(255, 255, 255, .09);
	box-shadow: none;
}

.fss-footer {
	padding: 48px 0 26px;
	background: #070f1e;
	color: #fff;
}

.fss-footer__inner {
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 35px;
	padding-bottom: 38px;
	border-bottom: 1px solid rgba(255, 255, 255, .09);
}

.fss-brand--footer {
	font-size: 16px;
}

.fss-footer__inner > p {
	margin: 0;
	color: rgba(255, 255, 255, .45);
	font-size: 12px;
}

.fss-footer__links {
	display: flex;
	gap: 24px;
	font-size: 12px;
	font-weight: 700;
	color: rgba(255, 255, 255, .7);
}

.fss-footer__bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 24px;
	color: rgba(255, 255, 255, .35);
	font-size: 10px;
}

.fss-footer__bottom div {
	display: flex;
	gap: 15px;
}

.fss-footer__bottom a[aria-current="true"] {
	color: rgba(255, 255, 255, .85);
}

[data-reveal] {
	opacity: 0;
	transform: translateY(18px);
	transition: opacity .7s ease, transform .7s cubic-bezier(.2, .7, .2, 1);
}

[data-reveal].is-visible {
	opacity: 1;
	transform: none;
}

@media (max-width: 1120px) {
	.fss-header__actions .fss-account-link {
		display: none;
	}

	.fss-nav {
		gap: 18px;
	}

	.fss-hero__grid {
		grid-template-columns: minmax(0, .95fr) minmax(480px, 1.05fr);
		gap: 28px;
	}

	.fss-display {
		right: -55px;
	}

	.fss-process .fss-shell,
	.fss-faq__grid {
		gap: 70px;
	}
}

@media (max-width: 940px) {
	.fss-shell {
		width: min(100% - 40px, 720px);
	}

	.fss-header {
		height: 70px;
		margin-bottom: -70px;
	}

	.fss-header__actions > .fss-language,
	.fss-header__actions > .fss-button {
		display: none;
	}

	.fss-menu-button {
		display: grid;
		width: 42px;
		height: 42px;
		place-content: center;
		gap: 6px;
		padding: 0;
		border: 1px solid rgba(255, 255, 255, .14);
		border-radius: 13px;
		background: rgba(255, 255, 255, .06);
	}

	.fss-menu-button span {
		display: block;
		width: 17px;
		height: 1.5px;
		border-radius: 999px;
		background: #fff;
		transition: transform .2s ease;
	}

	.fss-menu-button[aria-expanded="true"] span:first-child {
		transform: translateY(3.75px) rotate(45deg);
	}

	.fss-menu-button[aria-expanded="true"] span:last-child {
		transform: translateY(-3.75px) rotate(-45deg);
	}

	.fss-nav {
		position: fixed;
		z-index: 5;
		top: 70px;
		right: 0;
		left: 0;
		display: grid;
		max-height: calc(100svh - 70px);
		align-content: start;
		justify-content: stretch;
		gap: 0;
		padding: 22px 20px max(26px, env(safe-area-inset-bottom));
		overflow: auto;
		border-top: 1px solid rgba(255, 255, 255, .08);
		background: rgba(7, 16, 31, .98);
		opacity: 0;
		pointer-events: none;
		transform: translateY(-12px);
		transition: opacity .2s ease, transform .2s ease;
	}

	.admin-bar .fss-nav {
		top: 102px;
		max-height: calc(100svh - 102px);
	}

	.fss-nav.is-open {
		opacity: 1;
		pointer-events: auto;
		transform: none;
	}

	.fss-nav > a:not(.fss-button) {
		padding: 17px 8px;
		border-bottom: 1px solid rgba(255, 255, 255, .08);
		font-size: 17px;
		color: #fff;
	}

	.fss-nav > a:not(.fss-button)::after {
		display: none;
	}

	.fss-language--mobile {
		display: flex;
		justify-content: flex-start;
		padding: 20px 8px;
		font-size: 12px;
	}

	.fss-mobile-account {
		display: block;
	}

	.fss-button--mobile {
		display: flex;
	}

	.fss-hero,
	.fss-hero__grid {
		min-height: auto;
	}

	.fss-hero__grid {
		grid-template-columns: 1fr;
		gap: 10px;
		padding-top: 145px;
		padding-bottom: 85px;
	}

	.fss-hero__copy {
		max-width: 680px;
	}

	.fss-stage {
		min-height: 520px;
	}

	.fss-display {
		top: 65px;
		right: 4%;
		width: 90%;
	}

	.fss-float-card--creative {
		left: 1%;
	}

	.fss-section-head {
		grid-template-columns: 1fr;
		gap: 22px;
	}

	.fss-section-head > p:last-child {
		max-width: 630px;
	}

	.fss-benefit-grid {
		grid-template-columns: 1fr;
	}

	.fss-benefit-card {
		min-height: auto;
	}

	.fss-icon {
		margin-bottom: 42px;
	}

	.fss-process .fss-shell,
	.fss-faq__grid {
		grid-template-columns: 1fr;
		gap: 55px;
	}

	.fss-process__intro,
	.fss-faq__intro {
		position: static;
	}

	.fss-solution-grid {
		grid-template-columns: 1fr;
	}

	.fss-portal__card {
		grid-template-columns: 1fr;
	}

	.fss-portal__copy {
		padding: 70px 60px 25px;
	}

	.fss-portal__visual {
		min-height: 600px;
	}

	.fss-phone {
		left: 50%;
		transform: translateX(-50%) rotate(3deg);
	}

	.fss-request-card {
		right: 16%;
	}

	.fss-footer__inner {
		grid-template-columns: 1fr auto;
	}

	.fss-footer__inner > p {
		grid-column: 1 / -1;
		grid-row: 2;
	}
}

@media (max-width: 782px) {
	.admin-bar .fss-header {
		top: 46px;
	}

	.admin-bar .fss-nav {
		top: 116px;
		max-height: calc(100svh - 116px);
	}
}

@media (max-width: 620px) {
	.fss-shell {
		width: calc(100% - 30px);
	}

	.fss-brand__name {
		font-size: 15px;
	}

	.fss-brand__mark {
		width: 34px;
		height: 34px;
	}

	.fss-hero__grid {
		padding-top: 127px;
		padding-bottom: 65px;
	}

	.fss-eyebrow {
		max-width: 330px;
		margin-bottom: 17px;
		font-size: 9px;
	}

	.fss-hero h1 {
		font-size: clamp(43px, 13vw, 60px);
		line-height: .99;
	}

	.fss-hero__lead {
		font-size: 15px;
		line-height: 1.62;
	}

	.fss-hero__buttons {
		align-items: stretch;
		flex-direction: column;
		gap: 17px;
	}

	.fss-hero__buttons .fss-button {
		width: 100%;
	}

	.fss-text-link {
		justify-content: center;
	}

	.fss-hero__note {
		align-items: flex-start;
		line-height: 1.5;
	}

	.fss-stage {
		min-height: 360px;
	}

	.fss-display {
		top: 50px;
		right: -7%;
		width: 108%;
		transform: rotateY(-5deg) rotateX(2deg) scale(.93);
	}

	.fss-display__screen {
		min-height: 240px;
	}

	.fss-display__top {
		padding: 17px 18px;
	}

	.fss-display__content {
		padding: 3px 19px 25px;
	}

	.fss-display__content h2 {
		font-size: 31px;
	}

	.fss-display__content > span {
		font-size: 8px;
	}

	.fss-display__footer {
		padding: 12px 19px;
	}

	.fss-display__stand {
		height: 38px;
	}

	.fss-float-card {
		padding: 9px 11px;
		font-size: 8px;
	}

	.fss-float-card--creative {
		top: 16px;
		left: 0;
	}

	.fss-float-card--sync {
		right: 0;
		bottom: 26px;
	}

	.fss-benefits,
	.fss-process,
	.fss-solutions,
	.fss-faq {
		padding: 88px 0;
	}

	.fss-section-head h2,
	.fss-process__intro h2,
	.fss-portal__copy h2,
	.fss-faq__intro h2 {
		font-size: 40px;
	}

	.fss-section-head {
		margin-bottom: 38px;
	}

	.fss-section-head > p:last-child,
	.fss-process__intro > p:last-child {
		font-size: 15px;
	}

	.fss-benefit-card {
		padding: 27px;
		border-radius: 23px;
	}

	.fss-step {
		grid-template-columns: 48px 1fr;
		gap: 12px;
		padding: 29px 2px;
	}

	.fss-step h3 {
		font-size: 22px;
	}

	.fss-solution-card {
		min-height: auto;
		padding: 18px 18px 25px;
		border-radius: 25px;
	}

	.fss-solution-visual {
		height: 230px;
	}

	.fss-solution-card--1 .fss-solution-visual span:nth-child(1),
	.fss-solution-card--1 .fss-solution-visual span:nth-child(2),
	.fss-solution-card--3 .fss-solution-visual span:nth-child(1),
	.fss-solution-card--3 .fss-solution-visual span:nth-child(2),
	.fss-solution-card--3 .fss-solution-visual span:nth-child(3) {
		left: 38px;
	}

	.fss-portal {
		padding: 10px 0 88px;
	}

	.fss-portal__card {
		width: calc(100% - 20px);
		min-height: auto;
		border-radius: 29px;
	}

	.fss-portal__copy {
		padding: 55px 25px 10px;
	}

	.fss-portal__visual {
		min-height: 520px;
	}

	.fss-phone {
		top: 48px;
		width: 245px;
		height: 495px;
	}

	.fss-request-card {
		right: 5%;
		bottom: 45px;
	}

	.fss-phone__row span {
		height: 88px;
	}

	.fss-faq__grid {
		gap: 38px;
	}

	.fss-faq summary {
		min-height: 84px;
		font-size: 16px;
	}

	.fss-closing {
		padding: 95px 0;
	}

	.fss-closing h2 {
		font-size: 46px;
	}

	.fss-closing__inner > p:not(.fss-section-kicker) {
		font-size: 15px;
	}

	.fss-closing__inner > div {
		align-items: stretch;
		flex-direction: column;
	}

	.fss-footer__inner {
		grid-template-columns: 1fr;
		gap: 22px;
	}

	.fss-footer__inner > p {
		grid-column: auto;
		grid-row: auto;
	}

	.fss-footer__links {
		flex-wrap: wrap;
	}

	.fss-footer__bottom {
		align-items: flex-start;
		flex-direction: column;
		gap: 15px;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	.fss-site *,
	.fss-site *::before,
	.fss-site *::after {
		animation-duration: .01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: .01ms !important;
	}

	[data-reveal] {
		opacity: 1;
		transform: none;
	}
}
