html {
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

footer,
header,
section {
	display: block
}

h1 {
	font-size: 2em;
	margin: 0.67em 0
}

a {
	background-color: transparent
}

img {
	border-style: none
}

button {
	font-family: sans-serif;
	font-size: 100%;
	line-height: 1.15;
	margin: 0
}

button {
	overflow: visible
}

button {
	text-transform: none
}

html {
	box-sizing: border-box
}

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

body {
	background: #1D2026;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	overflow: auto;
	display: flex;
	flex-direction: column;
	min-height: 100vh
}
::-webkit-scrollbar {
	height: 12px;
	width: 6px;
	background: transparent
}

::-webkit-scrollbar-thumb {
	background: #1a1a1a
}

ul {
	margin-top: 0;
	margin-bottom: 24px;
	padding-left: 24px
}

ul {
	list-style: disc
}

li>ul {
	margin-bottom: 0
}

img {
	height: auto;
	max-width: 100%;
	vertical-align: middle
}

html {
	font-size: 20px;
	line-height: 30px
}

body {
	color: #8A94A7;
	font-size: 1rem
}

body,
button {
	font-family: "IBM Plex Sans", sans-serif
}

a {
	color: #8A94A7;
	text-decoration: underline
}

a:hover,
a:active {
	outline: 0;
	text-decoration: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	color: #fff;
	font-weight: 600
}

h1 {
	font-size: 38px;
	line-height: 48px;
	letter-spacing: 0
}

@media (min-width: 641px) {
	h1 {
		font-size: 44px;
		line-height: 54px;
		letter-spacing: 0
	}
}

h2 {
	font-size: 32px;
	line-height: 42px;
	letter-spacing: 0
}

@media (min-width: 641px) {
	h2 {
		font-size: 38px;
		line-height: 48px;
		letter-spacing: 0
	}
}

h3 {
	font-size: 24px;
	line-height: 34px;
	letter-spacing: 0
}

@media (min-width: 641px) {
	h3 {
		font-size: 32px;
		line-height: 42px;
		letter-spacing: 0
	}
}

h4,
h5,
h6 {
	font-size: 20px;
	line-height: 30px;
	letter-spacing: -0.1px
}

@media (min-width: 641px) {
	h4,
	h5,
	h6 {
		font-size: 24px;
		line-height: 34px;
		letter-spacing: 0
	}
}

.text-sm {
	font-size: 18px;
	line-height: 28px;
	letter-spacing: -0.1px
}

.text-xs {
	font-size: 16px;
	line-height: 24px;
	letter-spacing: -0.1px
}

h1,
h2 {
	margin-top: 48px;
	margin-bottom: 16px
}

h3 {
	margin-top: 36px;
	margin-bottom: 12px
}

h4,
h5,
h6 {
	margin-top: 24px;
	margin-bottom: 4px
}

p {
	margin-top: 0;
	margin-bottom: 24px
}

button {
	font-size: 20px;
	line-height: 30px
}

.container,
.container-sm {
	width: 100%;
	margin: 0 auto;
	padding-left: 16px;
	padding-right: 16px
}

@media (min-width: 481px) {
	.container,
	.container-sm {
		padding-left: 24px;
		padding-right: 24px
	}
}

.container {
	max-width: 1128px
}

.container-sm {
	max-width: 848px
}

.container .container-sm {
	max-width: 800px;
	padding-left: 0;
	padding-right: 0
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important
}

.list-reset {
	list-style: none;
	padding: 0
}

.text-center {
	text-align: center
}

.has-bottom-divider {
	position: relative
}

.has-bottom-divider::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	display: block;
	height: 1px;
	background: #242830
}

.m-0 {
	margin: 0
}

.mt-0 {
	margin-top: 0
}

.mb-0 {
	margin-bottom: 0
}

.mb-8 {
	margin-bottom: 8px
}

.mt-24 {
	margin-top: 24px
}

.p-24 {
	padding: 24px
}

.pt-24 {
	padding-top: 24px
}

.pb-24 {
	padding-bottom: 24px
}

.button {
	display: inline-flex;
	font-size: 14px;
	letter-spacing: 0px;
	font-weight: 600;
	line-height: 16px;
	text-decoration: none !important;
	text-transform: uppercase;
	background-color: #242830;
	color: #fff !important;
	border: none;
	border-radius: 2px;
	cursor: pointer;
	justify-content: center;
	padding: 16px 32px;
	height: 48px;
	text-align: center;
	white-space: nowrap
}

.button:hover {
	background: #262a33
}

.button:active {
	outline: 0
}

.button::before {
	border-radius: 2px
}

.button-primary {
	background: #097dea;
	background: linear-gradient(65deg, #0270D7 0, #0F8AFD 100%)
}

.button-primary:hover {
	background: #0982f4;
	background: linear-gradient(65deg, #0275e1 0, #198ffd 100%)
}

.button-block {
	display: flex
}

.button-block {
	display: flex;
	width: 100%
}

@media (max-width: 640px) {
	.button-wide-mobile {
		width: 100%;
		max-width: 280px
	}
}

.site-header {
	padding: 24px 0
}

@media (min-width: 641px) {
	.site-header {
		position: relative
	}
	.site-header::before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 700px;
		background: #1a1a1a;
		transform-origin: 0;
		transform: skewY(-12deg)
	}
}

.hero {
	text-align: center;
	padding-top: 48px;
	padding-bottom: 88px
}

.hero-copy {
	position: relative;
	z-index: 1
}

.hero-cta {
	margin-bottom: 40px
}

@media (max-width: 640px) {
	.hero-cta {
		max-width: 280px;
		margin-left: auto;
		margin-right: auto
	}
	.hero-cta .button {
		display: flex
	}
}

@media (min-width: 641px) {
	.hero {
		text-align: left;
		padding-top: 64px;
		padding-bottom: 88px
	}
	.hero-inner {
		display: flex;
		justify-content: space-between;
		align-items: center
	}
	.hero-copy {
		padding-right: 64px;
		width: 552px
	}
	.hero-cta {
		margin: 0
	}
}

.features-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly
}

