/*
Theme Name: Amprisen Block Theme
Theme URI: https://www.amprisen.com
Author: Codex
Description: Legacy-style block theme scaffold for the Amprisen WordPress migration.
Requires at least: 6.5
Tested up to: 6.9
Requires PHP: 8.1
Version: 0.8.4
Text Domain: amprisen
*/

:root {
	--amprisen-ink: #1f1f1f;
	--amprisen-body: #666;
	--amprisen-line: #d9d9d9;
	--amprisen-panel: #ffffff;
	--amprisen-bg: #fff;
	--amprisen-blue: #0090d3;
	--amprisen-blue-deep: #2f6597;
	--amprisen-navy: #0f3354;
	--amprisen-teal: #174a67;
	--amprisen-green: #5b8f25;
	--amprisen-footer: #202020;
}

html {
	scroll-behavior: smooth;
	overflow-x: hidden;
}

body {
	margin: 0;
	overflow-x: hidden;
	padding-top: var(--amprisen-sticky-header-total-height) !important;
	background: var(--amprisen-bg);
	color: var(--amprisen-body);
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 1.7;
}

a {
	color: #2b6a93;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

.wp-site-blocks {
	min-height: 100vh;
	padding: 0;
}

.amprisen-legacy-container {
	max-width: var(--amprisen-content-max);
	margin: 0 auto;
	padding: 0 16px;
	box-sizing: border-box;
}

.amprisen-legacy-page-shell {
	padding: 0 0 40px;
}

:root {
	--amprisen-content-max: 1400px;
	--amprisen-sidebar-width: 284px;
	--amprisen-layout-gap: 24px;
	--amprisen-sticky-topbar-height: 45px;
	--amprisen-sticky-header-total-height: 158px;
}

.wp-site-blocks > header.wp-block-template-part {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	z-index: 10020;
	overflow: visible;
	background: #fff;
}

.amprisen-legacy-topbar {
	position: sticky;
	top: 0;
	z-index: 10020;
	background: #0a445c;
	color: #fff;
	font-size: 14px;
}

.amprisen-legacy-topbar-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 36px;
	gap: 16px;
}

.amprisen-legacy-topbar-links {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
}

