body {
	background-color: #f6f6f6;
	margin: 0;
	padding: 0;
	font-family: robo;
}

h1 {
	text-align: center;
	font-size: 24px;
	color: #4c54d7;
	margin-top: 95px;
	margin-bottom: 12px;
	font-family: open;
}

h2 {
	font-size: 13px;
	font-family: open;
	color: #333;
	margin: 0% 6%;
	text-align: center;
	font-weight: 400;
}

h3 {
	color: #4c54d7;
	margin: 0 2%;
	font-family: robo;
	font-size: 18px;
}

.join {
	background-color: #4c54d7;
	width: 88%;
	margin: 0 6%;
	padding: 12px 30px;
	border-radius: 30px;
	font-size: 15px;
	font-family: robo;
	color: white;
	margin-top: 15px;
	box-sizing: border-box;
	display: block;
	text-align: center;
	text-decoration: none;
	align-items: center;
	justify-content: center;
}

.brands {
	width: 70%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	margin-top: 15px;
}

.container {
	padding: 10px;
	margin-top: 30px;
}

.container-head {
	color: #123123;
	font-size: 20px;
	text-align: left;
	margin: 0;
	margin-left: 2%;
	font-family: robo;
	font-weight: bolder;
	margin-bottom: 15px;
}

.container-line {
	color: #6b7280;
	font-size: 13px;
	font-family: robo;
	margin: 0 2%;
	margin-top: 8px;
	font-weight: lighter;
}

.icon-box {
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
}

.icon-box svg {
	width: 44px;
	height: 44px;
}

.icon-box svg path {
	fill: #4c54d7;
}

.icon-box svg [fill="none"] path {
	fill: none;
	stroke: #4c54d7;
	stroke-width: 2.8;
	vector-effect: non-scaling-stroke;
}

.chart {
	background-color: white;
	width: 96%;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	display: block;
	padding: 10px 0px;
	border-radius: 8px;
}

.est {
	background-color: #f6f6f6;
	border-top: 1px solid #bdbdbd;
	border-bottom: 1px solid #bdbdbd;
	padding: 8px 24px;
	font-family: open;
	text-align: center;
	color: #4c54d7;
	font-size: 14px;
	width: fit-content;
	margin: 0px auto;
	opacity: 0.9;
	margin-top: 20px;
}

.chart-head {
	color: #222;
	font-family: open;
	font-size: 13px;
	margin: 0;
	margin-top: 10px;
	margin-left: 3%;
	align-items: center;
	display: flex;
	gap: 2px;
}

.pointer {
	background-color: rgb(189, 189, 189, 0.6);
	height: 3px;
	width: 100%;
	box-sizing: border-box;
	border-radius: 3px;
	display: flex;
	align-items: center;
}

.point {
	background-color: #4c54d7;
	height: 3px;
	width: 0%;
	box-sizing: border-box;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

.point-scroll {
	width: 18px;
	height: 18px;
	background-color: #4c54d7;
	border-radius: 100%;
}

.value {
	width: 14%;
	font-size: 15px;
	text-align: center;

}

.work-holder {
	display: flex;
	align-items: center;
	margin: 0 2%;
	margin-top: 18px;
	gap: 2px;
}

.work-svg {
	width: 60px;
	height: 60px;
	background-color: #4c54d7;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.work-head {
	font-size: 15px;
	color: #4c54d7;
	margin: 0 2%;
}

.work-line {
	color: #6b7280;
	font-size: 10px;
	font-family: robo;
	margin: 0 2%;
	margin-top: 1px;
	font-weight: lighter;
}

.support {
	margin-top: 30px;
	background-color: white;
	opacity: 0.8;
	padding: 15px 0px;
}

.support-head {
	color: #6b7280;
	margin: 0;
	font-size: 12px;
	text-align: center;
	margin-bottom: 20px;
	font-family: open;
}

.autoslider {
	width: 100%;
	overflow: hidden;
	position: relative;
	-webkit-mask-image: linear-gradient(90deg,
			transparent 0%,
			#fff 6%,
			#fff 94%,
			transparent 100%);
	mask-image: linear-gradient(90deg,
			transparent 0%,
			#fff 6%,
			#fff 94%,
			transparent 100%);
}

.marquee {
	display: flex;
	width: max-content;
	will-change: transform;
	animation: marquee 28s linear infinite;
}

.autoslider-track {
	display: flex;
	gap: 10px;
}

.sliderlogo {
	width: 120px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
}

.sliderimg {
	width: 90px;
	object-fit: contain;
}

@keyframes marquee {
	from {
		transform: translate3d(0, 0, 0);
	}

	to {
		transform: translate3d(-50%, 0, 0);
	}
}

@media (prefers-reduced-motion: reduce) {
	.marquee {
		animation: none;
	}
}


.sliderlogo {
	width: 120px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	object-fit: contain;
	margin: 0 auto;
}

.sliderimg {
	width: 90px;
}

.faqs {
	margin: 0 2%;
	padding: 12px 0px 11px 0px;
	border-bottom: 1px solid #6b7280;
}

.faq-open {
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.question {
	font-size: 13px;
	margin: 0;
	color: #333;
	font-family: open;
}

.answer {
	font-size: 11px;
	color: #6b7280;
	margin: 0;
	margin-top: 0px;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.35s ease;
}

.faqs.active .answer {
	margin-top: 10px;
	max-height: 200px;
}