.g3-5header {
	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;
}
 .legDescription {
 	text-align: center; 
 	font-size: 1.6em; 
 	line-height: 1.4em !important;
 }

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

@media all and (min-width: 1220px) and (max-width: 1680px) {
	.g3-5header {
		font-size: 0.95vw !important;
	}
	.legDescription  {
      font-size: 0.95vw !important;
   }
}
@media (min-width: 1680px) {
	.g3-5header {
		font-size: 1em;
	}
	.legDescription  {
      font-size: 1em;
      
   }
}
.g3-5header img {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	max-width: none;
}

.g3-5header sup {
	top: 0;
}

.g3-5header sub {
	bottom: 0em;
}

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

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

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

.g3-5header .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-5header section {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}

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

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

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

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

.g3-5header__content {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 1em 0 0 0;
	overflow: hidden;
}

.g3-5header__inner {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	text-align: center;
}

.g3-5header__grid {
	position: relative;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 0.8em;
	width: 202%;
	height: auto;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	min-height: 200px;
}

a.g3-5header__item {
	display: block;
	position: relative;
	height: auto;
	margin: 0;
	padding: 0 0 1em 0;
	overflow: hidden;
	text-align: center;
	text-decoration: none;
	color: #000000;
}

a.g3-5header__item--active > img {
    border: .15rem solid black
    }
    
.g3-5header__item > img {
	display: block;
	position: relative;
	max-width: 100.1%;
	height: auto;
	margin: 0;
	object-fit: cover;
}

.g3-5header__item > img:hover {
    border: .15rem solid black}

span.g3-5header__item-title {
	display: block;
	color: #000000;
	font-family: 'poppins', sans-serif;
	font-size: 2.3625em;
	font-weight: 600;
	line-height: 1.1;
	letter-spacing: normal;
	padding: 1em 0;
}

@media (min-width: 1024px) {
	.g3-5header__inner {
		width: 100%;
	}
	.g3-5header__grid {
		width: 100%;
	}
	span.g3-5header__item-title {
		font-size: 1.3em;
	}
}