.amprisen-legacy-topbar-social {
	display: flex;
	align-items: center;
	gap: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

.amprisen-legacy-topbar-links a,
.amprisen-legacy-topbar-links span,
.amprisen-legacy-topbar-social a {
	display: inline-flex;
	align-items: center;
	width: auto;
	height: auto;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
	font-size: 14px;
	line-height: 1.7em;
	font-weight: 400;
	text-transform: none;
}

.amprisen-legacy-topbar-social svg,
.amprisen-legacy-topbar-social img,
.amprisen-legacy-topbar-social [class*="icon"],
.amprisen-legacy-topbar-social [class*="social-icon"] {
	display: none !important;
}

.amprisen-legacy-topbar a,
.amprisen-legacy-topbar span,
.amprisen-legacy-topbar-copy {
	color: #fff;
}

.amprisen-legacy-header-shell {
	position: sticky;
	top: var(--amprisen-sticky-topbar-height);
	z-index: 10019;
	overflow: visible;
	background: #fff;
	border-bottom: 1px solid #ececec;
}

.amprisen-legacy-brand-row {
	position: relative;
	z-index: 1001;
	overflow: visible;
	padding-top: 12px;
	padding-bottom: 12px;
	gap: 20px;
}

.amprisen-legacy-brand-lockup {
	flex: 1 1 auto;
}

.amprisen-legacy-logo-mark {
	display: inline-flex;
	align-items: center;
	gap: 14px;
	color: var(--amprisen-ink);
}

.amprisen-legacy-logo-mark:hover {
	text-decoration: none;
}

.amprisen-legacy-logo-image {
	width: 250px;
	max-width: 100%;
	height: auto;
}

.amprisen-legacy-brand-cta {
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
}

.amprisen-legacy-brand-cta p {
	margin: 0 0 8px;
	font-size: 12px;
	color: #666;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.amprisen-legacy-brand-cta a,
.amprisen-legacy-hero-actions a,
.amprisen-legacy-outline-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	padding: 0 28px;
	border: 2px solid #0a445c;
	border-radius: 3px;
	background: #0a445c;
	color: #fff;
	font-weight: 700;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	font-family: Arial, Helvetica, sans-serif;
}

.amprisen-legacy-brand-cta a:hover,
.amprisen-legacy-hero-actions a:hover,
.amprisen-legacy-outline-button:hover {
	text-decoration: none;
	filter: brightness(0.96);
}

.amprisen-legacy-nav-shell {
	position: relative;
	z-index: 1002;
	align-self: stretch;
	display: flex;
	align-items: stretch;
	overflow: visible;
	background: #fff;
	border-top: 1px solid #ececec;
}

.amprisen-legacy-primary-nav {
	position: relative;
	z-index: 1003;
	overflow: visible;
	min-height: 60px;
}

.amprisen-legacy-primary-nav .wp-block-navigation-item__content {
	padding: 16px 30px 14px;
	color: #333;
	font-size: 16px;
	font-weight: 700;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1;
	text-transform: uppercase;
}

.amprisen-legacy-primary-nav .wp-block-navigation-item__content:hover,
.amprisen-legacy-primary-nav .current-menu-item > .wp-block-navigation-item__content {
	color: #5b8f25;
	text-decoration: none;
}

.amprisen-legacy-primary-nav .wp-block-navigation__submenu-container {
	z-index: 1004;
	background: #edf3f5;
	border: 1px solid #dfe8ec;
	padding: 8px 0;
	min-width: 240px;
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}

.amprisen-legacy-primary-nav .wp-block-navigation__submenu-container .wp-block-navigation-item__content {
	padding: 10px 18px;
	font-size: 14px;
	font-weight: 700;
}

nav.wp-block-navigation.amprisen-legacy-primary-nav {
	display: none !important;
}

.amprisen-legacy-primary-nav {
	position: relative;
	z-index: 1003;
	display: flex;
	align-items: center;
	min-height: 88px;
	overflow: visible;
	font-family: Arial, Helvetica, sans-serif;
}

.amprisen-legacy-desktop-nav-list {
	display: flex;
	align-items: stretch;
	min-height: 88px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.amprisen-legacy-nav-item {
	position: relative;
	display: flex;
	align-items: stretch;
}

.amprisen-legacy-nav-link {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 88px;
	padding: 0 28px;
	color: #5c5c5c;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	white-space: nowrap;
}

.amprisen-legacy-nav-link:hover,
.amprisen-legacy-nav-item:focus-within > .amprisen-legacy-nav-link {
	color: #2f6597;
	text-decoration: none;
}

.amprisen-legacy-nav-link--has-menu::after {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 7px;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 5px solid currentColor;
}

.amprisen-legacy-mega-menu {
	--amprisen-mega-offset: -50%;
	--amprisen-mega-slide: 34px;
	position: absolute;
	top: 100%;
	left: 50%;
	z-index: 10000;
	display: grid;
	box-sizing: border-box;
	background: #edf3f5;
	border: 0;
	box-shadow: 0 18px 34px rgba(10, 68, 92, .14);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translate(calc(var(--amprisen-mega-offset) + var(--amprisen-mega-slide)), -4px) scale(.985);
	transform-origin: top center;
	filter: blur(2px);
	clip-path: inset(0 0 0 12%);
	contain: paint;
	will-change: opacity, transform, filter, clip-path;
	transition:
		opacity .28s ease,
		transform .34s cubic-bezier(.2, .75, .2, 1),
		filter .34s ease,
		clip-path .34s cubic-bezier(.2, .75, .2, 1),
		visibility 0s linear .34s;
}

.amprisen-legacy-nav-item:hover > .amprisen-legacy-mega-menu,
.amprisen-legacy-nav-item:focus-within > .amprisen-legacy-mega-menu {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transform: translate(var(--amprisen-mega-offset), 0) scale(1);
	filter: blur(0);
	clip-path: inset(0);
	transition-delay: 0s;
}

.amprisen-legacy-products-mega {
	--amprisen-mega-offset: -34%;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0;
	width: min(1080px, calc(100vw - 140px));
	min-height: 172px;
	padding: 18px 18px 14px;
}

.amprisen-legacy-news-mega {
	--amprisen-mega-offset: -44%;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	width: 640px;
	min-height: 82px;
	padding: 18px 20px;
}

.amprisen-legacy-support-mega {
	--amprisen-mega-offset: -44%;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	width: 420px;
	min-height: 82px;
	padding: 0 20px 10px;
}

.amprisen-legacy-mega-column {
	min-width: 0;
	padding: 0 18px;
	opacity: 0;
	transform: translateX(18px);
	transition:
		opacity .24s ease,
		transform .34s cubic-bezier(.2, .75, .2, 1);
	will-change: opacity, transform;
}

.amprisen-legacy-nav-item:hover > .amprisen-legacy-mega-menu .amprisen-legacy-mega-column,
.amprisen-legacy-nav-item:focus-within > .amprisen-legacy-mega-menu .amprisen-legacy-mega-column {
	opacity: 1;
	transform: translateX(0);
}

.amprisen-legacy-nav-item:hover > .amprisen-legacy-mega-menu .amprisen-legacy-mega-column:nth-child(1),
.amprisen-legacy-nav-item:focus-within > .amprisen-legacy-mega-menu .amprisen-legacy-mega-column:nth-child(1) {
	transition-delay: .04s;
}

.amprisen-legacy-nav-item:hover > .amprisen-legacy-mega-menu .amprisen-legacy-mega-column:nth-child(2),
.amprisen-legacy-nav-item:focus-within > .amprisen-legacy-mega-menu .amprisen-legacy-mega-column:nth-child(2) {
	transition-delay: .07s;
}

.amprisen-legacy-nav-item:hover > .amprisen-legacy-mega-menu .amprisen-legacy-mega-column:nth-child(3),
.amprisen-legacy-nav-item:focus-within > .amprisen-legacy-mega-menu .amprisen-legacy-mega-column:nth-child(3) {
	transition-delay: .1s;
}

.amprisen-legacy-nav-item:hover > .amprisen-legacy-mega-menu .amprisen-legacy-mega-column:nth-child(4),
.amprisen-legacy-nav-item:focus-within > .amprisen-legacy-mega-menu .amprisen-legacy-mega-column:nth-child(4) {
	transition-delay: .13s;
}

.amprisen-legacy-nav-item:hover > .amprisen-legacy-mega-menu .amprisen-legacy-mega-column:nth-child(5),
.amprisen-legacy-nav-item:focus-within > .amprisen-legacy-mega-menu .amprisen-legacy-mega-column:nth-child(5) {
	transition-delay: .16s;
}

.amprisen-legacy-news-mega .amprisen-legacy-mega-column {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 16px;
	text-align: center;
}

.amprisen-legacy-support-mega .amprisen-legacy-mega-column {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	padding: 0;
	text-align: left;
}

.amprisen-legacy-mega-column a {
	display: block;
	color: #333;
	font-size: 14px;
	line-height: 28px;
	text-align: left;
}

.amprisen-legacy-news-mega .amprisen-legacy-mega-column a {
	text-align: center;
}

.amprisen-legacy-support-mega .amprisen-legacy-mega-heading {
	margin: 18px 0 0;
	padding: 4px 20px 0;
	border-top: 0 solid transparent;
	font-size: 14px !important;
	font-weight: 700;
	line-height: 28px;
	text-align: left;
}

.amprisen-legacy-support-mega .amprisen-legacy-mega-heading:hover,
.amprisen-legacy-support-mega .amprisen-legacy-mega-heading:focus-visible {
	padding-top: 0;
	border-top-width: 4px;
	border-top-color: #2f6597;
}

.amprisen-legacy-mega-column a:hover {
	color: #2f6597;
	text-decoration: none;
}

.amprisen-legacy-mega-heading {
	margin-bottom: 8px;
	font-size: 16px !important;
	font-weight: 700;
	line-height: 30px;
}

.amprisen-legacy-mobile-nav-toggle,
.amprisen-legacy-mobile-nav-panel {
	display: none;
}

@media (prefers-reduced-motion: reduce) {
	.amprisen-legacy-mega-menu,
	.amprisen-legacy-mega-column,
	.amprisen-legacy-mobile-nav-toggle span {
		transition: none !important;
	}

	.amprisen-legacy-mega-menu {
		transform: translate(var(--amprisen-mega-offset), 0);
		filter: none;
		clip-path: none;
	}

	.amprisen-legacy-mega-column {
		opacity: 1;
		transform: none;
	}
}

.amprisen-legacy-hero {
	background: #fff;
	padding: 0 0 16px;
}

.amprisen-legacy-hero-stage {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 246px;
	gap: 0;
	background: #fff;
}

.amprisen-legacy-hero-main {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 640px;
	overflow: hidden;
	background: #0b1620;
}

.amprisen-legacy-hero-video {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.amprisen-legacy-hero-overlay {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	width: 100%;
	min-height: 640px;
	padding: 54px 70px 94px;
	background:
		linear-gradient(90deg, rgba(0, 0, 0, 0.56), rgba(0, 0, 0, 0.18) 54%, rgba(0, 0, 0, 0.08)),
		linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.24));
}

.amprisen-legacy-hero-copy {
	max-width: 640px;
	color: #fff;
}

.amprisen-legacy-section-kicker {
	margin: 0 0 12px;
	color: #d9e8b2;
	font-weight: 700;
	font-size: 12px;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
}

.amprisen-legacy-hero-copy h1,
.amprisen-legacy-section-heading h2,
.amprisen-legacy-about-copy h2,
.amprisen-legacy-content-card h1,
.amprisen-legacy-content-card h2,
.amprisen-legacy-content-card h3 {
	margin: 0 0 14px;
	color: #222;
	line-height: 1.25;
}

.amprisen-legacy-hero-copy h1 {
	color: #fff;
	font-size: 56px;
	max-width: 640px;
	line-height: 1.18;
	text-shadow: 0 2px 16px rgba(0, 0, 0, 0.28);
}

.amprisen-legacy-hero-copy p:last-of-type {
	max-width: 590px;
	font-size: 16px;
	line-height: 1.8;
	color: rgba(255, 255, 255, 0.92);
}

.amprisen-legacy-hero-side-caption {
	position: absolute;
	right: 264px;
	bottom: 26px;
	z-index: 3;
}

.amprisen-legacy-hero-side-caption p {
	margin: 0;
	color: rgba(255, 255, 255, 0.88);
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.16em;
}

.amprisen-legacy-hero-dots {
	position: absolute;
	z-index: 3;
	left: 70px;
	bottom: 24px;
	display: flex;
	gap: 14px;
}

.amprisen-legacy-hero-dots span {
	display: block;
	width: 50px;
	height: 2px;
	background: rgba(255, 255, 255, 0.35);
}

.amprisen-legacy-hero-dots .is-active {
	background: #0089f5;
}

.amprisen-legacy-hero-thumbs {
	display: grid;
	grid-template-columns: 1fr;
}

.amprisen-legacy-hero-thumb {
	position: relative;
	min-height: 160px;
	overflow: hidden;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

.amprisen-legacy-hero-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.amprisen-legacy-hero-thumb span {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 13px 14px;
	background: linear-gradient(180deg, transparent, rgba(7, 20, 31, 0.88));
	color: #fff;
	font-weight: 700;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

.amprisen-legacy-hero-actions {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
	margin-top: 26px;
}

.amprisen-legacy-hero-actions a:last-child {
	background: transparent;
	border-color: #fff;
}

.amprisen-legacy-shortcuts {
	background: #fff;
	border-bottom: 1px solid #ececec;
}

.amprisen-legacy-shortcuts-row {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.amprisen-legacy-shortcuts-row a {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 56px;
	border-right: 1px solid #ececec;
	color: #333;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 700;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 8px 12px;
}

.amprisen-legacy-shortcuts-row a:last-child {
	border-right: 0;
}

.amprisen-legacy-shortcuts-row a:hover {
	background: #f4f7f8;
	text-decoration: none;
}

.amprisen-legacy-home-section {
	padding: 44px 0 12px;
}

.amprisen-legacy-section-heading {
	text-align: center;
	margin-bottom: 18px;
}

.amprisen-legacy-section-heading h2 {
	max-width: 760px;
	margin: 0 auto;
	font-size: 30px;
}

.wp-block-query .wp-block-post-template {
	row-gap: 12px;
	column-gap: 0;
}

.amprisen-legacy-home-product-card {
	background: #fff;
	border: 1px solid #efefef;
	padding: 10px 10px 18px;
	height: 100%;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.09);
}

.amprisen-legacy-home-product-card .wp-block-post-featured-image {
	margin-bottom: 10px;
}

.amprisen-legacy-home-product-card .wp-block-post-featured-image a {
	display: block;
	aspect-ratio: 1 / 1.03;
}

.amprisen-legacy-home-product-card .wp-block-post-featured-image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.amprisen-legacy-home-product-card h3 {
	font-size: 15px;
	margin-bottom: 18px;
	line-height: 1.46;
	text-align: center;
}

.amprisen-legacy-card-series {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 15px;
	color: var(--amprisen-blue);
	text-transform: none;
	letter-spacing: 0;
	font-weight: 400;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

.amprisen-legacy-card-actions {
	display: flex;
	gap: 7px;
	flex-wrap: nowrap;
	margin-top: 0;
	margin-bottom: 0;
}

.amprisen-legacy-card-actions a {
	flex: 1 1 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	box-sizing: border-box;
	min-width: 0;
	min-height: 36px;
	padding: 0 8px;
	border: 1px solid var(--amprisen-blue);
	border-radius: 5px;
	background: #fff;
	color: var(--amprisen-blue);
	font-size: 13px;
	font-weight: 400;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: none;
	white-space: nowrap;
}

.amprisen-legacy-card-actions a::before {
	display: inline-block;
	font-size: 14px;
	line-height: 1;
}

.amprisen-legacy-card-actions a:first-child {
	background: var(--amprisen-blue);
	border-color: var(--amprisen-blue);
	color: #fff;
}

.amprisen-legacy-card-actions a:first-child::before {
	content: "\2709";
}

.amprisen-legacy-card-actions a:last-child::before {
	content: "\1F6D2";
}

.amprisen-legacy-home-about {
	padding-bottom: 52px;
}

.amprisen-legacy-dark-band {
	background: #0a445c;
	padding: 56px 0 64px;
	color: #fff;
}

.amprisen-legacy-section-heading-light h2 {
	color: #fff;
}

.amprisen-legacy-section-heading-light .amprisen-legacy-section-kicker {
	color: #d6e8f0;
}

.amprisen-legacy-advantage-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}

.amprisen-legacy-advantage-card {
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.12);
	padding: 24px 22px 26px;
}

.amprisen-legacy-advantage-card img {
	width: 110px;
	height: 110px;
	margin: 0 auto 16px;
	object-fit: contain;
}

.amprisen-legacy-advantage-card h3 {
	margin: 0 0 12px;
	color: #fff;
	font-size: 22px;
	text-align: center;
}

.amprisen-legacy-advantage-card p {
	margin: 0;
	color: rgba(255, 255, 255, 0.88);
	text-align: center;
}

.amprisen-legacy-about-grid {
	display: grid;
	grid-template-columns: 1.05fr 1.2fr 0.8fr;
	gap: 24px;
	align-items: start;
}

.amprisen-legacy-about-image img {
	height: 100%;
	min-height: 360px;
	object-fit: cover;
}

.amprisen-legacy-about-copy,
.amprisen-legacy-about-box,
.amprisen-legacy-content-card,
.amprisen-legacy-sidebar-nav,
.amprisen-legacy-side-form,
.amprisen-legacy-contact-box {
	background: #fff;
	border: 1px solid #e3e3e3;
}

.amprisen-legacy-about-copy {
	padding: 24px;
}

.amprisen-legacy-about-copy h2 {
	font-size: 28px;
}

.amprisen-legacy-about-copy ul {
	padding-left: 18px;
	margin: 14px 0 22px;
}

.amprisen-legacy-about-side {
	display: grid;
	gap: 18px;
}

.amprisen-legacy-about-stat-strip {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
	margin-top: 18px;
}

.amprisen-legacy-about-stat {
	padding: 18px 16px;
	background: #fff;
	border: 1px solid #e3e3e3;
	text-align: center;
}

.amprisen-legacy-about-stat strong {
	display: block;
	margin-bottom: 6px;
	color: #163e5f;
	font-size: 22px;
	font-family: Arial, Helvetica, sans-serif;
}

.amprisen-legacy-about-stat span {
	display: block;
	color: #666;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.amprisen-legacy-about-box {
	padding: 22px;
}

.amprisen-legacy-about-box-has-media {
	padding: 0;
	overflow: hidden;
}

.amprisen-legacy-about-box-has-media img {
	width: 100%;
	height: 160px;
	object-fit: cover;
}

.amprisen-legacy-about-box-has-media h3,
.amprisen-legacy-about-box-has-media p {
	padding-left: 22px;
	padding-right: 22px;
}

.amprisen-legacy-about-box-has-media h3 {
	margin-top: 18px;
}

.amprisen-legacy-about-box-has-media p {
	padding-bottom: 22px;
}

.amprisen-legacy-about-box h3 {
	font-size: 20px;
}

.amprisen-legacy-outline-button {
	background: transparent;
	color: var(--amprisen-green);
}

.amprisen-legacy-breadcrumbs {
	padding: 16px 0;
	font-size: 12px;
	color: #666;
}

.amprisen-legacy-main-columns {
	gap: 24px;
}

.amprisen-legacy-sidebar-nav h3,
.amprisen-legacy-side-form h3,
.amprisen-legacy-contact-box h3 {
	margin: 0;
	padding: 14px 18px;
	background: var(--amprisen-navy);
	color: #fff;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
}

.amprisen-legacy-sidebar-nav ul,
.amprisen-legacy-contact-box p {
	margin: 0;
}

.amprisen-legacy-sidebar-nav ul {
	list-style: none;
	padding: 0;
}

.amprisen-legacy-sidebar-nav li {
	border-top: 1px solid #ececec;
}

.amprisen-legacy-sidebar-nav a {
	display: block;
	padding: 12px 18px;
	color: #333;
	font-weight: 700;
	font-family: Arial, Helvetica, sans-serif;
}

.amprisen-legacy-sidebar-nav a:hover {
	background: #f7fbfd;
	color: #5b8f25;
	text-decoration: none;
}

.amprisen-legacy-side-form {
	margin-top: 20px;
}

.amprisen-legacy-side-form form {
	padding: 18px;
	display: grid;
	gap: 10px;
}

.amprisen-legacy-side-form input,
.amprisen-legacy-side-form textarea {
	width: 100%;
	box-sizing: border-box;
	padding: 10px 12px;
	border: 1px solid #d9d9d9;
	font: inherit;
}

.amprisen-legacy-side-form textarea {
	min-height: 110px;
	resize: vertical;
}

.amprisen-legacy-side-form button {
	min-height: 38px;
	border: 0;
	background: var(--amprisen-green);
	color: #fff;
	font-weight: 700;
	cursor: pointer;
}

.amprisen-legacy-contact-box {
	margin-top: 20px;
}

.amprisen-legacy-contact-box p {
	padding: 12px 18px;
	border-top: 1px solid #ececec;
}

.amprisen-legacy-content-card {
	padding: 24px;
}

.amprisen-legacy-page-shell > .amprisen-legacy-container,
.amprisen-legacy-page-shell .amprisen-legacy-container {
	width: calc(100% - 32px);
	max-width: var(--amprisen-content-max) !important;
	margin-left: auto !important;
	margin-right: auto !important;
	padding-left: 0;
	padding-right: 0;
	box-sizing: border-box;
}

.amprisen-legacy-page-shell .amprisen-legacy-container > .amprisen-legacy-breadcrumbs,
.amprisen-legacy-page-shell .amprisen-legacy-container > .amprisen-legacy-content-card,
.amprisen-legacy-page-shell .amprisen-legacy-container > .amprisen-legacy-main-columns {
	max-width: none !important;
	width: 100%;
	margin-left: 0 !important;
	margin-right: 0 !important;
	box-sizing: border-box;
}

.amprisen-legacy-page-card,
.amprisen-legacy-simple-detail-card,
.amprisen-legacy-simple-archive-card {
	padding: 30px 34px;
}

.amprisen-legacy-page-card > .wp-block-post-content,
.amprisen-legacy-simple-detail-card > .wp-block-post-content {
	color: #545454;
	font-size: 17px;
	line-height: 1.82;
}

.amprisen-legacy-page-card > .wp-block-post-content p,
.amprisen-legacy-simple-detail-card > .wp-block-post-content p {
	margin-top: 0;
	margin-bottom: 18px;
}

.amprisen-legacy-simple-archive-card > h1,
.amprisen-legacy-simple-detail-card > h1 {
	margin: 0 0 18px;
	color: #222;
	font-family: Arial, Helvetica, sans-serif;
	font-size: clamp(30px, 2vw, 38px);
	font-weight: 700;
	line-height: 1.25;
}

.amprisen-legacy-simple-archive .wp-block-post-template {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
	gap: 22px;
	max-width: none !important;
	width: 100%;
	margin-left: 0 !important;
	margin-right: 0 !important;
	padding: 0;
}

.amprisen-legacy-simple-archive .wp-block-post-template > li {
	margin: 0;
	padding: 20px 22px;
	border: 1px solid #ececec;
	background: #fff;
	box-sizing: border-box;
}

.amprisen-legacy-simple-archive .wp-block-post-title {
	margin: 0 0 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 1.35;
}

.amprisen-legacy-simple-archive .wp-block-post-excerpt {
	margin: 0;
	color: #555;
	font-size: 15px;
	line-height: 1.75;
}

.amprisen-legacy-product-layout {
	gap: 24px;
	align-items: flex-start;
}

.amprisen-legacy-page-shell .amprisen-legacy-container:has(.amprisen-legacy-product-layout) {
	width: calc(100% - 32px);
	max-width: var(--amprisen-content-max);
	padding-left: 0;
	padding-right: 0;
}

.amprisen-legacy-page-shell .amprisen-legacy-container:has(.amprisen-legacy-product-layout) > .amprisen-legacy-breadcrumbs,
.amprisen-legacy-page-shell .amprisen-legacy-container:has(.amprisen-legacy-product-layout) > .amprisen-legacy-product-layout {
	max-width: var(--amprisen-content-max) !important;
	width: 100%;
	margin-left: auto !important;
	margin-right: auto !important;
}

.amprisen-legacy-product-layout.wp-block-columns {
	margin-top: 0;
	margin-bottom: 0;
}

.amprisen-legacy-product-sidebar {
	flex: 0 0 var(--amprisen-sidebar-width) !important;
	max-width: var(--amprisen-sidebar-width);
}

.amprisen-legacy-product-main {
	flex: 1 1 auto !important;
	min-width: 0;
}

.amprisen-legacy-product-sidebar-nav {
	border: 0;
	background: transparent;
}

.amprisen-legacy-product-sidebar-nav h3 {
	margin-bottom: 8px;
	padding: 0 0 0 18px;
	background: #0a445c;
	color: #fff;
	font-size: 22px;
	font-weight: 400;
	line-height: 66px;
	text-transform: uppercase;
}

.amprisen-legacy-product-category-tree,
.amprisen-legacy-product-category-tree ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.amprisen-legacy-product-category-tree {
	padding: 0 10px 0 22px;
	background: #fff;
	border-radius: 4px;
}

.amprisen-legacy-product-category-tree li {
	position: relative;
	border-top: 0;
}

.amprisen-legacy-product-category-tree > li + li {
	border-top: 1px solid #ededed;
}

.amprisen-legacy-product-category-tree a {
	position: relative;
	display: block;
	padding: 0 10px 0 14px;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 36px;
	text-align: left;
}

.amprisen-legacy-product-category-tree > li > a::before {
	content: "";
	position: absolute;
	left: 0;
	top: 15px;
	width: 4px;
	height: 4px;
	border-radius: 999px;
	background: #333;
}

.amprisen-legacy-product-category-tree .is-current > a,
.amprisen-legacy-product-category-tree a:hover {
	color: #2f6597;
	text-decoration: none;
}

.amprisen-legacy-product-category-tree .is-current > a::before,
.amprisen-legacy-product-category-tree > li > a:hover::before {
	background: #2f6597;
}

.amprisen-legacy-product-category-tree ul {
	padding-left: 14px;
}

.amprisen-legacy-product-category-tree ul a {
	padding-left: 12px;
	font-size: 13px;
	line-height: 28px;
	color: #666;
}

.amprisen-legacy-product-category-tree ul ul a {
	font-size: 12px;
	line-height: 24px;
	color: #777;
}

.amprisen-legacy-product-list-card,
.amprisen-legacy-product-detail-shell {
	padding: 0;
	border: 0;
	background: transparent;
}

.amprisen-legacy-product-list-card .wp-block-query-title,
.amprisen-legacy-product-archive-title {
	margin: 0 0 12px;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: 400;
	line-height: 1.8;
}

.amprisen-legacy-product-list-card .term-description,
.amprisen-legacy-product-list-card .taxonomy-description {
	margin: 0 0 18px;
	color: #555;
	font-size: 14px;
	line-height: 1.7;
}

.amprisen-legacy-product-list-card .wp-block-query {
	width: 100%;
	max-width: none !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.amprisen-legacy-product-list-card .wp-block-post-template {
	gap: 0 !important;
	width: 100%;
	max-width: none !important;
	padding-left: 0;
	padding-right: 0;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.amprisen-legacy-product-list-card .wp-block-post-template.is-layout-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.amprisen-legacy-product-list-card .wp-block-post-template.is-layout-grid:has(> li:first-child:nth-last-child(2)),
.amprisen-legacy-product-list-card .wp-block-post-template.is-layout-grid:has(> li:first-child:nth-last-child(2) ~ li) {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.amprisen-legacy-product-list-card .wp-block-post-template.is-layout-grid:has(> li:first-child:nth-last-child(3)),
.amprisen-legacy-product-list-card .wp-block-post-template.is-layout-grid:has(> li:first-child:nth-last-child(3) ~ li) {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.amprisen-legacy-product-list-card .wp-block-post-template.is-layout-grid:has(> li:only-child) {
	grid-template-columns: minmax(0, 1fr);
	justify-content: stretch;
}

.amprisen-legacy-product-list-card .wp-block-post-template.is-layout-grid:has(> li:first-child:nth-last-child(2)) .amprisen-legacy-product-grid-image,
.amprisen-legacy-product-list-card .wp-block-post-template.is-layout-grid:has(> li:first-child:nth-last-child(2) ~ li) .amprisen-legacy-product-grid-image,
.amprisen-legacy-product-list-card .wp-block-post-template.is-layout-grid:has(> li:first-child:nth-last-child(2)) .wp-block-post-featured-image,
.amprisen-legacy-product-list-card .wp-block-post-template.is-layout-grid:has(> li:first-child:nth-last-child(2) ~ li) .wp-block-post-featured-image,
.amprisen-legacy-product-list-card .wp-block-post-template.is-layout-grid:has(> li:first-child:nth-last-child(2)) .wp-block-post-title,
.amprisen-legacy-product-list-card .wp-block-post-template.is-layout-grid:has(> li:first-child:nth-last-child(2) ~ li) .wp-block-post-title,
.amprisen-legacy-product-list-card .wp-block-post-template.is-layout-grid:has(> li:first-child:nth-last-child(2)) .amprisen-legacy-card-actions,
.amprisen-legacy-product-list-card .wp-block-post-template.is-layout-grid:has(> li:first-child:nth-last-child(2) ~ li) .amprisen-legacy-card-actions {
	max-width: 436px;
	margin-left: auto !important;
	margin-right: auto !important;
}

.amprisen-legacy-product-list-card .wp-block-post-template.is-layout-grid:has(> li:only-child) .amprisen-legacy-product-grid-card {
	display: grid;
	grid-template-columns: minmax(360px, 52%) minmax(280px, 1fr);
	align-items: center;
	column-gap: 34px;
	min-height: 0;
	padding: 22px 24px !important;
	border: 1px solid #e9e9e9;
	background: #fff;
	box-shadow: 0 8px 22px rgba(0, 0, 0, .04);
}

.amprisen-legacy-product-list-card .wp-block-post-template.is-layout-grid:has(> li:only-child) .amprisen-legacy-product-grid-image,
.amprisen-legacy-product-list-card .wp-block-post-template.is-layout-grid:has(> li:only-child) .wp-block-post-featured-image {
	grid-row: span 3;
	max-width: none;
	margin: 0 !important;
}

.amprisen-legacy-product-list-card .wp-block-post-template.is-layout-grid:has(> li:only-child) .wp-block-post-title {
	align-self: end;
	max-width: none;
	min-height: 0;
	margin: 0 0 20px;
	text-align: left;
	-webkit-line-clamp: 4;
}

.amprisen-legacy-product-list-card .wp-block-post-template.is-layout-grid:has(> li:only-child) .wp-block-post-title a {
	color: #333;
	font-size: 22px;
	line-height: 1.35;
}

.amprisen-legacy-product-list-card .wp-block-post-template.is-layout-grid:has(> li:only-child) .amprisen-legacy-product-card-series {
	align-self: end;
	margin-bottom: 4px;
	text-align: left;
}

.amprisen-legacy-product-list-card .wp-block-post-template.is-layout-grid:has(> li:only-child) .amprisen-legacy-card-actions {
	position: static;
	align-self: start;
	max-width: 360px;
	margin: 0 !important;
	grid-template-columns: 1fr 1.12fr;
}

.amprisen-legacy-product-list-card .wp-block-post-template > li {
	margin: 0 !important;
}

.amprisen-legacy-product-grid-card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 318px;
	margin: 0 !important;
	padding: 0 8px 70px !important;
	background: transparent;
	border: 0;
	box-sizing: border-box;
}

.amprisen-legacy-product-grid-card:hover .amprisen-legacy-product-grid-image img {
	filter: brightness(.82);
	transform: scale(1.035);
}

.amprisen-legacy-product-grid-image {
	margin: 0 0 10px !important;
	overflow: hidden;
	background: #fff;
}

.amprisen-legacy-product-grid-image a {
	display: block;
	height: 100%;
}

.amprisen-legacy-product-grid-image img {
	width: 100%;
	height: 100%;
	object-fit: contain !important;
	transition: transform .28s ease, filter .28s ease;
}

.amprisen-legacy-product-grid-card h3 {
	display: -webkit-box;
	min-height: 40px;
	margin: 0 0 10px;
	overflow: hidden;
	color: #545454;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	text-align: center;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.amprisen-legacy-product-grid-card h3 a {
	color: inherit;
}

.amprisen-legacy-product-grid-card h3 a:hover {
	color: #2f6597;
	text-decoration: none;
}

.amprisen-legacy-product-grid-card .amprisen-legacy-card-actions {
	position: absolute;
	left: 8px;
	right: 8px;
	bottom: 10px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 6px;
	margin: 0;
	padding: 0;
}

.amprisen-legacy-product-grid-card .amprisen-legacy-card-actions a {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	padding: 0 8px;
	border: 1px solid #eee;
	background: #eee;
	color: #0a445c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.2;
	text-align: center;
}

.amprisen-legacy-product-grid-card .amprisen-legacy-card-actions a:last-child {
	border-color: #0a445c;
	background: #0a445c;
	color: #fff;
}

.amprisen-legacy-product-grid-card .amprisen-legacy-card-actions a:hover {
	background: #2f6597;
	border-color: #2f6597;
	color: #fff;
	text-decoration: none;
}

.amprisen-legacy-product-list-card .wp-block-query-pagination {
	margin-top: 28px;
	font-family: Arial, Helvetica, sans-serif;
}

.amprisen-legacy-product-list-card .wp-block-query-pagination a,
.amprisen-legacy-product-list-card .wp-block-query-pagination span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 32px;
	min-height: 32px;
	padding: 0 10px;
	border: 1px solid #ddd;
	background: #fff;
	color: #333;
	font-size: 13px;
}

.amprisen-legacy-product-list-card .wp-block-query-pagination .current,
.amprisen-legacy-product-list-card .wp-block-query-pagination a:hover {
	border-color: #0a445c;
	background: #0a445c;
	color: #fff;
	text-decoration: none;
}

.amprisen-seo-guide {
	margin: 34px 0 0;
	padding: 24px 26px 26px;
	border: 1px solid #e4e4e4;
	background: #fff;
	color: #545454;
	font-size: 14px;
	line-height: 1.75;
}

.amprisen-seo-guide__eyebrow {
	margin: 0 0 4px;
	color: #5b8f25;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.amprisen-seo-guide__intro h2 {
	margin: 0 0 10px;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.35;
}

.amprisen-seo-guide__intro p:last-child {
	margin-bottom: 0;
}

.amprisen-seo-guide__hero {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(240px, 32%);
	gap: 24px;
	align-items: center;
}

.amprisen-seo-guide__hero--text-only {
	display: block;
}

.amprisen-seo-guide__media {
	margin: 0;
	border: 1px solid #e8eef1;
	background: linear-gradient(135deg, #f8fafb 0%, #fff 100%);
	box-shadow: 0 10px 24px rgba(10, 68, 92, .08);
}

.amprisen-seo-guide__media img {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: contain;
	padding: 18px;
	box-sizing: border-box;
}

.amprisen-seo-guide__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	margin-top: 22px;
}

.amprisen-seo-guide__panel {
	padding: 18px 18px 16px;
	background: #f7f9fa;
	border-left: 3px solid #0a445c;
}

.amprisen-seo-guide__panel h3,
.amprisen-seo-guide__faq h3 {
	margin: 0 0 10px;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.35;
}

.amprisen-seo-guide__panel ul {
	margin: 0;
	padding-left: 18px;
}

.amprisen-seo-guide__panel li + li {
	margin-top: 7px;
}

.amprisen-seo-guide__links {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	margin-top: 20px;
	padding-top: 18px;
	border-top: 1px solid #ececec;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.amprisen-seo-guide__links span {
	color: #333;
	font-weight: 700;
}

.amprisen-seo-guide__links a {
	display: inline-flex;
	align-items: center;
	min-height: 30px;
	padding: 0 12px;
	border: 1px solid #d7e2e7;
	background: #f5f9fb;
	color: #0a445c;
}

.amprisen-seo-guide__links a:hover {
	background: #0a445c;
	border-color: #0a445c;
	color: #fff;
	text-decoration: none;
}

.amprisen-seo-guide__faq {
	margin-top: 22px;
}

.amprisen-seo-guide__faq details {
	border-top: 1px solid #ececec;
}

.amprisen-seo-guide__faq details:last-child {
	border-bottom: 1px solid #ececec;
}

.amprisen-seo-guide__faq summary {
	position: relative;
	padding: 12px 28px 12px 0;
	color: #333;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
	line-height: 1.4;
}

.amprisen-seo-guide__faq summary::after {
	content: "+";
	position: absolute;
	right: 6px;
	top: 50%;
	transform: translateY(-50%);
	color: #0a445c;
	font-size: 18px;
	font-weight: 400;
}

.amprisen-seo-guide__faq details[open] summary::after {
	content: "-";
}

.amprisen-seo-guide__faq p {
	margin: 0;
	padding: 0 0 14px;
}

.amprisen-legacy-news-band {
	background: #fff;
	padding: 58px 0 18px;
}

.amprisen-about-page {
	background: #fff;
}

.amprisen-about-page .amprisen-legacy-container {
	width: calc(100% - 32px);
	max-width: var(--amprisen-content-max) !important;
	margin-left: auto !important;
	margin-right: auto !important;
	padding-left: 0;
	padding-right: 0;
	box-sizing: border-box;
}

.amprisen-about-page > .amprisen-about-hero {
	max-width: none !important;
	width: 100% !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.amprisen-about-page .amprisen-legacy-container > .amprisen-legacy-breadcrumbs,
.amprisen-about-page .amprisen-legacy-container > .amprisen-about-intro,
.amprisen-about-page .amprisen-legacy-container > .amprisen-about-advantages,
.amprisen-about-page .amprisen-legacy-container > .amprisen-about-certificate-section {
	max-width: none !important;
	width: 100%;
	margin-left: 0 !important;
	margin-right: 0 !important;
	box-sizing: border-box;
}

.amprisen-about-hero {
	position: relative;
	height: clamp(300px, 42vw, 560px);
	overflow: hidden;
	background: #0a445c;
}

.amprisen-about-hero-video {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.amprisen-about-hero-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(10, 68, 92, .7), rgba(10, 68, 92, .25) 52%, rgba(0, 0, 0, .35));
}

.amprisen-about-hero-caption {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: min(1180px, calc(100% - 32px));
	height: 100%;
	margin: 0 auto;
	color: #fff;
}

.amprisen-about-hero-caption p {
	margin: 0 0 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: .14em;
	text-transform: uppercase;
}

.amprisen-about-hero-caption h1 {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: clamp(38px, 5.2vw, 70px);
	font-weight: 700;
	line-height: 1.05;
	text-transform: uppercase;
}

.amprisen-about-intro {
	display: grid;
	grid-template-columns: minmax(220px, 300px) minmax(0, 1fr);
	gap: 46px;
	padding: 44px 0 34px;
	border-bottom: 1px solid #ececec;
}

.amprisen-about-section-heading {
	text-align: center;
}

.amprisen-about-section-heading h2 {
	position: relative;
	display: inline-block;
	margin: 0;
	padding-bottom: 12px;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.25;
	text-transform: uppercase;
}

.amprisen-about-section-heading h2::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 46px;
	height: 3px;
	background: #5b8f25;
	transform: translateX(-50%);
}

.amprisen-about-section-heading p {
	max-width: 620px;
	margin: 16px auto 0;
	color: #666;
	font-size: 14px;
	line-height: 1.7;
}

.amprisen-about-copy {
	color: #545454;
	font-size: 15px;
	line-height: 1.75;
}

.amprisen-about-copy h3 {
	margin: 0 0 18px;
	color: #222;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: 600;
	line-height: 1.35;
}

.amprisen-about-copy h4 {
	margin: 28px 0 12px;
	color: #222;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 700;
}

.amprisen-about-copy p {
	margin: 0 0 13px;
}

.amprisen-about-advantages {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 34px;
	padding: 50px 0 44px;
}

.amprisen-about-advantage-card {
	text-align: center;
}

.amprisen-about-advantage-card img {
	width: 100%;
	aspect-ratio: 1.88 / 1;
	border-radius: 12px;
	object-fit: cover;
	background: #f3f3f3;
	transition: transform .3s ease, filter .3s ease;
}

.amprisen-about-advantage-card:hover img {
	filter: brightness(.92);
	transform: translateY(-4px);
}

.amprisen-about-advantage-card h3 {
	margin: 20px 0 12px;
	color: #222;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-weight: 400;
	line-height: 1.45;
	text-transform: uppercase;
}

.amprisen-about-advantage-card p {
	margin: 0;
	color: #545454;
	font-size: 14px;
	line-height: 1.7;
}

.amprisen-about-certificate-section {
	padding: 40px 0 62px;
}

.amprisen-about-certificate-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 30px;
	margin-top: 32px;
}

.amprisen-about-certificate-grid a {
	display: block;
	padding: 12px;
	background: #fff;
	border: 1px solid #ececec;
	color: #333;
	text-align: center;
	transition: border-color .3s ease, box-shadow .3s ease, transform .3s ease;
	will-change: transform;
}

.amprisen-about-certificate-grid a:hover,
.amprisen-about-certificate-grid a:focus-visible {
	border-color: #2f6597;
	box-shadow: 0 20px 42px rgba(47, 101, 151, .2);
	text-decoration: none;
	transform: translateY(-10px);
}

.amprisen-about-certificate-frame {
	position: relative;
	display: block;
	overflow: hidden;
	aspect-ratio: .708 / 1;
	background: #f8f8f8;
}

.amprisen-about-certificate-frame::after {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at center, rgba(255, 255, 255, .38) 0%, rgba(255, 255, 255, .16) 40%, rgba(255, 255, 255, 0) 70%);
	opacity: 0;
	transform: scale(.2);
	transform-origin: center;
	transition: opacity .38s ease, transform .38s ease;
	pointer-events: none;
}

.amprisen-about-certificate-grid img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transform-origin: center;
	transition: transform .38s ease, filter .38s ease;
	will-change: transform;
}

