:root {
	--blue: #0f63d7;
	--dark: #101621;
	--navy: #13224a;
	--text: #181d20;
	--muted: #71819a;
	--light: #f4f6fa;
	--line: #e7ebf2;
	--red: #db7361;
	--purple: #7b61ff;
	--green: #2eb091
}

* {
	box-sizing: border-box
}

html {
	scroll-behavior: smooth
}
@font-face {
	font-family: 'Inter';
	src: url('../font/Inter-Regular.woff2') format('woff2');
	font-weight: 400;
}
body {
	margin: 0;
	color: var(--text);
	font-family: "Inter";
	font-size: 16px;
	line-height: 1.75;
	background: #fff
}

a {
	color: inherit;
	text-decoration: none
}

.container {
	width: min(1200px,calc(100% - 64px));
	margin: 0 auto
}

.narrow {
	width: min(820px,calc(100% - 64px))
}

.site-header {
	height: 68px;
	background: #fff;
	position: sticky;
	top: 0;
	z-index: 50;
	box-shadow: 0 1px 0 rgba(15,32,60,.04)
}

.header-inner {
	height: 100%;
	width: min(1120px,calc(100% - 64px));
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between
}

.brand {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-weight: 700;
	color: #2667d9
}

.brand-mark {
	width: 23px;
	height: 18px;
	position: relative;
	display: inline-block;
	transform: skewY(-20deg)
}

.brand-mark:before,.brand-mark i,.brand-mark b {
	content: "";
	position: absolute;
	border-radius: 5px;
	background: #2e72e8
}

.brand-mark:before {
	width: 16px;
	height: 7px;
	left: 6px;
	top: 1px
}

.brand-mark i {
	width: 13px;
	height: 6px;
	left: 0;
	top: 7px;
	background: #f04b45
}

.brand-mark b {
	width: 13px;
	height: 6px;
	left: 7px;
	top: 12px
}

.brand-text {
	font-size: 19px;
	letter-spacing: -.02em
}

.brand-text strong {
	color: #17283d
}

.primary-menu {
	display: flex;
	align-items: center;
	gap: 38px;
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 13px;
	font-weight: 700
}

.primary-menu a {
	padding: 10px 0
}

.primary-menu .nav-contact {
	background: #075cc8;
	color: #fff;
	border-radius: 4px;
	padding: 11px 23px;
	box-shadow: 0 9px 16px rgba(8,87,196,.18)
}

.nav-toggle {
	display: none;
	background: transparent;
	border: 0;
	width: 34px;
	height: 30px;
	padding: 0
}

.nav-toggle span {
	display: block;
	height: 2px;
	background: #16202a;
	margin: 6px 0;
	transition: .2s
}

.page-hero {
	height: 330px;
	/* background: linear-gradient(110deg,#eef4ff 0%,#f8fbff 65%,#fff 100%); */
	display: flex;
	align-items: center;
	background: linear-gradient(
		90deg,
		#e8edfb 0%,
		#fff 100%
	);
}

.hero-title-wrap {
	position: relative;
	text-align: center;
	padding-top: 20px
}

.eyebrow,.section-kicker {
	margin: 0 0 4px;
	color: #094ca4;
	font-weight: 500;
	font-size: 15px;
	letter-spacing: 0;
	text-align: center
}
.section-kicker{
	font-size: 12px;
	font-weight: 500;
}

/* .eyebrow:before,.section-kicker:before{content:"";display:inline-block;width:2px;height:12px;background:currentColor;border-radius:2px;margin-right:7px;vertical-align:-2px} */

.page-hero h1 {
	margin: 0;
	font-size: 42px;
	line-height: 1.3;
	font-weight: 700;
	letter-spacing: .02em
}

.breadcrumb {
	position: absolute;
	left: 0;
	bottom: -92px;
	margin: 0;
	color: #738099;
	font-size: 12px;
}

.intro-section {
	padding: 48px 0 42px
}

