* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	background: #2F3068;
	color: #DFDAD6;
}

.hdr {
	position: sticky;
	top: 0;
	z-index: 50;
	background: #2F3068;
	box-shadow:
		0 14px 32px rgba(26,16,40,0.35),
		0 1px 0 rgba(36,172,217,0.18);
}


.hdr::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 2px;
	background: rgba(223,218,214,0.75);
	box-shadow: 0 10px 22px rgba(26,16,40,0.45);
	pointer-events: none;
}

.hdr__inner {
	height: 78px;
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 18px;
	display: grid;
	grid-template-columns: 56px 1fr 280px 1fr;
	align-items: center;
	gap: 16px;
}

.burger {
	width: 46px;
	height: 46px;
	border: 0;
	border-radius: 14px;
	background: rgba(26,16,40,0.18);
	box-shadow: 0 10px 22px rgba(26,16,40,0.35), inset 0 0 0 1px rgba(223,218,214,0.08);
	display: grid;
	align-content: center;
	justify-items: center;
	gap: 6px;
	cursor: pointer;
}

.burger span {
	width: 20px;
	height: 2px;
	border-radius: 999px;
	background: #DFDAD6;
	box-shadow: 0 0 14px rgba(36,172,217,0.18);
	transition: transform 220ms ease, opacity 220ms ease, width 220ms ease;
}

body.menu-open .burger span:nth-child(1) {
	transform: translateY(8px) rotate(45deg);
	width: 22px;
}

body.menu-open .burger span:nth-child(2) {
	opacity: 0;
}

body.menu-open .burger span:nth-child(3) {
	transform: translateY(-8px) rotate(-45deg);
	width: 22px;
}

.nav {
	justify-self: start;
}

.nav__top {
	display: none;
	align-items: center;
	justify-content: space-between;
	padding: 14px 14px 10px 14px;
	border-bottom: 1px solid rgba(223,218,214,0.08);
}

.nav__reg {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 40px;
	padding: 0 16px;
	border-radius: 999px;
	text-decoration: none;
	font-weight: 700;
	letter-spacing: 0.2px;
	color: #DFDAD6;
	background: linear-gradient(180deg, rgba(96,30,78,0.7), rgba(26,16,40,0.7));
	box-shadow:
		0 16px 30px rgba(26,16,40,0.45),
		0 0 0 2px rgba(162,102,179,0.65),
		0 0 22px rgba(162,102,179,0.38),
		inset 0 0 0 1px rgba(223,218,214,0.10);
}

.nav__close {
	width: 44px;
	height: 44px;
	border: 0;
	border-radius: 14px;
	background: rgba(26,16,40,0.18);
	box-shadow: 0 10px 22px rgba(26,16,40,0.35), inset 0 0 0 1px rgba(223,218,214,0.08);
	display: grid;
	place-items: center;
	cursor: pointer;
}

.nav__close span {
	position: absolute;
	width: 18px;
	height: 2px;
	border-radius: 999px;
	background: #DFDAD6;
}

.nav__close span:nth-child(1) {
	transform: rotate(45deg);
}

.nav__close span:nth-child(2) {
	transform: rotate(-45deg);
}

.nav ul {
	list-style: none;
	display: flex;
	align-items: center;
	gap: 5px;
}

.nav a {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	gap: 6px;
	text-decoration: none;
	color: rgba(223,218,214,0.9);
	padding: 6px 10px;
	border-radius: 14px;
	transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

.nav a:hover {
	background: rgba(96,30,78,0.22);
	color: #DFDAD6;
	transform: translateY(-1px);
}

.nav-ico {
	width: 30px;
	height: 30px;
	border-radius: 8px;
	display: grid;
	place-items: center;
}

.nav-ico > svg,
.nav-ico > img {
	width: 25px;
	height: 25px;
	display: block;
}

.nav-txt {
	font-size: 12px;
	line-height: 1;
	letter-spacing: 0.2px;
	opacity: 0.95;
}

.logo {
	justify-self: center;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
}

.logo img {
	height: 55px;
	width: auto;
	display: block;
    margin-right: 55px;
	filter: drop-shadow(0 14px 22px rgba(26,16,40,0.55));
}

.acts {
	justify-self: end;
	display: flex;
	align-items: center;
	gap: 12px;
}

.acts--m {
	display: none;
}

.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 40px;
	padding: 0 18px;
	border-radius: 999px;
	text-decoration: none;
	font-weight: 700;
	letter-spacing: 0.2px;
	color: #DFDAD6;
	user-select: none;
	transition: transform 160ms ease;
}

