/* =========================================================
   TESTED OK ELECTRONICS
   ABOUT US PAGE
   ========================================================= */

.tok-about-page {
	width: 100%;
	background: #ffffff;
	color: #071A33;
}

.tok-about-page *,
.tok-about-page *::before,
.tok-about-page *::after {
	box-sizing: border-box;
}

.tok-about-container {
	width: min(1200px, calc(100% - 48px));
	max-width: 1200px;
	margin: 0 auto;
}


/* =========================================================
   HERO
   ========================================================= */

.tok-about-hero {
	position: relative;
	overflow: hidden;
	padding: 92px 0 82px;

	background:
		linear-gradient(
			135deg,
			#071A33 0%,
			#0D47A1 100%
		);
}

.tok-about-hero::before {
	content: "";

	position: absolute;

	width: 430px;
	height: 430px;

	top: -220px;
	right: -100px;

	border-radius: 50%;

	background: rgba(255,255,255,.055);
}

.tok-about-hero::after {
	content: "";

	position: absolute;

	width: 300px;
	height: 300px;

	bottom: -190px;
	left: -100px;

	border-radius: 50%;

	background: rgba(227,30,36,.10);
}

.tok-about-hero-content {
	position: relative;
	z-index: 2;

	max-width: 820px;
}

.tok-about-eyebrow {
	display: flex;
	align-items: center;
	gap: 10px;

	margin-bottom: 20px;

	color: #ffffff;

	font-size: 12px;
	font-weight: 800;

	letter-spacing: 2px;
	text-transform: uppercase;
}

.tok-about-eyebrow span {
	width: 30px;
	height: 3px;

	background: #E31E24;
}

.tok-about-hero h1 {
	margin: 0 0 22px;

	color: #ffffff;

	font-size: 58px;
	line-height: 1.05;
	font-weight: 800;

	letter-spacing: -1.5px;
}

.tok-about-hero h1 strong {
	display: block;

	color: #E31E24;

	font-weight: 800;
}

.tok-about-hero p {
	max-width: 700px;

	margin: 0 0 30px;

	color: rgba(255,255,255,.82);

	font-size: 17px;
	line-height: 1.8;
}

.tok-about-hero-actions {
	display: flex;
	align-items: center;
	gap: 12px;

	margin-bottom: 34px;
}

.tok-about-button {
	display: inline-flex;

	align-items: center;
	justify-content: center;

	gap: 10px;

	min-height: 48px;

	padding: 0 22px;

	border-radius: 6px;

	font-size: 13px;
	font-weight: 700;

	text-decoration: none !important;

	transition:
		background .3s ease,
		color .3s ease,
		transform .3s ease;
}

.tok-about-button:hover {
	transform: translateY(-2px);
}

.tok-about-button-primary {
	background: #E31E24;

	color: #ffffff !important;
}

.tok-about-button-primary:hover {
	background: #ffffff;

	color: #071A33 !important;
}

.tok-about-button-outline {
	border: 1px solid rgba(255,255,255,.45);

	background: transparent;

	color: #ffffff !important;
}

.tok-about-button-outline:hover {
	border-color: #ffffff;

	background: #ffffff;

	color: #071A33 !important;
}

.tok-about-breadcrumb {
	display: flex;
	align-items: center;
	gap: 10px;

	color: rgba(255,255,255,.65);

	font-size: 13px;
}

.tok-about-breadcrumb a {
	color: #ffffff !important;

	text-decoration: none !important;
}

.tok-about-breadcrumb a:hover {
	color: #E31E24 !important;
}

.tok-about-breadcrumb i {
	font-size: 9px;

	color: rgba(255,255,255,.4);
}


/* =========================================================
   COMMON SECTION LABEL
   ========================================================= */

.tok-about-section-label {
	margin-bottom: 10px;

	color: #E31E24;

	font-size: 11px;
	font-weight: 800;

	letter-spacing: 1.8px;

	text-transform: uppercase;
}


/* =========================================================
   INTRO
   ========================================================= */

.tok-about-intro {
	padding: 100px 0;
}

.tok-about-intro-grid {
	display: grid;

	grid-template-columns:
		1fr 1fr;

	gap: 80px;

	align-items: center;
}

.tok-about-intro-content h2 {
	margin: 0 0 24px;

	color: #071A33;

	font-size: 42px;
	line-height: 1.12;
	font-weight: 800;

	letter-spacing: -1px;
}

.tok-about-intro-content h2 span {
	color: #0D47A1;
}