.amprisen-about-certificate-grid a:hover img,
.amprisen-about-certificate-grid a:focus-visible img {
	transform: scale(1.12);
	filter: brightness(.98) contrast(1.08);
}

.amprisen-about-certificate-grid a:hover .amprisen-about-certificate-frame::after,
.amprisen-about-certificate-grid a:focus-visible .amprisen-about-certificate-frame::after {
	opacity: 1;
	transform: scale(1.4);
}

.amprisen-about-certificate-grid a > span:not(.amprisen-about-certificate-frame) {
	display: block;
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 700;
}

.amprisen-contact-page {
	background: #fff;
}

.amprisen-contact-page .amprisen-legacy-container {
	width: calc(100% - 32px);
	max-width: var(--amprisen-content-max) !important;
	margin-left: auto !important;
	margin-right: auto !important;
	padding-left: 0;
	padding-right: 0;
	box-sizing: border-box;
}

.amprisen-contact-page .amprisen-legacy-container > .amprisen-legacy-breadcrumbs,
.amprisen-contact-page .amprisen-legacy-container > .amprisen-contact-intro,
.amprisen-contact-page .amprisen-legacy-container > .amprisen-contact-layout,
.amprisen-contact-page .amprisen-legacy-container > .amprisen-contact-seo-faq {
	max-width: none !important;
	width: 100%;
	margin-left: 0 !important;
	margin-right: 0 !important;
	box-sizing: border-box;
}

.amprisen-contact-intro {
	padding: 36px 0 30px;
	text-align: center;
}

.amprisen-contact-intro h1 {
	position: relative;
	display: inline-block;
	margin: 0;
	padding-bottom: 13px;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.25;
}

.amprisen-contact-intro h1::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 46px;
	height: 3px;
	background: #5b8f25;
	transform: translateX(-50%);
}

.amprisen-contact-intro p {
	margin: 18px auto 0;
	color: #545454;
	font-size: 14px;
	line-height: 1.7;
}

.amprisen-contact-layout {
	display: grid;
	grid-template-columns: minmax(0, 2fr) minmax(287px, 1fr);
	gap: 28px;
	align-items: stretch;
	padding: 0 0 46px;
}

.amprisen-contact-main {
	min-width: 0;
}

.amprisen-contact-company-card {
	min-height: 158px;
	margin: 0 4px 30px 6px;
	padding: 22px 24px 22px 28px;
	background: #0a445c;
	border-top-left-radius: 30px;
	color: #fff;
	font-size: 14px;
	line-height: 1.7;
	box-sizing: border-box;
}

.amprisen-contact-company-card h2 {
	margin: 0 0 16px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.35;
}

.amprisen-contact-company-card p {
	display: flex;
	gap: 9px;
	align-items: flex-start;
	margin: 0 0 5px;
}

.amprisen-contact-company-card p span {
	width: 18px;
	flex: 0 0 18px;
	color: #fff;
	text-align: center;
}

.amprisen-contact-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	margin-top: 2px;
	color: #cfe2e8;
	line-height: 1;
}

.amprisen-contact-icon svg {
	display: block;
	width: 12px;
	height: 12px;
	fill: currentColor;
}

.amprisen-contact-company-card a {
	color: #fff;
	text-decoration: none;
}

.amprisen-contact-company-card a:hover {
	text-decoration: underline;
}

.amprisen-contact-map {
	background: #f3f3f3;
}

.amprisen-contact-map iframe {
	display: block;
	width: 100%;
	height: 319px;
}

.amprisen-contact-form-panel {
	min-height: 455px;
	padding: 126px 30px 28px;
	background-color: #0a445c;
	background-image: none;
	color: #fff;
	box-sizing: border-box;
}

.amprisen-contact-form-panel h2 {
	margin: 0 0 13px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.35;
	text-align: center;
}

.amprisen-contact-form {
	display: grid;
	gap: 7px;
}

.amprisen-contact-form br {
	display: none;
}

.amprisen-contact-form label {
	display: block;
	margin: 0;
}

.amprisen-contact-form label span {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	white-space: nowrap;
}

.amprisen-contact-form input,
.amprisen-contact-form select,
.amprisen-contact-form textarea {
	width: 100%;
	height: 27px;
	padding: 3px 10px;
	border: 1px solid rgba(255, 255, 255, .82);
	border-radius: 2px;
	background: rgba(255, 255, 255, .94);
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 19px;
	box-sizing: border-box;
}

.amprisen-contact-form textarea {
	min-height: 58px;
	resize: vertical;
}

.amprisen-contact-form button {
	justify-self: start;
	min-width: 102px;
	height: 30px;
	margin-top: 1px;
	padding: 0 18px;
	border: 1px solid #fff;
	border-radius: 4px;
	background: #fff;
	color: #0a445c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	cursor: pointer;
	transition: border-color .2s ease, background .2s ease, color .2s ease;
}

.amprisen-contact-form button:hover {
	border-color: #2f6597;
	background: #2f6597;
	color: #fff;
}

.amprisen-contact-form-status {
	margin: 0 0 12px;
	padding: 8px 10px;
	border-radius: 2px;
	font-size: 13px;
	line-height: 1.45;
}

.amprisen-contact-form-status--success {
	background: rgba(91, 143, 37, .92);
	color: #fff;
}

.amprisen-contact-form-status--error {
	background: rgba(176, 45, 45, .92);
	color: #fff;
}

.amprisen-contact-seo-faq {
	padding: 32px 0 58px;
	border-top: 1px solid #ececec;
}

.amprisen-contact-seo-faq h2 {
	margin: 0 0 24px;
	color: #222;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.35;
	text-align: center;
}

.amprisen-contact-faq-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}

.amprisen-contact-faq-grid article {
	padding: 22px 20px;
	background: #f7f9fa;
	border-left: 4px solid #5b8f25;
	box-sizing: border-box;
}

.amprisen-contact-faq-grid h3 {
	margin: 0 0 10px;
	color: #222;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.45;
}

.amprisen-contact-faq-grid p {
	margin: 0;
	color: #555;
	font-size: 14px;
	line-height: 1.7;
}

.amprisen-news-archive-page .amprisen-legacy-container,
.amprisen-news-detail-page .amprisen-legacy-container {
	width: calc(100% - 32px);
	max-width: var(--amprisen-content-max) !important;
	margin-left: auto !important;
	margin-right: auto !important;
	padding-left: 0;
	padding-right: 0;
	box-sizing: border-box;
}

.amprisen-news-archive-page .amprisen-legacy-container > .amprisen-legacy-breadcrumbs,
.amprisen-news-archive-page .amprisen-legacy-container > .amprisen-legacy-news-layout,
.amprisen-news-detail-page .amprisen-legacy-container > .amprisen-news-detail-breadcrumbs,
.amprisen-news-detail-page .amprisen-legacy-container > .amprisen-legacy-news-layout {
	max-width: none !important;
	width: 100%;
	margin-left: 0 !important;
	margin-right: 0 !important;
	box-sizing: border-box;
}

.amprisen-legacy-news-layout.wp-block-columns {
	gap: 28px;
	align-items: flex-start;
	margin-top: 0;
	margin-bottom: 0;
}

.amprisen-legacy-news-sidebar {
	flex: 0 0 252px !important;
	max-width: 252px;
}

.amprisen-legacy-news-main {
	flex: 1 1 auto !important;
	min-width: 0;
}

.amprisen-legacy-news-sidebar-nav {
	border: 1px solid #ccc;
	background: #fff;
}

.amprisen-legacy-news-sidebar-nav h3 {
	margin: 0 0 6px;
	padding: 0 0 0 5px;
	background: #0a445c;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: 400;
	line-height: 66px;
}

.amprisen-legacy-news-sidebar-nav ul {
	padding: 10px 10px 10px 22px;
	background: #fff;
}

.amprisen-legacy-news-sidebar-nav li {
	position: relative;
	border-top: 0;
}

.amprisen-legacy-news-sidebar-nav a {
	position: relative;
	display: block;
	padding: 0 10px 0 14px;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 36px;
}

.amprisen-legacy-news-sidebar-nav a::before {
	content: "";
	position: absolute;
	left: 0;
	top: 15px;
	width: 4px;
	height: 4px;
	border-radius: 999px;
	background: #333;
}

.amprisen-legacy-news-sidebar-nav a:hover {
	background: transparent;
	color: #2f6597;
}

.amprisen-legacy-news-sidebar-nav a:hover::before {
	background: #2f6597;
}

.amprisen-legacy-news-contact-box {
	border-color: #ccc;
}

.amprisen-legacy-news-list-card {
	border: 0;
	padding: 0;
}

.amprisen-legacy-news-archive-title {
	margin: 0 0 10px;
	padding: 0 0 0;
	border-bottom: 1px solid #0a445c;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px !important;
	font-weight: 400;
	line-height: 1.8;
}

.amprisen-news-archive-list {
	width: 100%;
}

.amprisen-news-archive-item {
	display: grid;
	grid-template-columns: 220px minmax(0, 1fr);
	gap: 22px;
	padding: 0 0 22px;
	margin: 0 0 22px;
	border-bottom: 1px solid #e6e6e6;
	background: #fff;
}

.amprisen-news-archive-list > p:empty,
.amprisen-news-archive-item > p:empty {
	display: none;
}

.amprisen-news-archive-item__body {
	grid-column: 2;
	grid-row: 1;
	align-self: start;
	min-width: 0;
	padding-right: 10px;
}

.amprisen-news-archive-item:last-child {
	margin-bottom: 0;
}

.amprisen-news-archive-item__media {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 220px;
	height: 146px;
	background: #f3f6f7;
	overflow: hidden;
}

.amprisen-news-archive-item__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .22s ease;
}

.amprisen-news-archive-item:hover .amprisen-news-archive-item__media img {
	transform: scale(1.04);
}

.amprisen-news-archive-item__media span {
	color: #0a445c;
	font-size: 42px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
}

.amprisen-news-archive-item__body h2 {
	margin: 0 0 7px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.35;
}

.amprisen-news-archive-item__body h2 a {
	color: #333;
	text-decoration: none;
}

.amprisen-news-archive-item__body h2 a:hover {
	color: #2f6597;
	text-decoration: none;
}

.amprisen-news-archive-item__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 6px 14px;
	margin: 0 0 9px;
	color: #777;
	font-size: 13px;
	line-height: 1.5;
}

.amprisen-news-archive-item__meta time::before {
	content: "▣ ";
	color: #999;
}

.amprisen-news-archive-item__meta a {
	color: #5b8f25;
	font-weight: 700;
}

.amprisen-news-archive-item__body p {
	margin: 0 0 12px;
	color: #5b5b5b;
	font-size: 15px;
	line-height: 1.72;
}

.amprisen-news-archive-pagination {
	margin-top: 22px;
}

.amprisen-news-archive-pagination ul.page-numbers {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.amprisen-news-archive-pagination ul.page-numbers li {
	display: inline-flex;
	margin: 0;
	padding: 0;
	list-style: none;
}

.amprisen-news-archive-pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 30px;
	height: 30px;
	padding: 0 10px;
	border: 1px solid #d6e4ea;
	background: #fff;
	color: #0a445c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1;
	text-decoration: none;
	box-sizing: border-box;
}

.amprisen-news-archive-pagination .page-numbers.current,
.amprisen-news-archive-pagination a.page-numbers:hover,
.amprisen-news-archive-pagination a.page-numbers:focus-visible {
	border-color: #0a445c;
	background: #0a445c;
	color: #fff;
	text-decoration: none;
}

.amprisen-news-topic-panel {
	margin-top: 14px;
}

.amprisen-news-topic-panel h2 {
	margin: 0 0 8px;
	color: #222;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 1.35;
}

.amprisen-news-topic-panel > p {
	margin: 0 0 12px;
	color: #666;
	font-size: 14px;
	line-height: 1.7;
}

.amprisen-news-topic-chips {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.amprisen-news-topic-chips a {
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	padding: 0 11px;
	border: 1px solid #d7e5eb;
	background: #f6fafc;
	color: #0a445c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
}

.amprisen-news-topic-chips a:hover {
	border-color: #2f6597;
	background: #2f6597;
	color: #fff;
	text-decoration: none;
}

.amprisen-news-seo-panel {
	margin: 34px 0 0;
	padding: 24px 26px 26px;
	border: 1px solid #e4e4e4;
	background: #fff;
	color: #545454;
	font-size: 14px;
	line-height: 1.75;
}

.amprisen-news-seo-panel__eyebrow {
	margin: 0 0 8px;
	color: #5b8f25;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.amprisen-news-seo-panel h2,
.amprisen-news-detail-seo h2 {
	margin: 0 0 12px;
	color: #222;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 1.35;
}

.amprisen-news-seo-panel p,
.amprisen-news-detail-seo p {
	margin: 0;
	color: #555;
	font-size: 14px;
	line-height: 1.7;
}

.amprisen-news-seo-panel__grid,
.amprisen-news-detail-seo__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	margin-top: 22px;
}

.amprisen-news-seo-panel__grid > div {
	padding: 18px 18px 16px;
	background: #f7f9fa;
	border-left: 3px solid #0a445c;
}

.amprisen-news-seo-panel__grid > p:empty {
	display: none;
}

.amprisen-news-seo-panel h3,
.amprisen-news-detail-seo h3 {
	margin: 0 0 9px;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.35;
}

.amprisen-news-seo-panel ul {
	margin: 0;
	padding-left: 18px;
	color: #555;
	font-size: 14px;
	line-height: 1.7;
}

.amprisen-news-seo-panel li + li {
	margin-top: 7px;
}

.amprisen-news-seo-panel__links {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	margin-top: 20px;
	padding-top: 18px;
	border-top: 1px solid #ececec;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.amprisen-news-seo-panel__links a {
	display: inline-flex;
	align-items: center;
	min-height: 30px;
	padding: 0 12px;
	border: 1px solid #d7e2e7;
	background: #f5f9fb;
	color: #0a445c;
	text-decoration: none;
}

.amprisen-news-seo-panel__links a:hover {
	border-color: #0a445c;
	background: #0a445c;
	color: #fff;
	text-decoration: none;
}

.amprisen-news-detail-seo__cta a {
	display: inline-flex;
	align-items: center;
	min-height: 30px;
	padding: 0 13px;
	background: #0a445c;
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	text-decoration: none;
}

.amprisen-news-detail-seo__cta a:hover {
	background: #2f6597;
	color: #fff;
	text-decoration: none;
}

.amprisen-legacy-news-detail-card {
	border: 0;
	padding: 0;
}

.amprisen-news-detail-header {
	text-align: center;
}

.amprisen-news-detail-header h1 {
	margin: 0;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: clamp(30px, 2vw, 38px);
	font-weight: 400;
	line-height: 1.28;
	text-align: center;
}

.amprisen-news-detail-meta {
	justify-content: center;
	gap: 12px;
	margin: 0 0 10px;
	color: #333;
	font-size: 13px;
	line-height: 1.7;
	text-align: center;
}

.amprisen-news-detail-meta p,
.amprisen-news-detail-meta time {
	margin: 0;
	color: #333;
}

.amprisen-news-detail-featured {
	display: table;
	width: auto;
	max-width: min(760px, 100%);
	margin: 14px auto 24px !important;
	background: transparent;
	text-align: center;
}

.amprisen-news-detail-featured img {
	display: block;
	width: auto !important;
	max-width: 100%;
	max-height: 520px;
	margin: 0 auto;
	object-fit: contain;
}

.amprisen-news-detail-content {
	color: #545454;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.86;
	text-align: left;
	overflow-wrap: normal;
	word-break: normal;
	hyphens: none;
}

.amprisen-news-detail-lede {
	margin: 0 0 22px;
	padding: 17px 20px;
	border-left: 4px solid #2f6597;
	background: #f7fbfd;
	color: #344b55;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.75;
}

.amprisen-news-detail-content p {
	margin: 0 0 22px;
	color: #4f4f4f;
	font-size: 17px;
	line-height: 1.9;
}

.amprisen-news-detail-content h2 {
	margin: 34px 0 15px;
	padding: 0 0 9px 14px;
	border-bottom: 1px solid #dbe5ea;
	border-left: 4px solid #0a445c;
	color: #222;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 23px;
	font-weight: 700;
	line-height: 1.35;
	letter-spacing: .02em;
	text-transform: uppercase;
}

.amprisen-news-detail-content h3 {
	margin: 26px 0 12px;
	padding-left: 12px;
	border-left: 3px solid #5b8f25;
	color: #0a445c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: .01em;
	text-transform: uppercase;
}

.amprisen-news-article-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px 18px;
	margin: 0 0 24px;
	padding: 16px 18px 16px 34px;
	background: #f7f9fa;
	border-left: 4px solid #dbe5ea;
	color: #4f4f4f;
	font-size: 15px;
	line-height: 1.7;
}

.amprisen-news-article-list li {
	margin: 0;
	padding-left: 2px;
}

.amprisen-news-article-callout {
	margin: 0 0 22px;
	padding: 13px 16px;
	background: #f7fbfd;
	border-left: 3px solid #2f6597;
	color: #0a445c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.55;
	text-transform: uppercase;
}

.amprisen-news-detail-content strong {
	color: #222;
	font-weight: 700;
}

.amprisen-news-detail-content img {
	max-width: 100%;
	height: auto;
	object-fit: contain;
}

.amprisen-news-article-images {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 28px auto 30px;
	padding: 0;
	background: #f5f7f8;
	text-align: center;
}

.amprisen-news-article-images img {
	display: block;
	max-width: min(100%, 760px);
	max-height: 560px;
	margin: 0 auto;
}

.amprisen-news-article-images--grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 14px;
	background: transparent;
}

.amprisen-news-article-images--grid img {
	width: 100%;
	max-height: 430px;
	background: #f5f7f8;
	object-fit: contain;
}

.amprisen-news-detail-seo {
	margin-top: 28px;
	padding: 22px;
	background: #f7f9fa;
	border-left: 4px solid #5b8f25;
}

.amprisen-news-detail-seo__cta {
	margin-top: 18px !important;
}

.amprisen-resource-archive-page .amprisen-legacy-container,
.amprisen-faq-page .amprisen-legacy-container {
	width: calc(100% - 32px);
	max-width: var(--amprisen-content-max) !important;
	margin-left: auto !important;
	margin-right: auto !important;
	padding-left: 0;
	padding-right: 0;
	box-sizing: border-box;
}

.amprisen-resource-archive-page .amprisen-legacy-container > .wp-block-shortcode,
.amprisen-faq-page .amprisen-legacy-container > .wp-block-shortcode {
	max-width: none !important;
	width: 100%;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.amprisen-resource-page {
	max-width: none !important;
	width: 100%;
	margin-left: 0 !important;
	margin-right: 0 !important;
	box-sizing: border-box;
	padding: 0 0 36px;
}

.amprisen-resource-page > .amprisen-legacy-breadcrumbs,
.amprisen-resource-intro,
.amprisen-resource-layout,
.amprisen-resource-seo-panel {
	max-width: none !important;
	width: 100%;
	margin-left: 0 !important;
	margin-right: 0 !important;
	box-sizing: border-box;
}

.amprisen-resource-intro {
	margin-bottom: 24px;
	padding: 34px 32px 38px;
	background: #fff;
	border: 1px solid #e6e6e6;
	text-align: center;
}

.amprisen-resource-kicker {
	margin: 0 0 8px;
	color: #2f6597;
	font-size: 12px;
	font-weight: 700;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: .16em;
	text-transform: uppercase;
}

.amprisen-resource-intro h1 {
	position: relative;
	margin: 0 0 20px;
	color: #222;
	font-size: 34px;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
}

.amprisen-resource-intro h1::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -10px;
	width: 54px;
	height: 2px;
	background: #2f6597;
	transform: translateX(-50%);
}

.amprisen-resource-intro p:last-child {
	max-width: 860px;
	margin: 0 auto;
	color: #666;
	font-size: 15px;
	line-height: 1.8;
}

.amprisen-resource-layout {
	display: grid;
	grid-template-columns: 284px minmax(0, 1fr);
	gap: 24px;
	align-items: start;
}

.amprisen-resource-sidebar {
	background: #fff;
}

.amprisen-resource-sidebar h2,
.amprisen-download-list > h2,
.amprisen-faq-list > h2 {
	margin: 0 0 8px;
	padding: 0 18px;
	background: #0a445c;
	color: #fff;
	font-size: 22px;
	font-weight: 400;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 66px;
	text-transform: uppercase;
}

.amprisen-resource-sidebar ul {
	margin: 0;
	padding: 0 10px 0 22px;
	background: #fff;
	list-style: none;
}

.amprisen-resource-sidebar li {
	position: relative;
	border-top: 1px solid #ededed;
}

.amprisen-resource-sidebar li:first-child {
	border-top: 0;
}