.btn--primary {
	background: linear-gradient(180deg, rgba(96,30,78,0.7), rgba(26,16,40,0.7));
	box-shadow:
		0 16px 30px rgba(26,16,40,0.45),
		0 0 0 2px rgba(162,102,179,0.65),
		0 0 22px rgba(162,102,179,0.38),
		inset 0 0 0 1px rgba(223,218,214,0.10);
}

.btn--ghost {
	background: rgba(26,16,40,0.18);
	box-shadow:
		0 16px 30px rgba(26,16,40,0.35),
		0 0 0 2px rgba(223,218,214,0.14),
		inset 0 0 0 1px rgba(223,218,214,0.08);
}

.btn:hover {
	transform: translateY(-1px);
}

.btn:active {
	transform: translateY(0);
}

.overlay {
	position: fixed;
	inset: 0;
	background: rgba(26,16,40,0.55);
	backdrop-filter: blur(8px);
	z-index: 40;
}

@media (max-width: 920px) {
	.hdr__inner {
		height: 64px;
		padding: 0 14px;
		grid-template-columns: 1fr auto 1fr;
		gap: 10px;
	}

	.nav {
		position: fixed;
		top: 0;
		left: 0;
		height: 100vh;
		width: min(86vw, 360px);
		background: linear-gradient(180deg, rgba(96,30,78,0.35), rgba(26,16,40,0.72));
		box-shadow: 30px 0 80px rgba(26,16,40,0.55), inset 0 0 0 1px rgba(223,218,214,0.08);
		transform: translateX(-110%);
		transition: transform 220ms ease;
		z-index: 60;
	}

	.nav__top {
		display: flex;
	}

	.nav ul {
		flex-direction: column;
		align-items: stretch;
		gap: 8px;
		padding: 12px 12px 16px 12px;
	}

	.nav a {
		flex-direction: row;
		justify-content: flex-start;
		gap: 12px;
		padding: 12px 12px;
		border-radius: 16px;
		background: rgba(26,16,40,0.18);
		box-shadow: inset 0 0 0 1px rgba(223,218,214,0.08);
	}

	.nav a:hover {
		transform: none;
		background: rgba(96,30,78,0.28);
	}

	.nav-txt {
		font-size: 14px;
	}

	.acts {
		display: none;
	}

	.acts--m {
		display: flex;
		justify-self: end;
	}

	body.menu-open .nav {
		transform: translateX(0);
	}
    .logo img {
        margin-right: 0px;
        height: 44px;
    }
}

.hero {
	padding: 18px 0 0px 0;
}

.hero__inner {
	max-width: 1300px;
	margin: 0 auto;
	padding: 0 18px;
}

.hero__viewport {
	position: relative;
	overflow: hidden;
	border-radius: 22px;
	box-shadow: 0 22px 60px rgba(26,16,40,0.45), inset 0 0 0 1px rgba(223,218,214,0.10);
	touch-action: pan-y;
}

.hero__track {
	display: flex;
	width: 100%;
	transform: translate3d(0, 0, 0);
	transition: transform 260ms ease;
	will-change: transform;
	user-select: none;
}

.hero__slide {
	position: relative;
	flex: 0 0 100%;
	min-height: 360px;
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: center;
}

.hero__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(26,16,40,0.75) 0%, rgba(26,16,40,0.38) 58%, rgba(26,16,40,0.10) 100%);
    pointer-events: none;
}

.hero__content {
	position: relative;
	z-index: 2;
	padding: 54px 54px 64px 54px;
	max-width: min(620px, 100%);
}

.hero__title {
	display: inline-block;
	font-weight: 800;
	font-size: clamp(26px, 3.2vw, 44px);
	line-height: 1.05;
	letter-spacing: 0.2px;
	color: #DFDAD6;
	text-shadow: 0 18px 44px rgba(26,16,40,0.55);
	overflow-wrap: anywhere;
}

.hero__text {
	margin-top: 14px;
	font-size: 16px;
	line-height: 1.55;
	color: rgba(223,218,214,0.88);
	max-width: 560px;
	overflow-wrap: anywhere;
}

