/* About sub-pages: certifications, history, global presence */

.about-sub-page {
	padding: 0 0 72px;
}

.about-sub-page__intro {
	margin: 32px 0 28px;
	max-width: 48rem;
	font-size: 15px;
	line-height: 1.75;
	color: #5c6470;
}

.about-sub-page__disclaimer {
	margin: 20px 0 0;
	font-size: 13px;
	line-height: 1.65;
	color: #7a828e;
}

.about-sub-page__note {
	margin: 40px 0 0;
}

.about-sub-page__note p {
	margin: 0;
	max-width: 48rem;
	font-size: 15px;
	line-height: 1.75;
	color: #5c6470;
}

.about-certifications-group + .about-certifications-group {
	margin-top: 40px;
}

.about-awards-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.about-awards-grid__card {
	margin: 0;
	height: 100%;
	padding: 12px;
	border: 1px solid #e1e5ea;
	border-radius: 5px;
	background: #fff;
}

.about-awards-grid__card img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 3 / 4;
	object-fit: contain;
	object-position: center top;
	background: #fff;
}

.about-awards-grid__card figcaption {
	margin-top: 10px;
}

.about-awards-grid__card strong {
	display: block;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.45;
	color: #1a1a1a;
}

.about-awards-grid__card p {
	margin: 6px 0 0;
	font-size: 13px;
	line-height: 1.55;
	color: #5c6470;
}

.about-awards-grid__view {
	display: block;
	width: 100%;
	padding: 0;
	border: none;
	background: transparent;
	cursor: zoom-in;
}

.about-awards-grid__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
	margin-top: 0.75rem;
}

.about-awards-grid__link {
	padding: 0;
	border: none;
	background: transparent;
	font-size: 13px;
	font-weight: 600;
	color: #1d5198;
	text-decoration: underline;
	cursor: pointer;
}

.about-cert-lightbox {
	position: fixed;
	inset: 0;
	z-index: 1200;
	display: grid;
	place-items: center;
	padding: 1.5rem;
}

.about-cert-lightbox[hidden] {
	display: none;
}

.about-cert-lightbox__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(8, 14, 28, 0.72);
}

.about-cert-lightbox__dialog {
	position: relative;
	z-index: 1;
	width: min(92vw, 560px);
	max-height: 92vh;
	overflow: auto;
	padding: 1.25rem;
	border-radius: 10px;
	background: #fff;
}

.about-cert-lightbox__close {
	position: absolute;
	top: 0.5rem;
	right: 0.5rem;
	width: 2rem;
	height: 2rem;
	border: none;
	border-radius: 999px;
	background: #eef2f7;
	font-size: 1.25rem;
	line-height: 1;
	cursor: pointer;
}

.about-cert-lightbox__title {
	margin: 0 2rem 0.75rem 0;
	font-size: 1rem;
	font-weight: 700;
	color: #1a1a1a;
}

.about-cert-lightbox__img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.about-cert-lightbox__download {
	display: inline-flex;
	margin-top: 1rem;
}

body.about-cert-lightbox-open {
	overflow: hidden;
}

.about-history-timeline {
	margin: 32px 0 0;
	padding: 0;
	list-style: none;
	border-inline-start: 2px solid rgba(29, 81, 152, 0.18);
}

.about-history-timeline__item {
	display: grid;
	grid-template-columns: 88px minmax(0, 1fr);
	gap: 20px;
	padding: 0 0 28px 20px;
}

.about-history-timeline__item:last-child {
	padding-bottom: 0;
}

.about-history-timeline__year {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3;
	color: #1d5198;
}

.about-history-timeline__body h2 {
	margin: 0 0 8px;
	font-size: 18px;
	font-weight: 600;
	color: #1a1a1a;
}

.about-history-timeline__body p {
	margin: 0;
	font-size: 15px;
	line-height: 1.7;
	color: #5c6470;
}

.about-global-stats {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
	margin: 32px 0 40px;
}

.about-global-stats__item {
	padding: 18px 16px;
	text-align: center;
	border: 1px solid #e1e5ea;
	border-radius: 5px;
	background: #f8f9fb;
}

.about-global-stats__value {
	display: block;
	font-size: 24px;
	font-weight: 700;
	color: #1d5198;
}

.about-global-stats__label {
	display: block;
	margin-top: 6px;
	font-size: 13px;
	line-height: 1.45;
	color: #5c6470;
}

.about-global-regions,
.about-global-partners {
	margin-bottom: 40px;
}

.about-global-regions__grid,
.about-global-partners__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.about-global-regions__card,
.about-global-partners__card {
	padding: 18px 20px;
	border: 1px solid #e1e5ea;
	border-radius: 5px;
	background: #fff;
}

.about-global-regions__card h3,
.about-global-partners__card h3 {
	margin: 0 0 8px;
	font-size: 17px;
	font-weight: 600;
	color: #1a1a1a;
}

.about-global-regions__markets {
	margin: 0 0 8px;
	font-size: 14px;
	font-weight: 600;
	color: #1d5198;
}

.about-global-regions__note,
.about-global-partners__card p {
	margin: 0;
	font-size: 14px;
	line-height: 1.65;
	color: #5c6470;
}

@media (max-width: 1080px) {
	.about-awards-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.about-global-stats {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 720px) {
	.about-awards-grid,
	.about-global-regions__grid,
	.about-global-partners__grid {
		grid-template-columns: 1fr;
	}

	.about-history-timeline__item {
		grid-template-columns: 1fr;
		gap: 8px;
		padding-inline-start: 16px;
	}

	.about-global-stats {
		grid-template-columns: 1fr 1fr;
	}
}
