html {
	scroll-behavior: smooth;
}

.roadmap-highlight {
	height: 300px;
	overflow: hidden;
	margin-bottom: 100px;
}

.roadmap-section {
	width: 100%;
	height: 100%;
	padding-bottom: 100px;
}

.roadmap-intro {
	margin-bottom: 50px;
}

.roadmap-intro h1 {
	font-size: 28px;
	color: #364655;
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: 20px;
}

.roadmap-intro p {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: 0.01em;
	color: #8B92AB;
}

.roadmap-intro .road_map_updated_at {
	color: #212529;
	font-weight: bold;
}

.roadmap-card {
	background: #fff;
	box-shadow: 0 4px 12px 0 rgba(104, 115, 125, .15);
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative;
	transition: box-shadow .25s;
	padding: 30px;
	margin-bottom: 50px;
}

.road-map-item {
	margin-top: 20px;
}

.roadmap-card .group-content {
	margin-bottom: 50px;
}

.roadmap-card .group-content>h2 {
	font-size: 22px;
}

.road-map-item {
	padding-left: 50px;
	padding-right: 50px;
}

.roadmap-list h3 {
	color: var(--third-color) !important;
}

.roadmap-list a {
	color: #8B92AB;
}

.roadmap-list a:hover,
.roadmap-list a.active {
	color: #364655;
}

.roadmap-list.fixed-list {
	position: fixed;
	top: 100px;
	max-width: 250px;
	max-height: 500px;
	overflow-y: scroll;
}

@media only screen and (min-width: 768px) {}


.section-changelog::before {
	background-image: url('../images/road-map/what-news.svg');
	height: calc(100% + 139px);
}

.section-changelog.section-intro {
	padding-top: 0;
	min-height: 450px;
}

@media (max-width: 576px) {
	.section-changelog.section-intro {
		padding-top: 0;
		min-height: 400px;
	}
}

.section-changelog .section-intro-info .intro__title {
	font-size: 80px;
	text-shadow: 0px 0px 3px #fff 4D;
	display: inline-block;
	position: relative;
	margin-top: 50px;
	margin-bottom: 50px;
}

@media (min-width: 1600px) {
	.section-changelog .section-intro-info .intro__title {
		font-size: 100px;
	}
}

@media (max-width: 768px) {
	.section-changelog .section-intro-info .intro__title {
		margin-top: 30px;
		margin-bottom: 30px;
		font-size: 50px;
	}
}

.section-changelog .section-intro-info .intro__title::before,
.section-changelog .section-intro-info .intro__title::after {
	content: '';
	position: absolute;
	background-repeat: no-repeat;
	background-size: contain;
}

.section-changelog .section-intro-info .intro__title::before {
	content: '';
	position: absolute;
	left: -46px;
	top: -55px;
	width: 60px;
	height: 60px;
	background-image: url('../images/road-map/W.svg');
}

@media (max-width: 768px) {
	.section-changelog .section-intro-info .intro__title::before {
		left: -36px;
		top: -45px;
		width: 50px;
		height: 50px;
	}
}

.section-changelog .section-intro-info .intro__title::after {
	right: -16px;
	top: -22px;
	width: 36px;
	height: 36px;
	background-image: url('../images/road-map/Q.svg');
}

@media (max-width: 768px) {
	.section-changelog .section-intro-info .intro__title::after {
		right: -12px;
		top: -18px;
		width: 26px;
		height: 26px;
	}
}

.section-changelog .section-intro-info .intro__desc {
	font-size: 18px;
	color: black;
	text-shadow: 0px 0px 3px #fff 57;
}

@media (min-width: 1600px) {
	.section-changelog .section-intro-info .intro__desc {
		font-size: 20px;
	}
}

@media (max-width: 768px) {
	.section-changelog .section-intro-info .intro__desc {
		font-size: 16px;
	}
}

.section-changelog .section-intro-info .top-llustration {
	transform: rotate(-8deg);
}

@media (max-width: 768px) {
	.section-changelog .section-intro-info .top-llustration {
		max-width: 70%;
		margin: auto;
	}
}

.section-changelog .shape-contain {
	width: 100%;
	height: 86%;
	object-fit: contain;
}

.section-timeline {
	position: relative;
}

.section-timeline .timeline {
	position: relative;
	list-style-type: none;
	padding-bottom: 50px;
	padding: 0;
}

@media (max-width: 768px) {
	.section-timeline .timeline {
		padding-bottom: 20px;
		padding-left: 0;
	}
}

.section-timeline .timeline .timeline-iteam {
	border-left: 1px dashed #e4e4e4;
	position: relative;
	padding-left: 31px;
	padding-bottom: 1.563rem;
}

