@font-face {
	font-family: "NRS Inter";
	font-style: normal;
	font-weight: 100 900;
	font-display: swap;
	src: url("../../fonts/inter-variable.woff2") format("woff2");
}

@font-face {
	font-family: "NRS Manrope";
	font-style: normal;
	font-weight: 200 800;
	font-display: swap;
	src: url("../../fonts/manrope-variable.woff2") format("woff2");
}

/*
 * EMG/NIRS Wearable Device product page.
 * Exact endpoints: desktop 251:3255 (1440px) and mobile 276:2726 (393px).
 */

body.nrs-page-emg-nirs-wearable-device.nrs-route-legacy:not(.fusion-builder-live) .avada-page-titlebar-wrapper {
	display: none !important;
}

body.nrs-page-emg-nirs-wearable-device.nrs-route-legacy:not(.fusion-builder-live) #main,
body.nrs-page-emg-nirs-wearable-device.nrs-route-legacy:not(.fusion-builder-live) #main > .fusion-row,
body.nrs-page-emg-nirs-wearable-device.nrs-route-legacy:not(.fusion-builder-live) #content,
body.nrs-page-emg-nirs-wearable-device.nrs-route-legacy:not(.fusion-builder-live) #content > article,
body.nrs-page-emg-nirs-wearable-device.nrs-route-legacy:not(.fusion-builder-live) #content .project-content,
body.nrs-page-emg-nirs-wearable-device.nrs-route-legacy:not(.fusion-builder-live) #content .project-description {
	float: none !important;
	width: 100% !important;
	max-width: none !important;
	padding: 0 !important;
	margin: 0 !important;
}

body.nrs-page-emg-nirs-wearable-device.nrs-route-legacy:not(.fusion-builder-live) #main {
	background: #fff !important;
}

body.nrs-page-emg-nirs-wearable-device.nrs-route-legacy:not(.fusion-builder-live) #content > :not(article),
body.nrs-page-emg-nirs-wearable-device.nrs-route-legacy:not(.fusion-builder-live) #content > article > :not(.project-content),
body.nrs-page-emg-nirs-wearable-device.nrs-route-legacy:not(.fusion-builder-live) #content .project-content > :not(.project-description),
body.nrs-page-emg-nirs-wearable-device.nrs-route-legacy:not(.fusion-builder-live) #content .project-description > h3 {
	display: none !important;
}

body.nrs-page-emg-nirs-wearable-device.nrs-route-legacy:not(.fusion-builder-live) #wrapper,
body.nrs-page-emg-nirs-wearable-device.nrs-route-legacy:not(.fusion-builder-live) .fusion-wrapper {
	background: #fff;
}

body.nrs-page-emg-nirs-wearable-device.nrs-route-legacy {
	background: #fff;
}

.nrs-emg-nirs-wearable-device-hero,
.nrs-emg-nirs-wearable-device-details,
.nrs-emg-nirs-wearable-device-related,
.nrs-emg-nirs-wearable-device-reach,
.nrs-emg-nirs-wearable-device-cta {
	width: 100%;
	max-width: none;
	font-family: "NRS Inter", Inter, var(--body_typography-font-family, Arial, sans-serif);
}

.nrs-emg-nirs-wearable-device-hero *,
.nrs-emg-nirs-wearable-device-hero *::before,
.nrs-emg-nirs-wearable-device-hero *::after,
.nrs-emg-nirs-wearable-device-details *,
.nrs-emg-nirs-wearable-device-details *::before,
.nrs-emg-nirs-wearable-device-details *::after {
	box-sizing: border-box;
}

/* Hero: 251:3261 desktop, 276:2729 mobile. */
.nrs-emg-nirs-wearable-device-hero {
	position: relative;
	z-index: 1;
	height: 560px;
	min-height: 560px;
	margin: 0 0 120px;
	overflow: visible;
	background: #223858;
	color: #fff;
	isolation: isolate;
}

.nrs-emg-nirs-wearable-device-hero__picture {
	position: absolute;
	inset: 0;
	z-index: -2;
	display: block;
	overflow: hidden;
}

.nrs-emg-nirs-wearable-device-hero__image {
	display: block;
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: cover;
	object-position: center center;
}

.nrs-emg-nirs-wearable-device-hero__overlay,
.nrs-emg-nirs-wearable-device-hero__lower-blur {
	display: none;
}

.nrs-emg-nirs-wearable-device-hero__content {
	position: absolute;
	top: 121px;
	left: 50%;
	z-index: 2;
	width: 927px;
	max-width: calc(100% - 48px);
	text-align: center;
	transform: translateX(-50%);
}

.nrs-emg-nirs-wearable-device-hero .nrs-emg-nirs-wearable-device-hero__title {
	width: 100%;
	height: 86px;
	padding: 0;
	margin: 0;
	color: #fbfbfb;
	font-family: "NRS Manrope", Manrope, "NRS Inter", Inter, sans-serif;
	font-size: 72px !important;
	font-weight: 600;
	line-height: 86px !important;
	letter-spacing: -0.02em;
	text-align: center;
	white-space: nowrap;
}

.nrs-emg-nirs-wearable-device-hero p.nrs-emg-nirs-wearable-device-hero__description {
	width: 828px;
	height: 160px;
	margin: 32px 0 0;
	margin-right: auto;
	margin-left: auto;
	color: #fff;
	font-size: 24px;
	font-weight: 400;
	line-height: 32px;
	letter-spacing: 0;
	text-align: center;
	white-space: pre-line;
}

.nrs-emg-nirs-wearable-device-hero p.nrs-emg-nirs-wearable-device-hero__description--mobile {
	display: none;
}

.nrs-emg-nirs-wearable-device-hero__tags {
	display: flex;
	width: 100%;
	height: 29px;
	padding: 0;
	margin: 52px 0 0;
	list-style: none;
	align-items: center;
	justify-content: center;
	gap: 8px;
}

.nrs-emg-nirs-wearable-device-hero__tags li {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	height: 29px;
	padding: 4px 10px;
	margin: 0;
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 100px;
	background: transparent;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	line-height: 21px;
	letter-spacing: 0;
	white-space: nowrap;
}

.nrs-emg-nirs-wearable-device-details__eyebrow:focus-visible,
.nrs-emg-nirs-wearable-device-details__nav-link:focus-visible,
.nrs-emg-nirs-wearable-device-download__button:focus-visible {
	outline: 2px solid #1f5d8d;
	outline-offset: 3px;
}

/* Details: 251:3291 desktop, 276:2758 mobile. */
.nrs-emg-nirs-wearable-device-details {
	width: 100%;
	height: 4447.67px;
	padding: 0 0 40px;
	margin: 0 0 120px;
	overflow: visible;
	background: #fff;
	color: #111827;
}

.nrs-emg-nirs-wearable-device-details__intro,
.nrs-emg-nirs-wearable-device-details__panels {
	width: min(1280px, calc(100% - 48px));
	margin-right: auto;
	margin-left: auto;
}

.nrs-emg-nirs-wearable-device-details__intro {
	height: 224px;
}

.nrs-emg-nirs-wearable-device-details__heading {
	position: relative;
	width: min(768px, 100%);
	height: 110px;
	margin: 0 auto;
}

