body.about-page-view #site-header {
	background: #1f76bd !important;
	border-bottom: 1px solid rgba(255, 255, 255, .14) !important;
}

.about-page {
	background: #fff;
	color: #444;
	font-family: 'Inter', sans-serif;
}

.about-shell {
	width: min(1080px, calc(100% - 48px));
	margin: 0 auto;
}

.about-intro {
	padding: 52px 0 66px;
	background: #fff;
}

.about-intro-grid {
	display: grid;
	grid-template-columns: 1fr 1.18fr 1.02fr;
	gap: 48px;
	align-items: start;
}

.about-statement {
	padding-top: 48px;
}

.about-statement h2 {
	margin: 0 0 18px;
	color: #333;
	font-size: 18px;
	font-weight: 800;
	line-height: 1.55;
}

.about-statement p,
.about-copy p {
	margin: 0 0 20px;
	color: #4b4b4b;
	font-size: 15px;
	line-height: 1.75;
}

.about-eyebrow {
	margin-bottom: 8px !important;
	color: #6b6b6b !important;
	font-size: 13px !important;
	font-weight: 700;
	letter-spacing: .08em;
	text-align: center;
	text-transform: uppercase;
}

.about-copy h1 {
	margin: 0 0 10px;
	color: #333;
	font-family: 'Manrope', sans-serif;
	font-size: 22px;
	font-weight: 900;
	line-height: 1.25;
	text-align: center;
	text-transform: uppercase;
}

.about-signature {
	font-style: italic;
}

.about-brand-card {
	position: relative;
	min-height: 370px;
	padding: 42px 0 0 10px;
}

.about-brand-logo {
	display: grid;
	grid-template-columns: 70px auto;
	gap: 22px;
	align-items: center;
	position: relative;
	z-index: 2;
}

.about-brand-logo .custom-logo-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.about-brand-logo img {
	width: 70px;
	height: 86px;
	object-fit: contain;
}

.about-brand-logo strong {
	color: #3a3a3a;
	font-family: 'Manrope', sans-serif;
	font-size: 34px;
	font-weight: 900;
	font-style: italic;
	line-height: 1.12;
	text-transform: uppercase;
	text-shadow: 0 2px 4px rgba(0, 0, 0, .16);
}

.about-brand-mark {
	display: block;
	width: 54px;
	height: 82px;
	background: linear-gradient(135deg, #23c6f3 0 18%, transparent 18% 26%, #23c6f3 26% 42%, transparent 42% 50%, #23c6f3 50% 66%, transparent 66% 74%, #23c6f3 74%);
	transform: skew(-18deg);
}

.about-vietnam-map {
	position: absolute;
	right: 4px;
	bottom: 0;
	display: grid;
	grid-template-columns: repeat(8, 12px);
	gap: 7px;
	width: 146px;
	min-height: 250px;
	transform: rotate(-4deg);
}

.about-vietnam-map::before {
	content: '';
	position: absolute;
	inset: -24px -42px -14px -34px;
	background-image: repeating-linear-gradient(135deg, rgba(0, 0, 0, .045) 0 3px, transparent 3px 10px);
	z-index: 0;
}

.about-vietnam-map span {
	position: relative;
	z-index: 1;
	width: 10px;
	height: 10px;
	border-radius: 999px;
	background: #111;
	opacity: 0;
}

.about-vietnam-map span:nth-child(3),
.about-vietnam-map span:nth-child(4),
.about-vietnam-map span:nth-child(11),
.about-vietnam-map span:nth-child(12),
.about-vietnam-map span:nth-child(19),
.about-vietnam-map span:nth-child(20),
.about-vietnam-map span:nth-child(27),
.about-vietnam-map span:nth-child(28),
.about-vietnam-map span:nth-child(35),
.about-vietnam-map span:nth-child(36),
.about-vietnam-map span:nth-child(44),
.about-vietnam-map span:nth-child(45),
.about-vietnam-map span:nth-child(52),
.about-vietnam-map span:nth-child(53),
.about-vietnam-map span:nth-child(61),
.about-vietnam-map span:nth-child(62),
.about-vietnam-map span:nth-child(70),
.about-vietnam-map span:nth-child(71),
.about-vietnam-map span:nth-child(72),
.about-vietnam-map span:nth-child(73),
.about-vietnam-map span:nth-child(31),
.about-vietnam-map span:nth-child(40),
.about-vietnam-map span:nth-child(49),
.about-vietnam-map span:nth-child(58) {
	opacity: 1;
}

.about-why {
	position: relative;
	overflow: hidden;
	padding: 28px 0 62px;
	background: #2f74b9;
	color: #fff;
}

.about-why::before {
	content: '';
	position: absolute;
	inset: 0;
	background:
		linear-gradient(135deg, transparent 0 18%, rgba(255, 255, 255, .035) 18% 33%, transparent 33% 100%),
		linear-gradient(45deg, transparent 0 46%, rgba(255, 255, 255, .03) 46% 62%, transparent 62% 100%);
	pointer-events: none;
}

.about-why .about-shell {
	position: relative;
	z-index: 1;
}

.about-why-head {
	max-width: 760px;
	margin: 0 auto 42px;
	text-align: center;
}

.about-why-head h2 {
	margin: 0 0 14px;
	color: #fff;
	font-family: 'Manrope', sans-serif;
	font-size: 22px;
	font-weight: 900;
}

.about-why-head p {
	margin: 0;
	color: rgba(255, 255, 255, .92);
	font-size: 15px;
	line-height: 1.75;
}

.about-feature-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 42px;
}

