.technology-banner {
	position: relative;
	padding: 0 20px;
	aspect-ratio: 16 / 9;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}

.technology-banner::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(4, 14, 26, 0.88) 0%, rgba(4, 14, 26, 0.52) 42%, rgba(4, 14, 26, 0.2) 100%);
}

.technology-banner__inner {
	position: relative;
	z-index: 1;
	max-width: 1400px;
	margin: 0 auto;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	padding: 120px 72px 72px;
	box-sizing: border-box;
}

.technology-banner__content {
	max-width: 730px;
}

.technology-banner__eyebrow {
	margin: 0 0 30px;
	font-size: 48px;
	line-height: 1.15;
	color: #fff;
	font-family: 'MiSansDemibold', sans-serif;
}

.technology-banner__title {
	margin: 0;
	font-size: 88px;
	line-height: 1.05;
	color: #DFB971;
	font-family: 'MiSansDemibold', sans-serif;
}

.technology-banner__desc {
	margin: 50px 0 0;
	font-size: 18px;
	line-height: 1.9;
	color: #fff;
}

.system-outer{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0;
}
.system-outer .system-inner{
    max-width: 1430px;
    padding: 0 15px;
    margin: 0 auto;
}
.system-outer .system-inner dl{
    display: flex;
    flex-direction: row;
}
.system-outer .system-inner dl dt{
    min-width: 0;
    flex: 1;
}
.system-outer .system-inner dl dt h2{
    margin: 0;
    font-size: 48px;
    line-height: 1.25;
    color: #DAB866;
    font-family: 'MiSansDemibold', sans-serif;
    margin-top: 40px;
}
.system-outer .system-inner dl dt p{
    margin: 28px 0 0;
    font-size: 24px;
    line-height: 1.75;
    color: #4D4D4D;
}
.system-outer .system-inner dl dd{
    width: 700px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}
.system-outer .system-inner dl dd .chart-stage canvas {
    display: block;
    width: 600px;
    aspect-ratio: 1 / 1;
}

.default-title h2{
    padding-bottom: 0;
}
.default-title h2::after{
    display: none;
}
.Product4{
	position: relative;
	width: 100%;
    padding: 100px 0;
}
.Product4{
	background-position: 50% 0%;
}
.Product4Div{
	margin: 0 auto;
	width: 100%;
	max-width: 1420px;
	padding: 100px 10px;
}
.Product4 .Product4Div{
	max-width: 1920px;
	padding: 0;
	position: relative;
}
.Product4 .Product4Div .Product4-title{
	display: flex;
	flex-direction: row;
	max-width: 1420px;
	width: 100%;
	margin: 0 auto;
	margin-top: 80px;
	box-sizing: border-box;
	padding: 0 10px;
	justify-content: space-between;
}
.Product4 .Product4Div .Product4-title li{
	display: flex;
	flex-direction: row;
	align-items: center;
	border-bottom: 2px solid #285BDC00;
	font-size: 30px;
	cursor: pointer;
	font-family: 'MiSansDemibold', sans-serif;
}
.Product4 .Product4Div .Product4-title li.active{
	border-bottom: 2px solid #dab866;
	color: #dab866;
	font-family: 'MiSansDemibold', sans-serif;
}
.Product4 .Product4Div .cont{
	padding: 100px 0;
	background-position: center;
	background-size: 1920px auto;
	background-repeat: no-repeat;
}
.Product4 .Product4Div dl{
	max-width: 1420px;
	width: 100%;
	margin: 0 auto;
	margin-top: 80px;
	box-sizing: border-box;
	padding: 0 10px;
	position: relative;
	padding-left: 29%;
}