.intro-card {
	position: relative;
	overflow: hidden;
	min-height: 320px;
	background: #111a2a;
	border-radius: 12px;
	box-shadow: 0px 6px 20px 0px #0D1A4029;
	display: flex;
	align-items: center;
	padding: 50px 56px;
	gap: 54px;
	color: #fff;
	justify-content: center;
}

.intro-circle {
	position: absolute;
	right: -84px;
    top: -127px;
	width: 420px;
	height: 420px;
	border-radius: 50%;
	/* background: linear-gradient(145deg,#264c9c,#1b2b5e); */
	opacity: .85;
	background: radial-gradient(
		circle,
		#2e61d180 0%,
		#2e61d100 100%
	);
}

.fainas-badge {
	position: relative;
	z-index: 2;
	width: 238px;
	height: 238px;
	background: #fff;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #102765;
	box-shadow: 0 2px 0 rgba(255,255,255,.2)
}

.fainas-symbol,.large-symbol {
	position: relative;
	width: 84px;
	height: 84px;
	margin-bottom: 18px
}

.fainas-symbol span,.large-symbol span {
	position: absolute;
	display: block;
	border-radius: 2px;
	transform: skewY(-30deg)
}

.fainas-symbol span:nth-child(1),.large-symbol span:nth-child(1) {
	background: #073c9e;
	width: 30px;
	height: 68px;
	left: 8px;
	top: 4px
}

.fainas-symbol span:nth-child(2),.large-symbol span:nth-child(2) {
	background: #1b63e0;
	width: 54px;
	height: 24px;
	left: 29px;
	top: 13px
}

.fainas-symbol span:nth-child(3),.large-symbol span:nth-child(3) {
	background: #f20f2d;
	width: 56px;
	height: 22px;
	left: 24px;
	top: 47px
}

.fainas-word {
	font-family: Georgia,serif;
	font-size: 31px;
	letter-spacing: .28em;
	color: #102b78
}

.fainas-word::first-letter {
	color: #142f86
}

.fainas-badge small {
	font-size: 9px;
	line-height: 1.25;
	text-align: center;
	color: #8291ad
}

.intro-copy {
	position: relative;
	z-index: 2
}

.intro-copy h2 {
	font-size: 23px;
	line-height: 1.6;
	margin: 0 0 12px;
	text-indent: -16px;
	font-weight: 700;
	border-top-width: 0;
    border-bottom-width: 0;
}

.intro-copy p {
	font-size: 16px;
	color: #d8e0ed;
	margin: 0;
	font-weight: 400;
}

.section-gray {
	background: #f4f5f7
}

.problem-section {
	position: relative;
	padding: 62px 0 118px
}

.slant-bottom:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1px;
	height: 112px;
	background: #fff;
	clip-path: polygon(0 0,50% 100%,100% 0,100% 100%,0 100%)
}

.section-title {
	text-align: center;
	font-size: 30px;
	line-height: 1.35;
	margin: 0 0 32px;
	font-weight: 700;
	border-top-width: 0;
    border-bottom-width: 0;
}

.problem-grid {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 28px 34px
}

.problem-card {
	background: #fff;
	border-radius: 5px;
	border-top: 3px solid var(--red);
	padding: 20px 22px 22px;
	min-height: 98px;
	box-shadow: 0px 6px 20px 0px #0D1A4014;
}

.problem-card span {
	display: block;
	color: var(--red);
	font-size: 11px;
	font-weight: 800;
	margin-bottom: 12px
}

.problem-card p {
	margin: 0;
	font-weight: 500;
	font-size: 15px;
	line-height: 1.65
}

.concept-section {
	padding: 132px 0 102px;
	text-align: center
}

.lead-muted {
	font-size: 22px;
	color: #738099;
	font-weight: 500;
	margin: 0 0 52px
}

.concept-circles {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 36px;
	margin-bottom: 58px
}

.concept-circles div {
	width: 186px;
	height: 186px;
	border-radius: 50%;
	background: url(../../images/fainas/Rectangle.png) no-repeat;
	background-position: center center;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 28px;
	font-weight: 700
}
.concept-circles div.sp-font{
	display: none;
}
.concept-circles div.pc-font{
	display: flex;
}
.concept-circles strong {
	font-size: 52px;
	line-height: 1;
	color: #d9d9d9;
	font-weight: 1000;
	background: url(../../images/fainas/Vector.png) no-repeat;
	background-position: center;
	width: 52px;
	background-size: cover;
}