.hero__cta {
	margin-top: 18px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 44px;
	padding: 0 20px;
	border-radius: 999px;
	text-decoration: none;
	font-weight: 800;
	letter-spacing: 0.2px;
	color: #DFDAD6;
	background: linear-gradient(180deg, rgba(96,30,78,0.72), rgba(26,16,40,0.72));
	box-shadow:
		0 18px 34px rgba(26,16,40,0.42),
		0 0 0 2px rgba(162,102,179,0.55),
		0 0 22px rgba(36,172,217,0.14),
		inset 0 0 0 1px rgba(223,218,214,0.10);
	transition: transform 160ms ease, filter 160ms ease;
}

.hero__cta:hover {
	transform: translateY(-1px);
	filter: brightness(1.05);
}

.hero__cta:active {
	transform: translateY(0);
}

.hero__dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 12px;
	display: flex;
	justify-content: center;
	gap: 10px;
	z-index: 10;
    pointer-events: auto;

}

.hero__dot {
	width: 10px;
	height: 10px;
	border-radius: 999px;
	border: 0;
	cursor: pointer;
	background: rgba(223,218,214,0.35);
	box-shadow: 0 10px 20px rgba(26,16,40,0.35), inset 0 0 0 1px rgba(223,218,214,0.10);
	transition: transform 160ms ease, background 160ms ease, width 160ms ease;
}

.hero__dot.is-active {
	width: 28px;
	background: rgba(223,218,214,0.80);
	box-shadow:
		0 12px 26px rgba(26,16,40,0.40),
		0 0 0 2px rgba(36,172,217,0.18),
		inset 0 0 0 1px rgba(223,218,214,0.12);
}

.hero__viewport.is-dragging .hero__track {
	transition: none;
}

@media (max-width: 920px) {
	.hero {
		padding: 14px 0 0px 0;
	}

	.hero__inner {
		padding: 0 14px;
	}

	.hero__viewport {
		border-radius: 22px;
	}

	.hero__slide {
		min-height: 260px;
		align-items: flex-end;
	}

	.hero__overlay {
		background: linear-gradient(180deg, rgba(26,16,40,0.15) 0%, rgba(26,16,40,0.62) 55%, rgba(26,16,40,0.78) 100%);
	}

	.hero__content {
		padding: 16px 14px 56px 14px;
		max-width: 100%;
	}

	.hero__title {
		font-size: 20px;
		line-height: 1.1;
	}

	.hero__text {
		margin-top: 8px;
		font-size: 13px;
		line-height: 1.45;
		max-width: 90%;
	}

	.hero__cta {
		margin-top: 12px;
		height: 40px;
		padding: 0 16px;
		font-size: 13px;
		border-radius: 14px;
	}

	.hero__dots {
		bottom: 10px;
	}
}

.xmenu {
	padding: 10px 0 0 0;
}

.xmenu__inner {
	max-width: 1300px;
	margin: 0 auto;
	padding: 0 18px;
}

.xmenu__row {
	display: flex;
	gap: 10px;
	padding: 10px;
	border-radius: 18px;

	background: rgba(26,16,40,0.12);
	box-shadow:
		inset 0 0 0 1px rgba(223,218,214,0.10),
		0 16px 34px rgba(26,16,40,0.20);

	overflow-x: auto;
	overflow-y: hidden;
	scrollbar-width: none;
	-webkit-overflow-scrolling: touch;
	scroll-snap-type: x mandatory;
}

.xmenu__row::-webkit-scrollbar {
	width: 0;
	height: 0;
}

