.g3-ttt {
	position: relative;
	width: 100%;
	max-width: 1680px;
	height: auto;
	z-index: 1;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: 'poppins', sans-serif;
	font-size: 1.56vw;
	-webkit-text-decoration-skip: none;
	text-decoration-skip-ink: none;
}

@media all and (min-width: 1024px) and (max-width: 1220px) {
	.g3-ttt {
		font-size: 0.6em !important;
	}
}

@media all and (min-width: 1220px) and (max-width: 1680px) {
	.g3-ttt {
		font-size: 0.95vw !important;
	}
}

@media (min-width: 1680px) {
	.g3-ttt {
		font-size: 1em;
	}
}
.g3-ttt img {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	max-width: none;
}

.g3-ttt sup {
	top: 0;
}

.g3-ttt sub {
	bottom: 0em;
}

.g3-ttt *,
.g3-ttt *::before,
.g3-ttt *::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.g3-ttt h1,
.g3-ttt h2,
.g3-ttt h3,
.g3-ttt h4,
.g3-ttt h5,
.g3-ttt h6,
.g3-ttt p {
	position: relative;
	display: block;
	margin: 0;
	line-height: 1.1;
	letter-spacing: 0.01em;
}

.g3-ttt .g3-rel {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.g3-ttt .g3-abs {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.g3-it {
	font-style: italic;
}

.g3-sb {
	font-weight: 600;
}

.g3-bold {
	font-weight: 700;
}

.g3-fade {
	opacity: 0;
}

.g3-ttt section {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}

.g3-ttt .g3-media {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.g3-ttt picture {
	position: relative;
	width: 100%;
	display: block;
}

.g3-ttt picture img {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	margin: 0;
}

.g3-ttt .g3-video-responsive {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.g3-ttt .g3-video-responsive video {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	object-fit: cover;
	margin: 0;
	display: none;
}

.g3-ttt__content {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 2.5em 0 0 0;
	overflow: hidden;
}
.g3-ttt__content h2 {
	color: #133571;
	font-family: 'knockout', sans-serif;
	font-size: 5em;
	font-weight: 400;
	line-height: 1.1;
	letter-spacing: 0.04em;
	text-align: center;
}
.g3-ttt__inner {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}

.g3-ttt__grid {
	position: relative;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-auto-flow: dense;
	width: 165%;
	height: auto;
	margin: 2.8em auto 0 auto;
	padding: 0;
	overflow: hidden;
	min-height: 200px;
}

a.g3-ttt__item {
	display: block;
	position: relative;
	height: auto;
	margin: 0;
	padding: 0 0 1em 0;
	overflow: hidden;
	text-align: center;
	text-decoration: none;
	color: #000000;
}
.g3-ttt__item > img {
	display: block;
	position: relative;
	width: 100.1%;
	height: auto;
	margin: 0 0 1.4em 0;
	object-fit: cover;
}
span.g3-ttt__item-title {
	display: block;
	color: #000000;
	font-family: 'poppins', sans-serif;
	font-size: 1.75em;
	font-weight: 500;
	line-height: 1.1;
	letter-spacing: 0.02em;
	padding-bottom: 0.3em;
}
span.g3-ttt__item-caption {
	display: inline-block;
	color: #000000;
	font-family: 'poppins', sans-serif;
	font-size: 1.75em;
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: 0.01em;
}

@media (min-width: 1024px) {
	.g3-ttt__content {
		padding-top: 1.5em;
		max-width: 1564px;
	}
	.g3-ttt__inner {
		width: 80%;
	}
	.g3-ttt__grid {
		width: 100%;
		margin-top: 1.2em;
	}
	.g3-ttt__content h2 {
		font-size: 3.55375em;
	}
	span.g3-ttt__item-title {
		font-size: 1.64375em;
	}
	span.g3-ttt__item-caption {
		font-size: 0.875em;
	}
}
