@charset "utf-8";

/* NENA OEM & ODM page. Uses the site's existing typography, rem and w16 foundations. */
.n-oem-page {
	--oem-blue: var(--theme-color);
	--oem-navy: #062d66;
	--oem-navy-deep: #041f49;
	--oem-orange: var(--sec-theme-color);
	--oem-ink: #10274a;
	--oem-text: #5b6879;
	--oem-light: #f3f7fb;
	--oem-soft-blue: #e8f1fa;
	--oem-radius: .08rem;
	color: var(--oem-ink);
	overflow: hidden
}

.n-oem-page *,
.n-oem-page *::before,
.n-oem-page *::after {
	box-sizing: border-box
}

.n-oem-page h1,
.n-oem-page h2,
.n-oem-page h3,
.n-oem-page p {
	letter-spacing: 0
}

.n-oem-page h1,
.n-oem-page h2,
.n-oem-page h3 {
	text-wrap: balance
}

.n-oem-page img {
	display: block;
	width: 100%
}

.n-oem-page button {
	font: inherit
}

.n-oem-icon-sprite {
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden
}

.n-oem-svg,
.n-oem-link-svg {
	display: block;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round
}

.n-oem-svg {
	width: .32rem;
	height: .32rem
}

.n-oem-link-svg {
	width: .2rem;
	height: .2rem
}

.n-oem-heading {
	max-width: 9rem
}

.n-oem-heading.tac {
	margin-right: auto;
	margin-left: auto
}

.n-oem-heading.tac p {
	max-width: 7.8rem;
	margin-right: auto;
	margin-left: auto
}

.n-oem-heading-row {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: .7rem;
	max-width: none
}

.n-oem-heading-row>div {
	max-width: 8.5rem
}

.n-oem-heading-row>p {
	max-width: 5.5rem;
	margin: 0
}

.n-oem-actions {
	gap: .12rem;
	margin-top: .35rem
}

.n-oem-page .xh-home-btn,
.n-oem-btn-outline,
.n-oem-btn-blue {
	min-height: .52rem;
	padding: 0 .28rem;
	border: .02rem solid transparent;
	border-radius: .06rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: var(--f16);
	font-weight: 700;
	line-height: 1.25;
	white-space: nowrap;
	transition: transform .25s ease, background-color .25s ease, color .25s ease, border-color .25s ease
}

.n-oem-page .xh-home-btn:active,
.n-oem-btn-outline:active,
.n-oem-btn-blue:active {
	transform: translateY(.01rem)
}

.n-oem-btn-outline {
	border-color: rgba(255, 255, 255, .7);
	background: rgba(4, 31, 73, .2);
	color: #fff;
	backdrop-filter: blur(.08rem)
}

.n-oem-btn-outline:hover {
	border-color: #fff;
	background: #fff;
	color: var(--oem-blue)
}

.n-oem-btn-blue {
	border-color: var(--oem-blue);
	background: transparent;
	color: var(--oem-blue)
}

.n-oem-btn-blue:hover {
	background: var(--oem-blue);
	color: #fff
}

.n-oem-text-link {
	display: inline-flex;
	align-items: center;
	gap: .1rem;
	color: var(--oem-blue);
	transition: color .25s ease
}

.n-oem-text-link .n-oem-link-svg {
	transition: transform .25s ease
}

.n-oem-text-link:hover {
	color: var(--oem-orange)
}

.n-oem-text-link:hover .n-oem-link-svg {
	transform: translateX(.04rem)
}

/* Hero */
.n-oem-hero {
	position: relative;
	isolation: isolate;
	min-height: calc(100vh - 100px);
	display: flex;
	align-items: center;
	background: var(--oem-navy-deep);
	color: #fff
}

.n-oem-hero-bg,
.n-oem-hero-mask {
	position: absolute;
	inset: 0
}

.n-oem-hero-bg {
	z-index: -2;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center
}

