<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	box-sizing: border-box
}

a,
article,
aside,
audio,
b,
body,
canvas,
dd,
details,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
img,
label,
li,
mark,
menu,
nav,
ol,
p,
section,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
u,
ul,
video {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: 0 0;
	font-size: 100%;
	margin: 0;
	padding: 0
}

a {
	background: 0 0
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

td,
td img {
	vertical-align: top
}

button,
input,
select,
textarea {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0
}

input[type=email],
input[type=number],
input[type=password],
input[type=phone],
input[type=text],
textarea {
	font: 12px Arial, Helvetica, sans-serif;
	padding: 0
}

input[type=checkbox] {
	vertical-align: bottom
}

input[type=radio] {
	vertical-align: text-bottom
}

sub {
	vertical-align: sub;
	font-size: smaller
}

sup {
	vertical-align: super;
	font-size: smaller
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block
}

ol,
ul {
	list-style: none
}

html {
	overflow-y: auto;
	overflow-x: auto
}

body,
html {
	min-height: 100vh
}

body {
	text-align: left;
	z-index: 1;
	position: relative;
	background-color: #181920;
	font: 14px/23px Inter, sans-serif;
	color: #fff;
	overflow: hidden
}

input [type=text] {
	padding: 0
}

textarea {
	resize: none;
	overflow: auto
}

button,
input[type=button],
input[type=submit],
label {
	cursor: pointer
}

button,
input[type=button],
input[type=email],
input[type=number],
input[type=password],
input[type=phone],
input[type=reset],
input[type=submit],
input[type=tel],
input[type=text],
textarea {
	-webkit-appearance: none
}

a,
a:active,
a:focus,
a:hover,
a:visited {
	text-decoration: none
}

button::-moz-focus-inner,
input[type=submit]::-moz-focus-inner {
	border: 0;
	padding: 0
}

input:invalid {
	outline: 0;
	-moz-box-shadow: none;
	border: none
}

::-ms-clear {
	display: none
}

:focus,
input,
input[type=search]:focus,
textarea {
	outline: 0
}

.site {
	width: 100%;
	max-width: 360px;
	margin: 0 auto;
	padding: 21px 16px
}

.site p {
	margin-bottom: 23px
}

.site p+ul {
	margin-top: -11px
}

.site a {
	color: #fb5622
}

.site li {
	position: relative;
	margin-bottom: 12px;
	padding-left: 24px
}

.site li:before {
	content: '';
	position: absolute;
	top: 8px;
	left: 8px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #fb5622;
	pointer-events: none
}

h2 {
	margin-bottom: 32px;
	font-size: 31px;
	line-height: 31px
}

h3 {
	margin-top: 32px;
	margin-bottom: 12px;
	font-size: 20px;
	line-height: 20px;
	font-weight: 600
}

@media screen and (min-width:1024px) {
	h2 {
		margin-bottom: 30px;
		font-size: 50px;
		line-height: 68px
	}

	.site {
		max-width: 700px;
		padding: 97px 16px 50px
	}
}</pre></body></html>