.nrs-emg-nirs-wearable-device-details__eyebrow {
	display: block;
	width: 100%;
	height: 48px;
	margin: 0;
	color: #8dacc5;
	font-family: "NRS Manrope", Manrope, "NRS Inter", Inter, sans-serif;
	font-size: 40px;
	font-weight: 400;
	line-height: 48px;
	letter-spacing: -0.02em;
	text-align: center;
	text-decoration: none;
}

.nrs-emg-nirs-wearable-device-details__eyebrow:hover,
.nrs-emg-nirs-wearable-device-details__eyebrow:focus {
	color: #8dacc5;
	text-decoration: none;
}

.nrs-emg-nirs-wearable-device-details .nrs-emg-nirs-wearable-device-details__title {
	width: 100%;
	height: 48px;
	margin: 14px 0 0;
	color: #111827;
	font-family: "NRS Manrope", Manrope, "NRS Inter", Inter, sans-serif;
	font-size: 48px !important;
	font-weight: 700;
	line-height: 48px !important;
	letter-spacing: -0.02em;
	text-align: center;
}

.nrs-emg-nirs-wearable-device-details__heading-decor {
	position: absolute;
	z-index: 1;
	display: block;
	max-width: none;
	pointer-events: none;
}

.nrs-emg-nirs-wearable-device-details__heading-decor--right.nrs-emg-nirs-wearable-device-details__heading-decor--desktop {
	top: -22px;
	left: 65.7383%;
	width: 47.25px;
	height: 47.25px;
}

.nrs-emg-nirs-wearable-device-details__heading-decor--left.nrs-emg-nirs-wearable-device-details__heading-decor--desktop {
	top: 75.71px;
	left: 20px;
	width: 47.25px;
	height: 47.25px;
}

.nrs-emg-nirs-wearable-device-details__heading-decor--mobile {
	display: none;
}

.nrs-emg-nirs-wearable-device-details__nav {
	width: min(768px, 100%);
	height: 40px;
	margin: 74px auto 0;
	overflow: visible;
}

.nrs-emg-nirs-wearable-device-details__nav-track {
	display: flex;
	width: 545px;
	height: 40px;
	margin: 0 auto;
	gap: 12px;
}

.nrs-emg-nirs-wearable-device-details__nav-link {
	display: inline-flex;
	flex: 0 0 132px;
	align-items: center;
	justify-content: center;
	height: 40px;
	padding: 10px 20px;
	border: 0;
	border-radius: 40px;
	background: #fcfcfc;
	box-shadow: inset 0 0 0 1px rgba(6, 3, 22, 0.1);
	color: #060316;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: -0.02em;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	transition: background-color 160ms ease, color 160ms ease;
}

.nrs-emg-nirs-wearable-device-details__nav-link:first-child {
	flex-basis: 113px;
}

.nrs-emg-nirs-wearable-device-details__nav-link.is-active,
.nrs-emg-nirs-wearable-device-details__nav-link[aria-current="location"] {
	background: #1f5d8d;
	color: #fff;
}

.nrs-emg-nirs-wearable-device-details__nav-link:hover,
.nrs-emg-nirs-wearable-device-details__nav-link:focus {
	color: #060316;
	text-decoration: none;
}

.nrs-emg-nirs-wearable-device-details__nav-link.is-active:hover,
.nrs-emg-nirs-wearable-device-details__nav-link.is-active:focus {
	color: #fff;
}

.nrs-emg-nirs-wearable-device-details__panels {
	display: flex;
	height: 4103.67px;
	margin-top: 80px;
	flex-direction: column;
	gap: 40px;
}

.nrs-emg-nirs-wearable-device-panel {
	width: 100%;
	padding: 41px 36px;
	border-radius: 24px;
	scroll-margin-top: 96px;
}

h3.nrs-emg-nirs-wearable-device-panel__title,
.nrs-emg-nirs-wearable-device-details p.nrs-emg-nirs-wearable-device-description__text,
.nrs-emg-nirs-wearable-device-details p.nrs-emg-nirs-wearable-device-description__closing,
h4.nrs-emg-nirs-wearable-device-feature-group__title,
.nrs-emg-nirs-wearable-device-details p.nrs-emg-nirs-wearable-device-feature-group__description,
.nrs-emg-nirs-wearable-device-details p.nrs-emg-nirs-wearable-device-feature-group__label,
.nrs-emg-nirs-wearable-device-details p.nrs-emg-nirs-wearable-device-applications__text,
.nrs-emg-nirs-wearable-device-download__meta strong,
.nrs-emg-nirs-wearable-device-download__meta span {
	margin-bottom: 0;
}

h3.nrs-emg-nirs-wearable-device-panel__title {
	margin-top: 0;
	color: #06285c;
	font-family: "NRS Manrope", Manrope, "NRS Inter", Inter, sans-serif;
	font-size: 40px !important;
	font-weight: 700;
	line-height: 48px !important;
	letter-spacing: -0.02em;
}

.nrs-emg-nirs-wearable-device-description {
	height: 832px;
	background: #edf6ff;
}

