body {
	--bg-primary: #f6faff;
	--bg-second: #ffffff;
	--bg-bluegrey: #d5e0f4;
	--bg-third: #f1f5fb;
	--text-primary: #020e21;
	--text-second: #515c6b;
	--bs-border-color: #e8effb;
	--btn-light: #eff5fe;
	--btn-light-hover: #dbe1e8;
	--layer-text: #eff5fe;
	--header-rgba: rgba(246, 250, 255, 0.8);
	--blue-700: #0052cc;
	--blue-500: #06f;
	--blue-100: rgba(66, 133, 244, 0.08);
	--red-700: #eb5b5e;
	--red-500: #fa6569;
	--red-100: rgba(235, 87, 87, 0.05);
	--radius-sm: 0.25rem;
	--radius-md: 0.375rem;
	--radius-lg: 0.5rem;
	--card-shadow: 0px 4px 12px -6px rgb(155 169 191 / 62%);
	--card-shadow-hover: 0px 2px 6px -6px rgb(155 169 191 / 44%);
	--3d-shadow: inset 0 4px 2px rgb(255 255 255 / 87%), inset 0 -2px 2px #e5ebf3;
	--3d-shadow-inner: inset 0 -2px 2px #fff, inset 0 2px 2px #e5ebf3;
	--linear-gradient: linear-gradient(180deg, #f2f7ff 0%, #e8effb 100%);
	--bg-card-blur: rgba(255, 255, 255, 0.32);
	--card-blur-sahdow: inset 2px 2px 3px rgb(255 255 255 / 20%),
		inset -1px -1px 4px rgb(213 221 231 / 58%);
	--font-primary: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
		'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji',
		'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
	--hero-phone: url('/assets/images/hero-phone-light.svg');
	--opacity-faq-image: 0.2;
}

body.dark-theme {
	--bg-primary: #141a21;
	--bg-second: #191e25;
	--bg-third: #1b2128;
	--btn-light: #1d232b;
	--btn-light-hover: #1b2128;
	--layer-text: #161c24;
	--text-primary: #ebeef2;
	--text-second: #9bacbe;
	--bs-border-color: #1d232b;
	--card-shadow: 0px 4px 12px -6px rgb(16 20 26 / 86%);
	--shdow-box-blur: 0px 0 24px -12px rgb(11 14 18 / 86%);
	--card-shadow-hover: 0px 2px 6px -6px rgb(11 14 18 / 86%);
	--3d-shadow: inset 0 4px 2px rgb(51 60 72 / 9%),
		inset 0 -2px 2px rgb(3 4 6 / 18%);
	--3d-shadow-inner: inset 0 -2px 2px rgb(30 38 49 / 30%),
		inset 0 2px 2px rgb(10 15 22 / 69%);
	--header-rgba: rgb(20 26 33 / 87%);
	--table-head-rgba: hsl(215 19% 12% / 0.8);
	--linear-gradient: linear-gradient(180deg, #161c24 0%, #0e1318 100%);
	--bg-card-blur: rgb(25 30 37 / 0.6);
	--card-blur-sahdow: none;
	--hero-phone: url('/assets/images/hero-phone-dark.svg');
	--opacity-faq-image: 0.05;
}

body.dark-theme .hero .section__blur,
body.dark-theme .tokensale .section__blur {
	opacity: 0.4;
}

body.dark-theme img {
	filter: grayscale(24%);
}

body.dark-theme .partner__logo {
	background: #3b526b;
}

@media (prefers-color-scheme: dark) {
	body {
		--bg-primary: #141a21;
		--bg-second: #191e25;
		--bg-third: #141a21;
		--bg-third: #1b2128;
		--btn-light: #1d232b;
		--btn-light-hover: #1b2128;
		--layer-text: #161c24;
		--text-primary: #ebeef2;
		--text-second: #9bacbe;
		--bs-border-color: #1d232b;
		--card-shadow: 0px 4px 12px -6px rgb(16 20 26 / 86%);
		--shdow-box-blur: 0px 0 24px -12px rgb(11 14 18 / 86%);
		--card-shadow-hover: 0px 2px 6px -6px rgb(11 14 18 / 86%);
		--3d-shadow: inset 0 4px 2px rgb(51 60 72 / 9%),
			inset 0 -2px 2px rgb(3 4 6 / 18%);
		--3d-shadow-inner: inset 0 -2px 2px rgb(30 38 49 / 30%),
			inset 0 2px 2px rgb(10 15 22 / 69%);
		--header-rgba: rgb(20 26 33 / 87%);
		--table-head-rgba: hsl(215 19% 12% / 0.8);
		--linear-gradient: linear-gradient(180deg, #161c24 0%, #0e1318 100%);
		--bg-card-blur: rgb(25 30 37 / 0.6);
		--card-blur-sahdow: none;
		--hero-phone: url('/assets/images/hero-phone-dark.svg');
		--opacity-faq-image: 0.05;
	}

	.section__blur {
		opacity: 0.4;
	}

	img {
		opacity: 0.85;
	}

	body.light-theme {
		--bg-primary: #f6faff;
		--bg-second: #ffffff;
		--bg-bluegrey: #d5e0f4;
		--bg-third: #f1f5fb;
		--text-primary: #020e21;
		--text-second: #515c6b;
		--bs-border-color: #e8effb;
		--btn-light: #eff5fe;
		--btn-light-hover: #dbe1e8;
		--layer-text: #eff5fe;
		--header-rgba: rgba(246, 250, 255, 0.8);
		--blue-700: #0052cc;
		--blue-500: #06f;
		--blue-100: rgba(66, 133, 244, 0.08);
		--red-700: #eb5b5e;
		--red-500: #fa6569;
		--red-100: rgba(235, 87, 87, 0.05);
		--radius-sm: 0.25rem;
		--radius-md: 0.375rem;
		--radius-lg: 0.5rem;
		--card-shadow: 0px 4px 12px -6px rgb(155 169 191 / 62%);
		--card-shadow-hover: 0px 2px 6px -6px rgb(155 169 191 / 44%);
		--3d-shadow: inset 0 4px 2px rgb(255 255 255 / 87%),
			inset 0 -2px 2px #e5ebf3;
		--3d-shadow-inner: inset 0 -2px 2px #fff, inset 0 2px 2px #e5ebf3;
		--linear-gradient: linear-gradient(180deg, #f2f7ff 0%, #e8effb 100%);
		--bg-card-blur: rgba(255, 255, 255, 0.32);
		--card-blur-sahdow: inset 2px 2px 3px rgb(255 255 255 / 20%),
			inset -1px -1px 4px rgb(213 221 231 / 58%);
		--font-primary: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
			'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji',
			'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
		--hero-phone: url('/assets/images/hero-phone-light.svg');

		--opacity-faq-image: 0.2;
	}

	.light-mode-icon {
		display: flex;
		align-items: center;
		color: #ffffff;
	}

	.dark-mode-icon {
		display: none;
	}

	body.light-theme .light-mode-icon {
		display: none;
	}

	body.light-theme .dark-mode-icon {
		display: flex;
		align-items: center;
	}
}

@media (prefers-color-scheme: light) {
	.light-mode-icon {
		display: none;
	}

	.dark-mode-icon {
		display: flex;
		align-items: center;
	}

	body.dark-theme .light-mode-icon {
		display: flex;
		align-items: center;
		color: #ffffff;
	}

	body.dark-theme .dark-mode-icon {
		display: none;
	}
}

@media (min-width: 768px) {
	.animate {
		animation-duration: 0.3s;
		-webkit-animation-duration: 0.3s;
		animation-fill-mode: both;
		-webkit-animation-fill-mode: both;
	}
}

@keyframes slideIn {
	0% {
		transform: translateY(1rem);
		opacity: 0;
	}

	100% {
		transform: translateY(0rem);
		opacity: 1;
	}

	0% {
		transform: translateY(1rem);
		opacity: 0;
	}
}

@-webkit-keyframes slideIn {
	0% {
		-webkit-transform: transform;
		-webkit-opacity: 0;
	}

	100% {
		-webkit-transform: translateY(0);
		-webkit-opacity: 1;
	}

	0% {
		-webkit-transform: translateY(1rem);
		-webkit-opacity: 0;
	}
}

.slideIn {
	-webkit-animation-name: slideIn;
	animation-name: slideIn;
}

::-webkit-scrollbar {
	width: 4px;
}

::-webkit-scrollbar-track {
	background: var(--bg-primary);
}

::-webkit-scrollbar-thumb {
	background: var(--bs-border-color);
	border-radius: 6px;
}

::-webkit-scrollbar-thumb:hover {
	background: var(--btn-light-hover);
}

html,
body {
	font-family: Inter;
	font-size: 16px;
	line-height: 1.4;
	min-height: 100%;
	font-display: swap;
	-webkit-font-smoothing: antialiased;
	scroll-behavior: smooth;
}

body {
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.5;
	color: var(--text-primary);
	background-color: var(--bg-primary);
}

a {
	transition: all 0.1s;
	text-decoration: none;
	color: var(--text-primary);
}

a:hover,
.link {
	color: var(--blue-500);
}

.btn,
button {
	font-size: 15px;
	line-height: 1;
	padding: 17.5px 32px;
	border-radius: var(--radius-md);
	transition: background-color 0.2s ease, border-color 0.2s ease;
	font-weight: 500;
	color: var(--text-primary);
	border: 0;
}

button.btn.btn-icon {
	min-height: 42px;
	min-width: 42px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.btn-sm {
	padding: 14px 20px;
	font-size: 14px;
	font-weight: 500;
}

.btn-sm-mobile {
	padding: 12px 24px;
	font-size: 12px;
	max-height: 32px;
}

.btn-swap {
	color: var(--blue-500);
	opacity: 0.5;
}

.btn-primary {
	border-color: var(--blue-500);
	background-color: var(--blue-500);
	color: #ffffff;
}

.btn.btn-primary:hover,
.btn.btn-primary:active {
	border-color: var(--blue-700);
	background-color: var(--blue-700);
	color: #ffffff;
}

.btn.btn-light {
	background: var(--btn-light);
	border-color: var(--btn-light);
	color: var(--text-primary);
}

.btn.btn-light:hover,
.btn.btn-light:active,
.btn.btn-light.active {
	background: var(--btn-light);
	box-shadow: var(--3d-shadow-inner);
	border-color: var(--btn-light-hover);
	color: var(--text-primary);
}

.btn.btn-dark {
	background: #191e25;
	border-color: #191e25;
	color: #fff;
}

.btn.btn-dark:hover,
.btn.btn-dark:active,
.btn.btn-dark.active {
	background: #202831;
	border-color: #202831;
	color: #fff;
}

.text-primary {
	color: var(--blue-500) !important;
}

/* - - - - - - - - - - */
.text-muted {
	color: var(--text-second) !important;
}

.fs-12 {
	font-size: 0.75rem;
}

.fs-14 {
	font-size: 14px;
}

.fs-16 {
	font-size: 1rem;
}

.fs-18 {
	font-size: 18px;
}

.fs-20 {
	font-size: 1.25rem;
}

.fs-24 {
	font-size: 24px;
}

.fs-28 {
	font-size: 28px;
}

.fs-32 {
	font-size: 2rem;
}

.fs-48 {
	font-size: 3rem;
}

.fs-56 {
	font-size: 56px;
}

.fw-medium {
	font-weight: 500;
}

@media (max-width: 1024px) {
	.text-wrap {
		word-wrap: normal !important;
	}
}

.mt-20 {
	margin-top: 20px;
}

.mt-40 {
	margin-top: 40px;
}

.mb-60 {
	margin-bottom: 60px;
}

.mb-80 {
	margin-bottom: 80px;
}

.mb-100 {
	margin-bottom: 100px;
}

@media (max-width: 991px) {
	.mb-100 {
		margin-bottom: 0;
	}
}

.bg-soft-red {
	background-color: var(--red-100);
	color: var(--red-500);
}

.bg-second {
	background: var(--bg-second);
}

.u-badge {
	background: var(--red-500);
	font-size: 12px;
	line-height: 12px;
	color: #fff;
	padding: 2px 4px;
	border-radius: 4px;
	display: inline-block;
}

.u-badge-top {
	position: absolute;
	top: 0;
}

.card-shadow-hover:hover {
	box-shadow: var(--card-shadow-hover);
}

.border,
.border-top,
.border-bottom,
.border-start,
.border-end {
	border-color: var(--bs-border-color) !important;
}

.border-page-left:after,
.border-page-right:before {
	position: absolute;
	z-index: -3;
	top: 0;
	width: 1px;
	height: 100%;
	content: '';
	background-color: var(--bs-border-color);
}

.border-page-left:after {
	left: 11%;
}

.border-page-right:before {
	right: 11%;
}

@media (max-width: 1800px) {
	.border-page-left:after {
		left: 24px;
	}

	.border-page-right:before {
		right: 24px;
	}
}

@media (max-width: 600px) {
	.border-page-left:after,
	.border-page-right:before {
		display: none;
	}
}

@media (max-width: 1024px) {
	.border-top-mobile {
		border-top: 1px solid var(--bs-border-color);
	}
}

.list-style-inside {
	list-style: none;
}

.list-style-inside li a {
	position: relative;
	display: flex;
	align-items: center;
}

.list-style-inside li a::before {
	content: '\e122';
	font-family: 'Font Awesome 6 Pro';
	font-weight: 700;
	top: 1px;
	position: relative;
	margin-right: 8px;
	font-size: 10px;
}

.input-group {
	background-color: var(--bg-second);
	border: 1px solid var(--bs-border-color);
	border-radius: 8px;
	contain: paint;
}

.input-group-text,
.input-group-text:focus,
.input-group-text:active {
	background-color: var(--bg-second);
	border: 0;
	color: var(--text-primary);
}

.input-group .form-control {
	border: 0;
	background-color: var(--bg-second);
}

.input-group:focus-within .input-group-text {
	background: var(--bg-third);
	color: var(--text);
}

.form-control {
	min-height: 50px;
	border-color: var(--bs-border-color);
	border-radius: 8px;
	line-height: 2;
	color: var(--text-primary);
}

.form-control:focus,
.form-control:active {
	box-shadow: none;
	background: var(--bg-third);
	color: var(--text-primary);
}

.form-control::placeholder {
	color: var(--text-second);
}

/* - - - - - - - - - - */
.wrapper {
	position: relative;
	contain: paint;
	min-height: 100%;
	contain: paint;
}

.overflow-x {
	position: relative;
	overflow-y: scroll;
	min-width: 1980px;
	cursor: move;
}

.overflow-x::-webkit-scrollbar,
.overflow-x::-webkit-scrollbar {
	display: none;
}

/* - - - - - - - - - - */
.section {
	position: relative;
	padding: 150px 0;
}

@media (max-width: 1024px) {
	.section {
		padding: 75px 0;
	}
}

.section__title {
	font-weight: 800;
	margin-bottom: 20px;
}

.section__subtitle {
	font-size: 0.875rem;
	margin-bottom: 10px;
	text-transform: uppercase;
	color: var(--primary);
}

.section__desc {
	font-size: 1rem;
	color: var(--text-second);
}

.section.partners {
	padding: 72px 0;
}

.section .card-icon {
	font-size: 36px;
	display: flex;
	width: 74px;
	height: 74px;
	margin-bottom: 48px;
	color: var(--blue-500);
	border-radius: 50%;
	background-color: var(--blue-100);
	align-items: center;
	justify-content: center;
}

.card {
	contain: paint;
	background: var(--bg-second);
	border: 0;
	padding: 32px;
	border-radius: 12px;
	box-shadow: var(--card-shadow);
	transition: box-shadow 0.3s ease-in-out;
}

.card-blur {
	background: var(--bg-card-blur);
	box-shadow: var(--card-blur-sahdow);
}

.wrapper {
	min-height: 90vh;
	position: relative;
}

/* - - - - - - - - - - */
.header {
	display: flex;
	align-items: center;
	position: sticky;
	top: 0;
	background: var(--header-rgba);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	z-index: 1024;
	padding: 9px 0;
}

.header__logo {
	margin-right: 16px;
}

.header__logo img {
	width: 32px;
	height: 32px;
	object-fit: contain;
}

.navbar {
	min-width: 100%;
}

.navbar-toggler,
.navbar-toggler:hover,
.navbar-toggler:active,
.navbar-toggler:focus {
	border: 0;
	box-shadow: none;
	padding: 0;
}

.navbar-toggler span {
	display: block;
	background-color: var(--text-primary);
	height: 3px;
	width: 24px;
	margin-bottom: 4px;
	position: relative;
	left: 0;
	opacity: 1;
	transition: all 0.35s ease-out;
	transform-origin: center left;
	border-radius: 4px;
}

.navbar-toggler span:nth-child(1) {
	transform: translate(0%, 0%) rotate(0deg);
}

.navbar-toggler span:nth-child(2) {
	opacity: 1;
}

.navbar-toggler span:nth-child(3) {
	transform: translate(0%, 0%) rotate(0deg);
}

.navbar-toggler span:nth-child(1) {
	margin-top: 0.3em;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
	transform: translate(15%, -43%) rotate(45deg);
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
	opacity: 0;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
	transform: translate(15%, 43%) rotate(-45deg);
}

.navbar .nav-item .nav-link {
	color: var(--text-primary);
	padding: 11.5px 16px;
	font-weight: 500;
	position: relative;
	margin: 0 4px;
}

.nav-link.active-link,
.active-link {
	color: var(--blue-500);
}

.navbar .nav-item .nav-link[aria-expanded='false'] .fa-angle-down {
	transform: rotate(0deg);
	transition: all 0.2s ease;
}

.navbar .nav-item .nav-link[aria-expanded='true'] .fa-angle-down {
	transform: rotate(180deg);
	transition: all 0.2s ease;
}

.dropdown {
	position: static;
}

.dropdown .dropdown-menu {
	contain: paint;
	border: 0px;
	background: var(--bg-second);
	border-radius: 8px;
	margin-top: 12px;
	-webkit-animation-name: slideIn;
	animation-name: slideIn;
	animation-duration: 0.3s;
	-webkit-animation-duration: 0.3s;
	animation-fill-mode: both;
	-webkit-animation-fill-mode: both;
	box-shadow: var(--card-shadow);
	left: auto;
	padding: 8px;
}

.dropdown .dropdown-item {
	padding: 12px 16px;
	font-size: 14px;
	font-weight: 500;
	color: var(--text-primary);
	border-radius: 8px;
}

.dropdown .dropdown-item:hover {
	background: var(--bg-primary);
}

.dropdown-item div .text-muted.small {
	max-width: 248px;
	white-space: break-spaces;
}

.dropdown-item:hover,
.dropdown-item:active,
.dropdown-item:focus,
.dropdown-item.active {
	background: transparent;
	color: var(--blue-500);
}

.dropdown-item-icon {
	font-size: 20px;
	line-height: 32px;
	width: 24px;
	text-align: center;
}

.dropdown-item:hover .dropdown-item-icon {
	color: var(--text-primary);
}

@media (max-width: 992px) {
	.header {
		background-color: var(--bg-primary);
		z-index: 999;
		max-height: 73px;
	}

	.navbar-collapse {
		position: fixed;
		top: 73px;
		left: auto;
		right: 0;
		max-width: 350px;
		width: 100%;
		height: 100vh;
		background-color: var(--bg-primary);
		border-left: 1px solid var(--bs-border-color);
		overflow: auto;
		z-index: 999;
		opacity: 0;
		transition: all 200ms ease;
		padding-bottom: 80px;
	}

	.navbar-collapse.collapsing {
		right: -75%;
		opacity: 1;
		transition: all 200ms ease;
	}

	.navbar-collapse.show {
		left: auto;
		right: 0;
		opacity: 1;
		transition: all 200ms ease;
	}

	.navbar-toggler.collapsed ~ .navbar-collapse {
		transition: all 200ms ease;
	}

	.navbar-collapse::-webkit-scrollbar {
		width: 4px;
	}

	.navbar-collapse .navbar-nav {
		min-width: 100%;
	}

	.navbar .nav-item .nav-link {
		padding: 16px 24px;
		font-size: 16px;
		display: flex;
		align-items: center;
		box-shadow: none;
		border-radius: 0;
		margin: 0;
	}

	.navbar .nav-item .nav-link .u-badge-top {
		position: relative;
		left: 12px;
	}

	.navbar-collapse .btn-group {
		min-width: 100%;
	}

	.navbar-collapse .btn-group .btn:nth-child(1) {
		min-width: 93%;
	}

	.header-search .input-group {
		border-radius: 0;
	}

	.header-search .dropdown-menu {
		min-width: auto;
	}

	.header .dropdown .dropdown-menu {
		padding: 0;
		box-shadow: none;
		background: transparent;
		border-radius: 0;
		margin-bottom: 8px;
		margin-top: 0;
		border-top: 1px solid var(--bs-border-color);
		border-bottom: 1px solid var(--bs-border-color);
		animation-duration: unset;
		-webkit-animation-duration: unset;
	}

	.header .dropdown-menu .dropdown-item {
		padding: 12px 24px;
		font-size: 15px;
		font-weight: 400;
		align-items: center;
	}

	.header .dropdown-menu .dropdown-item .text-muted.small {
		display: none;
	}

	.navbar .nav-item .nav-link.active,
	.navbar .nav-item .nav-link:hover,
	.nav-link.active-link,
	.nav-link[aria-expanded='true'] {
		background: transparent;
	}
}

@media (max-width: 480px) {
	.navbar-collapse {
		max-width: 100vw;
	}

	.navbar-collapse.collapsing {
		right: -100vw;
	}
}

/* - - - - - - - - - - */
.hero {
	padding: 112px 0;
}

.hero__title {
	font-size: 4rem;
	font-weight: 900;
	line-height: 1.1;
	margin-bottom: 20px;
}

@media (max-width: 768px) {
	.hero__title {
		font-size: 3rem;
	}
}

@media (max-width: 450px) {
	.hero {
		padding: 75px 0;
	}

	.hero__title {
		font-size: 2.7rem;
	}
}

.hero__image {
	width: 100%;
	max-width: 526px;
	height: 100%;
	max-height: 575px;
	object-fit: contain;
}

.hero-phone {
	position: relative;
	z-index: 2;
	width: 100%;
	height: 640px;
	margin: auto;
	background-image: var(--hero-phone);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

.hero-ruby {
	position: absolute;
	z-index: -1;
	top: 60%;
	left: 50%;
	width: 100%;
	max-width: 500px;
	height: 500px;
	margin-top: -250px;
	margin-left: -250px;
	background-image: var(--hero-ruby);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

.section__blur {
	position: absolute;
	z-index: -1;
	width: 600px;
	height: 600px;
	opacity: 0.8;
	filter: blur(130px);
	-webkit-transform: translate3d(0, 0, 0);
}

.blur__circle-1,
.blur__circle-2 {
	position: absolute;
	width: 300px;
	height: 300px;
	content: '';
	border-radius: 50%;
}

.blur__circle-1 {
	top: 0;
	left: 0;
	background: #7a9fff;
}

.blur__circle-2 {
	top: 15%;
	left: 35%;
	background: #ff9e80;
}

.hero .section__blur {
	top: 15%;
	left: -12%;
	width: 600px;
	height: 450px;
}

.hero-description {
	font-size: 1.125rem;
	color: var(--text-second);
}

@media (max-width: 1200px) {
	.hero .position-relative {
		position: absolute !important;
		z-index: -1;
		top: auto;
		right: -55%;
		filter: blur(2px);
		-webkit-filter: blur(2px);
	}
}

@media (max-width: 1024px) {
	.hero .position-relative {
		position: absolute !important;
		z-index: -1;
		top: auto;
		right: -45%;
		opacity: 0.8;
		filter: blur(18px);
		-webkit-filter: blur(18px);
	}
}

@media (max-width: 991px) {
	.hero {
		overflow: hidden;
	}

	.hero .position-relative {
		top: auto;
		right: -25%;
		opacity: 0.5;
		filter: blur(18px);
		-webkit-filter: blur(18px);
	}
}

.section__land-image {
	max-width: 600px;
	width: 100%;
	height: auto;
	object-fit: contain;
	border-radius: 12px;
}

/* - - - - - - - - - - */
.partner__logo {
	width: 124px;
	height: 50px;
	object-fit: contain;
	background: var(--bs-border-color);
	padding: 10px;
	border-radius: 8px;
}

.partner__link {
	opacity: 0.6;
}

.partner__link:hover {
	opacity: 1;
}

/* - - - - - - - - - - */
.about .player__image {
	width: 100%;
	max-width: 636px;
	height: auto;
	object-fit: cover;
}

#video iframe {
	position: absolute;
	top: 0;
	z-index: 2;
	border-radius: 6px;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

@media (max-width: 991px) {
	.about .player__image {
		max-width: 100%;
	}
}

.about .player__icon {
	font-size: 32px;
	position: absolute;
	top: 50%;
	left: 50%;
	display: flex;
	width: 120px;
	height: 120px;
	margin-top: -60px;
	margin-left: -60px;
	border-radius: 50%;
	background: var(--bg-second);
	box-shadow: var(--3d-shadow);
	align-items: center;
	justify-content: center;
}

.about .player__icon i {
	margin-left: 3px;
}

.about .about__body {
	max-width: 356px;
}

.about .about__text-bg::after {
	content: '';
	position: absolute;
	z-index: -1;
	top: -34%;
	left: -38%;
	width: 636px;
	height: 450px;
	border-radius: 16px;
	background: var(--bg-third);
	/* Shadow Card */
	box-shadow: var(--3d-shadow);
}

@media (max-width: 1124px) {
	.about .about__text-bg {
		display: none;
	}
}

.progress__line-image {
	position: relative;
	z-index: -1;
	width: 100%;
	margin-top: -200px;
	margin-bottom: 100px;
}

.choose__layer-text {
	font-size: 26.25rem;
	font-weight: 900;
	position: absolute;
	z-index: -2;
	top: 180px;
	left: 1%;
	text-transform: uppercase;
	color: var(--layer-text);
}

.choose-card {
	position: relative;
	max-width: 305px;
}

.choose-card__top-160 {
	margin-top: -160px;
}

.choose-card__top-320 {
	margin-top: -320px;
}

.choose-card__title {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 12px;
}

.choose-card__desc {
	color: var(--text-second);
}

.choose-title__number {
	font-size: 124px;
	font-weight: 900;
	position: absolute;
	color: var(--bg-second);
	text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.08);
	top: -116px;
	right: 5%;
	z-index: -1;
}

.choose .shape {
	position: absolute;
	right: 75px;
	bottom: -105px;
}

.choose .section__desc {
	max-width: 550px;
}

@media (max-width: 1024px) {
	.choose-card__top-160 {
		margin-top: 0;
	}

	.choose-card__top-320 {
		margin-top: 0;
	}

	.choose-title__number {
		z-index: -1;
		top: -130px;
		opacity: 0.8;
	}

	.choose-title__number svg {
		width: 50px;
		height: 50px;
	}

	.choose .shape {
		position: absolute;
		right: -108px;
		bottom: -108px;
	}

	.choose .shape img {
		width: 250px;
	}
}

/* - - - - - - - - - - */
.solution-card__title {
	font-size: 1rem;
	font-weight: 600;
	line-height: 1;
	margin-top: 4px;
	margin-bottom: 8px;
}

.solution-card__desc {
	max-width: 274px;
	color: var(--text-second);
}

.solution-card__icon {
	display: flex;
	min-width: 64px;
	height: 64px;
	transition: all 0.3s;
	border-radius: 20px;
	background: var(--bg-primary);
	box-shadow: var(--3d-shadow);
	align-items: center;
	justify-content: center;
}

@media (max-width: 768px) {
	.solution-card__icon {
		width: 64px;
		margin-bottom: 24px;
	}
}

.solution-card:hover .solution-card__icon {
	background: var(--bg-third);
	box-shadow: var(--3d-shadow-inner);
}

.solution-card__image {
	width: 44px;
	height: 44px;
	object-fit: contain;
}

.solution-border {
	position: relative;
}

.solution-border:after {
	position: absolute;
	z-index: -1;
	top: 10%;
	left: 10%;
	width: 1px;
	height: 80%;
	content: '';
	border: 1px dashed var(--bs-border-color);
}

@media (max-width: 1200px) {
	.solution-border:after {
		left: 9%;
	}
}

@media (max-width: 991px) {
	.solution-border:after {
		left: 12%;
	}
}

@media (max-width: 768px) {
	.solution-border:after {
		display: none;
	}
}

/* - - - - - - - - - - */
.section__layer-text {
	font-size: 150px;
	font-weight: 900;
	position: relative;
	z-index: -1;
	margin-top: -175px;
	color: var(--blue-100);
	opacity: 0.8;
}

.roadmap-card {
	position: relative;
}

.roadmap-card__body {
	max-width: 284px;
	padding-left: 32px;
}

.roadmap-card__subtitle {
	font-size: 12px;
	margin-bottom: 5px;
	color: var(--blue-500);
}

.roadmap-card__title {
	font-size: 1rem;
	font-weight: 600;
	margin-bottom: 8px;
}

.roadmap-card__desc {
	color: var(--text-second);
}

.roadmap-card__top {
	margin-top: -24px;
}

.roadmap-card__bottom {
	margin-bottom: -24px;
}

.roadmap__line {
	width: calc(100% + 100%);
	height: 5px;
	border-radius: 6px;
	background: #06f;
	box-shadow: 0 4px 24px #0066ff;
}

#floatingmes {
	font-size: 11px;
	font-weight: 500;
	position: absolute;
	z-index: 999;
	top: 0;
	left: 0;
	width: auto;
	padding: 4px 16px;
	letter-spacing: 1px;
	border-radius: 14px;
	background: var(--bg-second);
	display: none;
}

/* - - - - - - - - - - */
.tokensale {
	position: relative;
	overflow: hidden;
}

.tokensale::after {
	position: absolute;
	z-index: -2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	background: var(--linear-gradient);
}

.tokensale .section__blur {
	top: 150px;
	left: 38%;
	opacity: 0.7;
}

@media (max-width: 991px) {
	.tokensale .section__blur {
		top: 25%;
		left: 25%;
		opacity: 0.4;
		transform: rotate(45deg);
	}
}

.tokensale__box {
	font-size: 0.75rem;
	font-weight: 500;
	z-index: 1;
	width: 86px;
	height: 86px;
	text-align: center;
	border-radius: 16px;
}

.tokensale__box span {
	font-size: 1.5rem;
	font-weight: 900;
}

.presales-card {
	padding: 50px 65px;
	border-radius: 40px;
}

@media (max-width: 1400px) {
	.presales-card {
		padding: 40px 24px;
	}
}

@media (max-width: 400px) {
	.presales-card {
		padding: 24px 12px;
		border-radius: 6px;
	}
}

.presales-card .qr-code {
	border-radius: 6px;
	box-shadow: inset 0 2px 4px rgba(255, 255, 255, 0.71),
		inset 0 -2px 2px rgba(193, 199, 228, 0.31);
}

.presales__btn-group,
.presales__btn-group .btn {
	font-size: 13px;
	font-weight: 500;
	padding: 0;
}

.presales__btn-group {
	height: 48px;
	padding: 0;
}

.presales__btn-group .btn:after {
	content: 'TGR';
	margin-left: 8px;
}

.presales__footer {
	margin-top: 50px;
}

.tokensale__progress {
	margin-top: 70px;
}

.progress {
	display: flex;
	height: 42px;
	padding: 8px;
	border-radius: 6px;
	align-items: center;
}

.progress-bar {
	height: 24px;
	border-radius: 6px;
	background: linear-gradient(101.08deg, #06f 8.19%, #9f54ff 91.81%);
}

.progress__top {
	position: relative;
	margin-bottom: 30px;
}

.progress__top span {
	position: relative;
}

.progress__top span::after {
	position: absolute;
	bottom: -30px;
	left: 50%;
	width: 2px;
	height: 20px;
	margin-left: 1;
	content: '';
	background: rgba(255, 255, 255, 0.33);
}

/* - - - - - - - - - - */
.bridge-card {
	padding: 40px;
}

.bridge.border-page-left::after,
.bridge.border-page-right::before {
	z-index: 1;
	background-color: #3385ff;
}

.bridge__image {
	width: 100%;
	height: auto;
	max-width: 600px;
	object-fit: contain;
}

/* - - - - - - - - - - */
.team {
	position: relative;
}

.section-team__text {
	font-size: 285px;
	font-weight: 900;
	line-height: 1;
	position: absolute;
	top: 400px;
	left: -17.12%;
	transform: rotate(-90deg);
	text-transform: uppercase;
	color: var(--bs-border-color);
}

@media (max-width: 1600px) {
	.section-team__text {
		top: 0;
		left: 50%;
		margin-left: -432px;
		transform: rotate(0deg);
		z-index: -1;
	}
}

.team-card {
	position: relative;
	z-index: 1;
	overflow: hidden;
	min-height: 388px;
	padding: 40px 24px;
	border: 1px solid var(--bs-border-color);
	border-radius: 16px;
	transition: background 0.5s ease, border-color 0.5s ease;
}

.team-card:hover {
	z-index: 2;
	box-shadow: 0 0 0 transparent;
}

.team .col-sm-6.col-lg-4.col-xl-3.position-relative {
	height: 388px;
}

.team-card__yellow .team-card__position {
	background: #ffd9a3;
}

.team-card__purple .team-card__position {
	background: #dbd1fc;
}

.team-card__green .team-card__position {
	background: #bef0c5;
}

.team-card__pink .team-card__position {
	background: #ffc7d6;
}

.team-card__sky .team-card__position {
	background: #c5ecfd;
}

.team-card__grey .team-card__position {
	background: #d7d7d9;
}

.team-card__memoji {
	margin-bottom: 20px;
}

.team-card .user-memoji {
	width: 150px;
	height: 150px;
	border-radius: 50%;
	object-fit: cover;
	transition: all 0.3s ease-in-out;
	border: 6px solid rgb(255 255 255 / 37%);
}

.team-card:hover .user-memoji {
	width: 120px;
	height: 120px;
}

.team-card__position {
	font-size: 12px;
	font-weight: 500;
	line-height: 1;
	display: flex;
	max-width: 180px;
	width: 100%;
	height: 40px;
	margin: 0 auto 24px auto;
	border-radius: 24px;
	align-items: center;
	justify-content: center;
	color: #141a21;
	border: 2px solid #fff;
}

.team-card__username {
	font-size: 1.875rem;
	font-weight: 900;
	line-height: 1.2;
	transition: all 0.2s;
}

.team-card:hover .team-card__username {
	font-size: 1.5rem;
	color: #141a21;
}

.team-card__links {
	position: absolute;
	top: 24px;
	right: 24px;
	transition: opacity 0.5s;
}

.team-card__link {
	line-height: 1;
	display: block;
	margin-bottom: 16px;
	color: var(--text-primary);
}

.team-card__desc {
	transition: all 0.3s;
	position: absolute;
	bottom: -80px;
	left: 0;
	padding: 20px 40px;
	background: rgb(255 255 255 / 24%);
	backdrop-filter: blur(24px);
	-webkit-backdrop-filter: blur(24px);
	border-radius: 16px;
	opacity: 0;
	overflow: hidden;
}

.team-card:hover .team-card__desc {
	opacity: 1;
	bottom: -14px;
	position: relative;
}

.team-card__yellow:hover {
	border-color: #ffd9a2;
	background-color: #ffd9a2;
}

.team-card__purple:hover {
	border-color: #dbd1fc;
	background-color: #dbd1fc;
}

.team-card__green:hover {
	border-color: #bef0c6;
	background-color: #bef0c6;
}

.team-card__pink:hover {
	border-color: #ffc7d6;
	background-color: #ffc7d6;
}

.team-card__sky:hover {
	border-color: #c5ecfd;
	background-color: #c5ecfd;
}

.team-card__grey:hover {
	border-color: #e8effb;
	background-color: #e8effb;
}

.team-card__letter-bg {
	font-size: 41.25rem;
	font-weight: 900;
	position: absolute;
	z-index: -1;
	top: -290px;
	left: -24px;
	transform: rotate(45deg);
}

.team-card__yellow .team-card__letter-bg {
	color: rgb(255 217 162 / 0.24);
}

.team-card__purple .team-card__letter-bg {
	color: rgb(219 209 252 / 0.24);
}

.team-card__green .team-card__letter-bg {
	color: rgb(190 240 198 / 0.2);
}

.team-card__pink .team-card__letter-bg {
	color: rgb(255 199 214 / 0.24);
}

.team-card__sky .team-card__letter-bg {
	color: rgb(197 236 253 / 0.24);
}

.team-card__grey .team-card__letter-bg {
	color: rgb(232 239 251 / 0.24);
}

.team-card:hover .team-card__letter-bg {
	color: rgb(255 255 255 / 0.24);
}

/* - - - - - - - - - - */
@media (max-width: 1024px) {
	.whitepaper .shape {
		top: -60px;
		left: -184px;
	}

	.whitepaper .shape img {
		width: 180px;
	}
}

.whitepaper__image {
	max-width: 526px;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.whitepaper-image__blur,
.bridge-image__blur {
	position: relative;
}

.whitepaper-image__blur::after,
.bridge-image__blur::after {
	position: absolute;
	z-index: -1;
	top: 20%;
	left: 24%;
	width: 250px;
	height: 250px;
	content: '';
	opacity: 0.9;
	border-radius: 300px;
	background-color: var(--blue-500);
	filter: blur(150px);
}

/* - - - - - - - - - - */
.follow .shape {
	position: absolute;
	top: -105px;
	left: 75px;
}

@media (max-width: 820px) {
	.follow .shape {
		left: -20%;
	}

	.follow .shape img {
		width: 200px;
		height: 200px;
	}

	.follow .section__title {
		z-index: 1;
		position: relative;
	}
}

.follow-card {
	position: relative;
	z-index: 1;
	top: 0;
	overflow: hidden;
	margin-bottom: 24px;
	transition: all 0.2s;
	border-radius: 16px;
	background: var(--bg-second);
}

.follow-card::after {
	position: absolute;
	z-index: -1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: '';
	background: transparent;
	box-shadow: var(--3d-shadow);
}

.follow-card:hover {
	top: -4px;
	box-shadow: 0 38px 34px -22px rgba(0, 0, 0, 0.16);
}

.follow-card__icon {
	font-size: 5rem;
	line-height: 1;
}

.follow-card__bg {
	font-size: 11.875rem;
	position: absolute;
	z-index: -1;
	top: -22%;
	left: 5%;
	color: #ccc;
}

.follow-card__name {
	line-height: 1;
	padding: 13px;
	text-transform: uppercase;
	color: #fff;
	border-radius: 20px;
	background-color: var(--text-primary);
}

.follow-card__purple .follow-card__icon {
	color: #b557ff;
}

.follow-card__orange .follow-card__icon {
	color: #ff763c;
}

.follow-card__skyblue .follow-card__icon {
	color: #54a5ff;
}

.follow-card__blue .follow-card__icon {
	color: #4d94ff;
}

.follow-card__dark .follow-card__icon {
	color: #0f1217;
}

.follow-card__darkblue .follow-card__icon {
	color: #4f89c9;
}

.follow-card__darkblue {
	z-index: 3;
}

.follow-card__purple .follow-card__name {
	background-color: #b557ff;
}

.follow-card__orange .follow-card__name {
	background-color: #ff763c;
}

.follow-card__skyblue .follow-card__name {
	background-color: #54a5ff;
}

.follow-card__blue .follow-card__name {
	background-color: #4d94ff;
}

.follow-card__dark .follow-card__name {
	background-color: #0f1217;
	color: #ffffff;
}

.follow-card__darkblue .follow-card__name {
	background-color: #4f89c9;
}

.follow-card__purple .follow-card__bg {
	color: rgb(181 87 255 / 0.03);
}

.follow-card__orange .follow-card__bg {
	color: rgb(255 118 60 / 0.03);
}

.follow-card__skyblue .follow-card__bg {
	color: rgb(84 165 255 / 0.03);
}

.follow-card__blue .follow-card__bg {
	color: rgb(77 148 255 / 0.03);
}

.follow-card__dark .follow-card__bg {
	color: rgb(2 14 33 / 0.03);
}

.follow-card__darkblue .follow-card__bg {
	color: rgb(79 137 201 / 0.03);
}

.follow-hand {
	position: absolute;
	z-index: 2;
	top: 14%;
	left: 47%;
	transform: rotate(46deg);
	transition: all 0.3s;
}

.follow-hand__image {
	width: 300px;
	height: auto;
	object-fit: contain;
	animation: swing ease-in-out 5s infinite alternate;
}

@keyframes swing {
	0% {
		transform: rotate(3deg);
	}

	100% {
		transform: rotate(-3deg);
	}
}

@media (max-width: 1200px) {
	.follow-hand {
		top: 6%;
		left: auto;
		right: 0;
		transform: rotate(-66deg);
	}
}

@media (max-width: 1024px) {
	.follow-hand {
		top: 6%;
		left: auto;
		right: 0;
		transform: rotate(-66deg);
	}

	.follow-hand__image {
		width: 200px;
	}
}

.follow .section__blur {
	top: 150px;
	left: 42%;
	width: 300px;
	height: 300px;
	opacity: 0.4;
}

/* - - - - - - - - - - */
.projects {
	padding: 75px 0;
}

.section .nav-link {
	font-size: 1rem;
	font-weight: 500;
	margin-bottom: 40px;
	padding: 0;
	text-align: left;
	color: var(--text-primary);
}

.section .nav-pills .nav-link.active {
	color: var(--blue-500);
	background: transparent;
}

.projects-tabs {
	margin-top: 60px;
	padding-top: 60px;
	border-top: 1px solid var(--bs-border-color);
}

.projects-tabs .nav-link {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 40px;
	padding: 0;
	text-align: left;
	color: var(--text-primary);
}

.project__image {
	width: 1200px;
	height: auto;
	border-top-left-radius: 16px;
	border-bottom-left-radius: 16px;
	box-shadow: var(--card-shadow);
	object-fit: contain;
}

/* - - - - - - - - - - */
.faqs {
	background-color: var(--bs-border-color);
	position: relative;
	z-index: 1;
}

.faqs.border-top,
.faqs.border-bottom {
	border-color: var(--bg-bluegrey) !important;
}

.faqs.border-page-left::after,
.faqs.border-page-right::before {
	z-index: 1;
	background-color: var(--bg-second);
}

.faq__image {
	position: absolute;
	top: -20%;
	left: 12%;
	z-index: -1;
	opacity: var(--opacity-faq-image);
}

.faq-card {
	padding: 40px;
	border-radius: 16px;
	background: var(--bg-third);
	box-shadow: var(--3d-shadow);
}

.faq-card__item {
	padding: 20px 0;
}

.faq-card__link {
	font-size: 1rem;
	font-weight: 500;
}

.faq-card__body {
	padding-top: 20px;
}

.extension-link {
	position: relative;
	top: 0;
	display: block;
	transition: all 0.2s;
}

.extension-link:hover {
	top: -15px;
}

.extension-name {
	min-width: 100px;
	padding: 8px 16px;
	transition: all 0.2s;
	border-radius: 100px;
	background: var(--bs-border-color);
	font-weight: 500;
}

.extension-link:hover .extension-name {
	color: #fff;
	background-color: var(--blue-500);
}

.extension-link svg {
	width: 80px;
	height: 80px;
}

.footer {
	position: relative;
	z-index: 1;
	overflow: hidden;
	padding: 80px 0 40px 0;
	color: var(--bg-primary);
	background: #10151b;
	color: #fff;
}

.footer a {
	color: #fff;
}

.footer a:hover {
	color: var(--bg-bluegrey);
}

.footer__logo {
	width: 56px;
	height: 56px;
	object-fit: contain;
}

.footer .soclinks__item {
	font-size: 1rem;
	line-height: 2;
	margin-right: 1.2rem;
	color: var(--text-second);
}

.footer .soclinks__item:hover {
	color: #ffffff;
}

.soclinks__item:last-child {
	margin-right: 0;
}

.footer__bottom {
	margin-top: 70px;
	padding: 40px;
	border-top: 1px solid #1d232b;
}

.footer .section__blur {
	z-index: -1;
	bottom: -50%;
	left: 40%;
	opacity: 0.1;
}

@media (max-width: 992px) {
	.rellax {
		transform: translate3d(0, 0, 0) !important;
	}
}
