:root {
	--epbp-ink: #0b1528;
	--epbp-muted: #68768c;
	--epbp-blue: #2563eb;
	--epbp-line: #dce4ee;
	--epbp-soft: #f4f7fb;
}

body.epbp-brand-page .entry-header,
body.epbp-brand-page .entry-title {
	display: none !important;
}

body.epbp-brand-page .aphb-site-header {
	margin-bottom: 0 !important;
}

body.epbp-brand-page .site-content,
body.epbp-brand-page .ast-container,
body.epbp-brand-page .content-area,
body.epbp-brand-page .site-main,
body.epbp-brand-page article,
body.epbp-brand-page .entry-content {
	margin: 0 !important;
	max-width: none !important;
	padding: 0 !important;
	width: 100% !important;
}

.epbp-page {
	background: #fff;
	color: var(--epbp-ink);
	font-family: inherit;
}

.epbp-container {
	margin: 0 auto;
	max-width: 1440px;
	padding-left: 32px;
	padding-right: 32px;
	width: 100%;
}

.epbp-hero {
	background: radial-gradient(circle at 82% 12%, #234977 0, #122a4a 26%, #091322 68%);
	color: #fff;
	overflow: hidden;
}

.epbp-hero__inner {
	align-items: center;
	display: grid;
	column-gap: 70px;
	grid-template-areas:
		"breadcrumbs brand"
		"copy brand"
		"actions brand";
	grid-template-columns: minmax(0, 1.55fr) minmax(280px, .6fr);
	grid-template-rows: auto auto auto;
	min-height: 560px;
	padding-bottom: 64px;
	padding-top: 58px;
	row-gap: 24px;
}

@media (min-width: 1025px) {
	.epbp-hero__inner {
		align-content: start;
		row-gap: 0;
	}

	.epbp-hero__copy {
		margin-top: 56px;
	}

	body.epbp-brand-page .epbp-hero .epbp-eyebrow {
		margin: 0 0 12px !important;
	}

	body.epbp-brand-page .epbp-hero .epbp-hero__lead {
		margin: 22px 0 30px !important;
	}
}

.epbp-hero__copy {
	grid-area: copy;
}

.epbp-hero__actions {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	grid-area: actions;
}

.epbp-breadcrumbs {
	color: #b9c4d5;
	display: flex;
	font-size: 14px;
	gap: 9px;
	grid-area: breadcrumbs;
	margin: 0;
}

.epbp-breadcrumbs a {
	color: inherit;
	text-decoration: none;
}

.epbp-eyebrow {
	color: #66a8ff;
	font-size: 14px;
	font-weight: 800;
	letter-spacing: .13em;
	margin: 0 0 12px;
	text-transform: uppercase;
}

.epbp-section .epbp-eyebrow {
	color: var(--epbp-blue);
}

.epbp-hero h1 {
	color: #fff;
	font-size: clamp(42px, 5vw, 72px);
	letter-spacing: -.04em;
	line-height: 1.02;
	margin: 0;
	max-width: 850px;
}

.epbp-hero__lead {
	color: #d4dce8;
	font-size: 21px;
	line-height: 1.5;
	margin: 22px 0 30px;
	max-width: 760px;
}

.epbp-oem-link {
	align-items: center;
	border: 1px solid rgb(255 255 255 / 36%);
	border-radius: 7px;
	color: #fff;
	display: inline-flex;
	font-weight: 800;
	gap: 24px;
	margin-top: 14px;
	min-height: 50px;
	padding: 0 20px;
	text-decoration: none !important;
}

.epbp-catalog-link {
	align-items: center;
	background: var(--epbp-blue);
	border: 1px solid var(--epbp-blue);
	border-radius: 7px;
	color: #fff;
	display: inline-flex;
	font-weight: 800;
	justify-content: center;
	min-height: 54px;
	padding: 0 24px;
	text-decoration: none !important;
}

.epbp-catalog-link:hover,
.epbp-catalog-link:focus {
	background: #1f5ee4;
	border-color: #1f5ee4;
	color: #fff;
}

.epbp-hero__brand {
	align-items: center;
	display: flex;
	flex-direction: column;
	grid-area: brand;
	position: relative;
	text-align: center;
}

.epbp-hero__brand::before {
	background: rgb(77 151 255 / 18%);
	border-radius: 50%;
	content: "";
	height: 420px;
	position: absolute;
	top: 50%;
	transform: translateY(-55%);
	width: 420px;
}

.epbp-hero__logo {
	align-items: center;
	background: #fff;
	border: 10px solid rgb(255 255 255 / 14%);
	border-radius: 50%;
	box-shadow: 0 30px 80px rgb(0 0 0 / 35%);
	display: flex;
	height: 214px;
	justify-content: center;
	position: relative;
	width: 214px;
}

.epbp-hero__logo img {
	height: 170px;
	width: 170px;
}

.epbp-hero__brand p {
	color: #d7e0ec;
	font-size: 15px;
	line-height: 1.45;
	margin: 25px 0 0;
	max-width: 230px;
	position: relative;
}

.epbp-hero__brand strong {
	color: #fff;
	font-size: 25px;
}

.epbp-trust {
	background: #080e19;
	color: #fff;
}

.epbp-trust__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	padding-bottom: 25px;
	padding-top: 25px;
}