.xmenu__item {
	scroll-snap-align: start;
	flex: 0 0 auto;

	width: 110px;
	height: 62px;
	padding: 10px 10px;

	border-radius: 14px;
	text-decoration: none;

	display: grid;
	grid-template-rows: 28px 1fr;
	justify-items: center;
	align-items: center;
	gap: 6px;

	background: linear-gradient(180deg, rgba(96,30,78,0.7), rgba(26,16,40,0.7));
	box-shadow: inset 0 0 0 1px rgba(223,218,214,0.10);

	color: rgba(223,218,214,0.88);
	transition: transform 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.xmenu__item:hover {
	transform: translateY(-1px);
	background: rgba(96,30,78,0.14);
	box-shadow:
		inset 0 0 0 1px rgba(223,218,214,0.14),
		0 12px 22px rgba(26,16,40,0.20);
}

.xmenu__item.is-active {
	background: rgba(96,30,78,0.18);
	box-shadow:
		inset 0 0 0 1px rgba(223,218,214,0.16),
		0 0 0 2px rgba(36,172,217,0.14);
}

.xmenu__ico {
	width: 26px;
	height: 26px;
	border-radius: 10px;

	display: grid;
	place-items: center;

}

.xmenu__ico > svg,
.xmenu__ico > img {
	width: 24px;
	height: 24px;
	display: block;
}

.xmenu__txt {
	font-size: 12px;
	line-height: 1;
	font-weight: 600;
	letter-spacing: 0.2px;
	white-space: nowrap;
}

@media (min-width: 1024px) {
	.xmenu__row {
		display: grid;
		grid-template-columns: repeat(10, minmax(0, 1fr));
		gap: 10px;
		overflow: hidden;
	}

	.xmenu__item {
		width: auto;
	}
}

@media (max-width: 920px) {
	.xmenu__inner {
		padding: 0 14px;
	}

	.xmenu__row {
		display: grid;
		grid-auto-flow: column;
		grid-auto-columns: calc((100% - 16px) / 3);
		gap: 8px;

		padding: 10px 12px;
		border-radius: 16px;

		overflow-x: auto;
		overflow-y: hidden;
		scrollbar-width: none;
		-webkit-overflow-scrolling: touch;
		scroll-snap-type: x mandatory;
		scroll-padding-left: 6px;
	}

	.xmenu__row::-webkit-scrollbar {
		width: 0;
		height: 0;
	}

	.xmenu__item {
		width: auto;
		height: 52px;
		padding: 7px 8px;
		border-radius: 13px;

		grid-template-rows: 22px 1fr;
		gap: 6px;

		scroll-snap-align: start;
	}

	.xmenu__ico {
		width: 20px;
		height: 20px;
		border-radius: 8px;
	}

	.xmenu__ico > svg,
	.xmenu__ico > img {
		width: 22px;
		height: 22px;
	}

	.xmenu__txt {
		font-size: 9.5px;
		letter-spacing: 0.15px;
	}
}

.pops {
	padding: 14px 0 26px 0;
}

.pops__inner {
	max-width: 1300px;
	margin: 0 auto;
	padding: 0 18px;
}

.pops__panel {
	padding: 12px;
	border-radius: 18px;
	background: rgba(26,16,40,0.12);
	box-shadow:
		inset 0 0 0 1px rgba(223,218,214,0.10),
		0 16px 34px rgba(26,16,40,0.20);
}

.pops__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 12px;
}

.pops__title {
	font-weight: 800;
	letter-spacing: 0.2px;
	color: #DFDAD6;
	font-size: 18px;
}

.pops__all {
	text-decoration: none;
	font-weight: 700;
	font-size: 13px;
	color: rgba(223,218,214,0.85);
	padding: 8px 12px;
	border-radius: 999px;
	background: rgba(47,48,104,0.14);
	box-shadow: inset 0 0 0 1px rgba(223,218,214,0.10);
	transition: transform 160ms ease, background 160ms ease;
}

.pops__all:hover {
	transform: translateY(-1px);
	background: rgba(96,30,78,0.16);
}

.pops__viewport {
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	padding-bottom: 10px;
	scrollbar-width: thin;
	scrollbar-color: rgba(223,218,214,0.28) rgba(26,16,40,0.18);
}

.pops__viewport::-webkit-scrollbar {
	height: 10px;
}

.pops__viewport::-webkit-scrollbar-track {
	background: rgba(26,16,40,0.18);
	border-radius: 999px;
}

.pops__viewport::-webkit-scrollbar-thumb {
	background: rgba(223,218,214,0.28);
	border-radius: 999px;
}

.pops__viewport::-webkit-scrollbar-thumb:hover {
	background: rgba(223,218,214,0.38);
}

.pops__grid {
	width: max-content;
	display: grid;
	grid-auto-flow: column;
	grid-template-rows: repeat(3, 120px);
	grid-auto-columns: 120px;
	gap: 12px;
}

.pops__card {
	position: relative;
	display: block;
	width: auto;
	height: auto;
	aspect-ratio: 1 / 1;
	border-radius: 18px;
	overflow: hidden;
	text-decoration: none;
	background: rgba(47,48,104,0.14);
	box-shadow:
		0 14px 30px rgba(26,16,40,0.22),
		inset 0 0 0 1px rgba(223,218,214,0.10);
	transform: translateZ(0);
}