.nrs-emg-nirs-wearable-device-description .nrs-emg-nirs-wearable-device-description__title {
	width: 1208px;
	max-width: 100%;
	height: 48px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.nrs-emg-nirs-wearable-device-details p.nrs-emg-nirs-wearable-device-description__text {
	width: 1208px;
	max-width: 100%;
	height: 66px;
	margin-top: 26px;
	color: #111827;
	font-size: 18px;
	font-weight: 400;
	line-height: 33px;
	letter-spacing: 0;
	text-align: center;
}

.nrs-emg-nirs-wearable-device-description__media {
	display: grid;
	width: 982px;
	height: 432px;
	max-width: 100%;
	margin: 56px auto 0;
	grid-template-columns: repeat(2, 479px);
	gap: 24px;
}

.nrs-emg-nirs-wearable-device-description__picture,
.nrs-emg-nirs-wearable-device-description__picture img {
	display: block;
	width: 100%;
	height: 432px;
	max-width: none;
}

.nrs-emg-nirs-wearable-device-details p.nrs-emg-nirs-wearable-device-description__closing {
	width: 1208px;
	max-width: 100%;
	height: 66px;
	margin-top: 56px;
	color: #111827;
	font-size: 18px;
	font-weight: 400;
	line-height: 33px;
	letter-spacing: 0;
	text-align: center;
}

.nrs-emg-nirs-wearable-device-features {
	height: 2346px;
	background: #f6f9fa;
}

.nrs-emg-nirs-wearable-device-features__title {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	white-space: nowrap;
	border: 0;
}

.nrs-emg-nirs-wearable-device-features__groups {
	display: flex;
	width: 1208px;
	max-width: 100%;
	height: 2264px;
	flex-direction: column;
	gap: 124px;
}

.nrs-emg-nirs-wearable-device-feature-group {
	position: relative;
	width: 100%;
	flex: 0 0 auto;
}

.nrs-emg-nirs-wearable-device-feature-group__body {
	position: relative;
	width: 100%;
	height: 100%;
}

.nrs-emg-nirs-wearable-device-feature-group__copy {
	display: contents;
}

.nrs-emg-nirs-wearable-device-feature-group__header,
.nrs-emg-nirs-wearable-device-details p.nrs-emg-nirs-wearable-device-feature-group__label,
.nrs-emg-nirs-wearable-device-feature-list,
.nrs-emg-nirs-wearable-device-feature-group__media {
	position: absolute;
}

.nrs-emg-nirs-wearable-device-feature-group__header {
	top: 0;
	left: 0;
	width: 100%;
}

h4.nrs-emg-nirs-wearable-device-feature-group__title {
	width: 100%;
	margin: 0;
	color: #111827;
	font-family: "NRS Manrope", Manrope, "NRS Inter", Inter, sans-serif;
	font-size: 40px !important;
	font-weight: 700;
	line-height: 48px !important;
	letter-spacing: -0.02em;
}

.nrs-emg-nirs-wearable-device-details p.nrs-emg-nirs-wearable-device-feature-group__description {
	width: 100%;
	margin-top: 26px;
	color: #111827;
	font-size: 18px;
	font-weight: 400;
	line-height: 33px;
	letter-spacing: 0;
}

.nrs-emg-nirs-wearable-device-feature-group__endpoint-copy--mobile,
.nrs-emg-nirs-wearable-device-feature-list--mobile {
	display: none;
}

.nrs-emg-nirs-wearable-device-details p.nrs-emg-nirs-wearable-device-feature-group__label {
	height: 33px;
	margin: 0;
	color: #091a27;
	font-family: "NRS Manrope", Manrope, "NRS Inter", Inter, sans-serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 33px;
	letter-spacing: 0;
}

.nrs-emg-nirs-wearable-device-feature-list {
	display: grid;
	padding: 0;
	margin: 0;
	list-style: none;
	grid-template-columns: minmax(0, 1fr);
	grid-auto-rows: 74px;
	gap: 16px;
}

.nrs-emg-nirs-wearable-device-feature-list__item {
	display: flex;
	align-items: center;
	width: 100%;
	height: 74px;
	padding: 24px;
	margin: 0;
	border-radius: 12px;
	background: #fff;
	color: #374151;
	font-family: "NRS Manrope", Manrope, "NRS Inter", Inter, sans-serif;
	font-size: 20px;
	font-weight: 500;
	line-height: 26px;
	letter-spacing: -0.02em;
	gap: 16px;
}

.nrs-emg-nirs-wearable-device-feature-list__icon {
	display: block;
	flex: 0 0 24px;
	width: 24px;
	height: 24px;
	max-width: none;
}

.nrs-emg-nirs-wearable-device-feature-group__media,
.nrs-emg-nirs-wearable-device-feature-group__media picture,
.nrs-emg-nirs-wearable-device-feature-group__media img {
	display: block;
	max-width: none;
}

.nrs-emg-nirs-wearable-device-feature-group__media picture,
.nrs-emg-nirs-wearable-device-feature-group__media img {
	width: 100%;
	height: 100%;
}

.nrs-emg-nirs-wearable-device-feature-group--analysis {
	height: 664px;
}

.nrs-emg-nirs-wearable-device-feature-group--analysis .nrs-emg-nirs-wearable-device-feature-group__header {
	height: 140px;
}

.nrs-emg-nirs-wearable-device-feature-group--analysis h4.nrs-emg-nirs-wearable-device-feature-group__title {
	width: 791px;
	height: 48px;
}

.nrs-emg-nirs-wearable-device-feature-group--analysis p.nrs-emg-nirs-wearable-device-feature-group__description {
	height: 66px;
}

.nrs-emg-nirs-wearable-device-feature-group--analysis p.nrs-emg-nirs-wearable-device-feature-group__label {
	top: 166px;
	left: 0;
	width: 138px;
}

.nrs-emg-nirs-wearable-device-feature-group--analysis .nrs-emg-nirs-wearable-device-feature-list {
	top: 223px;
	left: 0;
	width: 590px;
	height: 434px;
}

.nrs-emg-nirs-wearable-device-feature-group--analysis .nrs-emg-nirs-wearable-device-feature-group__media {
	top: 166px;
	right: 0;
	width: 582px;
	height: 491px;
}

.nrs-emg-nirs-wearable-device-feature-group--monitoring {
	height: 715px;
}

.nrs-emg-nirs-wearable-device-feature-group--monitoring .nrs-emg-nirs-wearable-device-feature-group__header {
	left: 2.5px;
	width: calc(100% - 2.5px);
	height: 188px;
}

.nrs-emg-nirs-wearable-device-feature-group--monitoring h4.nrs-emg-nirs-wearable-device-feature-group__title {
	width: 791px;
	height: 96px;
}

.nrs-emg-nirs-wearable-device-feature-group--monitoring p.nrs-emg-nirs-wearable-device-feature-group__description {
	height: 66px;
}

.nrs-emg-nirs-wearable-device-feature-group--monitoring p.nrs-emg-nirs-wearable-device-feature-group__label {
	top: 224px;
	left: 626px;
	width: 121px;
}

.nrs-emg-nirs-wearable-device-feature-group--monitoring .nrs-emg-nirs-wearable-device-feature-list {
	top: 281px;
	left: 626px;
	width: 587px;
	height: 434px;
}

.nrs-emg-nirs-wearable-device-feature-group--monitoring .nrs-emg-nirs-wearable-device-feature-group__media {
	top: 224px;
	left: 0;
	width: 590px;
	height: 491px;
}

.nrs-emg-nirs-wearable-device-feature-group--software {
	height: 637px;
}

.nrs-emg-nirs-wearable-device-feature-group--software .nrs-emg-nirs-wearable-device-feature-group__header {
	height: 140px;
}

.nrs-emg-nirs-wearable-device-feature-group--software h4.nrs-emg-nirs-wearable-device-feature-group__title {
	width: 791px;
	height: 48px;
}

.nrs-emg-nirs-wearable-device-feature-group--software p.nrs-emg-nirs-wearable-device-feature-group__description {
	height: 66px;
}

.nrs-emg-nirs-wearable-device-feature-group--software p.nrs-emg-nirs-wearable-device-feature-group__label {
	top: 206px;
	left: 0;
	width: 103px;
}

.nrs-emg-nirs-wearable-device-feature-group--software .nrs-emg-nirs-wearable-device-feature-list {
	top: 263px;
	left: 0;
	width: 584px;
	height: 344px;
}

.nrs-emg-nirs-wearable-device-feature-group--software .nrs-emg-nirs-wearable-device-feature-group__media {
	top: 176px;
	right: 0;
	width: 588px;
	height: 461px;
}

.nrs-emg-nirs-wearable-device-applications {
	height: 542.67px;
	background: #edf6ff;
}

.nrs-emg-nirs-wearable-device-applications__title {
	width: 1208px;
	max-width: 100%;
	height: 48px;
}

.nrs-emg-nirs-wearable-device-details p.nrs-emg-nirs-wearable-device-applications__text {
	width: 1208px;
	max-width: 100%;
	height: 66px;
	margin-top: 16px;
	color: #111827;
	font-size: 18px;
	font-weight: 400;
	line-height: 33px;
	letter-spacing: 0;
}

.nrs-emg-nirs-wearable-device-applications__grid {
	display: grid;
	width: 100%;
	height: 274.67px;
	padding: 0;
	margin: 56px 0 0;
	list-style: none;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	grid-template-rows: repeat(2, 129.33px);
	gap: 16px;
}

.nrs-emg-nirs-wearable-device-application-card {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 129.33px;
	padding: 24px;
	margin: 0;
	border: 1px solid #fff;
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.5);
	color: #374151;
	font-family: "NRS Manrope", Manrope, "NRS Inter", Inter, sans-serif;
	font-size: 20px;
	font-weight: 500;
	line-height: 26px;
	letter-spacing: -0.02em;
	text-align: center;
	flex-direction: column;
	gap: 16px;
}