.about-feature {
	text-align: center;
}

.about-feature .ms {
	margin-bottom: 18px;
	color: #fff;
	font-size: 54px;
	font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 48;
}

.about-feature h3 {
	margin: 0 0 12px;
	color: #fff;
	font-family: 'Manrope', sans-serif;
	font-size: 18px;
	font-weight: 900;
}

.about-feature p {
	margin: 0;
	color: rgba(255, 255, 255, .92);
	font-size: 14px;
	line-height: 1.65;
}

.about-proof {
	padding: 28px 0 62px;
	background: #fff;
	text-align: center;
}

.about-proof-lead {
	margin: 0 auto 46px;
	max-width: 980px;
	color: #555;
	font-size: 15px;
	line-height: 1.7;
}

.about-proof-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 64px;
	align-items: start;
}

.about-proof-item h3 {
	max-width: 315px;
	margin: 18px auto 0;
	color: #444;
	font-family: 'Manrope', sans-serif;
	font-size: 16px;
	font-weight: 900;
	line-height: 1.6;
}

.about-years {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 92px;
	height: 62px;
	border-radius: 9px;
	background: #2f8d26;
	color: #fff;
	font-family: 'Manrope', sans-serif;
	font-size: 56px;
	font-weight: 900;
	line-height: 1;
}

.about-gpp {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 86px;
	height: 72px;
	color: #287d2e;
	font-family: 'Manrope', sans-serif;
	font-size: 30px;
	font-weight: 900;
	position: relative;
}

.about-gpp::before,
.about-gpp::after,
.about-gpp span::before {
	content: '';
	position: absolute;
	width: 34px;
	height: 34px;
	border: 2px solid #51b768;
	border-radius: 999px;
}

.about-gpp::before {
	top: 0;
	left: 26px;
}

.about-gpp::after {
	bottom: 0;
	left: 6px;
}

.about-gpp span::before {
	right: -1px;
	bottom: 0;
}

.about-gpp span {
	position: absolute;
	bottom: 7px;
	left: 15px;
	display: flex;
	gap: 24px;
	font-size: 26px;
}

@media (max-width: 980px) {
	.about-intro-grid {
		grid-template-columns: 1fr 1fr;
		gap: 34px;
	}

	.about-brand-card {
		grid-column: 1 / -1;
		min-height: 260px;
		max-width: 420px;
		margin: 0 auto;
	}

	.about-feature-grid,
	.about-proof-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 34px;
	}
}

@media (max-width: 640px) {
	.about-shell {
		width: min(100% - 28px, 1080px);
	}

	.about-intro {
		padding: 34px 0 44px;
	}

	.about-intro-grid,
	.about-feature-grid,
	.about-proof-grid {
		grid-template-columns: 1fr;
	}

	.about-statement {
		padding-top: 0;
	}

	.about-copy h1,
	.about-eyebrow {
		text-align: left;
	}

	.about-brand-card {
		min-height: 300px;
		padding-left: 0;
	}

	.about-brand-logo strong {
		font-size: 28px;
	}

	.about-vietnam-map {
		right: 42px;
	}
}
