html,
body {
	min-height: 100vh
}

html {
	scroll-behavior: smooth
}

body {
	margin: 0;
	padding: 0;
	background-color: #292d3f;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
	-moz-osx-font-smoothing: grayscale;
	font-size: 14px;
	color: #a5abd0
}

*,
*:before,
*:after {
	box-sizing: border-box
}

code {
	font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New", monospace
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	margin: 1.25em 0 0.75em;
	font-weight: 500;
	line-height: 1.2
}

h1,
.h1 {
	margin-top: 0;
	font-size: 52px
}

h2,
.h2 {
	font-size: 40px
}

h3,
.h3 {
	font-size: 32px
}

h4,
.h4 {
	font-size: 25px
}

h5,
.h5 {
	font-size: 21px
}

h6,
.h6 {
	font-size: 18px
}

small,
.font_small {
	font-size: 0.667em
}

p {
	margin-bottom: 1.15em
}

a {
	transition: all 0.3s
}

.lqd-timeline-header {
	display: flex;
	max-width: 1140px;
	padding: 50px 2em;
	margin-left: auto;
	margin-right: auto;
	align-items: center
}

.lqd-timeline-header img {
	margin-left: -25px
}

.lqd-timeline-header .nav-right {
	margin-left: auto
}

.lqd-timeline-header nav {
	display: flex;
	flex-flow: row wrap;
	align-items: center
}

.lqd-timeline-header ul {
	display: inherit;
	flex-flow: inherit;
	align-items: inherit;
	padding: 0;
	margin: 0;
	list-style: none
}

.lqd-timeline-header li+li {
	margin-left: 15px
}

.lqd-timeline-header a {
	display: inline-block;
	padding: 0.75em 1.75em;
	border-radius: 4px;
	position: relative;
	background-color: #fff;
	text-decoration: none;
	line-height: 1.5em;
	color: #1e1a1a
}

.lqd-timeline-header a:before {
	content: '';
	display: inline-block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: inherit;
	background: linear-gradient(to right, #e64c4c 0%, #bb2cfb 100%);
	opacity: 0;
	transition: opacity 0.3s
}

.lqd-timeline-header a span {
	position: relative;
	z-index: 2
}

.lqd-timeline-header a:hover {
	color: #fff
}

.lqd-timeline-header a:hover:before {
	opacity: 1
}

#wrap {
	display: flex;
	max-width: 1140px;
	padding: 2em;
	margin-left: auto;
	margin-right: auto;
	flex-flow: row wrap;
	align-items: flex-start
}

.lqd-timeline-wrap {
	width: 70%
}

.lqd-timeline-item {
	padding-left: 50px;
	padding-top: 2.5em;
	padding-bottom: 2.5em;
	position: relative
}

.lqd-timeline-item:before {
	content: '';
	display: inline-block;
	width: 3px;
	height: 120%;
	position: absolute;
	top: -10%;
	left: 0;
	background: #3f4253
}

.lqd-timeline-item:first-child {
	margin-top: 0
}

.lqd-timeline-item:first-child:before {
	background: linear-gradient(to bottom, transparent 0, #3f4253 15%)
}

.lqd-timeline-item:last-child:before {
	background: linear-gradient(to bottom, #3f4253 0%, transparent 100%)
}

.lqd-timeline-content h2 {
	margin: 0 0 1em;
	font-size: 26px;
	color: #cdd1e5
}

.lqd-timeline-content p {
	transition: color 0.4s ease;
	cursor: default
}

.lqd-timeline-content p:hover {
	color: #fff
}

.lqd-timeline-content p.fixed a {
	color: #D73D43
}

.lqd-timeline-content p.enhancement a {
	color: #4081FF
}

.lqd-timeline-content p.update a {
	color: #FFA100
}

.lqd-timeline-content p.new a {
	color: #1abd74
}

.lqd-timeline-content a {
	font-weight: 600;
	text-decoration: none;
	color: #1abd74
}

.lqd-timeline-content a:hover {
	color: #fff !important
}

.lqd-timeline-v {
	display: inline-block;
	padding: 0.45em 1.25em;
	position: absolute;
	top: 3.2em;
	left: 0;
	border-radius: 3px;
	background-color: rgba(0, 0, 0, 0.65);
	font-size: 12px;
	font-weight: 700;
	color: #fff;
	transform: translateX(-50%)
}

.lqd-timeline-label {
	display: inline-block;
	min-width: 115px;
	padding: 0.5em 1.5em;
	margin-right: 1em;
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 0.125em;
	color: #fff;
	text-transform: uppercase;
	border-radius: 3px;
	text-align: center
}

.fixed .lqd-timeline-label {
	background-color: #D73D43
}

.enhancement .lqd-timeline-label {
	background-color: #4081FF
}

.update .lqd-timeline-label {
	background-color: #FFA100
}

.new .lqd-timeline-label {
	background-color: #1abd74
}

.lqd-timeline-side-nav {
	width: 30%;
	position: sticky;
	top: 3em;
	padding: 2em 30px 3em;
	border-radius: 4px;
	background-color: #33374c;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1)
}

.lqd-timeline-side-nav>h3 {
	margin-top: 0;
	margin-bottom: 1em;
	font-size: 26px;
	color: #eff0f6
}

.lqd-timeline-side-nav ul {
	margin: 0;
	padding: 0;
	list-style-position: inside
}

.lqd-timeline-side-nav li {
	margin-bottom: 1.5em;
	font-size: 15px;
	font-weight: 600
}

.lqd-timeline-side-nav li:last-child {
	margin-bottom: 0
}

.lqd-timeline-side-nav a {
	color: #cdd1e5;
	text-decoration: none
}

.lqd-timeline-side-nav a:hover {
	color: #fff
}