:root {
	--bs-blue: #377dff;
	--bs-indigo: #6610f2;
	--bs-purple: #6f42c1;
	--bs-pink: #d63384;
	--bs-red: #ed4c78;
	--bs-orange: #fd7e14;
	--bs-yellow: #f5ca99;
	--bs-green: #198754;
	--bs-teal: #00c9a7;
	--bs-cyan: #09a5be;
	--bs-black: #000;
	--bs-white: #fff;
	--bs-gray: #8c98a4;
	--bs-gray-dark: #71869d;
	--bs-gray-100: #f9fafc;
	--bs-gray-200: #f8fafd;
	--bs-gray-300: #e7eaf3;
	--bs-gray-400: #bdc5d1;
	--bs-gray-500: #97a4af;
	--bs-gray-600: #8c98a4;
	--bs-gray-700: #677788;
	--bs-gray-800: #71869d;
	--bs-gray-900: #1e2022;
	--bs-primary: #377dff;
	--bs-secondary: #71869d;
	--bs-success: #00c9a7;
	--bs-info: #09a5be;
	--bs-warning: #f5ca99;
	--bs-danger: #ed4c78;
	--bs-light: #f9fafc;
	--bs-dark: #132144;
	--bs-primary-rgb: 55, 125, 255;
	--bs-secondary-rgb: 113, 134, 157;
	--bs-success-rgb: 0, 201, 167;
	--bs-info-rgb: 9, 165, 190;
	--bs-warning-rgb: 245, 202, 153;
	--bs-danger-rgb: 237, 76, 120;
	--bs-light-rgb: 249, 250, 252;
	--bs-dark-rgb: 19, 33, 68;
	--bs-white-rgb: 255, 255, 255;
	--bs-black-rgb: 0, 0, 0;
	--bs-body-color-rgb: 103, 119, 136;
	--bs-body-bg-rgb: 255, 255, 255;
	--bs-font-sans-serif: system-ui, -apple-system, 'Segoe UI', Roboto,
		'Helvetica Neue', 'Noto Sans', 'Liberation Sans', Arial, sans-serif,
		'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
	--bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono',
		'Courier New', monospace;
	--bs-gradient: linear-gradient(
		180deg,
		rgba(255, 255, 255, 0.15),
		rgba(255, 255, 255, 0)
	);
	/* --bs-body-font-family: Inter, sans-serif; */
	--bs-body-font-size: 0.875rem;
	--bs-body-font-weight: 400;
	--bs-body-line-height: 1.5;
	--bs-body-color: #677788;
	--bs-body-bg: #fff;
	--bs-border-width: 0.0625rem;
	--bs-border-style: solid;
	--bs-border-color: rgba(231, 234, 243, 0.7);
	--bs-border-color-translucent: rgba(0, 0, 0, 0.175);
	--bs-border-radius: 0.5rem;
	--bs-border-radius-sm: 0.3125rem;
	--bs-border-radius-lg: 0.75rem;
	--bs-border-radius-xl: 1rem;
	--bs-border-radius-2xl: 2rem;
	--bs-border-radius-pill: 50rem;
	--bs-link-color: #377dff;
	--bs-link-hover-color: #1366ff;
	--bs-code-color: #d63384;
	--bs-highlight-bg: #fdf4eb;
	--vh: 1vh;
}

@font-face {
	font-family: 'cc-thismanthismonster-var', sans-serif;
	src: url('https://use.typekit.net/odm6hwc.css');
	font-weight: normal;
	font-style: normal;
}

html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-family: sans-serif;
}

body {
	margin: 0;
	padding-bottom: env(safe-area-inset-bottom);
	--wcm-z-index: 15000;
}

#root {
	transition: all 0.3s ease-out;
	left: 0;
	top: 0;
	position: relative;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
}

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

audio,
canvas,
progress,
video {
	vertical-align: baseline;
	display: inline-block;
}

audio:not([controls]) {
	height: 0;
	display: none;
}

[hidden],
template {
	display: none;
}

a {
	background-color: rgba(0, 0, 0, 0);
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

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

mark {
	color: #000;
	background: #ff0;
}

small {
	font-size: 80%;
}

sub,
sup {
	vertical-align: baseline;
	font-size: 75%;
	line-height: 0;
	position: relative;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type='button'],
input[type='reset'] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type='checkbox'],
input[type='radio'] {
	box-sizing: border-box;
	padding: 0;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
	height: auto;
}

input[type='search'] {
	-webkit-appearance: none;
}

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

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

td,
th {
	padding: 0;
}

@font-face {
	font-family: webflow-icons;
	src: url('data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBiUAAAC8AAAAYGNtYXDpP+a4AAABHAAAAFxnYXNwAAAAEAAAAXgAAAAIZ2x5ZmhS2XEAAAGAAAADHGhlYWQTFw3HAAAEnAAAADZoaGVhCXYFgQAABNQAAAAkaG10eCe4A1oAAAT4AAAAMGxvY2EDtALGAAAFKAAAABptYXhwABAAPgAABUQAAAAgbmFtZSoCsMsAAAVkAAABznBvc3QAAwAAAAAHNAAAACAAAwP4AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpAwPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAQAAAAAwACAACAAQAAQAg5gPpA//9//8AAAAAACDmAOkA//3//wAB/+MaBBcIAAMAAQAAAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEBIAAAAyADgAAFAAAJAQcJARcDIP5AQAGA/oBAAcABwED+gP6AQAABAOAAAALgA4AABQAAEwEXCQEH4AHAQP6AAYBAAcABwED+gP6AQAAAAwDAAOADQALAAA8AHwAvAAABISIGHQEUFjMhMjY9ATQmByEiBh0BFBYzITI2PQE0JgchIgYdARQWMyEyNj0BNCYDIP3ADRMTDQJADRMTDf3ADRMTDQJADRMTDf3ADRMTDQJADRMTAsATDSANExMNIA0TwBMNIA0TEw0gDRPAEw0gDRMTDSANEwAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFVz+fAGEAAAAAAL//f+9BAMDwwAEAAkAABcBJwEXAwE3AQdpA5ps/GZsbAOabPxmbEMDmmz8ZmwDmvxmbAOabAAAAgAA/8AEAAPAAB0AOwAABSInLgEnJjU0Nz4BNzYzMTIXHgEXFhUUBw4BBwYjNTI3PgE3NjU0Jy4BJyYjMSIHDgEHBhUUFx4BFxYzAgBqXV6LKCgoKIteXWpqXV6LKCgoKIteXWpVSktvICEhIG9LSlVVSktvICEhIG9LSlVAKCiLXl1qal1eiygoKCiLXl1qal1eiygoZiEgb0tKVVVKS28gISEgb0tKVVVKS28gIQABAAABwAIAA8AAEgAAEzQ3PgE3NjMxFSIHDgEHBhUxIwAoKIteXWpVSktvICFmAcBqXV6LKChmISBvS0pVAAAAAgAA/8AFtgPAADIAOgAAARYXHgEXFhUUBw4BBwYHIxUhIicuAScmNTQ3PgE3NjMxOAExNDc+ATc2MzIXHgEXFhcVATMJATMVMzUEjD83NlAXFxYXTjU1PQL8kz01Nk8XFxcXTzY1PSIjd1BQWlJJSXInJw3+mdv+2/7c25MCUQYcHFg5OUA/ODlXHBwIAhcXTzY1PTw1Nk8XF1tQUHcjIhwcYUNDTgL+3QFt/pOTkwABAAAAAQAAmM7nP18PPPUACwQAAAAAANciZKUAAAAA1yJkpf/9/70FtgPDAAAACAACAAAAAAAAAAEAAAPA/8AAAAW3//3//QW2AAEAAAAAAAAAAAAAAAAAAAAMBAAAAAAAAAAAAAAAAgAAAAQAASAEAADgBAAAwAQAAJ0EAP/9BAAAAAQAAAAFtwAAAAAAAAAKABQAHgAyAEYAjACiAL4BFgE2AY4AAAABAAAADAA8AAMAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEADQAAAAEAAAAAAAIABwCWAAEAAAAAAAMADQBIAAEAAAAAAAQADQCrAAEAAAAAAAUACwAnAAEAAAAAAAYADQBvAAEAAAAAAAoAGgDSAAMAAQQJAAEAGgANAAMAAQQJAAIADgCdAAMAAQQJAAMAGgBVAAMAAQQJAAQAGgC4AAMAAQQJAAUAFgAyAAMAAQQJAAYAGgB8AAMAAQQJAAoANADsd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzUmVndWxhcgBSAGUAZwB1AGwAYQByd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==')
		format('truetype');
	font-weight: normal;
	font-style: normal;
}

* {
	box-sizing: border-box;
}

html {
	height: 100%;
}

body {
	min-height: 100%;
	color: #333;
	margin: 0;
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
}

img {
	max-width: 100%;
	vertical-align: middle;
	display: inline-block;
}

.w-block {
	display: block;
}

.w-inline-block {
	max-width: 100%;
	display: inline-block;
}

.w-button {
	color: #fff;
	line-height: inherit;
	cursor: pointer;
	background-color: #3898ec;
	border: 0;
	border-radius: 0;
	padding: 7px 15px;
	text-decoration: none;
	display: inline-block;
}

input.w-button {
	-webkit-appearance: button;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom: 10px;
	font-weight: bold;
}

h1 {
	margin-top: 20px;
	font-size: 38px;
	line-height: 44px;
}

h2 {
	margin-top: 20px;
	font-size: 32px;
	line-height: 36px;
}

h3 {
	margin-top: 20px;
	font-size: 24px;
	line-height: 30px;
}

h4 {
	margin-top: 10px;
	font-size: 18px;
	line-height: 24px;
}

h5 {
	margin-top: 10px;
	font-size: 14px;
	line-height: 20px;
}

h6 {
	margin-top: 10px;
	font-size: 12px;
	line-height: 18px;
}

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

blockquote {
	border-left: 5px solid #e2e2e2;
	margin: 0 0 10px;
	padding: 10px 20px;
	font-size: 18px;
	line-height: 22px;
}

figure {
	margin: 0 0 10px;
}

figcaption {
	text-align: center;
	margin-top: 5px;
}

