/* Modular Access Systems flagship checkpoint — exact-site presentation only. */
.masnc-profile-modularaccesssystems .maspc-modularaccesssystems {
	--ink: #071b2e;
	--muted: #5c6975;
	--paper: #fff;
	--soft: #f2f4f5;
	--accent: #f6aa00;
	--accent-ink: #071b2e;
	--accent-text: #9a6500;
	--accent-on-dark: #f6aa00;
	--line: #d7dde1;
	--dark: #031322;
	background: #fff;
	color: #071b2e;
}

.masnc-profile-modularaccesssystems .maspc-container {
	width: min(calc(100% - 3rem), 1280px) !important;
}

.masnc-profile-modularaccesssystems .maspc-operator-bar {
	background: #031322;
	border-bottom: 1px solid rgba(255, 255, 255, .09);
	color: rgba(255, 255, 255, .56);
	font-size: 10px;
	font-weight: 750;
	letter-spacing: .14em;
	text-transform: uppercase;
}

.masnc-profile-modularaccesssystems .maspc-operator-bar .maspc-container {
	padding-block: 6px;
}

.masnc-profile-modularaccesssystems .maspc-header {
	position: sticky;
	top: 0;
	background: #051b31;
	border-color: rgba(255, 255, 255, .1);
	color: #fff;
}

.admin-bar.masnc-profile-modularaccesssystems .maspc-header {
	top: 32px;
}

.masnc-profile-modularaccesssystems .maspc-header-row {
	grid-template-columns: minmax(235px, 310px) 1fr auto;
	min-height: 96px;
}

.masnc-profile-modularaccesssystems .maspc-logo-image {
	width: auto;
	height: auto;
	overflow: visible;
	background: transparent;
}

.masnc-profile-modularaccesssystems .maspc-logo img {
	width: auto;
	max-width: 285px;
	height: 82px;
	object-fit: contain;
	object-position: left center;
}

.masnc-profile-modularaccesssystems .maspc-logo-name {
	display: none;
}

.masnc-profile-modularaccesssystems .maspc-nav-list {
	gap: clamp(16px, 1.7vw, 28px);
}

