.enster-about-section-page .eas-main {
	background: #fff;
}

.enster-about-section-page .eas-layout {
	align-items: flex-start;
}

.enster-about-section-page .eas-content {
	min-height: 420px;
}

.enster-about-section-page .eas-news-cards {
	align-items: stretch;
}

.enster-about-section-page .eas-news-card .es-card-inner {
	height: 100%;
}

.enster-about-section-page .eas-news-image {
	background: #f6f6f6;
}

.enster-about-section-page .eas-news-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.enster-about-section-page .eas-news-date {
	padding-top: 6px;
	color: rgba(0, 0, 0, .45);
	font-size: 12px;
	line-height: 18px;
}

.enster-about-section-page .eas-rich-content {
	box-sizing: border-box;
	width: 100%;
	padding: 2px 0 30px;
	color: #666;
	font-size: 16px;
	line-height: 1.75;
}

.enster-about-section-page .eas-rich-content h2,
.enster-about-section-page .eas-rich-content h3 {
	margin: 0 0 16px;
	color: #111;
	font-weight: 600;
	line-height: 1.25;
}

.enster-about-section-page .eas-rich-content h2 {
	font-size: 30px;
}

.enster-about-section-page .eas-rich-content h3 {
	font-size: 22px;
}

.enster-about-section-page .eas-rich-content p {
	margin: 0 0 18px;
}

.enster-about-section-page .eas-rich-content ul {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
	margin: 20px 0 28px;
	padding: 0;
	list-style: none;
}

.enster-about-section-page .eas-rich-content li {
	padding: 18px 20px;
	border: 1px solid rgba(144, 144, 144, .18);
	background: #fff;
}

.enster-about-section-page .eas-rich-content strong {
	color: #111;
}

.enster-about-section-page .eas-rich-content .eas-policy-text {
	white-space: pre-line;
}

.enster-about-section-page .eas-factory-tour {
	color: #4f4f4f;
	max-width: 100%;
	overflow: hidden;
	overflow-wrap: anywhere;
}

.enster-about-section-page .eas-factory-tour * {
	min-width: 0;
}

.enster-about-section-page .eas-factory-tour img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.enster-about-section-page .eas-factory-tour h2,
.enster-about-section-page .eas-factory-tour h3,
.enster-about-section-page .eas-factory-tour p {
	margin: 0;
}

.enster-about-section-page .eas-factory-tour h2,
.enster-about-section-page .eas-factory-tour h3,
.enster-about-section-page .eas-factory-tour p,
.enster-about-section-page .eas-factory-tour a,
.enster-about-section-page .eas-factory-tour li,
.enster-about-section-page .eas-factory-tour span,
.enster-about-section-page .eas-factory-tour strong {
	white-space: normal !important;
}

.enster-about-section-page .eas-factory-hero {
	display: grid;
	grid-template-columns: minmax(260px, 48%) minmax(0, 1fr);
	gap: 28px;
	align-items: center;
	margin-bottom: 34px;
}

.enster-about-section-page .eas-factory-hero-media,
.enster-about-section-page .eas-factory-section-media,
.enster-about-section-page .eas-factory-gallery figure {
	position: relative;
	overflow: hidden;
	margin: 0;
	background: #f4f4f4;
}

.enster-about-section-page .eas-factory-hero-media {
	aspect-ratio: 16 / 10;
}

.enster-about-section-page .eas-factory-section-media {
	aspect-ratio: 4 / 3;
}

.enster-about-section-page .eas-factory-video-badge,
.enster-about-section-page .eas-factory-status {
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	padding: 6px 10px;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.2;
	background: #d61923;
}

.enster-about-section-page .eas-factory-video-badge {
	position: absolute;
	right: 14px;
	bottom: 14px;
}

.enster-about-section-page .eas-factory-status.is-needed {
	background: #111;
}

.enster-about-section-page .eas-factory-kicker {
	margin-bottom: 8px;
	color: #d61923;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
}