ul,
ol {
	margin-top: 0;
	margin-bottom: 10px;
	padding-left: 40px;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

button,
[type='button'],
[type='reset'] {
	cursor: pointer;
	-webkit-appearance: button;
}

label {
	margin-bottom: 5px;
	font-weight: bold;
	display: block;
}

@media screen and (max-width: 767px) {
	.arrow-holder {
		height: 36px !important;
		width: 36px !important;
	}
}

@media screen and (max-width: 479px) {
	.arrow-holder {
		height: 32px !important;
		width: 32px !important;
	}
}

@media screen and (max-width: 767px) {
	.w-nav-brand {
		padding-left: 10px;
	}
}

.w-richtext:before,
.w-richtext:after {
	content: ' ';
	grid-area: 1 / 1 / 2 / 2;
	display: table;
}

.w-richtext:after {
	clear: both;
}

.w-richtext[contenteditable='true']:before,
.w-richtext[contenteditable='true']:after {
	white-space: initial;
}

.w-richtext ol,
.w-richtext ul {
	overflow: hidden;
}

.w-richtext figure {
	max-width: 60%;
	position: relative;
}

.w-richtext figure > div:before {
	cursor: default !important;
}

.w-richtext figure img {
	width: 100%;
}

.w-richtext figure div {
	color: rgba(0, 0, 0, 0);
	font-size: 0;
}

.w-nav-brand {
	float: left;
	color: #333;
	text-decoration: none;
	position: relative;
}

@media screen and (max-width: 767px) {
	.w-nav-brand {
		padding-left: 10px;
	}
}

.w-tab-link {
	vertical-align: top;
	text-align: left;
	cursor: pointer;
	color: #222;
	padding: 9px 30px;
	text-decoration: none;
	display: inline-block;
	position: relative;
}

.w-tab-link.w--current {
}

.w-tab-link:focus {
	outline: 0;
}

@media screen and (max-width: 479px) {
	.w-tab-link {
		display: block;
	}
}

.rotate-360 {
	-webkit-animation: spin 10s linear infinite;
	-moz-animation: spin 10s linear infinite;
	-o-animation: spin 10s linear infinite;
	animation: spin 10s linear infinite;
}
@keyframes spin {
	0% {
		transform: rotate(0);
	}

	100% {
		transform: rotate(360deg);
	}
}

body {
	color: #fff;
	background-color: #080808;
	font-family: Outfit, sans-serif;
	font-size: 14px;
	line-height: 1.2;
}

h1 {
	margin-top: 20px;
	margin-bottom: 0;
	font-size: 62px;
	font-weight: 500;
	line-height: 1.1;
}

h2 {
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 42px;
	font-weight: 500;
	line-height: 1.2;
}

h3 {
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 38px;
	font-weight: 500;
	line-height: 1.2;
}

h4 {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 34px;
	font-weight: 500;
	line-height: 1.2;
}

h5 {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 32px;
	font-weight: 500;
	line-height: 1.2;
}

h6 {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.2;
}

p {
	color: #7d7d7d;
	margin-bottom: 10px;
	/* font-family: IBM Plex Sans Hebrew, sans-serif; */
	font-size: 15px;
	font-weight: 400;
	line-height: 1.3;
}

a {
	color: #fff;
	text-decoration: none;
}

ul,
ol {
	margin-top: 0;
	margin-bottom: 10px;
	padding-left: 40px;
}

li {
	padding-top: 14px;
	padding-bottom: 14px;
	/* font-family: IBM Plex Sans Hebrew, sans-serif; */
	font-size: 15px;
}

img {
	max-width: 100%;
	display: inline-block;
}

blockquote {
	text-transform: none;
	background-image: url('https://assets.website-files.com/642e0d9cc29d1602ecd1b9bf/64316d5da50b9c3d994b2283_Quote%20Icon%2001.svg'),
		url('https://assets.website-files.com/642e0d9cc29d1602ecd1b9bf/64316d5ddf323a58a5ef6d10_Quote%20Icon%2002.svg');
	background-position: 100% 100%, 0 0;
	background-repeat: no-repeat, no-repeat;
	background-size: auto, auto;
	border-left: 1px #000;
	margin: 40px -40px;
	padding: 40px 0;
	font-family: Outfit, sans-serif;
	font-size: 24px;
	font-style: italic;
	line-height: 1.7;
}

figure {
	margin-bottom: 10px;
}

figcaption {
	text-align: center;
	margin-top: 5px;
	/* font-family: IBM Plex Sans Hebrew, sans-serif; */
	font-size: 15px;
}

.container {
	/* max-width: 1200px; */
	margin-left: auto;
	margin-right: auto;
	padding: 2em;
}

.container.full {
	width: 100%;
}

.border-box {
	border: 1px solid #cdcdcd;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 20px;
	display: flex;
}

.button {
	color: #fff;
	background-color: #0266ff;
	border-radius: 8px;
	padding: 15px 25px;
	/* font-family: IBM Plex Sans Hebrew, sans-serif; */
	font-size: 16px;
	font-weight: 500;
	transition: background-position 0.25s, background-color 0.45s, color 0.45s;
}

.button:hover {
	background-color: #114ba3;
}

.button.dark {
	background-color: #000;
	background-position: 91%;
	background-repeat: no-repeat;
	padding-left: 50px;
	padding-right: 50px;
	font-weight: 500;
}

.button.dark:hover {
	background-color: #0f0f0f;
}

.button.white {
	background-color: #ececec;
	color: #000;
	background-position: 91%;
	background-repeat: no-repeat;
	padding-left: 50px;
	padding-right: 50px;
	font-weight: 500;
}

.button.white:hover {
	background-color: #fff;
	color: #000;
}

.button.navbar-button {
	color: #000;
	white-space: nowrap;
	background-color: #fff;
	border-radius: 4px;
	padding: 7px 24px;
	font-size: 15px;
	font-weight: 500;
}

.button.navbar-button:hover {
	background-color: #b3b3b3;
}

.section {
	position: relative;
}

.section.overflow-hidden {
	overflow: hidden;
}

.navbar {
	height: 60px;
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
	background-color: rgba(27, 27, 27, 0.05);
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.navbar.transparent {
	-webkit-backdrop-filter: blur(0px) !important;
	backdrop-filter: blur(0px) !important;
	background-color: rgba(27, 27, 27, 0) !important;
	border-bottom: 1px solid rgba(255, 255, 255, 0) !important;
}

.footer-wrapper {
	justify-content: space-between;
	align-items: flex-start;
	padding-right: 120px;
	display: flex;
}

.footer-brand {
	max-width: 300px;
	grid-row-gap: 18px;
	flex-direction: column;
	align-items: flex-start;
	display: flex;
}

.footer-content {
	grid-column-gap: 40px;
	grid-row-gap: 40px;
	grid-template-rows: auto;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-auto-columns: 1fr;
	display: grid;
}

.footer-block {
	grid-row-gap: 10px;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	display: flex;
}

.title-small {
	letter-spacing: 0;
	text-transform: uppercase;
	/* font-family: IBM Plex Sans Hebrew, sans-serif; */
	font-size: 15px;
	font-weight: 400;
	line-height: 1.2;
}

.footer-link {
	color: #7d7d7d;
	/* font-family: IBM Plex Sans Hebrew, sans-serif; */
	font-size: 15px;
	line-height: 1.2;
	text-decoration: none;
	transition: color 0.475s;
}

.footer-link:hover {
	color: #fff;
}

.footer-divider {
	width: 100%;
	border-top: 1px solid #2b2b2b;
	justify-content: space-between;
	align-items: center;
	margin-top: 40px;
	padding-top: 40px;
	display: flex;
}

.footer-copyright-center {
	text-transform: uppercase;
	/* font-family: IBM Plex Sans Hebrew, sans-serif; */
	font-size: 15px;
}

.white-link {
	color: #fff;
	text-decoration: underline;
	transition: color 0.375s;
}

.white-link:hover {
	color: #a1a1a1;
}

.title {
	margin-top: 0;
	margin-bottom: 0;
	line-height: 1.3;
}

.login-icon-holder {
	width: 32px;
	height: 32px;
	background-color: rgba(0, 0, 0, 0.1);
	border-radius: 6px;
	justify-content: center;
	align-items: center;
	display: flex;
}

.slider {
	width: 100%;
	height: auto;
	background-color: rgba(0, 0, 0, 0);
}

.slide,
.mask {
	width: 100%;
	height: auto;
}

.arrow {
	width: 16px;
}

.hide {
	display: none;
}

.pricing {
	font-size: 24px;
}

.text-field-white {
	width: 100%;
	height: 51px;
	color: #000;
	border-radius: 8px;
	margin-bottom: 0;
	/* font-family: IBM Plex Sans Hebrew, sans-serif; */
	transition: border-color 0.45s, box-shadow 0.425s;
}

.form {
	width: 100%;
	justify-content: flex-end;
	align-items: center;
	display: flex;
	position: relative;
}

.sticky {
	position: -webkit-sticky;
	position: sticky;
	top: 85px;
}

.link {
	text-decoration: underline;
	transition: color 0.375s;
}

.link:hover {
	color: #afafaf;
}

.features-hero-holder {
	background-color: #000;
	padding-bottom: 80px;
}

.features-hero-container {
	padding-top: 0;
	padding-bottom: 0;
}

.fetaures-icons-holder {
	perspective: 1500px;
	justify-content: center;
	align-items: center;
	padding-top: 50px;
	padding-bottom: 50px;
	display: flex;
	position: relative;
}

.features-hero-icon-wrapper {
	grid-row-gap: 30px;
	perspective: 1500px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	display: flex;
	position: absolute;
	top: 0%;
	bottom: 0%;
	left: 0%;
	right: 0%;
}

.features-hero-icon-holder {
	grid-column-gap: 30px;
	justify-content: center;
	padding-left: 15px;
	padding-right: 15px;
	display: flex;
}

.features-hero-icon-container {
	width: 70px;
	height: 70px;
	background-color: #1b1c1d;
	border: 1px solid #323338;
	border-radius: 18px;
	justify-content: center;
	align-items: center;
	transition: border-color 0.4s,
		transform 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275),
		background-color 0.35s;
	display: flex;
	-webkit-transition: border-color 0.4s,
		transform 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275),
		background-color 0.35s;
	-moz-transition: border-color 0.4s,
		transform 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275),
		background-color 0.35s;
	-ms-transition: border-color 0.4s,
		transform 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275),
		background-color 0.35s;
	-o-transition: border-color 0.4s,
		transform 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275),
		background-color 0.35s;
}

.features-hero-icon-container.lg {
	width: 190px !important;
	height: 120px !important;
}

.features-hero-icon-container:hover {
	background-color: #212224;
	border-color: #46474d;
	transform: scale(1.1);
}

.features-icons {
	width: 1100px;
	display: flex;
	position: relative;
}