.n-oem-hero-mask {
	z-index: -1;
	background:
		linear-gradient(90deg, rgba(4, 27, 65, .96) 0%, rgba(4, 31, 73, .82) 44%, rgba(4, 31, 73, .32) 76%, rgba(4, 31, 73, .14) 100%),
		linear-gradient(180deg, rgba(4, 31, 73, .02), rgba(4, 31, 73, .28))
}

.n-oem-hero-inner {
	padding-top: .72rem;
	padding-bottom: .62rem
}

.n-oem-crumb {
	margin-bottom: .22rem;
	color: rgba(255, 255, 255, .72)
}

.n-oem-crumb a:hover {
	color: #fff
}

.n-oem-kicker {
	color: var(--oem-orange);
	text-transform: uppercase
}

.n-oem-hero h1 {
	max-width: 10.2rem;
	margin-top: .22rem;
	font-size: clamp(.48rem, 4.6vw, .7rem);
	line-height: 1.06;
	color: #fff
}

.n-oem-hero-desc {
	max-width: 8.4rem;
	margin-top: .25rem;
	color: rgba(255, 255, 255, .86)
}

.n-oem-hero-capabilities {
	max-width: 11.7rem;
	margin-top: .52rem;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: .12rem
}

.n-oem-hero-capabilities>div {
	min-height: 1.08rem;
	padding: .2rem .22rem;
	display: grid;
	grid-template-columns: .5rem minmax(0, 1fr);
	gap: .16rem;
	align-items: center;
	border-radius: var(--oem-radius);
	background: rgba(255, 255, 255, .11);
	backdrop-filter: blur(.12rem)
}

.n-oem-hero-capabilities .n-oem-svg {
	width: .42rem;
	height: .42rem;
	color: #f4a45e
}

.n-oem-hero-capabilities strong,
.n-oem-hero-capabilities small {
	display: block
}

.n-oem-hero-capabilities strong {
	color: #fff
}

.n-oem-hero-capabilities small {
	margin-top: .06rem;
	line-height: 1.45;
	color: rgba(255, 255, 255, .7)
}

/* Advantages */
.n-oem-advantages {
	background: #fff
}

.n-oem-advantage-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: .2rem
}

.n-oem-advantage-card {
	min-height: 3.05rem;
	padding: .34rem;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	border-radius: var(--oem-radius);
	background: #f5f8fb;
	box-shadow: 0 .12rem .32rem rgba(23, 58, 94, .05);
	transition: transform .3s ease, background-color .3s ease, box-shadow .3s ease
}

.n-oem-advantage-card:nth-child(1),
.n-oem-advantage-card:nth-child(4) {
	background: #edf4fb
}

.n-oem-advantage-card:hover {
	transform: translateY(-.04rem);
	background: #fff;
	box-shadow: 0 .18rem .42rem rgba(23, 58, 94, .1)
}

.n-oem-feature-icon {
	width: .72rem;
	height: .72rem;
	margin-bottom: .28rem;
	display: grid;
	place-items: center;
	border-radius: var(--oem-radius);
	background: var(--oem-blue);
	color: #fff
}

.n-oem-feature-icon .n-oem-svg {
	width: .4rem;
	height: .4rem
}

.n-oem-advantage-card p {
	margin-top: .16rem
}

/* Scope */
.n-oem-scope {
	background: var(--oem-light)
}

.n-oem-scope-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(3.9rem, .92fr);
	gap: .22rem;
	align-items: stretch
}

.n-oem-scope-primary,
.n-oem-scope-secondary {
	padding: .48rem;
	border-radius: var(--oem-radius);
	overflow: hidden
}

.n-oem-scope-primary {
	background: var(--oem-navy);
	color: #fff
}

.n-oem-scope-primary {
  background:
    radial-gradient(circle at 20% 10%, rgba(255,255,255,.12), transparent 28%),
    linear-gradient(135deg, rgba(8,58,122,.98), rgba(4,32,78,.98));
  position: relative;
  overflow: hidden;
}

.n-oem-scope-primary::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px);
  background-size: 36px 36px;
  opacity: .35;
  pointer-events: none;
}

