:root {
	--home-lime: #d8fb29;
	--home-black: #050605;
	--home-panel: #111711;
	--home-line: #29342b;
	--home-muted: #9ba79c;
	--home-width: 1200px
}

* {
	box-sizing: border-box
}

html {
	min-width: 1200px;
	scroll-behavior: smooth
}

body {
  opacity: 0.3;
  transition: opacity 0.4s ease;
}
body.fade-in {
  opacity: 1;
}

body.home {
	min-width: 1200px;
	margin: 0;
	background: var(--home-black);
	color: #fff;
	font: 14px/1.55 Arial, "Microsoft YaHei", sans-serif
}

body.home a {
	color: inherit;
	text-decoration: none
}

body.home button {
	font: inherit;
	cursor: pointer
}

.logo{
	width: 50px;
	height: 50px;
}

.home-wrap {
	width: var(--home-width);
	margin: 0 auto
}

.home-header {
	height: 70px;
	background: #070a07;
	border-bottom: 1px solid #263228;
}

.home-header .home-wrap {
	height: 100%;
	display: flex;
	align-items: center
}

.home-brand {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 19px;
	font-weight: 800;
	letter-spacing: .6px
}

.home-brand__mark {
	display: inline-block;
	width: 26px;
	height: 18px;
	border: 3px solid var(--home-lime);
	border-top-width: 6px;
	transform: skewX(-20deg)
}

.home-nav {
	height: 100%;
	margin-left: auto;
	display: flex
}

.home-nav a {
	height: 70px;
	padding: 0 16px;
	display: flex;
	align-items: center;
	color: #cbd4cb;
	font-size: 13px;
	white-space: nowrap
}

.home-nav a:hover,
.home-nav a.current {
	color: var(--home-lime);
	box-shadow: inset 0 -3px var(--home-lime)
}

.home-lang {
	display: flex;
	margin-left: 19px;
	border: 1px solid #435046;
	border-radius: 17px;
	overflow: hidden
}

.home-lang button {
	border: 0;
	background: transparent;
	color: #afbaaf;
	padding: 5px 9px;
	font-size: 11px
}

.home-lang button.is-active {
	background: var(--home-lime);
	color: #071007;
	font-weight: bold
}

.home-hero {
	height: 700px;
	position: relative;
	overflow: hidden;
	background: #030503
}

.home-slides,
.home-slide {
	height: 100%
}

.home-slide {
	width: 100%;
	height: 100%;
	position: absolute;
	inset: 0;
	background: center/cover no-repeat;
	opacity: 0;
	visibility: hidden;
	transition: opacity 1s ease-in-out, visibility 1s ease-in-out;
	pointer-events: none;
}