.masnc-profile-modularaccesssystems .maspc-nav-list a {
	padding-block: 20px;
	color: rgba(255, 255, 255, .72);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.masnc-profile-modularaccesssystems .maspc-nav-list a:hover,
.masnc-profile-modularaccesssystems .maspc-nav-list a[aria-current="page"] {
	color: #fff;
}

.masnc-profile-modularaccesssystems .maspc-nav-list a[aria-current="page"]::after {
	display: block;
	width: 22px;
	height: 2px;
	margin-top: 4px;
	background: #f6aa00;
	content: "";
}

.masnc-profile-modularaccesssystems .maspc-header-cta,
.masnc-profile-modularaccesssystems .maspc-button-primary {
	min-height: 50px;
	padding: 14px 22px;
	background: #f6aa00;
	color: #071b2e !important;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.masnc-profile-modularaccesssystems .maspc-header-cta:hover,
.masnc-profile-modularaccesssystems .maspc-button-primary:hover {
	background: #ffc13d;
	transform: translateY(-1px);
}

.masnc-profile-modularaccesssystems .maspc-button-secondary {
	min-height: 50px;
	padding: 13px 21px;
	border: 1px solid rgba(255, 255, 255, .4);
	color: #fff !important;
	font-size: 12px;
	font-weight: 850;
	letter-spacing: .07em;
	text-transform: uppercase;
}

.home.masnc-profile-modularaccesssystems .maspc-hero:not(.maspc-inner-hero) {
	min-height: clamp(700px, calc(100svh - 122px), 840px);
	background: #031322;
	color: #fff;
}

.home.masnc-profile-modularaccesssystems .maspc-hero:not(.maspc-inner-hero)::before {
	z-index: 2;
	top: auto;
	right: auto;
	bottom: 0;
	left: 0;
	width: 52%;
	height: 62%;
	border: 0;
	border-radius: 0;
	background-image: linear-gradient(rgba(246, 170, 0, .055) 1px, transparent 1px), linear-gradient(90deg, rgba(246, 170, 0, .055) 1px, transparent 1px);
	background-size: 42px 42px;
	box-shadow: none;
	opacity: .45;
}

.home.masnc-profile-modularaccesssystems .maspc-hero:not(.maspc-inner-hero)::after {
	position: absolute;
	z-index: 1;
	inset: 0;
	background: linear-gradient(90deg, rgba(3, 19, 34, .98) 0%, rgba(3, 19, 34, .93) 38%, rgba(3, 19, 34, .42) 69%, rgba(3, 19, 34, .18) 100%);
	content: "";
}

.home.masnc-profile-modularaccesssystems .maspc-hero:not(.maspc-inner-hero) .maspc-hero-grid {
	display: block;
	min-height: clamp(700px, calc(100svh - 122px), 840px);
	padding-block: clamp(90px, 12vh, 130px);
}

/* Match the shared layer's specificity so its general managed-home grid cannot
   pull the full-bleed MAS hero back into a two-column card composition. */
.home.masnc-active.masnc-profile-modularaccesssystems .maspc-shell .maspc-hero:not(.maspc-inner-hero) .maspc-hero-grid {
	display: block;
	grid-template-columns: none;
	min-height: clamp(700px, calc(100svh - 122px), 840px);
	padding-block: clamp(90px, 12vh, 130px);
}

.home.masnc-profile-modularaccesssystems .maspc-hero:not(.maspc-inner-hero) .maspc-hero-copy {
	position: relative;
	z-index: 3;
	width: min(690px, 58vw);
}

.home.masnc-profile-modularaccesssystems .maspc-hero:not(.maspc-inner-hero) .maspc-hero-visual {
	position: absolute;
	z-index: 0;
	top: 0;
	bottom: 0;
	left: 50%;
	width: 100vw;
	min-height: 0;
	transform: translateX(-50%);
	border-radius: 0;
	background: #031322;
	box-shadow: none;
}

.home.masnc-active.masnc-profile-modularaccesssystems .maspc-shell .maspc-hero:not(.maspc-inner-hero) .maspc-hero-visual {
	position: absolute;
	z-index: 0;
	top: 0;
	bottom: 0;
	left: 50%;
	width: 100vw;
	min-height: 0;
	transform: translateX(-50%);
	border-radius: 0;
	background: #031322;
	box-shadow: none;
}

.home.masnc-profile-modularaccesssystems .maspc-hero:not(.maspc-inner-hero) .maspc-hero-visual::after {
	display: none;
}

.home.masnc-profile-modularaccesssystems .maspc-hero:not(.maspc-inner-hero) .maspc-hero-visual > .masnc-media-slot--hero,
.home.masnc-profile-modularaccesssystems .maspc-hero:not(.maspc-inner-hero) .maspc-hero-visual img.masnc-managed-media {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border-radius: 0;
	object-fit: cover;
	object-position: 66% 50%;
}

.home.masnc-profile-modularaccesssystems .maspc-hero:not(.maspc-inner-hero) .maspc-hero-visual > span {
	z-index: 3;
	right: 24px;
	bottom: 22px;
	padding: 9px 12px;
	border: 1px solid rgba(255, 255, 255, .12);
	background: rgba(3, 19, 34, .76);
	color: rgba(255, 255, 255, .5);
	font-size: 9px;
	letter-spacing: .13em;
}

.home.masnc-profile-modularaccesssystems .maspc-hero:not(.maspc-inner-hero) .maspc-eyebrow {
	display: flex;
	align-items: center;
	gap: 13px;
	margin-bottom: 26px;
	color: #f6aa00;
	font-size: 11px;
	letter-spacing: .2em;
}

.home.masnc-profile-modularaccesssystems .maspc-hero:not(.maspc-inner-hero) .maspc-eyebrow::before {
	width: 38px;
	height: 1px;
	background: currentColor;
	content: "";
}

.home.masnc-profile-modularaccesssystems .maspc-hero:not(.maspc-inner-hero) h1,
.masnc-profile-modularaccesssystems .maspc-inner-hero h1,
.masnc-profile-modularaccesssystems .maspc-section-heading h2,
.masnc-profile-modularaccesssystems .masfs-detail-next h2 {
	font-family: "Arial Narrow", "Roboto Condensed", Impact, sans-serif;
	font-weight: 900;
	letter-spacing: -.035em;
}

.home.masnc-profile-modularaccesssystems .maspc-hero:not(.maspc-inner-hero) h1 {
	max-width: 730px;
	margin: 0;
	font-size: clamp(4rem, 7vw, 7.5rem);
	line-height: .84;
	text-transform: uppercase;
}

.home.masnc-active.masnc-profile-modularaccesssystems .maspc-shell .maspc-hero:not(.maspc-inner-hero) h1 {
	max-width: 730px;
	color: #fff !important;
	font-size: clamp(4rem, 7vw, 7.5rem);
	line-height: .84;
}

.masnc-profile-modularaccesssystems .maspc-inner-hero h1,
.masnc-profile-modularaccesssystems .masfs-process h2,
.masnc-profile-modularaccesssystems .masfs-process h3,
.masnc-profile-modularaccesssystems .masfs-inquiry h2,
.masnc-profile-modularaccesssystems .masfs-detail-inputs h2,
.masnc-profile-modularaccesssystems .masfs-detail-inputs h3 {
	color: #fff !important;
}

.home.masnc-profile-modularaccesssystems .maspc-hero:not(.maspc-inner-hero) .maspc-lede {
	max-width: 630px;
	margin-top: 28px;
	color: rgba(255, 255, 255, .74);
	font-size: clamp(1rem, 1.45vw, 1.22rem);
	line-height: 1.62;
}

.masnc-profile-modularaccesssystems .masfs-service-strip {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	max-width: 640px;
	margin-top: 42px;
	border: 1px solid rgba(255, 255, 255, .16);
	background: rgba(255, 255, 255, .13);
}

.masnc-profile-modularaccesssystems .masfs-service-strip span {
	display: block;
	padding: 14px 18px;
	border-right: 1px solid rgba(255, 255, 255, .16);
	background: rgba(5, 27, 49, .84);
	font-size: 11px;
	font-weight: 850;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.masnc-profile-modularaccesssystems .masfs-service-strip span:last-child {
	border-right: 0;
}

.masnc-profile-modularaccesssystems .masfs-service-strip b {
	display: block;
	margin-bottom: 3px;
	color: rgba(255, 255, 255, .38);
	font-size: 9px;
	letter-spacing: .18em;
}

.masnc-profile-modularaccesssystems .masfs-intro {
	border-bottom: 1px solid #d7dde1;
	background: #fff;
}

.masnc-profile-modularaccesssystems .masfs-intro .maspc-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding-block: 19px;
}

.masnc-profile-modularaccesssystems .masfs-intro p,
.masnc-profile-modularaccesssystems .masfs-intro a {
	margin: 0;
	font-size: 11px;
	font-weight: 850;
	letter-spacing: .14em;
	text-transform: uppercase;
}

.masnc-profile-modularaccesssystems .masfs-intro p {
	color: #5c6975;
}

.masnc-profile-modularaccesssystems .masfs-intro a {
	text-decoration: none;
}

.masnc-profile-modularaccesssystems .masfs-intro a span {
	margin-left: 8px;
	color: #f6aa00;
}

.masnc-profile-modularaccesssystems .maspc-section {
	padding-block: clamp(76px, 8vw, 112px);
}

.masnc-profile-modularaccesssystems .maspc-section-heading {
	margin: 0;
}

.masnc-profile-modularaccesssystems .maspc-section-heading > p {
	margin-bottom: 14px;
	color: #a56c00;
	font-size: 11px;
	letter-spacing: .18em;
}

.masnc-profile-modularaccesssystems .maspc-section-heading h2 {
	font-size: clamp(2.65rem, 4.5vw, 4.9rem);
	line-height: .94;
	text-transform: uppercase;
}

.masnc-profile-modularaccesssystems .maspc-section-heading > span {
	margin-top: 24px;
	color: #5c6975;
	font-size: 17px;
	line-height: 1.7;
}

.masnc-profile-modularaccesssystems .masfs-heading-row {
	display: grid;
	grid-template-columns: minmax(0, .83fr) minmax(0, 1.17fr);
	align-items: end;
	gap: clamp(50px, 8vw, 120px);
}

.masnc-profile-modularaccesssystems .masfs-heading-row > p {
	justify-self: end;
	max-width: 690px;
	margin: 0;
	color: #5c6975;
	font-size: 18px;
	line-height: 1.75;
}

.masnc-profile-modularaccesssystems .masfs-applications,
.masnc-profile-modularaccesssystems .masfs-resources,
.masnc-profile-modularaccesssystems .masfs-detail-challenge,
.masnc-profile-modularaccesssystems .masfs-detail-next {
	background: #f3f5f6 !important;
}

.masnc-profile-modularaccesssystems .masfs-application-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 50px;
	border: 1px solid #d7dde1;
	background: #fff;
}

.masnc-profile-modularaccesssystems .masfs-application-grid > a {
	position: relative;
	display: flex;
	min-height: 330px;
	flex-direction: column;
	padding: 38px;
	border-right: 1px solid #d7dde1;
	text-decoration: none;
	transition: background 180ms ease, color 180ms ease;
}

.masnc-profile-modularaccesssystems .masfs-application-grid > a:last-child {
	border-right: 0;
}

.masnc-profile-modularaccesssystems .masfs-application-grid > a:hover {
	background: #051b31;
	color: #fff;
}

.masnc-profile-modularaccesssystems .masfs-application-grid > a:hover h3 {
	color: #fff !important;
}

.masnc-profile-modularaccesssystems .masfs-application-grid span {
	position: absolute;
	top: 38px;
	right: 38px;
	color: #7890a2;
	font-size: 10px;
	font-weight: 850;
	letter-spacing: .16em;
}

.masnc-profile-modularaccesssystems .masfs-application-grid b {
	display: grid;
	width: 58px;
	height: 42px;
	place-items: center;
	border: 1px solid #f6aa00;
	color: #b57700;
	font-size: 10px;
	letter-spacing: .1em;
}

.masnc-profile-modularaccesssystems .masfs-application-grid h3,
.masnc-profile-modularaccesssystems .masfs-capability-grid h3,
.masnc-profile-modularaccesssystems .masfs-resource-grid h3 {
	margin: auto 0 8px;
	font-size: clamp(1.55rem, 2.5vw, 2rem);
	letter-spacing: -.035em;
	line-height: 1.08;
}

.masnc-profile-modularaccesssystems .masfs-application-grid p,
.masnc-profile-modularaccesssystems .masfs-capability-grid p,
.masnc-profile-modularaccesssystems .masfs-resource-grid p {
	margin: 0;
	color: #5c6975;
	font-size: 14px;
	line-height: 1.7;
}

.masnc-profile-modularaccesssystems .masfs-application-grid a:hover p {
	color: rgba(255, 255, 255, .64);
}

.masnc-profile-modularaccesssystems .masfs-application-grid i {
	position: absolute;
	right: 38px;
	bottom: 34px;
	color: #f6aa00;
	font-style: normal;
	font-size: 22px;
}

.masnc-profile-modularaccesssystems .masfs-capability-layout,
.masnc-profile-modularaccesssystems .masfs-specialist-layout {
	display: grid;
	grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr);
	gap: clamp(55px, 8vw, 120px);
}