.n-oem-scope-primary::after {
  content: "";
  position: absolute;
  right: -20%;
  bottom: -30%;
  width: 420px;
  height: 420px;
  background: radial-gradient(circle, rgba(255,122,24,.16), transparent 60%);
  pointer-events: none;
}


.n-oem-panel-label {
	margin-bottom: .18rem;
	color: var(--oem-orange)
}

.n-oem-scope-primary>p {
	max-width: 7.2rem;
	margin-top: .18rem;
	color: rgba(255, 255, 255, .72)
}

.n-oem-scope-list {
	margin-top: .34rem;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: .12rem
}

.n-oem-scope-list article {
	min-height: 1.52rem;
	padding: .22rem;
	display: grid;
	grid-template-columns: .46rem minmax(0, 1fr);
	gap: .15rem;
	border-radius: .06rem;
	background: rgba(255, 255, 255, .075)
}

.n-oem-scope-list .n-oem-svg {
	width: .38rem;
	height: .38rem;
	color: #f4a45e
}

.n-oem-scope-list strong,
.n-oem-scope-list span {
	display: block
}

.n-oem-scope-list strong {
	color: #fff
}

.n-oem-scope-list span {
	margin-top: .08rem;
	line-height: 1.6;
	color: rgba(255, 255, 255, .66)
}

.n-oem-scope-secondary {
	background: #fff;
	box-shadow: 0 .16rem .4rem rgba(23, 58, 94, .07)
}

.n-oem-scope-secondary .n-oem-panel-label {
	color: var(--oem-blue)
}

.n-oem-service-rows {
	margin-top: .28rem;
	display: grid;
	gap: .12rem
}

.n-oem-service-rows article {
	padding: .2rem;
	display: grid;
	grid-template-columns: .5rem minmax(0, 1fr);
	gap: .16rem;
	border-radius: .06rem;
	background: #f4f7fa
}

.n-oem-service-rows .n-oem-svg {
	width: .38rem;
	height: .38rem;
	color: var(--oem-blue)
}

.n-oem-service-rows p {
	margin-top: .06rem;
	line-height: 1.6;
	color: var(--oem-text)
}

.n-oem-scope-secondary .n-oem-text-link {
	margin-top: .24rem
}

/* Products */
.n-oem-products {
	background: #fff
}

.n-oem-product-head-actions {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: .22rem
}

.n-oem-slider-buttons {
	display: flex;
	gap: .1rem
}

.n-oem-slider-btn {
	width: .46rem;
	height: .46rem;
	border: 0;
	border-radius: 50%;
	display: inline-grid;
	place-items: center;
	background: var(--oem-soft-blue);
	color: var(--oem-blue);
	cursor: pointer;
	transition: color .25s ease, background-color .25s ease, transform .25s ease
}

.n-oem-slider-btn i {
	font-size: .24rem
}

.n-oem-slider-btn:hover {
	background: var(--oem-blue);
	color: #fff
}

.n-oem-slider-btn:active {
	transform: scale(.96)
}

.n-oem-product-wrap {
	position: relative;
	padding-bottom: .42rem
}

.n-oem-product-swiper {
	overflow: hidden
}

.n-oem-product-swiper .swiper-wrapper {
	align-items: stretch
}

.n-oem-product-swiper .swiper-slide {
	height: auto
}

.n-oem-product-card {
	width: 100%;
	min-height: 4.35rem;
	display: flex;
	flex-direction: column;
	border-radius: var(--oem-radius);
	background: #f7f9fb;
	overflow: hidden;
	transition: transform .3s ease, box-shadow .3s ease
}

.n-oem-product-card:hover {
	transform: translateY(-.04rem);
	box-shadow: 0 .18rem .42rem rgba(23, 58, 94, .1)
}

.n-oem-product-visual {
	position: relative;
	width: 100%;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	background: var(--oem-soft-blue)
}

.n-oem-product-visual img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .45s ease
}