.tok-about-intro-content p {
	margin: 0 0 18px;

	color: #596675;

	font-size: 15px;
	line-height: 1.8;
}

.tok-about-signature {
	display: flex;
	align-items: center;
	gap: 13px;

	margin-top: 28px;
}

.tok-about-signature-line {
	width: 32px;
	height: 3px;

	background: #E31E24;
}

.tok-about-signature strong {
	display: block;

	color: #071A33;

	font-size: 13px;
	font-weight: 800;
}

.tok-about-signature span {
	display: block;

	color: #89929D;

	font-size: 10px;

	letter-spacing: 1px;

	text-transform: uppercase;
}


/* =========================================================
   INTRO VISUAL
   ========================================================= */

.tok-about-intro-visual {
	position: relative;

	min-height: 480px;
}

.tok-about-image-frame {
	position: absolute;

	top: 0;
	right: 0;

	width: 88%;
	height: 430px;

	overflow: hidden;

	background:
		linear-gradient(
			145deg,
			#0D47A1,
			#071A33
		);
}

.tok-about-image-frame {
	position: absolute;

	top: 0;
	right: 0;

	width: 88%;
	height: 430px;

	overflow: hidden;

	background: #F6F8FA;
}

.tok-about-image-frame img {
	display: block;

	width: 100%;
	height: 100%;

	margin: 0 !important;

	object-fit: cover;
	object-position: center;

	transition: transform .5s ease;
}

.tok-about-image-frame:hover img {
	transform: scale(1.03);
}

.tok-about-quality-card {
	position: absolute;

	left: 0;
	bottom: 0;

	display: flex;

	align-items: center;

	gap: 14px;

	width: 330px;

	padding: 20px;

	background: #ffffff;

	box-shadow:
		0 15px 40px
		rgba(7,26,51,.15);
}

.tok-about-quality-icon {
	display: flex;

	align-items: center;
	justify-content: center;

	width: 45px;
	height: 45px;

	background: #EAF1FB;

	color: #0D47A1;

	font-size: 20px;
}

.tok-about-quality-card strong {
	display: block;

	margin-bottom: 4px;

	color: #071A33;

	font-size: 13px;
}

.tok-about-quality-card span {
	display: block;

	color: #89929D;

	font-size: 11px;
	line-height: 1.5;
}


/* =========================================================
   VALUES
   ========================================================= */

.tok-about-values {
	padding: 95px 0;

	background: #F7F9FB;
}

.tok-about-section-heading {
	max-width: 700px;

	margin-bottom: 45px;
}

.tok-about-section-heading h2 {
	margin: 0 0 14px;

	color: #071A33;

	font-size: 40px;
	line-height: 1.15;
	font-weight: 800;
}

.tok-about-section-heading p {
	margin: 0;

	color: #687483;

	font-size: 15px;
	line-height: 1.7;
}

.tok-about-value-grid {
	display: grid;

	grid-template-columns:
		repeat(4, 1fr);

	gap: 18px;
}

.tok-about-value-card {
	position: relative;

	min-height: 290px;

	padding: 28px;

	border: 1px solid #E1E7EE;

	background: #ffffff;

	overflow: hidden;

	transition:
		transform .3s ease,
		box-shadow .3s ease;
}

.tok-about-value-card:hover {
	transform: translateY(-5px);

	box-shadow:
		0 15px 35px
		rgba(7,26,51,.08);
}

.tok-about-value-number {
	position: absolute;

	top: 18px;
	right: 20px;

	color: #E8EDF3;

	font-size: 40px;
	font-weight: 800;
}

.tok-about-value-icon {
	display: flex;

	align-items: center;
	justify-content: center;

	width: 52px;
	height: 52px;

	margin-bottom: 28px;

	background: #EAF1FB;

	color: #0D47A1;

	font-size: 19px;
}

.tok-about-value-card h3 {
	margin: 0 0 10px;

	color: #071A33;

	font-size: 18px;
	font-weight: 800;
}

.tok-about-value-card p {
	margin: 0;

	color: #71808E;

	font-size: 13px;
	line-height: 1.7;
}


/* =========================================================
   WHY CHOOSE US
   ========================================================= */

.tok-about-why {
	padding: 100px 0;

	background: #ffffff;
}

.tok-about-why-grid {
	display: grid;

	grid-template-columns:
		.85fr 1.15fr;

	gap: 90px;

	align-items: center;
}

.tok-about-why-heading h2 {
	margin: 0 0 20px;

	color: #071A33;

	font-size: 44px;
	line-height: 1.1;
	font-weight: 800;
}