.features-component-holder {
	width: 1100px;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	position: relative;
	left: 0%;
}

.features-icon {
	justify-content: flex-end;
	align-items: center;
}

.featured-icons-wrapper {
	grid-row-gap: 30px;
	flex-direction: column;
	padding-top: 30px;
	padding-bottom: 30px;
	display: flex;
	position: relative;
	overflow: hidden;
	width: 100vw;
}

.gradient-left-side {
	width: 265px;
	height: 105%;
	background-image: linear-gradient(270deg, rgba(13, 13, 13, 0) 17%, #000 100%);
	position: absolute;
	top: -3%;
	bottom: 0%;
	left: 0%;
	right: auto;
}

.gradient-left-side.right-side {
	background-image: linear-gradient(to right, rgba(13, 13, 13, 0) 17%, #000 100%);
	top: 0%;
	bottom: 0%;
	left: auto;
	right: 0%;
}

.break-down-lottie {
	width: 100%;
}

.break-down-animation-holder {
	width: 100%;
	height: 230px;
	position: absolute;
	top: 0%;
	bottom: auto;
	left: 0%;
	right: 0%;
	overflow: hidden;
}

.break-down-gradient {
	height: 180px;
	background-image: linear-gradient(rgba(13, 13, 13, 22%) 0%, #000000 80%);
	position: absolute;
	top: 0%;
	bottom: auto;
	left: 0%;
	right: 0%;
	transition: opacity 0.3s;
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	-ms-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
}

.break-down-gradient.bigger {
	background-image: linear-gradient(rgba(13, 13, 13, 0.53) 8%, #0d0d0d 50%);
}

.tab-link {
	height: 100%;
	background-color: #1b1c1d;
	border: 2px solid #282828;
	border-radius: 8px;
	padding: 11px 25px;
	transition: border-color 0.425s;
}

.tab-link:hover {
	border-color: #8a8a8a;
}

.tab-link.w--current {
	background-color: #1b1c1d;
	border-color: #fff;
}

.tab-link-holder {
	grid-column-gap: 12px;
	grid-row-gap: 12px;
	align-items: center;
	display: flex;
}

.tab-link-text {
	color: #fff;
	/* font-family: IBM Plex Sans Hebrew, sans-serif; */
	font-size: 16px;
	font-weight: 500;
}

.benefits {
	color: #fff;
	font-family: Outfit, sans-serif;
	font-size: 42px;
	font-weight: 500;
	line-height: 100%;
}

.description {
	color: #ffffffae;
	letter-spacing: 0.5px;
	/* font-family: IBM Plex Sans Hebrew, sans-serif; */
	font-size: 16px;
	font-weight: 300;
}

.team {
	position: relative;
	overflow: hidden;
}

.name {
	color: #fff;
	letter-spacing: 0.5px;
	font-family: Outfit, sans-serif;
	font-size: 32px;
	font-weight: 600;
}

.social-media-container {
	grid-column-gap: 16px;
	grid-row-gap: 16px;
	flex: 0 auto;
	justify-content: flex-start;
	align-items: center;
	display: flex;
}

.social-media-holder {
	grid-column-gap: 10px;
	grid-row-gap: 10px;
	flex: 0 auto;
	justify-content: flex-start;
	align-items: flex-start;
	display: flex;
}

.blog-grid-2x {
	grid-row-gap: 18px;
	flex-direction: column;
	transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	display: flex;
}

.blog-grid-2x:hover {
	transform: scale(1.05);
}

.blog-grid-2x-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.blog-grid-2x-title {
	margin-bottom: 8px;
	/* font-family: IBM Plex Sans Hebrew, sans-serif; */
	font-size: 24px;
}

.blog-grid-3x-image-holder {
	width: 100%;
	height: 370px;
	border-radius: 12px;
	overflow: hidden;
}

.blog-details-content {
	max-width: 800px;
	grid-column-gap: 18px;
	grid-row-gap: 18px;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	display: flex;
}

.blog-date {
	color: #7d7d7d;
	letter-spacing: 0.5px;
	/* font-family: IBM Plex Sans Hebrew, sans-serif; */
	font-size: 15px;
	font-weight: 400;
	line-height: 20.5px;
}

.blog-name-details {
	grid-column-gap: 0px;
	grid-row-gap: 8px;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	display: flex;
}

.blog-details---title {
	max-width: 570px;
	color: #fff;
	font-family: Outfit, sans-serif;
	font-size: 42px;
	font-weight: 400;
}

.share-blog-icons {
	grid-column-gap: 19px;
	grid-row-gap: 19px;
	flex: 0 auto;
	justify-content: flex-start;
	align-items: center;
	display: flex;
}

.share-social-media-icon-holder {
	grid-column-gap: 10px;
	grid-row-gap: 10px;
	opacity: 0.3;
	flex: 0 auto;
	justify-content: flex-start;
	align-items: flex-start;
	transition: opacity 0.3s,
		transform 0.375s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	display: flex;
}

.share-social-media-icon-holder:hover {
	opacity: 1;
	transform: scale(1.2);
}

.share-icon {
	width: 24px;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	justify-content: center;
	align-items: center;
}

.blog-details-holder {
	flex-direction: column;
	align-items: center;
	padding-top: 30px;
	padding-bottom: 70px;
	display: flex;
}

.blog-details-main-image-holder {
	width: 100%;
	border-radius: 14px;
	margin-top: 60px;
	margin-bottom: 60px;
	overflow: hidden;
}

.blog-details-main-image {
	width: 100%;
}

.blog-rich-text p {
	color: #fff;
	font-weight: 300;
	line-height: 1.5;
}

.blog-rich-text li {
	padding-top: 0;
	padding-bottom: 0;
	font-weight: 300;
	line-height: 1.5;
}

.category {
	color: #7d7d7d;
	/* font-family: IBM Plex Sans Hebrew, sans-serif; */
	font-size: 15px;
	font-weight: 500;
}

.project-logo-holder {
	width: 40px;
	border-radius: 8px;
	overflow: hidden;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
}

.navbar-end-holder {
	grid-column-gap: 14px;
	align-items: center;
	display: flex;
	justify-content: flex-end;
}

@media screen and (min-width: 1440px) {
	.slider {
		height: 100%;
	}
}

@media screen and (max-width: 991px) {
	h1 {
		font-size: 42px;
	}

	h2 {
		font-size: 38px;
	}

	h3 {
		font-size: 32px;
	}

	h4 {
		font-size: 28px;
	}

	h5 {
		font-size: 24px;
	}

	h6 {
		font-size: 20px;
	}

	.footer-content {
		grid-column-gap: 60px;
	}

	.team {
		flex-direction: column;
		align-items: center;
		display: flex;
		overflow: visible;
	}
}

@media screen and (max-width: 767px) {
	h1 {
		margin-top: 5px;
		font-size: 32px;
	}

	h2 {
		font-size: 28px;
	}

	h3 {
		font-size: 24px;
	}

	h4 {
		font-size: 22px;
	}

	h5 {
		font-size: 20px;
	}

	h6 {
		font-size: 18px;
	}

	.border-box {
		padding: 2px;
	}

	.footer-wrapper {
		text-align: left;
		flex-direction: column;
		align-items: flex-start;
		padding-right: 0;
	}

	.footer-content {
		text-align: left;
		grid-template-columns: 1fr 1fr;
		margin-top: 40px;
	}

	.footer-block {
		text-align: left;
		align-items: flex-start;
	}

	.footer-link {
		text-align: left;
	}

	.footer-link:hover {
		color: rgba(26, 27, 31, 0.75);
	}

	.footer-divider {
		margin-top: 40px;
	}

	.brand {
		padding-left: 0;
	}

	.gradient-left-side {
		width: 110px;
		background-image: linear-gradient(
			270deg,
			rgba(13, 13, 13, 0) 52%,
			#0d0d0d 78%
		);
	}

	.tab-link {
		justify-content: center;
		display: flex;
	}

	.blog-rich-text blockquote {
		margin-left: 0;
		margin-right: 0;
		font-size: 21px;
		line-height: 1.4;
	}
}

@media screen and (max-width: 479px) {
	h1 {
		font-weight: 400;
	}

	.navbar-end-holder {
		grid-column-gap: 8px;
	}

	.container {
		width: 100%;
		padding-left: 1em;
		padding-right: 1em;
	}

	.button.white,
	.button.full {
		width: 100%;
		justify-content: center;
		align-items: center;
		display: flex;
	}

	.footer-divider {
		grid-row-gap: 20px;
		flex-direction: column;
		align-items: flex-start;
		margin-top: 20px;
		padding-top: 20px;
	}

	.blog-grid-2x:hover {
		transform: none;
	}

	.blog-details---title {
		font-size: 33px;
	}

	.blog-details-main-image-holder {
		border-radius: 6px;
	}
}

.break-down-animation-holder {
	opacity: 1;
	will-change: opacity, transform;
	transform: translate3d(0px, 0px, 0px) scale3d(1.1, 1.1, 1) rotateX(0deg)
		rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
	-webkit-transform: translate3d(0px, 0px, 0px) scale3d(1.1, 1.1, 1) rotateX(0deg)
		rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
	-moz-transform: translate3d(0px, 0px, 0px) scale3d(1.1, 1.1, 1) rotateX(0deg)
		rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
	-ms-transform: translate3d(0px, 0px, 0px) scale3d(1.1, 1.1, 1) rotateX(0deg)
		rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
	-o-transform: translate3d(0px, 0px, 0px) scale3d(1.1, 1.1, 1) rotateX(0deg)
		rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
	transition: opacity 0.4s, transform 0.4s;
	-webkit-transition: opacity 0.4s, transform 0.4s;
	-moz-transition: opacity 0.4s, transform 0.4s;
	-ms-transition: opacity 0.4s, transform 0.4s;
	-o-transition: opacity 0.4s, transform 0.4s;
}

.rotate-180 {
	transition: transform 0.3s;
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	cursor: pointer;
}

.rotate-180.rotated {
	transform: rotate(180deg);
}

.pointer {
	cursor: pointer;
}

.progress {
	background: rgba(255, 255, 255, 0.1);
	justify-content: flex-start;
	border-radius: 100px;
	align-items: center;
	position: relative;
	padding: 0 5px;
	display: flex;
	height: 10px;
	width: 100%;
}

.progress-value {
	animation: load 2s normal forwards;
	box-shadow: 0 20px 40px -20px #fff;
	border-radius: 100px;
	background: #fff;
	height: 6px;
	width: 0;
	transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-ms-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	-webkit-animation: load 2s normal forwards;
}

@keyframes load {
	0% {
		width: 0;
	}

	100% {
		width: var(--m);
	}
}

.gradient-border {
	--borderWidth: 3px;
	background: #1d1f20;
	position: relative;
	border-radius: 16px;
}

.gradient-border:after {
	content: '';
	position: absolute;
	top: calc(-1 * var(--borderWidth));
	left: calc(-1 * var(--borderWidth));
	height: calc(100% + var(--borderWidth) * 2);
	width: calc(100% + var(--borderWidth) * 2);
	background: linear-gradient(
		60deg,
		#f79533,
		#f37055,
		#ef4e7b,
		#a166ab,
		#5073b8,
		#1098ad,
		#07b39b,
		#6fba82
	);
	border-radius: calc(16px);
	z-index: -1;
	animation: animatedgradient 3s ease alternate infinite;
	background-size: 300% 300%;
	-webkit-border-radius: calc(16px);
	-moz-border-radius: calc(16px);
	-ms-border-radius: calc(16px);
	-o-border-radius: calc(16px);
	-webkit-animation: animatedgradient 3s ease alternate infinite;
}

@keyframes animatedgradient {
	0% {
		background-position: 0% 50%;
	}

	50% {
		background-position: 100% 50%;
	}

	100% {
		background-position: 0% 50%;
	}
}

.avatar {
	position: relative;
	display: inline-block;
	width: 2.625rem;
	height: 2.625rem;
	border-radius: 0.5rem;
}

.avatar:not(img) {
	background-color: #fff;
}

.avatar-img {
	max-width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 0.5rem;
}

.avatar-initials {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	width: 2.625rem;
	height: 2.625rem;
	font-size: 0.875rem;
	font-weight: 600;
	pointer-events: none;
	text-transform: uppercase;
	border-radius: 0.5rem;
}

.avatar-circle {
	border-radius: 50%;
}

.avatar-circle .avatar,
.avatar-circle .avatar-img,
.avatar-circle .avatar-initials {
	border-radius: 50%;
}

.avatar-centered {
	display: -ms-flexbox;
	display: flex;
	margin-right: auto;
	margin-left: auto;
}

.avatar-group {
	position: relative;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
}

.avatar-group .avatar:hover {
	z-index: 2;
}

.avatar-group .avatar-circle .avatar-initials {
	border-radius: 50%;
}

.avatar-group .avatar .avatar-img,
.avatar-group .avatar .avatar-initials,
.avatar-group .avatar-sm .avatar-img,
.avatar-group .avatar-sm .avatar-initials {
	border: 1px solid #fff;
}

.avatar-group .avatar + .avatar {
	margin-left: -1rem;
}

.avatar-group .avatar-sm + .avatar-sm {
	margin-left: -1rem;
}

.avatar-group .avatar,
.avatar-group .avatar-initials {
	width: 2.625rem;
	height: 2.625rem;
}

.avatar-group .avatar-initials {
	font-size: 0.875rem;
}

.avatar-group .avatar + .avatar {
	margin-left: -1rem;
}

.tab-link {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 1px;
	border-radius: 12px;
	background-color: transparent;
	/*background-image: -webkit-gradient(		linear,		right top,		left top,		color-stop(76%, #2f2f2f),		to(rgba(47, 47, 47, 0))	);
	*/
	/*background-image: linear-gradient(270deg, #2f2f2f 76%, rgba(47, 47, 47, 0));
	*/
	-webkit-transition: background-color 200ms ease, color 350ms ease;
	transition: background-color 200ms ease, color 350ms ease;
	-webkit-transition: background-color 200ms ease, color 350ms ease;
	-moz-transition: background-color 200ms ease, color 350ms ease;
	-ms-transition: background-color 200ms ease, color 350ms ease;
	-o-transition: background-color 200ms ease, color 350ms ease;
}

.hide {
	opacity: 0;
}

.modal-backdrop {
	z-index: 1;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: var(--ck-overlay-background, rgba(0, 0, 0, 0.05));
	-webkit-backdrop-filter: blur(20px);
	backdrop-filter: blur(20px);
	opacity: 0;
	-webkit-transition: opacity 0.15s linear;
	transition: opacity 0.15s linear;
	/* z-index: 100; */
}

.modal-backdrop.fade {
	opacity: 0;
}

.modal-backdrop.show {
	opacity: 1 !important;
	height: 100vh !important;
}

.modal-backdrop-2 {
	z-index: 1;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.2);
	-webkit-backdrop-filter: blur(2px);
	backdrop-filter: blur(2px);
	opacity: 0;
	-webkit-transition: opacity 0.15s linear;
	transition: opacity 0.15s linear;
	/* z-index: 100; */
}

.divider-center {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	color: #000;
	font-size: 18px;
}

.divider-center::after,
.divider-center::before {
	-ms-flex: 1 1 0%;
	flex: 1 1 0%;
	border-top: 0.0925rem solid rgba(0, 0, 0, 1);
	margin-top: 0.0925rem;
	content: '';
}

.divider-center::before {
	margin-right: 1.5rem;
}

.divider-center::after {
	margin-left: 1.5rem;
}

.spinner-border {
	display: inline-block;
	width: var(--bs-spinner-width);
	height: var(--bs-spinner-height);
	vertical-align: var(--bs-spinner-vertical-align);
	border-radius: 50%;
	-webkit-animation: var(--bs-spinner-animation-speed) linear infinite
		var(--bs-spinner-animation-name);
	animation: var(--bs-spinner-animation-speed) linear infinite
		var(--bs-spinner-animation-name);
}

@-webkit-keyframes spinner-border {
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes spinner-border {
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.spinner-border {
	--bs-spinner-width: 2rem;
	--bs-spinner-height: 2rem;
	--bs-spinner-vertical-align: -0.125em;
	--bs-spinner-border-width: 0.25em;
	--bs-spinner-animation-speed: 0.75s;
	--bs-spinner-animation-name: spinner-border;
	border: var(--bs-spinner-border-width) solid currentcolor;
	border-right-color: transparent;
}

.spinner-border-xs {
	--bs-spinner-width: 12px;
	--bs-spinner-height: 12px;
	--bs-spinner-border-width: 2px;
}
.spinner-border-sm {
	--bs-spinner-width: 1rem;
	--bs-spinner-height: 1rem;
	--bs-spinner-border-width: 0.2em;
}

.spinner-border-lg {
	--bs-spinner-width: 4rem;
	--bs-spinner-height: 4rem;
	--bs-spinner-border-width: 0.3em;
}

@-webkit-keyframes spinner-grow {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	50% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.text-white > p {
	color: #fff !important;
}

.avatar-sm,
.avatar-sm .avatar-initials {
	width: 2.40625rem;
	height: 2.40625rem;
}

.avatar-sm .avatar-img {
	width: 2.40625rem;
}

.avatar-sm .avatar-initials {
	font-size: 0.875rem;
}

.user-avatar-btn {
	width: 100%;
	height: 100%;
	cursor: pointer;
	transition: border-color 0.275s;
	border-radius: 400px;
	border: 2px solid rgba(255, 255, 255, 0.6);

	display: flex;
	justify-content: center;
	align-items: center;
}

.user-avatar-btn:hover {
	border: 2px solid #000;
}

.disabled {
	pointer-events: none;
	opacity: 0.95;
}

.text-success {
	color: #01ff01 !important;
}

/* .shadow-verified {
	border-color: green;
} */

.text-truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.text-truncate-sm {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 120px;
}

.text-truncate-lg {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 220px;
}

.background-logo {
	z-index: 0;
	right: -50px;
	width: 300px;
	opacity: 0.2;
	top: -57px;
}

.chevron-down-holder {
	background-color: white;
	border-radius: 100px;
	border: 1px solid #000;
	height: 30px;
	width: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 3;
}

.wallet-modal-title {
	margin: 0;
	padding: 0;
	line-height: 22px;
	font-size: 19px;
	font-weight: 500;
	color: #373737;
}

.wallet-modal-header {
	margin: 0;
	padding: 0;
	font-size: 17px;
	font-family: Inter, sans-serif !important;
	color: #373737;
	font-weight: 700;
	margin-bottom: 19px;
}

.wallet-modal-description {
	font-size: 16px;
	font-weight: 400;
	line-height: 21px;
	color: #999999;
}

.wallet-modal-vars {
	--ck-family-brand: #1a88f8;
	--ck-brand-walletConnect: #3b99fc;
	--ck-brand-coinbaseWallet: #0052ff;
	--ck-brand-metamask: #f6851b;
	--ck-brand-metamask-01: #f6851b;
	--ck-brand-metamask-02: #e2761b;
	--ck-brand-metamask-03: #cd6116;
	--ck-brand-metamask-04: #161616;
	--ck-brand-metamask-05: #763d16;
	--ck-brand-metamask-06: #d7c1b3;
	--ck-brand-metamask-07: #c0ad9e;
	--ck-brand-metamask-08: #e4761b;
	--ck-brand-metamask-09: #233447;
	--ck-brand-metamask-10: #e4751f;
	--ck-brand-metamask-11: #fef5e7;
	--ck-brand-metamask-12: #e3c8ab;
	--ck-brand-trust-01: #3375bb;
	--ck-brand-trust-02: #ffffff;
	--ck-brand-trust-01b: #ffffff;
	--ck-brand-trust-02b: #3375bb;
	--ck-brand-argent: #f36a3d;
	--ck-brand-imtoken-01: #11c4d1;
	--ck-brand-imtoken-02: #0062ad;
	--ck-brand-gnosisSafe: #12ff80;
	--ck-ens-01-start: #ff453a;
	--ck-ens-01-stop: #ff9f0a;
	--ck-ens-02-start: #ff9f0a;
	--ck-ens-02-stop: #ffd60a;
	--ck-ens-03-start: #ffd60a;
	--ck-ens-03-stop: #32d74b;
	--ck-ens-04-start: #32d74b;
	--ck-ens-04-stop: #64d2ff;
	--ck-ens-05-start: #64d2ff;
	--ck-ens-05-stop: #0a84ff;
	--ck-ens-06-start: #0a84ff;
	--ck-ens-06-stop: #5e5ce6;
	--ck-ens-07-start: #5e5ce6;
	--ck-ens-07-stop: #bf5af2;
	--ck-ens-08-start: #bf5af2;
	--ck-ens-08-stop: #ff2d55;
	--ck-graphic-wave-stop-01: #e8f17d;
	--ck-graphic-wave-stop-02: #a8ecde;
	--ck-graphic-wave-stop-03: #7aa1f2;
	--ck-graphic-wave-stop-04: #dea1e8;
	--ck-graphic-wave-stop-05: #f46d98;
	--ck-graphic-scaniconwithlogos-01: #afafaf;
	--ck-graphic-scaniconwithlogos-02: #696969;
	--ck-graphic-scaniconwithlogos-03: #f8d74a;
	--ck-graphic-scaniconwithlogos-04: #3d3d3d;
	--ck-connectbutton-font-size: 15px;
	--ck-connectbutton-color: #373737;
	--ck-connectbutton-background: #f6f7f9;
	--ck-connectbutton-background-secondary: #ffffff;
	--ck-connectbutton-hover-color: #373737;
	--ck-connectbutton-hover-background: #f0f2f5;
	--ck-connectbutton-active-color: #373737;
	--ck-connectbutton-active-background: #eaecf1;
	--ck-connectbutton-balance-color: #373737;
	--ck-connectbutton-balance-background: #fff;
	--ck-connectbutton-balance-box-shadow: inset 0 0 0 1px
		var(--ck-connectbutton-background);
	--ck-connectbutton-balance-hover-background: #f6f7f9;
	--ck-connectbutton-balance-hover-box-shadow: inset 0 0 0 1px
		var(--ck-connectbutton-hover-background);
	--ck-connectbutton-balance-active-background: #f0f2f5;
	--ck-connectbutton-balance-active-box-shadow: inset 0 0 0 1px
		var(--ck-connectbutton-active-background);
	--ck-primary-button-border-radius: 16px;
	--ck-primary-button-color: #373737;
	--ck-primary-button-background: #f6f7f9;
	--ck-primary-button-font-weight: 600;
	--ck-primary-button-hover-color: #373737;
	--ck-primary-button-hover-background: #f0f2f5;
	--ck-secondary-button-border-radius: 16px;
	--ck-secondary-button-color: #373737;
	--ck-secondary-button-background: #f6f7f9;
	--ck-tertiary-button-background: #ffffff;
	--ck-secondary-button-hover-background: #e0e4eb;
	--ck-modal-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.02);
	--ck-overlay-background: rgba(71, 88, 107, 0.24);
	--ck-body-color: #373737;
	--ck-body-color-muted: #999999;
	--ck-body-color-muted-hover: #111111;
	--ck-body-background: #ffffff;
	--ck-body-background-transparent: rgba(255, 255, 255, 0);
	--ck-body-background-secondary: #f6f7f9;
	--ck-body-background-secondary-hover-background: #e0e4eb;
	--ck-body-background-secondary-hover-outline: #4282ff;
	--ck-body-background-tertiary: #f3f4f7;
	--ck-body-action-color: #999999;
	--ck-body-divider: #f7f6f8;
	--ck-body-color-danger: #ff4e4e;
	--ck-body-color-valid: #32d74b;
	--ck-siwe-border: #f0f0f0;
	--ck-body-disclaimer-color: #aaaaab;
	--ck-body-disclaimer-link-color: #838485;
	--ck-body-disclaimer-link-hover-color: #000000;
	--ck-tooltip-background: #ffffff;
	--ck-tooltip-background-secondary: #ffffff;
	--ck-tooltip-color: #999999;
	--ck-tooltip-shadow: 0px 2px 10px rgba(0, 0, 0, 0.08);
	--ck-dropdown-button-color: #999999;
	--ck-dropdown-button-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.01),
		0px 0px 7px rgba(0, 0, 0, 0.05);
	--ck-dropdown-button-background: #fff;
	--ck-dropdown-button-hover-color: #8b8b8b;
	--ck-dropdown-button-hover-background: #f5f7f9;
	--ck-qr-dot-color: #000000;
	--ck-qr-border-color: #f7f6f8;
	--ck-focus-color: #1a88f8;
	--ck-spinner-color: var(--ck-focus-color);
	--ck-copytoclipboard-stroke: #cccccc;
}

.wallet-modal-loader-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 10px auto 16px;
	height: 120px;
}

.hjHXzF {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	position: relative;
	--spinner-error-opacity: 0;
}

.hjHXzF:before {
	content: '';
	position: absolute;
	inset: -5px;
	opacity: 0;
	background: var(--ck-body-color-danger);
	border-radius: 50%;
	background: none;
	box-shadow: inset 0 0 0 3.5px var(--ck-body-color-danger);
}

.eaClcw {
	z-index: 4;
	position: relative;
	width: 100px;
	height: 100px;
}

.eaClcw svg {
	z-index: 3;
	position: relative;
	display: block;
}

.cQjfDv {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 10px auto 16px;
	height: 120px;
}

.hCVOJP {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	position: relative;
	--spinner-error-opacity: 0;
	-webkit-animation: kccBUA 220ms ease-out both;
	animation: kccBUA 220ms ease-out both;
}

.hCVOJP:before {
	content: '';
	position: absolute;
	inset: -5px;
	opacity: 0;
	background: var(--ck-body-color-danger);
	border-radius: 50%;
	background: none;
	box-shadow: inset 0 0 0 3.5px var(--ck-body-color-danger);
}

.hCVOJP:before {
	-webkit-animation: jUgpwh 220ms ease-out 750ms both;
	animation: jUgpwh 220ms ease-out 750ms both;
}

.gSSQVp {
	z-index: 5;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: absolute;
	right: 2px;
	bottom: 2px;
	padding: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border-radius: 16px;
	cursor: pointer;
	overflow: hidden;
	background: none;
	color: var(--ck-body-background);
	-webkit-transition: color 200ms ease;
	transition: color 200ms ease;
	box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.15);
}

.gSSQVp:before {
	z-index: 3;
	content: '';
	position: absolute;
	inset: 0;
	opacity: 0;
	-webkit-transition: opacity 200ms ease;
	transition: opacity 200ms ease;
	background: var(--ck-body-color);
}

.gSSQVp:hover:before {
	opacity: 0.1;
}

@-webkit-keyframes jUgpwh {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@keyframes jUgpwh {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@-webkit-keyframes kccBUA {
	0% {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}

	25% {
		-webkit-transform: translateX(2px);
		-ms-transform: translateX(2px);
		transform: translateX(2px);
	}

	50% {
		-webkit-transform: translateX(-2px);
		-ms-transform: translateX(-2px);
		transform: translateX(-2px);
	}

	75% {
		-webkit-transform: translateX(2px);
		-ms-transform: translateX(2px);
		transform: translateX(2px);
	}

	100% {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
}

.jSTAEP {
	position: absolute;
	inset: 0;
}

.jSTAEP:before {
	z-index: 1;
	content: '';
	position: absolute;
	inset: 3px;
	border-radius: 16px;
	background: conic-gradient(
		from 90deg,
		currentColor 10%,
		var(--ck-body-color) 80%
	);
}

.jSTAEP svg {
	z-index: 2;
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
}

.eaClcw {
	z-index: 4;
	position: relative;
	width: 100px;
	height: 100px;
}

.eaClcw svg {
	z-index: 3;
	position: relative;
	display: block;
}

@-webkit-keyframes shake-animation {
	0% {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}

	25% {
		-webkit-transform: translateX(10px);
		-ms-transform: translateX(10px);
		transform: translateX(10px);
	}

	50% {
		-webkit-transform: translateX(-10px);
		-ms-transform: translateX(-10px);
		transform: translateX(-10px);
	}

	75% {
		-webkit-transform: translateX(10px);
		-ms-transform: translateX(10px);
		transform: translateX(10px);
	}

	100% {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
}

@keyframes shine {
	0% {
		left: -100px;
	}

	20% {
		left: 100%;
	}

	100% {
		left: 100%;
	}
}

.rounded-5ish {
	border-radius: 1.4rem;
}

/* 
* Prevents issues when the parent creates a 
* stacking context. (For example, using the transform
* property )
*/

.fs-3::placeholder {
	font-size: calc(1rem) !important;
}

.bg-dark {
	background-color: #1a1a1a !important;
}

.border-muted-opacity {
	border-color: rgb(161 161 161 / 18%) !important;
}

canvas {
	display: block;
}

.modal-backdrop {
	backdrop-filter: blur(7px);
	-webkit-backdrop-filter: blur(7px);
}

.avatar-uploader-trigger {
	position: absolute;
	bottom: 0;
	right: 0;
	cursor: pointer;
	border-radius: 50%;
}

.avatar-uploader-icon {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: var(--bs-dark-input);
	border-radius: 50%;
	transition: 0.2s;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-ms-transition: 0.2s;
	-o-transition: 0.2s;
	background: #3d3d3dbd;
	height: 31px;
	width: 31px;
	color: white;
}

.row [class*='col-'] {
	transition: flex 0.5s ease-in-out, max-width 0.5s ease-in-out;
}

.show {
	opacity: 1 !important;
}

@keyframes rotate-gradient {
	0% {
		background-position: 0% 0%;
	}

	100% {
		background-position: 100% 100%;
	}
}

.notifications-icon-holder {
	min-width: 2.65rem;
	min-height: 2.65rem;
	justify-content: center;
	align-items: center;
	transition: border-color 0.275s;
	display: flex;
	padding: 7px;
	color: #fff;
	margin-right: -10px;
	-webkit-transition: border-color 0.275s;
	-moz-transition: border-color 0.275s;
	-ms-transition: border-color 0.275s;
	-o-transition: border-color 0.275s;

	border-radius: 1000px;
	border: 0.5px solid rgba(255, 255, 255, 0.3);
	background: rgba(255, 255, 255, 0.07);
}

.notifications-icon-holder:hover {
	background: #5a5a5a;
}

@media screen and (min-width: 1280px) {
	.container {
		padding-right: 10px;
		padding-left: 10px;
	}
}

.arrow-holder {
	height: 44px;
	width: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
}

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

.text-muted {
	color: #6c757d !important;
}

.text-white::placeholder {
	color: rgba(255, 255, 255, 0.4) !important;
}

.team {
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	justify-content: flex-start;
	align-items: flex-start;
	display: flex;
	overflow: hidden;
}

.grey {
	color: rgba(0, 0, 0, 0.5);
}

/* Swiper CSS */

.swiper {
	overflow: visible;
}

.swiper-slide {
	display: flex;
	justify-content: center;
}

/* Select CSS */

/* .option-hover {
	background-color: transparent !important;
} */

.option-hover:hover {
	background-color: rgba(255, 255, 255, 0.1);
}

/* Swiper */

/* .swiper-button-disabled {
	transition: 0.5s ease-in-out;
	pointer-events: none;
	background-color: #b3b3b3 !important;
	border: none !important;
} */

/* .swiper-button-disabled i {
	color: black !important;
} */

/* custom */

.underline {
	text-decoration: underline;
}

.break-down-gradient.bigger {
	background-image: linear-gradient(rgba(13, 13, 13, 0.53) 8%, #0d0d0d 50%);
}

.swiper {
	width: 100%;
	height: 100%;
}

.swiper-wrapper {
	max-height: 100%;
	height: 100%;
	display: flex;
}

.swiper-slide {
	width: auto;
	flex-shrink: 0;
	display: block;
	height: 100%;
	max-height: 100%;
}

.swiper-container {
	width: 100%;
	max-width: 100%;
	max-height: 100vh;
	min-height: 0;
	min-width: 0;
}

/* .swiper-slide:not(.swiper-slide-active) {
	opacity: 0;
  } */

/* .swiper-slide {
	opacity: .15;
  }
  .swiper-slide-visible {
	opacity: 1;
  } */

.overlay {
	width: 100%;
	height: 100%;
	opacity: 0;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	margin-left: auto;
	margin-right: auto;
	display: flex;
}

.ms-n3 {
	margin-left: -1rem !important;
}

.cursor {
	width: 160px;
	height: 160px;
	background-color: rgba(0, 0, 0, 0);
	border-radius: 100000px;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	margin: auto;
	padding: 0;
	display: block;
}

.academy-hero-image {
	width: 100%;
	height: 590px;
	object-fit: cover;
	border: 4px solid #efefef;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	-webkit-border-radius: 20px;
	overflow: hidden;
}

@media (min-width: 992px) {
	.academy-hero-image {
		height: 500px !important;
		border-radius: 49px 49px 10px 10px;
		-webkit-border-radius: 49px 49px 10px 10px;
		-moz-border-radius: 49px 49px 10px 10px;
		-ms-border-radius: 49px 49px 10px 10px;
		-o-border-radius: 49px 49px 10px 10px;
	}
}

.heading-large {
	letter-spacing: 0;
	font-size: 6.54em;
	font-weight: 500;
	line-height: 1.15;
}

.slick-slide img {
	display: block;
}
.slick-initialized .slick-slide {
	display: block;
}

/*** Dropzone ***/

/*** Profile background ***/

.profile-bg-holder {
	z-index: 2;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	display: flex;
	position: relative;
}

.profile-bg-container {
	z-index: 1;
	grid-row-gap: 30px;
	text-align: center;
	flex-direction: column;
	align-items: center;
	display: flex;
	position: relative;
}

.circles-holder {
	justify-content: center;
	align-items: center;
	display: flex;
	position: absolute;
	top: 50px;
}

.blured-bg-holder {
	z-index: 0;
	justify-content: center;
	align-items: center;
	display: flex;
	position: absolute;
	top: 0%;
	bottom: auto;
	left: 0%;
	right: 0%;
}

.blured-bg-big {
	width: 100%;
	max-width: none;
	position: absolute;
	top: -200px;
}

.blured-bg-smal {
	width: 100%;
	max-width: none;
	position: absolute;
	top: -14px;
}

.cricle-image-holder {
	width: 350px;
}

.cricle-image-holder._02 {
	width: 570px;
	position: absolute;
	top: -50%;
}

.cricle-image-holder._03 {
	width: 720px;
	position: absolute;
	top: -100%;
}

.shadow-dark {
	/* inner glow 👇 */
	box-shadow: inset 0 0 0.5px 1px hsla(0, 0%, 100%, 0.075),
		/* shadow ring 👇 */ 0 0 0 1px hsla(0, 0%, 0%, 0.05),
		/* multiple soft shadows 👇 */ 0 0.3px 0.4px hsla(0, 0%, 0%, 0.02),
		0 0.9px 1.5px hsla(0, 0%, 0%, 0.045), 0 3.5px 6px hsla(0, 0%, 0%, 0.09);
}

/* .animated-line {
	top: 0%;
	left: 10%;
	width: 10px;
	height: 250px;
	background: #634ce5;
	box-shadow: 0px -13px 43px 5px rgba(99,76,229,0.4);
	border-radius: 3px;
	animation: line-movement 1s ease-out forwards;
	-webkit-animation: line-movement 1s ease-out forwards;
} */

@keyframes line-movement {
	0% {
		transform: translate(0px, 0px);
		-webkit-transform: translate(0px, 0px);
		-moz-transform: translate(0px, 0px);
		-ms-transform: translate(0px, 0px);
		-o-transform: translate(0px, 0px);
	}
	100% {
		transform: translate(0px, 1750px);
		-webkit-transform: translate(0px, 1750px);
		-moz-transform: translate(0px, 1750px);
		-ms-transform: translate(0px, 1750px);
		-o-transform: translate(0px, 1750px);
	}
}

.rotate-180 {
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
.button:hover .rotate-180 {
	transform: rotateZ(45deg);
	-webkit-transform: rotateZ(45deg);
	-moz-transform: rotateZ(45deg);
	-ms-transform: rotateZ(45deg);
	-o-transform: rotateZ(45deg);
}

.swiper-button-prev {
	visibility: hidden !important;
}

.swiper-button-next {
	visibility: hidden !important;
}

.alphahub-hero-subtitle {
	background-image: radial-gradient(
		circle at 50% 0px,
		rgb(13 110 253 / 27%) 26%,
		rgba(19, 18, 49, 0.5)
	);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
}

.framer-1cc0kbh {
	bottom: 30px;
	flex: none;
	height: 148px;
	overflow: hidden;
	position: fixed;
	right: 30px;
	width: 140px;
	z-index: 0;
}

.framer-1vl6nnp-container {
	flex: none;
	inset: 0;
	position: absolute;
}

/***** Custom font-sizes ******/

.fs-xs {
	font-size: 12px;
}

/***** Custom hover styles *****/

.hover-light:hover {
	background-color: rgba(255, 255, 255, 0.075);
}

/**** Bell ring animation ****/

.bell_ring_twice {
	animation-delay: 1s;
	-webkit-transform-origin: 50% 4px;
	-webkit-animation: ring 4s 0.7s ease-in-out 2;
	-moz-animation: ring 4s 0.7s ease-in-out 2;
	animation: ring 4s 0.7s ease-in-out 2;

	animation-iteration-count: 2 !important;
	transform-origin: 50% 2px;
	-moz-transform-origin: 50% 4px;
}

@-webkit-keyframes ring {
	0% {
		-webkit-transform: rotateZ(0);
	}
	1% {
		-webkit-transform: rotateZ(30deg);
	}
	3% {
		-webkit-transform: rotateZ(-28deg);
	}
	5% {
		-webkit-transform: rotateZ(34deg);
	}
	7% {
		-webkit-transform: rotateZ(-32deg);
	}
	9% {
		-webkit-transform: rotateZ(30deg);
	}
	11% {
		-webkit-transform: rotateZ(-28deg);
	}
	13% {
		-webkit-transform: rotateZ(26deg);
	}
	15% {
		-webkit-transform: rotateZ(-24deg);
	}
	17% {
		-webkit-transform: rotateZ(22deg);
	}
	19% {
		-webkit-transform: rotateZ(-20deg);
	}
	21% {
		-webkit-transform: rotateZ(18deg);
	}
	23% {
		-webkit-transform: rotateZ(-16deg);
	}
	25% {
		-webkit-transform: rotateZ(14deg);
	}
	27% {
		-webkit-transform: rotateZ(-12deg);
	}
	29% {
		-webkit-transform: rotateZ(10deg);
	}
	31% {
		-webkit-transform: rotateZ(-8deg);
	}
	33% {
		-webkit-transform: rotateZ(6deg);
	}
	35% {
		-webkit-transform: rotateZ(-4deg);
	}
	37% {
		-webkit-transform: rotateZ(2deg);
	}
	39% {
		-webkit-transform: rotateZ(-1deg);
	}
	41% {
		-webkit-transform: rotateZ(1deg);
	}

	43% {
		-webkit-transform: rotateZ(0);
	}
	100% {
		-webkit-transform: rotateZ(0);
	}
}

@-moz-keyframes ring {
	0% {
		-moz-transform: rotate(0);
	}
	1% {
		-moz-transform: rotate(30deg);
	}
	3% {
		-moz-transform: rotate(-28deg);
	}
	5% {
		-moz-transform: rotate(34deg);
	}
	7% {
		-moz-transform: rotate(-32deg);
	}
	9% {
		-moz-transform: rotate(30deg);
	}
	11% {
		-moz-transform: rotate(-28deg);
	}
	13% {
		-moz-transform: rotate(26deg);
	}
	15% {
		-moz-transform: rotate(-24deg);
	}
	17% {
		-moz-transform: rotate(22deg);
	}
	19% {
		-moz-transform: rotate(-20deg);
	}
	21% {
		-moz-transform: rotate(18deg);
	}
	23% {
		-moz-transform: rotate(-16deg);
	}
	25% {
		-moz-transform: rotate(14deg);
	}
	27% {
		-moz-transform: rotate(-12deg);
	}
	29% {
		-moz-transform: rotate(10deg);
	}
	31% {
		-moz-transform: rotate(-8deg);
	}
	33% {
		-moz-transform: rotate(6deg);
	}
	35% {
		-moz-transform: rotate(-4deg);
	}
	37% {
		-moz-transform: rotate(2deg);
	}
	39% {
		-moz-transform: rotate(-1deg);
	}
	41% {
		-moz-transform: rotate(1deg);
	}

	43% {
		-moz-transform: rotate(0);
	}
	100% {
		-moz-transform: rotate(0);
	}
}

@keyframes ring {
	0% {
		transform: rotate(0);
	}
	1% {
		transform: rotate(30deg);
	}
	3% {
		transform: rotate(-28deg);
	}
	5% {
		transform: rotate(34deg);
	}
	7% {
		transform: rotate(-32deg);
	}
	9% {
		transform: rotate(30deg);
	}
	11% {
		transform: rotate(-28deg);
	}
	13% {
		transform: rotate(26deg);
	}
	15% {
		transform: rotate(-24deg);
	}
	17% {
		transform: rotate(22deg);
	}
	19% {
		transform: rotate(-20deg);
	}
	21% {
		transform: rotate(18deg);
	}
	23% {
		transform: rotate(-16deg);
	}
	25% {
		transform: rotate(14deg);
	}
	27% {
		transform: rotate(-12deg);
	}
	29% {
		transform: rotate(10deg);
	}
	31% {
		transform: rotate(-8deg);
	}
	33% {
		transform: rotate(6deg);
	}
	35% {
		transform: rotate(-4deg);
	}
	37% {
		transform: rotate(2deg);
	}
	39% {
		transform: rotate(-1deg);
	}
	41% {
		transform: rotate(1deg);
	}

	43% {
		transform: rotate(0);
	}
	100% {
		transform: rotate(0);
	}
}

/*** pulse animation ****/

.pulse {
	animation: pulse-animation 2s infinite;
}

.pulse-only-four {
	animation: pulse-animation 2s;
	animation-iteration-count: 4;
}
.pulse-only-thrice {
	animation: pulse-animation 2s;
	animation-iteration-count: 3;
}

.pulse-only-twice {
	animation: pulse-animation 2s;
	animation-iteration-count: 2;
}

@keyframes pulse-animation {
	0% {
		box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.4);
	}
	100% {
		box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
	}
}

/***** Custom Opacity *****/

.opacity-60 {
	opacity: 0.6;
}

/*** Animationg border ****/

.border-color-animation {
	animation: border 4s;
	animation-iteration-count: infinite;
}

@keyframes border {
	0% {
		border: 1px solid rgba(255, 255, 255, 0.1);
	}
	50% {
		border: 1px solid rgba(255, 255, 255, 0.2);
	}
	100% {
		border: 1px solid rgba(255, 255, 255, 0.1);
	}
}
/**** Floating Animation *****/

.floating {
	animation-name: floating;
	animation-duration: 3s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
}

@keyframes floating {
	0% {
		transform: translate(0, 0px);
	}
	50% {
		transform: translate(0, 15px);
	}
	100% {
		transform: translate(0, -0px);
	}
}

/**** Floating Animation (sm) *****/

.floating-sm {
	animation-name: floating-sm;
	animation-duration: 3s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
}

@keyframes floating-sm {
	0% {
		transform: translate(0, 0px);
	}
	50% {
		transform: translate(0, 8px);
	}
	100% {
		transform: translate(0, -0px);
	}
}

/**** Show rewards popping from chest *****/

.rewards-popping {
	animation-name: rewards-popping;
	animation-duration: 1.5s;
	animation-timing-function: ease-in-out;
}

@keyframes rewards-popping {
	0% {
		transform: translate(-50%, -100%);
		opacity: 0;
	}
	100% {
		transform: translate(-50%, -250px);
		opacity: 1;
	}
}

/**** Opacity animation *****/

.opacity-animation {
	animation-name: opacity-animation;
	animation-duration: 1.5s;
	animation-iteration-count: 1;
	animation-timing-function: ease-in-out;
}

@keyframes opacity-animation {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes opacity-animation-reverse {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

.opacity-animation-infinite {
	animation-name: opacity-animation-infinite;
	animation-duration: 3s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
}

@keyframes opacity-animation-reverse {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@keyframes opacity-animation {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.opacity-animation-infinite {
	animation-name: opacity-animation-infinite;
	animation-duration: 3s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
}

@keyframes opacity-animation-infinite {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

/**** Text glow animation ****/

@keyframes glow {
	0% {
		text-shadow: 0px 0px 0px whitesmoke;
	}
	50% {
		text-shadow: 0px 0px 4px whitesmoke;
	}
	100% {
		text-shadow: 0px 0px 0px whitesmoke;
	}
}

/**** Floating Animation *****/

.floating {
	animation-name: floating;
	animation-duration: 3s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
}

@keyframes floating {
	0% {
		transform: translate(0, 0px);
	}
	50% {
		transform: translate(0, 15px);
	}
	100% {
		transform: translate(0, -0px);
	}
}

/**** Button hovering *****/

/**** Scale animation *****/

@keyframes scaling {
	0% {
		scale: 0;
		opacity: 0;
	}
	100% {
		scale: 1;
		opacity: 1;
	}
}

/*** Table styles ****/

table {
	border-collapse: separate;
	border-spacing: 0rem 12px;
}

tr td:first-child {
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
tr td:last-child {
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}

.table-row-hover {
	transition: 0.3s all ease-in-out;
}

.table-row-hover:hover {
	background: rgba(255, 255, 255, 0.1) !important;
}

/**** Skeleton ****/

.skeleton {
	animation: progress 1.5s ease-in-out infinite;
	background: linear-gradient(
		90deg,
		transparent,
		rgba(255, 255, 255, 0.15),
		transparent
	);
}

/* Skeleton styles */
.skeleton_pulse {
	position: relative !important;
	overflow: hidden !important;
	visibility: hidden !important;

	&::after {
		visibility: visible !important;
		content: '' !important;
		position: absolute !important;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 1;
		background: rgba(255, 255, 255, 0.1) !important;
		animation: progress_upgrade 2s linear infinite !important;
	}
}

@keyframes progress_upgrade {
	0%,
	100% {
		opacity: 0.3;
	}
	50% {
		opacity: 1;
	}
}

@keyframes progress {
	0% {
		transform: translate3d(-100%, 0, 0);
	}
	100% {
		transform: translate3d(100%, 0, 0);
	}
}

/**** backdrop blur for nested elements ****/

.hover-navbar-option {
	background-color: transparent;
	color: rgba(255, 255, 255, 0.8);
}

.opacity-animation-infinite {
	animation-name: opacity-animation-infinite;
	animation-duration: 3s;
	animation-iteration-count: infinite;
	@keyframes opacity-animation {
		0% {
			opacity: 0;
		}
		100% {
			opacity: 1;
		}
	}

	@keyframes opacity-animation-reverse {
		0% {
			opacity: 1;
		}
		100% {
			opacity: 0;
		}
	}

	/**** Scale animation *****/

	@keyframes scaling {
		0% {
			scale: 0;
			opacity: 0;
		}
		100% {
			scale: 1;
			opacity: 1;
		}
	}

	.opacity-animation-infinite {
		animation-name: opacity-animation-infinite;
		animation-duration: 3s;
		animation-iteration-count: infinite;
		animation-timing-function: ease-in-out;
	}

	@keyframes opacity-animation-reverse {
		0% {
			opacity: 1;
		}
		100% {
			opacity: 0;
		}
	}

	@keyframes opacity-animation {
		0% {
			opacity: 0;
		}
		100% {
			opacity: 1;
		}
	}

	.opacity-animation-infinite {
		animation-name: opacity-animation-infinite;
		animation-duration: 3s;
		animation-iteration-count: infinite;
		animation-timing-function: ease-in-out;
	}

	@keyframes opacity-animation-infinite {
		0% {
			opacity: 0;
		}
		50% {
			opacity: 1;
		}
		100% {
			opacity: 0;
		}
	}

	@keyframes opacity-animation {
		0% {
			opacity: 0;
		}
		100% {
			opacity: 1;
		}
	}

	/**** Text glow animation ****/

	@keyframes glow {
		0% {
			text-shadow: 0px 0px 0px whitesmoke;
		}
		50% {
			text-shadow: 0px 0px 4px whitesmoke;
		}
		100% {
			text-shadow: 0px 0px 0px whitesmoke;
		}
	}

	/**** Floating Animation *****/

	.floating {
		animation-name: floating;
		animation-duration: 3s;
		animation-iteration-count: infinite;
		animation-timing-function: ease-in-out;
	}

	@keyframes floating {
		0% {
			transform: translate(0, 0px);
		}
		50% {
			transform: translate(0, 15px);
		}
		100% {
			transform: translate(0, -0px);
		}
	}

	/**** Button hovering *****/

	/**** Scale animation *****/

	@keyframes scaling {
		0% {
			scale: 0;
			opacity: 0;
		}
		100% {
			scale: 1;
			opacity: 1;
		}
	}

	/*** Table styles ****/

	table {
		border-collapse: separate;
		border-spacing: 0rem 12px;
	}

	tr td:first-child {
		border-top-left-radius: 10px;
		border-bottom-left-radius: 10px;
	}
	tr td:last-child {
		border-top-right-radius: 10px;
		border-bottom-right-radius: 10px;
	}

	.table-row-hover {
		transition: 0.3s all ease-in-out;
	}

	.table-row-hover:hover {
		background: rgba(255, 255, 255, 0.1) !important;
	}

	/**** Skeleton ****/

	/**** Skeleton ****/

	.skeleton {
		animation: progress 1.5s ease-in-out infinite;
		background: linear-gradient(
			90deg,
			transparent,
			rgba(255, 255, 255, 0.05),
			transparent
		);
	}

	@keyframes progress {
		0% {
			transform: translate3d(-100%, 0, 0);
		}
		100% {
			transform: translate3d(100%, 0, 0);
		}
	}

	/**** Button hovering *****/

	/**** Scale animation *****/

	@keyframes scaling {
		0% {
			scale: 0;
			opacity: 0;
		}
		100% {
			scale: 1;
			opacity: 1;
		}
	}

	/**** backdrop blur for nested elements ****/

	.hover-navbar-option {
		background-color: transparent;
		color: rgba(255, 255, 255, 0.8);
	}

	.hover-navbar-option:hover {
		background-color: rgba(255, 255, 255, 0.15) !important;
		color: white !important;
	}
	/**** Button hovering *****/

	/**** Scale animation *****/

	@keyframes scaling {
		0% {
			scale: 0;
			opacity: 0;
		}
		100% {
			scale: 1;
			opacity: 1;
		}
	}

	/* 
.progress {
	position: relative;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background-color: #e6e6e6;
  }
  
  .progress-bar {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	clip: rect(0, 50px, 100px, 0);
	background-color: #007bff;
  } */

	/*** Table row hover ***/

	.table-row-hover {
		transition: 0.3s all ease-in-out;
	}

	.table-row-hover:hover {
		background: rgba(255, 255, 255, 0.1) !important;
	}
}

.table-row-hover:hover {
	background: rgba(255, 255, 255, 0.1) !important;
}

/* Firefox */

.footer-sticky {
	position: -webkit-sticky;
	overflow: hidden;
	position: sticky;
	bottom: 0;
	height: 100%;
	width: 100vw;
}

/*******************************
* MODAL AS LEFT/RIGHT SIDEBAR
* Add "left" or "right" in modal parent div, after class="modal".
* Get free snippets on bootpen.com
*******************************/
.modal.left .modal-dialog,
.modal.right .modal-dialog {
	position: fixed;
	margin: auto;
	width: 320px;
	height: 100%;
	-webkit-transform: translate3d(0%, 0, 0);
	-ms-transform: translate3d(0%, 0, 0);
	-o-transform: translate3d(0%, 0, 0);
	transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content,
.modal.right .modal-content {
	height: 100%;
	overflow-y: auto;
}

.modal.left .modal-body,
.modal.right .modal-body {
	padding: 15px 15px 80px;
}

/*Left*/
.modal.left.fade .modal-dialog {
	left: -320px;
	-webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
	-moz-transition: opacity 0.3s linear, left 0.3s ease-out;
	-o-transition: opacity 0.3s linear, left 0.3s ease-out;
	transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left.fade.in .modal-dialog {
	left: 0;
}

/*Right*/
.modal.right.fade .modal-dialog {
	right: -320px;
	-webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
	-moz-transition: opacity 0.3s linear, right 0.3s ease-out;
	-o-transition: opacity 0.3s linear, right 0.3s ease-out;
	transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.in .modal-dialog {
	right: 0;
}

/* ----- MODAL STYLE ----- */
.modal-content {
	border-radius: 0;
	border: none;
}

.modal-header {
	border-bottom-color: #eeeeee;
	background-color: #fafafa;
}

.lift {
	transition: all 0.3s ease-in-out;
}

.lift:hover {
	transform: translateY(-5px);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.post-vector {
	width: 100%;
	height: 1px;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	background-color: #fff;
	flex: 1;
	justify-content: center;
	align-items: center;
	display: flex;
}

.uppercase-text {
	text-transform: uppercase;
}

.post-title {
	width: 100%;
	grid-column-gap: 16px;
	grid-row-gap: 16px;
	justify-content: flex-start;
	align-items: center;
	display: flex;
}

.featured-post-image {
	width: 100%;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	object-fit: cover;
	object-position: 50% 70%;
	flex: 1;
	justify-content: center;
	align-items: center;
	display: flex;
	border-radius: 10px 0px 0px 10px;
	-webkit-border-radius: 10px 0px 0px 10px;
	-moz-border-radius: 10px 0px 0px 10px;
	-ms-border-radius: 10px 0px 0px 10px;
	-o-border-radius: 10px 0px 0px 10px;
}

.date {
	color: #9397a6;
	font-family: Open Sans, sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 16px;
}

.circle {
	width: 4px;
	height: 4px;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	object-fit: cover;
	justify-content: center;
	align-items: center;
	display: flex;
}

.category {
	color: #ed7d15;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-family: Open Sans, sans-serif;
	font-size: 12px;
	font-weight: 700;
	line-height: 16px;
}

.hero2-title {
	color: #fff;
	text-align: center;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
	font-family: Outfit;
	font-size: 74px;
	font-style: normal;
	font-weight: 700;
	line-height: 80px; /* 125% */
	letter-spacing: 0.117px;
}

.hero2-description {
	color: rgba(255, 255, 255, 0.8);
	text-align: center;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
	font-family: Outfit;
	font-size: 32px;
	font-style: normal;
	font-weight: 400;
	line-height: 40px; /* 125% */
	letter-spacing: 0.117px;
	width: 659px;
}
@media screen and (max-width: 991px) {
	.hero2-title {
		font-size: 50px !important;
		line-height: 50px !important;
	}
	.hero2-description {
		width: 100% !important;
		font-size: 24px !important;
	}
}

.astronaut-wrapper {
	border-radius: 1000px;
	background: #56e375;
	backdrop-filter: blur(10px);
	display: flex;
	width: 158px;
	justify-content: center;
	align-items: center;
}

.banner-swiper-arrows {
	display: flex;
	width: 40px;
	height: 64px;
	padding: 20px 8px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	border-radius: 4px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	background: rgba(255, 255, 255, 0.05);
	backdrop-filter: blur(10px);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
}

.grayscale-hovered {
	filter: grayscale(1);
	-webkit-filter: grayscale(1);
}

.grayscale-hovered:hover {
	filter: grayscale(0) !important;
	-webkit-filter: grayscale(0) !important;
}

@keyframes progress {
	0% {
		transform: translate3d(-100%, 0, 0);
		-webkit-transform: translate3d(-100%, 0, 0);
		-moz-transform: translate3d(-100%, 0, 0);
		-ms-transform: translate3d(-100%, 0, 0);
		-o-transform: translate3d(-100%, 0, 0);
	}
	100% {
		transform: translate3d(100%, 0, 0);
		-webkit-transform: translate3d(100%, 0, 0);
		-moz-transform: translate3d(100%, 0, 0);
		-ms-transform: translate3d(100%, 0, 0);
		-o-transform: translate3d(100%, 0, 0);
	}
}
@keyframes spin {
	0% {
		transform: rotate(0);
	}

	100% {
		transform: rotate(360deg);
	}
}

.tag {
	color: #02c173;
	text-transform: uppercase;
	font-family: Inter, sans-serif;
	font-size: 18px;
	font-weight: 600;
}

.italic {
	font-style: italic;
}

.text-white {
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity));
}
.justify-center {
	justify-content: center;
}
.items-center {
	align-items: center;
}
.flex-col {
	flex-direction: column;
}
.flex {
	display: flex;
}

.absolute {
	position: absolute;
}

.bg-white {
	--tw-bg-opacity: 1;
	background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.rounded-full {
	border-radius: 9999px;
}
.h-2 {
	height: 0.5rem;
}
.z-10 {
	z-index: 10;
}

.text-sm {
	font-size: 0.875rem;
	line-height: 1.25rem;
}

.justify-between {
	justify-content: space-between;
}
.items-center {
	align-items: center;
}
.w-full {
	width: 100%;
}
.flex {
	display: flex;
}

.w-full {
	width: 100%;
}

.relative {
	position: relative;
}

.text-sm {
	font-size: 0.875rem;
	line-height: 1.25rem;
}

.p-1 {
	padding: 0.25rem;
}
.justify-between {
	justify-content: space-between;
}
.w-full {
	width: 100%;
}
.flex {
	display: flex;
}
.absolute {
	position: absolute;
}

.border-white {
	--tw-border-opacity: 1;
	border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-2 {
	border-width: 2px;
}
.w-full {
	width: 100%;
}

.text-sm {
	font-size: 0.875rem;
	line-height: 1.25rem;
}

.p-1 {
	padding: 0.25rem;
}
.justify-between {
	justify-content: space-between;
}
.w-full {
	width: 100%;
}
.flex {
	display: flex;
}
.absolute {
	position: absolute;
}

.list-depth-1 {
	list-style-type: disc;
}

.list-type-numeric {
	list-style-type: numeric;
}
.blogs-fs-6 {
	font-size: 1.15rem;
}

.grid-blogs {
	grid-column-gap: 100px;
	grid-row-gap: 100px;
	grid-template-rows: auto;
	margin-bottom: 100px;
}

.w-layout-grid-blogs {
	grid-row-gap: 16px;
	grid-column-gap: 16px;
	grid-template-rows: auto auto;
	grid-template-columns: 1fr 1fr;
	grid-auto-columns: 1fr;
	display: grid;
}

.blog-item-2 {
	grid-column-gap: 30px;
	grid-row-gap: 30px;
	flex-direction: column;
	text-decoration: none;
	display: flex;
}

.blog-info {
	flex-direction: column;
	align-items: flex-start;
	display: flex;
}

.blog-image-wrap {
	overflow: hidden;
	position: relative;
	height: 520px;
}

.blog-image-wrap img {
	width: 100%;
	height: 100%;
	transition: transform 0.5s ease;
	-webkit-transition: transform 0.5s ease;
	-moz-transition: transform 0.5s ease;
	-ms-transition: transform 0.5s ease;
	-o-transition: transform 0.5s ease;
}

.blog-image-wrap:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}

.blog-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.blog-meta {
	grid-column-gap: 20px;
	grid-row-gap: 20px;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 15px;
	display: flex;
}

.blog-meta.small {
	grid-column-gap: 8px;
	grid-row-gap: 8px;
}

.blog-category {
	border: 1px solid #19191c;
	border-radius: 30px;
	padding: 8px 20px 5px;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}

.DatePicker {
	position: relative;
	display: inline-block;
	z-index: 100;
}

.Calendar,
.Calendar * {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	direction: ltr;
}

.Calendar,
.Calendar.-rtl * {
	direction: rtl;
}

.Calendar {
	--cl-color-black: #ccc; /* Lighter text for dark mode */
	--cl-color-disabled: #555; /* Darker disabled color */
	--cl-color-error: #ff6b6b; /* Adjusted error color for visibility */
	background: #222; /* Dark background for calendar */
	box-shadow: 0 1em 4em rgba(255, 255, 255, 0.1); /* Adjusted shadow for visibility */
	font-size: 10px;
	border-radius: 1em;
	position: relative;
	user-select: none;
	padding-top: 1.2em;
	display: flex;
	flex-direction: column;
	width: 33em;
	z-index: 10;
	max-width: 90vw;
	min-height: 36.7em;
}

.DatePicker .Calendar {
	transform: translateY(2.5em);
	opacity: 0;
	animation: fadeCalendar 0.3s forwards;
}

.Calendar > :not(.Calendar__footer) button {
	font-family: inherit;
	background: transparent;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
	outline: none;
}

@keyframes fadeCalendar {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes fadeArrowFlipped {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
		transform: translateY(0) rotate(180deg);
	}
}

@keyframes fadeTextToCenter {
	to {
		opacity: 1;
		transform: translateX(-50%);
	}
}

@keyframes FadeContentToCenter {
	to {
		opacity: 1;
		transform: translateX(0);
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
	}
}

/***** Google recaptcha ******/

#mobile-dropdown {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	pointer-events: none;
	height: calc(var(--vh, 1vh) * 100 - 64px);
}
.stars_container {
	background-image: url('https://static.highongrowth.xyz/enterprise/undefined/f791290381a547aaabd6804df5ebf2a5.gif');
	background-position: center;
	background-repeat: repeat;
	mix-blend-mode: color-dodge;
	opacity: 0.8;
}

.long-dashed-border {
	border: 1px solid transparent; /* Adjust thickness */
	border-image: repeating-linear-gradient(
			to right,
			rgba(255, 255, 255, 0.1) 0,
			rgba(255, 255, 255, 0.1) 4px,
			/* Dot length */ transparent 4px,
			/* Gap size */ transparent 8px
		)
		1;
	width: 100%;
	height: 1px;
}

.hide-scrollbar::-webkit-scrollbar {
	display: none;
}

.hide-scrollbar {
	scrollbar-width: none; /* For Firefox */
}