.pops__card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	filter: saturate(1.04) contrast(1.02);
}

.pops__card::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(26,16,40,0.10) 0%, rgba(26,16,40,0.62) 100%);
}

.pops__ov {
	position: absolute;
	inset: 0;
	z-index: 3;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 8px;
	background: rgba(26,16,40,0.70);
	opacity: 0;
	pointer-events: none;
	transition: opacity 160ms ease;
}

.pops__card:hover .pops__ov {
	opacity: 1;
	pointer-events: none;
}

.pops__btn {
	height: 34px;
	padding: 0 14px;
	border-radius: 999px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: 800;
	font-size: 12px;
	letter-spacing: 0.2px;
	color: #DFDAD6;
	box-shadow:
		0 12px 22px rgba(26,16,40,0.34),
		inset 0 0 0 1px rgba(223,218,214,0.12);
}

.pops__btn--play {
	background: rgba(96,30,78,0.34);
}

.pops__btn--demo {
	background: rgba(47,48,104,0.28);
}

@media (max-width: 920px) {
	.pops {
		padding: 12px 0 22px 0;
	}

	.pops__inner {
		padding: 0 14px;
	}

	.pops__panel {
		padding: 10px;
		border-radius: 16px;
	}

	.pops__title {
		font-size: 16px;
	}

	.pops__viewport {
		padding-bottom: 10px;
	}

	.pops__grid {
		grid-template-rows: repeat(3, 112px);
		grid-auto-columns: 112px;
		gap: 10px;
	}

	.pops__card {
		border-radius: 16px;
	}

	.pops__btn {
		height: 32px;
		padding: 0 12px;
		font-size: 11px;
	}
}

main.cnt {
	max-width: 1300px;
	margin: 0 auto;
	padding: 22px 18px 40px 18px;
	color: rgba(223,218,214,0.92);
}

main.cnt h1 {
	font-size: 34px;
	line-height: 1.06;
	letter-spacing: 0.2px;
	font-weight: 900;
	color: #DFDAD6;
    margin-bottom: 10px;
}

main.cnt h2 {
	margin-top: 18px;
	font-size: 22px;
	line-height: 1.12;
	font-weight: 900;
	color: #DFDAD6;
	margin-bottom: 10px;
}

main.cnt h3 {
	margin-top: 14px;
	font-size: 18px;
	line-height: 1.16;
	font-weight: 900;
	color: #DFDAD6;
}

main.cnt p {
	margin-top: 10px;
	font-size: 15px;
	line-height: 1.7;
	color: rgba(223,218,214,0.86);
}

main.cnt img {
	margin-top: 14px;
	max-width: 100%;
    margin: 0 auto;
	height: auto;
	display: block;
	border-radius: 18px;
	box-shadow:
		0 18px 44px rgba(26,16,40,0.30),
		inset 0 0 0 1px rgba(223,218,214,0.08);
}

main.cnt table {
	margin-top: 14px;
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	display: block;
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	border-radius: 18px;
	background: rgba(26,16,40,0.12);
	box-shadow:
		inset 0 0 0 1px rgba(223,218,214,0.10),
		0 16px 34px rgba(26,16,40,0.20);
}

main.cnt thead,
main.cnt tbody {
	display: table;
	width: 100%;
	min-width: 720px;
	table-layout: fixed;
}

main.cnt th,
main.cnt td {
	padding: 14px 14px;
	text-align: left;
	vertical-align: top;
	font-size: 14px;
	line-height: 1.5;
}

main.cnt th {
	font-weight: 900;
	color: #DFDAD6;
	background: rgba(47,48,104,0.18);
	box-shadow: inset 0 -1px 0 rgba(223,218,214,0.10);
}

main.cnt td {
	color: rgba(223,218,214,0.86);
	background: rgba(26,16,40,0.08);
	box-shadow: inset 0 -1px 0 rgba(223,218,214,0.08);
}

main.cnt tr td:first-child,
main.cnt tr th:first-child {
	border-top-left-radius: 18px;
}

main.cnt tr td:last-child,
main.cnt tr th:last-child {
	border-top-right-radius: 18px;
}

main.cnt tbody tr:last-child td:first-child {
	border-bottom-left-radius: 18px;
}

main.cnt tbody tr:last-child td:last-child {
	border-bottom-right-radius: 18px;
}