.tok-about-why-heading h2 span {
	color: #E31E24;
}

.tok-about-why-heading p {
	max-width: 470px;

	margin: 0;

	color: #687483;

	font-size: 15px;
	line-height: 1.8;
}

.tok-about-benefits {
	display: grid;

	grid-template-columns:
		1fr 1fr;

	gap: 15px;
}

.tok-about-benefit {
	display: flex;

	align-items: flex-start;

	gap: 15px;

	padding: 25px;

	border: 1px solid #E2E8EF;

	background: #ffffff;
}

.tok-about-benefit-icon {
	display: flex;

	align-items: center;
	justify-content: center;

	flex: 0 0 45px;

	width: 45px;
	height: 45px;

	background: #071A33;

	color: #ffffff;

	font-size: 16px;
}

.tok-about-benefit h3 {
	margin: 0 0 7px;

	color: #071A33;

	font-size: 15px;
	font-weight: 800;
}

.tok-about-benefit p {
	margin: 0;

	color: #7A8794;

	font-size: 12px;
	line-height: 1.6;
}


/* =========================================================
   MISSION
   ========================================================= */

.tok-about-mission {
	padding: 0 0 100px;
}

.tok-about-mission-box {
	position: relative;

	display: flex;

	align-items: center;

	justify-content: space-between;

	gap: 50px;

	overflow: hidden;

	padding: 65px;

	background:
		linear-gradient(
			135deg,
			#071A33,
			#0D47A1
		);
}

.tok-about-mission-content {
	position: relative;
	z-index: 2;

	max-width: 760px;
}

.tok-about-mission-content .tok-about-section-label {
	color: #E31E24;
}

.tok-about-mission-content h2 {
	margin: 0 0 18px;

	color: #ffffff;

	font-size: 40px;
	line-height: 1.15;
	font-weight: 800;
}

.tok-about-mission-content h2 span {
	color: #E31E24;
}

.tok-about-mission-content p {
	margin: 0;

	color: rgba(255,255,255,.78);

	font-size: 15px;
	line-height: 1.8;
}

.tok-about-mission-icon {
	position: relative;
	z-index: 2;

	display: flex;

	align-items: center;
	justify-content: center;

	flex: 0 0 110px;

	width: 110px;
	height: 110px;

	border: 1px solid rgba(255,255,255,.15);

	color: rgba(255,255,255,.8);

	font-size: 42px;
}

.tok-about-mission-box::after {
	content: "";

	position: absolute;

	width: 300px;
	height: 300px;

	right: -100px;
	bottom: -150px;

	border-radius: 50%;

	background: rgba(255,255,255,.05);
}


/* =========================================================
   VISION
   ========================================================= */

.tok-about-vision {
	padding: 0 0 100px;
}

.tok-about-vision-grid {
	display: grid;

	grid-template-columns:
		160px 1fr;

	gap: 45px;

	align-items: center;

	padding: 50px;

	border: 1px solid #E0E7EE;
}

.tok-about-vision-icon {
	display: flex;

	align-items: center;
	justify-content: center;

	width: 130px;
	height: 130px;

	background: #F0F4F9;

	color: #0D47A1;

	font-size: 42px;
}

.tok-about-vision-content h2 {
	margin: 0 0 16px;

	color: #071A33;

	font-size: 38px;
	line-height: 1.15;
	font-weight: 800;
}

.tok-about-vision-content h2 span {
	color: #0D47A1;
}

.tok-about-vision-content p {
	max-width: 720px;

	margin: 0;

	color: #687483;

	font-size: 15px;
	line-height: 1.8;
}


/* =========================================================
   PROMISE
   ========================================================= */

.tok-about-promise {
	padding: 95px 0;

	background:
		linear-gradient(
			135deg,
			#061528,
			#071A33 55%,
			#0D47A1
		);
}

.tok-about-section-heading-light .tok-about-section-label {
	color: #E31E24;
}

.tok-about-section-heading-light h2 {
	color: #ffffff;
}

.tok-about-section-heading-light h2 span {
	color: #E31E24;
}

.tok-about-section-heading-light p {
	color: rgba(255,255,255,.68);
}

.tok-about-promise-grid {
	display: grid;

	grid-template-columns:
		repeat(3, 1fr);

	gap: 18px;
}

.tok-about-promise-item {
	display: flex;

	align-items: flex-start;

	gap: 20px;

	padding: 30px;

	border: 1px solid rgba(255,255,255,.12);

	background: rgba(255,255,255,.035);
}

