<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&amp;display=swap');

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

*:focus {
	outline: none;
}

:root {
	--resizer: 1440;
}

body {
	font-family: 'Inter', sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-variation-settings: 'slnt' 0;
	background: #262626;
}

.container {
	margin: 0 auto;
	max-width: 90%;
}

header {
	padding: 15.65px 0 40px 0;
}

header .row {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.logo {
	display: flex;
	width: 82px;
	height: 22px;
	background: url('../img/logotype.webp') center / cover no-repeat;
	text-decoration: none;
}

.menu {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	list-style: none;
}

header .menu {
	justify-content: flex-end;
}

.menu li {
	margin: 5px 0 5px 34px;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 146.023%;
	color: #fff;
	transition: 0.4s all linear;
}

.menu li:hover {
	color: #47F1B4;
}

.menu li a {
	text-decoration: none;
	color: inherit;
}

.burger {
	display: none;
}

.intro {
	margin: 40px 0 0 0;
}

.intro .row {
	display: flex;
	flex-direction: column;
}

.intro h1 {
	font-size: 96px;
	font-style: normal;
	font-weight: 400;
	line-height: 95.023%;
	color: #fff;
}

.intro h1 span {
	color: #47F1B4;
}

.intro .bg {
	margin: 40px 0 0 0;
	width: 100%;
	height: 450px;
	border-radius: 65px;
	background: url('../img/bg.webp') center / cover no-repeat;
}

.intro p {
    margin: 20px 0 0 0;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 146.023%;
	color: #fff;
}

.vit {
	display: flex;
	flex-direction: column;
	margin: 100px 0 0 0;
}

.vit .row {
	margin: 0 auto;
	width: 100%;
}

.vit-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 0 14px 0;
	padding: 10px 0px 11px 10px;
	border-radius: 27px;
	background: #333;
}

.vit-top {
	display: flex;
	align-items: center;
	width: 55%;
}

.vit-place {
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: calc(35vw / var(--resizer) * 100);
	height: calc(71vw / var(--resizer) * 100);
	margin: 0 calc(19vw / var(--resizer) * 100) 0 0;
	padding: calc(7vw / var(--resizer) * 100);
	border-radius: calc(44vw / var(--resizer) * 100);
	background: #47F1B4;
	font-size: calc(32vw / var(--resizer) * 100);
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	color: #fff;
}

.vit-img {
	margin: 0 calc(36vw / var(--resizer) * 100) 0 0;
	border-radius: calc(6vw / var(--resizer) * 100);
	background: url('../img/stake.webp') center / cover no-repeat;
	width: calc(123vw / var(--resizer) * 100);
	height: calc(71vw / var(--resizer) * 100);
	transition: 0.3s all linear;
}

.vit-img:hover {
	filter: brightness(0.8);
}

.vit-name {
	font-size: calc(28vw / var(--resizer) * 100);
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	color: #fff;
	text-decoration: none;
	transition: 0.3s all linear;
}

.vit-name:hover {
	color: #47F1B4;
}

.vit-btm {
	display: flex;
	align-items: center;
}

.vit-rate {
	margin: 0 calc(48vw / var(--resizer) * 100) 0 0;
	width: calc(155vw / var(--resizer) * 100);
	height: calc(25vw / var(--resizer) * 100);
	background: url('../img/rating.webp') center / cover no-repeat;
}

.btn-red {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 20px 0 0 0;
	padding: calc(22vw / var(--resizer) * 100) calc(40vw / var(--resizer) * 100);
	background: #FF2048;
	border-radius: calc(58vw / var(--resizer) * 100);
	text-decoration: none;
	cursor: pointer;
	transition: 0.4s all linear;
	align-self: flex-start
}

.btn-red span {
	font-size: calc(16vw / var(--resizer) * 100);
	font-style: normal;
	font-weight: 400;
	line-height: 146.023%;
	color: #fff;
	transition: 0.4s all linear;
}

.btn-red:hover {
	background: #fff;
}

.btn-red:hover span {
	color: #FF2048;
}

.content {
	margin: 100px 0;
}