.enster-about-section-page .eas-factory-hero h2 {
	margin-bottom: 14px;
	color: #111;
	font-size: 34px;
	font-weight: 600;
	line-height: 1.2;
}

.enster-about-section-page .eas-factory-hero-copy {
	color: #666;
	font-size: 16px;
	line-height: 1.7;
}

.enster-about-section-page .eas-factory-proof {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 10px;
	margin-top: 22px;
}

.enster-about-section-page .eas-factory-proof-item {
	padding: 14px 12px;
	border: 1px solid rgba(17, 17, 17, .1);
	background: #fff;
}

.enster-about-section-page .eas-factory-proof-item strong {
	display: block;
	color: #111;
	font-size: 18px;
	line-height: 1.1;
}

.enster-about-section-page .eas-factory-proof-item span {
	display: block;
	margin-top: 6px;
	color: #777;
	font-size: 12px;
	line-height: 1.3;
}

.enster-about-section-page .eas-factory-nav {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0 0 32px;
}

.enster-about-section-page .eas-factory-nav a {
	padding: 8px 11px;
	border: 1px solid rgba(17, 17, 17, .12);
	color: #444;
	font-size: 13px;
	line-height: 1.2;
	text-decoration: none;
}

.enster-about-section-page .eas-factory-section {
	display: grid;
	grid-template-columns: minmax(240px, 40%) minmax(0, 1fr);
	gap: 28px;
	align-items: center;
	padding: 30px 0;
	border-top: 1px solid rgba(17, 17, 17, .1);
}

.enster-about-section-page .eas-factory-section.is-reverse {
	grid-template-columns: minmax(0, 1fr) minmax(240px, 40%);
}

.enster-about-section-page .eas-factory-section.is-reverse .eas-factory-section-media {
	order: 2;
}

.enster-about-section-page .eas-factory-section h2 {
	margin-bottom: 12px;
	color: #111;
	font-size: 26px;
	font-weight: 600;
	line-height: 1.25;
}

.enster-about-section-page .eas-factory-section p,
.enster-about-section-page .eas-factory-placeholder p {
	color: #666;
	font-size: 15px;
	line-height: 1.7;
}

.enster-about-section-page .eas-factory-gallery {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	margin-top: 18px;
}

.enster-about-section-page .eas-factory-gallery figure {
	aspect-ratio: 4 / 3;
}

.enster-about-section-page .eas-factory-placeholder {
	padding: 28px;
	border: 1px dashed rgba(17, 17, 17, .28);
	background: #fafafa;
}

.enster-about-section-page .eas-factory-placeholder h2 {
	margin: 12px 0;
	color: #111;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.25;
}

.enster-about-section-page .eas-factory-missing-list {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	margin: 18px 0 0;
	padding: 0;
	list-style: none;
}

.enster-about-section-page .eas-factory-missing-list li {
	padding: 16px;
	border: 1px solid rgba(17, 17, 17, .1);
	background: #fff;
}

.enster-about-section-page .eas-factory-cta {
	margin-top: 34px;
	padding: 30px;
	background: #111;
	color: #fff;
}

.enster-about-section-page .eas-factory-cta h2 {
	margin-bottom: 10px;
	color: #fff;
	font-size: 28px;
	font-weight: 600;
	line-height: 1.25;
}

.enster-about-section-page .eas-factory-cta p {
	max-width: 720px;
	color: rgba(255, 255, 255, .78);
	font-size: 15px;
	line-height: 1.7;
}

.enster-about-section-page .eas-factory-cta a {
	display: inline-flex;
	align-items: center;
	min-height: 42px;
	margin-top: 18px;
	padding: 0 18px;
	background: #d61923;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
}

.enster-about-section-page .eas-company-history {
	margin: 6px 0 34px;
	padding-top: 28px;
	border-top: 1px solid rgba(17, 17, 17, .1);
}

.enster-about-section-page .eas-company-history-heading {
	margin-bottom: 22px;
}

.enster-about-section-page .eas-company-history-heading p {
	margin: 0 0 8px;
	color: #d61923;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.2;
	text-transform: uppercase;
}