.n-oem-product-card:hover .n-oem-product-visual img {
	transform: scale(1.035)
}

.n-oem-product-copy {
	flex: 1;
	padding: .28rem;
	display: flex;
	flex-direction: column
}

.n-oem-product-copy p {
	height: 5.4em;
	margin-top: .14rem;
	overflow: hidden
}

.n-oem-product-copy h3 {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.n-oem-product-link {
	width: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	gap: .1rem;
	margin-top: .22rem;
	padding-top: .18rem;
	border-top: 1px solid rgba(23, 58, 94, .14);
	color: var(--oem-blue);
	transition: color .25s ease
}

.n-oem-product-link .n-oem-link-svg {
	width: .2rem;
	height: .2rem;
	color: var(--oem-orange);
	transition: transform .25s ease
}

.n-oem-product-link:hover {
	color: var(--oem-orange)
}

.n-oem-product-link:hover .n-oem-link-svg {
	transform: translateX(.05rem)
}

.n-oem-product-pagination {
	bottom: 0 !important;
	display: flex;
	justify-content: center
}

.n-oem-product-pagination .swiper-pagination-bullet {
	width: .08rem;
	height: .08rem;
	margin: 0 .05rem !important;
	background: #bac7d5;
	opacity: 1
}

.n-oem-product-pagination .swiper-pagination-bullet-active {
	width: .28rem;
	border-radius: .04rem;
	background: var(--oem-orange)
}

/* Cabinet integration */
.n-oem-cabinet {
	background: #edf4fa
}

.n-oem-cabinet-grid {
	display: grid;
	grid-template-columns: minmax(0, .94fr) minmax(0, 1.06fr);
	gap: clamp(.48rem, 5vw, .9rem);
	align-items: center
}

.n-oem-cabinet-media {
	position: relative
}

.n-oem-cabinet-main-img {
	border-radius: var(--oem-radius);
	background: #dce7f0
}

.n-oem-cabinet-main-img img {
	transition: transform .7s ease
}

.n-oem-cabinet-media:hover img {
	transform: scale(1.025)
}

.n-oem-cabinet-media-note {
	position: absolute;
	right: -.22rem;
	bottom: .34rem;
	width: 2.9rem;
	padding: .2rem;
	display: grid;
	grid-template-columns: .42rem minmax(0, 1fr);
	gap: .14rem;
	align-items: center;
	border-radius: var(--oem-radius);
	background: var(--oem-navy);
	color: #fff;
	box-shadow: 0 .16rem .38rem rgba(4, 31, 73, .18)
}

.n-oem-cabinet-media-note .n-oem-svg {
	width: .36rem;
	height: .36rem;
	color: #f4a45e
}

.n-oem-check-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: .14rem .26rem
}

.n-oem-check-grid li {
	display: grid;
	grid-template-columns: .24rem minmax(0, 1fr);
	gap: .1rem;
	align-items: center;
	font-size: var(--f16);
	line-height: 1.5;
	color: var(--oem-ink)
}

.n-oem-check-grid .n-oem-svg {
	width: .22rem;
	height: .22rem;
	color: var(--oem-blue)
}

.n-oem-actions-dark {
	margin-top: .38rem
}

/* Process */
.n-oem-process {
	background: #fff
}

.n-oem-process-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: .2rem;
	list-style: none
}

.n-oem-process-grid li {
	min-height: 2.3rem;
	padding: .28rem;
	display: grid;
	grid-template-columns: .62rem minmax(0, 1fr);
	gap: .2rem;
	align-items: flex-start;
	border-radius: var(--oem-radius);
	background: #f4f7fa;
	transition: transform .3s ease, background-color .3s ease
}

.n-oem-process-grid li:hover {
	transform: translateY(-.03rem);
	background: #edf4fa
}

.n-oem-process-no {
	width: .58rem;
	height: .58rem;
	display: grid;
	place-items: center;
	border-radius: 50%;
	background: var(--oem-blue);
	font-family: Arial, sans-serif;
	font-size: var(--f18);
	font-weight: 800;
	color: #fff
}