.Product4 .Product4Div dl dt, .Product4 .Product4Div dl dd{
	display: flex;
	flex-direction: column;
}
.Product4 .Product4Div dl dt{
	position: absolute;
	left: 10px;
	top: 0;
	width: 26%;
	height: 100%;
}
.Product4 .Product4Div dl dd{
	position: relative;
	width: 100%;
	flex-shrink: 0;
}
.Product4 .Product4Div dl dt ul{
	height: 100%;
}
.Product4 .Product4Div dl dt ul li{
	display: none;
	height: 100%;
	flex-direction: column;
	justify-content: center;
}
.Product4 .Product4Div dl dt ul li.active{
	display: flex;
}
.Product4 .Product4Div dl dt h3{
	color: #000;
	font-size: 36px;
	font-family: 'MiSansDemibold', sans-serif;
}
.Product4 .Product4Div dl dt h4{
	color: #000;
	font-size: 24px;
	font-weight: normal;
	margin-top: 10px;
}
.Product4 .Product4Div dl dt p{
	min-height: 0;
	overflow-y: auto;
	font-size: 24px;
	line-height: 38px;
	color: #000;
	margin-top: 40px;
	text-align: justify;
	flex: 1;
}
.Product4 .Product4Div dl dt .btns{
	margin-top: 20px;
	display: flex;
	flex-direction: row;
	gap: 10px;
	justify-content: flex-start;
}
.Product4 .Product4Div dl dt .btns .default-btn{
	font-size: 30px;
	height: 50px;
	border-radius: 25px;
	padding: 0 20px;
	align-content: center;
	cursor: pointer;
}
.Product4 .Product4Div dl dt .btns .default-btn:hover{
	border: 1px solid #dab866;
}
.Product4 .Product4Div dl dd .video-container img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.Product4 .Product4Div .Product4-prev, .Product4 .Product4Div .Product4-next{
	color: #fff;
	position: absolute;
	z-index: 2;
	left: 5px;
	top: 50%;
	transform: translateY(-50%);
	display: none;
	cursor: pointer;
	background-color: rgba(0,0,0,0.5);
	width: 30px;
	height: 30px;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}
.Product4 .Product4Div .Product4-prev{
	padding-right: 2px;
}
.Product4 .Product4Div .Product4-next{
	padding-left: 2px;
	left: auto;
	right: 5px;
}
.Product4 .Product4Div .Product4-prev .fa, .Product4 .Product4Div .Product4-next .fa{
	font-size: 22px;
}

.technology-video-showcase{
	padding: 100px 0;
}

.technology-video-showcase__inner{
	max-width: 1400px;
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;
}

.technology-video-showcase .default-title{
	margin-bottom: 50px;
}

.technology-video-switcher__media{
	width: 100%;
	border-radius: 20px;
	overflow: hidden;
	background-color: #000;
}

.technology-video-switcher__player{
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
	background-color: #000;
}

.technology-video-switcher__list{
	list-style: none;
	margin: 36px 0 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 16px;
}

.technology-video-switcher__list li{
	min-width: 0;
}