.enster-about-section-page .eas-company-history-heading h2 {
	margin: 0;
	color: #111;
	font-size: 30px;
	font-weight: 600;
	line-height: 1.25;
}

.enster-about-section-page .eas-company-history-list {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

.enster-about-section-page .eas-company-history-list li {
	position: relative;
	display: grid;
	grid-template-columns: 96px minmax(0, 1fr);
	gap: 22px;
	padding: 0 0 24px;
}

.enster-about-section-page .eas-company-history-list li:not(:last-child)::before {
	content: "";
	position: absolute;
	top: 36px;
	bottom: 0;
	left: 47px;
	width: 1px;
	background: rgba(214, 25, 35, .24);
}

.enster-about-section-page .eas-company-history-year {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 72px;
	height: 72px;
	border: 1px solid rgba(214, 25, 35, .32);
	border-radius: 50%;
	background: #fff;
	color: #d61923;
	font-size: 21px;
	font-weight: 700;
	line-height: 1;
}

.enster-about-section-page .eas-company-history-text {
	padding: 18px 20px;
	border: 1px solid rgba(17, 17, 17, .1);
	background: #fff;
}

.enster-about-section-page .eas-company-history-text h3 {
	margin: 0 0 8px;
	color: #111;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.3;
}

.enster-about-section-page .eas-company-history-text p {
	margin: 0;
	color: #666;
	font-size: 15px;
	line-height: 1.65;
}

.enster-about-section-page .eas-profile-split,
.enster-about-section-page .eas-profile-feature {
	display: grid;
	grid-template-columns: minmax(220px, 42%) minmax(0, 1fr);
	gap: 28px;
	align-items: center;
	margin: 0 0 34px;
}

.enster-about-section-page .eas-profile-feature {
	margin-top: 28px;
}

.enster-about-section-page .eas-profile-split figure,
.enster-about-section-page .eas-profile-feature figure,
.enster-about-section-page .eas-profile-gallery figure {
	margin: 0;
}

.enster-about-section-page .eas-profile-split img,
.enster-about-section-page .eas-profile-feature img,
.enster-about-section-page .eas-profile-gallery img {
	display: block;
	width: 100%;
	height: auto;
}

.enster-about-section-page .eas-profile-gallery {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
	margin: 14px 0 34px;
}

.enster-about-section-page .eas-profile-gallery figure {
	overflow: hidden;
	background: #f6f6f6;
}

.enster-about-section-page .eas-profile-gallery img {
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

.enster-about-section-page .eas-profile-certs {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.enster-about-section-page .eas-profile-certs img {
	aspect-ratio: 3 / 4;
	object-fit: contain;
	background: #fff;
}

.enster-about-section-page .eas-profile-icon {
	display: block;
	width: 46px;
	height: 46px;
	margin-bottom: 10px;
}

.enster-about-section-page .eas-profile-icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.enster-about-section-page .eas-profile-message {
	margin-top: 32px;
	padding: 26px 28px;
	background: #f6f6f6;
	text-align: center;
}

.enster-about-section-page .eas-profile-message h2 {
	color: #e60012;
}

@media (max-width: 1024px) {
	.enster-about-section-page .eas-rich-content ul {
		grid-template-columns: 1fr;
	}

	.enster-about-section-page .eas-factory-hero,
	.enster-about-section-page .eas-factory-section,
	.enster-about-section-page .eas-factory-section.is-reverse {
		grid-template-columns: 1fr;
	}

	.enster-about-section-page .eas-factory-section.is-reverse .eas-factory-section-media {
		order: 0;
	}

	.enster-about-section-page .eas-factory-proof,
	.enster-about-section-page .eas-factory-missing-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.enster-about-section-page .eas-profile-split,
	.enster-about-section-page .eas-profile-feature {
		grid-template-columns: 1fr;
	}

	.enster-about-section-page .eas-profile-gallery,
	.enster-about-section-page .eas-profile-certs {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 768px) {
	.enster-about-section-page .eas-main,
	.enster-about-section-page .ec-main {
		overflow-x: hidden;
	}

	.enster-about-section-page .ec-container,
	.enster-about-section-page .eas-layout,
	.enster-about-section-page .eas-content,
	.enster-about-section-page .eas-rich-content {
		width: calc(100vw - 60px) !important;
		max-width: calc(100vw - 60px) !important;
		padding-right: 0;
		padding-left: 0;
		overflow-x: hidden;
	}

	.enster-about-section-page .eas-rich-content {
		font-size: 14px;
		line-height: 1.65;
	}

	.enster-about-section-page .eas-rich-content h2 {
		font-size: 22px;
	}

	.enster-about-section-page .eas-rich-content h3 {
		font-size: 18px;
	}

	.enster-about-section-page .eas-factory-tour,
	.enster-about-section-page .eas-factory-hero,
	.enster-about-section-page .eas-factory-hero-copy,
	.enster-about-section-page .eas-factory-section,
	.enster-about-section-page .eas-factory-section > div,
	.enster-about-section-page .eas-factory-section-media,
	.enster-about-section-page .eas-factory-placeholder,
	.enster-about-section-page .eas-factory-cta {
		width: 100% !important;
		max-width: 100% !important;
	}

	.enster-about-section-page .eas-factory-tour {
		width: calc(100vw - 60px) !important;
		max-width: calc(100vw - 60px) !important;
	}

	.enster-about-section-page .eas-factory-hero,
	.enster-about-section-page .eas-factory-section,
	.enster-about-section-page .eas-factory-section.is-reverse {
		display: block;
	}

	.enster-about-section-page .eas-factory-hero-media,
	.enster-about-section-page .eas-factory-section-media {
		margin-bottom: 18px;
	}

	.enster-about-section-page .eas-factory-hero h2 {
		font-size: 26px;
	}

	.enster-about-section-page .eas-factory-section h2,
	.enster-about-section-page .eas-factory-cta h2 {
		font-size: 22px;
		overflow-wrap: break-word;
	}

	.enster-about-section-page .eas-factory-nav {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.enster-about-section-page .eas-factory-nav a {
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
	}

	.enster-about-section-page .eas-factory-video-badge {
		right: 10px;
		bottom: 10px;
		max-width: calc(100% - 20px);
		font-size: 11px;
	}

	.enster-about-section-page .eas-factory-proof,
	.enster-about-section-page .eas-factory-gallery,
	.enster-about-section-page .eas-factory-missing-list {
		grid-template-columns: 1fr;
	}

	.enster-about-section-page .eas-company-history-heading h2 {
		font-size: 22px;
	}

	.enster-about-section-page .eas-company-history-list li {
		grid-template-columns: 72px minmax(0, 1fr);
		gap: 14px;
	}

	.enster-about-section-page .eas-company-history-list li:not(:last-child)::before {
		left: 35px;
	}

	.enster-about-section-page .eas-company-history-year {
		width: 62px;
		height: 62px;
		font-size: 18px;
	}

	.enster-about-section-page .eas-company-history-text {
		padding: 16px;
	}
}

@media (max-width: 480px) {
	.enster-about-section-page .ec-container,
	.enster-about-section-page .eas-layout,
	.enster-about-section-page .eas-content,
	.enster-about-section-page .eas-rich-content,
	.enster-about-section-page .eas-factory-tour {
		width: calc(100vw - 90px) !important;
		max-width: calc(100vw - 90px) !important;
	}

	.enster-about-section-page .eas-factory-hero h2 {
		font-size: 24px;
	}

	.enster-about-section-page .eas-factory-section h2,
	.enster-about-section-page .eas-factory-cta h2 {
		font-size: 20px;
	}

	.enster-about-section-page .eas-factory-hero-copy,
	.enster-about-section-page .eas-factory-section p,
	.enster-about-section-page .eas-factory-placeholder p,
	.enster-about-section-page .eas-factory-cta p {
		font-size: 14px;
	}
}