.home-slide.is-active {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

/* .home-slide:before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, #030503 0, rgba(3, 5, 3, .82) 31%, rgba(3, 5, 3, .16) 69%, #030503c7)
} */

.home-slide .home-wrap {
	height: 100%;
	position: relative;
	display: flex;
	align-items: center
}

.home-hero-copy {
	width: 540px;
	padding-bottom: 15px;
	position: relative;
	z-index: 1
}

.home-eyebrow {
	margin: 0 0 20px;
	color: var(--home-lime);
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 3px
}

.home-hero h1 {
	margin: 0;
	font-size: 57px;
	line-height: 1.14;
	letter-spacing: -1.6px
}

.home-hero p {
	max-width: 440px;
	margin: 24px 0 31px;
	color: #d4dcd4;
	font-size: 16px;
	line-height: 1.9
}

.home-cta {
	display: inline-flex;
	align-items: center;
	gap: 14px;
	padding: 13px 22px;
	background: var(--home-lime);
	color: #090c09;
	font-weight: bold
}

.home-cta:after {
	content: "→";
	font-size: 19px
}

.home-hero-controls {
	position: absolute;
	z-index: 2;
	bottom: 37px;
	left: 50%;
	width: var(--home-width);
	transform: translateX(-50%);
	display: flex;
	align-items: center
}

.home-dots {
	display: flex;
	gap: 9px
}

.home-dot {
	width: 40px;
	height: 3px;
	padding: 0;
	border: 0;
	background: #657164
}

.home-dot.is-active {
	background: var(--home-lime)
}

.home-arrows {
	margin-left: auto;
	display: flex;
	gap: 8px
}

.home-arrow {
	width: 35px;
	height: 35px;
	border: 1px solid #98a499;
	background: #080d09a0;
	color: #fff
}

.home-products-section {
	height: 590px;
	padding: 80px 0 74px;
	background: #0d130f
}

.home-section-head {
	display: flex;
	align-items: end;
	justify-content: space-between;
	margin-bottom: 28px
}

.home-section-kicker {
	margin: 0 0 8px;
	color: #a4c019;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 2px
}

.home-section h2,
.home-products-section h2 {
	margin: 0;
	font-size: 30px;
	letter-spacing: .4px
}

.home-more {
	color: var(--home-muted);
	font-size: 13px
}

.home-more:hover {
	color: var(--home-lime)
}

.home-products {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 14px
}

.home-product {
	height: 370px;
	padding: 18px;
	background: #141d17;
	border: 1px solid #2a382d;
	overflow: hidden
}

.home-product:hover {
	border-color: #849f1c
}

.home-product-picture {
	height: 226px;
	display: grid;
	place-items: center;
	background: radial-gradient(circle, #2e3e31, #101812 69%)
}

.home-product-picture img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: transform .25s
}

.home-product:hover img {
	transform: scale(1.05)
}

.home-product small {
	display: block;
	margin-top: 19px;
	color: #aebd1b;
	font-size: 10px;
	letter-spacing: 1.6px
}

.home-product h3 {
	margin: 7px 0;
	color: #fff;
	font-size: 17px
}

.home-product p {
	margin: 0;
	color: #aeb8af;
	font-size: 12px
}

.home-latest {
	height: 500px;
	padding: 74px 0;
	background: #eef1eb;
	color: #111711
}

.home-latest-layout {
	height: 352px;
	display: grid;
	grid-template-columns: 265px 1fr;
	gap: 35px
}

.home-latest-copy {
	padding-top: 18px
}

.home-latest-copy .home-section-kicker {
	color: #758e0b
}

.home-latest-copy h2 {
	margin: 0;
	font-size: 30px;
	line-height: 1.25
}

.home-latest-copy p {
	margin: 16px 0 27px;
	color: #667168;
	font-size: 13px;
	line-height: 1.8
}

.home-latest-copy .home-more {
	display: inline-block;
	padding: 10px 16px;
	border: 1px solid #aab5ab;
	color: #1d281f
}

.home-latest-copy .home-more:hover {
	border-color: #8ca61b;
	color: #607608
}

.home-activities {
	height: 352px;
	display: grid;
	grid-template-columns: 1.28fr .86fr .86fr;
	grid-template-rows: 171px 171px;
	gap: 10px
}

.home-activity {
	position: relative;
	overflow: hidden;
	background: #182219
}

.home-activity:first-child {
	grid-row: 1/3
}

.home-activity:last-child {
	grid-column: 2/4
}

.home-activity img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: .82;
	transition: transform .25s
}

.home-activity:hover img {
	transform: scale(1.04)
}

.home-activity:after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(0deg, #050806d0, transparent 72%)
}

.home-activity-copy {
	position: absolute;
	z-index: 1;
	bottom: 15px;
	left: 17px;
	right: 17px
}

.home-activity-copy small {
	color: var(--home-lime);
	font-size: 10px
}

.home-activity-copy h3 {
	margin: 4px 0 0;
	color: #fff;
	font-size: 15px;
	line-height: 1.35
}

.home-activity:first-child h3 {
	font-size: 19px
}

.home-footer {
	height: 300px;
	color: #a5a5a5;
	padding: 82px 0;
	background: #050605;
	border-top: 1px solid #29342b;
	
}




.home-footer .home-wrap {
	display: flex;
	align-items: flex-start
}

.home-footer-brand {
	font-size: 23px;
	font-weight: 800
}

.home-footer-brand b {
	color: var(--home-lime)
}

.home-footer p {
	margin: 9px 0 0;
	color: #849087;
	font-size: 12px
}

.home-footer-links {
	display: flex;
	gap: 45px;
	margin-left: auto;
	padding-top: 9px
}

.home-footer-links a {
	color: #d2dad2;
	font-size: 13px
}

.home-footer-links a:hover {
	color: var(--home-lime)
}


.foot {
	height: 300px;
	color: #a5a5a5;
	padding: 32px 0;
	background: #050605;
	border-top: 1px solid #29342b;
}

.foot-in {
	width: 1200px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	padding-top: 34px;
	font-size: 12px;
	line-height: 2;
	position: relative;
}

.foot-in .icp{
	position: absolute;
	left: 0%;
	bottom: -20%;
	color: #656565;
	font-size: smaller;
}

.foot b {
	color: #d7fb00;
	font-size: 19px
}

.foot small {
	display: block;
	color: #656565;
	margin-bottom: 7px
}

.foot-qrs {
	display: flex;
	gap: 9px
}

.foot-qr {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.foot-qr img {
	width: 60px;
	height: 60px;
	object-fit: cover;
	background: #fff
}

.foot-col{
	margin: 10px 10px 0;
}

.foot-col a{
	margin-right: 5px;
}

.foot-col span{
	margin-right: 5px;
}