.epbp-trust__grid div {
	border-right: 1px solid #253044;
	display: flex;
	flex-direction: column;
	gap: 4px;
	padding: 0 30px;
}

.epbp-trust__grid div:first-child {
	padding-left: 0;
}

.epbp-trust__grid div:last-child {
	border: 0;
}

.epbp-trust__grid strong {
	font-size: 16px;
	letter-spacing: .04em;
	text-transform: uppercase;
}

.epbp-trust__grid span {
	color: #9eabba;
	font-size: 14px;
}

.epbp-section {
	padding-bottom: 64px;
	padding-top: 64px;
}

.epbp-term-section {
	background: var(--epbp-soft);
	border-bottom: 1px solid #e5eaf1;
}

.epbp-term-section + .epbp-term-section {
	background: #fff;
	padding-top: 24px;
}

.epbp-heading {
	align-items: end;
	display: flex;
	justify-content: space-between;
	margin-bottom: 26px;
}

.epbp-heading h2,
.epbp-copy h2,
.epbp-faq h2 {
	color: var(--epbp-ink);
	font-size: clamp(28px, 3vw, 40px);
	letter-spacing: -.03em;
	line-height: 1.14;
	margin: 0;
}

.epbp-heading > p {
	color: var(--epbp-muted);
	margin: 0;
}

.epbp-swipe {
	display: none;
}

.epbp-discovery {
	background: var(--epbp-soft);
}

.epbp-discovery__heading > p {
	max-width: 420px;
	text-align: right;
}

.epbp-discovery__layout {
	display: grid;
	gap: 18px;
	grid-template-columns: minmax(380px, .76fr) minmax(0, 1.24fr);
}

.epbp-model-panel,
.epbp-category-panel {
	border-radius: 14px;
	overflow: hidden;
	padding: 28px;
}