@media (max-width: 768px) {
	.section-timeline .timeline .timeline-iteam {
		padding-left: 21px;
	}
}

@media (max-width: 768px) {
	.section-timeline .timeline .timeline-iteam {
		padding-left: 0px;
		border-left: none;
	}
}

.section-timeline .timeline .timeline-iteam:before {
	content: '';
	width: 6px;
	height: 6px;
	background: black;
	border-radius: 50%;
	position: absolute;
	left: -3px;
	top: -2px;
	z-index: 400;
}

@media (max-width: 576px) {
	.section-timeline .timeline .timeline-iteam:before {
		display: none;
	}
}

.section-timeline .timeline .timeline-iteam:last-child {
	border: none;
	padding-bottom: 0;
}

.section-timeline .timeline .date {
	line-height: 0.3;
	margin-bottom: 1.563rem;
	font-size: 1.6rem;
}

.section-timeline .timeline .timeline-box {
	border: 1px solid;
	border-radius: 4px;
	padding-top: 1.25rem;
	padding-bottom: 0.938rem;
	padding-right: 2.5rem;
	padding-left: 1.25rem;
	background-color: #fff;
	border-color:var(--color-primary-2);
}

.section-timeline .timeline .timeline-box:not(:last-child) {
	margin-bottom: 0.938rem;
}

@media (max-width: 768px) {
	.section-timeline .timeline .timeline-box {
		padding-top: 1rem;
		padding-bottom: 0.75rem;
		padding-right: 1.5rem;
		padding-left: 1rem;
	}
}

@media (max-width: 576px) {
	.section-timeline .timeline .timeline-box {
		padding-top: 0.75rem;
		padding-bottom: 0.75rem;
		padding-right: 1rem;
		padding-left: 0.75rem;
	}
}

.section-timeline .timeline .timeline-box .category-info {
	margin-bottom: 1rem;
}

@media (max-width: 768px) {
	.section-timeline .timeline .timeline-box .category-info {
		margin-bottom: 0.75rem;
	}
}

.section-timeline .timeline .timeline-box .category-info .title {
	font-size: 24px;
	margin-right: 1rem;
}

@media (max-width: 768px) {
	.section-timeline .timeline .timeline-box .category-info .title {
		font-size: 20px;
	}
}

.section-timeline .timeline .timeline-box .category-info .category {
	flex-shrink: 0;
}

.section-timeline .timeline .timeline-box .category-info .category .icon {
	max-width: 24px;
}

@media (min-width: 576px) {
	.section-timeline .timeline .timeline-box .category-info .category .icon {
		margin-right: 0.5rem;
	}
}

@media (max-width: 576px) {
	.section-timeline .timeline .timeline-box .category-info .category .icon {
		max-width: 20px;
	}
}

@media (max-width: 576px) {
	.section-timeline .timeline .timeline-box .category-info .category span {
		display: none;
	}
}

.section-timeline .timeline .timeline-box p {
	font-weight: 400;
	margin-bottom: 0;
}

.section-timeline .timeline .timeline-box * {
	font-size: 16px !important;
}

@media (min-width: 1600px) {
	.section-timeline .timeline .timeline-box * {
		font-size: 18px !important;
	}
}

@media (max-width: 576px) {
	.section-timeline .timeline .timeline-box * {
		font-size: 14px !important;
	}
}

.section-timeline .container-shape {
	position: sticky;
	top: 100px;
	left: 0;
	right: 0;
	z-index: 0;
}

.section-timeline .container-shape .timeline-bg {
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	margin: auto;
	pointer-events: none;
}

.section-timeline .container-shape .timeline-bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.section-timeline .container-shape .side-lines {
	position: absolute;
	right: -50px;
	height: 270px;
	top: 0;
}

.section-timeline .container-shape .circle-start {
	position: absolute;
	left: -136px;
	z-index: 1;
	top: 0;
}

.section-timeline .container-shape .circle-end {
	position: absolute;
	right: -90px;
	z-index: 1;
	top: 360px;
	height: 50vh;
}

.section-timeline .container-shape .circle-end img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.section-timeline .load-timeline-data {
	background-color: #fff;
	min-height: 150px;
	position: relative;
	display: flex;
}

.section-timeline .load-timeline-data::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 250px;
	right: 0;
	left: 0;
	bottom: 100%;
	background-image: url('../images/road-map/bg-gradient.svg');
	background-repeat: no-repeat;
	background-size: cover;
	pointer-events: none;
}

.section-timeline .load-timeline-data.active img {
	animation: rotation 1s linear infinite;
}

.section-timeline .timeline .timeline-box strong {
	color: var(--color-primary-2);
}

@keyframes rotation {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}