.masnc-profile-modularaccesssystems .masfs-capability-layout .maspc-text-link {
	margin-top: 32px;
	font-size: 14px;
	text-decoration: none;
}

.masnc-profile-modularaccesssystems .masfs-capability-layout .maspc-text-link span {
	color: #f6aa00;
}

.masnc-profile-modularaccesssystems .masfs-capability-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	border: 1px solid #d7dde1;
}

.masnc-profile-modularaccesssystems .masfs-capability-grid article {
	display: flex;
	min-height: 275px;
	flex-direction: column;
	padding: 32px;
	border-right: 1px solid #d7dde1;
	border-bottom: 1px solid #d7dde1;
}

.masnc-profile-modularaccesssystems .masfs-capability-grid article:nth-child(2n) {
	border-right: 0;
}

.masnc-profile-modularaccesssystems .masfs-capability-grid article:nth-child(n+3) {
	border-bottom: 0;
}

.masnc-profile-modularaccesssystems .masfs-capability-grid article > b,
.masnc-profile-modularaccesssystems .masfs-resource-grid article > b,
.masnc-profile-modularaccesssystems .masfs-detail-inputs article > b {
	width: fit-content;
	padding-bottom: 5px;
	border-bottom: 2px solid #f6aa00;
	color: #7890a2;
	font-size: 10px;
	letter-spacing: .15em;
}