.content-error {
    justify-content: center;
    align-items: center;
    display: flex;
    min-height: 70vh;
}

.content-error .row {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    align-items: center;
    margin: 0 auto;
}

.content-error .row h4 {
    text-align: center;
    font-size: 128px;
    font-style: normal;
    font-weight: 400;
    line-height: 95.023%; 
    color: #47F1B4;
}

.content-error .row h4 span {
    color: #fff;
}

.content-error .row h5 {
    margin: 26px 0 0 0;
    text-align: center;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 95.023%;
    color: #fff;
}

.content-error .row .btn-red {
    align-self: center;
    width: auto;
    margin: 61px 0 0 0;
}

.content .row {
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	width: 80%;
}

.content p,
.content ul,
.content ol,
.content .img-text,
.content .table-responsive {
	width: 90%;
	align-self: center;
}

.content .img-cov {
    display: flex;
    width: 200px;
    height: 200px;
    border-radius: 22px;
    overflow: hidden;
}

.content .img-cov picture,
.content .img-cov img {
    width: inherit;
    height: inherit;
}

.content h2 {
	margin: 100px 0 25px 0;
	text-align: center;
	font-size: 64px;
	font-style: normal;
	font-weight: 400;
	line-height: 95.023%;
	color: #fff;
}

.content h3 {
	margin: 50px 0 20px 0;
	text-align: center;
	font-size: 54px;
	font-style: normal;
	font-weight: 400;
	line-height: 95.023%;
	color: #fff;
}

.content h2 span,
.content h3 span {
	color: #47F1B4;
}

.content p,
.content li,
.content td {
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 146.023%;
	color: #CACACA;
}

.content p {
	margin: 0 0 25px 0;
}

.content ul,
.content ol {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0 0 25px 0;
}

.content .img-text {
	display: flex;
	width: 100%;
	height: auto;
} 

.content .img-text picture,
.content .img-text img,
.content .img-text p  {
	display: flex;
	width: inherit;
	height: inherit;
}
.table-responsive {
	display: flex;
	overflow: auto;
}

.table-responsive td {
	text-align: left;
	font-weight: bold;
}
.table-responsive.nowrap td,
.table-responsive.nowrap th {
    white-space: nowrap;
}
table tr:nth-child(odd) td:nth-child(1),
table tr:nth-child(even) td:nth-child(1) {
	font-weight: normal;
}
table tr:nth-child(odd) td:nth-child(2n+1) {
	background: rgba(255, 255, 255, 0.03);
	backdrop-filter: blur(32px);
}
table tr:nth-child(odd) td:first-child {
    border-radius: 12px 0px 0px 12px;
}
table tr:nth-child(odd) td:nth-child(2n) {
	background: rgba(255, 255, 255, 0.06);
	backdrop-filter: blur(32px);
}
table tr:nth-child(odd) td:last-child {
    border-radius: 0px 12px 12px 0px;
}

table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
td,
th {
	padding: 11px 16px;
}

footer {
	margin: 0 0 15px 0;
}

footer .row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 19px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.21);
}

.output {
	margin: 100px 0 0 0;
}

.output .row {
	position: relative;
	left: calc(25vw / var(--resizer) * 100);
	display: flex;
	width: 90%;
	flex-wrap: wrap;	
	margin: 0 auto;
}

.output-item {
	margin: 0 calc(25vw / var(--resizer) * 100) calc(25vw / var(--resizer) * 100) 0;
	display: flex;
	flex-direction: column;
	width: 30%;
	padding: calc(10vw / var(--resizer) * 100);
	border-radius: calc(27vw / var(--resizer) * 100);
	background: #333;
}

.output-img {
	display: flex;
	width: 100%;
	height: auto;
	border-radius: calc(25vw / var(--resizer) * 100);
	transition: .4s all linear;
}

.output-img:hover {
	filter: brightness(0.8);
}

.output-img p,
.output-img img,
.output-img picture {
	display: flex;
	width: inherit;
	height: inherit;
}

.output-title {
	margin: calc(10vw / var(--resizer) * 100) 0 0 0;
	font-size: calc(22vw / var(--resizer) * 100);
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	color: #fff;
	text-align: center;
	text-decoration: none;
	transition: .4s all linear;
}