.blue-title {
	font-size: 28px;
	color: #094ca4;
	margin: 0 0 38px;
	font-weight: 700;
	border-top-width: 0;
    border-bottom-width: 0;
}

.large-logo {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 492px;
    height: 346px;
    margin: 0 auto;
}

.large-symbol {
	width: 170px;
	height: 170px;
	transform: scale(1.6);
	margin: 36px 0 64px
}

.large-word {
	font-family: Georgia,serif;
	font-size: 76px;
	letter-spacing: .28em;
	color: #132b7b
}

.large-word::first-letter {
	color: #132b7b
}

.large-word {
	background: linear-gradient(90deg,#132b7b 0 15%,#f40a2d 15% 27%,#132b7b 27% 100%);
	-webkit-background-clip: text;
	color: transparent
}

.pill-actions {
	display: flex;
	justify-content: center;
	gap: 54px;
	margin-top: 30px
}

.pill-actions a {
	width: 242px;
	border: 2px solid #0b63d5;
	border-radius: 6px;
	color: #b2bfd9;
    padding: 14px 12px;
	font-size: 14px;
	line-height: 1.45
}

.pill-actions strong {
	font-size: 30px;
	color:#094ca4;
}

.keywords-section {
	padding: 72px 0 140px
}

.keyword-orbit {
	position: relative;
	height: 420px;
	margin-top: 38px
}

.orbit-line {
	position: absolute;
	left: 50%;
	top: 54px;
	width: 375px;
	height: 375px;
	margin-left: -187.5px;
	border: 2px solid #dde6f5;
	border-radius: 50%;
	clip-path: polygon(0 0,100% 0,100% 100%,0 100%)
}

.keyword-node {
	position: absolute;
	width: 225px;
	height: 225px;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 15px 26px rgba(43,52,70,.12);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-weight: 800
}

.keyword-node:before {
	content: "";
	width: 100px;
	height: 100px;
	background: #eaf3ff;
	border-radius: 50%;
	position: absolute;
	top: 32px;
	background: radial-gradient(
		circle,
		#094ca42e 0%,   
		#094ca40a 100%  
	);
}
.keyword-node:hover{
	transform: translateY(-10px) scale(1.06);
  	box-shadow: 0 30px 55px rgba(0, 0, 0, 0.18);
}

.keyword-node b,.keyword-node span {
	position: relative;
	z-index: 1
}

.keyword-node b {
	font-size: 28px;
	color: #1764d0;
	margin-bottom: 27px;
	font-weight:700;
}

.keyword-node span {
	font-size: 20px;
	font-weight: 700;
}

.node-1 {
	left: 50%;
	top: -1%;
	margin-left: -112.5px
}

.node-2 {
	left: 16%;
	top: 242px
}

.node-3 {
	right: 16%;
	top: 242px
}

.keyword-node.purple:before {
	/* background: #f0eaff */
	background: radial-gradient(
		circle,
		#6b52eb2e 0%,   
		#6b52eb0a 100%  
	);
}

.keyword-node.purple b {
	color: #7a61ff
}

.keyword-node.green:before {
	/* background: #eaf8f3 */
	background: radial-gradient(
		circle,
		#0f87662e 0%,   
		#0f87660a 100%  
	);
}

.keyword-node.green b {
	color: #27a98a
}

.detail-section {
	padding: 86px 0
}

.detail-section h2 {
	font-size: 28px;
	margin: 0;
	font-weight: 700
}

.detail-kicker {
	text-align: left;
	margin: 0;
	font-size: 12px;
	font-weight: 700
}

.detail-kicker.blue {
	color: #094ca4
}

.detail-kicker.purple {
	color: #6b52eb
}

.detail-kicker.green {
	color: #0f8766
}

.detail-section .container {
	position: relative
}

.detail-section .container:before {
	content: "";
	position: absolute;
	left: 0;
	top: 3px;
	width: 3px;
	height: 78px;
	border-radius: 4px;
	background: #094ca4
}

.detail-two .container:before {
	background: #6b52eb
}

.detail-three .container:before {
	background: #0f8766
}

.detail-kicker,.detail-section h2,.detail-section .subtitle {
	padding-left: 18px;
	border-top-width: 0;
    border-bottom-width: 0;
}
.detail-section .subtitle{
	font-size: 15px;
	font-weight: 500;
}

.detail-section .body-copy,.detail-section .feature-grid,.detail-section .flow-title,.detail-section .flow-row {
	padding-left: 0
}

.detail-section .detail-title-box{
	line-height: 1.2;
	margin-bottom: 42px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 78px;
}
.detail-section .detail-title-box h2{
	padding-bottom:0;
	padding-top: 0;
	margin-bottom: 2px;
}

.subtitle {
	font-weight: 800;
	color: #738099;
	margin:0;
}

.body-copy {
	color: #181D20;
	font-size: 18px;
	margin: 0 0 44px
}

.feature-grid {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 28px
}

.feature-grid article {
	background: #fff;
	border-radius: 6px;
	box-shadow: 0px 6px 16px 0px #0D1A4012;
	/* border-left: 5px solid #094ca4; */
	padding: 22px 22px 22px;
	background:
    linear-gradient(#094ca4, #094ca4) left top / 5px 100% no-repeat,
    linear-gradient(
      90deg,
		#fff 0%,
		#fff 100%
    ) 5px top / 100% no-repeat,
    #fff;
}

.feature-grid b {
	/* display: block; */
	font-size: 30px;
	font-weight: 700;
	color: #d9e4f6;
	margin-right: 8px;
}

.feature-grid h3 {
	font-size: 16px;
	margin: 0 0 12px;
	border-bottom: 1px solid #d9e4f6;
}
.feature-grid h3::after{
	display: none;
}

.feature-grid p {
	margin: 0;
	color: #181D20;
	font-size: 15px
}

.flow-title {
	color: #6b52eb;
	font-weight: 900;
	margin: 34px 0 18px
}

.flow-row {
	display: grid;
	grid-template-columns: repeat(5,224px);
	gap: 20px;
}

.flow-card {
	background: #fff;
	border-radius: 5px;
	border-top: 4px solid #6b52eb;
	/* box-shadow: 0 10px 18px rgba(27,42,70,.08); */
	padding: 18px 16px 20px;
	min-height: 80px;
	position: relative;
	line-height: 0.5;
	box-shadow: 0px 4px 12px 0px #0D1A400D;
}
.flow-card:not(:last-child):after{
	content:"";
	position:absolute;
	top:50%;right:-16px;transform:translateY(-50%);width:0;height:0;border-top:6px solid transparent;border-bottom:6px solid transparent;border-left:10px solid #b2bacc;z-index:2
}

.flow-card b{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:40px;
  height:40px;
  border-radius:50%;
  background:#f0f3fc;
  color:#6b52eb;
  font-size:16px;
  line-height:1;
  font-weight:700;
  margin:0 0 14px 0;
}
.flow-card span {
	font-weight: 500;
	font-size: 18px;
	display: block;
	line-height: 1.5;
}

.human-box {
	/* background: #eefaf7; */
	/* border-left: 5px solid #0f8766; */
	border-radius: 8px;
	padding: 34px 38px;
	font-weight: 500;
	color: #263746;
	/* background: linear-gradient(
		90deg,
		#edf6f3 0%,
		#f0f7f6 100%
		); */
	background:
    linear-gradient(#0f8766, #0f8766) left top / 5px 100% no-repeat,
    linear-gradient(
      90deg,
		#edf6f3 0%,
		#f0f7f6 100%
    ) 5px top / 100% no-repeat,
    #fff;
}

.blue-band {
	background: linear-gradient(90deg, #094CA4 0%, #2E6BD4 100%);
	color: #fff;
	text-align: center;
	padding: 71px 0;
	font-size: 20px;
	font-weight: 500;
	line-height: 2
}

.site-footer {
	background: #121a1f;
	color: #dfe7ed;
	padding: 46px 0 52px
}

.footer-inner {
	width: min(1120px,calc(100% - 64px));
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1.6fr 1fr 1fr 1.6fr;
	gap: 40px
}

.brand-footer {
	color: #fff
}

.brand-footer .brand-text strong {
	color: #fff
}

.footer-brand p,.footer-links a {
	color: #aab4ba;
	font-size: 12px
}

.footer-links {
	display: flex;
	flex-direction: column;
	gap: 12px
}

.footer-links a:hover {
	color: #fff
}
.sp-on-z{
	display: none;
}
@media (max-width:1024px) {
	.flow-row{
		grid-template-columns: 1fr;
		gap: 30px;
	}
	.flow-card{
		min-height: 52px;
        padding: 8px 16px;
        display: flex;
        align-items: center;
        gap: 18px;
		border-top: 0;
        position: relative;
        background: linear-gradient(#6b52eb, #6b52eb) left top / 4px 100% no-repeat, linear-gradient(90deg, #fff 0%, #fff 100%) 4px top / 100% no-repeat, #fff;
	}
	.flow-title.pc-on-z{
		display: none;
	}
	.flow-title{
		display: block;
	}
	.flow-card b{
		margin: 0;
		width: 50px;
    	height: 50px;
		font-size: 19px;
	}
	.flow-card span{
		font-size: 20px;
	}
	.flow-card:not(:last-child):after{
		content: "▼";
        position: absolute;
        top: unset;
        right: unset;
        bottom: -13px;
        left: 50%;
        transform: translateX(-50%);
        font-size: 12px;
        color: #b7beca;
        width: 0;
        height: 0;
        border-top: unset;
        border-bottom: unset;
        border-left: unset;
	}
}

@media (max-width:820px) {
	.fainas-badge{
		width: 159px;
		height: 159px;
	}
	.intro-copy h2{
		font-size: 20px;
		margin:0;
	}
	.intro-copy p{
		font-size: 14px;
	}
	.feature-grid{
		grid-template-columns: 1fr;
	}
	.node-2 {
		left: 12%;
	}

	.node-3 {
		right: 12%;
	}
	.flow-row{
		grid-template-columns: 1fr;
		gap: 30px;
	}
	.flow-card{
		min-height: 52px;
        padding: 8px 16px;
        display: flex;
        align-items: center;
        gap: 18px;
		border-top: 0;
        position: relative;
        background: linear-gradient(#6b52eb, #6b52eb) left top / 4px 100% no-repeat, linear-gradient(90deg, #fff 0%, #fff 100%) 4px top / 100% no-repeat, #fff;
	}
	.flow-card b{
		margin: 0;
	}
	.flow-card span{
		font-size: 16px;
	}
	.flow-card:not(:last-child):after{
		content: "▼";
        position: absolute;
        top: unset;
        right: unset;
        bottom: -13px;
        left: 50%;
        transform: translateX(-50%);
        font-size: 12px;
        color: #b7beca;
        width: 0;
        height: 0;
        border-top: unset;
        border-bottom: unset;
        border-left: unset;
	}
}
@media (max-width:768px) {
	body {
		font-size: 14px
	}
	.sp-on-z{
		display: block;
	}
	.pc-on-z{
		display: none;
	}
	.container,.narrow,.header-inner,.footer-inner {
		width: calc(100% - 30px)
	}

	.site-header {
		height: 44px
	}

	.brand-text {
		font-size: 15px
	}

	.brand-mark {
		transform: scale(.75) skewY(-20deg);
		transform-origin: left center
	}

	.nav-toggle {
		display: block
	}

	.site-nav {
		position: fixed;
		left: 0;
		right: 0;
		top: 44px;
		background: #fff;
		box-shadow: 0 15px 30px rgba(0,0,0,.12);
		padding: 18px;
		transform: translateY(-130%);
		transition: .25s;
		z-index: 49
	}

	.site-nav.open {
		transform: translateY(0)
	}

	.primary-menu {
		display: flex;
		flex-direction: column;
		gap: 4px;
		align-items: stretch
	}

	.primary-menu a {
		display: block;
		padding: 14px;
		border-bottom: 1px solid #edf0f4
	}

	.primary-menu .nav-contact {
		text-align: center;
		border-radius: 4px;
		margin-top: 8px
	}

	.page-hero {
		height: 150px;
		background: linear-gradient(90deg, #e8edfb 0%, #f6f8fe 100%);
		margin-top: 60px;
	}

	.eyebrow {
		font-size: 11px
	}

	.page-hero h1 {
		font-size: 28px
	}
	.hero-title-wrap{
		padding-top:0;
	}

	.breadcrumb {
		bottom: -37px;
		font-size: 7px
	}

	.intro-section {
		padding: 24px 0 32px
	}

	.intro-card {
		min-height: auto;
		border-radius: 6px;
		display: block;
		text-align: center;
		padding: 30px 17px 33px;
	}

	.intro-circle {
		width: 260px;
		height: 260px;
		right: -102px;
		top: -120px;
	}

	.fainas-badge {
		width: 141px;
		height: 141px;
		margin: 0 auto 20px;
		border-radius: 5px
	}

	.fainas-symbol {
		width: 38px;
		height: 38px;
		margin-bottom: 8px
	}

	.fainas-symbol span:nth-child(1) {
		width: 14px;
		height: 31px
	}

	.fainas-symbol span:nth-child(2) {
		width: 26px;
		height: 11px;
		left: 14px
	}

	.fainas-symbol span:nth-child(3) {
		width: 26px;
		height: 10px;
		left: 12px;
		top: 23px
	}

	.fainas-word {
		font-size: 15px
	}

	.fainas-badge small {
		font-size: 5px
	}

	.intro-copy h2 {
		font-size: 15px;
		line-height: 1.2;
	}

	.intro-copy p {
		font-size: 12px;
		line-height: 1.3;
	}

	.problem-section {
		padding: 40px 0 82px
	}

	.section-title {
		font-size: 21px;
		margin-bottom: 22px
	}

	.problem-grid {
		grid-template-columns: 1fr;
		gap: 10px
	}

	.problem-card {
		min-height: auto;
		padding: 7px 14px 10px;
		border-radius: 5px;
        border-left: 4px solid var(--red);
        border-top-width: 0;
	}

	.problem-card span {
		font-size: 10px;
		margin-bottom: 0px;
		font-weight: 700;
	}

	.problem-card p {
		font-size: 13px;
		line-height: 1.55
	}

	.slant-bottom:after {
		height: 55px
	}

	.concept-section {
		padding: 64px 0 58px
	}

	.lead-muted {
		font-size: 12px;
		margin-bottom: 26px
	}

	.concept-circles {
		gap: 18px;
		margin-bottom: 30px
	}

	.concept-circles div {
		width: 88px;
		height: 88px;
		font-size: 13px
	}
	.concept-circles div.sp-font{
		display: flex;
	}
	.concept-circles div.pc-font{
		display: none;
	}

	.concept-circles strong {
		font-size: 32px;
		background: url(../../images/fainas/+.png) no-repeat;
		background-position: center;
	}

	.blue-title {
		font-size: 16px;
		margin-bottom: 22px
	}
	.large-logo{
		width: 311px;
		height: 199px;
		margin: 0 auto;
	}

	.large-symbol {
		width: 72px;
		height: 72px;
		transform: scale(1.3);
		margin: 20px 0 28px
	}

	.large-symbol span:nth-child(1) {
		width: 28px;
		height: 64px
	}

	.large-symbol span:nth-child(2) {
		width: 53px;
		height: 23px
	}

	.large-symbol span:nth-child(3) {
		width: 55px;
		height: 21px
	}

	.large-word {
		font-size: 35px;
		letter-spacing: .22em
	}

	.pill-actions {
		gap: 22px;
		margin-top: 18px
	}

	.pill-actions a {
		width: 138px;
		padding: 7px 8px;
		font-size: 10px
	}

	.pill-actions strong {
		font-size: 16px
	}

	.keywords-section {
		padding: 42px 0 58px
	}

	.keyword-orbit {
		height: 311px
	}

	.orbit-line {
		width: 230px;
		height: 230px;
		margin-left: -115px;
		top: 34px
	}

	.keyword-node {
		width: 134px;
		height: 134px;
		padding-top:6px;
	}

	.keyword-node:before {
		width: 59px;
		height: 59px;
		top: 21px
	}

	.keyword-node b {
		font-size: 15px;
		margin-bottom: 17px;
	}

	.keyword-node span {
		font-size: 12px
	}

	.node-1 {
		margin-left: -67px;
        top: -13px;
	}

	.node-2 {
		left: 26%;
		top: 142px
	}

	.node-3 {
		right: 26%;
		top: 142px
	}

	.detail-section {
		padding: 42px 0
	}

	.detail-section .container:before {
		left: 0;
		top: 1px;
		width: 3px;
		height: 77px;
		border-radius: 3px
	}

	.detail-kicker,.detail-section h2,.detail-section .subtitle {
		padding-left: 12px
	}
	.detail-section .subtitle {
		font-size: 12px;
		line-height: 1.2;
	}

	.detail-section h2 {
		font-size: 22px
	}

	.detail-kicker {
		font-size:11px
	}

	.eyebrow:before,.section-kicker{
		font-size: 11px;
	}

	.eyebrow:before,.section-kicker:before {
		height: 9px;
		width: 1.5px;
		margin-right: 5px;
		vertical-align: -1px
	}
	.detail-section .detail-title-box{
		margin-bottom: 22px;
	}

	.subtitle {
		font-size: 10px;
		/* margin-bottom: 22px */
	}

	.body-copy {
		font-size: 12px;
		margin-bottom: 20px
	}

	.feature-grid {
		grid-template-columns: 1fr;
		gap: 12px
	}

	.feature-grid article {
		padding: 14px 16px 22px;
		border-left-width: 5px
	}

	.feature-grid b {
		font-size: 16px
	}

	.feature-grid h3 {
		font-size: 15px
	}

	.feature-grid p {
		font-size: 11px
	}

	.flow-title {
		font-size: 11px
	}

	.flow-row {
		grid-template-columns: 1fr;
		gap: 25px
	}

	.flow-card {
		min-height: 52px;
		padding: 8px 16px;
		display: flex;
		align-items: center;
		gap: 18px;
		/* border-left: 4px solid #7361ff; */
		border-top: 0;
		position: relative;
		background:
			linear-gradient(#6b52eb, #6b52eb) left top / 4px 100% no-repeat,
			linear-gradient(
			90deg,
				#fff 0%,
				#fff 100%
			) 4px top / 100% no-repeat,
			#fff;
		
	}

	.flow-card:not(:last-child):after {
		content: "▼";
		position: absolute;
		top: unset;
    	right: unset;
		bottom: -11px;
		left: 50%;
		transform: translateX(-50%);
		font-size: 12px;
		color: #b7beca;
		width: 0;
		height: 0;
		border-top: unset;
		border-bottom: unset;
		border-left: unset;
	}

	.flow-card b {
		margin: 0;
		font-size: 13px;
		width: 28px;
		height: 28px;
	}

	.flow-card span {
		font-size: 14px
	}

	.human-box {
		padding: 18px 16px;
		font-size: 13px
	}

	.blue-band {
		padding: 43px 0;
		font-size: 12px;
		line-height: 1.8
	}

	.site-footer {
		padding: 28px 0
	}

	.footer-inner {
		display: block
	}

	.footer-brand {
		padding-bottom: 18px;
		border-bottom: 1px solid rgba(255,255,255,.08)
	}

	.footer-links {
		padding: 16px 0;
		border-bottom: 1px solid rgba(255,255,255,.08);
		gap: 9px
	}

	.footer-links a {
		font-size: 10px
	}
}
@media (max-width:760px) {
	.node-2 {
        left: 5%;
        top: 142px;
    }
	.node-3 {
        right: 5%;
        top: 142px;
    }
}