.masnc-profile-modularaccesssystems .masfs-process,
.masnc-profile-modularaccesssystems .masfs-detail-inputs {
	position: relative;
	overflow: hidden;
	background: #051b31 !important;
	color: #fff;
}

.masnc-profile-modularaccesssystems .masfs-process::before,
.masnc-profile-modularaccesssystems .masfs-detail-inputs::before {
	position: absolute;
	inset: 0;
	background-image: linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
	background-size: 48px 48px;
	content: "";
}

.masnc-profile-modularaccesssystems .masfs-process .maspc-container,
.masnc-profile-modularaccesssystems .masfs-detail-inputs .maspc-container {
	position: relative;
}

.masnc-profile-modularaccesssystems .masfs-process .maspc-section-heading > p,
.masnc-profile-modularaccesssystems .masfs-detail-inputs .maspc-section-heading > p {
	color: #f6aa00;
}

.masnc-profile-modularaccesssystems .masfs-process .masfs-heading-row > p {
	color: rgba(255, 255, 255, .62);
}

.masnc-profile-modularaccesssystems .masfs-process ol {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin: 56px 0 0;
	padding: 0;
	border-block: 1px solid rgba(255, 255, 255, .16);
	list-style: none;
}

.masnc-profile-modularaccesssystems .masfs-process li {
	min-height: 285px;
	padding: 34px 28px;
	border-right: 1px solid rgba(255, 255, 255, .16);
}

.masnc-profile-modularaccesssystems .masfs-process li:last-child {
	border-right: 0;
}

.masnc-profile-modularaccesssystems .masfs-process li > b {
	color: #f6aa00;
	font-size: 11px;
	letter-spacing: .16em;
}

.masnc-profile-modularaccesssystems .masfs-process h3 {
	margin: 68px 0 12px;
	font-size: 23px;
	letter-spacing: -.03em;
}

.masnc-profile-modularaccesssystems .masfs-process li p {
	margin: 0;
	color: rgba(255, 255, 255, .58);
	font-size: 14px;
	line-height: 1.7;
}

.masnc-profile-modularaccesssystems .masfs-resource-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 50px;
	border: 1px solid #d7dde1;
	background: #d7dde1;
	gap: 1px;
}

.masnc-profile-modularaccesssystems .masfs-resource-grid article {
	display: flex;
	min-height: 260px;
	flex-direction: column;
	padding: 36px;
	background: #fff;
}

.masnc-profile-modularaccesssystems .masfs-early-stage {
	display: flex;
	align-items: flex-start;
	gap: 13px;
	max-width: 860px;
	margin: 32px 0 0;
	padding-left: 18px;
	border-left: 2px solid #f6aa00;
	color: #5c6975;
	font-size: 14px;
}