main.cnt blockquote {
	margin-top: 12px;
	padding: 14px 16px;
	border-radius: 18px;
	background: rgba(96,30,78,0.16);
	box-shadow:
		inset 0 0 0 1px rgba(223,218,214,0.10),
		0 14px 30px rgba(26,16,40,0.20);
	color: rgba(223,218,214,0.92);
	font-weight: 700;
	line-height: 1.6;
}

main.cnt ul,
main.cnt ol {
	margin-top: 10px;
	padding-left: 18px;
	color: rgba(223,218,214,0.86);
}

main.cnt li {
	margin-top: 8px;
	line-height: 1.6;
}

main.cnt a {
	color: #24ACD9;
	text-decoration: none;
}

main.cnt a:hover {
	text-decoration: underline;
}

@media (max-width: 920px) {
	main.cnt {
		padding: 18px 14px 34px 14px;
	}

	main.cnt h1 {
		font-size: 26px;
	}

	main.cnt h2 {
		font-size: 18px;
	}

	main.cnt h3 {
		font-size: 16px;
	}

	main.cnt p {
		font-size: 14px;
	}

	main.cnt img {
		border-radius: 16px;
	}

	main.cnt table {
		border-radius: 16px;
	}

	main.cnt th,
	main.cnt td {
		padding: 12px 12px;
		font-size: 13px;
	}
}

.ftr {
	margin-top: 28px;
	padding: 22px 0 16px 0;
	background: rgba(26,16,40,0.10);
	box-shadow: inset 0 1px 0 rgba(223,218,214,0.10);
}

.ftr__inner {
	max-width: 1300px;
	margin: 0 auto;
	padding: 0 18px;
}

.ftr__grid {
	display: grid;
	grid-template-columns: 1.15fr 1.45fr;
	gap: 22px;
	padding-top: 10px;
}

.ftr__brand {
	padding-right: 18px;
	border-right: 1px solid rgba(223,218,214,0.10);
}

.ftr__logo {
	display: inline-flex;
	align-items: center;
	text-decoration: none;
}

.ftr__logo img {
	height: 36px;
	width: auto;
	display: block;
	filter: drop-shadow(0 12px 22px rgba(26,16,40,0.35));
}

.ftr__brand p {
	margin-top: 10px;
	font-size: 13px;
	line-height: 1.7;
	color: rgba(223,218,214,0.80);
}

.ftr__nav {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	align-content: start;
}

.ftr__nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.ftr__cap {
	font-weight: 900;
	letter-spacing: 0.2px;
	color: #DFDAD6;
	margin-bottom: 10px;
	font-size: 13px;
}

.ftr__nav li + li {
	margin-top: 8px;
}

.ftr__nav a {
	text-decoration: none;
	font-size: 13px;
	color: rgba(223,218,214,0.78);
	transition: color 160ms ease, transform 160ms ease;
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.ftr__nav a::before {
	content: "";
	width: 10px;
	height: 1px;
	background: rgba(36,172,217,0.75);
	border-radius: 999px;
	opacity: 0.9;
}

.ftr__nav a:hover {
	color: #DFDAD6;
	transform: translateX(2px);
}

.ftr__bar {
	margin-top: 16px;
	padding-top: 12px;
	border-top: 1px solid rgba(223,218,214,0.10);
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	color: rgba(223,218,214,0.68);
	font-size: 12px;
}

@media (max-width: 920px) {
	.ftr {
		margin-top: 22px;
		padding: 18px 0 14px 0;
	}

	.ftr__inner {
		padding: 0 14px;
	}

	.ftr__grid {
		grid-template-columns: 1fr;
		gap: 14px;
		text-align: center;
		justify-items: center;
	}

	.ftr__brand {
		width: 100%;
		padding-right: 0;
		border-right: 0;
		padding-bottom: 12px;
		border-bottom: 1px solid rgba(223,218,214,0.10);
	}

	.ftr__logo {
		justify-content: center;
	}

	.ftr__brand p {
		margin-left: auto;
		margin-right: auto;
		max-width: 520px;
	}

	.ftr__nav {
		width: 100%;
		grid-template-columns: 1fr;
		gap: 12px;
		justify-items: center;
	}

	.ftr__nav ul {
		width: 100%;
		max-width: 520px;
	}

	.ftr__cap {
		text-align: center;
	}

	.ftr__nav a {
		justify-content: center;
	}

	.ftr__nav a:hover {
		transform: none;
	}

	.ftr__bar {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
}