.feature {
	padding: 16px 32px;
	width: max(33%, 360px);
}

@media (min-width: 641px) {
	.feature {
		padding: 32px 32px
	}
}

.pricing-tables-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-right: -12px;
	overflow: visible;
	margin-left: -12px
}

.pricing-tables-wrap:first-child {
	margin-top: -12px
}

.pricing-tables-wrap:last-child {
	margin-bottom: -12px
}

.pricing-table {
	position: relative;
	padding: 12px;
	width: 368px;
	max-width: 368px;
	flex-grow: 1
}

.pricing-table::before {
	content: '';
	position: absolute;
	left: 50%;
	width: min(200%, 100vw);
	height: 435px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	bottom: 18.8%;
	transform: translateX(-50%);
	background-image: url("/dist/images/pricing-illustration.svg")
}

.pricing-table-header,
.pricing-table-features-title,
.pricing-table-features li {
	border-bottom: 1px solid rgba(138, 148, 167, 0.24)
}

.pricing-inner {
	overflow: hidden;
}

.pricing-table-inner {
	position: relative;
	background: #2C3039;
	padding: 24px
}

.pricing-table-inner>* {
	width: 100%
}

.pricing-table-inner::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	box-shadow: 0 24px 48px rgba(21, 24, 29, 0.24);
	pointer-events: none;
	mix-blend-mode: multiply
}

.pricing-table-features-title {
	color: #fff;
	text-align: center;
	font-size: 1rem;
	font-weight: 700
}

.pricing-table-features li {
	display: flex;
	align-items: center;
	padding: 14px 0
}

.pricing-table-features li::before {
	content: '';
	width: 16px;
	height: 12px;
	margin-right: 16px;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTUuNiA2LjRMMS42IDQgMCA1LjYgNS42IDEyIDE2IDEuNiAxNC40IDB6IiBmaWxsPSIjMDJDQkIxIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=);
	background-repeat: no-repeat
}

.cta {
	text-align: center
}

.cta .section-inner {
	padding: 48px 16px
}

.cta .section-title {
	margin-bottom: 40px
}

.cta-inner {
	position: relative;
	background: #15181D;
	overflow: hidden
}

.cta-inner::before {
	content: '';
	position: absolute;
	right: 98px;
	top: -117px;
	width: 160px;
	height: 187px;
	background-image: url("/dist/images/cta-illustration.svg");
	background-repeat: no-repeat
}

@media (min-width: 641px) {
	.cta {
		text-align: left
	}
	.cta .section-inner {
		padding: 64px 32px
	}
	.cta .section-title {
		margin-bottom: 0;
		padding-right: 24px
	}
	.cta-inner {
		display: flex;
		align-items: center;
		justify-content: space-between
	}
}

.section-inner {
	position: relative;
	padding-top: 48px;
	padding-bottom: 48px
}

@media (min-width: 641px) {
	.section-inner {
		padding-top: 88px;
		padding-bottom: 88px
	}
}

.site-footer {
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 0
}

.site-footer a:hover,
.site-footer a:active {
	text-decoration: underline
}

.site-footer-inner {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	padding-top: 48px;
	padding-bottom: 48px
}

.footer-brand,
.footer-links,
.footer-social-links,
.footer-copyright {
	width: 100%;
	display: inline-flex;
	justify-content: center
}

.footer-brand,
.footer-links,
.footer-social-links {
	margin-bottom: 24px
}

.footer-social-links li {
	display: inline-flex
}

.footer-social-links li+li {
	margin-left: 16px
}

.footer-social-links li a {
	padding: 8px
}

.footer-links li+li {
	margin-left: 24px
}
.footer-brand a {
	height: min-content;
	text-decoration: unset!important;
}
.footer-brand a:hover {
	background-position: bottom;
	background-repeat: repeat no-repeat;
	background-image: url('data:image/svg+xml;charset=utf8,\
	<svg xmlns="http://www.w3.org/2000/svg" width="16" height="1" viewBox="0 0 16 1">\
		<rect x="0" y="0" width="16" height="1" fill="%238A94A7"/>\
	</svg>\
	');
}
@media (min-width: 641px) {
	.site-footer {
		margin-top: 20px
	}
	.site-footer-inner {
		justify-content: space-between;
		padding-top: 64px;
		padding-bottom: 64px
	}
	.footer-brand,
	.footer-links,
	.footer-social-links,
	.footer-copyright {
		flex: 50%
	}
	.footer-brand,
	.footer-copyright {
		justify-content: flex-start
	}
	.footer-links,
	.footer-social-links {
		justify-content: flex-end
	}
	.footer-links {
		order: 1;
		margin-bottom: 0
	}
}