.masnc-profile-modularaccesssystems .masfs-early-stage span {
	color: #b57700;
	font-weight: 900;
}

.masnc-profile-modularaccesssystems .masfs-specialist-list {
	border-top: 1px solid #d7dde1;
}

.masnc-profile-modularaccesssystems .masfs-specialist-list > a {
	display: grid;
	grid-template-columns: minmax(170px, .58fr) 1fr auto;
	align-items: center;
	gap: 24px;
	padding: 22px 20px;
	border-bottom: 1px solid #d7dde1;
	text-decoration: none;
	transition: background 160ms ease;
}

.masnc-profile-modularaccesssystems .masfs-specialist-list > a:hover {
	background: #f3f5f6;
}

.masnc-profile-modularaccesssystems .masfs-specialist-list b {
	font-size: 19px;
	line-height: 1.15;
}

.masnc-profile-modularaccesssystems .masfs-specialist-list small {
	display: block;
	margin-top: 5px;
	color: #7890a2;
	font-size: 10px;
	font-weight: 600;
	letter-spacing: .08em;
}

.masnc-profile-modularaccesssystems .masfs-specialist-list > a > span {
	color: #5c6975;
	font-size: 14px;
}

.masnc-profile-modularaccesssystems .masfs-specialist-list i {
	color: #b57700;
	font-style: normal;
	font-size: 20px;
}

.masnc-profile-modularaccesssystems .masfs-inquiry {
	background: #f3f5f6 !important;
}

.masnc-profile-modularaccesssystems .masfs-inquiry-box {
	display: grid;
	grid-template-columns: minmax(0, .82fr) minmax(440px, 1.18fr);
	overflow: hidden;
	border-left: 5px solid #f6aa00;
	background: #051b31;
	color: #fff;
}

.masnc-profile-modularaccesssystems .masfs-inquiry-copy {
	padding: clamp(38px, 5vw, 68px);
}

.masnc-profile-modularaccesssystems .masfs-inquiry .maspc-section-heading > p {
	color: #f6aa00;
}

.masnc-profile-modularaccesssystems .masfs-inquiry .maspc-section-heading > span {
	color: rgba(255, 255, 255, .64);
}

.masnc-profile-modularaccesssystems .masfs-inquiry-copy ul {
	margin: 32px 0 0;
	padding: 0;
	list-style: none;
}

.masnc-profile-modularaccesssystems .masfs-inquiry-copy li {
	position: relative;
	padding: 8px 0 8px 28px;
	color: rgba(255, 255, 255, .72);
	font-size: 14px;
}

.masnc-profile-modularaccesssystems .masfs-inquiry-copy li::before {
	position: absolute;
	left: 0;
	color: #f6aa00;
	content: "✓";
	font-weight: 900;
}

.masnc-profile-modularaccesssystems .masfs-inquiry .maspc-panel {
	margin: 22px;
	padding: clamp(28px, 4vw, 48px);
	border-top: 0;
	background: #fff;
	color: #071b2e;
	box-shadow: none;
}

.masnc-profile-modularaccesssystems .masfs-inquiry .maspc-structured-fields {
	background: #f3f5f6;
}

.masnc-profile-modularaccesssystems .maspc-inner-hero {
	background: #051b31;
	color: #fff;
}

.masnc-profile-modularaccesssystems .maspc-inner-hero::before {
	display: none;
}

.masnc-profile-modularaccesssystems .maspc-inner-hero .maspc-hero-grid {
	min-height: 600px;
	padding-block: 70px;
}

.masnc-profile-modularaccesssystems .maspc-inner-hero .maspc-eyebrow {
	color: #f6aa00;
}

.masnc-profile-modularaccesssystems .maspc-inner-hero h1 {
	font-size: clamp(3.7rem, 7vw, 7rem);
	line-height: .86;
	text-transform: uppercase;
}

.masnc-profile-modularaccesssystems .maspc-inner-hero .maspc-lede {
	color: rgba(255, 255, 255, .68);
	font-size: 18px;
}

.masnc-profile-modularaccesssystems .maspc-inner-hero .maspc-hero-visual {
	overflow: hidden;
	box-shadow: none;
}

.masnc-profile-modularaccesssystems .maspc-inner-hero .maspc-hero-visual > img {
	height: 480px;
	object-position: 64% 50%;
}

.masnc-profile-modularaccesssystems .masfs-detail-pair {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 34px;
}

.masnc-profile-modularaccesssystems .masfs-detail-pair article {
	padding-top: 24px;
	border-top: 2px solid #f6aa00;
}

.masnc-profile-modularaccesssystems .masfs-detail-pair article:last-child {
	border-color: #051b31;
}

.masnc-profile-modularaccesssystems .masfs-detail-pair h2 {
	margin: 0 0 14px;
	font-size: 20px;
}

.masnc-profile-modularaccesssystems .masfs-detail-pair p {
	margin: 0;
	color: #5c6975;
	line-height: 1.72;
}