.tok-about-promise-item > span {
	color: #E31E24;

	font-size: 14px;
	font-weight: 800;
}

.tok-about-promise-item h3 {
	margin: 0 0 9px;

	color: #ffffff;

	font-size: 20px;
	font-weight: 800;
}

.tok-about-promise-item p {
	margin: 0;

	color: rgba(255,255,255,.62);

	font-size: 13px;
	line-height: 1.7;
}


/* =========================================================
   FINAL CTA
   ========================================================= */

.tok-about-cta {
	padding: 90px 0;
}

.tok-about-cta-inner {
	display: flex;

	align-items: center;

	justify-content: space-between;

	gap: 40px;

	padding: 55px 60px;

	background: #F4F7FA;
}

.tok-about-cta-inner h2 {
	margin: 0 0 15px;

	color: #071A33;

	font-size: 38px;
	line-height: 1.15;
	font-weight: 800;
}

.tok-about-cta-inner h2 span {
	color: #E31E24;
}

.tok-about-cta-inner p {
	max-width: 650px;

	margin: 0;

	color: #687483;

	font-size: 14px;
	line-height: 1.7;
}

.tok-about-cta-inner .tok-about-button {
	flex: 0 0 auto;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1050px) {

	.tok-about-container {
		width: calc(100% - 40px);
	}

	.tok-about-hero h1 {
		font-size: 50px;
	}

	.tok-about-intro-grid {
		gap: 50px;
	}

	.tok-about-value-grid {
		grid-template-columns:
			repeat(2, 1fr);
	}

	.tok-about-why-grid {
		gap: 50px;
	}

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

	.tok-about-container {
		width: calc(100% - 28px);
	}


	/* HERO */

	.tok-about-hero {
		padding: 62px 0 58px;
	}

	.tok-about-hero h1 {
		font-size: 38px;
	}

	.tok-about-hero p {
		font-size: 15px;
	}

	.tok-about-hero-actions {
		flex-wrap: wrap;
	}

	.tok-about-button {
		min-height: 45px;
	}


	/* INTRO */

	.tok-about-intro {
		padding: 65px 0;
	}

	.tok-about-intro-grid {
		grid-template-columns: 1fr;
		gap: 50px;
	}

	.tok-about-intro-content h2 {
		font-size: 34px;
	}

	.tok-about-intro-visual {
		min-height: 390px;
	}

	.tok-about-image-frame {
		width: 92%;
		height: 340px;
	}

	.tok-about-quality-card {
		width: 280px;
	}


	/* VALUES */

	.tok-about-values {
		padding: 65px 0;
	}

	.tok-about-section-heading h2 {
		font-size: 32px;
	}

	.tok-about-value-grid {
		grid-template-columns: 1fr;
	}


	/* WHY */

	.tok-about-why {
		padding: 65px 0;
	}

	.tok-about-why-grid {
		grid-template-columns: 1fr;
		gap: 40px;
	}

	.tok-about-why-heading h2 {
		font-size: 36px;
	}

	.tok-about-benefits {
		grid-template-columns: 1fr;
	}


	/* MISSION */

	.tok-about-mission {
		padding-bottom: 65px;
	}

	.tok-about-mission-box {
		display: block;

		padding: 40px 30px;
	}

	.tok-about-mission-content h2 {
		font-size: 32px;
	}

	.tok-about-mission-icon {
		margin-top: 30px;
	}


	/* VISION */

	.tok-about-vision {
		padding-bottom: 65px;
	}

	.tok-about-vision-grid {
		grid-template-columns: 1fr;

		gap: 30px;

		padding: 35px 25px;
	}

	.tok-about-vision-icon {
		width: 80px;
		height: 80px;

		font-size: 27px;
	}

	.tok-about-vision-content h2 {
		font-size: 31px;
	}


	/* PROMISE */

	.tok-about-promise {
		padding: 65px 0;
	}

	.tok-about-promise-grid {
		grid-template-columns: 1fr;
	}


	/* CTA */

	.tok-about-cta {
		padding: 65px 0;
	}

	.tok-about-cta-inner {
		display: block;

		padding: 40px 28px;
	}

	.tok-about-cta-inner h2 {
		font-size: 32px;
	}

	.tok-about-cta-inner .tok-about-button {
		margin-top: 25px;
	}

}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 480px) {

	.tok-about-hero h1 {
		font-size: 33px;
	}

	.tok-about-intro-content h2 {
		font-size: 30px;
	}

	.tok-about-image-frame {
		width: 100%;
	}

	.tok-about-quality-card {
		width: calc(100% - 25px);
	}

}