.epbp-model-panel {
	background: linear-gradient(145deg, #101c2e, #09111e);
	box-shadow: 0 22px 55px rgb(13 28 48 / 12%);
	color: #fff;
}

.epbp-category-panel {
	background: #fff;
	border: 1px solid var(--epbp-line);
}

.epbp-panel-heading {
	display: flex;
	flex-direction: column;
	gap: 5px;
	margin-bottom: 21px;
}

.epbp-panel-heading span {
	color: #6ba9ff;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.epbp-panel-heading strong {
	font-size: 22px;
	letter-spacing: -.02em;
}

.epbp-category-panel .epbp-panel-heading strong {
	color: var(--epbp-ink);
}

.epbp-model-grid {
	display: grid;
	gap: 8px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.epbp-model-card {
	align-items: center;
	background: rgb(255 255 255 / 5%);
	border: 1px solid rgb(255 255 255 / 9%);
	border-radius: 8px;
	color: #fff;
	display: grid;
	gap: 1px 8px;
	grid-template-columns: 1fr auto;
	min-height: 66px;
	padding: 12px 14px;
	text-decoration: none !important;
	transition: background 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.epbp-model-card:hover,
.epbp-model-card:focus-visible {
	background: rgb(255 255 255 / 10%);
	border-color: rgb(255 255 255 / 23%);
	color: #fff;
	transform: translateY(-1px);
}

.epbp-model-card.is-featured {
	background: var(--epbp-blue);
	border-color: var(--epbp-blue);
}

.epbp-model-card__name {
	font-size: 18px;
	font-weight: 800;
	grid-column: 1;
	grid-row: 1;
}

.epbp-model-card__meta {
	color: #9fadc0;
	font-size: 12px;
	grid-column: 1;
	grid-row: 2;
}

.epbp-model-card.is-featured .epbp-model-card__meta {
	color: #dce8ff;
}

.epbp-model-card i {
	font-style: normal;
	grid-column: 2;
	grid-row: 1 / 3;
}

.epbp-panel-link {
	border-top: 1px solid rgb(255 255 255 / 10%);
	color: #dbe6f5;
	display: flex;
	font-size: 14px;
	font-weight: 700;
	justify-content: space-between;
	margin-top: 18px;
	padding-top: 18px;
	text-decoration: none !important;
}

.epbp-panel-link:hover,
.epbp-panel-link:focus-visible {
	color: #fff;
}

.epbp-category-grid {
	display: grid;
	gap: 9px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.epbp-category-card {
	align-items: center;
	background: #f8fafc;
	border: 1px solid #e4eaf1;
	border-radius: 9px;
	color: var(--epbp-ink);
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 128px;
	padding: 11px;
	text-align: center;
	text-decoration: none !important;
	transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.epbp-category-card:hover,
.epbp-category-card:focus-visible {
	border-color: #8bb1f8;
	box-shadow: 0 10px 25px rgb(37 99 235 / 9%);
	color: var(--epbp-ink);
	transform: translateY(-2px);
}

.epbp-category-card__image {
	align-items: center;
	display: flex;
	height: 48px;
	justify-content: center;
	margin-bottom: 7px;
}

.epbp-category-card__image img {
	height: 48px;
	max-width: 72px;
	object-fit: contain;
	width: 72px;
}

.epbp-category-card > span:last-child {
	display: flex;
	flex-direction: column;
	gap: 3px;
}

.epbp-category-card strong {
	font-size: 14px;
	line-height: 1.22;
}

.epbp-category-card small {
	color: var(--epbp-muted);
	font-size: 12px;
}

.epbp-term-list {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(6, minmax(0, 1fr));
}

.epbp-term-card {
	background: #fff;
	border: 1px solid var(--epbp-line);
	border-radius: 10px;
	color: var(--epbp-ink);
	display: flex;
	flex-direction: column;
	gap: 8px;
	justify-content: center;
	min-height: 108px;
	padding: 18px;
	text-decoration: none !important;
	transition: border-color 160ms ease, transform 160ms ease;
}

.epbp-term-card:hover,
.epbp-term-card.is-active {
	border-color: #75a2ff;
	box-shadow: inset 0 0 0 1px #75a2ff;
	color: var(--epbp-ink);
	transform: translateY(-2px);
}

.epbp-term-card strong {
	font-size: 18px;
	line-height: 1.25;
}

.epbp-term-card span {
	color: var(--epbp-muted);
	font-size: 14px;
}

.epbp-term-card__image {
	align-items: center;
	display: flex;
	height: 52px;
	justify-content: flex-start;
	margin-bottom: 2px;
}

.epbp-term-card__image img {
	height: 52px;
	max-width: 82px;
	object-fit: contain;
	width: 82px;
}

.epbp-term-card:has(.epbp-term-card__image) {
	min-height: 154px;
}

.epbp-term-section--categories .epbp-term-list {
	gap: 12px;
	grid-template-columns: repeat(8, minmax(0, 1fr));
}

.epbp-term-section--categories .epbp-term-card {
	align-items: center;
	justify-content: center;
	min-height: 148px;
	padding: 12px;
	text-align: center;
}

.epbp-term-section--categories .epbp-term-card__image {
	height: 44px;
	justify-content: center;
	margin-bottom: 0;
}

.epbp-term-section--categories .epbp-term-card__image img {
	height: 44px;
	max-width: 70px;
	width: 70px;
}

.epbp-term-section--categories .epbp-term-card strong {
	font-size: 16px;
}

.epbp-products {
	background: var(--epbp-soft);
	position: relative;
	scroll-margin-top: 24px;
}

.epbp-products .apfb-filter__grid {
	grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
}

.epbp-products > .epbp-container {
	transition: opacity 180ms ease;
}

.epbp-products-controls {
	align-items: center;
	display: flex;
	justify-content: flex-end;
	margin: -8px 0 24px;
}

.epbp-filter-status {
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.epbp-page.is-filtering .epbp-filter button {
	cursor: wait;
	opacity: .72;
}

.epbp-page.is-filtering .epbp-products > .epbp-container {
	opacity: .42;
	pointer-events: none;
}

.epbp-page.is-filtering .epbp-products::after {
	animation: epbp-catalog-spin .7s linear infinite;
	border: 3px solid rgba(37, 99, 235, .18);
	border-radius: 50%;
	border-top-color: var(--epbp-blue);
	content: "";
	height: 34px;
	left: 50%;
	position: absolute;
	top: 92px;
	transform: translateX(-50%);
	width: 34px;
	z-index: 2;
}

@keyframes epbp-catalog-spin {
	to {
		transform: translateX(-50%) rotate(360deg);
	}
}

@media (prefers-reduced-motion: reduce) {
	.epbp-products > .epbp-container {
		transition: none;
	}

	.epbp-page.is-filtering .epbp-products::after {
		animation: none;
	}
}

.epbp-products__grid {
	display: grid;
	gap: 22px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.epbp-products__grid .aps-product-card {
	height: 100%;
	min-width: 0;
}

.woocommerce-js .epbp-products__grid a.button.aps-product-card__action {
	align-items: center;
	background: var(--aps-accent, #2563eb);
	border: 0;
	border-radius: 5px;
	box-shadow: none;
	color: #fff;
	display: inline-flex;
	flex: 0 0 38px;
	height: 38px;
	justify-content: center;
	line-height: 1;
	margin: 0;
	min-height: 38px;
	padding: 0;
	width: 38px;
}

.woocommerce-js .epbp-products__grid a.button.aps-product-card__action.added,
.woocommerce-js .epbp-products__grid a.button.aps-product-card__action.aps-is-added {
	background: #16803c;
	border-radius: 50%;
	color: #fff;
}

.epbp-products__grid .aps-product-card__action-icon,
.epbp-products__grid .aps-product-card__action-icon svg {
	align-items: center;
	height: 19px;
	justify-content: center;
	margin: 0;
	width: 19px;
}

.epbp-products__grid .aps-product-card__action-icon--success {
	display: none;
}

.epbp-products__grid .aps-product-card__action.added .aps-product-card__action-icon--cart,
.epbp-products__grid .aps-product-card__action.aps-is-added .aps-product-card__action-icon--cart {
	display: none;
}

.epbp-products__grid .aps-product-card__action.added .aps-product-card__action-icon--success,
.epbp-products__grid .aps-product-card__action.aps-is-added .aps-product-card__action-icon--success {
	display: inline-flex;
}

.epbp-fallback-card {
	background: #fff;
	border: 1px solid var(--epbp-line);
	border-radius: 10px;
	padding: 14px;
}

.epbp-fallback-card img {
	aspect-ratio: 1;
	object-fit: contain;
	width: 100%;
}

.epbp-fallback-card h3 {
	font-size: 18px;
}

.epbp-fallback-card h3 a {
	color: var(--epbp-ink);
	text-decoration: none;
}

.epbp-pagination {
	display: flex;
	gap: 8px;
	justify-content: center;
	margin-top: 36px;
}

.epbp-pagination .page-numbers {
	align-items: center;
	background: #fff;
	border: 1px solid var(--epbp-line);
	border-radius: 6px;
	color: var(--epbp-ink);
	display: inline-flex;
	height: 42px;
	justify-content: center;
	min-width: 42px;
	text-decoration: none;
}

.epbp-pagination .current {
	background: var(--epbp-blue);
	border-color: var(--epbp-blue);
	color: #fff;
}

.epbp-empty {
	background: #fff;
	border: 1px solid var(--epbp-line);
	border-radius: 10px;
	padding: 35px;
	text-align: center;
}

.epbp-copy__grid,
.epbp-faq__grid {
	display: grid;
	gap: 80px;
	grid-template-columns: .8fr 1.4fr;
}

.epbp-copy__body {
	color: var(--epbp-muted);
	font-size: 18px;
	line-height: 1.75;
}

.epbp-copy__body p:first-child {
	margin-top: 0;
}

.epbp-faq {
	background: var(--epbp-soft);
}

.epbp-faq__items details {
	border-top: 1px solid #d9e0e9;
	padding: 20px 0;
}

.epbp-faq__items details:last-child {
	border-bottom: 1px solid #d9e0e9;
}

.epbp-faq__items summary {
	color: var(--epbp-ink);
	cursor: pointer;
	font-size: 19px;
	font-weight: 800;
	list-style: none;
}

.epbp-faq__items summary::-webkit-details-marker {
	display: none;
}

.epbp-faq__items summary::after {
	color: var(--epbp-blue);
	content: "+";
	float: right;
	font-size: 25px;
}

.epbp-faq__items details[open] summary::after {
	content: "−";
}

.epbp-faq__items p {
	color: var(--epbp-muted);
	line-height: 1.7;
	margin: 15px 0 0;
	max-width: 850px;
}

@media (max-width: 1180px) {
	.epbp-discovery__layout {
		grid-template-columns: minmax(340px, .8fr) minmax(0, 1.2fr);
	}

	.epbp-category-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 1024px) {
	.epbp-hero__inner {
		gap: 32px;
		grid-template-areas:
			"breadcrumbs brand"
			"copy brand"
			"actions brand";
		grid-template-columns: minmax(0, 1fr) 250px;
	}

	.epbp-term-list {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.epbp-term-section--categories .epbp-term-list {
		grid-template-columns: repeat(5, minmax(0, 1fr));
	}

	.epbp-discovery__layout {
		grid-template-columns: 1fr;
	}

	.epbp-category-grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.epbp-products__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

}

@media (max-width: 767px) {
	.epbp-container {
		padding-left: 20px;
		padding-right: 20px;
	}

	.epbp-hero__inner {
		display: flex;
		flex-direction: column;
		gap: 0;
		min-height: auto;
		padding-bottom: 35px;
		padding-top: 18px;
	}

	.epbp-hero__copy,
	.epbp-hero__actions,
	.epbp-hero__brand {
		width: 100%;
	}

	.epbp-breadcrumbs {
		align-self: stretch;
		font-size: 13px;
		margin: 0;
		order: 1;
		width: 100%;
	}

	.epbp-hero__brand {
		order: 2;
	}

	.epbp-hero__copy {
		order: 3;
	}

	.epbp-hero__actions {
		margin-top: 22px;
		order: 4;
	}

	body.epbp-brand-page .epbp-catalog-link,
	body.epbp-brand-page .epbp-oem-link {
		height: 54px !important;
		justify-content: center;
		min-height: 54px !important;
		text-align: center;
		width: 100% !important;
	}

	.epbp-hero h1 {
		font-size: 38px;
	}

	.epbp-hero__lead {
		font-size: 17px;
		margin: 16px 0 0;
	}

	.epbp-hero__brand {
		align-items: flex-end;
		margin: 18px 0 24px;
	}

	.epbp-hero__brand::before {
		height: 150px;
		left: auto;
		right: -12px;
		transform: translateY(-55%);
		width: 150px;
	}

	.epbp-hero__logo {
		height: 112px;
		margin-right: 7px;
		width: 112px;
	}

	.epbp-hero__logo img {
		height: 90px;
		width: 90px;
	}

	.epbp-hero__brand p {
		display: none;
	}

	.epbp-oem-link {
		justify-content: center;
		text-align: center;
		width: 100%;
	}

	.epbp-oem-link span {
		display: none;
	}

	.epbp-trust__grid {
		grid-template-columns: 1fr;
		padding-bottom: 0;
		padding-top: 0;
	}

	.epbp-trust__grid div {
		border-bottom: 1px solid #253044;
		border-right: 0;
		padding: 16px 0;
	}

	.epbp-trust__grid span {
		display: none;
	}

	.epbp-section {
		padding-bottom: 42px;
		padding-top: 42px;
	}

	.epbp-heading {
		align-items: flex-start;
		flex-direction: column;
		gap: 7px;
		margin-bottom: 16px;
	}

	.epbp-heading h2,
	.epbp-copy h2,
	.epbp-faq h2 {
		font-size: 27px;
	}

	.epbp-heading > p {
		font-size: 15px;
	}

	.epbp-discovery__heading > p {
		max-width: none;
		text-align: left;
	}

	.epbp-model-panel,
	.epbp-category-panel {
		border-radius: 0;
		margin-left: -18px;
		margin-right: -18px;
		padding: 24px 20px;
	}

	.epbp-model-grid,
	.epbp-category-grid {
		display: flex;
		margin-right: -20px;
		overflow-x: auto;
		padding: 2px 20px 7px 0;
		scroll-snap-type: x mandatory;
	}

	.epbp-model-card {
		flex: 0 0 156px;
		min-height: 84px;
		scroll-snap-align: start;
	}

	.epbp-category-card {
		flex: 0 0 142px;
		min-height: 138px;
		scroll-snap-align: start;
	}

	.epbp-swipe {
		color: #7b8798;
		display: block;
		font-size: 13px;
		margin: 8px 0 0;
		text-align: right;
	}

	.epbp-model-panel .epbp-swipe {
		color: #93a2b6;
	}

	.epbp-term-list {
		display: flex;
		margin-left: 0;
		margin-right: -20px;
		overflow-x: auto;
		padding: 2px 20px 6px 0;
		scroll-snap-type: x mandatory;
	}

	.epbp-term-card {
		flex: 0 0 164px;
		min-height: 104px;
		scroll-snap-align: start;
	}

	.epbp-term-section--categories .epbp-term-card {
		flex: 0 0 142px;
		min-height: 142px;
		padding: 11px;
	}

	.epbp-term-section--categories .epbp-term-card__image,
	.epbp-term-section--categories .epbp-term-card__image img {
		height: 42px;
	}

	.epbp-products__grid {
		gap: 12px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.epbp-products-controls {
		display: flex;
		margin: 0 0 16px;
	}

	.epbp-products-controls .epbp-products-sort {
		flex: 1 1 auto;
		min-width: 0;
	}

	.epbp-products-controls .epbp-products-sort__form,
	.epbp-products-controls .epbp-products-sort select {
		width: 100%;
	}

	.epbp-products-controls .epbp-products-sort label {
		display: none;
	}

	.epbp-copy__grid,
	.epbp-faq__grid {
		gap: 26px;
		grid-template-columns: 1fr;
	}

	.epbp-copy__body {
		font-size: 16px;
		line-height: 1.65;
	}

	.epbp-faq__items summary {
		font-size: 17px;
		line-height: 1.4;
		padding-right: 12px;
	}
}

@media (max-width: 420px) {
	.epbp-products .apfb-filter__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.epbp-products__grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 340px) {
	.epbp-products .apfb-filter__grid {
		grid-template-columns: 1fr;
	}
}

/* Mobile trust bar: the same two essential benefits as category pages. */
@media (max-width: 767px) {
	.epbp-trust__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.epbp-trust__grid div:nth-child(2) {
		display: none;
	}

	.epbp-trust__grid div {
		align-items: center;
		border-bottom: 0;
		justify-content: center;
		min-height: 76px;
		padding: 16px 12px;
		text-align: center;
	}

	.epbp-trust__grid div:first-child {
		border-right: 1px solid #253044;
		padding-left: 12px;
	}

	.epbp-trust__grid div:nth-child(3) {
		border-right: 0;
	}

	.epbp-trust__grid strong {
		font-size: 13px;
		font-weight: 800;
		letter-spacing: .05em;
		line-height: 1.45;
	}
}