.technology-video-switcher__item{
	width: 100%;
	height: 100%;
	padding: 24px 20px 22px;
	border: 0;
	border-radius: 5px;
	background: #EDEDED;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	text-align: left;
	cursor: pointer;
	transition: background-color 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.technology-video-switcher__item:hover{
	transform: translateY(-4px);
}

.technology-video-switcher__item.active{
	background: #DAB866;
	color: #fff;
}

.technology-video-switcher__item h3{
	margin: 0;
	font-size: 30px;
	line-height: 1.3;
	color: #000;
	font-family: 'MiSansDemibold', sans-serif;
	transition: color 0.25s ease;
}

.technology-video-switcher__item p{
	margin: 18px 0 0;
	font-size: 20px;
	line-height: 1.7;
	color: #4D4D4D;
	transition: color 0.25s ease;
}

.technology-video-switcher__item.active h3,
.technology-video-switcher__item.active p{
	color: #fff;
}

@media screen and (max-width: 1300px) {
    .system-outer .system-inner dl dd{
        width: 600px;
    }
    .system-outer .system-inner dl dt h2{
        font-size: 38px;
    }
    .system-outer .system-inner dl dt p{
        font-size: 20px;
    }

    .Product4 .Product4Div .Product4-title li{
		font-size: 22px;
	}

	.technology-video-switcher__list{
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.technology-video-switcher__item h3{
		font-size: 24px;
	}

	.technology-video-switcher__item p{
		font-size: 18px;
	}
}

@media screen and (max-width: 1200px) {
	.technology-banner__inner {
		padding: 110px 56px 56px;
	}

	.technology-banner__eyebrow {
		font-size: 40px;
	}

	.technology-banner__title {
		font-size: 72px;
	}
}

@media screen and (max-width: 1024px) {
    .system-outer{
        padding-top: 50px;
    }
    .system-outer .system-inner dl{
        flex-direction: column-reverse;
        align-items: center ;
    }

    .Product4Div{
		padding: 80px 10px;
	}
    .Product4 .Product4Div .Product4-title{
		margin-top: 20px;
	}
	.Product4 .Product4Div .cont{
		padding: 80px 0;
	}
	.Product4 .Product4Div .Product4-title li{
		font-size: 18px;
	}
	.Product4 .Product4Div dl dt h3{
		font-size: 26px;
	}
	.Product4 .Product4Div dl dt .btns .default-btn{
		height: 32px;
		border-radius: 16px;
		font-size: 18px;
	}
	.Product4 .Product4Div dl dt h4{
		font-size: 16px;
	}
	.Product4 .Product4Div dl dt p{
		font-size: 14px;
		line-height: 24px;
		margin-top: 20px;
	}

	.technology-video-showcase{
		padding: 80px 0;
	}

	.technology-video-switcher__list{
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media screen and (max-width: 768px) {
	.technology-banner {
		aspect-ratio: auto;
		background-position: 68% center;
	}

	.technology-banner__inner {
		min-height: 520px;
		aspect-ratio: auto;
		padding: 96px 24px 40px;
	}

	.technology-banner__content {
		max-width: 100%;
	}

	.technology-banner__eyebrow {
		margin-bottom: 14px;
		font-size: 28px;
	}

	.technology-banner__title {
		font-size: 44px;
		line-height: 1.15;
	}

	.technology-banner__desc {
		margin-top: 20px;
		font-size: 15px;
		line-height: 1.75;
	}

    .system-outer .system-inner dl{
        flex-direction: column-reverse;
    }
    .system-outer .system-inner dl dt h2{
        font-size: 30px;
    }
    .system-outer .system-inner dl dt p{
        font-size: 16px;
    }

    .system-outer .system-inner dl dd{
        width: 100%;
    }

    .system-outer .system-inner dl dd .chart-stage canvas {
        width: min(100%, 600px);
    }

    .Product4Div{
		padding: 40px 10px;
	}
    .Product4 .Product4Div .cont{
		padding: 40px 0;
		margin-top: 20px;
	}
	.Product4 .Product4Div dl dt h3{
		font-size: 20px;
	}
	.Product4 .Product4Div dl{
		display: block;
		padding-left: 10px;
		margin-top: 20px;
	}
	.Product4 .Product4Div dl dt{
		position: static;
	}
	.Product4 .Product4Div dl dt{
		width: 100%;
	}
	.Product4 .Product4Div dl dd{
		margin-top: 20px;
	}
	.Product4 .Product4Div .Product4-title{
		flex-wrap: wrap;
		justify-content: flex-start;
		display: none;
	}
	.Product4 .Product4Div .Product4-title li{
		width: 33.333%;
		border-bottom: none;
		height: 40px;
	}
	.Product4 .Product4Div .Product4-title li.active{
		border-bottom: none;
	}
	.Product4 .Product4Div .Product4-prev, .Product4 .Product4Div .Product4-next{
		display: flex;
	}

	.technology-video-showcase{
		padding: 60px 0;
	}

	.technology-video-showcase .default-title{
		margin-bottom: 30px;
	}

	.technology-video-showcase__inner{
		padding: 0 16px;
	}

	.technology-video-switcher__list{
		grid-template-columns: 1fr;
		gap: 12px;
		margin-top: 20px;
	}

	.technology-video-switcher__item{
		padding: 18px 16px;
	}

	.technology-video-switcher__item h3{
		font-size: 22px;
	}

	.technology-video-switcher__item p{
		margin-top: 12px;
		font-size: 16px;
		line-height: 1.7;
	}
}
@media screen and (max-width:480px){
	.Product4Div{
		padding: 20px 10px;
	}
    .Product4 .Product4Div .cont{
		padding: 20px 0;
	}
	.Product4 .Product4Div .Product4-title li{
		width: 50%;
		box-sizing: border-box;
		padding-right: 5%;
	}
}