.output-title:hover {
	color: #47F1B4;
}

@media screen and (max-width: 600px) {
    .content .img-cov {
        display: flex;
        width: 150px;
        height: 150px;
    }
	header {
		position: relative;
		padding: 15.65px 0 29px 0;
	}

	.logo {
		position: relative;
		width: 82px;
		height: 22px;
		z-index: 9;
	}

	header .menu {
		position: absolute;
		flex-direction: column;
		top: -500%;
		left: 0;
		width: 100%;
		padding: 44px 5% 0 5%;
		transition: 0.4s all linear;
		background: #262626;
		z-index: 8;
	}

	header.active .menu {
		top: 100%;
	}

	.menu li {
		font-size: 12px;
		line-height: 148.023%;
	}

	header .menu li {
		margin: 0 0 34px 0;
		align-self: flex-start;
	}

	.burger {
		position: relative;
		display: flex;
		width: 40px;
		height: 40px;
		background: url('../img/burger-open.webp') center / contain no-repeat;
		transition: 0.4s all linear;
		z-index: 9;
	}

	header.active .burger {
		background: url('../img/burger-close.webp') center / contain no-repeat;
	}

	.intro {
		margin: 30px 0 0 0;
	}

	.intro h1 {
		font-size: 24px;
		line-height: 95.023%;
	}

	.intro .bg {
		margin: 30px 0 0 0;
		height: 144px;
		border-radius: 34px;
	}

	.content {
		margin: 54px 0 63px 0;
	}

	.vit {
		margin: 54px 0 0 0;
	}

	.content .row,
	.vit .row {
		width: 100%;
	}

	.vit-item {
		padding: 10px;
		flex-wrap: wrap;
	}

	.vit-top {
		width: 100%;
	}
	.vit-btm {
		margin: 12px 0 0 0;
		width: 100%;
		justify-content: space-between;
	}

	.vit-place {
		min-width: 18px;
		height: 54px;
		margin: 0 6px 0 0;
		padding: 5px;
		border-radius: 38px;
		font-size: 18px;
	}

	.vit-img {
		margin: 0 10px 0 0;
		border-radius: 4px;
		width: 97.5px;
		height: 54px;
	}

	.vit-name {
		font-size: 16px;
	}

	.vit-rate {
		margin: 0;
		width: calc(350vw / var(--resizer) * 100);
		height: calc(54vw / var(--resizer) * 100);
	}

	.btn-red {
		padding: calc(42vw / var(--resizer) * 100)
			calc(120vw / var(--resizer) * 100);
		border-radius: calc(58vw / var(--resizer) * 100);
	}

	.btn-red span {
		font-size: calc(42vw / var(--resizer) * 100);
	}

	.content p, .content li, .content td, .intro p {
		font-size: 12px;
		line-height: 148.023%
	}

	.content p, .content ul, .content ol, .content .img-text, .content .table-responsive {
		width: 100%;
	}

	.content h2 {
    margin: 53px 0 25px 0;
    font-size: 25px;
	}

	.content h3 {
    margin: 33px 0 15px 0;
    font-size: 20px;
	}

	footer .row {
		flex-direction: column;
		border: none;
	}

	footer .logo {
		margin: 0 0 12px 0;
	}

	footer .menu {
	  border-top: 1px solid rgba(255, 255, 255, 0.21);
		padding: 12px;
		justify-content: center;
	}

	footer .menu li {
		margin: 7px 11.5;
	}

	.output {
		margin: 55px 0 0 0;
	}

	.output .row {
    left: 0;
    width: 100%;
	}

	.output-item {
    margin: 0 10px 25px 10px;
    width: 44%;
    padding: 10px;
    border-radius: 10px;
	}

	.output-img {
		border-radius: 3px;
	}

	.output-title {
    margin: 10px 0 0 0;
    font-size: 14px;
	}
}

/*  */
@media screen and (max-width: 375px) {
	.output-item {
    margin: 0 0 25px 0;
    width: 100%;
	}
}</pre></body></html>