.n-oem-process-grid p {
	margin-top: .12rem
}

/* Quality and delivery support */
.n-oem-support {
	background: var(--oem-light)
}

.n-oem-support-grid {
	display: grid;
	grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr);
	gap: clamp(.48rem, 5vw, .86rem);
	align-items: center
}

.n-oem-support-img {
	position: relative;
	border-radius: var(--oem-radius);
	background: #dce7f0
}

.n-oem-support-img span {
	position: absolute;
	left: .18rem;
	bottom: .18rem;
	max-width: calc(100% - .36rem);
	padding: .1rem .14rem;
	border-radius: .05rem;
	background: rgba(4, 31, 73, .84);
	color: #fff;
	font-weight: 700
}

.n-oem-support-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: .16rem
}

.n-oem-support-list article {
	min-height: 2.5rem;
	padding: .28rem;
	border-radius: var(--oem-radius);
	background: #fff;
	box-shadow: 0 .12rem .32rem rgba(23, 58, 94, .05)
}

.n-oem-support-icon {
	width: .58rem;
	height: .58rem;
	margin-bottom: .24rem;
	display: grid;
	place-items: center;
	border-radius: var(--oem-radius);
	background: var(--oem-soft-blue);
	color: var(--oem-blue)
}

.n-oem-support-icon .n-oem-svg {
	width: .36rem;
	height: .36rem
}

.n-oem-support-list p {
	margin-top: .12rem
}

/* Final CTA */
.n-oem-final {
	position: relative;
	isolation: isolate;
	min-height: 5.4rem;
	display: flex;
	align-items: center;
	background: var(--oem-navy-deep);
	color: #fff
}

.n-oem-final-bg,
.n-oem-final-mask {
	position: absolute;
	inset: 0
}

.n-oem-final-bg {
	z-index: -2;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center
}

.n-oem-final-mask {
	z-index: -1;
	background: linear-gradient(90deg, rgba(4, 31, 73, .98) 0%, rgba(4, 31, 73, .88) 54%, rgba(4, 31, 73, .54) 100%)
}

.n-oem-final-grid {
	padding-top: .72rem;
	padding-bottom: .72rem;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(3.7rem, .72fr);
	gap: .72rem;
	align-items: center
}

.n-oem-final-copy {
	max-width: 8.5rem
}

.n-oem-final-copy h2 {
	max-width: 7.8rem;
	margin-top: .2rem;
	color: #fff
}

.n-oem-final-copy p {
	max-width: 7.8rem;
	color: rgba(255, 255, 255, .8)
}

.n-oem-inquiry-list {
	padding: .34rem;
	border-radius: var(--oem-radius);
	background: rgba(255, 255, 255, .11);
	backdrop-filter: blur(.12rem)
}

.n-oem-inquiry-list>div {
	color: #f4a45e
}

.n-oem-inquiry-list ul {
	margin-top: .18rem;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: .13rem .22rem
}

.n-oem-inquiry-list li {
	position: relative;
	padding-left: .18rem;
	line-height: 1.45;
	color: rgba(255, 255, 255, .86)
}

.n-oem-inquiry-list li::before {
	content: "";
	position: absolute;
	top: .09rem;
	left: 0;
	width: .06rem;
	height: .06rem;
	border-radius: 50%;
	background: var(--oem-orange)
}

@media screen and (max-width:1280px) {
	.n-oem-advantage-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr))
	}

	.n-oem-scope-primary,
	.n-oem-scope-secondary {
		padding: .38rem
	}

	.n-oem-process-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr))
	}

	.n-oem-support-list article {
		min-height: 2.35rem
	}
}