.masnc-profile-modularaccesssystems .masfs-detail-scope ol {
	margin: 0;
	padding: 0;
	border-top: 1px solid #d7dde1;
	list-style: none;
}

.masnc-profile-modularaccesssystems .masfs-detail-scope li {
	display: grid;
	grid-template-columns: 38px 1fr;
	align-items: center;
	gap: 20px;
	padding: 22px 0;
	border-bottom: 1px solid #d7dde1;
}

.masnc-profile-modularaccesssystems .masfs-detail-scope li b {
	display: grid;
	width: 34px;
	height: 34px;
	place-items: center;
	background: #051b31;
	color: #f6aa00;
	font-size: 10px;
}

.masnc-profile-modularaccesssystems .masfs-detail-scope li span {
	font-weight: 700;
}

.masnc-profile-modularaccesssystems .masfs-detail-inputs .maspc-section-heading {
	max-width: 760px;
}

.masnc-profile-modularaccesssystems .masfs-detail-inputs .maspc-section-heading + div {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 50px;
	border: 1px solid rgba(255, 255, 255, .16);
}

.masnc-profile-modularaccesssystems .masfs-detail-inputs article {
	min-height: 245px;
	padding: 30px;
	border-right: 1px solid rgba(255, 255, 255, .16);
	border-bottom: 1px solid rgba(255, 255, 255, .16);
}

.masnc-profile-modularaccesssystems .masfs-detail-inputs article:nth-child(3n) {
	border-right: 0;
}

.masnc-profile-modularaccesssystems .masfs-detail-inputs article:nth-child(n+4) {
	border-bottom: 0;
}

.masnc-profile-modularaccesssystems .masfs-detail-inputs h3 {
	margin: 62px 0 10px;
	font-size: 20px;
}

.masnc-profile-modularaccesssystems .masfs-detail-inputs p {
	margin: 0;
	color: rgba(255, 255, 255, .58);
	font-size: 14px;
	line-height: 1.7;
}

.masnc-profile-modularaccesssystems .masfs-detail-next .maspc-container {
	display: grid;
	grid-template-columns: 1fr auto;
	align-items: center;
	gap: 50px;
	padding: 38px 42px;
	border-left: 5px solid #f6aa00;
	background: #fff;
}

.masnc-profile-modularaccesssystems .masfs-detail-next p {
	margin: 0 0 10px;
	color: #a56c00;
	font-size: 11px;
	font-weight: 850;
	letter-spacing: .18em;
	text-transform: uppercase;
}

.masnc-profile-modularaccesssystems .masfs-detail-next h2 {
	max-width: 900px;
	margin: 0;
	font-size: clamp(2rem, 3.5vw, 3.6rem);
	line-height: .98;
	text-transform: uppercase;
}

.masnc-profile-modularaccesssystems .masfs-detail-next span {
	display: block;
	max-width: 760px;
	margin-top: 14px;
	color: #5c6975;
}

.masnc-profile-modularaccesssystems .maspc-footer {
	padding-top: 68px;
	background: #031322;
}

.masnc-profile-modularaccesssystems .maspc-footer-grid {
	grid-template-columns: 1.25fr repeat(3, .75fr);
}

.masnc-profile-modularaccesssystems .maspc-footer-brand .maspc-logo-image img {
	max-width: 270px;
	height: 150px;
	object-position: left center;
}

.masnc-profile-modularaccesssystems .maspc-footer-brand p {
	max-width: 420px;
	color: rgba(255, 255, 255, .58);
	line-height: 1.7;
}

.masnc-profile-modularaccesssystems .maspc-footer h2 {
	color: #f6aa00;
	font-size: 10px;
	letter-spacing: .17em;
}

.masnc-profile-modularaccesssystems .maspc-footer li a {
	color: rgba(255, 255, 255, .64);
}