.nrs-emg-nirs-wearable-device-application-card img {
	display: block;
	width: 39.33px;
	height: 39.33px;
	max-width: none;
}

.nrs-emg-nirs-wearable-device-application-card span {
	display: block;
	width: 100%;
	line-height: 26px;
}

.nrs-emg-nirs-wearable-device-download {
	height: 263px;
	background: #fff3f4;
}

.nrs-emg-nirs-wearable-device-download__title {
	height: 48px;
}

.nrs-emg-nirs-wearable-device-download__file {
	position: relative;
	width: 100%;
	height: 77px;
	margin-top: 56px;
}

.nrs-emg-nirs-wearable-device-download__document {
	position: absolute;
	top: 9px;
	left: 0;
	display: block;
	width: 66px;
	height: 68px;
	max-width: none;
}

.nrs-emg-nirs-wearable-device-download__meta {
	position: absolute;
	top: 0.5px;
	left: 83px;
	display: grid;
	width: min(550px, calc(100% - 170px));
	min-height: 55px;
	align-content: start;
}

.nrs-emg-nirs-wearable-device-download__meta strong {
	display: block;
	overflow: hidden;
	color: #000;
	font-size: 20px;
	font-weight: 700;
	line-height: 24px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.nrs-emg-nirs-wearable-device-download__meta span {
	display: block;
	margin-top: 12px;
	color: rgba(0, 0, 0, 0.34);
	font-size: 16px;
	font-weight: 400;
	line-height: 19px;
}

.nrs-emg-nirs-wearable-device-download__progress {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 90.41px;
	height: 4px;
	overflow: hidden;
	border-radius: 8px;
	background: rgba(0, 0, 0, 0.1);
}

.nrs-emg-nirs-wearable-device-download__progress span {
	display: block;
	width: 38.12%;
	height: 4px;
	border-radius: 8px;
	background: #1f5d8d;
}

.nrs-emg-nirs-wearable-device-download__file.is-unavailable .nrs-emg-nirs-wearable-device-download__progress span {
	width: 0;
}

.nrs-emg-nirs-wearable-device-download__button {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	display: grid;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background: #fff;
	place-items: center;
}

.nrs-emg-nirs-wearable-device-download__button.is-disabled {
	opacity: 0.5;
}

.nrs-emg-nirs-wearable-device-download__button img {
	display: block;
	width: 24px;
	height: 24px;
	max-width: none;
}

/* Desktop-only Related Products and shared post-details chain. */
.nrs-emg-nirs-wearable-device-related.nrs-home-products {
	height: 821px;
	min-height: 821px;
	padding: 0 64px;
	overflow: hidden;
}

.nrs-emg-nirs-wearable-device-related .nrs-home-products__intro {
	width: 100%;
	height: 133px;
	min-height: 133px;
}

.nrs-emg-nirs-wearable-device-related.nrs-home-products h2.nrs-home-products__title {
	width: min(894px, 100%);
	height: 48px;
	margin-right: auto;
	margin-left: auto;
	color: #0d0503;
	font-family: "NRS Manrope", Manrope, "NRS Inter", Inter, sans-serif;
	font-size: 48px !important;
	font-weight: 500;
	line-height: 48px !important;
	letter-spacing: -0.02em;
}

.nrs-emg-nirs-wearable-device-related p.nrs-home-products__text {
	width: min(647px, 100%);
	height: 61px;
	min-height: 61px;
	margin: 24px auto 0 !important;
	color: #0d0503;
	font-size: 18px;
	font-weight: 400;
	line-height: 27px;
	text-align: center;
}

.nrs-emg-nirs-wearable-device-related .nrs-home-products__tabs-wrap {
	margin-top: 80px;
}

.nrs-emg-nirs-wearable-device-related .nrs-home-products__tab:nth-child(1) {
	width: 128px;
}

.nrs-emg-nirs-wearable-device-related .nrs-home-products__tab:nth-child(2),
.nrs-emg-nirs-wearable-device-related .nrs-home-products__tab:nth-child(3) {
	width: 132px;
}

.nrs-emg-nirs-wearable-device-related .nrs-home-products__tab,
.nrs-emg-nirs-wearable-device-related h3.nrs-home-product-card__title,
.nrs-emg-nirs-wearable-device-related p.nrs-home-product-card__description {
	font-family: "NRS Inter", Inter, sans-serif;
	letter-spacing: -0.02em;
}

.nrs-emg-nirs-wearable-device-related .nrs-home-product-card,
.nrs-emg-nirs-wearable-device-related .nrs-home-product-card--featured {
	border: 0;
	background: #fcfcfc;
	box-shadow: inset 0 0 0 1px rgba(6, 3, 22, 0.06);
}

.nrs-emg-nirs-wearable-device-related .nrs-home-product-card--featured h3.nrs-home-product-card__title {
	color: #111827;
}

.nrs-emg-nirs-wearable-device-related p.nrs-home-product-card__description {
	color: #6d7280;
}

.nrs-emg-nirs-wearable-device-reach.nrs-home-reach {
	margin-top: 120px;
	margin-bottom: 120px;
	font-family: "NRS Inter", Inter, var(--body_typography-font-family, Arial, sans-serif);
}

.nrs-emg-nirs-wearable-device-reach h2.nrs-home-reach__title {
	font-family: "NRS Manrope", Manrope, "NRS Inter", Inter, sans-serif;
	font-size: 48px;
	font-weight: 500;
	line-height: 48px !important;
	letter-spacing: -0.02em;
}

.nrs-emg-nirs-wearable-device-reach .nrs-home-reach__contact-list {
	margin-top: 80px;
}

.nrs-emg-nirs-wearable-device-reach .nrs-home-reach__social-icons {
	gap: 12px;
}

.nrs-emg-nirs-wearable-device-reach .nrs-home-reach__social-icon {
	width: 32px;
	height: 32px;
}

.nrs-emg-nirs-wearable-device-reach p.nrs-home-reach__summary {
	width: min(472px, 100%);
	margin-top: 156px;
}

.nrs-emg-nirs-wearable-device-reach p.nrs-home-reach__answer-note {
	width: min(502px, 100%);
	margin-top: 72px;
}

.nrs-emg-nirs-wearable-device-reach .nrs-home-reach__form .wpcf7-form button.wpcf7-submit[type="submit"] {
	font-family: "NRS Inter", Inter, sans-serif;
	letter-spacing: 0 !important;
}

.nrs-emg-nirs-wearable-device-reach p.nrs-home-reach-form__terms {
	position: relative;
}

.nrs-emg-nirs-wearable-device-reach span.nrs-home-reach-form__terms-error {
	position: absolute;
	top: 24px;
	left: 0;
	display: block;
	width: 220px;
	color: #ffb7b7;
	font-size: 12px;
	font-weight: 400;
	line-height: 16px;
	text-align: left;
}

.nrs-emg-nirs-wearable-device-reach span.nrs-home-reach-form__terms-error[hidden] {
	display: none;
}

.nrs-emg-nirs-wearable-device-cta.nrs-home-cta {
	padding-bottom: clamp(72px, calc(37.714px + 5.7143vw), 120px);
}

.nrs-emg-nirs-wearable-device-reach p.nrs-home-reach__contact-label,
.nrs-emg-nirs-wearable-device-reach .nrs-home-reach__contact-value,
.nrs-emg-nirs-wearable-device-reach p.nrs-home-reach__summary,
.nrs-emg-nirs-wearable-device-reach p.nrs-home-reach__answer-note,
.nrs-emg-nirs-wearable-device-reach .nrs-home-reach__form input,
.nrs-emg-nirs-wearable-device-reach .nrs-home-reach__form textarea,
.nrs-emg-nirs-wearable-device-cta .nrs-home-cta__badge-text,
.nrs-emg-nirs-wearable-device-cta p.nrs-home-cta__text,
.nrs-emg-nirs-wearable-device-cta .nrs-home-cta__button {
	font-family: "NRS Inter", Inter, sans-serif;
}

.nrs-emg-nirs-wearable-device-cta h2.nrs-home-cta__title {
	font-family: "NRS Manrope", Manrope, "NRS Inter", Inter, sans-serif;
}

/* Fluid interpolation between the exact 1440px and 393px endpoints. */
@media (min-width: 601px) and (max-width: 1439px) {
	.nrs-emg-nirs-wearable-device-hero {
		height: clamp(479px, calc(421.143px + 9.6429vw), 560px);
		min-height: clamp(479px, calc(421.143px + 9.6429vw), 560px);
		margin-bottom: clamp(72px, calc(37.714px + 5.7143vw), 120px);
	}

	.nrs-emg-nirs-wearable-device-hero__content {
		top: clamp(95.34px, calc(76.99px + 3.0584vw), 121px);
		width: min(clamp(344px, calc(-72.925px + 69.4875vw), 927px), calc(100% - 48px));
	}

	.nrs-emg-nirs-wearable-device-hero .nrs-emg-nirs-wearable-device-hero__title {
		height: auto;
		font-size: clamp(48px, calc(27.989px + 3.0564vw), 72px) !important;
		line-height: 1.2 !important;
	}

	.nrs-emg-nirs-wearable-device-hero p.nrs-emg-nirs-wearable-device-hero__description {
		height: auto;
		font-size: clamp(18px, calc(15.75px + 0.573vw), 24px);
		line-height: 1.35;
	}

	.nrs-emg-nirs-wearable-device-hero__tags {
		height: auto;
		margin-top: clamp(24px, 3.61vw, 52px);
		flex-wrap: wrap;
	}

}

@media (max-width: 1327px) {
	.nrs-emg-nirs-wearable-device-details {
		height: auto;
		padding-bottom: 0;
		margin-bottom: clamp(72px, calc(32.44px + 6.5934vw), 120px);
		overflow: visible;
	}

	.nrs-emg-nirs-wearable-device-details__intro,
	.nrs-emg-nirs-wearable-device-details__panels {
		width: min(1208px, calc(100% - 48px));
	}

	.nrs-emg-nirs-wearable-device-details__panels {
		height: auto;
		gap: clamp(40px, calc(69.187px - 2.1978vw), 56px);
	}

	.nrs-emg-nirs-wearable-device-panel,
	.nrs-emg-nirs-wearable-device-description,
	.nrs-emg-nirs-wearable-device-features,
	.nrs-emg-nirs-wearable-device-applications,
	.nrs-emg-nirs-wearable-device-download,
	.nrs-emg-nirs-wearable-device-feature-group,
	.nrs-emg-nirs-wearable-device-features__groups {
		height: auto;
		min-height: 0;
	}

	.nrs-emg-nirs-wearable-device-description .nrs-emg-nirs-wearable-device-description__title,
	.nrs-emg-nirs-wearable-device-details p.nrs-emg-nirs-wearable-device-description__text,
	.nrs-emg-nirs-wearable-device-details p.nrs-emg-nirs-wearable-device-description__closing,
	.nrs-emg-nirs-wearable-device-applications__title,
	.nrs-emg-nirs-wearable-device-details p.nrs-emg-nirs-wearable-device-applications__text {
		height: auto;
	}

	.nrs-emg-nirs-wearable-device-description__media {
		height: auto;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.nrs-emg-nirs-wearable-device-description__picture,
	.nrs-emg-nirs-wearable-device-description__picture img {
		height: auto;
		aspect-ratio: 479 / 432;
	}

	.nrs-emg-nirs-wearable-device-features__groups {
		gap: clamp(56px, calc(-0.044px + 9.3407vw), 124px);
	}

	.nrs-emg-nirs-wearable-device-feature-group__body {
		position: static;
		display: grid;
		height: auto;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 32px;
		align-items: start;
	}

	.nrs-emg-nirs-wearable-device-feature-group__copy {
		display: flex;
		min-width: 0;
		flex-direction: column;
	}

	.nrs-emg-nirs-wearable-device-feature-group__header,
	.nrs-emg-nirs-wearable-device-details p.nrs-emg-nirs-wearable-device-feature-group__label,
	.nrs-emg-nirs-wearable-device-feature-list,
	.nrs-emg-nirs-wearable-device-feature-group__media {
		position: static;
		width: 100% !important;
		height: auto !important;
	}

	h4.nrs-emg-nirs-wearable-device-feature-group__title,
	.nrs-emg-nirs-wearable-device-details p.nrs-emg-nirs-wearable-device-feature-group__description {
		width: 100% !important;
		height: auto !important;
	}

	.nrs-emg-nirs-wearable-device-details p.nrs-emg-nirs-wearable-device-feature-group__label {
		margin-top: 32px;
	}

	.nrs-emg-nirs-wearable-device-feature-list {
		margin-top: 24px;
		grid-auto-rows: minmax(74px, auto);
	}

	.nrs-emg-nirs-wearable-device-feature-list__item {
		height: auto;
		min-height: 74px;
	}

	.nrs-emg-nirs-wearable-device-feature-group__media picture,
	.nrs-emg-nirs-wearable-device-feature-group__media img {
		height: auto;
		aspect-ratio: auto;
	}

	.nrs-emg-nirs-wearable-device-feature-group--monitoring .nrs-emg-nirs-wearable-device-feature-group__media {
		order: -1;
	}

	.nrs-emg-nirs-wearable-device-applications__grid {
		height: auto;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.nrs-emg-nirs-wearable-device-application-card {
		height: auto;
		min-height: 112px;
	}

	.nrs-emg-nirs-wearable-device-related.nrs-home-products {
		height: auto;
		min-height: 0;
		padding-right: clamp(24px, 4.45vw, 64px);
		padding-left: clamp(24px, 4.45vw, 64px);
		overflow: visible;
	}

	.nrs-emg-nirs-wearable-device-reach.nrs-home-reach {
		margin-top: clamp(72px, calc(32.44px + 6.5934vw), 120px);
		margin-bottom: clamp(72px, calc(32.44px + 6.5934vw), 120px);
	}
}

@media (min-width: 601px) and (max-width: 900px) {
	.nrs-emg-nirs-wearable-device-hero .nrs-emg-nirs-wearable-device-hero__title {
		font-size: clamp(42px, 6.4vw, 54px) !important;
		white-space: normal;
	}

	.nrs-emg-nirs-wearable-device-hero p.nrs-emg-nirs-wearable-device-hero__description {
		margin-top: 20px;
		font-size: 18px;
		line-height: 27px;
	}

	.nrs-emg-nirs-wearable-device-hero__tags {
		margin-top: 28px;
	}

	.nrs-emg-nirs-wearable-device-panel {
		padding: 36px 28px;
	}

	.nrs-emg-nirs-wearable-device-feature-group__body {
		display: flex;
		flex-direction: column;
		gap: 32px;
	}

	.nrs-emg-nirs-wearable-device-feature-group--monitoring .nrs-emg-nirs-wearable-device-feature-group__media {
		order: initial;
	}

	.nrs-emg-nirs-wearable-device-feature-group__media {
		width: min(590px, 100%) !important;
		margin-right: auto;
		margin-left: auto;
	}

	.nrs-emg-nirs-wearable-device-related.nrs-home-products {
		display: none;
	}

	.nrs-emg-nirs-wearable-device-reach.nrs-home-reach {
		margin-top: 0;
	}
}

@media (max-width: 600px) {
	.nrs-emg-nirs-wearable-device-hero {
		height: 479px;
		min-height: 479px;
		margin-bottom: 72px;
	}

	.nrs-emg-nirs-wearable-device-hero__image {
		object-position: center top;
	}

	.nrs-emg-nirs-wearable-device-hero__content {
		top: 95.34px;
		left: calc(50% + 4.5px);
		width: min(344px, calc(100vw - 49px));
		max-width: none;
		transform: translateX(-50%);
	}

	.nrs-emg-nirs-wearable-device-hero .nrs-emg-nirs-wearable-device-hero__title {
		width: 344px;
		max-width: 100%;
		height: 112px;
		padding: 0;
		font-family: "NRS Inter", Inter, sans-serif;
		font-size: 40px !important;
		font-weight: 600;
		line-height: 56px !important;
		white-space: normal;
	}

	.nrs-emg-nirs-wearable-device-hero p.nrs-emg-nirs-wearable-device-hero__description--desktop {
		display: none;
	}

	.nrs-emg-nirs-wearable-device-hero p.nrs-emg-nirs-wearable-device-hero__description--mobile {
		display: block;
		height: 72px;
		margin-top: 20px;
		font-size: 16px;
		line-height: 24px;
	}

	.nrs-emg-nirs-wearable-device-hero__tags {
		width: 344px;
		max-width: 100%;
		height: 66px;
		margin-top: 55px;
		align-content: flex-start;
		column-gap: 8px;
		row-gap: 8px;
		flex-wrap: wrap;
	}

	.nrs-emg-nirs-wearable-device-details {
		width: min(345px, calc(100% - 48px));
		height: 5111.34px;
		padding: 0;
		margin: 0 auto 72px;
		overflow: visible;
	}

	.nrs-emg-nirs-wearable-device-details__intro,
	.nrs-emg-nirs-wearable-device-details__panels {
		width: 100%;
	}

	.nrs-emg-nirs-wearable-device-details__intro {
		height: 215px;
	}

	.nrs-emg-nirs-wearable-device-details__heading {
		width: 345px;
		max-width: 100%;
		height: 119px;
	}

	.nrs-emg-nirs-wearable-device-details__eyebrow {
		height: 31px;
		font-size: 24px;
		line-height: 31px;
	}

	.nrs-emg-nirs-wearable-device-details .nrs-emg-nirs-wearable-device-details__title {
		height: 80px;
		margin-top: 8px;
		font-size: 32px !important;
		line-height: 40px !important;
		white-space: normal;
	}

	.nrs-emg-nirs-wearable-device-details__heading-decor--desktop {
		display: none;
	}

	.nrs-emg-nirs-wearable-device-details__heading-decor--mobile {
		display: block;
	}

	.nrs-emg-nirs-wearable-device-details__heading-decor--right.nrs-emg-nirs-wearable-device-details__heading-decor--mobile {
		top: 0;
		left: 250.35px;
		width: 33.17px;
		height: 33.17px;
	}

	.nrs-emg-nirs-wearable-device-details__heading-decor--left.nrs-emg-nirs-wearable-device-details__heading-decor--mobile {
		top: 92.08px;
		left: 76px;
		width: 29.84px;
		height: 29.84px;
	}

	.nrs-emg-nirs-wearable-device-details__nav {
		width: 100%;
		height: 40px;
		margin-top: 56px;
		overflow-x: auto;
		overflow-y: hidden;
		-ms-overflow-style: none;
		scrollbar-width: none;
	}

	.nrs-emg-nirs-wearable-device-details__nav::-webkit-scrollbar {
		display: none;
	}

	.nrs-emg-nirs-wearable-device-details__nav-track {
		margin: 0;
	}

	.nrs-emg-nirs-wearable-device-details__panels {
		width: calc(100% + 46px);
		height: 4840.34px;
		margin-top: 56px;
		margin-left: -23px;
		gap: 56px;
	}

	.nrs-emg-nirs-wearable-device-panel {
		padding: 41px 23px;
		border-radius: 0;
		scroll-margin-top: 72px;
	}

	h3.nrs-emg-nirs-wearable-device-panel__title {
		font-size: 20px !important;
		font-weight: 600;
		line-height: 26px !important;
		text-align: center;
	}

	.nrs-emg-nirs-wearable-device-description {
		height: 743px;
		min-height: 743px;
	}

	.nrs-emg-nirs-wearable-device-description .nrs-emg-nirs-wearable-device-description__title {
		width: 345px;
		height: 52px;
	}

	.nrs-emg-nirs-wearable-device-details p.nrs-emg-nirs-wearable-device-description__text {
		width: 345px;
		height: 165px;
		margin-top: 16px;
		font-size: 16px;
		line-height: 33px;
	}

	.nrs-emg-nirs-wearable-device-description__media {
		width: 342.39px;
		height: 150px;
		max-width: 100%;
		margin-top: 40px;
		grid-template-columns: 167px 168px;
		gap: 7.39px;
	}

	.nrs-emg-nirs-wearable-device-description__picture,
	.nrs-emg-nirs-wearable-device-description__picture img {
		height: 150px;
		aspect-ratio: auto;
	}

	.nrs-emg-nirs-wearable-device-description__picture--left,
	.nrs-emg-nirs-wearable-device-description__picture--left img {
		height: 149px;
	}

	.nrs-emg-nirs-wearable-device-details p.nrs-emg-nirs-wearable-device-description__closing {
		width: 319px;
		height: 198px;
		margin: 40px auto 0;
		font-size: 16px;
		line-height: 33px;
		text-align: center;
	}

	.nrs-emg-nirs-wearable-device-features {
		width: 100%;
		max-width: 100%;
		height: 3049px;
		min-height: 3049px;
		padding: 41px 23px;
		margin-left: 0;
	}

	.nrs-emg-nirs-wearable-device-features__groups {
		display: flex;
		width: 345px;
		max-width: none;
		height: 2967px;
		gap: 56px;
	}

	.nrs-emg-nirs-wearable-device-feature-group {
		position: relative;
		min-height: 0;
	}

	.nrs-emg-nirs-wearable-device-feature-group__body {
		position: relative;
		display: block;
		width: 345px;
		height: 100%;
	}

	.nrs-emg-nirs-wearable-device-feature-group__copy {
		display: contents;
	}

	.nrs-emg-nirs-wearable-device-feature-group__header,
	.nrs-emg-nirs-wearable-device-details p.nrs-emg-nirs-wearable-device-feature-group__label,
	.nrs-emg-nirs-wearable-device-feature-list,
	.nrs-emg-nirs-wearable-device-feature-group__media {
		position: absolute;
	}

	.nrs-emg-nirs-wearable-device-feature-group__header {
		top: 0;
		left: 0;
		width: 345px !important;
	}

	.nrs-emg-nirs-wearable-device-feature-group__endpoint-copy--desktop,
	.nrs-emg-nirs-wearable-device-feature-list--desktop {
		display: none;
	}

	.nrs-emg-nirs-wearable-device-feature-group__endpoint-copy--mobile {
		display: inline;
	}

	.nrs-emg-nirs-wearable-device-feature-list--mobile {
		display: flex;
	}

	h4.nrs-emg-nirs-wearable-device-feature-group__title {
		width: 345px !important;
		height: auto !important;
		color: #06285c;
		font-size: 20px !important;
		font-weight: 600;
		line-height: 26px !important;
		text-align: center;
	}

	.nrs-emg-nirs-wearable-device-details p.nrs-emg-nirs-wearable-device-feature-group__description {
		width: 345px !important;
		height: auto !important;
		margin-top: 26px;
		font-size: 16px;
		line-height: 33px;
		text-align: center;
	}

	.nrs-emg-nirs-wearable-device-details p.nrs-emg-nirs-wearable-device-feature-group__label {
		display: none;
	}

	.nrs-emg-nirs-wearable-device-feature-list {
		width: 343px !important;
		height: auto !important;
		margin: 0;
		flex-direction: column;
		gap: 16px;
	}

	.nrs-emg-nirs-wearable-device-feature-list__item {
		flex: 0 0 auto;
		width: 343px;
		height: 56px;
		min-height: 0;
		padding: 16px;
		font-size: 16px;
		line-height: 21px;
	}

	.nrs-emg-nirs-wearable-device-feature-group__media,
	.nrs-emg-nirs-wearable-device-feature-group__media picture,
	.nrs-emg-nirs-wearable-device-feature-group__media img {
		height: 100%;
		max-width: none;
		aspect-ratio: auto;
	}

	.nrs-emg-nirs-wearable-device-feature-group--analysis {
		height: 1022px;
	}

	.nrs-emg-nirs-wearable-device-feature-group--analysis .nrs-emg-nirs-wearable-device-feature-group__header {
		height: 283px;
	}

	.nrs-emg-nirs-wearable-device-feature-group--analysis h4.nrs-emg-nirs-wearable-device-feature-group__title {
		height: 26px !important;
	}

	.nrs-emg-nirs-wearable-device-feature-group--analysis p.nrs-emg-nirs-wearable-device-feature-group__description {
		height: 231px !important;
	}

	.nrs-emg-nirs-wearable-device-feature-group--analysis .nrs-emg-nirs-wearable-device-feature-list {
		top: 315px;
		left: 1px;
		height: 372px !important;
	}

	.nrs-emg-nirs-wearable-device-feature-group--analysis .nrs-emg-nirs-wearable-device-feature-list__item:nth-child(1),
	.nrs-emg-nirs-wearable-device-feature-group--analysis .nrs-emg-nirs-wearable-device-feature-list__item:nth-child(2) {
		height: 74px;
	}

	.nrs-emg-nirs-wearable-device-feature-group--analysis .nrs-emg-nirs-wearable-device-feature-list__item:nth-child(5) {
		height: 48px;
		padding: 12px;
	}

	.nrs-emg-nirs-wearable-device-feature-group--analysis .nrs-emg-nirs-wearable-device-feature-group__media {
		top: 719px;
		left: 0;
		width: 345px !important;
		height: 303px !important;
	}

	.nrs-emg-nirs-wearable-device-feature-group--monitoring {
		height: 915px;
	}

	.nrs-emg-nirs-wearable-device-feature-group--monitoring .nrs-emg-nirs-wearable-device-feature-group__header {
		height: 276px;
	}

	.nrs-emg-nirs-wearable-device-feature-group--monitoring h4.nrs-emg-nirs-wearable-device-feature-group__title {
		height: 52px !important;
	}

	.nrs-emg-nirs-wearable-device-feature-group--monitoring p.nrs-emg-nirs-wearable-device-feature-group__description {
		height: 198px !important;
	}

	.nrs-emg-nirs-wearable-device-feature-group--monitoring .nrs-emg-nirs-wearable-device-feature-list {
		top: 308px;
		left: 1px;
		height: 272px !important;
	}

	.nrs-emg-nirs-wearable-device-feature-group--monitoring .nrs-emg-nirs-wearable-device-feature-group__media {
		top: 612px;
		left: 1px;
		width: 343px !important;
		height: 303px !important;
		order: initial;
	}

	.nrs-emg-nirs-wearable-device-feature-group--software {
		height: 918px;
	}

	.nrs-emg-nirs-wearable-device-feature-group--software .nrs-emg-nirs-wearable-device-feature-group__header {
		height: 243px;
	}

	.nrs-emg-nirs-wearable-device-feature-group--software h4.nrs-emg-nirs-wearable-device-feature-group__title {
		height: 52px !important;
	}

	.nrs-emg-nirs-wearable-device-feature-group--software p.nrs-emg-nirs-wearable-device-feature-group__description {
		height: 165px !important;
	}

	.nrs-emg-nirs-wearable-device-feature-group--software .nrs-emg-nirs-wearable-device-feature-list {
		top: 275px;
		left: 1px;
		height: 308px !important;
	}

	.nrs-emg-nirs-wearable-device-feature-group--software .nrs-emg-nirs-wearable-device-feature-group__media {
		top: 615px;
		left: 1px;
		width: 343px !important;
		height: 303px !important;
	}

	.nrs-emg-nirs-wearable-device-applications {
		height: 655.33px;
		min-height: 655.33px;
	}

	.nrs-emg-nirs-wearable-device-applications__title {
		width: 345px;
		height: 26px;
	}

	.nrs-emg-nirs-wearable-device-details p.nrs-emg-nirs-wearable-device-applications__text {
		width: 345px;
		height: 132px;
		margin-top: 26px;
		font-size: 16px;
		line-height: 33px;
		text-align: center;
	}

	.nrs-emg-nirs-wearable-device-applications__grid {
		width: 319px;
		height: 333.33px;
		margin: 56px auto 0;
		grid-template-columns: minmax(0, 1fr);
		grid-template-rows: repeat(4, 71.33px);
		gap: 16px;
	}

	.nrs-emg-nirs-wearable-device-application-card:nth-child(n + 5) {
		display: none;
	}

	.nrs-emg-nirs-wearable-device-application-card {
		align-items: center;
		justify-content: flex-start;
		height: 71.33px;
		min-height: 0;
		padding: 16px;
		font-size: 14px;
		line-height: 18px;
		text-align: left;
		flex-direction: row;
		gap: 16px;
	}

	.nrs-emg-nirs-wearable-device-application-card span {
		line-height: 18px;
	}

	.nrs-emg-nirs-wearable-device-download {
		height: 225px;
		min-height: 225px;
	}

	.nrs-emg-nirs-wearable-device-download__title {
		height: 26px;
	}

	.nrs-emg-nirs-wearable-device-download__file {
		height: 61px;
		margin-top: 56px;
	}

	.nrs-emg-nirs-wearable-device-download__document {
		top: 8px;
		width: 52px;
		height: 53px;
	}

	.nrs-emg-nirs-wearable-device-download__meta {
		top: 1px;
		left: 69px;
		width: 178px;
		min-height: 42px;
	}

	.nrs-emg-nirs-wearable-device-download__meta strong {
		width: 142px;
		font-size: 14px;
		line-height: 17px;
	}

	.nrs-emg-nirs-wearable-device-download__meta span {
		margin-top: 8px;
		font-size: 14px;
		line-height: 17px;
	}

	.nrs-emg-nirs-wearable-device-download__progress {
		left: 69px;
	}

	.nrs-emg-nirs-wearable-device-download__button {
		width: 44px;
		height: 44px;
	}

	.nrs-emg-nirs-wearable-device-download__button img {
		width: 19px;
		height: 19px;
	}

	.nrs-emg-nirs-wearable-device-related.nrs-home-products {
		display: none;
	}

	.nrs-emg-nirs-wearable-device-reach.nrs-home-reach {
		margin-top: 0;
		margin-bottom: 72px;
	}

	.nrs-emg-nirs-wearable-device-reach h2.nrs-home-reach__title {
		font-size: 32px;
		font-weight: 600;
		line-height: 40px !important;
	}

	.nrs-emg-nirs-wearable-device-reach .nrs-home-reach__contact-list {
		margin-top: 48px;
	}

	.nrs-emg-nirs-wearable-device-reach .nrs-home-reach__social-icons {
		gap: 40px;
	}

	.nrs-emg-nirs-wearable-device-reach p.nrs-home-reach__summary,
	.nrs-emg-nirs-wearable-device-reach p.nrs-home-reach__answer-note {
		display: none;
	}

	.nrs-emg-nirs-wearable-device-cta.nrs-home-cta {
		padding-bottom: 72px;
	}

	.nrs-emg-nirs-wearable-device-cta .nrs-home-cta__panel {
		height: 444px;
	}
}

@media (max-width: 382px) {
	.nrs-emg-nirs-wearable-device-hero__content {
		left: 50%;
		width: calc(100vw - 32px);
	}

	.nrs-emg-nirs-wearable-device-hero .nrs-emg-nirs-wearable-device-hero__title {
		font-size: clamp(34px, 10.2vw, 39px) !important;
	}

	.nrs-emg-nirs-wearable-device-hero__tags {
		column-gap: 6px;
		row-gap: 6px;
	}

	.nrs-emg-nirs-wearable-device-hero__tags li {
		padding-right: 8px;
		padding-left: 8px;
		font-size: 12px;
		line-height: 18px;
	}

	.nrs-emg-nirs-wearable-device-details {
		width: calc(100% - 32px);
		height: auto;
	}

	.nrs-emg-nirs-wearable-device-details .nrs-emg-nirs-wearable-device-details__title {
		font-size: clamp(27px, 8.1vw, 31px) !important;
	}

	.nrs-emg-nirs-wearable-device-details__panels {
		width: calc(100% + 30px);
		height: auto;
		margin-left: -15px;
	}

	.nrs-emg-nirs-wearable-device-panel,
	.nrs-emg-nirs-wearable-device-description,
	.nrs-emg-nirs-wearable-device-features,
	.nrs-emg-nirs-wearable-device-applications,
	.nrs-emg-nirs-wearable-device-download,
	.nrs-emg-nirs-wearable-device-feature-group,
	.nrs-emg-nirs-wearable-device-features__groups {
		width: 100%;
		height: auto;
		min-height: 0;
		margin-left: 0;
	}

	.nrs-emg-nirs-wearable-device-details p.nrs-emg-nirs-wearable-device-description__text,
	.nrs-emg-nirs-wearable-device-details p.nrs-emg-nirs-wearable-device-description__closing,
	.nrs-emg-nirs-wearable-device-feature-group__header,
	.nrs-emg-nirs-wearable-device-details p.nrs-emg-nirs-wearable-device-feature-group__description,
	.nrs-emg-nirs-wearable-device-applications__title,
	.nrs-emg-nirs-wearable-device-details p.nrs-emg-nirs-wearable-device-applications__text {
		width: 100% !important;
		height: auto !important;
	}

	.nrs-emg-nirs-wearable-device-description__media,
	.nrs-emg-nirs-wearable-device-feature-group__media,
	.nrs-emg-nirs-wearable-device-feature-group__media picture,
	.nrs-emg-nirs-wearable-device-feature-group__media img {
		max-width: 100%;
		height: auto !important;
	}

	.nrs-emg-nirs-wearable-device-description__media {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 6px;
	}

	.nrs-emg-nirs-wearable-device-features__groups {
		gap: 56px;
	}

	.nrs-emg-nirs-wearable-device-feature-group__body {
		position: static;
		display: flex;
		width: 100%;
		height: auto;
		flex-direction: column;
	}

	.nrs-emg-nirs-wearable-device-feature-group__copy {
		display: flex;
		flex-direction: column;
	}

	.nrs-emg-nirs-wearable-device-feature-group__header,
	.nrs-emg-nirs-wearable-device-feature-list,
	.nrs-emg-nirs-wearable-device-feature-group__media {
		position: static;
		width: 100% !important;
		height: auto !important;
	}

	.nrs-emg-nirs-wearable-device-feature-list {
		margin-top: 32px;
	}

	.nrs-emg-nirs-wearable-device-feature-list__item {
		width: 100%;
		height: auto !important;
		min-height: 56px;
		padding: 16px !important;
	}

	.nrs-emg-nirs-wearable-device-feature-group__media {
		margin-top: 32px;
	}

	.nrs-emg-nirs-wearable-device-applications__grid {
		width: 100%;
		height: auto;
		grid-template-rows: none;
	}
}

@media (prefers-reduced-motion: reduce) {
	.nrs-emg-nirs-wearable-device-details__nav-link {
		transition: none;
	}
}

@media (min-width: 1328px) {
	.nrs-emg-nirs-wearable-device-details.nrs-product-details--no-download {
		height: 4144.67px;
	}

	.nrs-emg-nirs-wearable-device-details.nrs-product-details--no-download .nrs-emg-nirs-wearable-device-details__panels {
		height: 3800.67px;
	}
}

@media (min-width: 383px) and (max-width: 600px) {
	.nrs-emg-nirs-wearable-device-details.nrs-product-details--no-download {
		height: 4830.34px;
	}

	.nrs-emg-nirs-wearable-device-details.nrs-product-details--no-download .nrs-emg-nirs-wearable-device-details__panels {
		height: 4559.34px;
	}
}