.amprisen-resource-sidebar a {
	position: relative;
	display: block;
	padding: 0 10px 0 14px;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 36px;
}

.amprisen-resource-sidebar a::before {
	content: "";
	position: absolute;
	top: 15px;
	left: 0;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #333;
}

.amprisen-resource-sidebar a:hover {
	color: #2aa7ea;
	text-decoration: none;
}

.amprisen-resource-sidebar a:hover::before {
	background: #2aa7ea;
}

.amprisen-download-list,
.amprisen-faq-list {
	min-width: 0;
}

.amprisen-download-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.amprisen-download-card {
	position: relative;
	display: grid;
	grid-template-columns: 132px minmax(0, 1fr) 46px;
	min-height: 152px;
	background: #fff;
	border: 1px solid #e5e5e5;
	box-shadow: 0 2px 7px rgba(0, 0, 0, .08);
	transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.amprisen-download-card:hover {
	border-color: #cddce5;
	box-shadow: 0 8px 22px rgba(10, 68, 92, .14);
	transform: translateY(-2px);
}

.amprisen-download-thumb {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 150px;
	padding: 10px;
	background: #f7f7f7;
	overflow: hidden;
}

.amprisen-download-thumb img {
	width: 100%;
	height: 104px;
	object-fit: contain;
	transition: transform .22s ease;
}

.amprisen-download-card:hover .amprisen-download-thumb img {
	transform: scale(1.04);
}

.amprisen-download-thumb span {
	position: absolute;
	top: 10px;
	left: 10px;
	min-width: 38px;
	padding: 2px 8px;
	background: #2f6597;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	text-transform: uppercase;
}

.amprisen-download-card-body {
	min-width: 0;
	padding: 12px 12px 10px;
}

.amprisen-download-meta {
	display: flex;
	gap: 12px;
	margin-bottom: 6px;
	color: #888;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.4;
}

.amprisen-download-count {
	display: inline-flex;
	align-items: center;
	width: fit-content;
	min-height: 20px;
	margin-bottom: 6px;
	padding: 0 8px;
	border: 1px solid #d7e5ed;
	background: #f5fafc;
	color: #2f6597;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 700;
	line-height: 20px;
}

.amprisen-download-card h3 {
	display: -webkit-box;
	margin: 0 0 6px;
	overflow: hidden;
	color: #222;
	font-size: 15px;
	font-weight: 700;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.35;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.amprisen-download-card p {
	display: -webkit-box;
	margin: 0 0 8px;
	overflow: hidden;
	color: #666;
	font-size: 13px;
	line-height: 1.45;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.amprisen-download-keywords {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.amprisen-download-keywords li {
	padding: 2px 7px;
	background: #f1f6f8;
	color: #42647a;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
}

.amprisen-download-action {
	display: flex;
	align-items: stretch;
	justify-content: center;
	border-left: 1px solid #ececec;
}

.amprisen-download-action a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 100%;
	background: #f7fbfd;
	color: #2f6597;
	font-size: 0;
	text-decoration: none;
	transition: background .18s ease, color .18s ease;
}

.amprisen-download-action a::before {
	content: "\2193";
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #2f6597;
	color: #fff;
	font-size: 21px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 30px;
	text-align: center;
}

.amprisen-download-action a:hover {
	background: #2f6597;
}

.amprisen-download-action a:hover::before {
	background: #fff;
	color: #2f6597;
}

.amprisen-faq-items {
	background: #fff;
	border: 1px solid #e5e5e5;
}

.amprisen-faq-item {
	border-bottom: 10px solid #f7f7f7;
}

.amprisen-faq-item:last-child {
	border-bottom: 0;
}

.amprisen-faq-item summary {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	padding: 14px 18px;
	color: #221815;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 32px;
	cursor: pointer;
	list-style: none;
}

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

.amprisen-faq-item summary:hover,
.amprisen-faq-item[open] summary {
	color: #015386;
}

.amprisen-faq-icon {
	position: relative;
	flex: 0 0 18px;
	width: 18px;
	height: 18px;
	margin-top: 7px;
	border: 2px solid currentColor;
	border-radius: 50%;
}

.amprisen-faq-icon::before,
.amprisen-faq-icon::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 10px;
	height: 2px;
	background: currentColor;
	transform: translate(-50%, -50%);
}

.amprisen-faq-icon::after {
	width: 2px;
	height: 10px;
}

.amprisen-faq-item[open] .amprisen-faq-icon::after {
	display: none;
}

.amprisen-faq-answer {
	padding: 0 20px 18px 46px;
	color: #666;
	font-size: 14px;
	line-height: 1.8;
}

.amprisen-faq-answer p {
	margin: 0;
}

.amprisen-resource-seo-panel {
	margin-top: 34px;
	padding: 28px 30px 32px;
	background: #fff;
	border: 1px solid #e6e6e6;
}

.amprisen-resource-seo-panel h2 {
	margin: 0 0 18px;
	color: #222;
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.35;
	text-align: center;
}

.amprisen-resource-seo-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.amprisen-resource-seo-grid article {
	padding: 18px 18px 20px;
	background: #f7fbfd;
	border-left: 4px solid #2f6597;
}

.amprisen-resource-seo-grid h3 {
	margin: 0 0 8px;
	color: #0a445c;
	font-size: 17px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.35;
}

.amprisen-resource-seo-grid p {
	margin: 0;
	color: #666;
	font-size: 14px;
	line-height: 1.75;
}

.amprisen-legacy-news-shell {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 36%;
	gap: 32px;
	align-items: start;
}

.amprisen-legacy-section-heading-left {
	text-align: left;
	margin-bottom: 24px;
}

.amprisen-legacy-section-heading-left h2 {
	max-width: 620px;
	margin: 0;
}

.amprisen-legacy-news-line {
	width: 5px;
	height: calc(100% - 38px);
	background: #f0f0f0;
	position: absolute;
	left: 12px;
	top: 20px;
}

.amprisen-legacy-news-list {
	position: relative;
	padding-left: 62px;
}

.amprisen-legacy-news-card {
	align-items: flex-start;
	gap: 18px;
	padding: 20px 0;
	margin-bottom: 0;
	border-bottom: 1px solid #e7ecef;
}

.amprisen-legacy-news-card:last-child {
	margin-bottom: 0;
}

.amprisen-legacy-news-card .wp-block-post-featured-image {
	flex: 0 0 246px;
	margin: 0;
}

.amprisen-legacy-news-card .wp-block-post-featured-image img {
	width: 246px;
	height: 150px;
	object-fit: cover;
}

.amprisen-legacy-news-card-copy {
	flex: 1 1 auto;
}

.amprisen-legacy-news-card-copy h3 {
	margin: 24px 0 14px;
	font-size: 18px;
	line-height: 24px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.amprisen-legacy-news-card-copy .wp-block-post-excerpt {
	margin: 0;
}

.amprisen-legacy-news-card-copy .wp-block-post-excerpt__more-link {
	display: none;
}

.amprisen-legacy-news-card-copy .wp-block-post-excerpt p {
	margin: 0;
	color: #666;
}

.amprisen-legacy-news-promo {
	position: relative;
	overflow: hidden;
}

.amprisen-legacy-news-promo-label {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	width: 100px;
	height: 100%;
	overflow: hidden;
	white-space: nowrap;
}

.amprisen-legacy-news-promo-label span {
	display: inline-block;
	margin-top: 40px;
	transform: rotate(90deg);
	transform-origin: top right;
	color: #fff;
	font-size: 60px;
	line-height: 1;
	font-family: Arial, Helvetica, sans-serif;
}

.amprisen-legacy-news-promo img {
	width: 100%;
	height: 600px;
	object-fit: cover;
	border: 0;
}

.amprisen-legacy-news-cta {
	padding-top: 12px;
	text-align: center;
}

.amprisen-legacy-news-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 39px;
	padding: 0 30px;
	border: 2px solid #0a445c;
	border-radius: 3px;
	background: #0a445c;
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.amprisen-legacy-news-button:hover {
	text-decoration: none;
}

.amprisen-legacy-news-row {
	padding: 18px 0;
	border-bottom: 1px solid #e8e8e8;
}

.amprisen-legacy-news-row:last-child {
	border-bottom: 0;
}

.amprisen-legacy-content-card h1 {
	font-size: 32px;
}

.amprisen-legacy-content-card .wp-block-post-featured-image {
	margin: 16px 0 18px;
}

.amprisen-legacy-product-summary-grid.wp-block-columns {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 24px;
	align-items: start;
	margin: 0 0 24px;
}

.amprisen-legacy-product-gallery {
	width: 100%;
	flex-basis: auto !important;
	min-width: 0;
}

@media (min-width: 901px) {
	.amprisen-legacy-product-gallery {
		position: sticky;
		top: 172px;
		align-self: flex-start;
	}
}

.amprisen-legacy-product-summary-panel {
	width: 100%;
	flex-basis: auto !important;
	min-width: 0;
}

.amprisen-legacy-product-gallery-widget {
	width: 100%;
}

.amprisen-legacy-product-gallery .amprisen-legacy-product-hero,
.amprisen-legacy-product-gallery-main {
	margin: 0 0 14px !important;
	border: 1px solid #ededed;
	background: #fff;
	aspect-ratio: 1 / 1.04;
	overflow: hidden;
}

.amprisen-legacy-product-gallery .amprisen-legacy-product-hero img,
.amprisen-legacy-product-gallery-main img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain !important;
}

.amprisen-legacy-product-gallery-thumbs {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	gap: 6px;
	margin-bottom: 14px;
	overflow-x: auto;
	overflow-y: hidden;
	padding-bottom: 4px;
	scroll-snap-type: x proximity;
}

.amprisen-legacy-product-gallery-thumbs > br {
	display: none;
}

.amprisen-legacy-product-gallery-thumb {
	display: flex;
	flex: 0 0 72px;
	align-items: center;
	justify-content: center;
	width: 72px;
	aspect-ratio: 1;
	padding: 0;
	border: 1px solid #d8d8d8;
	border-radius: 0;
	background: #fff;
	cursor: pointer;
	scroll-snap-align: start;
	transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.amprisen-legacy-product-gallery-thumb:hover,
.amprisen-legacy-product-gallery-thumb:focus-visible,
.amprisen-legacy-product-gallery-thumb.is-active {
	border-color: #0a445c;
	box-shadow: inset 0 0 0 1px #0a445c;
	outline: none;
}

.amprisen-legacy-product-gallery-thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.amprisen-legacy-product-share {
	display: flex;
	align-items: center;
	gap: 8px;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
}

.amprisen-legacy-product-share span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	border-radius: 4px;
	background: #4267b2;
	color: #fff;
	font-size: 10px;
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
}

.amprisen-legacy-product-summary-panel h1 {
	margin: 0 0 18px;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.35;
}

.amprisen-legacy-product-summary-panel .wp-block-post-excerpt {
	margin: 0 0 18px;
	color: #545454;
	font-size: 14px;
	line-height: 1.7;
}

.amprisen-legacy-product-taxonomy-row {
	gap: 8px 18px;
	margin-bottom: 18px;
}

.amprisen-legacy-meta-line {
	font-size: 13px;
	color: #5b8f25;
	font-weight: 700;
	font-family: Arial, Helvetica, sans-serif;
}

.amprisen-legacy-product-quantity {
	display: flex;
	align-items: center;
	gap: 0;
	margin: 18px 0 20px;
	color: #545454;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.amprisen-legacy-product-quantity strong {
	min-width: 86px;
	color: #333;
	font-weight: 700;
}

.amprisen-legacy-product-quantity button,
.amprisen-legacy-product-quantity input {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border: 1px solid #d9d9d9;
	background: #f8f8f8;
	box-sizing: border-box;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 28px;
	text-align: center;
}

.amprisen-legacy-product-quantity button {
	padding: 0;
	cursor: pointer;
}

.amprisen-legacy-product-quantity button:hover,
.amprisen-legacy-product-quantity button:focus-visible {
	border-color: #0a445c;
	color: #0a445c;
	outline: none;
}

.amprisen-legacy-product-quantity input {
	width: 44px;
	border-left: 0;
	border-right: 0;
	background: #fff;
	-moz-appearance: textfield;
}

.amprisen-legacy-product-quantity input::-webkit-outer-spin-button,
.amprisen-legacy-product-quantity input::-webkit-inner-spin-button {
	margin: 0;
	-webkit-appearance: none;
}

.amprisen-legacy-product-detail-actions {
	display: flex;
	gap: 12px;
	margin-bottom: 18px;
	flex-wrap: wrap;
}

.amprisen-legacy-product-detail-actions a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 132px;
	min-height: 40px;
	padding: 0 18px;
	border: 1px solid #0a445c;
	color: #0a445c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	white-space: nowrap;
}

.amprisen-legacy-product-detail-actions a:hover,
.amprisen-legacy-product-detail-actions a:last-child {
	background: #0a445c;
	color: #fff;
	text-decoration: none;
}

.amprisen-legacy-product-detail-actions a:last-child:hover {
	background: #2f6597;
	border-color: #2f6597;
}

.amprisen-legacy-product-spec-strip {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 18px 0 22px;
	padding: 0;
	border: 1px solid #ececec;
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.amprisen-legacy-product-spec-strip--variants {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.amprisen-legacy-product-spec-strip > div {
	padding: 12px 16px;
	border-right: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
}

.amprisen-legacy-product-spec-strip > div:last-child {
	border-right: 0;
}

.amprisen-legacy-product-spec-strip--variants > div:nth-child(4n) {
	border-right: 0;
}

.amprisen-legacy-product-spec-strip--variants > div:nth-last-child(-n+4) {
	border-bottom: 0;
}

.amprisen-legacy-product-spec-strip [data-amprisen-variant-spec] {
	color: #243846;
	font-weight: 600;
}

.amprisen-legacy-product-tabs {
	margin: 20px 0 22px;
	border-bottom: 1px solid #e5e5e5;
}

.amprisen-legacy-product-tabs span {
	display: inline-block;
	padding: 11px 26px;
	background: #0a445c;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.amprisen-legacy-product-detail-shell .wp-block-post-content {
	color: #545454;
	font-size: 14px;
	line-height: 1.75;
}

.amprisen-legacy-product-detail-shell .wp-block-post-content h2,
.amprisen-legacy-product-detail-shell .wp-block-post-content h3 {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
}

.amprisen-legacy-product-detail-shell .wp-block-post-content img {
	margin-left: auto;
	margin-right: auto;
}

.amprisen-product-description {
	color: #545454;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.75;
}

.amprisen-product-description__intro {
	margin: 0 0 18px;
	padding: 0 0 4px;
}

.amprisen-product-description__intro p,
.amprisen-product-description__paragraph {
	margin: 0 0 10px;
}

.amprisen-product-specs {
	margin: 18px 0 28px;
	border: 1px solid #e2e8ec;
	background: #fff;
}

.amprisen-product-specs__header {
	padding: 18px 20px 16px;
	border-bottom: 1px solid #e2e8ec;
	background: linear-gradient(180deg, #f6fafc 0%, #fff 100%);
}

.amprisen-product-specs__eyebrow {
	margin: 0 0 6px;
	color: #0a7394;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1.2;
	text-transform: uppercase;
}

.amprisen-product-specs__header h2 {
	margin: 0 0 8px;
	color: #17313a;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 1.25;
}

.amprisen-product-specs__header p:last-child,
.amprisen-product-specs__summary {
	margin: 0;
	color: #5f6d73;
	font-size: 13px;
	line-height: 1.65;
}

.amprisen-product-specs__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
	padding: 18px;
}

.amprisen-product-specs__group {
	border: 1px solid #e5ebef;
	background: #fff;
	box-shadow: 0 8px 20px rgba(16, 54, 70, 0.04);
}

.amprisen-product-specs__group h3 {
	margin: 0;
	padding: 11px 14px;
	border-bottom: 1px solid #dce6eb;
	background: #0a445c;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 1.35;
}

.amprisen-product-specs__table-wrap {
	overflow-x: auto;
}

.amprisen-product-specs table {
	width: 100%;
	min-width: 360px;
	border: 0;
	border-collapse: collapse;
	table-layout: fixed;
}

.amprisen-product-specs th,
.amprisen-product-specs td {
	padding: 10px 12px;
	border-bottom: 1px solid #edf1f3;
	color: #4e5b60;
	font-size: 13px;
	line-height: 1.55;
	text-align: left;
	vertical-align: top;
}

.amprisen-product-specs tr:last-child th,
.amprisen-product-specs tr:last-child td {
	border-bottom: 0;
}

.amprisen-product-specs th {
	width: 42%;
	background: #f7fafb;
	color: #243a42;
	font-weight: 700;
}

.amprisen-product-specs__notes {
	margin: 0 18px 18px;
	padding: 14px 16px;
	border-left: 4px solid #0a7394;
	background: #f6fafc;
}

.amprisen-product-specs__notes h3 {
	margin: 0 0 8px;
	color: #17313a;
	font-size: 16px;
}

.amprisen-product-specs__notes p,
.amprisen-product-specs__note {
	margin: 0 0 8px;
	color: #526168;
	font-size: 13px;
	line-height: 1.6;
}

.amprisen-product-specs__notes p:last-child,
.amprisen-product-specs__note:last-child {
	margin-bottom: 0;
}

.amprisen-legacy-spec-table {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	border: 1px solid #ececec;
	margin: 18px 0 24px;
}

.amprisen-legacy-spec-table > div {
	padding: 12px 14px;
	border-right: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
}

.amprisen-legacy-spec-table > div:nth-child(2n) {
	border-right: 0;
}

.amprisen-legacy-page-card {
	min-height: 300px;
}

.amprisen-legacy-footer {
	margin-top: 0;
	background: #001f27;
	color: #cbd4d7;
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
}

.amprisen-legacy-footer-inner {
	max-width: 1120px;
	margin: 0 auto;
	padding: 27px 16px 28px;
	box-sizing: border-box;
}

.amprisen-legacy-footer-nav {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 0;
	margin: 0 0 31px;
	line-height: 1.4;
}

.amprisen-legacy-footer-nav a,
.amprisen-legacy-footer-nav span {
	color: #cbd4d7;
	font-size: 14px;
	text-decoration: none;
}

.amprisen-legacy-footer-nav a:hover {
	color: #fff;
	text-decoration: none;
}

.amprisen-legacy-footer-nav span {
	margin: 0 11px;
	color: #7d9096;
}

.amprisen-legacy-footer-main {
	display: grid;
	grid-template-columns: 280px minmax(0, 1fr) 230px;
	align-items: center;
	gap: 30px;
}

.amprisen-legacy-footer-logo-panel {
	min-height: 92px;
	display: flex;
	align-items: center;
	border-right: 1px solid rgba(255, 255, 255, 0.18);
}

.amprisen-legacy-footer-logo-link {
	display: inline-flex;
	align-items: center;
	transform-origin: center;
}

.amprisen-legacy-footer-logo {
	width: 220px;
	height: auto;
	transform-origin: center;
	will-change: transform;
}

.amprisen-legacy-footer-logo-link:hover .amprisen-legacy-footer-logo,
.amprisen-legacy-footer-logo-link:focus-visible .amprisen-legacy-footer-logo {
	animation: amprisenLegacyLogoPulse .42s ease-out both;
}

.amprisen-legacy-footer-contact {
	font-size: 12px;
	line-height: 1.75;
	color: #cbd4d7;
}

.amprisen-legacy-footer-contact p {
	margin: 0 0 3px;
}

.amprisen-legacy-footer-contact a {
	color: #cbd4d7;
	text-decoration: none;
}

.amprisen-legacy-footer-contact a:hover {
	color: #fff;
	text-decoration: none;
}

.amprisen-legacy-footer-meta-row {
	display: flex;
	align-items: flex-start;
	gap: 9px;
}

.amprisen-legacy-footer-icon {
	width: 14px;
	height: 14px;
	margin-top: 4px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #cbd4d7;
	flex: 0 0 14px;
	line-height: 1;
}

.amprisen-legacy-footer-icon svg {
	width: 14px;
	height: 14px;
	display: block;
	fill: currentColor;
}

.amprisen-legacy-footer-divider {
	color: #7d9096;
	flex: 0 0 auto;
}

.amprisen-legacy-footer-qr {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.amprisen-legacy-footer-qr img {
	width: 210px;
	height: 100px;
	max-width: 100%;
	object-fit: contain;
}

.amprisen-legacy-back-top {
	position: fixed;
	right: 13px;
	bottom: 56px;
	z-index: 9999;
	width: 38px;
	height: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #90999c;
	color: #fff;
	font-size: 24px;
	line-height: 1;
	text-decoration: none;
}

.amprisen-legacy-back-top:hover {
	background: #6f7c80;
	color: #fff;
	text-decoration: none;
}

@media (max-width: 1100px) {
	.amprisen-legacy-hero-stage,
	.amprisen-legacy-about-grid,
	.amprisen-legacy-about-stat-strip,
	.amprisen-legacy-advantage-grid,
	.amprisen-legacy-news-shell {
		grid-template-columns: 1fr;
	}

	.amprisen-legacy-shortcuts-row {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.amprisen-legacy-hero-thumbs {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.amprisen-legacy-hero-thumb {
		border-left: 0;
	}

	.amprisen-legacy-hero-side-caption {
		right: auto;
		left: 70px;
	}
}

@media (max-width: 900px) {
	.amprisen-legacy-brand-row,
	.amprisen-legacy-topbar-inner {
		flex-direction: column;
		align-items: flex-start;
	}

	.amprisen-legacy-footer-inner {
		padding: 24px 16px 30px;
	}

	.amprisen-legacy-footer-nav {
		margin-bottom: 24px;
	}

	.amprisen-legacy-footer-main {
		grid-template-columns: 1fr;
		gap: 18px;
		text-align: center;
	}

	.amprisen-legacy-footer-logo-panel {
		justify-content: center;
		min-height: 0;
		padding-bottom: 18px;
		border-right: 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.18);
	}

	.amprisen-legacy-footer-contact {
		max-width: 560px;
		margin: 0 auto;
		text-align: left;
	}

	.amprisen-legacy-footer-qr {
		justify-content: center;
	}

	.amprisen-legacy-back-top {
		display: none;
	}

	.amprisen-legacy-topbar-social {
		justify-content: flex-start;
	}

	.amprisen-legacy-brand-cta {
		text-align: left;
	}

	.amprisen-legacy-main-columns {
		flex-direction: column;
	}

	.amprisen-product-specs__grid {
		grid-template-columns: 1fr;
	}

	.amprisen-legacy-spec-table {
		grid-template-columns: 1fr;
	}

	.amprisen-legacy-spec-table > div {
		border-right: 0;
	}

	.amprisen-legacy-hero-main,
	.amprisen-legacy-hero-overlay {
		min-height: 420px;
	}

	.amprisen-legacy-news-card {
		flex-direction: column;
	}

	.amprisen-legacy-news-card .wp-block-post-featured-image,
	.amprisen-legacy-news-card .wp-block-post-featured-image img {
		width: 100%;
	}

	.amprisen-legacy-news-promo img {
		height: auto;
	}

	.amprisen-legacy-news-promo-label {
		width: auto;
		height: auto;
		left: 0;
		right: auto;
		top: 0;
		padding: 18px 18px 0;
	}

	.amprisen-legacy-news-promo-label span {
		margin-top: 0;
		transform: none;
		font-size: 28px;
	}
}

@media (max-width: 640px) {
	.amprisen-legacy-shortcuts-row {
		grid-template-columns: 1fr;
	}

	.amprisen-legacy-hero-copy h1,
	.amprisen-legacy-section-heading h2,
	.amprisen-legacy-about-copy h2,
	.amprisen-legacy-content-card h1 {
		font-size: 26px;
	}

	.amprisen-legacy-hero-overlay {
		padding: 30px 22px 52px;
	}

	.amprisen-legacy-hero-side-caption {
		left: 22px;
	}

	.amprisen-legacy-hero-dots {
		left: 22px;
		bottom: 18px;
	}

	.amprisen-legacy-hero-dots span {
		width: 32px;
	}

	.amprisen-legacy-content-card,
	.amprisen-legacy-about-copy,
	.amprisen-legacy-about-box {
		padding: 18px;
	}

		.amprisen-legacy-news-list {
			padding-left: 22px;
		}

		.amprisen-legacy-mobile-nav-panel {
			width: calc(100vw - 36px);
		}

		.amprisen-product-specs__header {
			padding: 16px;
		}

		.amprisen-product-specs__header h2 {
			font-size: 19px;
		}

		.amprisen-product-specs__grid {
			gap: 12px;
			padding: 12px;
		}

		.amprisen-product-specs__group h3 {
			font-size: 14px;
		}

		.amprisen-product-specs table {
			min-width: 0;
		}

		.amprisen-product-specs th,
		.amprisen-product-specs td {
			display: block;
			width: auto;
		}

		.amprisen-product-specs th {
			padding-bottom: 4px;
			border-bottom: 0;
		}

		.amprisen-product-specs td {
			padding-top: 4px;
		}
	}

/*
 * Legacy replica overrides measured from the Leadong pagebuilder.
 * Keep these near the end so they win over WordPress block layout defaults.
 */
.wp-site-blocks > .wp-block-group.is-layout-constrained,
.wp-site-blocks > .wp-block-group > .wp-block-group.is-layout-constrained,
.amprisen-legacy-page-shell.is-layout-constrained,
.amprisen-legacy-page-shell > .is-layout-constrained,
.amprisen-legacy-page-shell .wp-block-query.is-layout-constrained,
.amprisen-legacy-page-shell .wp-block-group.is-layout-constrained {
	max-width: none;
}

@media (max-width: 480px) {
	.amprisen-legacy-footer-nav a,
	.amprisen-legacy-footer-nav span {
		font-size: 12px;
	}

	.amprisen-legacy-footer-nav span {
		margin: 0 7px;
	}

	.amprisen-legacy-footer-logo {
		width: 205px;
	}

	.amprisen-legacy-footer-contact {
		font-size: 12px;
		line-height: 1.65;
	}

	.amprisen-legacy-footer-qr img {
		width: 200px;
		height: auto;
	}
}

.amprisen-legacy-page-shell > .alignfull,
.amprisen-legacy-page-shell > .wp-block-group,
.amprisen-legacy-page-shell > .wp-block-query,
.amprisen-legacy-page-shell .wp-block-query,
	.amprisen-legacy-page-shell .wp-block-post-template {
		margin-left: 0;
		margin-right: 0;
	}

	.wp-site-blocks > * {
		margin-block-start: 0 !important;
	}

	.amprisen-legacy-container {
		max-width: 1180px;
		padding-left: 0;
		padding-right: 0;
	}

	.amprisen-legacy-topbar-inner {
		min-height: 45px;
	}

	.amprisen-legacy-brand-row {
		min-height: 88px;
		padding-top: 0;
		padding-bottom: 0;
		gap: 20px;
	}

.amprisen-legacy-brand-lockup {
	flex: 0 0 180px;
}

.amprisen-legacy-logo-mark {
	padding: 0;
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
}

.amprisen-legacy-logo-image {
	width: 180px;
	background: transparent;
}

.amprisen-legacy-nav-shell {
	flex: 1 1 auto;
	border-top: 0;
}

.amprisen-legacy-primary-nav {
	min-height: 88px;
}

	.amprisen-legacy-primary-nav .wp-block-navigation-item__content {
		padding: 22px 28px 20px;
		font-size: 14px;
		color: #5c5c5c;
	}

.amprisen-legacy-hero .amprisen-legacy-container {
	width: 100% !important;
	max-width: none !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.amprisen-legacy-hero-stage,
.amprisen-legacy-hero-track,
.amprisen-legacy-hero-slide,
.amprisen-legacy-hero-image-shell,
.amprisen-legacy-hero-video-shell {
	position: absolute;
	inset: 0;
}

.amprisen-legacy-hero-stage {
	position: relative;
	display: block;
	background: #fff;
}

	.amprisen-legacy-hero-main {
		position: relative;
		width: 100%;
		min-height: 0;
		padding-top: 45.08%;
		overflow: hidden;
		background: #fff;
	}

.amprisen-legacy-hero-slide {
	opacity: 0;
	pointer-events: none;
	transition: opacity 420ms ease;
	z-index: 1;
}

.amprisen-legacy-hero-slide[data-legacy-active="true"] {
	opacity: 1;
	pointer-events: auto;
	z-index: 2;
}

.amprisen-legacy-hero-slide img,
.amprisen-legacy-hero-slide video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: none;
}

.amprisen-legacy-hero-overlay {
	position: absolute;
	inset: 0;
	z-index: 3;
	background: transparent;
	pointer-events: none;
}

.amprisen-legacy-hero-dots {
	position: absolute;
	left: 11.6%;
	bottom: 4.9%;
	z-index: 4;
	display: flex;
	gap: 14px;
}

.amprisen-legacy-hero-dot {
	width: 50px;
	height: 2px;
	padding: 7px 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	cursor: pointer;
	box-sizing: content-box;
	display: block;
	position: relative;
}

.amprisen-legacy-hero-dot::before {
	content: "";
	display: block;
	width: 50px;
	height: 2px;
	border-radius: 10px;
	background: #8c8e94;
}

.amprisen-legacy-hero-dot[data-legacy-active="true"]::before {
	background: #0089f5;
}

.amprisen-legacy-products-band {
	padding-top: 0;
	padding-bottom: 0;
}

.amprisen-legacy-products-band .amprisen-legacy-container {
	max-width: none;
	padding-left: 70px;
	padding-right: 70px;
}

.amprisen-legacy-products-shell {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
	padding-left: 0;
	padding-right: 0;
}

.amprisen-legacy-products-shell-primary {
	max-width: 1300px;
}

.amprisen-legacy-products-nav {
	position: absolute;
	top: 50%;
	z-index: 3;
	display: none;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border: 0;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .15);
	color: #0090d3;
	cursor: pointer;
	transform: translateY(-50%);
}

.amprisen-legacy-products-nav[data-legacy-products-prev] {
	left: -18px;
}

.amprisen-legacy-products-nav[data-legacy-products-next] {
	right: -18px;
}

.amprisen-legacy-products-nav svg {
	width: 20px;
	height: 20px;
	fill: currentColor;
}

.amprisen-legacy-products-viewport {
	flex: 1 1 auto;
	min-width: 0;
	width: 100%;
	overflow: hidden;
	scroll-behavior: smooth;
}

.amprisen-legacy-products-track {
	display: flex;
	gap: 0;
	width: max-content;
	min-width: 100%;
	transform: none;
}

.amprisen-legacy-home-product-card {
	flex: 0 0 calc(25% - 20px);
	margin: 10px;
	padding: 10px 10px 30px;
	border: 0;
	box-sizing: border-box;
}

.amprisen-legacy-products-shell-primary .amprisen-legacy-home-product-card {
	flex-basis: calc(25% - 20px);
}

.amprisen-legacy-home-product-card .wp-block-post-featured-image a,
.amprisen-legacy-home-product-card .wp-block-post-featured-image img,
.amprisen-legacy-home-product-image,
.amprisen-legacy-home-product-image img {
	width: 100%;
}

.amprisen-legacy-home-product-image {
	position: relative;
	display: block;
	aspect-ratio: 100 / 103;
	height: auto;
	overflow: hidden;
}

.amprisen-legacy-home-product-image img {
	position: absolute;
	inset: 0;
	height: 100%;
	object-fit: contain;
}

.amprisen-legacy-home-product-title {
	display: -webkit-box;
	min-height: 44px;
	margin: 10px 0 16px;
	overflow: hidden;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 400;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.amprisen-legacy-home-product-title a {
	color: #333;
}

.amprisen-legacy-home-product-title a:hover {
	color: var(--amprisen-blue-deep);
	text-decoration: none;
}

.amprisen-legacy-home-product-card .wp-block-post-terms,
.amprisen-legacy-home-product-card .wp-block-post-title,
.amprisen-legacy-home-product-title,
.amprisen-legacy-card-actions {
	padding-left: 0;
	padding-right: 0;
}

	.amprisen-legacy-page-shell > .amprisen-legacy-home-section:not(.amprisen-legacy-home-about) {
		padding: 44px 0 14px;
	}

	.amprisen-legacy-home-section:not(.amprisen-legacy-home-about) .amprisen-legacy-section-kicker {
		margin: 0;
		color: #333;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 30px;
		font-weight: 700;
		letter-spacing: 0;
		line-height: 54px;
		text-transform: uppercase;
	}

	.amprisen-legacy-home-section:not(.amprisen-legacy-home-about) .amprisen-legacy-section-heading h2 {
		color: #333;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 16px;
		font-weight: 400;
		line-height: 20px;
	}

/* Leadong lower-home measured overrides: remove modernized blocks and restore old homepage density. */
.amprisen-legacy-home-about {
	padding-top: 34px;
	padding-bottom: 36px;
}

.amprisen-legacy-home-about .amprisen-legacy-section-kicker,
.amprisen-legacy-advantage-band .amprisen-legacy-section-kicker {
	margin: 0 0 12px;
	color: #333;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.8;
	letter-spacing: 0;
	text-transform: uppercase;
	text-align: center;
}

.amprisen-legacy-home-about .amprisen-legacy-section-heading h2 {
	max-width: 1180px;
	font-size: 26px;
	line-height: 1.6;
	color: #555;
}

.amprisen-legacy-home-about .amprisen-legacy-content-card {
	max-width: 1180px;
	margin-top: 18px;
	padding: 0;
	border: 0;
	background: transparent;
	color: #444;
}

.amprisen-legacy-home-about .amprisen-legacy-content-card p {
	margin-bottom: 24px;
	font-size: 16px;
	line-height: 1.85;
}

.amprisen-legacy-home-about .amprisen-legacy-content-card p.amprisen-legacy-about-category-title {
	margin-top: 30px;
	margin-bottom: 18px;
	color: #404040;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.6;
}

.amprisen-legacy-home-about .amprisen-legacy-content-card p:last-child {
	margin-top: 48px;
	margin-bottom: 0;
	text-align: center;
	font-size: 20px;
}

.amprisen-legacy-about-hover-gallery {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
	width: min(1400px, calc(100vw - 40px));
	max-width: none;
	margin: 34px auto 0;
	margin-left: 50%;
	transform: translateX(-50%);
}

.amprisen-legacy-about-hover-card {
	position: relative;
	display: block;
	width: 100%;
	min-height: 396px;
	overflow: hidden;
	background: #0a445c;
	outline: none;
}

.amprisen-legacy-about-hover-card img {
	width: 100%;
	height: 396px;
	object-fit: cover;
	transition: transform .4s ease-in-out;
}

.amprisen-legacy-about-hover-overlay {
	position: absolute;
	inset: 0;
	display: table;
	width: 100%;
	height: 100%;
	padding: 25px;
	box-sizing: border-box;
	background: rgba(10, 68, 92, .5);
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 1.7;
	text-align: center;
	transform: scale(0);
	transform-origin: center;
	opacity: 0;
	visibility: hidden;
	transition: transform .4s ease-in-out, opacity .25s ease-in-out, visibility 0s linear .4s;
}

.amprisen-legacy-about-hover-overlay-inner {
	display: table-cell;
	width: 100%;
	height: 100%;
	padding: 18px;
	border: 1px solid #fff;
	vertical-align: middle;
}

.amprisen-legacy-about-hover-card:hover img,
.amprisen-legacy-about-hover-card:focus img {
	transform: scale(1.04);
}

.amprisen-legacy-about-hover-card:hover .amprisen-legacy-about-hover-overlay,
.amprisen-legacy-about-hover-card:focus .amprisen-legacy-about-hover-overlay,
.amprisen-legacy-about-hover-card:focus-within .amprisen-legacy-about-hover-overlay {
	transform: scale(1);
	opacity: 1;
	visibility: visible;
	transition: transform .4s ease-in-out, opacity .25s ease-in-out;
}

.amprisen-legacy-advantage-band {
	padding: 18px 0 48px;
	background: #fff;
}

.amprisen-legacy-advantage-shell {
	width: min(100% - 96px, 1740px);
	max-width: none;
	padding-left: 0;
	padding-right: 0;
}

.amprisen-legacy-advantage-band .amprisen-legacy-section-heading h2 {
	max-width: 980px;
	margin: 0 auto;
	color: #444;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.8;
}

.amprisen-legacy-advantage-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
	margin-top: 38px;
	align-items: start;
}

.amprisen-legacy-advantage-card {
	padding: 0;
	text-align: center;
}

.amprisen-legacy-advantage-media {
	position: relative;
	overflow: visible;
	margin: 0 0 72px;
	background: transparent;
}

.amprisen-legacy-advantage-image-frame {
	position: relative;
	display: block;
	overflow: hidden;
	width: 100%;
	aspect-ratio: 567 / 281;
	border-radius: 22px;
	background: #f4f7f8;
	line-height: 0;
	transform: translateZ(0);
	box-shadow: 0 1px 0 rgba(0, 0, 0, .04);
}

.amprisen-legacy-advantage-image-frame::after {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at center, rgba(255, 255, 255, .28) 0%, rgba(255, 255, 255, .14) 36%, rgba(255, 255, 255, 0) 68%);
	opacity: 0;
	transform: scale(.18);
	transform-origin: center;
	transition: transform .5s ease-in-out, opacity .5s ease-in-out;
	pointer-events: none;
}

.amprisen-legacy-advantage-card .amprisen-legacy-advantage-main-image {
	width: 100%;
	height: 100%;
	margin: 0;
	display: block;
	border-radius: inherit;
	object-fit: cover;
	transform-origin: center;
	transition: transform .55s ease-in-out, filter .55s ease-in-out;
	will-change: transform;
}

.amprisen-legacy-advantage-card:nth-child(2) .amprisen-legacy-advantage-main-image {
	height: 100%;
}

.amprisen-legacy-advantage-icon-badge {
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 118px;
	height: 118px;
	padding: 12px;
	border-radius: 999px;
	background: rgba(255, 255, 255, .94);
	box-shadow: 0 10px 26px rgba(0, 0, 0, .18);
	transform: translate(-50%, 50%);
	animation: amprisenLegacyRotateIn 1s both;
	box-sizing: border-box;
}

.amprisen-legacy-advantage-card .amprisen-legacy-advantage-icon-badge img {
	width: 100%;
	height: 100%;
	margin: 0;
	object-fit: contain;
}

.amprisen-legacy-advantage-card:hover .amprisen-legacy-advantage-main-image,
.amprisen-legacy-advantage-card:focus-within .amprisen-legacy-advantage-main-image {
	transform: scale(1.1);
	filter: brightness(.98) contrast(1.04);
}

.amprisen-legacy-advantage-card:hover .amprisen-legacy-advantage-image-frame::after,
.amprisen-legacy-advantage-card:focus-within .amprisen-legacy-advantage-image-frame::after {
	opacity: 1;
	transform: scale(1.35);
}

.amprisen-legacy-advantage-card:hover .amprisen-legacy-advantage-icon-badge,
.amprisen-legacy-advantage-card:focus-within .amprisen-legacy-advantage-icon-badge {
	animation: amprisenLegacyRotateIn .75s both;
}

.amprisen-legacy-advantage-card h3 {
	margin: 0 0 12px;
	color: #333;
	font-size: 22px;
	line-height: 1.4;
}

.amprisen-legacy-advantage-card p {
	max-width: 360px;
	margin: 0 auto;
	color: #444;
	font-size: 14px;
	line-height: 1.7;
}

.amprisen-legacy-news-band {
	padding: 0;
	background: #fff;
}

.amprisen-legacy-news-band .amprisen-legacy-container {
	max-width: 2500px;
	padding-left: 0;
	padding-right: 0;
}

.amprisen-legacy-news-shell {
	display: flex;
	gap: 0;
	height: 600px;
	overflow: hidden;
	align-items: stretch;
}

.amprisen-legacy-news-promo {
	position: relative;
	flex: 1 1 auto;
	width: auto;
	min-height: 600px;
	height: 600px;
	overflow: hidden;
}

.amprisen-legacy-news-promo img {
	width: auto;
	max-width: none;
	height: 600px;
	object-fit: unset;
}

.amprisen-legacy-news-promo-label {
	left: auto;
	right: 0;
	width: 100px;
	height: 100%;
	background: transparent;
}

.amprisen-legacy-news-promo-label span {
	display: block;
	margin-top: 40px;
	font-size: 60px;
	line-height: 1;
	letter-spacing: 0;
	color: #fff;
	transform: rotate(90deg);
	transform-origin: center;
	white-space: nowrap;
}

.amprisen-legacy-news-list {
	position: relative;
	flex: 1 1 50%;
	width: 50%;
	height: 600px;
	padding: 15px 32px 15px 90px;
	overflow: hidden;
	box-sizing: border-box;
}

.amprisen-legacy-news-line {
	position: absolute;
	left: 42px;
	top: 20px;
	width: 5px;
	height: 530px;
	background: rgba(240, 240, 240, 1);
	z-index: 0;
	display: block;
	pointer-events: none;
}

.amprisen-legacy-news-scroll {
	position: relative;
	z-index: 1;
	width: 100%;
	animation: amprisenLegacyNewsScroll 18s step-end infinite;
}

.amprisen-legacy-news-list:hover .amprisen-legacy-news-scroll {
	animation-play-state: paused;
}

.amprisen-legacy-news-card {
	position: relative;
	display: flex;
	align-items: flex-start;
	width: 100%;
	max-width: 820px;
	min-height: 190px;
	padding: 20px 0;
	border-bottom: 0;
	box-sizing: border-box;
}

.amprisen-legacy-news-card::before {
	content: "";
	position: absolute;
	left: -46px;
	top: 20px;
	transform: translate(-50%, 0);
	width: 15px;
	height: 15px;
	border: 3px solid #0074c5;
	background: #fff;
	border-radius: 50px;
	box-sizing: content-box;
	z-index: 2;
	transition: all .1s linear;
	pointer-events: none;
}

.amprisen-legacy-news-card:hover::before,
.amprisen-legacy-news-card:focus-within::before {
	background: #0074c5;
}

.amprisen-legacy-news-media {
	flex: 0 0 246px;
	width: 246px;
	height: 150px;
	overflow: hidden;
}

.amprisen-legacy-news-media img {
	width: 246px;
	height: 150px;
	object-fit: cover;
}

.amprisen-legacy-news-card-copy {
	flex: 1 1 auto;
	min-width: 0;
	padding-left: 38px;
	box-sizing: border-box;
}

.amprisen-legacy-news-card-copy .amprisen-legacy-news-card-title {
	margin: 25px 0 15px;
	font-size: 18px;
	line-height: 1.32;
	max-height: 72px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	white-space: normal;
	text-overflow: clip;
}

.amprisen-legacy-news-card-copy .amprisen-legacy-news-card-title a {
	display: block;
	color: inherit;
	white-space: normal;
	overflow-wrap: normal;
	word-break: normal;
}

.amprisen-legacy-news-card-summary {
	margin: 0;
	font-size: 14px;
	line-height: 1.55;
	color: #666;
	display: -webkit-box;
	max-height: 44px;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.amprisen-legacy-news-cta {
	min-height: 57px;
	padding-top: 11px;
	text-align: center;
	box-sizing: border-box;
}

.amprisen-legacy-news-button {
	min-height: 35px;
	padding-left: 30px;
	padding-right: 30px;
}

.amprisen-legacy-footer {
	margin-top: 0;
}

@keyframes amprisenLegacyNewsScroll {
	0%,
	20% {
		transform: translateY(0);
	}

	42%,
	62% {
		transform: translateY(-190px);
	}

	84%,
	100% {
		transform: translateY(-380px);
	}
}

@keyframes amprisenLegacyLogoPulse {
	0% {
		transform: scale(1);
	}

	48% {
		transform: scale(1.12);
	}

	100% {
		transform: scale(1);
	}
}

@media (min-width: 1401px) and (max-width: 1600px) {
	.amprisen-legacy-news-promo {
		flex-basis: 38%;
		width: 38%;
	}

	.amprisen-legacy-news-list {
		flex-basis: 60%;
		width: 60%;
	}
}

@media (min-width: 1201px) and (max-width: 1400px) {
	.amprisen-legacy-news-promo {
		flex-basis: 30%;
		width: 30%;
	}

	.amprisen-legacy-news-list {
		flex-basis: 70%;
		width: 70%;
	}
}

@media (min-width: 901px) and (max-width: 1200px) {
	.amprisen-legacy-news-promo {
		flex: 0 0 24%;
		width: 24%;
	}

	.amprisen-legacy-news-list {
		flex: 1 1 76%;
		width: 76%;
		padding-right: 24px;
	}

	.amprisen-legacy-news-card {
		max-width: 100%;
	}

	.amprisen-legacy-news-card-copy {
		padding-left: 28px;
	}
}

@keyframes amprisenLegacyRotateIn {
	0% {
		transform: translate(-50%, 50%) rotate3d(0, 0, 1, -200deg);
		opacity: 0;
	}

	100% {
		transform: translate(-50%, 50%) rotate3d(0, 0, 1, 0deg);
		opacity: 1;
	}
}

@media (max-width: 1240px) {
	.amprisen-legacy-container,
	.amprisen-legacy-products-band .amprisen-legacy-container {
		max-width: none;
		padding-left: 70px;
		padding-right: 70px;
	}
}

@media (max-width: 900px) {
	.amprisen-legacy-brand-lockup {
		flex-basis: auto;
	}

	.amprisen-legacy-hero-main {
		padding-top: 62%;
	}
}

@media (max-width: 600px) {
	.amprisen-legacy-container,
	.amprisen-legacy-products-band .amprisen-legacy-container {
		padding-left: 16px;
		padding-right: 16px;
	}
}

/*
 * Mobile replica guardrails.
 * The desktop homepage uses fixed Leadong measurements; on narrow screens those
 * fixed rows must relax so sections scroll instead of clipping into each other.
 */
@media (max-width: 750px) {
	body {
		overflow-x: hidden;
		padding-top: 55px !important;
	}

	.wp-site-blocks > header.wp-block-template-part {
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		width: 100%;
	}

	.amprisen-legacy-topbar {
		display: none;
	}

	.amprisen-legacy-header-shell {
		top: 0;
		z-index: 10020;
	}

	.amprisen-legacy-header-shell .amprisen-legacy-container,
	.amprisen-legacy-hero .amprisen-legacy-container {
		padding-left: 0;
		padding-right: 0;
	}

	.amprisen-legacy-brand-row {
		position: relative;
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		min-height: 54px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.amprisen-legacy-brand-lockup {
		flex: 0 0 auto;
	}

	.amprisen-legacy-logo-image {
		width: 114px;
	}

	.amprisen-legacy-nav-shell {
		position: absolute;
		left: 18px;
		top: calc(50% - 12px);
		transform: none;
	}

	.amprisen-legacy-primary-nav {
		position: static;
		min-height: 24px;
	}

	.amprisen-legacy-desktop-nav-list {
		display: none;
	}

	.amprisen-legacy-mobile-nav-toggle {
		position: relative;
		z-index: 10002;
		display: inline-flex;
		flex-direction: column;
		justify-content: center;
		gap: 4px;
		width: 24px;
		height: 24px;
		border: 0;
		background: transparent;
		box-shadow: none;
		cursor: pointer;
	}

	.amprisen-legacy-mobile-nav-toggle span {
		display: block;
		width: 18px;
		height: 2px;
		background: #0a445c;
		transition: transform .2s ease, opacity .2s ease;
	}

	.amprisen-legacy-mobile-nav-toggle.is-open span:nth-child(1) {
		transform: translateY(6px) rotate(45deg);
	}

	.amprisen-legacy-mobile-nav-toggle.is-open span:nth-child(2) {
		opacity: 0;
	}

	.amprisen-legacy-mobile-nav-toggle.is-open span:nth-child(3) {
		transform: translateY(-6px) rotate(-45deg);
	}

	.amprisen-legacy-mobile-nav-panel {
		position: absolute;
		top: 40px;
		left: -18px;
		z-index: 10001;
		display: none;
		width: min(88vw, 340px);
		max-height: calc(100vh - 70px);
		overflow: auto;
		padding: 8px 0;
		background: #467035;
		box-shadow: 0 12px 28px rgba(0, 0, 0, .18);
	}

	.amprisen-legacy-mobile-nav-panel.is-open {
		display: block;
	}

	.amprisen-legacy-mobile-nav-panel a {
		display: block;
		padding: 9px 20px;
		border-bottom: 1px solid #9dc117;
		color: #fff;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 16px;
		line-height: 1.35;
		text-align: left;
	}

	.amprisen-legacy-mobile-nav-panel a:hover {
		color: #dceaa8;
		text-decoration: none;
	}

	.amprisen-legacy-hero-main {
		height: auto;
		min-height: 0;
		padding-top: 48.22%;
		overflow: hidden;
	}

	.amprisen-legacy-hero-slide img,
	.amprisen-legacy-hero-slide video {
		object-fit: contain;
		background: #fff;
	}

	.amprisen-legacy-hero-dots {
		left: 50%;
		bottom: 3px;
		gap: 8px;
		transform: translateX(-50%);
	}

	.amprisen-legacy-hero-dot {
		width: 48px;
		height: 2px;
		padding: 5px 0;
	}

	.amprisen-legacy-products-band .amprisen-legacy-container {
		padding-left: 20px;
		padding-right: 20px;
	}

	.amprisen-legacy-products-shell {
		position: relative;
		display: flex;
		align-items: center;
		gap: 0;
		max-width: 350px;
		padding-left: 0;
		padding-right: 0;
	}

	.amprisen-legacy-products-shell-primary {
		max-width: 370px;
	}

	.amprisen-legacy-products-nav {
		position: absolute;
		top: 255px;
		z-index: 3;
		display: inline-flex;
		width: 40px;
		height: 40px;
		margin-top: 0;
		border: 1px solid #eef3f6;
		border-radius: 50%;
		background: #fff;
		box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
	}

	.amprisen-legacy-products-nav[data-legacy-products-prev] {
		left: -17px;
	}

	.amprisen-legacy-products-nav[data-legacy-products-next] {
		right: -17px;
	}

	.amprisen-legacy-products-viewport {
		flex: 1 1 auto;
		min-width: 0;
		max-width: 100%;
		width: 100%;
		overflow-x: auto;
		overflow-y: visible;
		scroll-snap-type: x mandatory;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
	}

	.amprisen-legacy-products-viewport::-webkit-scrollbar {
		display: none;
	}

	.amprisen-legacy-products-track {
		display: flex;
		grid-template-columns: none;
		gap: 0;
		min-width: max-content;
	}

	.amprisen-legacy-home-product-card {
		flex: 0 0 330px;
		margin: 10px;
		padding: 10px 10px 30px;
		scroll-snap-align: start;
	}

	.amprisen-legacy-products-shell-primary .amprisen-legacy-home-product-card {
		flex-basis: 350px;
	}

	.amprisen-legacy-card-actions {
		justify-content: center;
		gap: 7px;
		flex-wrap: nowrap;
	}

		.amprisen-legacy-card-actions a {
			min-height: 36px;
			padding: 0 12px;
			font-size: 12px;
		}

		.amprisen-legacy-advantage-shell {
			width: calc(100% - 32px);
			padding-left: 0;
			padding-right: 0;
		}

		.amprisen-legacy-advantage-grid {
			grid-template-columns: 1fr;
		gap: 28px;
		margin-top: 24px;
	}

	.amprisen-legacy-advantage-card,
	.amprisen-legacy-advantage-card p {
		max-width: 100%;
	}

	.amprisen-legacy-about-hover-gallery {
		grid-template-columns: 1fr;
		gap: 18px;
		width: 100%;
		margin-top: 24px;
		margin-left: 0;
		transform: none;
	}

	.amprisen-legacy-about-hover-card {
		width: 100%;
		min-height: 0;
	}

	.amprisen-legacy-about-hover-card img {
		width: 100%;
		height: auto;
	}

	.amprisen-legacy-about-hover-overlay {
		position: relative;
		display: block;
		padding: 12px;
		transform: none;
		opacity: 1;
		visibility: visible;
		background: #0a445c;
		font-size: 14px;
		transition: none;
	}

	.amprisen-legacy-about-hover-overlay-inner {
		display: block;
		padding: 14px;
	}

	.amprisen-legacy-about-hover-card:hover img,
	.amprisen-legacy-about-hover-card:focus img {
		transform: none;
	}

	.amprisen-legacy-advantage-card .amprisen-legacy-advantage-main-image,
	.amprisen-legacy-advantage-card:nth-child(2) .amprisen-legacy-advantage-main-image {
		width: 100%;
		height: 100%;
		max-height: none;
		object-fit: cover;
	}

	.amprisen-legacy-advantage-media {
		margin-bottom: 72px;
	}

	.amprisen-legacy-advantage-card h3 {
		font-size: 22px;
		line-height: 1.3;
	}

	.amprisen-legacy-news-shell {
		display: grid;
		grid-template-columns: 118px minmax(0, 1fr);
		height: auto;
		overflow: visible;
		align-items: stretch;
	}

	.amprisen-legacy-news-promo {
		position: relative;
		min-height: 520px;
		height: auto;
	}

	.amprisen-legacy-news-promo img {
		display: none;
	}

	.amprisen-legacy-news-promo-label {
		position: absolute;
		inset: 0 auto 0 0;
		width: 118px;
		height: 100%;
		padding: 0;
		background: #cecece;
	}

	.amprisen-legacy-news-promo-label span {
		margin-top: 28px;
		font-size: 48px;
		line-height: 1;
		transform: rotate(90deg) translateY(-100%);
		transform-origin: top left;
		white-space: nowrap;
	}

	.amprisen-legacy-news-list {
		height: auto;
		min-height: 520px;
		min-width: 0;
		max-width: 100%;
		width: auto;
		padding: 30px 16px 22px 28px;
		overflow: visible;
	}

	.amprisen-legacy-news-line,
	.amprisen-legacy-news-card::before {
		display: none;
	}

	.amprisen-legacy-news-scroll {
		min-width: 0;
		max-width: 100%;
		animation: none;
		transform: none !important;
	}

	.amprisen-legacy-news-card {
		min-width: 0;
		max-width: 100%;
		width: 100%;
		min-height: 0;
		padding: 0 0 28px;
	}

	.amprisen-legacy-news-card:nth-child(n+3) {
		display: none;
	}

	.amprisen-legacy-news-media {
		width: 100%;
		height: auto;
		margin-bottom: 12px;
	}

	.amprisen-legacy-news-media img {
		width: 100%;
		height: auto;
	}

	.amprisen-legacy-news-card-copy {
		min-width: 0;
		max-width: 100%;
		padding-left: 0;
		padding-right: 0;
	}

	.amprisen-legacy-news-card-copy .amprisen-legacy-news-card-title {
		font-size: 16px;
		line-height: 1.35;
		max-width: 100%;
		max-height: none;
		display: block;
		overflow-wrap: anywhere;
		word-break: break-word;
	}

	.amprisen-legacy-news-card-copy .amprisen-legacy-news-card-title a {
		display: block;
		max-width: 100%;
		white-space: normal;
		overflow-wrap: anywhere;
		word-break: break-word;
	}

	.amprisen-legacy-news-card-summary {
		max-height: none;
		-webkit-line-clamp: 4;
	}
}

@media (max-width: 750px) {
	html,
	body,
	.wp-site-blocks,
	.amprisen-legacy-page-shell {
		max-width: 100%;
		overflow-x: hidden;
	}
}

/*
 * Product archive/detail guardrails.
 * Product pages reuse the homepage product-card markup, so these scoped rules
 * must stay after the homepage carousel overrides.
 */
.amprisen-legacy-product-list-card .amprisen-legacy-product-grid-card {
	flex: initial;
	width: auto;
	max-width: none;
	min-height: 360px;
	margin: 0 !important;
	padding: 0 8px 82px !important;
	scroll-snap-align: none;
}

.amprisen-legacy-product-list-card .amprisen-legacy-product-grid-card .wp-block-post-featured-image,
.amprisen-legacy-product-list-card .amprisen-legacy-product-grid-image {
	aspect-ratio: 1 / 1.08;
	height: auto;
	margin: 0 0 12px !important;
	padding: 4px;
	box-sizing: border-box;
}

.amprisen-legacy-product-list-card .amprisen-legacy-product-grid-card .wp-block-post-featured-image img,
.amprisen-legacy-product-list-card .amprisen-legacy-product-grid-image img {
	width: 100%;
	height: 100%;
	object-fit: contain !important;
	transform: none;
	transition: transform .24s ease, filter .24s ease;
}

.amprisen-legacy-product-list-card .amprisen-legacy-product-grid-card:hover .wp-block-post-featured-image img,
.amprisen-legacy-product-list-card .amprisen-legacy-product-grid-card:hover .amprisen-legacy-product-grid-image img {
	filter: brightness(.9);
	transform: scale(1.03);
}

.amprisen-legacy-product-list-card .amprisen-legacy-product-grid-card .wp-block-post-title {
	display: -webkit-box;
	min-height: 42px;
	margin: 0 0 10px;
	padding: 0;
	overflow: hidden;
	color: #333;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	text-align: center;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.amprisen-legacy-product-card-series {
	display: -webkit-box;
	min-height: 20px;
	margin: 0 0 3px;
	overflow: hidden;
	color: var(--amprisen-blue);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 20px;
	text-align: center;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.amprisen-legacy-product-list-card .amprisen-legacy-product-grid-card .wp-block-post-title a {
	color: #333;
}

.amprisen-legacy-product-list-card .amprisen-legacy-product-grid-card .wp-block-post-title a:hover {
	color: #2f6597;
	text-decoration: none;
}

.amprisen-legacy-product-list-card .amprisen-legacy-product-grid-card .amprisen-legacy-card-actions {
	left: 8px;
	right: 8px;
	display: grid;
	grid-template-columns: minmax(92px, .9fr) minmax(132px, 1.1fr);
	gap: 8px;
}

.amprisen-legacy-product-list-card .amprisen-legacy-product-grid-card .amprisen-legacy-card-actions a {
	min-width: 0;
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
	overflow: visible;
	white-space: nowrap;
	font-size: 12px;
}

.amprisen-legacy-product-detail-shell .wp-block-columns,
.amprisen-legacy-product-detail-shell .wp-block-column,
.amprisen-legacy-product-detail-shell .wp-block-group {
	box-sizing: border-box;
}

.amprisen-legacy-product-detail-shell > .amprisen-legacy-product-summary-grid,
.amprisen-legacy-product-detail-shell > .amprisen-legacy-product-spec-strip,
.amprisen-legacy-product-detail-shell > .amprisen-legacy-product-tabs,
.amprisen-legacy-product-detail-shell > .wp-block-post-content,
.amprisen-legacy-product-detail-shell > .wp-block-shortcode {
	max-width: none !important;
	width: 100%;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

@media (max-width: 900px) {
	.amprisen-legacy-product-layout.wp-block-columns,
	.amprisen-legacy-product-summary-grid.wp-block-columns {
		display: block !important;
	}

	.amprisen-legacy-product-list-card .wp-block-post-template.is-layout-grid:has(> li:only-child) .amprisen-legacy-product-grid-card {
		display: flex;
		flex-direction: column;
		padding: 0 8px 82px !important;
		border: 0;
		background: transparent;
		box-shadow: none;
	}

	.amprisen-legacy-product-list-card .wp-block-post-template.is-layout-grid:has(> li:only-child) .wp-block-post-title {
		margin: 0 0 10px;
		text-align: center;
	}

	.amprisen-legacy-product-list-card .wp-block-post-template.is-layout-grid:has(> li:only-child) .wp-block-post-title a {
		font-size: 14px;
		line-height: 20px;
	}

	.amprisen-legacy-product-list-card .wp-block-post-template.is-layout-grid:has(> li:only-child) .amprisen-legacy-card-actions {
		position: absolute;
		max-width: none;
	}

	.amprisen-legacy-product-sidebar,
	.amprisen-legacy-product-main,
	.amprisen-legacy-product-gallery,
	.amprisen-legacy-product-summary-panel {
		max-width: none;
		width: 100%;
		flex-basis: auto !important;
	}

	.amprisen-legacy-product-sidebar {
		margin-bottom: 24px;
	}

	.amprisen-legacy-product-gallery-thumbs {
		gap: 8px;
	}

	.amprisen-legacy-product-gallery-thumb {
		flex: 0 0 78px;
	}

	.amprisen-news-archive-item {
		grid-template-columns: 168px minmax(0, 1fr);
		gap: 16px;
	}

	.amprisen-news-archive-item__media {
		width: 168px;
		height: 118px;
	}

	.amprisen-legacy-product-list-card .wp-block-post-template.is-layout-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.amprisen-legacy-product-list-card .wp-block-post-template.is-layout-grid:has(> li:first-child:nth-last-child(2)),
	.amprisen-legacy-product-list-card .wp-block-post-template.is-layout-grid:has(> li:first-child:nth-last-child(2) ~ li),
	.amprisen-legacy-product-list-card .wp-block-post-template.is-layout-grid:has(> li:first-child:nth-last-child(3)),
	.amprisen-legacy-product-list-card .wp-block-post-template.is-layout-grid:has(> li:first-child:nth-last-child(3) ~ li) {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.amprisen-legacy-simple-archive .wp-block-post-template {
		grid-template-columns: 1fr;
	}

	.amprisen-seo-guide__grid {
		grid-template-columns: 1fr;
	}

	.amprisen-seo-guide__hero {
		grid-template-columns: 1fr;
	}

	.amprisen-about-intro,
	.amprisen-about-advantages,
	.amprisen-about-certificate-grid,
	.amprisen-contact-layout,
	.amprisen-contact-faq-grid,
	.amprisen-news-seo-panel__grid,
	.amprisen-news-detail-seo__grid,
	.amprisen-resource-layout,
	.amprisen-resource-seo-grid {
		grid-template-columns: 1fr;
	}

	.amprisen-resource-archive-page .amprisen-legacy-container,
	.amprisen-faq-page .amprisen-legacy-container {
		width: calc(100% - 16px);
		padding-left: 0;
		padding-right: 0;
	}

	.amprisen-download-grid {
		grid-template-columns: 1fr;
	}

	.amprisen-resource-sidebar {
		margin-bottom: 24px;
	}

	.amprisen-about-intro {
		gap: 22px;
	}

	.amprisen-about-section-heading {
		text-align: left;
	}

	.amprisen-about-section-heading h2::after {
		left: 0;
		transform: none;
	}

	.amprisen-about-section-heading p {
		margin-left: 0;
		margin-right: 0;
	}

	.amprisen-contact-intro {
		text-align: left;
	}

	.amprisen-contact-intro h1::after {
		left: 0;
		transform: none;
	}

	.amprisen-contact-form-panel {
		min-height: 0;
		padding-top: 82px;
	}

	.amprisen-legacy-news-layout.wp-block-columns {
		display: block;
	}

	.amprisen-legacy-news-sidebar,
	.amprisen-legacy-news-main {
		max-width: none;
		width: 100%;
		flex-basis: auto !important;
	}

	.amprisen-legacy-news-sidebar {
		margin-bottom: 24px;
	}

	.amprisen-legacy-news-row-columns.wp-block-columns {
		display: grid;
		grid-template-columns: 120px minmax(0, 1fr);
	}

	.amprisen-legacy-news-row-media {
		flex-basis: auto !important;
	}

	.amprisen-legacy-news-row-image img {
		width: 120px !important;
		height: 92px !important;
	}

	.amprisen-news-detail-header h1 {
		font-size: 22px;
		line-height: 1.45;
	}

	.amprisen-news-detail-featured {
		max-width: 100%;
	}

	.amprisen-news-detail-content {
		font-size: 16px;
		line-height: 1.82;
	}

	.amprisen-news-article-list {
		grid-template-columns: 1fr;
	}

	.amprisen-legacy-product-summary-panel {
		margin-top: 22px;
	}

	.amprisen-product-variants__selected-card {
		grid-template-columns: 1fr;
	}

	.amprisen-product-variants__selected-specs {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.amprisen-product-variants__selected-spec--sku,
	.amprisen-product-variants__selected-spec--communication {
		grid-column: span 2;
	}
}

@media (max-width: 600px) {
	.amprisen-legacy-product-list-card .wp-block-post-template.is-layout-grid {
		grid-template-columns: 1fr;
	}

	.amprisen-legacy-product-grid-card {
		min-height: 0;
		padding-bottom: 78px !important;
	}

	.amprisen-legacy-product-list-card .amprisen-legacy-product-grid-card .amprisen-legacy-card-actions {
		grid-template-columns: 1fr 1fr;
	}

	.amprisen-legacy-product-detail-actions {
		display: grid;
		grid-template-columns: 1fr;
	}

	.amprisen-legacy-product-detail-actions a {
		width: 100%;
		box-sizing: border-box;
	}

	.amprisen-product-variants__selected-card {
		grid-template-columns: 1fr;
	}

	.amprisen-news-archive-item {
		grid-template-columns: 1fr;
	}

	.amprisen-news-archive-item__body {
		grid-column: auto;
		grid-row: auto;
	}

	.amprisen-news-archive-item__media {
		width: 100%;
		height: auto;
		aspect-ratio: 16 / 10;
	}

	.amprisen-news-archive-item__body {
		padding-right: 0;
	}

	.amprisen-news-archive-item__body h2 {
		font-size: 18px;
	}

	.amprisen-news-topic-chips a {
		min-height: 30px;
	}

	.amprisen-legacy-product-spec-strip {
		grid-template-columns: 1fr;
	}

	.amprisen-legacy-product-spec-strip > div {
		border-right: 0;
		border-bottom: 1px solid #ececec;
	}

	.amprisen-legacy-product-spec-strip > div:last-child {
		border-bottom: 0;
	}

	.amprisen-legacy-product-spec-strip--variants > div:nth-last-child(-n+4) {
		border-bottom: 1px solid #ececec;
	}

	.amprisen-legacy-product-spec-strip--variants > div:last-child {
		border-bottom: 0;
	}

	.amprisen-seo-guide {
		padding: 20px 18px;
	}

	.amprisen-seo-guide__intro h2 {
		font-size: 21px;
	}

	.amprisen-seo-guide__media img {
		padding: 12px;
	}

	.amprisen-seo-guide__links {
		align-items: stretch;
	}

	.amprisen-seo-guide__links a {
		width: 100%;
		box-sizing: border-box;
	}

	.amprisen-about-hero {
		height: 300px;
	}

	.amprisen-about-hero-caption {
		justify-content: flex-end;
		padding-bottom: 34px;
		box-sizing: border-box;
	}

	.amprisen-about-copy h3 {
		font-size: 22px;
	}

	.amprisen-about-advantage-card h3 {
		font-size: 19px;
	}

	.amprisen-contact-company-card {
		margin-left: 0;
		margin-right: 0;
		padding: 20px 18px;
	}

	.amprisen-contact-company-card h2 {
		font-size: 21px;
	}

	.amprisen-contact-map iframe {
		height: 260px;
	}

	.amprisen-contact-seo-faq h2 {
		text-align: left;
	}

	.amprisen-resource-intro {
		padding: 26px 20px 30px;
		text-align: left;
	}

	.amprisen-resource-intro h1::after {
		left: 0;
		transform: none;
	}

	.amprisen-resource-intro p:last-child {
		margin-left: 0;
	}

	.amprisen-resource-sidebar h2,
	.amprisen-download-list > h2,
	.amprisen-faq-list > h2 {
		font-size: 20px;
		line-height: 56px;
	}

	.amprisen-download-card {
		grid-template-columns: 110px minmax(0, 1fr) 42px;
	}

	.amprisen-download-thumb {
		min-height: 150px;
	}

	.amprisen-download-thumb img {
		height: 104px;
	}

	.amprisen-resource-seo-panel {
		padding: 22px 18px;
	}

	.amprisen-resource-seo-panel h2 {
		text-align: left;
	}

	.amprisen-download-card {
		grid-template-columns: 1fr;
	}

	.amprisen-download-action {
		border-left: 0;
		border-top: 1px solid #ececec;
	}

	.amprisen-download-action a {
		min-height: 44px;
	}

	.amprisen-download-action a::before {
		content: "Request PDF";
		width: auto;
		height: auto;
		padding: 0 16px;
		border-radius: 3px;
		font-size: 13px;
		font-weight: 700;
		line-height: 34px;
	}

	.amprisen-faq-item summary {
		font-size: 15px;
		line-height: 1.55;
	}

	.amprisen-faq-answer {
		padding-left: 20px;
	}

	.amprisen-legacy-news-row-columns.wp-block-columns {
		grid-template-columns: 1fr;
	}

	.amprisen-legacy-news-row-image img {
		width: 100% !important;
		height: auto !important;
		aspect-ratio: 16 / 10;
	}

	.amprisen-legacy-news-archive-title {
		font-size: 26px !important;
	}
}

/*
 * Legacy migration completion overrides.
 * These rules restore the old Leadong page structure while keeping the
 * WordPress content model underneath.
 */
html,
body,
.wp-site-blocks,
.amprisen-legacy-page-shell,
.amprisen-news-archive-page,
.amprisen-news-detail-page,
.amprisen-resource-archive-page,
.amprisen-faq-page,
.amprisen-contact-page {
	background: #fff !important;
}

.amprisen-contact-faq-grid article,
.amprisen-resource-seo-grid article,
.amprisen-product-specs__header,
.amprisen-product-specs__notes,
.amprisen-download-action a,
.amprisen-download-thumb,
.amprisen-download-count {
	background-color: #fff;
}

.amprisen-legacy-breadcrumbs {
	display: block;
	padding: 13px 0 17px;
	color: #777;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
}

.amprisen-legacy-breadcrumbs a {
	color: #555;
}

.amprisen-about-page .amprisen-legacy-breadcrumbs,
.home .amprisen-legacy-breadcrumbs {
	display: none;
}

.amprisen-resource-page > .amprisen-legacy-breadcrumbs {
	display: none;
}

.amprisen-legacy-product-sidebar > .wp-block-shortcode {
	margin: 0;
}

.amprisen-legacy-product-sidebar-nav {
	border: 1px solid #ccc;
	background: #fff;
}

.amprisen-legacy-product-sidebar-nav h3 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0;
	padding: 0 14px 0 16px;
	background: #0a445c;
	color: #fff;
	font-size: 22px;
	font-weight: 400;
	line-height: 64px;
	text-transform: uppercase;
}

.amprisen-legacy-sidebar-heading-arrow {
	position: relative;
	width: 18px;
	height: 18px;
	border: 1px solid rgba(255, 255, 255, .8);
	border-radius: 2px;
}

.amprisen-legacy-sidebar-heading-arrow::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 7px;
	height: 7px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: translate(-50%, -64%) rotate(45deg);
}

.amprisen-legacy-product-category-tree {
	padding: 8px 10px 12px 18px;
	border-radius: 0;
	border-top: 0;
}

.amprisen-legacy-product-category-tree li {
	position: relative;
	border-top: 0;
}

.amprisen-legacy-product-category-tree > li + li {
	border-top: 1px solid #ededed;
}

.amprisen-legacy-sidebar-link-row {
	position: relative;
	display: flex;
	align-items: center;
	min-width: 0;
}

.amprisen-legacy-sidebar-link-row > a {
	flex: 1 1 auto;
	min-width: 0;
}

.amprisen-legacy-product-category-tree a {
	min-height: 30px;
	padding: 0 8px 0 14px;
	font-size: 15px;
	line-height: 30px;
}

.amprisen-legacy-product-category-tree ul {
	display: none;
	padding-left: 15px;
}

.amprisen-legacy-product-category-tree .is-open > ul {
	display: block;
}

.amprisen-legacy-product-category-tree ul a {
	font-size: 13px;
	line-height: 25px;
}

.amprisen-legacy-product-category-tree ul ul a {
	font-size: 12px;
	line-height: 23px;
}

.amprisen-legacy-sidebar-toggle {
	position: relative;
	flex: 0 0 24px;
	width: 24px;
	height: 24px;
	margin: 0;
	border: 0;
	border-radius: 2px;
	background: transparent;
	box-shadow: none;
	cursor: pointer;
}

.amprisen-legacy-sidebar-toggle::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 6px;
	height: 6px;
	border-right: 1px solid currentColor;
	border-bottom: 1px solid currentColor;
	opacity: .75;
	transform: translate(-55%, -68%) rotate(45deg);
	transition: transform .18s ease;
}

.amprisen-legacy-sidebar-toggle:hover,
.amprisen-legacy-sidebar-toggle:focus-visible {
	color: #2f6597;
	outline: 1px solid rgba(47, 101, 151, .35);
	outline-offset: 1px;
}

.amprisen-legacy-product-category-tree .is-open > .amprisen-legacy-sidebar-link-row > .amprisen-legacy-sidebar-toggle::before {
	transform: translate(-45%, -34%) rotate(225deg);
}

.amprisen-legacy-side-form.amprisen-legacy-inquiry-box {
	margin-top: 38px;
	border: 1px solid #ddd;
	background: #fff;
}

.amprisen-legacy-inquiry-box form {
	padding: 0;
}

.amprisen-legacy-inquiry-box fieldset {
	display: grid;
	gap: 10px;
	margin: 0;
	padding: 18px;
	border: 0;
}

.amprisen-legacy-inquiry-box legend {
	display: block;
	width: 100%;
	margin: 0 0 6px;
	padding: 0;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: 400;
	line-height: 1.3;
	text-transform: uppercase;
}

.amprisen-legacy-inquiry-box input,
.amprisen-legacy-inquiry-box textarea {
	border: 1px solid #d8d8d8;
	background: #fff;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.amprisen-legacy-inquiry-upload {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 34px;
	border: 1px dashed #c8c8c8;
	background: #f8f8f8;
	color: #555;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 34px;
	cursor: pointer;
	transition: border-color .18s ease, color .18s ease, background .18s ease;
}

.amprisen-legacy-inquiry-upload:hover,
.amprisen-legacy-inquiry-upload:focus-within {
	border-color: #0a445c;
	background: #fff;
	color: #0a445c;
}

.amprisen-legacy-inquiry-upload input {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
}

.amprisen-legacy-inquiry-box button {
	min-height: 34px;
	background: #0a445c;
	font-family: Arial, Helvetica, sans-serif;
}

.amprisen-legacy-contact-box--detailed,
.amprisen-legacy-news-contact-box {
	border: 1px solid #ccc;
	background: #fff;
}

.amprisen-legacy-contact-box--detailed h3,
.amprisen-legacy-news-contact-box h3 {
	background: #0a445c;
	font-size: 22px;
	font-weight: 400;
	line-height: 64px;
	padding: 0 16px;
}

.amprisen-legacy-contact-row {
	display: grid;
	grid-template-columns: 22px minmax(0, 1fr);
	gap: 0 9px;
	padding: 12px 15px !important;
	color: #545454;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.55;
}

.amprisen-legacy-contact-icon {
	grid-row: span 2;
	display: inline-flex;
	align-items: flex-start;
	justify-content: center;
	width: 20px;
	min-height: 20px;
	color: #0a445c;
	font-size: 16px;
	line-height: 20px;
}

.amprisen-legacy-contact-icon svg {
	width: 15px;
	height: 15px;
	margin-top: 3px;
	fill: currentColor;
}

.amprisen-legacy-contact-label {
	display: block;
	color: #333;
	font-weight: 700;
	line-height: 1.35;
}

.amprisen-legacy-contact-value {
	display: block;
	overflow-wrap: anywhere;
}

.amprisen-legacy-contact-value a {
	color: #545454;
}

.amprisen-legacy-product-list-card .wp-block-post-template.is-layout-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px 14px !important;
}

.amprisen-legacy-product-list-card .amprisen-legacy-product-grid-card {
	min-height: 320px;
	padding: 0 6px 72px !important;
}

.amprisen-legacy-product-list-card .amprisen-legacy-product-grid-card .wp-block-post-featured-image,
.amprisen-legacy-product-list-card .amprisen-legacy-product-grid-image {
	aspect-ratio: 1 / .9;
	padding: 8px;
	border: 1px solid #f0f0f0;
}

.amprisen-legacy-product-list-card .amprisen-legacy-product-grid-card .wp-block-post-title {
	min-height: 38px;
	font-size: 13px;
	line-height: 19px;
}

.amprisen-legacy-product-list-card .amprisen-legacy-product-grid-card .amprisen-legacy-product-card-series {
	min-height: 19px;
	font-size: 13px;
	line-height: 19px;
}

.amprisen-legacy-product-grid-card::before {
	position: absolute;
	z-index: 2;
	top: 8px;
	left: 8px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 36px;
	height: 20px;
	padding: 0 7px;
	border-radius: 2px;
	background: #65b82f;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 700;
	line-height: 20px;
	text-transform: uppercase;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .16);
}

.amprisen-legacy-product-list-card .wp-block-post-template > li:nth-child(1) .amprisen-legacy-product-grid-card::before,
.amprisen-legacy-product-list-card .wp-block-post-template > li:nth-child(2) .amprisen-legacy-product-grid-card::before,
.amprisen-legacy-product-list-card .wp-block-post-template > li:nth-child(7) .amprisen-legacy-product-grid-card::before,
.amprisen-legacy-product-list-card .wp-block-post-template > li:nth-child(10) .amprisen-legacy-product-grid-card::before {
	content: "NEW";
}

.amprisen-legacy-product-list-card .wp-block-post-template > li:nth-child(3) .amprisen-legacy-product-grid-card::before,
.amprisen-legacy-product-list-card .wp-block-post-template > li:nth-child(5) .amprisen-legacy-product-grid-card::before,
.amprisen-legacy-product-list-card .wp-block-post-template > li:nth-child(8) .amprisen-legacy-product-grid-card::before,
.amprisen-legacy-product-list-card .wp-block-post-template > li:nth-child(12) .amprisen-legacy-product-grid-card::before {
	content: "HOT";
	background: #f19a21;
}

.amprisen-legacy-product-list-card .wp-block-post-template > li:nth-child(3) .amprisen-legacy-product-grid-card::after,
.amprisen-legacy-product-list-card .wp-block-post-template > li:nth-child(5) .amprisen-legacy-product-grid-card::after,
.amprisen-legacy-product-list-card .wp-block-post-template > li:nth-child(8) .amprisen-legacy-product-grid-card::after,
.amprisen-legacy-product-list-card .wp-block-post-template > li:nth-child(12) .amprisen-legacy-product-grid-card::after {
	content: "";
	position: absolute;
	z-index: 2;
	top: 33px;
	left: 10px;
	width: 20px;
	height: 20px;
	background: #f19a21;
	clip-path: polygon(35% 38%, 45% 0, 60% 0, 62% 36%, 92% 36%, 100% 48%, 92% 100%, 30% 100%, 20% 88%, 20% 45%);
	box-shadow: 0 2px 5px rgba(0, 0, 0, .12);
}

.amprisen-floating-social,
.amprisen-floating-contact {
	position: fixed;
	z-index: 10010;
	display: grid;
}

.amprisen-floating-social {
	left: 0;
	top: 30%;
	gap: 5px;
}

.amprisen-floating-contact {
	right: 0;
	top: 30%;
	gap: 5px;
}

.amprisen-floating-link {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 63px;
	height: 63px;
	background: #0a445c;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: 700;
	text-decoration: none;
	box-shadow: 0 2px 8px rgba(0, 0, 0, .18);
	transition: width .22s ease, background .18s ease, transform .18s ease;
}

.amprisen-floating-link:hover,
.amprisen-floating-link:focus-visible {
	background: #2f6597;
	color: #fff;
	text-decoration: none;
	transform: translateX(0);
}

.amprisen-floating-social .amprisen-floating-link {
	width: 48px;
	height: 48px;
	border-radius: 0;
	background: #9ea3a7;
	color: #fff;
	font-size: 0;
	font-weight: 400;
	box-shadow: none;
	transition: background-color .2s ease-in-out, color .2s ease-in-out;
}

.amprisen-floating-contact .amprisen-floating-link {
	width: 48px;
	height: 48px;
	border-radius: 4px 0 0 4px;
}

.amprisen-floating-contact .amprisen-floating-link:hover,
.amprisen-floating-contact .amprisen-floating-link:focus-visible {
	width: 294px;
	justify-content: flex-start;
	padding-left: 20px;
	box-sizing: border-box;
}

.amprisen-floating-contact .amprisen-floating-link:hover .amprisen-floating-text,
.amprisen-floating-contact .amprisen-floating-link:focus-visible .amprisen-floating-text {
	max-width: 225px;
	margin-left: 14px;
	opacity: 1;
}

.amprisen-floating-social .amprisen-floating-link--facebook {
	background: #9ea3a7;
}

.amprisen-floating-social .amprisen-floating-link--facebook:hover,
.amprisen-floating-social .amprisen-floating-link--facebook:focus-visible {
	background: #3b5998;
}

.amprisen-floating-social .amprisen-floating-link--x {
	background: #9ea3a7;
}

.amprisen-floating-social .amprisen-floating-link--x:hover,
.amprisen-floating-social .amprisen-floating-link--x:focus-visible {
	background: #000;
}

.amprisen-floating-social .amprisen-floating-link--linkedin {
	background: #9ea3a7;
}

.amprisen-floating-social .amprisen-floating-link--linkedin:hover,
.amprisen-floating-social .amprisen-floating-link--linkedin:focus-visible {
	background: #007fb1;
}

.amprisen-floating-link--whatsapp {
	background: #1c8f50;
}

.amprisen-floating-social-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	color: currentColor;
	line-height: 1;
	transition: transform .2s ease-in-out;
}

.amprisen-floating-social-icon svg {
	width: 22px;
	height: 22px;
	fill: currentColor;
}

.amprisen-floating-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	flex: 0 0 22px;
	line-height: 1;
}

.amprisen-floating-icon svg {
	width: 22px;
	height: 22px;
	fill: currentColor;
}

.amprisen-floating-text {
	max-width: 0;
	overflow: hidden;
	white-space: nowrap;
	opacity: 0;
	transition: max-width .22s ease, margin .22s ease, opacity .18s ease;
}

.amprisen-contact-form-panel {
	position: relative;
	overflow: visible;
	padding-top: 112px;
}

.amprisen-contact-envelope-badge {
	position: absolute;
	top: -34px;
	left: 50%;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 98px;
	height: 98px;
	border: 8px solid #fff;
	border-radius: 999px;
	background: #0a445c;
	color: #fff;
	box-shadow: 0 10px 24px rgba(0, 0, 0, .18);
	transform: translateX(-50%);
}

.amprisen-contact-envelope-badge svg {
	width: 44px;
	height: 44px;
	fill: currentColor;
}

.amprisen-contact-company-card {
	background: #0a445c;
}

.amprisen-contact-company-card p span {
	color: #cfe2e8;
}

.amprisen-product-interactive__header {
	margin-bottom: 22px;
	font-family: Arial, Helvetica, sans-serif;
}

.amprisen-product-interactive__eyebrow {
	margin: 0 0 7px;
	color: #0a7f68;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .14em;
	line-height: 1.4;
	text-transform: uppercase;
}

.amprisen-product-interactive__header h2 {
	margin: 0 0 10px;
	color: #222;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: 400;
	line-height: 1.25;
}

.amprisen-product-interactive__header p {
	max-width: 860px;
	margin: 0;
	color: #666;
	font-size: 14px;
	line-height: 1.75;
}

.amprisen-product-explorer,
.amprisen-product-simulator {
	width: 100%;
	max-width: none !important;
	margin: 30px 0 !important;
	padding: 28px;
	border: 1px solid #dce7eb;
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 16px 38px rgba(10, 68, 92, .08);
	box-sizing: border-box;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
}

.amprisen-product-explorer__stage {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(260px, .72fr);
	gap: 24px;
	align-items: stretch;
}

.amprisen-product-explorer__visual {
	position: relative;
	min-height: 390px;
	margin: 0;
	border: 1px solid #e6eef1;
	border-radius: 13px;
	background:
		radial-gradient(circle at 18% 20%, rgba(50, 132, 176, .12), transparent 34%),
		linear-gradient(135deg, #f7fbfc 0%, #fff 58%, #eef7f6 100%);
	overflow: hidden;
}

.amprisen-product-explorer__visual img {
	position: absolute;
	inset: 10% 8% 10% 8%;
	display: block;
	width: 84%;
	height: 80%;
	object-fit: contain;
	filter: drop-shadow(0 18px 26px rgba(10, 68, 92, .16));
	transform: scale(1);
	transition: transform .28s ease;
}

.amprisen-product-explorer__visual:hover img {
	transform: scale(1.035);
}

.amprisen-product-explorer__hotspot {
	position: absolute;
	left: var(--hotspot-x);
	top: var(--hotspot-y);
	z-index: 3;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border: 2px solid #fff;
	border-radius: 999px;
	background: #0a445c;
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	box-shadow: 0 8px 18px rgba(10, 68, 92, .25);
	transform: translate(-50%, -50%);
	transition: background .18s ease, transform .18s ease, box-shadow .18s ease;
}

.amprisen-product-explorer__hotspot::after {
	content: "";
	position: absolute;
	inset: -8px;
	border: 1px solid rgba(10, 127, 104, .45);
	border-radius: inherit;
	animation: amprisen-hotspot-pulse 1.9s ease-out infinite;
}

.amprisen-product-explorer__hotspot::before {
	content: attr(data-index);
	position: relative;
	z-index: 1;
}

.amprisen-product-explorer__hotspot:hover,
.amprisen-product-explorer__hotspot:focus-visible,
.amprisen-product-explorer__hotspot.is-active {
	background: #0a7f68;
	box-shadow: 0 10px 22px rgba(10, 127, 104, .28);
	transform: translate(-50%, -50%) scale(1.13);
	outline: none;
}

.amprisen-product-explorer__map {
	padding: 22px;
	border-radius: 13px;
	background: #0a445c;
	color: #d7eef4;
}

.amprisen-product-explorer__map h3 {
	margin: 0 0 10px;
	color: #fff;
	font-size: 22px;
	font-weight: 400;
	line-height: 1.3;
}

.amprisen-product-explorer__map p {
	margin: 0 0 17px;
	font-size: 14px;
	line-height: 1.7;
}

.amprisen-product-explorer__chips {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
}

.amprisen-product-explorer__chip {
	display: inline-flex;
	align-items: center;
	min-height: 34px;
	padding: 0 12px;
	border: 1px solid rgba(255, 255, 255, .24);
	border-radius: 999px;
	background: rgba(255, 255, 255, .08);
	color: #fff;
	font-size: 12px;
	line-height: 1.2;
	text-decoration: none;
	transition: background .18s ease, border-color .18s ease, transform .18s ease;
}

.amprisen-product-explorer__chip:hover,
.amprisen-product-explorer__chip:focus-visible,
.amprisen-product-explorer__chip.is-active {
	border-color: #fff;
	background: #fff;
	color: #0a445c;
	transform: translateY(-2px);
	outline: none;
}

.amprisen-product-explorer__parts {
	display: grid;
	grid-template-columns: 1fr;
	gap: 14px;
	margin-top: 18px;
}

.amprisen-product-explorer__part {
	display: grid;
	grid-template-columns: 56px minmax(0, 1fr);
	gap: 18px;
	padding: 20px;
	border: 1px solid #e3ecef;
	border-radius: 12px;
	background: #fff;
	box-sizing: border-box;
	opacity: .72;
	transform: translateY(0);
	transition: border-color .2s ease, box-shadow .2s ease, opacity .2s ease, transform .2s ease;
}

.amprisen-product-explorer__part.is-active {
	border-color: #0a7f68;
	box-shadow: 0 13px 28px rgba(10, 127, 104, .12);
	opacity: 1;
	transform: translateY(-2px);
}

.amprisen-product-explorer__part-index {
	grid-column: 1;
	grid-row: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	border-radius: 999px;
	background: #eaf5f3;
	color: #0a7f68;
	font-size: 14px;
	font-weight: 700;
}

.amprisen-product-explorer__part > div:not(.amprisen-product-explorer__part-index) {
	grid-column: 2;
	grid-row: 1;
	min-width: 0;
}

.amprisen-product-explorer__part h3 {
	margin: 0 0 8px;
	color: #222;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.35;
}

.amprisen-product-explorer__part p,
.amprisen-product-explorer__part li,
.amprisen-product-explorer__part td,
.amprisen-product-explorer__part th,
.amprisen-product-explorer__part summary {
	color: #555;
	font-size: 14px;
	line-height: 1.65;
}

.amprisen-product-explorer__part ul {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
	margin: 14px 0;
	padding: 0;
	list-style: none;
}

.amprisen-product-explorer__part li {
	position: relative;
	padding: 10px 10px 10px 24px;
	border-radius: 8px;
	background: #f6fbfb;
}

.amprisen-product-explorer__part li::before {
	content: "";
	position: absolute;
	left: 10px;
	top: 18px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #0a7f68;
}

.amprisen-product-explorer__part table {
	width: 100%;
	margin: 12px 0;
	border-collapse: collapse;
	border: 1px solid #e6eeee;
	background: #fff;
}

.amprisen-product-explorer__part th,
.amprisen-product-explorer__part td {
	padding: 9px 11px;
	border-bottom: 1px solid #edf2f2;
	text-align: left;
	vertical-align: top;
}

.amprisen-product-explorer__part th {
	width: 34%;
	background: #f8fbfb;
	color: #333;
	font-weight: 700;
}

.amprisen-product-explorer__part details {
	margin-top: 12px;
	padding: 12px 14px;
	border-radius: 8px;
	background: #f8fbfb;
}

.amprisen-product-explorer__part summary {
	color: #0a445c;
	font-weight: 700;
	cursor: pointer;
}

.amprisen-product-simulator__layout {
	display: grid;
	grid-template-columns: 260px minmax(0, 1fr) 260px;
	gap: 22px;
	align-items: stretch;
}

.amprisen-product-simulator__phone {
	padding: 12px;
	border-radius: 36px;
	background: #111b24;
	box-shadow: 0 18px 34px rgba(0, 0, 0, .18);
}

.amprisen-product-simulator__phone-top {
	width: 72px;
	height: 5px;
	margin: 4px auto 12px;
	border-radius: 999px;
	background: #566572;
}

.amprisen-product-simulator__phone-screen {
	min-height: 320px;
	padding: 24px 18px;
	border-radius: 26px;
	background:
		radial-gradient(circle at 78% 16%, rgba(255, 255, 255, .28), transparent 25%),
		linear-gradient(155deg, #0a7f68 0%, #0a445c 100%);
	color: #fff;
	box-sizing: border-box;
}

.amprisen-product-simulator__app-label {
	display: inline-flex;
	margin-bottom: 16px;
	padding: 6px 10px;
	border-radius: 999px;
	background: rgba(255, 255, 255, .16);
	font-size: 12px;
}

.amprisen-product-simulator__phone-screen strong {
	display: block;
	min-height: 58px;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.2;
}

.amprisen-product-simulator__dial {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 142px;
	height: 142px;
	margin: 24px auto;
	border: 12px solid rgba(255, 255, 255, .22);
	border-top-color: #fff;
	border-radius: 50%;
	font-size: 28px;
	font-weight: 700;
}

.amprisen-product-simulator__phone-screen p {
	margin: 0;
	color: rgba(255, 255, 255, .88);
	font-size: 14px;
	line-height: 1.65;
}

.amprisen-product-simulator__station {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 360px;
	padding: 24px;
	border: 1px solid #e0ebee;
	border-radius: 14px;
	background:
		linear-gradient(90deg, rgba(10, 68, 92, .05) 1px, transparent 1px),
		linear-gradient(180deg, #fff 0%, #f6fbfb 100%);
	background-size: 18px 18px, auto;
}

.amprisen-product-simulator__station-head {
	display: flex;
	align-items: center;
	gap: 12px;
	color: #222;
	font-size: 18px;
	line-height: 1.3;
}

.amprisen-product-simulator__led {
	position: relative;
	flex: 0 0 18px;
	width: 18px;
	height: 18px;
	border-radius: 999px;
	background: #87a5af;
	box-shadow: 0 0 0 6px rgba(135, 165, 175, .14);
}

.amprisen-product-simulator--charging .amprisen-product-simulator__led,
.amprisen-product-simulator--adjusting .amprisen-product-simulator__led,
.amprisen-product-simulator--complete .amprisen-product-simulator__led {
	background: #0a7f68;
	box-shadow: 0 0 0 7px rgba(10, 127, 104, .15);
}

.amprisen-product-simulator--fault .amprisen-product-simulator__led {
	background: #d9822b;
	box-shadow: 0 0 0 7px rgba(217, 130, 43, .17);
}

.amprisen-product-simulator__status-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.amprisen-product-simulator__status-grid div {
	min-height: 92px;
	padding: 16px;
	border-radius: 12px;
	background: #fff;
	box-shadow: inset 0 0 0 1px #e7eeee;
	box-sizing: border-box;
}

.amprisen-product-simulator__status-grid span {
	display: block;
	margin-bottom: 10px;
	color: #6f7f85;
	font-size: 12px;
	letter-spacing: .08em;
	line-height: 1.3;
	text-transform: uppercase;
}

.amprisen-product-simulator__status-grid strong {
	display: block;
	color: #0a445c;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.35;
}

.amprisen-product-simulator__steps {
	display: flex;
	flex-direction: column;
	gap: 9px;
}

.amprisen-product-simulator__step {
	display: grid;
	grid-template-columns: 38px minmax(0, 1fr);
	align-items: center;
	gap: 10px;
	min-height: 48px;
	padding: 7px 10px;
	border: 1px solid #dde8eb;
	border-radius: 999px;
	background: #fff;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.25;
	text-align: left;
	cursor: pointer;
	transition: background .18s ease, color .18s ease, border-color .18s ease, transform .18s ease, box-shadow .18s ease;
}

.amprisen-product-simulator__step span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	border-radius: 999px;
	background: #edf5f6;
	color: #0a445c;
	font-size: 12px;
	font-weight: 700;
}

.amprisen-product-simulator__step:hover,
.amprisen-product-simulator__step:focus-visible,
.amprisen-product-simulator__step.is-active {
	border-color: #0a445c;
	background: #0a445c;
	color: #fff;
	box-shadow: 0 9px 18px rgba(10, 68, 92, .14);
	transform: translateX(-3px);
	outline: none;
}

.amprisen-product-simulator__step:hover span,
.amprisen-product-simulator__step:focus-visible span,
.amprisen-product-simulator__step.is-active span {
	background: #fff;
	color: #0a445c;
}

.amprisen-product-simulator__seo {
	margin-top: 22px;
	padding-top: 22px;
	border-top: 1px solid #e4ecef;
}

.amprisen-product-simulator__seo h3 {
	margin: 0 0 10px;
	color: #222;
	font-size: 21px;
	font-weight: 400;
	line-height: 1.35;
}

.amprisen-product-simulator__seo p,
.amprisen-product-simulator__seo li,
.amprisen-product-simulator__seo summary {
	color: #555;
	font-size: 14px;
	line-height: 1.7;
}

.amprisen-product-simulator__seo ol {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	margin: 15px 0;
	padding: 0;
	list-style: none;
	counter-reset: simulator-check;
}

.amprisen-product-simulator__seo li {
	position: relative;
	padding: 14px 14px 14px 44px;
	border-radius: 10px;
	background: #f8fbfb;
	counter-increment: simulator-check;
}

.amprisen-product-simulator__seo li::before {
	content: counter(simulator-check);
	position: absolute;
	left: 13px;
	top: 15px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	border-radius: 999px;
	background: #0a7f68;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
}

.amprisen-product-simulator__faq {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	margin-top: 14px;
}

.amprisen-product-simulator__faq details {
	padding: 14px 16px;
	border-radius: 10px;
	background: #f8fbfb;
}

.amprisen-product-simulator__faq summary {
	color: #0a445c;
	font-weight: 700;
	cursor: pointer;
}

.amprisen-product-interactive__cta {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	gap: 14px;
	align-items: center;
	margin-top: 18px;
	padding: 16px 18px;
	border-radius: 10px;
	background: #0a445c;
	color: #dceff4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.55;
}

.amprisen-product-interactive__cta strong {
	color: #fff;
	font-size: 16px;
}

.amprisen-product-interactive__cta a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 118px;
	min-height: 36px;
	padding: 0 16px;
	border-radius: 999px;
	background: #fff;
	color: #0a445c;
	font-size: 13px;
	font-weight: 700;
	text-decoration: none;
	white-space: nowrap;
}

@keyframes amprisen-hotspot-pulse {
	0% {
		opacity: .82;
		transform: scale(.78);
	}
	100% {
		opacity: 0;
		transform: scale(1.5);
	}
}

.amprisen-product-variants {
	margin: 14px 0 16px;
	padding: 16px;
	border: 1px solid #d9e7ee;
	border-radius: 12px;
	background: #f8fcff;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.85);
	word-break: normal;
	overflow-wrap: normal;
	hyphens: none;
}

.amprisen-product-variants__body {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 12px;
	align-items: start;
}

.amprisen-product-variants__eyebrow {
	margin-bottom: 4px;
	color: #0c85c8;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.amprisen-product-variants__title {
	margin: 0 0 6px;
	color: #1d2e3a;
	font-size: 18px;
	line-height: 1.28;
}

.amprisen-product-variants__intro {
	margin: 0 0 13px;
	color: #5c6d77;
	font-size: 13px;
	line-height: 1.55;
}

.amprisen-product-variants__selected-card {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 12px;
	align-items: start;
	margin: 0;
	padding: 14px 16px 16px;
	border: 1px solid #d8e7ef;
	border-radius: 10px;
	background: #fff;
	word-break: normal;
	overflow-wrap: normal;
}

.amprisen-product-variants__selected-card > p {
	display: none !important;
}

.amprisen-product-variants__selected-card > p:empty {
	display: none;
}

.amprisen-product-variants__selected-card img {
	width: 100%;
	height: 100%;
	min-height: 132px;
	object-fit: contain;
	border: 1px solid #e4edf2;
	border-radius: 8px;
	background: #fff;
}

.amprisen-product-variants__selected-info {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 8px;
	min-width: 0;
}

.amprisen-product-variants__selected-card span,
.amprisen-product-variants__selected-card small {
	display: block;
	color: #6a7b86;
	font-size: 13px;
	line-height: 1.45;
}

.amprisen-product-variants__selected-card a {
	display: block;
	margin: 3px 0;
	color: #0c85c8;
	font-size: 16px;
	font-weight: 800;
	line-height: 1.32;
	text-decoration: none;
}

.amprisen-product-variants__selected-card a:hover {
	text-decoration: underline;
}

.amprisen-product-variants--summary .amprisen-product-variants__body {
	grid-template-columns: minmax(0, 1fr);
}

.amprisen-product-variants__selected-specs {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 8px;
	margin: 8px 0 0;
	padding: 0;
}

.amprisen-product-variants__selected-specs div {
	min-width: 0;
	margin: 0;
	padding: 9px 10px;
	border: 1px solid #e1edf3;
	border-radius: 7px;
	background: #f8fcff;
}

.amprisen-product-variants__selected-spec--sku,
.amprisen-product-variants__selected-spec--communication {
	grid-column: span 3;
}

.amprisen-product-variants__selected-specs dt {
	margin: 0 0 2px;
	color: #6a7b86;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .04em;
	line-height: 1.2;
	text-transform: uppercase;
}

.amprisen-product-variants__selected-specs dd {
	margin: 0;
	color: #233946;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.3;
	word-break: normal;
	overflow-wrap: normal;
	hyphens: none;
}

.amprisen-product-variants__summary-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
	gap: 10px 12px;
	margin: 0;
	padding: 0;
}

.amprisen-product-variants__summary-grid div {
	margin: 0;
	padding: 10px 12px;
	border: 1px solid #dfeaf0;
	border-radius: 10px;
	background: #fff;
}

.amprisen-product-variants__summary-grid dt {
	margin: 0 0 4px;
	color: #6a7b86;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .05em;
	text-transform: uppercase;
}

.amprisen-product-variants__summary-grid dd {
	margin: 0;
	color: #21353f;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.45;
}

.amprisen-product-variants__controls {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 9px 10px;
	align-content: start;
	align-items: start;
	word-break: normal;
	overflow-wrap: normal;
}

.amprisen-product-variants__group {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 6px;
	align-items: start;
	margin: 0;
	padding: 9px;
	border: 1px solid #e1edf3;
	border-radius: 8px;
	background: rgba(255,255,255,.72);
	word-break: normal;
	overflow-wrap: normal;
}

.amprisen-product-variants__label {
	padding-top: 0;
	color: #263845;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.25;
}

.amprisen-product-variants__options {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
}

.amprisen-product-variants__option {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 30px;
	padding: 5px 10px;
	border: 1px solid #bfd1dc;
	border-radius: 3px;
	background: #fff;
	color: #334d5c;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.2;
	text-align: center;
	word-break: normal;
	overflow-wrap: normal;
	hyphens: none;
	cursor: pointer;
	transition: background .18s ease, border-color .18s ease, color .18s ease, transform .18s ease, box-shadow .18s ease;
}

.amprisen-product-variants__option:hover,
.amprisen-product-variants__option:focus-visible {
	border-color: #0c85c8;
	color: #0c85c8;
	transform: translateY(-1px);
	box-shadow: 0 5px 12px rgba(12,133,200,.14);
}

.amprisen-product-variants__option.is-active {
	border-color: #0c85c8;
	background: #0c85c8;
	color: #fff;
	box-shadow: 0 6px 14px rgba(12,133,200,.22);
}

.amprisen-product-variants__option.is-fixed {
	cursor: default;
}

.amprisen-product-variants__option.is-fixed::after {
	content: " fixed";
	margin-left: 4px;
	font-size: 10px;
	font-weight: 700;
	opacity: .76;
	text-transform: uppercase;
}

.amprisen-product-variants__option:disabled {
	border-color: #e0e7ec;
	background: #f2f5f7;
	color: #a5b1b8;
	cursor: not-allowed;
	box-shadow: none;
	transform: none;
}

.amprisen-product-variants__selected {
	margin-top: 12px;
	padding-top: 12px;
	border-top: 1px solid #dbe8ef;
	color: #2b3e4b;
	font-size: 14px;
	line-height: 1.45;
}

.amprisen-product-variants__selected strong {
	color: #0c85c8;
}

.amprisen-product-variant-matrix {
	margin: 18px 0 22px;
	border: 1px solid #d6e4eb;
	border-radius: 12px;
	background: #fff;
	overflow: hidden;
}

.amprisen-product-variant-matrix__heading {
	display: flex;
	justify-content: space-between;
	gap: 16px;
	align-items: center;
	padding: 14px 18px;
	border-bottom: 1px solid #d6e4eb;
	background: #edf6fb;
}

.amprisen-product-variant-matrix__heading span {
	color: #0c85c8;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: .06em;
	text-transform: uppercase;
}

.amprisen-product-variant-matrix__heading strong {
	color: #243947;
	font-size: 14px;
	font-weight: 700;
}

.amprisen-product-variant-matrix__scroll {
	overflow-x: auto;
}

.amprisen-product-variant-matrix table {
	width: 100%;
	min-width: 1040px;
	border-collapse: collapse;
	font-size: 13px;
	line-height: 1.45;
	word-break: normal;
	overflow-wrap: normal;
}

.amprisen-product-variant-matrix th,
.amprisen-product-variant-matrix td {
	padding: 11px 12px;
	border-bottom: 1px solid #edf2f5;
	text-align: left;
	vertical-align: top;
	word-break: normal;
	overflow-wrap: normal;
}

.amprisen-product-variant-matrix th:nth-child(2),
.amprisen-product-variant-matrix th:nth-child(3),
.amprisen-product-variant-matrix th:nth-child(7),
.amprisen-product-variant-matrix td:nth-child(2),
.amprisen-product-variant-matrix td:nth-child(3),
.amprisen-product-variant-matrix td:nth-child(7) {
	white-space: nowrap;
}

.amprisen-product-variant-matrix th {
	background: #f8fbfd;
	color: #294150;
	font-weight: 800;
}

.amprisen-product-variant-matrix tbody tr:hover,
.amprisen-product-variant-matrix tbody tr.is-active {
	background: #f3faff;
}

.amprisen-product-variant-matrix td:first-child {
	color: #0c85c8;
	font-weight: 700;
}

.amprisen-product-series-chips {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 5px;
	margin: 6px 10px 2px;
}

.amprisen-product-series-chips span {
	display: inline-flex;
	align-items: center;
	min-height: 20px;
	padding: 2px 7px;
	border: 1px solid #d5e6ef;
	border-radius: 999px;
	background: #f4fbff;
	color: #31667f;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.25;
}

@media (max-width: 900px) {
	.amprisen-floating-social,
	.amprisen-floating-contact {
		display: none;
	}

	.amprisen-legacy-product-category-tree {
		max-height: 520px;
		overflow: auto;
	}

	.amprisen-legacy-product-list-card .wp-block-post-template.is-layout-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.amprisen-product-explorer,
	.amprisen-product-simulator {
		padding: 20px;
	}

	.amprisen-product-explorer__stage,
	.amprisen-product-simulator__layout {
		grid-template-columns: 1fr;
	}

	.amprisen-product-explorer__visual {
		min-height: 330px;
	}

	.amprisen-product-explorer__part ul,
	.amprisen-product-simulator__seo ol,
	.amprisen-product-simulator__faq {
		grid-template-columns: 1fr;
	}

	.amprisen-product-simulator__phone {
		max-width: 310px;
		margin: 0 auto;
	}

	.amprisen-product-simulator__steps {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.amprisen-product-variants__body,
	.amprisen-product-variants__controls {
		grid-template-columns: 1fr;
	}

		.amprisen-product-variants__selected-card {
			grid-template-columns: 1fr;
			margin-bottom: 0;
		}

		.amprisen-product-variants__selected-specs {
			grid-template-columns: repeat(2, minmax(0, 1fr));
		}

		.amprisen-product-variants__selected-spec--sku,
		.amprisen-product-variants__selected-spec--communication {
			grid-column: span 2;
		}

	.amprisen-product-variants__group {
		grid-template-columns: 1fr;
		gap: 5px;
	}

	.amprisen-product-variant-matrix__heading {
		display: block;
	}

	.amprisen-product-variant-matrix__heading strong {
		display: block;
		margin-top: 4px;
	}
}

@media (max-width: 600px) {
	.amprisen-legacy-product-list-card .wp-block-post-template.is-layout-grid {
		grid-template-columns: 1fr;
	}

	.amprisen-contact-envelope-badge {
		top: -24px;
		width: 78px;
		height: 78px;
		border-width: 6px;
	}

	.amprisen-contact-envelope-badge svg {
		width: 34px;
		height: 34px;
	}

	.amprisen-product-interactive__header h2 {
		font-size: 22px;
	}

	.amprisen-product-explorer,
	.amprisen-product-simulator {
		margin: 22px 0 !important;
		padding: 16px;
		border-radius: 10px;
	}

	.amprisen-product-explorer__visual {
		min-height: 260px;
	}

	.amprisen-product-explorer__hotspot {
		width: 30px;
		height: 30px;
		font-size: 12px;
	}

	.amprisen-product-explorer__map,
	.amprisen-product-explorer__part,
	.amprisen-product-simulator__station {
		padding: 16px;
	}

	.amprisen-product-explorer__part {
		grid-template-columns: 1fr;
	}

	.amprisen-product-explorer__part-index,
	.amprisen-product-explorer__part > div:not(.amprisen-product-explorer__part-index) {
		grid-column: 1;
		grid-row: auto;
	}

	.amprisen-product-explorer__part-index {
		width: 40px;
		height: 40px;
	}

	.amprisen-product-explorer__part th,
	.amprisen-product-explorer__part td {
		display: block;
		width: auto;
	}

	.amprisen-product-simulator__status-grid,
	.amprisen-product-simulator__steps {
		grid-template-columns: 1fr;
	}

	.amprisen-product-interactive__cta {
		grid-template-columns: 1fr;
	}

	.amprisen-product-interactive__cta a {
		width: 100%;
		box-sizing: border-box;
	}
}