@media (max-width: 1120px) {
	.masnc-profile-modularaccesssystems .maspc-header-row {
		grid-template-columns: 1fr auto auto;
	}

	.masnc-profile-modularaccesssystems .maspc-nav-toggle {
		display: inline-flex;
		border-color: rgba(255, 255, 255, .28);
		background: transparent;
		color: #fff;
	}

	.masnc-profile-modularaccesssystems .maspc-nav {
		position: relative;
		order: 2;
	}

	.masnc-profile-modularaccesssystems .maspc-nav-list {
		position: absolute;
		top: calc(100% + 12px);
		right: 0;
		z-index: 60;
		width: min(340px, calc(100vw - 48px));
		flex-direction: column;
		align-items: stretch;
		gap: 0;
		padding: 12px;
		border: 1px solid rgba(255, 255, 255, .14);
		background: #051b31;
		box-shadow: 0 22px 55px rgba(0, 0, 0, .24);
	}

	.masnc-profile-modularaccesssystems .maspc-nav.maspc-enhanced .maspc-nav-list {
		display: none;
	}

	.masnc-profile-modularaccesssystems .maspc-nav.maspc-enhanced.is-open .maspc-nav-list {
		display: flex;
	}

	.masnc-profile-modularaccesssystems .maspc-nav-list {
		border-color: rgba(255, 255, 255, .12);
		background: #051b31;
		color: #fff;
	}

	.masnc-profile-modularaccesssystems .maspc-nav-list a {
		padding: 16px 14px;
	}

	.masnc-profile-modularaccesssystems .maspc-footer-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 820px) {
	.admin-bar.masnc-profile-modularaccesssystems .maspc-header {
		top: 46px;
	}

	.masnc-profile-modularaccesssystems .maspc-container {
		width: min(calc(100% - 2rem), 1280px) !important;
	}

	.masnc-profile-modularaccesssystems .maspc-operator-bar {
		display: none;
	}

	.masnc-profile-modularaccesssystems .maspc-header-row {
		min-height: 82px;
	}

	.masnc-profile-modularaccesssystems .maspc-logo img {
		max-width: 190px;
		height: 68px;
	}

	.masnc-profile-modularaccesssystems .maspc-header-cta {
		display: none;
	}

	.home.masnc-profile-modularaccesssystems .maspc-hero:not(.maspc-inner-hero),
	.home.masnc-profile-modularaccesssystems .maspc-hero:not(.maspc-inner-hero) .maspc-hero-grid {
		min-height: 750px;
	}

	.home.masnc-active.masnc-profile-modularaccesssystems .maspc-shell .maspc-hero:not(.maspc-inner-hero) .maspc-hero-grid {
		display: flex;
		min-height: 750px;
		align-items: flex-end;
		padding-block: 72px 34px;
	}

	.home.masnc-profile-modularaccesssystems .maspc-hero:not(.maspc-inner-hero)::after {
		background: linear-gradient(180deg, rgba(3, 19, 34, .58) 0%, rgba(3, 19, 34, .72) 42%, rgba(3, 19, 34, .99) 76%, #031322 100%);
	}

	.home.masnc-profile-modularaccesssystems .maspc-hero:not(.maspc-inner-hero) .maspc-hero-grid {
		display: flex;
		align-items: flex-end;
		padding-block: 72px 34px;
	}

	.home.masnc-profile-modularaccesssystems .maspc-hero:not(.maspc-inner-hero) .maspc-hero-copy {
		width: 100%;
	}

	.home.masnc-profile-modularaccesssystems .maspc-hero:not(.maspc-inner-hero) .maspc-hero-visual img.masnc-managed-media {
		object-position: 68% 45%;
	}

	.home.masnc-profile-modularaccesssystems .maspc-hero:not(.maspc-inner-hero) h1 {
		font-size: clamp(3.4rem, 15vw, 5.2rem);
	}

	.home.masnc-active.masnc-profile-modularaccesssystems .maspc-shell .maspc-hero:not(.maspc-inner-hero) h1 {
		max-width: none;
		font-size: clamp(3.4rem, 15vw, 5.2rem);
		line-height: .88;
	}

	.masnc-profile-modularaccesssystems .masfs-service-strip {
		margin-top: 32px;
	}

	.masnc-profile-modularaccesssystems .masfs-service-strip span {
		padding: 12px 10px;
		font-size: 9px;
	}

	.masnc-profile-modularaccesssystems .masfs-heading-row,
	.masnc-profile-modularaccesssystems .masfs-capability-layout,
	.masnc-profile-modularaccesssystems .masfs-specialist-layout,
	.masnc-profile-modularaccesssystems .masfs-detail-next .maspc-container {
		grid-template-columns: 1fr;
	}

	.masnc-profile-modularaccesssystems .masfs-heading-row > p {
		justify-self: start;
	}

	.masnc-profile-modularaccesssystems .masfs-application-grid,
	.masnc-profile-modularaccesssystems .masfs-resource-grid,
	.masnc-profile-modularaccesssystems .masfs-detail-inputs .maspc-section-heading + div {
		grid-template-columns: 1fr;
	}

	.masnc-profile-modularaccesssystems .masfs-application-grid > a {
		min-height: 270px;
		border-right: 0;
		border-bottom: 1px solid #d7dde1;
	}

	.masnc-profile-modularaccesssystems .masfs-application-grid > a:last-child {
		border-bottom: 0;
	}

	.masnc-profile-modularaccesssystems .masfs-process ol {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.masnc-profile-modularaccesssystems .masfs-process li:nth-child(2) {
		border-right: 0;
	}

	.masnc-profile-modularaccesssystems .masfs-process li:nth-child(-n+2) {
		border-bottom: 1px solid rgba(255, 255, 255, .16);
	}

	.masnc-profile-modularaccesssystems .masfs-inquiry-box {
		grid-template-columns: 1fr;
	}

	.masnc-profile-modularaccesssystems .masfs-detail-inputs article,
	.masnc-profile-modularaccesssystems .masfs-detail-inputs article:nth-child(3n),
	.masnc-profile-modularaccesssystems .masfs-detail-inputs article:nth-child(n+4) {
		border-right: 0;
		border-bottom: 1px solid rgba(255, 255, 255, .16);
	}

	.masnc-profile-modularaccesssystems .masfs-detail-inputs article:last-child {
		border-bottom: 0;
	}

	.masnc-profile-modularaccesssystems .maspc-inner-hero .maspc-hero-grid {
		grid-template-columns: 1fr;
		padding-block: 58px;
	}

	.masnc-profile-modularaccesssystems .maspc-inner-hero .maspc-hero-visual > img {
		height: 380px;
	}
}

@media (max-width: 560px) {
	.masnc-profile-modularaccesssystems .maspc-header-row {
		grid-template-columns: 1fr auto;
	}

	.masnc-profile-modularaccesssystems .maspc-nav {
		order: 2;
	}

	.masnc-profile-modularaccesssystems .maspc-nav-list {
		position: fixed;
		top: 82px;
		right: 16px;
		left: 16px;
		width: auto;
		padding: 14px;
	}

	.admin-bar.masnc-profile-modularaccesssystems .maspc-nav-list {
		top: 128px;
	}

	.masnc-profile-modularaccesssystems .masfs-intro a {
		display: none;
	}

	.home.masnc-profile-modularaccesssystems .maspc-hero:not(.maspc-inner-hero),
	.home.masnc-profile-modularaccesssystems .maspc-hero:not(.maspc-inner-hero) .maspc-hero-grid {
		min-height: 780px;
	}

	.home.masnc-active.masnc-profile-modularaccesssystems .maspc-shell .maspc-hero:not(.maspc-inner-hero) .maspc-hero-grid {
		min-height: 780px;
	}

	.home.masnc-profile-modularaccesssystems .maspc-hero:not(.maspc-inner-hero) .maspc-eyebrow {
		font-size: 9px;
	}

	.home.masnc-profile-modularaccesssystems .maspc-hero:not(.maspc-inner-hero) .maspc-actions {
		flex-direction: column;
	}

	.home.masnc-profile-modularaccesssystems .maspc-hero:not(.maspc-inner-hero) .maspc-button {
		width: 100%;
	}

	.masnc-profile-modularaccesssystems .masfs-service-strip {
		grid-template-columns: repeat(2, 1fr);
	}

	.masnc-profile-modularaccesssystems .masfs-service-strip span:nth-child(2) {
		border-right: 0;
	}

	.masnc-profile-modularaccesssystems .masfs-service-strip span:nth-child(-n+2) {
		border-bottom: 1px solid rgba(255, 255, 255, .16);
	}

	.masnc-profile-modularaccesssystems .maspc-section-heading h2 {
		font-size: clamp(2.35rem, 12vw, 3.5rem);
	}

	.masnc-profile-modularaccesssystems .masfs-capability-grid,
	.masnc-profile-modularaccesssystems .masfs-detail-pair,
	.masnc-profile-modularaccesssystems .masfs-process ol {
		grid-template-columns: 1fr;
	}

	.masnc-profile-modularaccesssystems .masfs-capability-grid article,
	.masnc-profile-modularaccesssystems .masfs-capability-grid article:nth-child(2n),
	.masnc-profile-modularaccesssystems .masfs-capability-grid article:nth-child(n+3),
	.masnc-profile-modularaccesssystems .masfs-process li {
		border-right: 0;
		border-bottom: 1px solid #d7dde1;
	}

	.masnc-profile-modularaccesssystems .masfs-capability-grid article:last-child,
	.masnc-profile-modularaccesssystems .masfs-process li:last-child {
		border-bottom: 0;
	}

	.masnc-profile-modularaccesssystems .masfs-process li {
		min-height: 240px;
	}

	.masnc-profile-modularaccesssystems .masfs-specialist-list > a {
		grid-template-columns: 1fr auto;
	}

	.masnc-profile-modularaccesssystems .masfs-specialist-list > a > span {
		grid-column: 1 / -1;
	}

	.masnc-profile-modularaccesssystems .masfs-inquiry-box {
		width: 100%;
	}

	.masnc-profile-modularaccesssystems .masfs-inquiry-copy {
		padding: 34px 26px;
	}

	.masnc-profile-modularaccesssystems .masfs-inquiry .maspc-panel {
		margin: 0;
	}

	.masnc-profile-modularaccesssystems .masfs-detail-next .maspc-container {
		padding: 32px 26px;
	}

	.masnc-profile-modularaccesssystems .maspc-footer-grid {
		grid-template-columns: 1fr;
	}
}

@media (prefers-reduced-motion: reduce) {
	.masnc-profile-modularaccesssystems *,
	.masnc-profile-modularaccesssystems *::before,
	.masnc-profile-modularaccesssystems *::after {
		scroll-behavior: auto !important;
		transition-duration: .01ms !important;
	}
}