@media screen and (max-width:1000px) {
	.n-oem-heading-row {
		display: block
	}

	.n-oem-heading-row>p {
		max-width: 7.8rem;
		margin-top: .2rem
	}

	.n-oem-product-head-actions {
		margin-top: .26rem;
		align-items: flex-start
	}

	.n-oem-scope-grid,
	.n-oem-cabinet-grid,
	.n-oem-support-grid,
	.n-oem-final-grid {
		grid-template-columns: 1fr
	}

	.n-oem-cabinet-grid,
	.n-oem-support-grid {
		gap: .5rem
	}

	.n-oem-cabinet-media-note {
		right: .22rem
	}

	.n-oem-final-grid {
		gap: .4rem
	}

	.n-oem-inquiry-list {
		max-width: 8rem
	}
}

@media screen and (max-width:767px) {
	.n-oem-page .xh-home-btn,
	.n-oem-btn-outline,
	.n-oem-btn-blue {
		width: 100%;
		min-height: .5rem;
		padding-right: .18rem;
		padding-left: .18rem;
		white-space: normal;
		text-align: center
	}

	.n-oem-hero {
		min-height: 8.6rem;
		align-items: flex-start
	}

	.n-oem-hero-mask {
		background: rgba(4, 31, 73, .88)
	}

	.n-oem-hero-inner {
		padding-top: .56rem;
		padding-bottom: .5rem
	}

	.n-oem-hero h1 {
		font-size: .48rem
	}

	.n-oem-hero-capabilities {
		margin-top: .4rem;
		grid-template-columns: 1fr
	}

	.n-oem-hero-capabilities>div {
		min-height: .86rem;
		padding: .16rem .18rem
	}

	.n-oem-advantage-grid {
		grid-template-columns: 1fr
	}

	.n-oem-advantage-card {
		min-height: 0;
		padding: .26rem
	}

	.n-oem-feature-icon {
		width: .6rem;
		height: .6rem
	}

	.n-oem-scope-primary,
	.n-oem-scope-secondary {
		padding: .28rem .22rem
	}

	.n-oem-scope-list {
		grid-template-columns: 1fr
	}

	.n-oem-scope-list article {
		min-height: 0;
		padding: .2rem
	}

	.n-oem-product-head-actions {
		width: 100%
	}

	.n-oem-slider-buttons {
		width: 100%;
		/* justify-content: flex-end */
	}

	.n-oem-product-card {
		min-height: 4.1rem
	}

	.n-oem-cabinet-media-note {
		position: static;
		width: 100%;
		border-radius: 0 0 var(--oem-radius) var(--oem-radius);
		box-shadow: none
	}

	.n-oem-check-grid,
	.n-oem-process-grid,
	.n-oem-support-list {
		grid-template-columns: 1fr
	}

	.n-oem-process-grid {
		gap: .14rem
	}

	.n-oem-process-grid li {
		min-height: 0;
		padding: .24rem;
		grid-template-columns: .54rem minmax(0, 1fr)
	}

	.n-oem-process-no {
		width: .5rem;
		height: .5rem
	}

	.n-oem-support-list article {
		min-height: 0;
		padding: .25rem
	}

	.n-oem-final {
		min-height: 0
	}

	.n-oem-final-mask {
		background: rgba(4, 31, 73, .91)
	}

	.n-oem-final-grid {
		padding-top: .62rem;
		padding-bottom: .62rem
	}

	.n-oem-final-copy h2 {
		font-size: .42rem
	}

	.n-oem-inquiry-list {
		padding: .26rem .22rem
	}
	.n-oem-page .xh-home-btn, .n-oem-btn-outline, .n-oem-btn-blue{
		min-height: 0.8rem;
	}
	.n-oem-slider-btn{
		width: 0.64rem;
		height: 0.64rem;
	}
	.n-oem-product-link .n-oem-link-svg{
		width: 0.3rem;
		height: 0.3rem;
	}
}

@media screen and (max-width:480px) {
	.n-oem-inquiry-list ul {
		grid-template-columns: 1fr
	}
}

@media (prefers-reduced-motion: reduce) {
	.n-oem-page *,
	.n-oem-page *::before,
	.n-oem-page *::after {
		scroll-behavior: auto !important;
		transition-duration: .01ms !important;
		animation-duration: .01ms !important
	}
}
